@charset "UTF-8";
/**▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼　デバイス毎の条件分岐　▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼**/
/**▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲ デバイス毎の条件分岐（触らない） ▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲**/
.fresh-red {
  font-weight: bold;
  color: #fab10c;
}

/* ------------------------------------------------- *
 *        ＠LP
 * ------------------------------------------------- */
/*タブ*/
.tab_box {
  margin: 0.8rem 0 2rem;
}
.tab_box .btn_area {
  display: -webkit-box;
  display: flex;
}
.tab_box .tab_btn {
  background: #b8b4b6;
  border-radius: 5px 5px 0 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0;
  padding: 0.5rem 0.5rem 0.3rem 2rem;
  position: relative;
  text-align: center;
  transition: all 0.2s ease 0s;
  width: 33%;
}
.tab_box .tab_btn small {
  font-size: 1.1rem;
}
.tab_box .tab_btn img {
  position: absolute;
  left: 10rem;
  top: 25%;
  width: 25px;
}
@media only screen and (max-width: 767px) {
  .tab_box .tab_btn img {
    left: 0.5rem;
  }
}
.tab_box .tab_btn:nth-child(2) {
  line-height: 2.5;
}
.tab_box .tab_btn.active {
  background: #060a3a;
}
.tab_box .tab_btn + .tab_btn {
  margin-left: 0.5rem;
}
.tab_box .panel_area {
  background: #eef0ff;
  border-top: 3px solid #060a3a;
  box-shadow: 0 1px 4px #ccc;
  padding: 1rem 1.5rem;
}
.tab_box .tab_panel {
  display: none;
}
.tab_box .tab_panel.active {
  display: block;
}

.tab-rank {
  border-bottom: 1px solid #ccc;
  margin-bottom: 1.5rem;
  padding-bottom: 2rem;
}
.tab-rank:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 1rem;
}
.tab-rank h3 {
  font-size: 2.4rem;
  margin-bottom: 2rem;
  padding-left: 3.5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .tab-rank h3 {
    margin-bottom: 1.5rem;
  }
}
.tab-rank h3 img {
  left: -5px;
  position: absolute;
  top: -3px;
  width: 35px;
}
.tab-rank h3 a {
  color: #060a3a;
}
.tab-rank .img-banner {
  padding-right: 1.5rem;
}
.tab-rank .point {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .tab-rank .point {
    margin-bottom: 0;
  }
}
.tab-rank .point li {
  background: url(../img/icon/icon-check.png) left 3px no-repeat;
  background-size: 13px 13px;
  border-bottom: 2px dotted #060a3a;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  padding: 0 0 0.5rem 1.8rem;
}
@media only screen and (max-width: 767px) {
  .tab-rank .point li {
    font-size: 1.4rem;
  }
}
.tab-rank .plan {
  border: 2px solid #060a3a;
  border-radius: 5px;
  margin: 1rem 0 2rem;
}
@media only screen and (max-width: 767px) {
  .tab-rank .plan {
    margin: 1rem 0 1.5rem;
  }
}
.tab-rank .plan dt {
  background: #060a3a;
  border-radius: 3px 3px 0 0;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.3rem 1rem 0.5rem;
  text-align: center;
}
.tab-rank .plan dt span {
  position: relative;
}
.tab-rank .plan dt span::before {
  background: url(../img/lp/img-plan-l.png) left 3px no-repeat;
  background-size: 22px 22px;
  content: "";
  display: block;
  height: 22px;
  left: -2.5rem;
  position: absolute;
  top: -0.3rem;
  width: 22px;
}
.tab-rank .plan dt span::after {
  background: url(../img/lp/img-plan-r.png) left 3px no-repeat;
  background-size: 22px 22px;
  content: "";
  display: block;
  height: 22px;
  right: -2.5rem;
  position: absolute;
  top: -0.3rem;
  width: 22px;
}
.tab-rank .plan dd {
  background: #fff;
  border-radius: 0 0 5px 5px;
  color: #e11850;
  padding: 1rem;
  text-align: center;
}
.tab-rank .plan dd .text-fukidashi {
  font-size: 1.4rem;
  font-weight: 700;
}
.tab-rank .plan dd .text-big {
  font-size: 2rem;
  font-weight: 700;
}
.tab-rank .plan dd .text-large {
  font-size: 1.7rem;
  font-weight: 700;
}
.tab-rank .plan dd .text-medium {
  font-size: 1.5rem;
  font-weight: 700;
}
.tab-rank .plan dd .text-small {
  font-size: 1.2rem;
  font-weight: 700;
}
.tab-rank .plan dd .text-black {
  color: #0a0a0a;
}
.tab-rank .plan dd small {
  font-size: 1.2rem;
}
.tab-rank .btn-shosai {
  padding-right: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .tab-rank .btn-shosai {
    padding-right: 1rem;
  }
}
.tab-rank .btn-shosai a {
  background: #fff;
  border: 2px solid #06bf7e;
  border-radius: 5px;
  box-shadow: 0 3px 0 #06bf7e;
  color: #06bf7e;
  font-size: 1.8rem;
  font-weight: 700;
  display: block;
  padding: 1.5rem 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .tab-rank .btn-shosai a {
    font-size: 1.6rem;
  }
}
.tab-rank .btn-shosai a::after {
  border-top: solid 2px #06bf7e;
  border-right: solid 2px #06bf7e;
  content: "";
  display: block;
  height: 8px;
  right: 3rem;
  margin: -3px 0 0;
  position: absolute;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
  -webkit-transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .tab-rank .btn-shosai a::after {
    right: 1rem;
  }
}
.tab-rank .btn-cv {
  border-radius: 0 0 5px 5px;
  box-shadow: 0 3px 0 #065c3e;
  overflow: hidden;
  text-align: center;
}
.tab-rank .btn-cv a {
  background: #06bf7e;
  border: 2px solid #06bf7e;
  border-radius: 5px;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  display: block;
  padding: 1.3rem 1rem 1.5rem;
  position: relative;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .tab-rank .btn-cv a {
    font-size: 1.7rem;
    padding: 1.3rem 1rem 1.6rem;
  }
}
.tab-rank .btn-cv a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
.tab-rank .btn-cv a::after {
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  right: 3rem;
  margin: -3px 0 0;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: rotate(45deg);
  width: 8px;
  -webkit-transform: rotate(45deg);
}
@media only screen and (max-width: 767px) {
  .tab-rank .btn-cv a::after {
    right: 1rem;
  }
}
@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}

.box-tips {
  margin: 4rem 0;
}
@media only screen and (max-width: 767px) {
  .box-tips {
    margin: 3rem 0;
  }
}
.box-tips .title-tips {
  background: url(../img/lp/img-tips.png) 32% 70% no-repeat;
  background-size: 35px 35px;
  border-bottom: 3px solid #060a3a;
  border-top: 3px solid #060a3a;
  color: #060a3a;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  margin: 3rem 0 2rem 0;
  padding: 1rem 0.5rem 1.3rem 3.5rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .box-tips .title-tips {
    background: url(../img/lp/img-tips.png) 0.5rem 70% no-repeat;
    background-size: 35px 35px;
  }
}
.box-tips .title-tips small {
  color: #0a0a0a;
  font-size: 1.8rem;
}
.box-tips dl {
  background: url(../img/lp/title-tips.png) top left no-repeat;
  background-size: 70%;
  padding-left: 40%;
  padding-top: 2rem;
}
@media only screen and (max-width: 767px) {
  .box-tips dl {
    background: url(../img/lp/title-tips.png) top center no-repeat;
    background-size: contain;
    padding-left: 0;
    padding-top: 16rem;
  }
}
.box-tips dt {
  font-size: 1.7rem;
  font-weight: 700;
  margin-bottom: 2rem;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
.box-tips dd p {
  line-height: 1.55;
}
.box-tips .btn-more {
  display: none;
}
@media only screen and (max-width: 767px) {
  .box-tips .btn-more {
    color: #349fe8;
    display: block;
    font-size: 1.5rem;
    margin-top: 1rem;
    text-align: right;
    text-decoration: underline;
  }
}

.nav-lp li {
  display: inline-block;
  width: 49%;
}
.nav-lp li a {
  background: #8dd34a;
  border: 1px solid #63b713;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 1rem;
  padding: 1.3rem 2rem;
  text-align: center;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .nav-lp li a {
    font-size: 1.5rem;
    margin: 0 0.5rem;
    padding: 1.3rem 1rem;
  }
}
.nav-lp li a span {
  padding-left: 1.5rem;
  position: relative;
}
.nav-lp li a span::before {
  border-top: 5px solid #fff;
  border-left: 5px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: -3px 0 0;
  position: absolute;
  top: 50%;
  width: 0;
}

.m-lp {
  padding: 0 1rem;
}
@media only screen and (max-width: 767px) {
  .m-lp {
    margin-top: -2rem;
  }
}
.m-lp p {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 960px) {
  .m-lp .side-list-salon li a {
    padding: 1rem;
  }
  .m-lp .side-list-salon .side-list-thumbnail {
    float: none;
    margin: 0 0 1rem;
    width: 100%;
  }
  .m-lp .side-list-salon .side-list-thumbnail img {
    margin: 0 auto;
    width: 100%;
  }
}

.l-mainvisual {
  background: url(../img/mainvisual/bg.png) center top no-repeat;
  background-size: cover;
  height: 350px;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .l-mainvisual {
    background: none;
    height: 235px;
    margin-bottom: 0;
  }
}

.block-lp-mainvisual {
  display: block;
  margin: 0 auto;
  position: relative;
  max-width: 1100px;
}
.block-lp-mainvisual .text-year {
  background: #060a3a;
  bottom: 9rem;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  padding: 0.5rem 0;
  position: absolute;
  right: 7rem;
  text-align: center;
  width: 18rem;
}
@media only screen and (max-width: 767px) {
  .block-lp-mainvisual .text-year {
    bottom: 8.5rem;
    font-size: 1rem;
    padding: 0.2rem 0;
    right: 1rem;
    width: 10rem;
  }
}
.block-lp-mainvisual h1 {
  color: #060a3a;
  font-family: "Stick", sans-serif;
  font-size: 2.7rem;
  font-weight: 700;
  line-height: 1.2;
  position: absolute;
  right: 3.5rem;
  text-align: center;
  bottom: 1.3rem;
  width: 55%;
}
@media only screen and (max-width: 767px) {
  .block-lp-mainvisual h1 {
    font-size: 2rem;
    bottom: 2rem;
    right: 0.5rem;
    text-shadow: 1px 1px 0 #afafaf, -1px -1px 0 #afafaf, -1px 1px 0 #afafaf, 1px -1px 0 #afafaf, 0px 1px 0 #afafaf, -1px 0 #afafaf, -1px 0 0 #afafaf, 1px 0 0 #afafaf;
    width: 72%;
  }
}
.block-lp-mainvisual h1 .size6 {
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .block-lp-mainvisual h1 .size6 {
    font-size: 1.8rem;
  }
}
.block-lp-mainvisual h1 small {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .block-lp-mainvisual h1 small {
    font-size: 1.4rem;
  }
}
.block-lp-mainvisual h1 .text-sp {
  display: block;
  font-size: 6.5rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .block-lp-mainvisual h1 .text-sp {
    font-size: 4.2rem;
    line-height: 1.1;
  }
}

@media only screen and (min-width: 960px) {
  .block-lp {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .block-lp p {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.block-lp .box-mini-ranking ul {
  align-items: baseline;
  display: flex;
  justify-content: center;
}
.block-lp .box-mini-ranking li {
  font-size: 1.1rem;
  font-weight: 700;
  list-style: none;
  margin: 0 0 0.5rem;
  padding: 0.5rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .block-lp .box-mini-ranking li {
    font-size: 0.9rem;
  }
}
.block-lp .box-mini-ranking li .img-banner {
  margin-top: 0.5rem !important;
  padding: 0 1rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .block-lp .box-mini-ranking li .img-banner {
    padding: 0;
  }
}
.block-lp .box-mini-ranking li .img-banner img {
  padding: 0.5rem 0;
}
.block-lp .box-mini-ranking li .img-banner .sp-none {
  display: block;
}
.block-lp .box-mini-ranking li .img-banner .ico-rank {
  left: -1rem;
  margin: auto;
  position: absolute;
  top: -3.5rem;
  width: 50px;
}
@media only screen and (max-width: 767px) {
  .block-lp .box-mini-ranking li .img-banner .ico-rank {
    top: -1.3rem;
    width: 30px;
  }
}
.block-lp .box-mini-ranking li:nth-child(1) {
  background: #fefed8;
}
.block-lp .box-mini-ranking li strong {
  font-size: 1.3rem;
  line-height: 1.2;
}
.block-lp .box-mini-ranking li img {
  margin: auto;
}
.block-lp .box-mini-ranking li .img-star {
  margin: 0.3rem auto 0;
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .block-lp .box-mini-ranking li .img-star {
    width: 70%;
  }
}
.block-lp .lp-date {
  font-size: 0.9rem;
  line-height: 0;
  text-align: right;
}
.block-lp .lp-h2 {
  background: #dddddd;
  background: -moz-linear-gradient(top, #dddddd 0%, #f2f2f2 50%, #dddddd 100%);
  background: -webkit-linear-gradient(top, #dddddd 0%, #f2f2f2 50%, #dddddd 100%);
  background: linear-gradient(to bottom, #dddddd 0%, #f2f2f2 50%, #dddddd 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#dddddd", endColorstr="#dddddd",GradientType=0 );
}
.block-lp h2 {
  color: #060a3a;
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0.1rem;
  padding: 1.5rem 1rem 2.5rem;
  position: relative;
  text-align: center;
  max-width: 1020px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .block-lp h2 {
    font-size: 2.2rem;
    margin: 0 0 1rem;
    padding: 2rem 1rem;
    max-width: 100%;
  }
}
.block-lp h2 span {
  background: #060a3a;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin: auto 0 0.8rem;
  padding: 0.5rem 2rem;
}
.block-lp h2::before {
  background: repeating-linear-gradient(-45deg, #060a3a, #060a3a 3px, #eee 3px, #eee 6px);
  top: 0.8rem;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.block-lp h2::after {
  background: repeating-linear-gradient(-45deg, #060a3a, #060a3a 3px, #eee 3px, #eee 6px);
  bottom: 0.8rem;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.block-lp h2 strong {
  padding-left: 3.5rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .block-lp h2 strong {
    letter-spacing: -1px;
    padding-left: 3rem;
    position: relative;
  }
}
.block-lp h2 strong::before {
  background: url(../img/lp/img-1minutes.png) left center no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 50px;
  left: -5.5rem;
  position: absolute;
  top: -1rem;
  vertical-align: middle;
  width: 81px;
}
@media only screen and (max-width: 767px) {
  .block-lp h2 strong::before {
    height: 30px;
    left: -1.8rem;
    top: 0;
    width: 51px;
  }
}
.block-lp .ttl-hikaku-table {
  background: #f277b2;
  border-bottom: 1px double #f3328f;
  border-top: 1px double #f3328f;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  height: 40px;
  line-height: 40px;
  margin: 0 20rem 2rem;
  padding: 0 8rem;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .block-lp .ttl-hikaku-table {
    margin: 0 2rem 1.5rem;
    padding: 0 3rem;
  }
}
.block-lp .ttl-hikaku-table::before, .block-lp .ttl-hikaku-table::after {
  content: "";
  height: 0px;
  position: absolute;
  width: 0px;
  z-index: 1;
}
.block-lp .ttl-hikaku-table::before {
  border-width: 20px 0px 20px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  left: 0;
  top: 0;
}
.block-lp .ttl-hikaku-table::after {
  border-width: 20px 15px 20px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
  right: 0;
  top: 0;
}
.block-lp .box-counseling {
  border: 3px solid #f3328f;
  border-radius: 5px;
  margin: 2.5rem 3rem 2rem 3rem;
  padding: 1.8rem 1rem 1rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .block-lp .box-counseling {
    margin: 2.5rem 0 1.5rem;
  }
}
.block-lp .box-counseling dt {
  background: #f3328f;
  border-radius: 15px;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.3rem 1rem;
  position: absolute;
  top: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
}
.block-lp .box-counseling dd {
  color: #f3328f;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
.block-lp .box-counseling dd small {
  font-size: 1.1rem;
}
.block-lp .box-counseling dd strong {
  background: linear-gradient(transparent 70%, #fff000 70%);
  font-size: 2rem;
  line-height: 1.2;
}
.block-lp .lp-btn-cv {
  font-weight: 700;
  margin: 2rem auto;
  padding: 0 1rem;
  text-align: center;
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .block-lp .lp-btn-cv {
    margin: 2rem 0 0 0;
    width: 100%;
  }
}
.block-lp .lp-btn-cv p {
  margin: 0.5rem 0;
}
.block-lp .lp-btn-cv a {
  background: #ff6666;
  background: -moz-linear-gradient(top, #ff6666 0%, #ff0000 100%);
  background: -webkit-linear-gradient(top, #ff6666 0%, #ff0000 100%);
  background: linear-gradient(to bottom, #ff6666 0%, #ff0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff6666", endColorstr="#ff0000",GradientType=0 );
  box-shadow: 1px 1px 3px 0px #cfcfcf;
  border: 3px solid #f00;
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 1.2rem 2rem;
  text-align: center;
  text-decoration: none;
}
.block-lp .table-wrap table {
  border-collapse: collapse;
  border-left: 1px solid #9b9cb1;
  border-top: 1px solid #9b9cb1;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .block-lp .table-wrap table {
    margin-bottom: -2rem;
  }
}
.block-lp .table-wrap table th {
  background: #060a3a;
  border-bottom: 1px solid #9b9cb1;
  border-right: 1px solid #9b9cb1;
  color: #fff;
  font-size: 1.3rem;
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .block-lp .table-wrap table th {
    font-size: 1rem;
  }
}
.block-lp .table-wrap table td {
  border-bottom: 1px solid #9b9cb1;
  border-right: 1px solid #9b9cb1;
  font-size: 1.4rem;
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .block-lp .table-wrap table td {
    font-size: 1.2rem;
    width: 27%;
  }
}
.block-lp .table-wrap table .ico-ranking {
  margin: 0 auto;
  width: 25px;
}
.block-lp .table-wrap table .img-banner {
  margin: 0 auto 0.5rem;
}
.block-lp .table-wrap table .ico-face {
  padding-top: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .block-lp .table-wrap table .ico-face {
    padding: 0.6rem 0;
  }
}
.block-lp .table-wrap table .smile1 {
  background: url(../img/lp/img-smile1.png) center top no-repeat;
  background-size: 25px 25px;
}
@media only screen and (max-width: 767px) {
  .block-lp .table-wrap table .smile1 {
    background: url(../img/lp/img-smile-sp.png) center center no-repeat;
    background-size: 35px 35px;
  }
}
.block-lp .table-wrap table .usually1 {
  background: url(../img/lp/img-usually1.png) center top no-repeat;
  background-size: 25px 25px;
}
@media only screen and (max-width: 767px) {
  .block-lp .table-wrap table .usually1 {
    background: url(../img/lp/img-usually-sp.png) center center no-repeat;
    background-size: 35px 35px;
  }
}
.block-lp .table-wrap table .bad1 {
  background: url(../img/lp/img-bad1.png) center top no-repeat;
  background-size: 25px 25px;
}
@media only screen and (max-width: 767px) {
  .block-lp .table-wrap table .bad1 {
    background: url(../img/lp/img-bad-sp.png) center center no-repeat;
    background-size: 35px 35px;
  }
}
.block-lp .table-wrap table .cv {
  margin: 0.5rem auto;
  overflow: hidden;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .block-lp .table-wrap table .cv {
    width: 90%;
  }
}
.block-lp .table-wrap table .cv a {
  background: #e85a16;
  border-bottom: 3px solid #c14407;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 0.8rem 2rem 0.8rem 1rem;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .block-lp .table-wrap table .cv a {
    font-size: 1.2rem;
    padding: 0.8rem 1rem 0.8rem 0.5rem;
  }
}
.block-lp .table-wrap table .cv a::before {
  animation: shiny-btn1 4s ease-in-out infinite;
  background-color: #fff;
  bottom: 1rem;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: -180px;
  width: 30px;
}
@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.block-lp .table-wrap table .cv a::after {
  background: url(../img/icon/ico-arrow-right.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 14px;
  position: absolute;
  right: 1rem;
  top: 32%;
  vertical-align: middle;
  width: 8px;
}
@media only screen and (max-width: 767px) {
  .block-lp .table-wrap table .cv a::after {
    right: 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .block-lp .table-scroll {
    overflow-x: scroll;
    margin-bottom: 1.5rem;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
}
.block-lp .table-scroll::-webkit-scrollbar {
  height: 4px;
}
.block-lp .table-scroll::-webkit-scrollbar-track {
  background: #eee;
}
.block-lp .table-scroll::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.block-lp .table-scroll::-webkit-scrollbar-thumb:hover {
  background: #999;
}
@media only screen and (max-width: 767px) {
  .block-lp .table-scroll .block-lp-table2 tr th {
    width: 53px;
  }
}
@media only screen and (max-width: 767px) {
  .block-lp .table-scroll .block-lp-table2 tr td {
    width: 96px;
  }
}
.block-lp .block-lp-table2 {
  background: #fff;
  border-left: 1px solid #9b9cb1;
  border-right: 1px solid #9b9cb1;
  border-top: 1px solid #9b9cb1;
  margin: 1.5rem 0;
  table-layout: fixed;
  width: 100%;
}
.block-lp .block-lp-table2 th {
  background: #060a3a;
  border-right: 1px solid #9b9cb1;
  color: #fff;
  padding: 0.5rem;
  width: 10%;
}
@media only screen and (max-width: 767px) {
  .block-lp .block-lp-table2 th {
    font-size: 1rem;
    padding: 0.5rem 0;
  }
}
.block-lp .block-lp-table2 tr {
  border-bottom: 1px solid #060a3a;
}
.block-lp .block-lp-table2 tr td {
  border-right: 1px solid #060a3a;
  font-weight: 700;
  padding: 0.5rem;
  line-height: 1.4;
  text-align: center;
  vertical-align: top;
}
@media only screen and (max-width: 767px) {
  .block-lp .block-lp-table2 tr td {
    font-size: 1.2rem;
    width: 28.5%;
  }
}
.block-lp .block-lp-table2 tr td img {
  display: block;
  margin: 0 auto;
}
.block-lp .block-lp-table2 tr td .ico-ranking {
  margin: 0 auto;
  width: 30px;
}
@media only screen and (max-width: 767px) {
  .block-lp .block-lp-table2 tr td .ico-ranking {
    width: 25px;
  }
}
.block-lp .block-lp-table2 tr td p {
  display: block;
  margin-bottom: 0;
}
.block-lp .block-lp-table2 tr td .txt-btn-catch {
  color: #0a0a0a;
  font-size: 1.1rem;
  margin-bottom: 0.3rem;
}
.block-lp .block-lp-table2 tr td small {
  font-size: 1.1rem;
  font-weight: normal;
  display: inline-block;
  line-height: 1.3;
  margin-top: 0.3rem;
}
.block-lp .block-lp-table2 tr td a .img-table-bnr {
  display: inline-block;
  position: relative;
}
.block-lp .block-lp-table2 tr td a .img-table-bnr .sp-none {
  display: block;
}
.block-lp .block-lp-table2 tr td a .img-table-rank {
  left: -4rem;
  margin: 0 auto;
  position: absolute;
  top: 0;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .block-lp .block-lp-table2 tr td a .img-table-rank {
    left: 0;
    position: inherit;
    top: -0.5rem;
    width: 33%;
  }
}
.block-lp .block-lp-table2 tr td a strong {
  font-size: 1.6rem;
  display: block;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .block-lp .block-lp-table2 tr td a strong {
    font-size: 1.4rem;
  }
}
.block-lp .block-lp-table2 tr .cv {
  margin: 0.5rem auto;
  overflow: hidden;
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .block-lp .block-lp-table2 tr .cv {
    width: 90%;
  }
}
.block-lp .block-lp-table2 tr .cv a {
  background: #e85a16;
  border-bottom: 3px solid #c14407;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  padding: 0.8rem 2rem 0.8rem 1rem;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .block-lp .block-lp-table2 tr .cv a {
    font-size: 1.2rem;
    padding: 0.8rem 1rem 0.8rem 0.5rem;
  }
}
.block-lp .block-lp-table2 tr .cv a::before {
  animation: shiny-btn1 4s ease-in-out infinite;
  background-color: #fff;
  bottom: 1rem;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: -180px;
  width: 30px;
}
@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
.block-lp .block-lp-table2 tr .cv a::after {
  background: url(../img/icon/ico-arrow-right.png);
  background-size: contain;
  content: "";
  display: inline-block;
  height: 14px;
  position: absolute;
  right: 1rem;
  top: 32%;
  vertical-align: middle;
  width: 8px;
}
@media only screen and (max-width: 767px) {
  .block-lp .block-lp-table2 tr .cv a::after {
    right: 0.5rem;
  }
}
.block-lp .block-lp-table2 tr .ico-face {
  padding-top: 3rem;
}
.block-lp .block-lp-table2 tr .smile {
  background: url(../img/icon/img-smile.png) center 5px no-repeat;
  background-size: 23px 23px;
}
.block-lp .block-lp-table2 tr .usually {
  background: url(../img/icon/img-usually.png) center 5px no-repeat;
  background-size: 23px 23px;
}
.block-lp .block-lp-table2 tr .bad {
  background: url(../img/icon/img-bad.png) center 5px no-repeat;
  background-size: 23px 23px;
}
.block-lp .block-lp-table2 tr .td-btn {
  padding: 0.8rem;
}
.block-lp .block-lp-table2 .rank-1 {
  background: #ffffe3;
}
.block-lp .block-lp-table2 .rank-1 tr {
  background: #ffffe3;
}
.block-lp .block-lp-table2 .rank-1 td {
  color: #ed0b0b;
}
.block-lp .block-lp-table2 .rank-1 td small {
  color: #0a0a0a;
}
.block-lp .block-lp-table2 .btn-details {
  background: #1895de;
  border-bottom: 3px solid #006faf;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 1.1rem;
  text-decoration: none;
  padding: 0.4rem 2rem 0.3rem;
  position: relative;
}
.block-lp .block-lp-table2 .btn-details:after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 11px;
  background: url(../img/icon/ico-arrow-right.png);
  background-size: contain;
  position: absolute;
  top: 25%;
  right: 3%;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .block-lp .block-lp-table2 .btn-details {
    margin-top: 0.8rem;
  }
}
.block-lp .block-lp-table2 .btn-official {
  background: #e85a16;
  border-bottom: 3px solid #c14407;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 0.8rem 2rem;
  position: relative;
}
.block-lp .block-lp-table2 .btn-official:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 14px;
  background: url(../img/icon/ico-arrow-right.png);
  background-size: contain;
  position: absolute;
  top: 32%;
  right: 2%;
  vertical-align: middle;
}
.block-lp .block-lp-table {
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  margin: 2rem 0;
  width: 100%;
}
.block-lp .block-lp-table tr {
  width: 100%;
}
.block-lp .block-lp-table th {
  align-items: center;
  background: #060a3a;
  border-right: 1px solid #fff;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 0.8rem 1rem;
}
.block-lp .block-lp-table th img {
  display: block;
  margin: 0 auto 0.5rem;
}
.block-lp .block-lp-table th.rank-1 {
  position: relative;
}
.block-lp .block-lp-table th.rank-1::before {
  background: url(../img/common/ico_rank01.png) left top no-repeat;
  background-size: 40px 40px;
  content: "";
  display: block;
  left: -1rem;
  height: 40px;
  position: absolute;
  top: -1rem;
  width: 40px;
}
.block-lp .block-lp-table th.rank-2 {
  position: relative;
}
.block-lp .block-lp-table th.rank-2::before {
  background: url(../img/common/ico_rank02.png) left top no-repeat;
  background-size: 40px 40px;
  content: "";
  display: block;
  left: -1rem;
  height: 40px;
  position: absolute;
  top: -1rem;
  width: 40px;
}
.block-lp .block-lp-table th.rank-3 {
  position: relative;
}
.block-lp .block-lp-table th.rank-3::before {
  background: url(../img/common/ico_rank03.png) left top no-repeat;
  background-size: 40px 40px;
  content: "";
  display: block;
  left: -1rem;
  height: 40px;
  position: absolute;
  top: -1rem;
  width: 40px;
}
.block-lp .block-lp-table th:last-child {
  border-right: 1px solid #ccc;
}
.block-lp .block-lp-table th a {
  color: #fff;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .block-lp .block-lp-table th:first-child {
    display: none;
  }
}
.block-lp .block-lp-table .txt-star {
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}
@media only screen and (min-width: 960px) {
  .block-lp .block-lp-table .txt-star {
    text-align: left;
  }
}
.block-lp .block-lp-table .txt-star img {
  height: 15px;
  margin: 0 auto;
}
@media only screen and (min-width: 960px) {
  .block-lp .block-lp-table .txt-star img {
    float: left;
    margin: 0.3rem 1rem 0 0;
  }
}
.block-lp .block-lp-table td {
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  font-size: 1.3rem;
  padding: 0.8rem 1rem;
  vertical-align: top;
}
.block-lp .block-lp-table td:first-child {
  align-items: center;
  background: #eef0ff;
  border-bottom: 1px solid #fff;
  display: flex;
  font-weight: 700;
  justify-content: center;
  padding: 0.3rem 1rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .block-lp .block-lp-table td:first-child {
    border-bottom: 1px solid #ccc;
  }
}
.block-lp .block-lp-table td.txt-recommend {
  background: url(../img/lp/bg_good.png) center center no-repeat #ffffe3;
  background-size: 26px 26px;
}
.block-lp .block-lp-table ul {
  padding-left: 1.5rem;
}
.block-lp .block-lp-table ul li {
  font-size: 1.3rem;
}
.block-lp .block-lp-table .list-range {
  padding-left: 0;
}
.block-lp .block-lp-table .list-range li {
  background: #fff;
  border: 1px solid #060a3a;
  border-radius: 3px;
  color: #060a3a;
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: 0.5rem;
  padding: 0 0.5rem;
}
.block-lp .block-lp-table .btn-official {
  text-align: center;
  position: relative;
}
.block-lp .block-lp-table .btn-official a {
  color: #fff;
  background: #ff6666;
  background: -moz-linear-gradient(top, #ff6666 0%, #ff0000 100%);
  background: -webkit-linear-gradient(top, #ff6666 0%, #ff0000 100%);
  background: linear-gradient(to bottom, #ff6666 0%, #ff0000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ff6666", endColorstr="#ff0000",GradientType=0 );
  border: 2px solid #f00;
  border-radius: 4px;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1.2rem 0.5rem 1.2rem 1rem;
  text-align: center;
  text-decoration: none;
  z-index: -1;
}
@media only screen and (min-width: 960px) {
  .block-lp .block-lp-table .btn-official a {
    font-size: 1.6rem;
    padding: 1.2rem 1rem 1.2rem 2rem;
  }
}
.block-lp .block-lp-table .btn-official a::before {
  border-top: 6px solid #fff;
  border-left: 6px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  display: block;
  height: 0;
  left: 0.5rem;
  margin: -3px 0 0;
  position: absolute;
  top: 50%;
  width: 0;
}
@media only screen and (min-width: 960px) {
  .block-lp .block-lp-table .btn-official a::before {
    left: 20%;
  }
}
.block-lp .block-lp-table .btn-salon {
  text-align: center;
  position: relative;
}
.block-lp .block-lp-table .btn-salon a {
  color: #666;
  background: #fff;
  border: 1px solid #666;
  border-radius: 4px;
  display: inline-block;
  font-size: 1.3rem;
  padding: 0.3rem 1rem 0.3rem 2rem;
  text-align: center;
  text-decoration: none;
  z-index: -1;
}
.block-lp .block-lp-table .btn-salon a::before {
  border-top: 5px solid #666;
  border-left: 5px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  display: block;
  height: 0;
  left: 8rem;
  margin: -3px 0 0;
  position: absolute;
  top: 50%;
  width: 0;
}
@media only screen and (max-width: 767px) {
  .block-lp .block-lp-table .btn-salon a::before {
    left: 1rem;
  }
}
.block-lp .txt-caution {
  color: #888;
  font-size: 1.1rem;
  text-align: right;
}

.ttl_ranking_shosai {
  margin: 4rem -1rem 0;
}

.block-lp-title-h3 {
  margin-top: 3rem;
}
@media only screen and (min-width: 960px) {
  .block-lp-title-h3 {
    position: relative;
  }
}
.block-lp-title-h3#NO1 {
  margin-top: 1rem;
}
.block-lp-title-h3 .ico-h3-star {
  color: #888;
  font-size: 1.4rem;
  font-weight: 700;
  padding-left: 5rem;
}
@media only screen and (min-width: 960px) {
  .block-lp-title-h3 .ico-h3-star {
    bottom: 1.5rem;
    right: 0;
    position: absolute;
  }
}
.block-lp-title-h3 .ico-h3-star img {
  display: inline-block;
  height: auto;
  margin: 0 1rem;
  width: 120px;
}
.block-lp-title-h3 h3 {
  border-bottom: 3px solid #060a3a;
  color: #060a3a;
  font-size: 1.8rem;
  margin: 0 0 2rem;
  padding: 1rem 0 1rem 5rem;
}
.block-lp-title-h3 h3 a {
  font-size: 2.6rem;
  margin-right: 0.3rem;
}
.block-lp-title-h3 h3 span {
  background: #060a3a;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0 auto 1.5rem;
  padding: 1rem 2rem 0.8rem;
  position: relative;
  width: 20%;
}
@media only screen and (max-width: 767px) {
  .block-lp-title-h3 h3 span {
    width: 50%;
  }
}
.block-lp-title-h3 h3 span::after {
  border: solid transparent;
  border-color: rgba(243, 50, 143, 0);
  border-top-color: #f3328f;
  border-width: 5px;
  content: "";
  height: 0;
  left: 50%;
  margin-left: -5px;
  pointer-events: none;
  position: absolute;
  top: 100%;
  width: 0;
}
.block-lp-title-h3 .ico-ranking-01 {
  background: url(../img/common/ico_rank01.png) 0.8rem top no-repeat;
  background-size: 30px 40px;
}
.block-lp-title-h3 .ico-ranking-02 {
  background: url(../img/common/ico_rank02.png) 0.8rem top no-repeat;
  background-size: 30px 40px;
}
.block-lp-title-h3 .ico-ranking-03 {
  background: url(../img/common/ico_rank03.png) 0.8rem top no-repeat;
  background-size: 30px 40px;
}
.block-lp-title-h3 .ico-ranking-04 {
  background: url(../img/common/ico_rank04.png) 0.8rem top no-repeat;
  background-size: 30px 40px;
}
.block-lp-title-h3 .ico-ranking-05 {
  background: url(../img/common/ico_rank05.png) 0.8rem top no-repeat;
  background-size: 30px 40px;
}

.block-lp-title-h5 {
  background: #060a3a;
  border-radius: 3px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin: 2rem 0 1rem;
  padding: 1rem;
  text-align: center;
}

.block-lp-list-ranking {
  border: 2px solid #060a3a;
  border-radius: 4px;
  margin: 2rem 0 3rem;
}
.block-lp-list-ranking dt {
  background: #060a3a;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.8rem 1rem;
  text-align: center;
}
.block-lp-list-ranking dd {
  padding: 2rem 0.5rem 1rem;
}
.block-lp-list-ranking li {
  margin-bottom: 1.5rem;
}
.block-lp-list-ranking li a {
  border: 1px solid #ddd;
  border-radius: 3px;
  box-shadow: 1px 1px 0px 1px #e1e1e1;
  color: #666;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  height: 100%;
  padding: 2rem 1rem 2rem 3rem;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .block-lp-list-ranking li a {
    height: auto;
    padding: 1rem 1rem 1rem 2rem;
  }
}
.block-lp-list-ranking li a:hover {
  border: 1px solid #060a3a;
  color: #060a3a;
}
.block-lp-list-ranking li a::before, .block-lp-list-ranking li a::after {
  bottom: 0;
  content: "";
  left: 1rem;
  margin: auto;
  position: absolute;
  top: 0;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .block-lp-list-ranking li a::before, .block-lp-list-ranking li a::after {
    left: 0.5rem;
  }
}
.block-lp-list-ranking li a::before {
  background: #060a3a;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  width: 12px;
}
.block-lp-list-ranking li a::after {
  border: 3px solid transparent;
  border-left: 3px solid #fff;
  box-sizing: border-box;
  height: 3px;
  left: 1.5rem;
  width: 3px;
}
@media only screen and (max-width: 767px) {
  .block-lp-list-ranking li a::after {
    left: 1rem;
  }
}
.block-lp-list-ranking li a span {
  font-size: 2.3rem;
  color: #060a3a;
  margin-right: 0.3rem;
}
@media only screen and (max-width: 767px) {
  .block-lp-list-ranking li a span {
    display: block;
  }
}
.lp-3point .ttl_lp_3point_box {
  background: #060a3a;
  padding: 2rem 0 0.8rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp-3point .ttl_lp_3point_box {
    padding: 1rem;
  }
}
.lp-3point .ttl_lp_3point_box .ttl_lp_3point {
  border-top: 3px double #fff;
  color: #fff;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 1rem 0;
  text-align: center;
}
.lp-3point .ttl_lp_3point_box .ttl_lp_3point b {
  color: #231815;
  display: inline-block;
  font-size: 2.8rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .lp-3point .ttl_lp_3point_box .ttl_lp_3point b {
    font-size: 2.6rem;
  }
}
.lp-3point .ttl_lp_3point_box li {
  background: #fff;
  border-radius: 6px;
  font-size: 1.3rem;
  font-weight: bold;
  margin-right: 0.5rem;
  padding: 0.6rem;
  text-align: center;
}
.lp-3point .ttl_lp_3point_box li:last-child {
  margin-right: 0;
}
.lp-3point .ttl_lp_3point_box li a {
  color: #060a3a;
  display: block;
  text-decoration: none;
}
.lp-3point .ttl_lp_3point_box li img {
  display: block;
  margin: 0.3rem auto 0;
  width: 16px;
}
.lp-3point .lp-3point-main h2 {
  background: #060a3a;
  color: #fff;
  font-size: 1.8rem;
  padding: 1rem;
}
@media only screen and (max-width: 767px) {
  .lp-3point .lp-3point-main h2 {
    font-size: 2rem;
  }
}
.lp-3point .lp-3point-main h2:before {
  margin-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .lp-3point .lp-3point-main h2:before {
    margin-right: 2rem;
  }
}
.lp-3point .lp-3point-main #lp-3point-01 h2:before {
  border-right: 3px solid #fff;
  content: ""; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 48px; /*画像の幅*/
  height: 39px; /*画像の高さ*/
  background: url(../img/lp/3point-01.png) left center no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.lp-3point .lp-3point-main #lp-3point-02 h2:before {
  border-right: 3px solid #fff;
  content: ""; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 48px; /*画像の幅*/
  height: 39px; /*画像の高さ*/
  background: url(../img/lp/3point-02.png) left center no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.lp-3point .lp-3point-main #lp-3point-03 h2:before {
  border-right: 3px solid #fff;
  content: ""; /*何も入れない*/
  display: inline-block; /*忘れずに！*/
  width: 48px; /*画像の幅*/
  height: 39px; /*画像の高さ*/
  background: url(../img/lp/3point-03.png) left center no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.lp-3point .lp-3point-main .lp-3point-box-txt {
  padding: 1rem 0;
}
.lp-3point .lp-3point-main .lp-3point-salon {
  background: #eef0ff;
  border-radius: 5px;
  padding: 1rem;
}
@media only screen and (max-width: 767px) {
  .lp-3point .lp-3point-main .lp-3point-salon {
    margin-bottom: 2rem;
  }
}
.lp-3point .lp-3point-main .lp-3point-salon h3 {
  font-size: 1.4rem;
  margin: 1rem 0;
  text-align: center;
}
.lp-3point .lp-3point-main .lp-3point-salon h3 small {
  font-size: 1rem;
}
.lp-3point .lp-3point-main .lp-3point-salon .lp-3point-salon-txt {
  font-size: 1.3rem;
  line-height: 1.5;
}
.lp-3point .lp-3point-main .lp-3point-salon .lp-3point-salon-btn {
  text-align: center;
}
.lp-3point .lp-3point-main .lp-3point-salon .lp-3point-salon-btn a {
  background: #0a166c;
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.3;
  padding: 0.5rem 1.5rem 0.5rem 0.8rem;
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .lp-3point .lp-3point-main .lp-3point-salon .lp-3point-salon-btn a {
    font-size: 1.2rem;
    padding: 0.6rem 1.6rem 0.6rem 0.6rem;
  }
}
.lp-3point .lp-3point-main .lp-3point-salon .lp-3point-salon-btn a:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 11px;
  background: url(../img/icon/icon-arrow-right.png);
  background-size: contain;
  position: absolute;
  top: 27%;
  right: 2%;
  vertical-align: middle;
}
.lp-3point .lp-3point-main .lp-3point-salon .lp-3point-salon-btn a:hover {
  background: #349fe8;
}
.lp-3point .lp-3point-main .lp-3point-salon-box {
  background: #fff;
  border-radius: 5px;
  margin-top: 1rem;
  padding: 1rem 0;
}
.lp-3point .lp-3point-main .lp-3point-salon-box:first-child {
  margin-top: 0;
}
.lp-3point .lp-3point-main .lp-3point-salon-box .small-8 {
  padding-left: 0;
}

.block-lp-kaisetsu h1 {
  color: #060a3a;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  padding-bottom: 3rem;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .block-lp-kaisetsu h1 {
    font-size: 1.8rem;
  }
}
.block-lp-kaisetsu h1::after {
  background: #060a3a;
  border-radius: 5px;
  bottom: 1.5rem;
  content: "";
  height: 5px;
  left: calc(50% - 18px);
  position: absolute;
  width: 50px;
}
.block-lp-kaisetsu h2 {
  font-size: 2rem;
  border-left: 5px solid #060a3a;
  line-height: 1.3;
  margin: 3rem 0 2rem;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 767px) {
  .block-lp-kaisetsu h2 {
    font-size: 1.6rem;
  }
}
.block-lp-kaisetsu h3 {
  background: #eef0ff;
  border-radius: 5px;
  color: #060a3a;
  font-size: 1.8rem;
  margin: 2rem 0;
  padding: 1rem;
}
@media only screen and (max-width: 767px) {
  .block-lp-kaisetsu h3 {
    font-size: 1.6rem;
  }
}
.block-lp-kaisetsu h4 {
  border-bottom: 3px double #060a3a;
  border-top: 3px double #060a3a;
  color: #060a3a;
  font-size: 1.8rem;
  margin: 3rem 0 2rem;
  padding: 1rem;
}
@media only screen and (max-width: 767px) {
  .block-lp-kaisetsu h4 {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .block-lp-kaisetsu .hikaku {
    margin-bottom: 1.5rem;
  }
}
.block-lp-kaisetsu .hikaku dl {
  border: 2px solid #060a3a;
  border-radius: 5px;
  height: 100%;
}
.block-lp-kaisetsu .hikaku dt {
  background: #eef0ff;
  border-bottom: 3px double #060a3a;
  border-radius: 5px 5px 0 0;
  color: #060a3a;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 0.5rem 1rem;
}
@media only screen and (max-width: 767px) {
  .block-lp-kaisetsu .hikaku dt {
    font-size: 1.4rem;
  }
}
.block-lp-kaisetsu .hikaku dd {
  padding: 1rem;
}
.block-lp-kaisetsu .recommend {
  margin: 2rem 0;
  position: relative;
}
.block-lp-kaisetsu .recommend dt {
  background: #060a3a;
  border-radius: 20px;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  left: 0;
  margin: 0 auto;
  padding: 0.5rem 0;
  right: 0;
  position: absolute;
  text-align: center;
  top: -1.5rem;
  width: 50%;
}
.block-lp-kaisetsu .recommend dd {
  background: #eef0ff;
  border-radius: 5px;
  height: 100%;
  padding: 3rem 1rem 1rem;
}
.block-lp-kaisetsu .recommend ul {
  padding-left: 3rem;
}
.block-lp-kaisetsu .recommend li {
  margin-bottom: 0.5rem;
}
.block-lp-kaisetsu em {
  font-weight: 700;
  font-style: normal;
}

/*地域LP*/
.clinicorsalon .l-mainvisual {
  background-image: none;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .clinicorsalon .l-mainvisual {
    height: auto;
    margin-bottom: 1.5rem;
  }
}
.clinicorsalon .ttl-search {
  background: #333;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 0.8rem 0.8rem 0.8rem 2.5rem;
  position: relative;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .clinicorsalon .ttl-search-margin {
    margin-bottom: 2rem;
  }
}
.clinicorsalon .ttl-search::before {
  border-top: 8px solid #fff;
  border-left: 8px solid transparent;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: "";
  display: block;
  height: 0;
  left: 32%;
  margin: -3px 0 0;
  position: absolute;
  top: 40%;
  width: 0;
}
.clinicorsalon .box-search {
  border: 2px solid #333;
  border-top: none;
}
@media only screen and (max-width: 767px) {
  .clinicorsalon .box-search {
    border: none;
    margin-bottom: 2rem;
  }
}
.clinicorsalon .block-lp-mainvisual {
  background-image: none;
  background-size: contain;
  max-width: 1020px;
  width: 100%;
}
.clinicorsalon .block-lp-mainvisual .text-year {
  width: auto;
  background: none;
  bottom: auto;
  top: 12rem;
  right: 8.2rem;
  padding: 0 5rem;
  line-height: 2.3;
}
@media only screen and (max-width: 810px) {
  .clinicorsalon .block-lp-mainvisual .text-year {
    top: 9.5rem;
    right: 4.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .clinicorsalon .block-lp-mainvisual .text-year {
    top: auto;
    bottom: 15.5rem;
    padding: 0 1rem;
    right: 6rem;
    line-height: 1.5;
    text-shadow: none;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 428px) {
  .clinicorsalon .block-lp-mainvisual .text-year {
    font-size: 1rem;
    bottom: 9rem;
    right: 3.5rem;
  }
}
@media only screen and (max-width: 414px) {
  .clinicorsalon .block-lp-mainvisual .text-year {
    bottom: 8.5rem;
  }
}
@media only screen and (max-width: 390px) {
  .clinicorsalon .block-lp-mainvisual .text-year {
    bottom: 8rem;
    right: 3rem;
  }
}
@media only screen and (max-width: 375px) {
  .clinicorsalon .block-lp-mainvisual .text-year {
    bottom: 7.7rem;
    right: 2.6rem;
  }
}
@media only screen and (max-width: 360px) {
  .clinicorsalon .block-lp-mainvisual .text-year {
    bottom: 7.2rem;
    right: 2.2rem;
  }
}
.clinicorsalon .block-lp-mainvisual h1 {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  bottom: 6rem;
  right: 28rem;
  width: auto;
}
@media only screen and (max-width: 810px) {
  .clinicorsalon .block-lp-mainvisual h1 {
    bottom: 4.5rem;
    right: 22rem;
    text-shadow: none;
  }
}
@media only screen and (max-width: 767px) {
  .clinicorsalon .block-lp-mainvisual h1 {
    bottom: 9.5rem;
    right: 12rem;
  }
}
@media only screen and (max-width: 428px) {
  .clinicorsalon .block-lp-mainvisual h1 {
    bottom: 5rem;
    right: 7rem;
  }
}
@media only screen and (max-width: 390px) {
  .clinicorsalon .block-lp-mainvisual h1 {
    bottom: 4.5rem;
    right: 5rem;
  }
}
@media only screen and (max-width: 360px) {
  .clinicorsalon .block-lp-mainvisual h1 {
    bottom: 4rem;
    right: 5rem;
  }
}
@media only screen and (max-width: 810px) {
  .clinicorsalon .block-lp-mainvisual .size6 {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .clinicorsalon .block-lp-mainvisual .size6 {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 428px) {
  .clinicorsalon .block-lp-mainvisual .size6 {
    font-size: 1.4rem;
  }
}
.clinicorsalon-graph {
  padding-bottom: 0;
}
@media only screen and (max-width: 767px) {
  .clinicorsalon-graph {
    padding: 0 1rem;
    margin-bottom: 0;
  }
}
.clinicorsalon-graph-ttl {
  width: 75%;
  margin: 0 auto 2rem;
}
@media only screen and (max-width: 767px) {
  .clinicorsalon-graph-ttl {
    width: 100%;
    margin-bottom: 1rem;
  }
}
.clinicorsalon-graph-container {
  max-width: 750px;
  margin: -1rem auto 1.5rem;
  display: grid;
  grid-template-columns: 40% 18% 40%;
  grid-template-rows: 6rem 6rem 6rem 6rem;
  gap: 0.5rem;
  grid-auto-flow: row;
  grid-template-areas: "clinic white salon" "clinic-effect effect salon-effect" "clinic-staff staff salon-staff" "clinic-times times salon-times";
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .clinicorsalon-graph-container {
    grid-template-columns: 45% 8% 45%;
    margin: 1rem auto 1.5rem;
  }
}
.clinicorsalon-graph-container:before {
  position: absolute;
  width: 40%;
  height: 26rem;
  content: "";
  display: inline-block;
  z-index: 1;
  top: 0;
  left: 0;
  border: 0.5rem solid #e0768c;
}
@media only screen and (max-width: 767px) {
  .clinicorsalon-graph-container:before {
    width: 45%;
  }
}
.clinicorsalon-graph-container .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}
.clinicorsalon-graph-container .txt-upper {
  position: static;
  z-index: 2;
}
.clinicorsalon-graph-container .maru-icon {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 5rem;
  height: 5rem;
  background: url(../img/lp/maru_icon.png) no-repeat;
  background-size: contain;
  content: "";
}
.clinicorsalon-graph-container .salon {
  grid-area: salon;
  font-size: 3rem;
  font-weight: bold;
  background-color: #dddddd;
}
@media only screen and (max-width: 767px) {
  .clinicorsalon-graph-container .salon {
    font-size: 2.8rem;
  }
}
.clinicorsalon-graph-container .white {
  grid-area: white;
}
.clinicorsalon-graph-container .clinic {
  grid-area: clinic;
  font-size: 3rem;
  font-weight: bold;
  background-color: #6fb4a2;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .clinicorsalon-graph-container .clinic {
    font-size: 2.8rem;
  }
}
.clinicorsalon-graph-container .effect {
  grid-area: effect;
  background-color: #445162;
  color: #fff;
}
.clinicorsalon-graph-container .staff {
  grid-area: staff;
  background-color: #445162;
  color: #fff;
}
.clinicorsalon-graph-container .times {
  grid-area: times;
  background-color: #445162;
  color: #fff;
}
.clinicorsalon-graph-container .clinic-effect {
  grid-area: clinic-effect;
  background-color: #fefbf8;
  position: relative;
}
.clinicorsalon-graph-container .clinic-staff {
  grid-area: clinic-staff;
  background-color: #fefbf8;
  position: relative;
}
.clinicorsalon-graph-container .clinic-times {
  grid-area: clinic-times;
  background-color: #fefbf8;
  position: relative;
}
.clinicorsalon-graph-container .salon-effect {
  grid-area: salon-effect;
  background-color: #f2f2f2;
}
.clinicorsalon-graph-container .salon-staff {
  grid-area: salon-staff;
  background-color: #f2f2f2;
}
.clinicorsalon-graph-container .salon-times {
  grid-area: salon-times;
  background-color: #f2f2f2;
}
.clinicorsalon-graph-txt {
  position: relative;
  background-color: #fdfccc;
  max-width: 400px;
  margin: 2rem auto 0;
  padding: 2rem;
  text-align: center;
  border-radius: 3rem;
  line-height: 1.5;
  box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.1);
}
.clinicorsalon-graph-txt:before {
  position: absolute;
  z-index: 1;
  top: -1rem;
  left: 5%;
  display: inline-block;
  background: url(../img/lp/sougaku_fukidashi.png) no-repeat;
  background-size: contain;
  width: 10rem;
  height: 5rem;
  content: "";
}
@media only screen and (max-width: 767px) {
  .clinicorsalon-graph-txt:before {
    left: 0;
  }
}
.clinicorsalon-graph-txt-strong {
  font-size: 2.5rem;
  color: #e0768c;
  font-weight: bold;
}
.clinicorsalon-rkttl-img {
  width: 75%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .clinicorsalon-rkttl-img {
    width: 100%;
    padding: 0 1rem;
  }
}

/*地域LP*/
.area {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  padding: 0;
}
.area-search {
  margin-bottom: 2rem;
}
.area-search-ttl {
  background: linear-gradient(90deg, #6fb4a2 0%, #445162 100%);
  padding: 1rem;
  text-align: center;
  font-weight: bold;
  position: relative;
  color: #fff;
  font-size: 1.5rem;
}
.area-search-ttl span {
  margin: 0 0.5rem;
}
.area-search-box {
  border: 5px solid #060a3a;
  border-top: none;
  border-image: linear-gradient(to right, #eef0ff 0%, #060a3a 100%);
  border-image-slice: 1;
  padding-top: 1.5rem;
}
.area-search-box-flex {
  display: flex;
  justify-content: center;
  gap: 3rem;
  width: 80%;
  margin: 0 auto 1.5rem;
}
@media only screen and (max-width: 767px) {
  .area-search-box-flex {
    flex-direction: column;
    width: 90%;
    gap: 0;
  }
}
.area-search-box-flex-inner {
  width: 50%;
}
@media only screen and (max-width: 767px) {
  .area-search-box-flex-inner {
    width: 100%;
  }
}
.area-search-box-flex-inner-content {
  margin-bottom: 2rem;
}
.area-search-box-flex-inner-ttl {
  background: #E6EEFF;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  line-height: 1;
}
.area-search-box-flex-inner-radio {
  display: flex;
  justify-content: left;
  gap: 1rem;
}
.area-search-box-flex-inner-radio .radio-label {
  display: block;
  background: #eee;
  border-radius: 20px;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 2.5;
  text-align: center;
  width: 100%;
}
.area-search-box-flex-inner-radio .radio-label .radio-input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.area-search-box-flex-inner-radio .radio-label .radio-input:checked + .clinic {
  background-color: #287AC7;
  color: #fff;
}
.area-search-box-flex-inner-radio .radio-label .radio-input:checked + .salon {
  background-color: #C7433C;
  color: #fff;
}
.area-search-box-flex-inner-radio .radio-label span {
  border-radius: 20px;
  cursor: pointer;
  display: block;
  padding: 0.5rem 2.5rem;
}
.area-search-box-flex-inner-form {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 1rem;
}
.area-search-box-flex-inner-form select {
  font-size: 1.3rem;
  background-color: #eee;
  border-color: #eee;
  border-radius: 20px;
  padding: 1rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.area-search-box-flex-inner-form .arrow {
  position: relative;
}
.area-search-box-flex-inner-form .arrow:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 10px;
  height: 10px;
  border-top: 3px solid #bdb6c1;
  border-left: 3px solid #bdb6c1;
  pointer-events: none;
  transform: translateY(-50%) rotate(-135deg);
}
.area-search-box-flex-inner-form .form-grandparent {
  width: 60%;
}
.area-search-box-flex-inner-form .form-parent {
  width: 50%;
}
.area-search-box-flex-inner-form .form-children {
  width: 40%;
}
.area-search-box-flex-inner-other-content {
  padding-bottom: 1rem;
}
.area-search-box-flex-inner-other-content-wrap {
  display: flex;
  flex-direction: column;
  justify-content: left;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .area-search-box-flex-inner-other-content-wrap {
    gap: 4rem;
  }
}
.area-search-box-flex-inner-other-content-wrap-list {
  display: flex;
}
.area-search-box-flex-inner-other-content-wrap-list-ttl {
  width: 40%;
  border-right: 1px solid #2d2b28;
}
.area-search-box-flex-inner-other-content-wrap-list-check {
  margin-left: 2rem;
}
.area-search-box-flex-inner-other-content-wrap ul {
  list-style: none;
}
.area-search-box-flex-inner-other-content-wrap span {
  margin-left: 1rem;
}
.area-search-box-btn {
  display: flex;
  justify-content: center;
  width: 40%;
  position: relative;
  z-index: 0;
  margin: 0 auto 1.5rem;
  font-size: 1.5rem;
  border-radius: 40px;
  background: linear-gradient(90deg, #6fb4a2 0%, #445162 100%);
  overflow: hidden;
}
@media only screen and (max-width: 860px) {
  .area-search-box-btn {
    margin-bottom: 0rem;
  }
}
@media only screen and (max-width: 767px) {
  .area-search-box-btn {
    margin-bottom: 1rem;
  }
}
.area-search-box-btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  z-index: -1;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
.area-search-box-btn input {
  border: none;
  padding: 2rem 14rem;
  border-radius: 40px;
  background-color: transparent;
  font-weight: bold;
  cursor: pointer;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .area-search-box-btn input {
    padding: 2rem;
  }
}
.area-ttl {
  margin: 0 auto 2rem;
  max-width: 750px;
}
@media only screen and (max-width: 767px) {
  .area-ttl {
    padding: 0 1rem;
  }
}
.area .side-list-salon {
  margin-bottom: 1rem;
}

.areakekka {
  width: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /*cvボタン*/
}
@media only screen and (max-width: 767px) {
  .areakekka {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .areakekka .l-wrapper {
    padding: 2rem 1rem 3rem;
  }
}
.areakekka-cv-btn {
  margin: auto;
  background-color: #eee916;
  overflow: hidden;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  width: 50%;
  border-radius: 26px;
  /*cvボタンの動きをつける*/
  animation-name: btnlike-btn;
  animation-delay: 0s; /* アニメーションの開始時間指定 */
  animation-duration: 3s; /* アニメーション動作時間の指定 */
  animation-timing-function: linear;
  /* アニメーションの動き（一定）*/
  animation-iteration-count: infinite; /* アニメーションを繰り返す */
}
@media only screen and (max-width: 767px) {
  .areakekka-cv-btn {
    width: 70%;
  }
}
.areakekka-cv-btn a {
  color: #060a3a;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  line-height: 2.5;
}
.areakekka-cv-btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  z-index: -1;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
@keyframes btnlike-btn {
  0% {
    box-shadow: 0 8px 0 #8f8c0e;
    transform: translatey(0);
  }
  60% {
    box-shadow: 0 8px 0 #8f8c0e;
    transform: translatey(0);
  }
  70% {
    box-shadow: 0 0 0 #8f8c0e;
    transform: translatey(8px);
  }
  80% {
    box-shadow: 0 8px 0 #8f8c0e;
    transform: translatey(0);
  }
  100% {
    box-shadow: 0 8px 0 #8f8c0e;
    transform: translatey(0);
  }
}
.areakekka-title {
  position: relative;
  background: linear-gradient(90deg, #6fb4a2 0%, #445162 100%);
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
.areakekka-title:after {
  background-color: #5c8583;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  width: 50px;
  height: 50px;
}
.areakekka-title img {
  width: 300px;
}
.areakekka-title-pr {
  font-size: 16px;
  color: #fff;
  position: absolute;
  top: 0.5rem;
  right: 0;
}
.areakekka-ranking-title {
  font-size: 1.5rem;
  text-align: center;
  margin-top: 3rem;
}
.areakekka-ranking-title div {
  display: inline-block;
}
.areakekka-ranking-title span {
  display: inline-block;
  margin-top: 0.2rem;
  content: "";
  width: 100%;
  height: 10px;
  background: url(../img/lp/ttl_underline.png) no-repeat;
  background-size: contain;
}
.areakekka-ranking-wrap {
  display: flex;
  justify-content: space-between;
  margin: -5rem 0;
}
@media only screen and (max-width: 767px) {
  .areakekka-ranking-wrap {
    flex-direction: column;
    gap: 1rem;
    margin: 0;
  }
}
.areakekka-ranking-wrap-tag {
  position: relative;
  background-color: #f7f7f7;
  border: 1px solid #8f8f8f;
  padding: 2rem 1.5rem 1rem;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .areakekka-ranking-wrap-tag {
    border: none;
    margin: 0 0 0.5rem;
    padding: 2rem 0.5rem 1rem;
    width: 60%;
  }
}
.areakekka-ranking-wrap-tag-title {
  position: absolute;
  top: 0%;
  left: 10px;
  transform: translateY(-50%);
  background-color: #8f8f8f;
  color: #fff;
  padding: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .areakekka-ranking-wrap-tag-title {
    left: 0;
  }
}
.areakekka-ranking-wrap-tag-inner {
  display: flex;
  justify-content: left;
  gap: 1rem;
  flex-wrap: wrap;
}
.areakekka-ranking-wrap-sort {
  position: relative;
  margin: 0;
  border-radius: 0;
  border: 1px solid #f7f7f7;
  background-color: #8f8f8f;
  overflow: visible;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .areakekka-ranking-wrap-sort {
    border: none;
    width: 75%;
  }
}
.areakekka-ranking-wrap-sort span {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #fff;
  font-size: 1.1rem;
  font-weight: normal;
  position: absolute;
  top: 0%;
  left: 10px;
  transform: translateY(-50%);
  background-color: #8f8f8f;
  padding: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .areakekka-ranking-wrap-sort span {
    left: 0;
  }
}
.areakekka-ranking-wrap-sort-btn.btn-area {
  width: 100%;
  padding: 2rem 1.5rem 1rem;
  background-color: #f7f7f7;
  border: 1px solid #8f8f8f;
}
@media only screen and (max-width: 767px) {
  .areakekka-ranking-wrap-sort-btn.btn-area {
    border: none;
  }
}
.areakekka-ranking-wrap-sort-btn.btn-area button {
  font-size: 1.1rem;
}
.areakekka-ranking-number {
  text-align: right;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .areakekka-ranking-number {
    margin-top: -2.5rem;
  }
}
.areakekka-ranking-number span {
  font-weight: 700;
}
.areakekka-ranking-none-wrap-tag {
  margin: 0 0 2rem;
}
@media only screen and (max-width: 767px) {
  .areakekka-ranking-none-wrap-tag {
    width: 70%;
  }
}
.areakekka-ranking-none-wrap-title {
  font-size: 2rem;
  margin-top: 2rem;
}
.areakekka-ranking-none-wrap-text {
  text-align: center;
}
.areakekka-list-block {
  box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.areakekka-list-block-ttl {
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
}
.areakekka-list-block-ttl span {
  background: linear-gradient(90deg, #6fb4a2 0%, #445162 100%);
  display: block;
  width: 100%;
  height: 5px;
}
.areakekka-list-block-ttl-sub {
  margin-top: 2rem;
  font-size: 1.3rem;
}
.areakekka-list-block-ttl-txt {
  font-size: 2.5rem;
  line-height: 1.5;
}
.areakekka-list-block-inner {
  max-width: 750px;
  margin: auto;
}
.areakekka-list-block-img {
  margin: auto;
  max-width: initial;
}
.areakekka-list-block-img img {
  margin: auto;
  width: 100%;
}
.areakekka-list-block-spec {
  margin: 1rem 0;
}
.areakekka-list-block-spec-cv {
  font-size: 1.5rem;
  margin: 0.5rem;
  padding: 1.2rem;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .areakekka-list-block-spec-cv {
    font-size: 1.2rem;
    width: 100%;
    padding: 1.3rem 0.5rem;
  }
}
.areakekka-list-block-spec table, .areakekka-list-block-spec th, .areakekka-list-block-spec td {
  border: solid 1px #eee;
}
.areakekka-list-block-spec table {
  width: 100%;
  border: none;
}
.areakekka-list-block-spec th {
  background-color: #6fb4a2;
  max-height: 120px;
  width: 20%;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .areakekka-list-block-spec th {
    max-height: 170px;
  }
}
.areakekka-list-block-spec td {
  padding: 1rem;
  max-height: 120px;
}
@media only screen and (max-width: 767px) {
  .areakekka-list-block-spec td {
    padding: 0.5rem;
    max-height: 170px;
  }
}
.areakekka-list-block-spec-info {
  background-color: #fff;
  width: 80%;
}
.areakekka-list-block-detail {
  margin: 2rem 0;
}
@media only screen and (max-width: 767px) {
  .areakekka-list-block-detail {
    padding: 0.5rem;
  }
}
.areakekka-list-block-detail table, .areakekka-list-block-detail th, .areakekka-list-block-detail td {
  border: solid 1px #eee;
}
.areakekka-list-block-detail table {
  width: 100%;
}
.areakekka-list-block-detail th, .areakekka-list-block-detail td {
  padding: 0.5rem;
}
.areakekka-list-block-detail th {
  color: #fff;
}
.areakekka-list-block-detail-name {
  background: linear-gradient(90deg, #6fb4a2 0%, #445162 100%);
}
.areakekka-list-block-point {
  text-align: center;
  margin: 2rem 0;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .areakekka-list-block-point {
    padding: 0.5rem;
  }
}
.areakekka-list-block-point-ttl {
  background: linear-gradient(90deg, #6fb4a2 0%, #445162 100%);
  font-size: 1.5rem;
  padding: 1rem 0;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .areakekka-list-block-point-ttl {
    padding: 1rem;
  }
}
.areakekka-list-block-point-inner {
  padding: 1.5rem 2rem 0.5rem 2rem;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .areakekka-list-block-point-inner {
    padding: 1.5rem 1rem 0.5rem 1rem;
  }
}
.areakekka-list-block-point-inner li {
  line-height: 2;
  margin-bottom: 1rem;
  display: inline-block;
}
.areakekka-list-block-point-inner-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fbfaff;
  padding: 0 0.5rem;
  font-weight: 700;
  gap: 1rem;
}
.areakekka-list-block-point-check {
  display: inline-block;
  width: 25px;
  height: 15px;
  background: url(../img/lp/area_check.png) no-repeat;
  background-size: contain;
}
.areakekka-list-block-point-txt {
  width: 100%;
}

/*新しいLPのパディング調整(検索フォーム用)*/
.newlp-wrapper.lp,
.lpver2-wrapper.lp {
  /*検索フォーム用パディング調整*/
  padding: 0 0 1rem;
  margin-top: -2rem;
}

.newlp-mainvisual,
.lpver2-mainvisual {
  /*検索フォーム用パディング調整*/
  margin-bottom: 0;
}
.newlp-mainvisual .block-lp-mainvisual .text-year,
.lpver2-mainvisual .block-lp-mainvisual .text-year {
  /*看板の季節テキスト調整*/
  background: transparent;
  color: #060a3a;
  font-size: 2rem;
  bottom: auto;
  width: auto;
  padding: 0;
  /*医療orサロンLPの位置調整*/
  /*医療・ひげ・全身LPの位置調整*/
  /*地域別LPの位置調整*/
  /*女性施術LPの位置調整*/
}
.newlp-mainvisual .block-lp-mainvisual .text-year-clinicorsalon,
.lpver2-mainvisual .block-lp-mainvisual .text-year-clinicorsalon {
  top: 2rem;
  right: 24rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 834px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-clinicorsalon,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-clinicorsalon {
    top: 4rem;
    right: 10.5rem;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 810px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-clinicorsalon,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-clinicorsalon {
    top: 4rem;
    right: 9.8rem;
  }
}
@media only screen and (max-width: 810px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-clinicorsalon,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-clinicorsalon {
    top: 3.8rem;
    right: 9.8rem;
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 430px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-clinicorsalon,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-clinicorsalon {
    top: 2.6rem;
    right: 5.6rem;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 393px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-clinicorsalon,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-clinicorsalon {
    top: 2.5rem;
    right: 4.9rem;
  }
}
@media only screen and (max-width: 375px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-clinicorsalon,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-clinicorsalon {
    top: 2.1rem;
    right: 4.3rem;
  }
}
@media only screen and (max-width: 360px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-clinicorsalon,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-clinicorsalon {
    top: 2rem;
  }
}
@media only screen and (max-width: 320px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-clinicorsalon,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-clinicorsalon {
    top: 2rem;
    right: 3.6rem;
    font-size: 1.1rem;
  }
}
.newlp-mainvisual .block-lp-mainvisual .text-year-chz,
.lpver2-mainvisual .block-lp-mainvisual .text-year-chz {
  top: 5.8rem;
  right: 25.5rem;
  font-size: 2rem;
}
@media only screen and (max-width: 834px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-chz,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-chz {
    top: 10.5rem;
    right: 10rem;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 810px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-chz,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-chz {
    top: 9.9rem;
    right: 9.2rem;
  }
}
@media only screen and (max-width: 430px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-chz,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-chz {
    top: 5.3rem;
    right: 5.1rem;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 393px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-chz,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-chz {
    top: 5rem;
    right: 4.9rem;
  }
}
@media only screen and (max-width: 375px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-chz,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-chz {
    top: 4.8rem;
    right: 4.3rem;
  }
}
@media only screen and (max-width: 360px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-chz,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-chz {
    top: 4.5rem;
  }
}
@media only screen and (max-width: 320px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-chz,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-chz {
    top: 4rem;
    right: 3.6rem;
    font-size: 1.1rem;
  }
}
.newlp-mainvisual .block-lp-mainvisual .text-year-area,
.lpver2-mainvisual .block-lp-mainvisual .text-year-area {
  top: 5.6rem;
  right: 25.5rem;
  font-size: 2rem;
}
@media only screen and (max-width: 834px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-area,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-area {
    top: 10.5rem;
    right: 10rem;
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 810px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-area,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-area {
    top: 9.9rem;
    right: 9.2rem;
  }
}
@media only screen and (max-width: 430px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-area,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-area {
    top: 5.3rem;
    right: 5.1rem;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 393px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-area,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-area {
    top: 5rem;
    right: 4.9rem;
  }
}
@media only screen and (max-width: 375px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-area,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-area {
    top: 4.8rem;
    right: 4.3rem;
  }
}
@media only screen and (max-width: 360px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-area,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-area {
    top: 4.5rem;
  }
}
@media only screen and (max-width: 320px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-area,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-area {
    top: 4rem;
    right: 3.6rem;
    font-size: 1.1rem;
  }
}
.newlp-mainvisual .block-lp-mainvisual .text-year-womenstaff_rank,
.lpver2-mainvisual .block-lp-mainvisual .text-year-womenstaff_rank {
  top: 4.6rem;
  right: 27.8rem;
  font-size: 2.3rem;
}
@media only screen and (max-width: 834px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-womenstaff_rank,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-womenstaff_rank {
    top: 3.6rem;
    right: 21.1rem;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 810px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-womenstaff_rank,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-womenstaff_rank {
    top: 3.5rem;
    right: 20.8rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 430px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-womenstaff_rank,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-womenstaff_rank {
    top: 2.8rem;
    right: 5.1rem;
  }
}
@media only screen and (max-width: 393px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-womenstaff_rank,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-womenstaff_rank {
    top: 2.5rem;
    right: 4.7rem;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 375px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-womenstaff_rank,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-womenstaff_rank {
    top: 2.4rem;
    right: 4.4rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 360px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-womenstaff_rank,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-womenstaff_rank {
    right: 4.3rem;
  }
}
@media only screen and (max-width: 320px) {
  .newlp-mainvisual .block-lp-mainvisual .text-year-womenstaff_rank,
  .lpver2-mainvisual .block-lp-mainvisual .text-year-womenstaff_rank {
    top: 2.1rem;
    right: 3.9rem;
    font-size: 1.2rem;
  }
}
.newlp-mainvisual .block-lp-mainvisual .area-name2,
.lpver2-mainvisual .block-lp-mainvisual .area-name2 {
  position: absolute;
  top: 8.8rem;
  right: 29.5rem;
  font-weight: bold;
  font-size: 5rem;
  letter-spacing: 0.5rem;
  color: #060a3a;
  width: 17rem;
  text-align: center;
  padding-top: 0.8rem;
  background-color: #eee916;
}
@media only screen and (max-width: 834px) {
  .newlp-mainvisual .block-lp-mainvisual .area-name2,
  .lpver2-mainvisual .block-lp-mainvisual .area-name2 {
    top: 14.3rem;
    right: 18.1rem;
    width: 14rem;
  }
}
@media only screen and (max-width: 810px) {
  .newlp-mainvisual .block-lp-mainvisual .area-name2,
  .lpver2-mainvisual .block-lp-mainvisual .area-name2 {
    top: 13.8rem;
    right: 17.5rem;
    width: 14rem;
    font-size: 4.6rem;
  }
}
@media only screen and (max-width: 768px) {
  .newlp-mainvisual .block-lp-mainvisual .area-name2,
  .lpver2-mainvisual .block-lp-mainvisual .area-name2 {
    top: 13.4rem;
    right: 17rem;
    width: 13rem;
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 430px) {
  .newlp-mainvisual .block-lp-mainvisual .area-name2,
  .lpver2-mainvisual .block-lp-mainvisual .area-name2 {
    top: 7.5rem;
    right: 9.8rem;
    font-size: 2.2rem;
    letter-spacing: 0.2rem;
    width: 6.4rem;
    padding-top: 0.5rem;
  }
}
@media only screen and (max-width: 418px) {
  .newlp-mainvisual .block-lp-mainvisual .area-name2,
  .lpver2-mainvisual .block-lp-mainvisual .area-name2 {
    top: 7.3rem;
    right: 9.4rem;
    width: 6.4rem;
  }
}
@media only screen and (max-width: 393px) {
  .newlp-mainvisual .block-lp-mainvisual .area-name2,
  .lpver2-mainvisual .block-lp-mainvisual .area-name2 {
    top: 6.7rem;
    right: 8.7rem;
  }
}
@media only screen and (max-width: 375px) {
  .newlp-mainvisual .block-lp-mainvisual .area-name2,
  .lpver2-mainvisual .block-lp-mainvisual .area-name2 {
    top: 6.3rem;
    right: 8.2rem;
  }
}
@media only screen and (max-width: 360px) {
  .newlp-mainvisual .block-lp-mainvisual .area-name2,
  .lpver2-mainvisual .block-lp-mainvisual .area-name2 {
    top: 6rem;
    right: 8.2rem;
    font-size: 2rem;
    width: 6rem;
  }
}
@media only screen and (max-width: 320px) {
  .newlp-mainvisual .block-lp-mainvisual .area-name2,
  .lpver2-mainvisual .block-lp-mainvisual .area-name2 {
    top: 5.2rem;
    right: 7.2rem;
    width: 5rem;
  }
}
.newlp-mainvisual .block-lp-mainvisual .area-name3,
.lpver2-mainvisual .block-lp-mainvisual .area-name3 {
  position: absolute;
  top: 8.8rem;
  right: 29.5rem;
  font-weight: bold;
  font-size: 5rem;
  color: #060a3a;
  width: 17.5rem;
  text-align: center;
  padding-top: 0.8rem;
  background-color: #eee916;
}
@media only screen and (max-width: 834px) {
  .newlp-mainvisual .block-lp-mainvisual .area-name3,
  .lpver2-mainvisual .block-lp-mainvisual .area-name3 {
    top: 15.3rem;
    right: 18.1rem;
    font-size: 4rem;
    width: 14rem;
  }
}
@media only screen and (max-width: 810px) {
  .newlp-mainvisual .block-lp-mainvisual .area-name3,
  .lpver2-mainvisual .block-lp-mainvisual .area-name3 {
    top: 14.5rem;
    right: 17.5rem;
  }
}
@media only screen and (max-width: 768px) {
  .newlp-mainvisual .block-lp-mainvisual .area-name3,
  .lpver2-mainvisual .block-lp-mainvisual .area-name3 {
    top: 14rem;
    right: 17rem;
    font-size: 3.5rem;
    width: 12rem;
  }
}
@media only screen and (max-width: 430px) {
  .newlp-mainvisual .block-lp-mainvisual .area-name3,
  .lpver2-mainvisual .block-lp-mainvisual .area-name3 {
    top: 8rem;
    right: 9.4rem;
    font-size: 1.8rem;
    letter-spacing: 0.1rem;
    width: 7rem;
    padding-top: 0.5rem;
  }
}
@media only screen and (max-width: 418px) {
  .newlp-mainvisual .block-lp-mainvisual .area-name3,
  .lpver2-mainvisual .block-lp-mainvisual .area-name3 {
    top: 7.8rem;
    right: 9.2rem;
  }
}
@media only screen and (max-width: 393px) {
  .newlp-mainvisual .block-lp-mainvisual .area-name3,
  .lpver2-mainvisual .block-lp-mainvisual .area-name3 {
    top: 7rem;
    right: 8.8rem;
    width: 6.5rem;
  }
}
@media only screen and (max-width: 375px) {
  .newlp-mainvisual .block-lp-mainvisual .area-name3,
  .lpver2-mainvisual .block-lp-mainvisual .area-name3 {
    top: 6.6rem;
    right: 8rem;
  }
}
@media only screen and (max-width: 360px) {
  .newlp-mainvisual .block-lp-mainvisual .area-name3,
  .lpver2-mainvisual .block-lp-mainvisual .area-name3 {
    top: 6.2rem;
    right: 8rem;
    width: 6rem;
  }
}
@media only screen and (max-width: 320px) {
  .newlp-mainvisual .block-lp-mainvisual .area-name3,
  .lpver2-mainvisual .block-lp-mainvisual .area-name3 {
    top: 5.6rem;
    right: 7rem;
    width: 5.5rem;
    font-size: 1.5rem;
  }
}

/*lp-clinic、clinicorsalon、higeranking、zenshin、地域別LP用css*/
.rkttl-area {
  position: relative;
}
.rkttl-area-txt {
  position: absolute;
  font-weight: bold;
  color: #060a3a;
}
.rkttl-area-txt2 {
  left: 6.4rem;
  bottom: 0.4rem;
  letter-spacing: 0.5rem;
  font-size: 7.5rem;
}
@media only screen and (max-width: 834px) {
  .rkttl-area-txt2 {
    font-size: 8rem;
    left: 6.5rem;
    bottom: 0;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 430px) {
  .rkttl-area-txt2 {
    font-size: 4.4rem;
    left: 3.6rem;
  }
}
@media only screen and (max-width: 418px) {
  .rkttl-area-txt2 {
    left: 3.2rem;
    bottom: 0.1rem;
  }
}
@media only screen and (max-width: 393px) {
  .rkttl-area-txt2 {
    font-size: 4rem;
    left: 3.6rem;
  }
}
@media only screen and (max-width: 375px) {
  .rkttl-area-txt2 {
    font-size: 4rem;
    left: 3.2rem;
  }
}
@media only screen and (max-width: 360px) {
  .rkttl-area-txt2 {
    font-size: 3.7rem;
  }
}
@media only screen and (max-width: 320px) {
  .rkttl-area-txt2 {
    font-size: 3.2rem;
  }
}
.rkttl-area-txt2:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -5rem;
  transform: translateY(-50%);
  content: "";
  width: 3rem;
  height: 0.2rem;
  background-color: #060a3a;
}
@media only screen and (max-width: 767px) {
  .rkttl-area-txt2:before {
    left: -2rem;
    width: 1rem;
  }
}
.rkttl-area-txt2:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -4rem;
  transform: translateY(-50%);
  content: "";
  width: 3rem;
  height: 0.2rem;
  background-color: #060a3a;
}
@media only screen and (max-width: 767px) {
  .rkttl-area-txt2:after {
    right: -2rem;
    width: 1rem;
  }
}
.rkttl-area-txt3 {
  font-size: 7.5rem;
  left: 3.4rem;
  bottom: 0.1rem;
  letter-spacing: 0.05rem;
}
@media only screen and (max-width: 834px) {
  .rkttl-area-txt3 {
    font-size: 8rem;
    left: 1.6rem;
  }
}
@media only screen and (max-width: 430px) {
  .rkttl-area-txt3 {
    font-size: 4.4rem;
  }
}
@media only screen and (max-width: 418px) {
  .rkttl-area-txt3 {
    font-size: 4.2rem;
  }
}
@media only screen and (max-width: 393px) {
  .rkttl-area-txt3 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 375px) {
  .rkttl-area-txt3 {
    font-size: 3.9rem;
    left: 1.6rem;
  }
}
@media only screen and (max-width: 360px) {
  .rkttl-area-txt3 {
    font-size: 3.7rem;
  }
}
@media only screen and (max-width: 320px) {
  .rkttl-area-txt3 {
    font-size: 3.4rem;
    left: 1.4rem;
  }
}
.rkttl-wrap {
  max-width: 750px;
  margin: 0 auto -2rem;
}
@media only screen and (max-width: 767px) {
  .rkttl-wrap {
    margin: 0 auto -1rem;
  }
}
.rkttl-wrap-sub {
  margin: 0 auto 2rem;
}

.tab-contents {
  height: 0px;
  overflow-y: hidden;
}

.tab-contents.active {
  height: auto;
  overflow-y: unset;
}

/*ポップアップ*/
.popup-area {
  display: none;
  width: 350px;
  background: #fff;
  padding: 15px 15px 8px;
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  text-align: center;
  border-radius: 8px;
  box-shadow: 0 0 4px 4px rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 767px) {
  .popup-area {
    width: 75%;
  }
}
.popup-area .popup-area-in a {
  color: #333;
}
.popup-area .popup-area-in img {
  margin: auto;
  border: solid 1px #888;
}
.popup-area .popup-area-in p {
  font-weight: bold;
  font-size: 1.4rem;
  text-align: left;
}
.popup-area .popup-area-in .flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.popup-area .popup-area-in .flex .txt {
  width: 82%;
  margin: 1rem auto;
}
.popup-area .popup-area-in .flex .arrow {
  border-radius: 25px;
  width: 40px;
  height: 40px;
  border: solid 1px #888;
  background: #efefef;
  text-align: center;
  float: right;
  margin: 0px;
  position: relative;
}
.popup-area .popup-area-in .flex .arrow::before {
  content: "";
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 3px #888;
  border-right: solid 3px #888;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  transform: rotate(-45deg);
}
.popup-area button {
  position: absolute;
  top: -11%;
  border-radius: 25px;
  width: 35px;
  height: 35px;
  right: 0%;
  border: none;
}
@media only screen and (max-width: 767px) {
  .popup-area button {
    top: -12%;
  }
}
.popup-area button p {
  font-size: 3rem;
  line-height: 0.9 !important;
}
@media only screen and (max-width: 767px) {
  .popup-area button p {
    padding: 0px;
  }
}

/*ポップアップ　背景のみ*/
.cover-eml {
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/*新デザインLP*/
img {
  margin: auto;
}

.lpver2inner {
  max-width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .lpver2inner {
    margin: 0 1rem;
  }
}

.lpver2 {
  padding-top: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  /*cvボタン*/
}
.lpver2 a {
  text-decoration: none;
}
.lpver2 a:link {
  color: #2d2b28;
  transition: 0.2s;
}
.lpver2-cv-btn {
  margin: auto;
  background-color: #e0768c;
  overflow: hidden;
  font-size: 2rem;
  text-align: center;
  font-weight: 700;
  width: 40%;
  border-radius: 30px;
  /*cvボタンの動きをつける*/
  animation-name: pekopeko-btn;
  animation-delay: 0s; /* アニメーションの開始時間指定 */
  animation-duration: 3s; /* アニメーション動作時間の指定 */
  animation-timing-function: linear;
  /* アニメーションの動き（一定）*/
  animation-iteration-count: infinite; /* アニメーションを繰り返す */
}
@media only screen and (max-width: 767px) {
  .lpver2-cv-btn {
    width: 90%;
  }
}
.lpver2-cv-btn a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  width: 100%;
  padding: 1.5rem;
}
.lpver2-cv-btn span {
  color: #fff;
}
.lpver2-cv-btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
@keyframes pekopeko-btn {
  0% {
    box-shadow: 0 8px 0 #8c243a;
    transform: translatey(0);
  }
  60% {
    box-shadow: 0 8px 0 #8c243a;
    transform: translatey(0);
  }
  70% {
    box-shadow: 0 0 0 #8c243a;
    transform: translatey(8px);
  }
  80% {
    box-shadow: 0 8px 0 #8c243a;
    transform: translatey(0);
  }
  100% {
    box-shadow: 0 8px 0 #8c243a;
    transform: translatey(0);
  }
}
.lpver2-cv-btn-rank {
  margin: 2rem auto 2.5rem;
}
.lpver2-search {
  margin: 2rem auto;
}
@media only screen and (max-width: 767px) {
  .lpver2-search {
    margin: 0 auto 2rem;
  }
}
.lpver2-search .area-search-ttl {
  background: linear-gradient(90deg, #6fb4a2 0%, #445162 100%);
}
.lpver2-search .area-search-box {
  border: 5px solid #445162;
  border-top: none;
  border-image: linear-gradient(to right, #6fb4a2 0%, #445162 100%);
  border-image-slice: 1;
}
.lpver2-search .area-search-box-flex-inner-ttl {
  background-color: #fbf8f2;
}
.lpver2-search .area-search-box-btn {
  background: linear-gradient(90deg, #6fb4a2 0%, #445162 100%);
}
.lpver2-rkttl {
  margin: 0 auto -0.5rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-rkttl {
    margin: 0 auto -1.5rem;
  }
}
.lpver2-rkttl-margin {
  margin: -2rem auto -0.5rem;
  max-width: 500px;
}
.lpver2-toprk {
  margin: 2rem 0;
}
@media only screen and (max-width: 767px) {
  .lpver2-toprk {
    margin: 2rem 1rem;
  }
}
.lpver2-toprk-ttl {
  max-width: 750px;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-toprk-ttl {
    width: 90%;
  }
}
.lpver2-toprk-container {
  max-width: 750px;
  margin: -2rem auto 2rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-toprk-container {
    padding: 1rem;
    margin: -2rem auto 0;
  }
}
.lpver2-toprk-container-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 1rem auto;
  padding: 1rem;
  border-radius: 2rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-toprk-container-flex {
    position: relative;
    margin: 2rem auto 2.5rem;
    gap: 0.5rem;
    padding: 2rem 1.5rem 1.5rem;
  }
}
.lpver2-toprk-container-flex-rank {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .lpver2-toprk-container-flex-rank {
    position: absolute;
    top: -2.5rem;
    left: 50%;
    transform: translateX(-50%);
  }
}
.lpver2-toprk-container-flex-inner {
  width: 39%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-toprk-container-flex-inner {
    width: 60%;
  }
}
.lpver2-toprk-container-flex-inner-copy {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.lpver2-toprk-container-flex-inner-bnr {
  width: 80%;
  margin: auto;
}
.lpver2-toprk-container-flex-cv {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .lpver2-toprk-container-flex-cv {
    width: 40%;
    padding-bottom: 1rem;
  }
}
.lpver2-toprk-container-flex-cv-btn {
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .lpver2-toprk-container-flex-cv-btn {
    width: 100%;
    font-size: 1.5rem;
  }
}
.lpver2-toprk-container-1 {
  background-color: #fcfbd0;
  max-width: 600px;
  border: 1px solid #eee916;
}
@media only screen and (max-width: 767px) {
  .lpver2-toprk-container-1 {
    width: 100%;
  }
}
.lpver2-toprk-container-2, .lpver2-toprk-container-3 {
  background-color: #f7f7f7;
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  .lpver2-toprk-container-2, .lpver2-toprk-container-3 {
    width: 90%;
  }
}
.lpver2-toprk-container-2 .lpver2-toprk-container-flex-rank, .lpver2-toprk-container-3 .lpver2-toprk-container-flex-rank {
  width: 12%;
}
@media only screen and (max-width: 767px) {
  .lpver2-toprk-container-2 .lpver2-toprk-container-flex-rank, .lpver2-toprk-container-3 .lpver2-toprk-container-flex-rank {
    top: -2rem;
  }
}
.lpver2-toprk-container-2 .lpver2-toprk-container-flex-inner, .lpver2-toprk-container-3 .lpver2-toprk-container-flex-inner {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .lpver2-toprk-container-2 .lpver2-toprk-container-flex-inner, .lpver2-toprk-container-3 .lpver2-toprk-container-flex-inner {
    width: 60%;
  }
}
@media only screen and (max-width: 767px) {
  .lpver2-toprk-container-2 .lpver2-toprk-container-flex-inner-copy, .lpver2-toprk-container-3 .lpver2-toprk-container-flex-inner-copy {
    font-size: 1.2rem;
  }
}
.lpver2-toprk-container-2 .lpver2-toprk-container-flex-cv, .lpver2-toprk-container-3 .lpver2-toprk-container-flex-cv {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .lpver2-toprk-container-2 .lpver2-toprk-container-flex-cv, .lpver2-toprk-container-3 .lpver2-toprk-container-flex-cv {
    width: 39%;
  }
}
.lpver2-toprk-container-2 .lpver2-toprk-container-flex-cv-btn, .lpver2-toprk-container-3 .lpver2-toprk-container-flex-cv-btn {
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-toprk-container-2 .lpver2-toprk-container-flex-cv-btn, .lpver2-toprk-container-3 .lpver2-toprk-container-flex-cv-btn {
    font-size: 1.2rem;
  }
}
.lpver2-3point {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-3point {
    margin: 0 1rem;
  }
}
.lpver2-3point-ttl {
  margin: 0 auto 1.5rem;
  max-width: 700px;
}
@media only screen and (max-width: 767px) {
  .lpver2-3point-ttl {
    margin: 0 auto 1rem;
    width: 90%;
  }
}
.lpver2-3point-ttl img {
  margin: auto;
}
.lpver2-3point-list {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-3point-list {
    margin-top: 0;
    gap: 0;
  }
}
.lpver2-3point-list-detail {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  height: 39rem;
  background-color: #6fb4a2;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 1rem;
  box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .lpver2-3point-list-detail {
    height: 37rem;
  }
}
.lpver2-3point-list-detail-black {
  background-color: #445162;
}
.lpver2-3point-list-detail-ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
.lpver2-3point-list-detail-ttl div {
  font-size: 1.5rem;
  font-weight: normal;
}
.lpver2-3point-list-detail-img {
  padding: 1rem;
  margin-bottom: 1rem;
}
.lpver2-3point-list-detail-img-1 {
  height: 18rem;
}
.lpver2-3point-list-detail-img-2 {
  height: 19rem;
}
.lpver2-3point-list-detail-img-3 {
  height: 15rem;
}
.lpver2-3point-list-detail-img img {
  height: 100%;
}
.lpver2-3point-list-detail-txt {
  font-size: 1.3rem;
  line-height: 1.6;
}
.lpver2-3point-list-detail dt {
  padding: 1rem;
  text-align: center;
}
.lpver2-3point-list-detail dd {
  padding: 0 1.5rem 1.5rem;
}
.lpver2-3point .swiper-button-prev:after, .lpver2-3point .swiper-button-next:after {
  font-size: 30px;
  color: #fff;
}
.lpver2-3point .swiper-wrapper {
  padding-bottom: 3rem;
}
.lpver2-minirk {
  max-width: 1000px;
  margin: 3rem auto 0;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk {
    margin: 2rem 1rem 0;
  }
}
.lpver2-minirk-ttl {
  max-width: 700px;
  margin: 0 auto 2rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-ttl {
    width: 90%;
    margin: 0 auto 1rem;
  }
}
.lpver2-minirk-table table {
  table-layout: fixed;
  width: 100%;
}
.lpver2-minirk-table-cv {
  width: 80%;
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-table-cv {
    font-size: 1rem;
  }
}
.lpver2-minirk-table-cv a {
  padding: 1.5rem 0.5rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-table-cv a {
    padding: 1rem 0.3rem;
  }
}
.lpver2-minirk-table-detailbtn {
  width: 80%;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  background-color: #eee916;
  animation-name: pekopeko-detail;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-table-detailbtn {
    margin-bottom: 1rem;
  }
}
.lpver2-minirk-table-detailbtn span {
  color: #2d2b28;
}
.lpver2-minirk-table-detailbtn a {
  padding: 1.5rem 1rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-table-detailbtn a {
    padding: 1rem 0.3rem;
  }
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-table-detailbtn {
    font-size: 1.2rem;
  }
}
@keyframes pekopeko-detail {
  0% {
    box-shadow: 0 8px 0 #787611;
    transform: translatey(0);
  }
  60% {
    box-shadow: 0 8px 0 #787611;
    transform: translatey(0);
  }
  70% {
    box-shadow: 0 0 0 #787611;
    transform: translatey(8px);
  }
  80% {
    box-shadow: 0 8px 0 #787611;
    transform: translatey(0);
  }
  100% {
    box-shadow: 0 8px 0 #787611;
    transform: translatey(0);
  }
}
.lpver2-minirk-table-detailbtn a {
  color: #2d2b28;
}
.lpver2-minirk-table .anken-1st {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-table .anken-1st {
    width: 22rem;
  }
}
.lpver2-minirk-table .anken-1st:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 112.2rem;
  display: inline-block;
  z-index: 1;
  border: 0.5rem solid #eee916;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-table .anken-1st:before {
    border: 0.3rem solid #eee916;
    height: 99.4rem;
  }
}
.lpver2-minirk-table .anken-1st:after {
  position: absolute;
  top: -2rem;
  left: -4rem;
  content: "";
  display: inline-block;
  width: 10rem;
  height: 10rem;
  z-index: 2;
  background: url(../img/lp/osusume_icon.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-table .anken-1st:after {
    top: 0rem;
    left: -2rem;
    width: 5rem;
    height: 5rem;
  }
}
.lpver2-minirk-table .anken-1st.vio:before {
  height: 85.3rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-table .anken-1st.vio:before {
    height: 76.7rem;
  }
}
.lpver2-minirk-table-ttl {
  padding: 0.5rem;
  color: #fff;
  background-color: #6fb4a2;
  width: 15%;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-table-ttl {
    font-size: 1.1rem;
  }
}
.lpver2-minirk-table-ttl-bg {
  background-color: #445162;
}
.lpver2-minirk-table-name {
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-table-name {
    font-size: 1.2rem;
  }
}
.lpver2-minirk-table-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-table-flex {
    gap: 0.5rem;
  }
}
.lpver2-minirk-table-flex-txt {
  width: 70%;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-table-flex-txt {
    font-size: 1.1rem;
    width: 80%;
  }
}
.lpver2-minirk-table-flex-txt p {
  font-size: 1.3rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-table-flex-txt p {
    font-size: 1.1rem;
  }
}
.lpver2-minirk-table .bnr {
  margin: 0 auto 1rem;
  max-width: 200px;
}
.lpver2-minirk-table .bnr-big {
  width: 50%;
  margin: auto;
}
.lpver2-minirk-table .name {
  text-align: center;
  text-decoration: underline;
  color: #349FE8;
  font-weight: bold;
}
.lpver2-minirk-table .eval-mark {
  width: 15%;
}
.lpver2-minirk-table .ico-rank {
  width: 3.5rem;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-table .ico-rank {
    width: 2.5rem;
  }
}
.lpver2-minirk-table .ico-m01 {
  width: 65%;
  margin: 0 auto 0.5rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-table .ico-m01 {
    width: 85%;
  }
}
.lpver2-minirk-table .td-rate {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-table .td-rate {
    font-size: 1.1rem;
  }
}
.lpver2-minirk-table .td-rate img {
  margin: 0.3rem auto 0 auto;
}
.lpver2-minirk-table th {
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  vertical-align: middle;
  height: 9rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-table th {
    width: 5rem;
    line-height: 1.2;
    height: 8rem;
  }
}
.lpver2-minirk-table td {
  background-color: #fefbf8;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  padding: 1rem;
  vertical-align: middle;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-table td {
    padding: 0.5rem;
    width: 18rem;
  }
}
.lpver2-minirk-container {
  display: grid;
  grid-template-columns: 14rem 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 0 0.5rem;
  grid-auto-flow: row;
  grid-template-areas: "service anken1 anken2 anken3" "feature anken1-feature anken2-feature anken3-feature" "hige anken1-hige anken2-hige anken3-hige" "hige-monthly anken1-hige-monthly anken2-hige-monthly anken3-hige-monthly" "zenshin anken1-zenshin anken2-zenshin anken3-zenshin" "zenshin-monthly anken1-zenshin-monthly anken2-zenshin-monthly anken3-zenshin-monthly" "fast anken1-fast anken2-fast anken3-fast" "pain anken1-pain anken2-pain anken3-pain" "access anken1-access anken2-access anken3-access" "cv anken1-cv anken2-cv anken3-cv" "link anken1-link anken2-link anken3-link";
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-container {
    grid-template-columns: 10rem repeat(3, 18rem);
  }
}
.lpver2-minirk-container .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  line-height: 1.5;
}
.lpver2-minirk-container .center {
  justify-content: center;
  font-size: 1.5rem;
}
.lpver2-minirk-container .content {
  background-color: #fefbf8;
  font-size: 1.4rem;
}
.lpver2-minirk-container .content-gray {
  background-color: #f4f4f4;
}
.lpver2-minirk-container-flex {
  display: flex;
  justify-content: left;
  width: 100%;
  line-height: 1.4;
  gap: 1rem;
  align-items: center;
  font-size: 1.4rem;
}
.lpver2-minirk-container-flex .eval-mark {
  width: 15%;
}
.lpver2-minirk-container-flex-txt {
  width: 84%;
}
.lpver2-minirk-container .bnr {
  margin: 0 auto 1rem;
  max-width: 200px;
}
.lpver2-minirk-container .bnr-big {
  width: 50%;
  margin: auto;
}
.lpver2-minirk-container .name {
  text-align: center;
  text-decoration: underline;
  color: #349FE8;
  font-weight: bold;
  margin-top: 1rem;
}
.lpver2-minirk-container .eval-mark {
  width: 15%;
}
.lpver2-minirk-container .ico-rank {
  width: 3.5rem;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-container .ico-rank {
    width: 2.5rem;
  }
}
.lpver2-minirk-container .ico-m01 {
  width: 65%;
  margin: 0 auto 0.5rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-container .ico-m01 {
    width: 85%;
  }
}
.lpver2-minirk-container .td-rate {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-container .td-rate {
    font-size: 1.1rem;
  }
}
.lpver2-minirk-container .td-rate img {
  margin: 0.3rem auto 0 auto;
}
.lpver2-minirk-container .service {
  grid-area: service;
  background-color: #6fb4a2;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-container .service {
    font-size: 1.2rem;
  }
}
.lpver2-minirk-container .feature {
  grid-area: feature;
  background-color: #445162;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-container .feature {
    font-size: 1.2rem;
  }
}
.lpver2-minirk-container .hige {
  grid-area: hige;
  background-color: #6fb4a2;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-container .hige {
    font-size: 1.2rem;
  }
}
.lpver2-minirk-container .hige-monthly {
  grid-area: hige-monthly;
  background-color: #445162;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-container .hige-monthly {
    font-size: 1.2rem;
  }
}
.lpver2-minirk-container .zenshin {
  grid-area: zenshin;
  background-color: #6fb4a2;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-container .zenshin {
    font-size: 1.2rem;
  }
}
.lpver2-minirk-container .zenshin-monthly {
  grid-area: zenshin-monthly;
  background-color: #445162;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-container .zenshin-monthly {
    font-size: 1.2rem;
  }
}
.lpver2-minirk-container .fast {
  grid-area: fast;
  background-color: #6fb4a2;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-container .fast {
    font-size: 1.2rem;
  }
}
.lpver2-minirk-container .pain {
  grid-area: pain;
  background-color: #445162;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-container .pain {
    font-size: 1.2rem;
  }
}
.lpver2-minirk-container .access {
  grid-area: access;
  background-color: #6fb4a2;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-container .access {
    font-size: 1.2rem;
  }
}
.lpver2-minirk-container .cv {
  grid-area: cv;
  background-color: #445162;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-container .cv {
    font-size: 1.2rem;
  }
}
.lpver2-minirk-container .link {
  grid-area: link;
  background-color: #6fb4a2;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-container .link {
    font-size: 1.2rem;
  }
}
.lpver2-minirk-container .anken1 {
  grid-area: anken1;
  position: relative;
  border: 0.5rem solid #eee916;
  border-bottom: none;
}
.lpver2-minirk-container .anken1:after {
  position: absolute;
  top: -2rem;
  left: -4rem;
  content: "";
  display: inline-block;
  width: 10rem;
  height: 10rem;
  z-index: 2;
  background: url(../img/lp/osusume_icon.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .lpver2-minirk-container .anken1:after {
    top: 0rem;
    left: -2rem;
    width: 5rem;
    height: 5rem;
  }
}
.lpver2-minirk-container .anken1-feature {
  grid-area: anken1-feature;
  border-left: 0.5rem solid #eee916;
  border-right: 0.5rem solid #eee916;
}
.lpver2-minirk-container .anken1-hige {
  grid-area: anken1-hige;
  border-left: 0.5rem solid #eee916;
  border-right: 0.5rem solid #eee916;
}
.lpver2-minirk-container .anken1-hige-monthly {
  grid-area: anken1-hige-monthly;
  border-left: 0.5rem solid #eee916;
  border-right: 0.5rem solid #eee916;
}
.lpver2-minirk-container .anken1-zenshin {
  grid-area: anken1-zenshin;
  border-left: 0.5rem solid #eee916;
  border-right: 0.5rem solid #eee916;
}
.lpver2-minirk-container .anken1-zenshin-monthly {
  grid-area: anken1-zenshin-monthly;
  border-left: 0.5rem solid #eee916;
  border-right: 0.5rem solid #eee916;
}
.lpver2-minirk-container .anken1-fast {
  grid-area: anken1-fast;
  border-left: 0.5rem solid #eee916;
  border-right: 0.5rem solid #eee916;
}
.lpver2-minirk-container .anken1-pain {
  grid-area: anken1-pain;
  border-left: 0.5rem solid #eee916;
  border-right: 0.5rem solid #eee916;
}
.lpver2-minirk-container .anken1-access {
  grid-area: anken1-access;
  border-left: 0.5rem solid #eee916;
  border-right: 0.5rem solid #eee916;
}
.lpver2-minirk-container .anken1-cv {
  grid-area: anken1-cv;
  border-left: 0.5rem solid #eee916;
  border-right: 0.5rem solid #eee916;
}
.lpver2-minirk-container .anken1-link {
  grid-area: anken1-link;
  border: 0.5rem solid #eee916;
  border-top: none;
}
.lpver2-minirk-container .anken2 {
  grid-area: anken2;
}
.lpver2-minirk-container .anken2-feature {
  grid-area: anken2-feature;
}
.lpver2-minirk-container .anken2-hige {
  grid-area: anken2-hige;
}
.lpver2-minirk-container .anken2-hige-monthly {
  grid-area: anken2-hige-monthly;
}
.lpver2-minirk-container .anken2-zenshin {
  grid-area: anken2-zenshin;
}
.lpver2-minirk-container .anken2-zenshin-monthly {
  grid-area: anken2-zenshin-monthly;
}
.lpver2-minirk-container .anken2-fast {
  grid-area: anken2-fast;
}
.lpver2-minirk-container .anken2-pain {
  grid-area: anken2-pain;
}
.lpver2-minirk-container .anken2-access {
  grid-area: anken2-access;
}
.lpver2-minirk-container .anken2-cv {
  grid-area: anken2-cv;
}
.lpver2-minirk-container .anken2-link {
  grid-area: anken2-link;
}
.lpver2-minirk-container .anken3 {
  grid-area: anken3;
}
.lpver2-minirk-container .anken3-feature {
  grid-area: anken3-feature;
}
.lpver2-minirk-container .anken3-hige {
  grid-area: anken3-hige;
}
.lpver2-minirk-container .anken3-hige-monthly {
  grid-area: anken3-hige-monthly;
}
.lpver2-minirk-container .anken3-zenshin {
  grid-area: anken3-zenshin;
}
.lpver2-minirk-container .anken3-zenshin-monthly {
  grid-area: anken3-zenshin-monthly;
}
.lpver2-minirk-container .anken3-fast {
  grid-area: anken3-fast;
}
.lpver2-minirk-container .anken3-pain {
  grid-area: anken3-pain;
}
.lpver2-minirk-container .anken3-access {
  grid-area: anken3-access;
}
.lpver2-minirk-container .anken3-cv {
  grid-area: anken3-cv;
}
.lpver2-minirk-container .anken3-link {
  grid-area: anken3-link;
}
.lpver2-merit {
  position: relative;
  z-index: 0;
  max-width: 750px;
  margin: 0 auto 3rem;
  padding: 4rem;
  background-color: #fefbf8;
}
@media only screen and (max-width: 767px) {
  .lpver2-merit {
    padding: 3rem 0.5rem;
  }
}
.lpver2-merit-lover {
  display: inline-block;
  background: url(../img/lp/merit_left_over.png) no-repeat;
  background-size: contain;
  width: 40%;
  height: 10rem;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.lpver2-merit-rover {
  display: inline-block;
  background: url(../img/lp/merit_right_over.png) no-repeat;
  background-size: contain;
  width: 15%;
  height: 15rem;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.lpver2-merit-lunder {
  display: inline-block;
  background: url(../img/lp/merit_left_under.png) no-repeat;
  background-size: contain;
  width: 15%;
  height: 4rem;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
@media only screen and (max-width: 767px) {
  .lpver2-merit-lunder {
    height: 2rem;
  }
}
.lpver2-merit-runder {
  display: inline-block;
  background: url(../img/lp/merit_right_under.png) no-repeat;
  background-size: contain;
  width: 12rem;
  height: 15rem;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}
.lpver2-merit-ttl {
  position: inherit;
  z-index: 2;
  max-width: 500px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .lpver2-merit-ttl {
    width: 90%;
  }
}
.lpver2-merit-txt {
  position: relative;
  z-index: 2;
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 5rem auto 0;
  color: #060a3a;
  width: 90%;
}
.lpver2-merit-txt:before {
  position: absolute;
  z-index: 2;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  border-top: 2rem solid #6fb4a2;
  border-right: 2rem solid transparent;
  border-left: 2rem solid transparent;
}
.lpver2-merit-list {
  position: inherit;
  z-index: 2;
  margin: 3rem auto 0;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-merit-list {
    margin: 1.5rem auto 0;
    gap: 1rem;
  }
}
.lpver2-merit-list-item {
  display: flex;
  gap: 1rem;
  padding: 1.5rem;
  border: 0.5rem solid #fff;
  background-color: #fbf8f2;
}
.lpver2-merit-list-item-ttl {
  width: 20%;
  background-color: #fff;
  padding: 1rem 1.5rem;
  display: flex;
}
.lpver2-merit-list-item-txt {
  width: 80%;
  display: flex;
  line-height: 1.5;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .lpver2-merit-list-item-txt {
    line-height: 1.1;
  }
}
.lpver2-merit-list-item-vio {
  width: 90%;
  gap: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-merit-list-item-vio {
    width: 100%;
    margin: 0;
    gap: 1rem;
  }
}
.lpver2-merit-list-item-vio .vio-imgsize {
  width: 35%;
}
.lpver2-merit-list-item-vio .vio-txtsize {
  width: 65%;
  font-size: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-merit-list-item-vio .vio-txtsize {
    font-size: 2rem;
  }
}
.lpver2-merit-list-item-vio .vio-txtsize-bold {
  width: 65%;
  font-size: 2.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .lpver2-merit-list-item-vio .vio-txtsize-bold {
    font-size: 2rem;
  }
}
.lpver2-merit-viotxt {
  width: 90%;
  font-size: 1.6rem;
  text-align: center;
  margin: 1.5rem auto 0;
  line-height: 1.4;
}
.lpver2-merit-viotxt-strong {
  font-weight: normal;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .lpver2-merit-viotxt-strong {
    margin: 4rem auto 0;
  }
}
.lpver2-point {
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-point {
    margin: 0 1rem;
  }
}
.lpver2-point-ttl {
  margin: 0 auto 1.5rem;
  max-width: 700px;
}
@media only screen and (max-width: 767px) {
  .lpver2-point-ttl {
    margin: 0 auto 1rem;
    width: 90%;
  }
}
.lpver2-point-ttl img {
  margin: auto;
}
.lpver2-point-list {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-point-list {
    margin-top: 0;
    gap: 0;
  }
}
.lpver2-point-list-detail {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-point-list-detail {
    height: 370px;
  }
}
.lpver2-point-list-detail-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #6fb4a2;
  color: #fff;
}
.lpver2-point-list-detail-ttl div {
  font-size: 1.5rem;
  font-weight: normal;
}
.lpver2-point-list-detail-ttl-bg {
  background-color: #445162;
}
.lpver2-point-list-detail-img {
  height: 15rem;
  padding: 1rem;
  margin-bottom: 1rem;
}
.lpver2-point-list-detail-img-width {
  margin: auto;
  height: 100%;
}
.lpver2-point-list-detail-img-width-wide {
  width: 40%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .lpver2-point-list-detail-img-width-wide {
    width: 25%;
  }
}
.lpver2-point-list-detail-txt {
  font-size: 1.3rem;
  line-height: 1.5;
}
.lpver2-point-list-detail dt {
  padding: 1rem;
  text-align: center;
}
.lpver2-point-list-detail dd {
  background-color: #fefbf8;
  padding: 1.5rem;
  height: 32rem;
}
.lpver2-hole {
  margin: 2rem auto 0;
}
.lpver2-hole-ttl {
  margin: 0 auto 1.5rem;
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  .lpver2-hole-ttl {
    margin: 0 auto 1rem;
    width: 90%;
  }
}
.lpver2-hole-ttl img {
  margin: auto;
}
.lpver2-hole-list {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  width: 1000px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .lpver2-hole-list {
    margin-top: 0;
    gap: 0;
  }
}
.lpver2-hole-list-detail {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-hole-list-detail {
    min-height: 350px;
  }
}
.lpver2-hole-list-detail-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #445162;
  padding: 1rem;
  border-radius: 20px 20px 0 0;
  text-align: center;
  color: #fff;
}
.lpver2-hole-list-detail-ttl-num {
  font-size: 1.5rem;
  font-weight: normal;
  display: block;
}
.lpver2-hole-list-detail-content {
  padding: 1rem;
  background-color: #dddddd;
  border-radius: 0 0 20px 20px;
}
.lpver2-hole-list-detail-content-img {
  width: 80%;
  padding: 1rem;
  height: 150px;
  margin: 0 auto 1rem;
}
.lpver2-hole-list-detail-content-img img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.lpver2-hole-list-detail-content-txt {
  font-size: 1.3rem;
  line-height: 1.5;
  height: 110px;
  padding: 0 1rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-hole-list-detail-content-txt {
    padding: 0;
  }
}
.lpver2-hole-ketsuron {
  background: linear-gradient(90deg, #6fb4a2 0%, #445162 100%);
  max-width: 500px;
  margin: 1rem auto 0;
  padding: 1rem 1rem 2rem;
  color: #fff;
}
.lpver2-hole-ketsuron-ttl {
  padding: 0.5rem;
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  color: #eee916;
}
@media only screen and (max-width: 767px) {
  .lpver2-hole-ketsuron-ttl {
    font-size: 2.5rem;
  }
}
.lpver2-hole-ketsuron-ttl .small {
  font-size: 2rem;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .lpver2-hole-ketsuron-ttl .small {
    font-size: 1.8rem;
    padding-left: 2rem;
  }
}
.lpver2-hole-ketsuron-ttl .small:after {
  position: absolute;
  top: -4rem;
  left: -8rem;
  content: "";
  display: inline-block;
  width: 7rem;
  height: 7rem;
  z-index: 2;
  background: url(../img/lp/ketsulon_icon.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .lpver2-hole-ketsuron-ttl .small:after {
    top: -3rem;
    left: -4.5rem;
    width: 6rem;
    height: 6rem;
  }
}
.lpver2-hole-ketsuron-content {
  width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .lpver2-hole-ketsuron-content {
    width: 100%;
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .lpver2-hole-ketsuron-content-img {
    width: 50%;
    margin: auto;
  }
}
.lpver2-hole-ketsuron-content-txt {
  font-size: 1.6rem;
  padding: 1rem;
}
.lpver2-hole-ketsuron-txt {
  text-align: center;
  font-size: 2.5rem;
  padding: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .lpver2-hole-ketsuron-txt {
    font-size: 1.8rem;
  }
}
.lpver2-hole-ketsuron-txt-big {
  font-weight: bold;
  color: #eee916;
}
.lpver2-recommend {
  margin-bottom: 4rem;
}
.lpver2-recommend-ttl {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
}
.lpver2-recommend-ttl a {
  text-decoration: none;
  color: #2d2b28;
}
.lpver2-recommend-txt {
  width: 100%;
  background: url(../img/lp/new_bg_recommend_s.png) center no-repeat;
  background-size: contain;
  text-align: center;
  padding: 3rem 0 4rem;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  margin-top: -0.2rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .lpver2-recommend-txt {
    background: url(../img/lp/new_bg_recommend_sp_s.png) center no-repeat;
    background-size: contain;
    padding: 2rem 0 5rem;
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}
.lpver2-recommend-bnr {
  position: relative;
  max-width: 500px;
  margin: 1rem auto 2.5rem;
}
.lpver2-recommend-bnr img {
  margin: auto;
  width: 100%;
}
.lpver2-recommend-btn {
  width: 40%;
  border-radius: 40px;
}
@media only screen and (max-width: 767px) {
  .lpver2-recommend-btn {
    width: 80%;
  }
}
.lpver2-intro {
  position: relative;
  max-width: 500px;
  margin: 1rem auto 5.5rem;
  padding: 5rem 3rem 4rem;
  background-color: #fefbf8;
}
@media only screen and (max-width: 767px) {
  .lpver2-intro {
    padding: 5rem 1rem 4rem;
  }
}
.lpver2-intro:after {
  content: "";
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5rem 5.5rem 0 5.5rem;
  border-color: #445162 transparent transparent transparent;
}
.lpver2-intro-txt {
  position: relative;
  z-index: 10;
  font-size: 1.8rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-intro-txt {
    font-size: 1.4rem;
  }
}
.lpver2-intro-txt-center {
  text-align: center;
  font-size: 2rem;
}
.lpver2-intro-txt-list {
  margin: 1rem 0;
}
.lpver2-intro-txt-list-item {
  font-size: 1.6rem;
  position: relative;
  padding-left: 1.5rem;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .lpver2-intro-txt-list-item {
    font-size: 1.2rem;
  }
}
.lpver2-intro-txt-list-item:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50px;
  background-color: #060a3a;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.lpver2-intro-txt-strong {
  margin-top: 2rem;
  font-size: 2.3rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lpver2-intro-txt-strong {
    font-size: 1.8rem;
  }
}
.lpver2-appeal {
  margin: 2rem auto;
}
.lpver2-appeal-ttl {
  background: linear-gradient(90deg, #6fb4a2 0%, #445162 100%);
  padding: 1.5rem 1rem;
  text-align: center;
  border-radius: 2rem 2rem 0 0;
  color: #fff;
  font-size: 1.8rem;
  box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .lpver2-appeal-ttl {
    padding: 1rem;
    line-height: 1.2;
    font-size: 1.6rem;
  }
}
.lpver2-appeal-ttl-strong {
  font-weight: bold;
  font-size: 2.2rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-appeal-ttl-strong {
    font-size: 2rem;
  }
}
.lpver2-appeal-contents {
  padding: 1.5rem 3rem;
  background-color: #fefbf8;
  box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .lpver2-appeal-contents {
    padding: 1.5rem 1rem;
  }
}
.lpver2-appeal-contents-inner {
  max-width: 750px;
  margin: auto;
}
.lpver2-appeal-contents-inner-ttl {
  font-size: 3rem;
  margin-bottom: 1rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lpver2-appeal-contents-inner-ttl {
    font-size: 2rem;
  }
}
.lpver2-appeal-contents-inner-ttl a:link {
  color: #349FE8;
}
.lpver2-appeal-contents-inner-txt {
  margin: 1rem 0;
  background-color: #fff;
  padding: 2rem 3rem 1rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-appeal-contents-inner-txt {
    padding: 1rem;
  }
}
.lpver2-appeal-contents-inner-txt P {
  margin-bottom: 1rem;
}
.lpver2-appeal-cv {
  margin: 2rem auto 3rem;
}
.lpver2-staffmerit {
  position: relative;
  margin: 1rem 0 6rem;
}
.lpver2-staffmerit:after {
  content: "";
  position: absolute;
  bottom: -3.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5rem 5.5rem 0 5.5rem;
  border-color: #6fb4a2 transparent transparent transparent;
}
.lpver2-staffmerit-wrap {
  background-color: #fefbf8;
  padding: 2rem 3rem;
}
.lpver2-staffmerit-wrap-list {
  display: flex;
  justify-content: center;
  gap: 4rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-staffmerit-wrap-list {
    flex-direction: column;
    gap: 1rem;
  }
}
.lpver2-staffmerit-wrap-list-inner {
  width: 40%;
}
@media only screen and (max-width: 767px) {
  .lpver2-staffmerit-wrap-list-inner {
    width: 100%;
  }
}
.lpver2-staffmerit-wrap-list-inner-ttl {
  padding: 1rem;
  text-align: center;
  color: #fff;
  line-height: 1.3;
}
.lpver2-staffmerit-wrap-list-inner-ttl span {
  font-size: 1.8rem;
  font-weight: bold;
}
.lpver2-staffmerit-wrap-list-inner-ttl.womens {
  background-color: #6fb4a2;
}
.lpver2-staffmerit-wrap-list-inner-ttl.mens {
  background-color: #445162;
}
.lpver2-staffmerit-wrap-list-inner-content {
  padding: 2rem;
  background-color: #fff;
  height: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .lpver2-staffmerit-wrap-list-inner-content {
    height: auto;
  }
}
.lpver2-staffmerit-wrap-list-inner-content-txt {
  list-style: none;
}
.lpver2-staffmerit-wrap-list-inner-content-txt li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.5rem;
}
.lpver2-staffmerit-wrap-list-inner-content-txt li:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50px;
  background-color: #060a3a;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.lpver2-staffmerit-wrap-list-inner-content-img {
  height: 15rem;
}
.lpver2-staffmerit-wrap-list-inner-content-img img {
  height: 100%;
}
.lpver2-staffmerit-wrap-txt {
  margin-top: 2rem;
  font-size: 2rem;
  text-align: center;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .lpver2-staffmerit-wrap-txt {
    font-size: 1.8rem;
  }
}
.lpver2-womentab-inner {
  display: flex;
  justify-content: space-between;
}
.lpver2-womentab-inner-btn {
  position: relative;
  z-index: 5;
  width: 49%;
  text-align: center;
  background-color: #c4c7cc;
  border-radius: 20px 20px 0 0;
  padding: 3.5rem 1rem 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .lpver2-womentab-inner-btn {
    font-size: 1.4rem;
    padding: 3rem 1rem 1rem;
  }
}
.lpver2-womentab-inner-btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #585a5e;
  width: 100%;
  height: 2rem;
  border-radius: 20px 20px 0 0;
}
.lpver2-womentab-inner-btn.active {
  background-color: #fefbf8;
  z-index: 10;
}
.lpver2-womentab-inner-btn.active:after {
  background: linear-gradient(90deg, #6fb4a2 0%, #445162 100%);
  z-index: 10;
}
.lpver2-womentab-inner-contents {
  position: relative;
  z-index: 12;
}
.lpver2-womentab-inner-contents .lpver2rk-list {
  margin-top: 0 !important;
}
.lpver2-womentab-inner-contents .lpver2rk-list-block-ttl {
  background-color: #fefbf8;
  margin-bottom: 0;
}
.lpver2-womentab-inner-contents .lpver2rk-list-block-ttl a:link {
  color: #349FE8;
}
.lpver2-link {
  margin: 3rem 0 -2rem;
  display: flex;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .lpver2-link {
    flex-direction: column;
    gap: 1rem;
    margin-top: 2rem;
  }
}
.lpver2-link-banner {
  position: relative;
  border: 3px solid #fff;
  transition: 0.3s;
}
.lpver2-link-banner a:hover img {
  opacity: 1;
}
.lpver2-link-banner:before {
  position: absolute;
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.5rem 0 1.5rem 1.5rem;
  border-color: transparent transparent transparent #060a3a;
  top: 50%;
  right: 2.5rem;
  transform: translateY(-50%);
  transition: 0.3s;
}
@media only screen and (max-width: 767px) {
  .lpver2-link-banner:before {
    right: 1.5rem;
  }
}
.lpver2-link-banner:hover {
  border: 3px solid #060a3a;
}
.lpver2-link-banner:hover:before {
  right: 1.5rem;
}
.lpver2 .nursing-intro {
  padding-top: 6rem;
  margin: 3rem auto 1rem;
}
@media only screen and (max-width: 767px) {
  .lpver2 .nursing-intro {
    padding: 4rem 1rem 3rem;
  }
}
.lpver2 .nursing-intro-ttl {
  max-width: 500px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .lpver2 .nursing-intro-ttl {
    width: 85%;
  }
}
.lpver2 .nursing-intro-txt {
  font-size: 1.8rem;
  line-height: 1.4;
  margin-top: 1rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lpver2 .nursing-intro-txt {
    font-size: 1.6rem;
  }
}
.lpver2 .nursing-merit {
  max-width: 750px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .lpver2 .nursing-merit {
    margin-bottom: -2rem;
  }
}
.lpver2 .nursing-merit-inner {
  background-color: #fefbf8;
}
.lpver2 .nursing-merit-list {
  background-color: #fefbf8;
  padding: 1rem 0;
  width: 70%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .lpver2 .nursing-merit-list {
    width: 100%;
    padding: 1rem;
  }
}
.lpver2 .nursing-merit-list-item {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: left;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .lpver2 .nursing-merit-list-item {
    font-size: 1.5rem;
  }
}
.lpver2 .nursing-merit-list-item-bullet {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  background: url(../img/lp/nursing_bullet.png) no-repeat;
  background-size: contain;
}
.lpver2 .nursing-merit-list-item-txt {
  width: 96%;
}
.lpver2 .nursing-merit-txt {
  background-color: #e8f8fe;
  padding: 2rem 3rem;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
}
.lpver2 .nursing-merit-txt::after {
  content: "";
  position: absolute;
  bottom: -3rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5rem 5.5rem 0 5.5rem;
  border-color: #e8f8fe transparent transparent transparent;
}
@media only screen and (max-width: 767px) {
  .lpver2 .sp-inner {
    margin: 0 1rem;
  }
}
.lpver2 .bold {
  font-weight: bold;
  color: #060a3a;
}
.lpver2 .attention-color {
  color: #e0768c;
  font-weight: bold;
}

.vio-graph {
  margin-bottom: 0;
  padding: 0 0 2rem;
}
@media only screen and (max-width: 767px) {
  .vio-graph {
    padding: 0 1rem 2rem;
  }
}
.vio-graph-ttl {
  max-width: 700px;
  margin: 0 auto 1rem;
}
.vio-graph-txt {
  max-width: 750px;
  margin: 1.5rem auto 0;
  background-color: #b7d9d0;
  padding: 2rem 2.5rem;
}

.lpver2rk {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.lpver2rk-ttl {
  background-color: #fbf8f2;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
.lpver2rk-ttl:after {
  background-color: #fbf8f2;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  width: 50px;
  height: 50px;
}
.lpver2rk-ttl img {
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-ttl img {
    width: 100%;
  }
}
.lpver2rk-list {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list {
    margin-top: 4rem;
  }
}
.lpver2rk-list-block {
  box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  background-color: #fefbf8;
}
.lpver2rk-list-block-subttl {
  background-color: #6fb4a2;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1rem 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-subttl {
    padding: 1rem;
  }
}
.lpver2rk-list-block-mark {
  background: transparent;
  position: relative;
  cursor: pointer;
}
.lpver2rk-list-block-mark-txt {
  border-bottom: 1px solid #2d2b28;
  color: #2d2b28;
}
.lpver2rk-list-block-mark::before {
  border-top: 8px solid #2d2b28;
  border-left: 8px solid transparent;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: "";
  display: block;
  height: 0;
  left: 32%;
  margin: -3px 0 0;
  position: absolute;
  top: 40%;
  width: 0;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-mark::before {
    left: 14%;
  }
}
.lpver2rk-list-block-mark::after {
  border-top: 8px solid #2d2b28;
  border-left: 8px solid transparent;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: "";
  display: block;
  height: 0;
  right: 32%;
  margin: -3px 0 0;
  position: absolute;
  top: 40%;
  width: 0;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-mark::after {
    right: 14%;
  }
}
.lpver2rk-list-block-ac {
  display: none;
}
.lpver2rk-list-block-ttl {
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
}
.lpver2rk-list-block-ttl span {
  background: linear-gradient(90deg, #6fb4a2 0%, #445162 100%);
  display: block;
  width: 100%;
  height: 5px;
}
.lpver2rk-list-block-ttl-flex {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-ttl-flex {
    padding: 0 0.5rem;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-ttl-flex-img {
    position: absolute;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.lpver2rk-list-block-ttl-flex .ico-m01 {
  width: 15%;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-ttl-flex .ico-m01 {
    width: 30%;
  }
}
.lpver2rk-list-block-ttl-flex .ico-m02, .lpver2rk-list-block-ttl-flex .ico-m03 {
  width: 5%;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-ttl-flex .ico-m02, .lpver2rk-list-block-ttl-flex .ico-m03 {
    width: 13%;
  }
}
.lpver2rk-list-block-ttl-flex-inner-sub {
  margin-top: 2rem;
  font-size: 1.5rem;
}
.lpver2rk-list-block-ttl-flex-inner-txt {
  font-size: 2.5rem;
  line-height: 1.5;
}
.lpver2rk-list-block-ttl-flex-inner-txt a {
  transition: 0.2s;
}
.lpver2rk-list-block-ttl-flex-inner-txt a:hover {
  opacity: 0.6;
}
.lpver2rk-list-block-ttl-flex-inner-txt a:link {
  color: #349FE8;
}
.lpver2rk-list-block-inner {
  max-width: 750px;
  margin: auto;
}
.lpver2rk-list-block-img {
  width: 100%;
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-img {
    padding: 0 0.5rem;
  }
}
.lpver2rk-list-block-img img {
  width: 100%;
  margin: auto;
}
.lpver2rk-list-block-spec {
  margin: 1rem 0 2rem;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-spec {
    padding: 0.5rem;
  }
}
.lpver2rk-list-block-spec-cv {
  font-size: 1.5rem;
  margin: 0.5rem;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-spec-cv {
    font-size: 1.2rem;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-spec-cv a {
    padding: 1.5rem 0.5rem;
  }
}
.lpver2rk-list-block-spec table, .lpver2rk-list-block-spec th, .lpver2rk-list-block-spec td {
  border: solid 1px #eee;
}
.lpver2rk-list-block-spec table {
  width: 100%;
}
.lpver2rk-list-block-spec th {
  background-color: #6fb4a2;
  max-height: 150px;
  width: 20%;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-spec th {
    max-height: 170px;
    padding: 0.5rem;
  }
}
.lpver2rk-list-block-spec td {
  padding: 1rem;
  max-height: 150px;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-spec td {
    padding: 0.5rem;
    max-height: 170px;
  }
}
.lpver2rk-list-block-spec-info {
  background-color: #fff;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-spec-info p {
    line-height: 1.5;
    font-size: 1.3rem;
  }
}
.lpver2rk-list-block-spec-com {
  background-color: #eef0ff;
  width: 20%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-spec-com {
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-spec-com p {
    line-height: 1.5;
    font-size: 1.3rem;
  }
}
.lpver2rk-list-block-point {
  margin: 3rem 0 0;
  background-color: #fefbf8;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-point {
    padding: 0.5rem;
  }
}
.lpver2rk-list-block-point-upper {
  margin: 2rem auto;
}
.lpver2rk-list-block-point-check {
  display: inline-block;
  width: 25px;
  height: 15px;
  background: url(../img/lp/check_y.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-point-check {
    width: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-point-txt {
    width: 90%;
  }
}
.lpver2rk-list-block-point-subttl {
  background: #eee916;
  font-size: 1.8rem;
  padding: 1.2rem 0;
}
.lpver2rk-list-block-point-subttl-txt {
  position: relative;
  display: inline-block;
  color: #2d2b28;
}
.lpver2rk-list-block-point-subttl-txt:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/lp/new_point_icon.png) no-repeat;
  background-size: contain;
}
.lpver2rk-list-block-point-subttl-txt:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/lp/new_point_icon.png) no-repeat;
  background-size: contain;
}
.lpver2rk-list-block-point-inner {
  padding: 1.5rem 2rem 0.5rem;
  text-align: left;
  background-color: rgba(251, 228, 108, 0.2);
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-point-inner {
    padding: 1.5rem 1rem 0.5rem 1rem;
  }
}
.lpver2rk-list-block-point-inner li {
  line-height: 2;
  margin-bottom: 1rem;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-point-inner li {
    display: block;
  }
}
.lpver2rk-list-block-point-inner-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fbfaff;
  padding: 0 1rem 0 0.5rem;
  font-weight: 700;
  gap: 0.5rem;
}
.lpver2rk-list-block-point-kome {
  margin: 0.5rem auto 0;
}
.lpver2rk-list-block-point-kome-ttl {
  text-align: center;
  font-size: 1.2rem;
  cursor: pointer;
  margin-bottom: 1rem;
}
.lpver2rk-list-block-point-kome-ttl-txt {
  position: relative;
}
.lpver2rk-list-block-point-kome-ttl-txt::before {
  position: absolute;
  top: 40%;
  left: -8%;
  border-top: 8px solid #2d2b28;
  border-left: 8px solid transparent;
  -webkit-transform: rotate(135deg) translate(-50%);
  transform: rotate(135deg) translate(-50%);
  content: "";
  display: block;
  height: 0;
  margin: -3px 0 0;
  width: 0;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-point-kome-ttl-txt::before {
    left: -5%;
  }
}
.lpver2rk-list-block-point-kome-ttl-txt::after {
  position: absolute;
  top: 40%;
  right: -8%;
  border-top: 8px solid #2d2b28;
  border-left: 8px solid transparent;
  -webkit-transform: rotate(135deg) translate(-50%);
  transform: rotate(135deg) translate(-50%);
  content: "";
  display: block;
  height: 0;
  margin: -3px 0 0;
  width: 0;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-point-kome-ttl-txt::after {
    right: -5%;
  }
}
.lpver2rk-list-block-point-kome-ttl-txt-big {
  font-size: 1.5rem;
  font-weight: bold;
}
.lpver2rk-list-block-point-kome-content {
  display: none;
  margin-bottom: 1rem;
}
.lpver2rk-list-block-point-kome-content-inner {
  padding: 3rem 3.5rem;
  background-color: #fff;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-point-kome-content-inner {
    padding: 2rem;
  }
}
.lpver2rk-list-block-point-kome-content-inner-search {
  background-color: #fbfaff;
}
.lpver2rk-list-block-point-kome-content-inner-list {
  margin-bottom: 1.5rem;
}
.lpver2rk-list-block-point-kome-content-inner-list-ttl {
  display: flex;
  gap: 1rem;
}
.lpver2rk-list-block-point-kome-content-inner-list-ttl-num {
  font-size: 2.5rem;
  font-weight: bold;
}
.lpver2rk-list-block-point-kome-content-inner-list-ttl-txt {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 2.2;
}
.lpver2rk-list-block-point-kome-content-inner-list-condition {
  display: flex !important;
  align-items: flex-start;
  gap: 0.5rem;
  margin-left: 2.4rem;
}
.lpver2rk-list-block-point-kome-content-inner-list-condition .num {
  width: 2rem;
  height: 2rem;
  background-color: #2d2b28;
  color: #fff;
  border-radius: 50%;
  line-height: 2rem;
  text-align: center;
}
.lpver2rk-list-block-point-kome-content-inner-list-condition .txt {
  width: 98%;
  line-height: 1.5;
}
.lpver2rk-list-block-point-kome-content-txt {
  text-align: right;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-point-kome-content-txt {
    text-align: left;
    display: flex;
    align-items: flex-start;
  }
}
.lpver2rk-list-block-plan {
  margin: 2.5rem auto;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-plan {
    padding: 0 0.5rem;
  }
}
.lpver2rk-list-block-plan-ttl {
  background-color: #445162;
}
.lpver2rk-list-block-plan-list {
  margin: 1.5rem auto;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-plan-list {
    flex-direction: column;
  }
}
.lpver2rk-list-block-plan-list-item {
  position: relative;
  background-color: #fff;
  border: 4px solid #445162;
  width: 100%;
  padding: 1rem;
  border-radius: 20px;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-plan-list-item {
    width: 96%;
  }
}
.lpver2rk-list-block-plan-list-item-num {
  position: absolute;
  top: -1.2rem;
  left: -1.5rem;
  width: 4rem;
}
.lpver2rk-list-block-plan-list-item-txt {
  text-align: center;
  line-height: 1.5;
}
.lpver2rk-list-block-shoplist {
  max-width: 500px;
  margin: auto;
}
.lpver2rk-list-block-shoplist-ttl {
  background-color: #445162;
}
.lpver2rk-list-block-shoplist-ttl-inner {
  position: relative;
  line-height: 1.3;
}
.lpver2rk-list-block-shoplist-ttl-inner:before {
  display: block;
  width: 2rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2.5rem;
  content: "";
  background: url(../img/lp/shoplist_icon.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-shoplist-ttl-inner:before {
    width: 1.5rem;
    height: 2.5rem;
    left: -2rem;
  }
}
.lpver2rk-list-block-shoplist-ttl-inner:after {
  display: block;
  width: 2rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2.5rem;
  content: "";
  background: url(../img/lp/shoplist_icon.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-shoplist-ttl-inner:after {
    width: 1.5rem;
    height: 2.5rem;
    right: -2rem;
  }
}
.lpver2rk-list-block-shoplist-list {
  margin: 0.2rem auto;
}
.lpver2rk-list-block-shoplist-list-item {
  margin-bottom: 2px;
}
.lpver2rk-list-block-shoplist-list-item-ttl {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1rem 1rem 2.5rem;
  background-color: #445162;
  color: #fff;
}
.lpver2rk-list-block-shoplist-list-item-ttl-txt {
  width: 100%;
  text-align: center;
}
.lpver2rk-list-block-shoplist-list-item-ttl-plus {
  position: relative;
  width: 23px;
  height: 23px;
  display: block;
  transition: 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
  cursor: pointer;
  will-change: transform;
}
.lpver2rk-list-block-shoplist-list-item-ttl-plus:hover {
  transform: scale(0.92);
}
.lpver2rk-list-block-shoplist-list-item-ttl-plus:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75%;
  height: 2px;
  border-radius: 10px;
  background: #fff;
  display: block;
}
.lpver2rk-list-block-shoplist-list-item-ttl-plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 2px;
  height: 75%;
  border-radius: 10px;
  background: #fff;
  display: block;
  transition: 0.3s cubic-bezier(0.76, 0, 0.24, 1);
  will-change: transform;
}
.lpver2rk-list-block-shoplist-list-item-content {
  display: none;
}
.lpver2rk-list-block-shoplist-list-item-content-ul {
  padding: 1rem 3rem;
  background-color: #e6e6e6;
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-shoplist-list-item-content-ul {
    padding: 1rem;
  }
}
.lpver2rk-list-block-shoplist-list-item-content-ul-li {
  padding: 1rem 2rem;
  background-color: #fff;
  border-radius: 50px;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-list-block-shoplist-list-item-content-ul-li {
    padding: 1rem;
  }
}
.lpver2rk-shoplist {
  margin-top: 2rem;
}
.lpver2rk-shoplist-waku {
  background-color: #fff;
  padding-bottom: 2.5rem;
}
.lpver2rk-shoplist-list {
  padding: 1.5rem 3rem 0;
  display: flex;
  justify-content: left;
  gap: 1rem;
  flex-wrap: wrap;
}
.lpver2rk-shoplist-list-flex {
  width: 48%;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-shoplist-list-flex {
    width: 100%;
  }
}
.lpver2rk-shoplist-list-flex-item {
  position: relative;
  padding-right: 1rem;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-shoplist-list-flex-item {
    font-size: 1.2rem;
  }
}
.lpver2rk-shoplist-list-flex-item-line {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translatey(-50%);
  display: inline-block;
  content: "";
  width: 1px;
  height: 15px;
  background-color: #2d2b28;
}
.lpver2rk-shoplist-list-flex-item:last-child {
  position: inherit;
}
.lpver2rk-shoplist-list-flex dt {
  display: inline-block;
  background-color: #6fb4a2;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.5rem 1rem;
  margin-bottom: 0.5rem;
}
.lpver2rk-shoplist-list-flex dd {
  margin-bottom: 1.5rem;
}
.lpver2rk-shoplist-list-flex ul {
  display: flex;
  justify-content: left;
  list-style: none;
  flex-wrap: wrap;
  gap: 0.3rem 1rem;
}
.lpver2rk-shopimg {
  margin: 2rem auto 0;
}
.lpver2rk-shopimg img {
  margin: auto;
}
.lpver2rk-review {
  margin-top: 2rem;
}
.lpver2rk-review-inner {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 2rem 0;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-review-inner {
    justify-content: left;
    gap: 0;
    margin: 2rem 0;
    padding: 0;
  }
}
.lpver2rk-review-inner-card {
  background-color: #fff;
  width: 100%;
  padding: 2.5rem;
  box-shadow: 0px 0px 15px -5px #6fb4a2;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  min-height: 450px;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-review-inner-card {
    padding: 1.5rem 2rem;
    gap: 1rem;
  }
}
.lpver2rk-review-inner-card-img {
  width: 40%;
  margin: 0 auto;
}
.lpver2rk-review-inner-card-comment {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-review-inner-card-comment {
    padding: 0 2rem;
  }
}
.lpver2rk-review-inner-card-comment-ttl {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.lpver2rk-review-inner-card-comment-ttl:after {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  background: linear-gradient(90deg, #6fb4a2 0%, #445162 100%);
  content: "";
  height: 2px;
  width: 100%;
}
.lpver2rk-review-inner-card-comment-txt {
  margin-top: 0.5rem;
  line-height: 1.5;
}
.lpver2rk-apearl {
  margin: 1rem auto;
}
.lpver2rk-apearl-content {
  background: #fff;
  padding: 2.5rem;
}
.lpver2rk-recommend-copy {
  margin: 2rem auto 1rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-recommend-copy {
    font-size: 1.4rem;
  }
}
.lpver2rk-recommend-copy-inner {
  position: relative;
}
.lpver2rk-recommend-copy-inner:before {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2rem;
  content: "";
  background: url(../img/lp/fukidashi_l.png) no-repeat;
  background-size: contain;
}
.lpver2rk-recommend-copy-inner:after {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
  content: "";
  background: url(../img/lp/fukidashi_r.png) no-repeat;
  background-size: contain;
}
.lpver2rk-recommend-reserve {
  background: url(../img/lp/new_bg_last_recommend_s.png) center no-repeat;
  background-size: contain;
  text-align: center;
  padding: 2rem 0 5rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-recommend-reserve {
    margin-top: -10px;
    margin-bottom: 1rem;
  }
}
.lpver2rk-recommend-subttl {
  font-size: 2rem;
}
.lpver2rk-shop {
  margin-top: 5rem;
}
.lpver2rk-shop-ttl {
  text-align: center;
}
.lpver2rk-shop-ttl-img {
  width: 30%;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-shop-ttl-img {
    width: 80%;
  }
}
.lpver2rk-shop-ttl-txt {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-shop-ttl-txt {
    font-size: 2rem;
  }
}
.lpver2rk-shop-list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-shop-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.lpver2rk-shop-list-item {
  width: 100%;
}
.lpver2rk-shop-list-item img {
  width: 100%;
}
.lpver2rk-column {
  margin-top: 5rem;
}
.lpver2rk-column-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.lpver2rk-column-list-item {
  width: 49%;
  padding-left: 1.5rem;
  line-height: 1.5;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lpver2rk-column-list-item {
    width: 100%;
  }
}
.lpver2rk-column-list-item a:link {
  color: #349FE8;
  text-decoration: underline;
}
.lpver2rk-column-list-item a:hover {
  color: #060a3a;
}
.lpver2rk-column-list-item:before {
  display: inline-block;
  border-top: 5px solid #6fb4a2;
  border-left: 5px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: -3px 0 0;
  position: absolute;
  top: 50%;
  width: 0;
}

.lpver2-mainvisual-pr {
  max-width: 1100px;
  margin: 0.5rem auto;
  text-align: right;
  opacity: 0.7;
  font-size: 16px;
}
.lpver2-mainvisual .block-lp-mainvisual {
  /*女性施術LPの位置調整*/
  /*５回終わらないLPの位置調整*/
  /*VIOLPの位置調整*/
}
.lpver2-mainvisual .block-lp-mainvisual .text-year-womenstaff {
  top: 3.5rem;
  right: 29.8rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 834px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-womenstaff {
    top: 2.5rem;
    right: 21.5rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 810px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-womenstaff {
    top: 2.5rem;
    right: 21rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 430px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-womenstaff {
    top: 3rem;
    right: 5.6rem;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 393px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-womenstaff {
    top: 2.7rem;
    right: 4.9rem;
  }
}
@media only screen and (max-width: 375px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-womenstaff {
    top: 2.4rem;
  }
}
@media only screen and (max-width: 360px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-womenstaff {
    right: 4.5rem;
  }
}
@media only screen and (max-width: 320px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-womenstaff {
    top: 2rem;
    right: 3.9rem;
    font-size: 1.1rem;
  }
}
.lpver2-mainvisual .block-lp-mainvisual .text-year-manytimes {
  top: 4.4rem;
  right: 31.5rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 834px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-manytimes {
    top: 3.2rem;
    right: 23.2rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 810px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-manytimes {
    top: 3.2rem;
    right: 22.5rem;
  }
}
@media only screen and (max-width: 430px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-manytimes {
    top: 2.5rem;
    right: 5.6rem;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 393px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-manytimes {
    top: 2.3rem;
    right: 4.9rem;
  }
}
@media only screen and (max-width: 375px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-manytimes {
    top: 2.2rem;
    right: 4.8rem;
  }
}
@media only screen and (max-width: 360px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-manytimes {
    top: 2rem;
    right: 4.6rem;
  }
}
@media only screen and (max-width: 320px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-manytimes {
    top: 1.8rem;
    right: 3.9rem;
    font-size: 1.1rem;
  }
}
.lpver2-mainvisual .block-lp-mainvisual .text-year-vio {
  top: 3.4rem;
  right: 26.2rem;
  font-size: 2rem;
}
@media only screen and (max-width: 834px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-vio {
    top: 2.5rem;
    right: 19.5rem;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 810px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-vio {
    top: 2.5rem;
    right: 19rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 430px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-vio {
    top: 2.9rem;
    right: 5.6rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 393px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-vio {
    top: 2.5rem;
  }
}
@media only screen and (max-width: 375px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-vio {
    top: 2.2rem;
    right: 4.4rem;
  }
}
@media only screen and (max-width: 360px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-vio {
    top: 2.2rem;
    right: 4rem;
  }
}
@media only screen and (max-width: 320px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-vio {
    top: 2rem;
    right: 3.9rem;
    font-size: 1.1rem;
  }
}

.lpver2rk-list-block-shoplist-list-item-ttl.active .lpver2rk-list-block-shoplist-list-item-ttl-plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.margin-top {
  margin: 3rem auto 0;
}

.swiper-button-prev {
  left: 7px;
}

.swiper-button-next {
  right: 7px;
}

.swiper-button-prev:after, .swiper-button-next:after {
  font-size: 30px;
  color: #445162;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #445162;
}

@media only screen and (max-width: 767px) {
  .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 2.5rem;
  }
}

/*which-typeLP*/
.whichtype .block-lp-mainvisual .text-year { /*時期テキスト位置調整*/
  width: auto;
  background: none;
  bottom: auto;
  top: 1.8rem;
  right: 20.5rem;
  font-size: 2.2rem;
  padding: 0 5rem;
  line-height: 2.3;
}
@media only screen and (max-width: 810px) {
  .whichtype .block-lp-mainvisual .text-year {
    top: 1.2rem;
    right: 13.8rem;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .whichtype .block-lp-mainvisual .text-year {
    top: 3rem;
    right: 4rem;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 430px) {
  .whichtype .block-lp-mainvisual .text-year {
    top: 1.8rem;
    right: 0.3rem;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 393px) {
  .whichtype .block-lp-mainvisual .text-year {
    top: 1.6rem;
    right: -0.5rem;
  }
}
@media only screen and (max-width: 375px) {
  .whichtype .block-lp-mainvisual .text-year {
    right: -0.6rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 360px) {
  .whichtype .block-lp-mainvisual .text-year {
    top: 1.4rem;
    right: -1rem;
  }
}
@media only screen and (max-width: 320px) {
  .whichtype .block-lp-mainvisual .text-year {
    top: 1rem;
    right: -1.6rem;
    font-size: 1.3rem;
  }
}
.whichtype-figure {
  max-width: 750px;
  padding-bottom: 0;
  margin: 1rem auto;
}
@media only screen and (max-width: 767px) {
  .whichtype-figure {
    margin: auto;
  }
}
.whichtype-figure-ttl {
  width: 100%;
}
.whichtype-figure-container {
  margin-bottom: 20.5rem;
  display: grid;
  grid-template-columns: 40% 18.5% 40%;
  grid-template-rows: 6rem 6rem 6rem 6rem 6rem 6rem 8rem;
  gap: 0.5rem;
  grid-auto-flow: row;
  grid-template-areas: "hakai white tiku" "hakai-taisho taisho tiku-taisho" "hakai-ubuge ubuge tiku-ubuge" "hakai-goumou goumou tiku-goumou" "hakai-hiyake hiyake tiku-hiyake" "hakai-itami itami tiku-itami" "hakai-osusume osusume tiku-osusume";
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .whichtype-figure-container {
    grid-template-columns: 40% 17% 40%;
    margin-bottom: 12.5rem;
  }
}
.whichtype-figure-container .img-size {
  width: 15%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .whichtype-figure-container .img-size {
    width: 25%;
  }
}
.whichtype-figure-container .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
}
.whichtype-figure-container .strong {
  color: #eee916;
  font-weight: bold;
}
.whichtype-figure-container .list {
  text-align: left;
}
.whichtype-figure-container .list-item {
  padding-left: 1rem;
  position: relative;
}
.whichtype-figure-container .list-item:before {
  display: inline-block;
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 5rem;
  transform: translateY(-50%);
}
@media only screen and (max-width: 767px) {
  .whichtype-figure-container .list-item {
    font-size: 1.3rem;
  }
}
.whichtype-figure-container .list-hakai .list-item:before {
  background-color: #6fb4a2;
}
.whichtype-figure-container .list-tiku .list-item:before {
  background-color: #445162;
}
.whichtype-figure-container .white {
  grid-area: white;
}
.whichtype-figure-container .taisho {
  grid-area: taisho;
  background-color: #445162;
  color: #fefbf8;
}
.whichtype-figure-container .ubuge {
  grid-area: ubuge;
  background-color: #445162;
  color: #fefbf8;
}
.whichtype-figure-container .goumou {
  grid-area: goumou;
  background-color: #445162;
  color: #fefbf8;
}
.whichtype-figure-container .hiyake {
  grid-area: hiyake;
  background-color: #445162;
  color: #fefbf8;
}
.whichtype-figure-container .itami {
  grid-area: itami;
  background-color: #445162;
  color: #fefbf8;
}
.whichtype-figure-container .osusume {
  grid-area: osusume;
  background-color: #445162;
  color: #fefbf8;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .whichtype-figure-container .osusume {
    font-weight: normal;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
.whichtype-figure-container .osusume:after {
  position: absolute;
  bottom: -19.5rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 22rem;
  height: 19rem;
  background: url(../img/lp/both_arrow.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .whichtype-figure-container .osusume:after {
    bottom: -12.5rem;
    width: 14rem;
    height: 12rem;
  }
}
.whichtype-figure-container .hakai {
  grid-area: hakai;
  background-color: #6fb4a2;
  font-size: 2rem;
  color: #fefbf8;
  letter-spacing: 1.4px;
}
.whichtype-figure-container .hakai-taisho {
  grid-area: hakai-taisho;
  background-color: #f0faf7;
}
.whichtype-figure-container .hakai-ubuge {
  grid-area: hakai-ubuge;
  background-color: #f0faf7;
}
.whichtype-figure-container .hakai-goumou {
  grid-area: hakai-goumou;
  background-color: #f0faf7;
}
.whichtype-figure-container .hakai-hiyake {
  grid-area: hakai-hiyake;
  background-color: #f0faf7;
}
.whichtype-figure-container .hakai-itami {
  grid-area: hakai-itami;
  background-color: #f0faf7;
}
.whichtype-figure-container .hakai-osusume {
  grid-area: hakai-osusume;
  background-color: #f0faf7;
  position: relative;
}
.whichtype-figure-container .hakai-osusume:after {
  position: absolute;
  bottom: -18.5rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 22rem;
  height: 18rem;
  background: url(../img/lp/hakai_arrow.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .whichtype-figure-container .hakai-osusume:after {
    bottom: -10.5rem;
    width: 12rem;
    height: 10rem;
    left: 40%;
  }
}
.whichtype-figure-container .tiku {
  grid-area: tiku;
  background-color: #c0ecfe;
  font-size: 2rem;
  letter-spacing: 1.4px;
}
.whichtype-figure-container .tiku-taisho {
  grid-area: tiku-taisho;
  background-color: #e1f4fc;
}
.whichtype-figure-container .tiku-ubuge {
  grid-area: tiku-ubuge;
  background-color: #e1f4fc;
}
.whichtype-figure-container .tiku-goumou {
  grid-area: tiku-goumou;
  background-color: #e1f4fc;
}
.whichtype-figure-container .tiku-hiyake {
  grid-area: tiku-hiyake;
  background-color: #e1f4fc;
}
.whichtype-figure-container .tiku-itami {
  grid-area: tiku-itami;
  background-color: #e1f4fc;
}
.whichtype-figure-container .tiku-osusume {
  grid-area: tiku-osusume;
  background-color: #e1f4fc;
  position: relative;
}
.whichtype-figure-container .tiku-osusume:after {
  position: absolute;
  bottom: -18.5rem;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 22rem;
  height: 18rem;
  background: url(../img/lp/tiku_arrow.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .whichtype-figure-container .tiku-osusume:after {
    bottom: -10.5rem;
    width: 12rem;
    height: 10rem;
    left: 60%;
  }
}
.whichtype-tab {
  margin: 1rem auto;
}
.whichtype-tab-inner {
  display: flex;
  justify-content: center;
  position: relative;
  gap: 0.5rem;
  z-index: 0;
}
.whichtype-tab-inner-btn {
  width: 33%;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  padding: 2.3rem 0 0.7rem;
  margin-top: 1rem;
  height: 6rem;
  background-color: #a9a6a4;
  border-radius: 18px 18px 0 0;
  position: relative;
  z-index: 1;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s;
}
@media only screen and (max-width: 767px) {
  .whichtype-tab-inner-btn {
    padding: 2.3rem 0.5rem 0.7rem;
    font-size: 1.4rem;
    height: 6.5rem;
  }
}
.whichtype-tab-inner-btn:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 1.6rem;
  display: inline-block;
  top: 0;
  left: 0;
  border-radius: 20px 20px 0 0;
}
.whichtype-tab-inner-btn-txt {
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .whichtype-tab-inner-btn-txt {
    font-size: 1.8rem;
  }
}
.whichtype-tab-inner-btn-hakai:before {
  background-color: #34574e;
}
.whichtype-tab-inner-btn-both:before {
  background-color: #94910f;
}
.whichtype-tab-inner-btn-tiku:before {
  background-color: #76919c;
}
.whichtype-tab-inner .whichtype-tab-inner-btn-hakai.active {
  transition: 0.1s;
  background-color: #f0faf7;
  z-index: 5;
  height: 7rem;
  margin-top: 0;
  padding-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .whichtype-tab-inner .whichtype-tab-inner-btn-hakai.active {
    height: 7.5rem;
  }
}
.whichtype-tab-inner .whichtype-tab-inner-btn-hakai.active:before {
  background-color: #6fb4a2;
}
.whichtype-tab-inner .whichtype-tab-inner-btn-both.active {
  transition: 0.1s;
  background-color: #fefdd9;
  z-index: 5;
  height: 7rem;
  margin-top: 0;
  padding-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .whichtype-tab-inner .whichtype-tab-inner-btn-both.active {
    height: 7.5rem;
  }
}
.whichtype-tab-inner .whichtype-tab-inner-btn-both.active:before {
  background-color: #eee916;
}
.whichtype-tab-inner .whichtype-tab-inner-btn-tiku.active {
  transition: 0.1s;
  background-color: #e1f4fc;
  z-index: 5;
  height: 7rem;
  margin-top: 0;
  padding-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .whichtype-tab-inner .whichtype-tab-inner-btn-tiku.active {
    height: 7.5rem;
  }
}
.whichtype-tab-inner .whichtype-tab-inner-btn-tiku.active:before {
  background-color: #c0ecfe;
}
.whichtype-tab-inner-contents {
  position: relative;
  z-index: 10;
}
.whichtype-tab-inner-contents-ttl {
  padding: 2rem 0 4rem;
  margin-bottom: -5rem;
}
@media only screen and (max-width: 767px) {
  .whichtype-tab-inner-contents-ttl {
    padding: 1rem 1rem 2.5rem;
  }
}
.whichtype-tab-inner-contents-ttl-hakai {
  background-color: #f0faf7;
}
.whichtype-tab-inner-contents-ttl-both {
  background-color: #fefdd9;
}
.whichtype-tab-inner-contents-ttl-tiku {
  background-color: #e1f4fc;
}
.whichtype-tab-inner-contents-ttl-wrap {
  max-width: 750px;
  margin: auto;
}

/*一位推しLP*/
img {
  margin: auto;
}

.lp1st-ttl {
  max-width: 500px;
  margin: 0 auto 1rem;
}
.lp1st-type {
  max-width: 1000px;
  margin: 1.5rem auto;
}
@media only screen and (max-width: 767px) {
  .lp1st-type {
    margin: 1.5rem auto 2.5rem;
  }
}
.lp1st-type-bg {
  background: url(../img/feature/english/bg.png);
  background-size: 30rem;
  padding: 1rem 0;
}
.lp1st-type-ttl {
  max-width: 500px;
  margin: auto;
}
.lp1st-type-list {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
}
@media only screen and (max-width: 767px) {
  .lp1st-type-list {
    flex-direction: column;
  }
}
.lp1st-type-list-inner {
  width: 100%;
}
.lp1st-type-list-inner-ttl {
  padding: 1rem 0.5rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 20px 20px 0 0;
  background: #6fb4a2;
  line-height: 1.2;
  min-height: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lp1st-type-list-inner-ttl-big {
  font-size: 2.5rem;
}
.lp1st-type-list-inner-ttl-small {
  font-size: 1.2rem;
}
.lp1st-type-list-inner-ttl-y {
  border: 0.1rem solid #eee916;
  color: #2d2b28;
  background: #eee916;
}
.lp1st-type-list-inner-ttl-g {
  border: 0.1rem solid #445162;
  background: #445162;
}
.lp1st-type-list-inner-content {
  padding: 1rem 0.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border: 0.1rem solid #6fb4a2;
  border-top: none;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  height: 18rem;
  text-align: center;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .lp1st-type-list-inner-content {
    height: auto;
    justify-content: start;
  }
}
@media only screen and (max-width: 767px) {
  .lp1st-type-list-inner-content-wrap {
    width: 80%;
  }
}
.lp1st-type-list-inner-content-wrap .logo {
  margin: 0 auto 0.5rem;
}
@media only screen and (max-width: 767px) {
  .lp1st-type-list-inner-content-wrap .logo {
    margin-bottom: 0;
  }
}
.lp1st-type-list-inner-content-y {
  border: 0.1rem solid #eee916;
  border-top: none;
}
.lp1st-type-list-inner-content-g {
  border: 0.1rem solid #445162;
  border-top: none;
}
.lp1st-type-list-inner-content-come {
  font-size: 0.7rem;
  opacity: 0.4;
}
.lp1st-type-list-inner-content .img {
  width: 60%;
  margin: auto;
}
.lp1st-type-list-inner-content .img-big {
  width: 100%;
  margin: 0.5rem auto;
}
.lp1st-type-list-inner-cv {
  width: 80%;
  margin: 0.5rem auto;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lp1st-type-list-inner-cv:before {
  position: absolute;
  content: "";
  display: inline-block;
  pointer-events: none;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
.lp1st-type-list-inner-cv a {
  padding: 1rem 2.2rem;
  font-size: 1.8rem;
}
.lp1st-type-list-inner-cv a:hover {
  opacity: 1 !important;
}
.lp1st-type-list-inner-cv-txt {
  color: #fff;
  padding: 1.2rem 2.5rem;
}
.lp1st-type-kome {
  opacity: 0.5;
  font-size: 0.9rem;
  text-align: right;
  margin: -1rem auto 1rem;
  max-width: 1000px;
}
@media only screen and (max-width: 767px) {
  .lp1st-type-kome {
    font-size: 0.8rem;
    text-align: center;
    margin: 0;
  }
}
.lp1st-merideme {
  margin: 1rem auto;
}
@media only screen and (max-width: 767px) {
  .lp1st-merideme {
    margin: 1rem;
  }
}
.lp1st-merideme-dl {
  max-width: 750px;
  margin: 2.5rem auto 1rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .lp1st-merideme-dl {
    flex-direction: column;
    gap: 3rem;
  }
}
.lp1st-merideme-dl-wrap {
  width: 49.5%;
  padding: 2rem;
  background-color: #fefbf8;
  border-radius: 20px;
}
@media only screen and (max-width: 767px) {
  .lp1st-merideme-dl-wrap {
    width: 100%;
  }
}
.lp1st-merideme-dl-wrap-bg {
  display: inline-block;
  width: 100%;
  height: 100%;
  background: url(../img/lp/merit_bg.png) no-repeat;
  background-position: center;
  background-size: 22rem;
}
@media only screen and (max-width: 767px) {
  .lp1st-merideme-dl-wrap-bg {
    background-size: 10rem;
  }
}
.lp1st-merideme-dl-wrap-ttl {
  background-color: #f8e0e2;
  padding: 0.5rem;
  text-align: center;
  border-radius: 20px;
  width: 60%;
  margin: -3.5rem auto 2rem;
  font-weight: bold;
  font-size: 2rem;
  color: #e0768c;
}
.lp1st-merideme-dl-wrap-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lp1st-merideme-dl-wrap-content-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.lp1st-merideme-dl-wrap-content-list-item {
  padding-left: 2rem;
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
}
.lp1st-merideme-dl-wrap-content-list-item:before {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/icon/mens-good.png) no-repeat;
  background-position: center;
  background-size: contain;
  content: "";
}
.lp1st-merideme-dl-wrap-demerit {
  background-color: #f4f4f4;
}
.lp1st-merideme-dl-wrap-demerit-bg {
  background: url(../img/lp/demerit_bg.png) no-repeat;
  background-position: center;
  background-size: 22rem;
}
.lp1st-merideme-dl-wrap-demerit-ttl {
  background-color: #c4c5cf;
  color: #060a3a;
}
.lp1st-merideme-dl-wrap-demerit-content-list-item:before {
  background: url(../img/icon/mens-bad.png) no-repeat;
  background-position: center;
  background-size: contain;
}
.lp1st-merideme-dl-wrap-demerit-content-honne {
  margin: 1rem auto;
}
.lp1st-merideme-dl-wrap-demerit-content-honne-ttl {
  padding: 0.5rem;
  background-color: #060a3a;
  color: #fff;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  font-size: 1.6rem;
}
.lp1st-merideme-dl-wrap-demerit-content-honne-ttl .small {
  font-size: 1.2rem;
}
.lp1st-merideme-dl-wrap-demerit-content-honne-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  margin: 1rem auto;
}
.lp1st-merideme-dl-wrap-demerit-content-honne-inner-txt {
  padding: 1rem;
  background-color: #fff;
  border-radius: 20px;
  border: 1px solid #060a3a;
}
.lp1st-merideme-last {
  max-width: 500px;
  margin: 2rem auto 6rem;
  background-color: #fefbf8;
  padding: 2rem;
  text-align: center;
  position: relative;
  font-size: 1.6rem;
  line-height: 1.6;
  font-weight: bold;
  border-radius: 20px;
}
.lp1st-merideme-last:after {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 100px 0 100px;
  border-color: #6fb4a2 transparent transparent transparent;
}
.lp1st-graph {
  margin: 1rem auto;
}
@media only screen and (max-width: 767px) {
  .lp1st-graph {
    margin: 1rem;
  }
}
.lp1st-graph-ttl {
  max-width: 500px;
  margin: 0 auto 2rem;
}
@media only screen and (max-width: 767px) {
  .lp1st-graph-ttl {
    margin: 0 auto 1rem;
  }
}
.lp1st-graph-container {
  max-width: 750px;
  margin: -1rem auto 1.5rem;
  display: grid;
  grid-template-columns: 42% 6% 6% 42%;
  grid-template-rows: auto;
  gap: 0.5rem;
  grid-auto-flow: row;
  grid-template-areas: "clinic white white salon" "clinic-price price price salon-price" "clinic-times times times salon-times" "clinic-pain pain pain salon-pain" "clinic-osusume osusume osusume salon-osusume" "clinic-cv cv cv salon-cv";
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .lp1st-graph-container {
    margin: 0;
    grid-template-areas: "clinic white white salon" "clinic-price price price salon-price" "clinic-times times times salon-times" "clinic-pain pain pain salon-pain" "clinic-osusume osusume osusume salon-osusume" "clinic-cv clinic-cv salon-cv salon-cv";
  }
}
.lp1st-graph-container .txt-pastelmarker {
  font-size: 1.8rem;
  background-image: linear-gradient(transparent 40%, #f5f3a5 30%);
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .lp1st-graph-container .txt-pastelmarker {
    font-size: 1.4rem;
  }
}
.lp1st-graph-container .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  line-height: 1.5;
}
.lp1st-graph-container .come {
  font-size: 1.2rem;
  font-weight: normal;
}
.lp1st-graph-container-list {
  list-style-type: none;
}
.lp1st-graph-container-list-item {
  position: relative;
  padding-left: 1rem;
}
.lp1st-graph-container-list-item:before {
  position: absolute;
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  content: "";
  background-color: #6fb4a2;
  border-radius: 50px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.lp1st-graph-container-cv {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lp1st-graph-container-cv-sankaku {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 30px 0 30px;
  border-color: #6fb4a2 transparent transparent transparent;
}
.lp1st-graph-container-cv-sankaku-salon {
  border-color: #060a3a transparent transparent transparent;
}
.lp1st-graph-container-cv-copy {
  text-align: center;
  margin: 1rem auto 0;
}
.lp1st-graph-container-cv-copy-txt {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .lp1st-graph-container-cv-copy-txt {
    font-size: 1.4rem;
  }
}
.lp1st-graph-container-cv-copy-txt:before {
  position: absolute;
  bottom: 0.5rem;
  left: -1.5rem;
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/lp/fukidashi_l.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .lp1st-graph-container-cv-copy-txt:before {
    display: none;
  }
}
.lp1st-graph-container-cv-copy-txt:after {
  position: absolute;
  bottom: 0.5rem;
  right: -2rem;
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/lp/fukidashi_r.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .lp1st-graph-container-cv-copy-txt:after {
    display: none;
  }
}
.lp1st-graph-container-cv-bnr {
  width: 50%;
  margin: 1rem auto 0;
}
@media only screen and (max-width: 767px) {
  .lp1st-graph-container-cv-bnr {
    width: 80%;
  }
}
.lp1st-graph-container-cv-bnr a {
  transition: 0.7s !important;
}
.lp1st-graph-container-cv-bnr a:hover {
  transition: 0.7s;
  opacity: 0.8;
}
.lp1st-graph-container .white {
  grid-area: white;
}
.lp1st-graph-container .cv {
  grid-area: cv;
}
.lp1st-graph-container .price {
  grid-area: price;
  background-color: #445162;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
.lp1st-graph-container .times {
  grid-area: times;
  background-color: #445162;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
.lp1st-graph-container .pain {
  grid-area: pain;
  background-color: #445162;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
.lp1st-graph-container .osusume {
  grid-area: osusume;
  background-color: #445162;
  color: #fff;
  text-align: center;
  line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .lp1st-graph-container .osusume {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
.lp1st-graph-container .clinic {
  grid-area: clinic;
  font-size: 3rem;
  font-weight: bold;
  background-color: #6fb4a2;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .lp1st-graph-container .clinic {
    font-size: 2rem;
  }
}
.lp1st-graph-container .clinic-price {
  grid-area: clinic-price;
  background-color: #fefbf8;
}
.lp1st-graph-container .clinic-times {
  grid-area: clinic-times;
  background-color: #fefbf8;
}
.lp1st-graph-container .clinic-pain {
  grid-area: clinic-pain;
  background-color: #fefbf8;
}
.lp1st-graph-container .clinic-osusume {
  grid-area: clinic-osusume;
  background-color: #fefbf8;
  padding: 1rem 0.5rem;
}
.lp1st-graph-container .clinic-cv {
  grid-area: clinic-cv;
  padding: 0;
}
.lp1st-graph-container .salon {
  grid-area: salon;
  font-size: 3rem;
  font-weight: bold;
  background-color: #060a3a;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .lp1st-graph-container .salon {
    font-size: 2rem;
  }
}
.lp1st-graph-container .salon-price {
  grid-area: salon-price;
  background-color: #f4f4f4;
}
.lp1st-graph-container .salon-times {
  grid-area: salon-times;
  background-color: #f4f4f4;
}
.lp1st-graph-container .salon-pain {
  grid-area: salon-pain;
  background-color: #f4f4f4;
}
.lp1st-graph-container .salon-osusume {
  grid-area: salon-osusume;
  background-color: #f4f4f4;
  padding: 1rem 0.5rem;
}
.lp1st-graph-container .salon-cv {
  grid-area: salon-cv;
  padding: 0;
}
.lp1st-minirk {
  max-width: 1000px;
  margin: 3rem auto 0;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk {
    margin: 2rem 1rem 0;
  }
}
.lp1st-minirk-ttl {
  max-width: 700px;
  margin: 0 auto 2rem;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-ttl {
    width: 90%;
    margin: 0 auto 1rem;
  }
}
.lp1st-minirk-table-cv {
  width: 80%;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-table-cv {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-table-cv a {
    padding: 1.5rem 1rem;
    font-size: 1.2rem;
  }
}
.lp1st-minirk-table-detailbtn {
  width: 80%;
  margin-bottom: 1.5rem;
  background-color: #eee916;
  animation-name: pekopeko-detail;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-table-detailbtn {
    margin-bottom: 1rem;
  }
}
.lp1st-minirk-table-detailbtn span {
  color: #2d2b28;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-table-detailbtn a {
    padding: 1.5rem 1rem;
    font-size: 1.2rem;
  }
}
.lp1st-minirk-container {
  max-width: 750px;
  margin: 1rem auto 0;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  gap: 0 0.5rem;
  grid-auto-flow: row;
  grid-template-areas: "anken1 anken2 anken3" "feature feature feature" "anken1-feature anken2-feature anken3-feature" "hige hige hige" "anken1-hige anken2-hige anken3-hige" "hige-monthly hige-monthly hige-monthly" "anken1-hige-monthly anken2-hige-monthly anken3-hige-monthly" "zenshin zenshin zenshin" "anken1-zenshin anken2-zenshin anken3-zenshin" "zenshin-monthly zenshin-monthly zenshin-monthly" "anken1-zenshin-monthly anken2-zenshin-monthly anken3-zenshin-monthly" "fast fast fast" "anken1-fast anken2-fast anken3-fast" "pain pain pain" "anken1-pain anken2-pain anken3-pain" "access access access" "anken1-access anken2-access anken3-access" "cv cv cv" "anken1-cv anken2-cv anken3-cv" "link link link" "anken1-link anken2-link anken3-link";
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-container {
    margin: 2rem auto 0;
  }
}
.lp1st-minirk-container .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-container .flex {
    padding: 0.5rem 0;
  }
}
.lp1st-minirk-container .center {
  justify-content: center;
  font-size: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-container .center {
    font-size: 1.2rem;
  }
}
.lp1st-minirk-container .content {
  background-color: #fefbf8;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-container .content {
    align-items: baseline;
  }
}
.lp1st-minirk-container .content-gray {
  background-color: #f4f4f4;
}
.lp1st-minirk-container-flex {
  display: flex;
  justify-content: left;
  width: 100%;
  line-height: 1.4;
  gap: 1rem;
  align-items: center;
  font-size: 1.4rem;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-container-flex {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.lp1st-minirk-container-flex .eval-mark {
  width: 15%;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-container-flex .eval-mark {
    width: 35%;
  }
}
.lp1st-minirk-container-flex-txt {
  width: 84%;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-container-flex-txt {
    font-size: 1.2rem;
  }
}
.lp1st-minirk-container .bnr {
  margin: 0 auto 1rem;
  max-width: 200px;
}
.lp1st-minirk-container .bnr-big {
  width: 50%;
  margin: auto;
}
.lp1st-minirk-container .name {
  text-align: center;
  text-decoration: underline;
  color: #349FE8;
  font-weight: bold;
  margin-top: 1rem;
}
.lp1st-minirk-container .eval-mark {
  width: 15%;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-container .eval-mark {
    width: 30%;
  }
}
.lp1st-minirk-container .ico-rank {
  width: 3.5rem;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-container .ico-rank {
    width: 2.5rem;
  }
}
.lp1st-minirk-container .ico-m01 {
  width: 65%;
  margin: 0 auto 0.5rem;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-container .ico-m01 {
    width: 85%;
  }
}
.lp1st-minirk-container .td-rate {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-container .td-rate {
    font-size: 1.1rem;
  }
}
.lp1st-minirk-container .td-rate img {
  margin: 0.3rem auto 0 auto;
}
.lp1st-minirk-container .feature {
  grid-area: feature;
  background-color: #445162;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-container .feature {
    font-size: 1.2rem;
  }
}
.lp1st-minirk-container .hige {
  grid-area: hige;
  background-color: #6fb4a2;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-container .hige {
    font-size: 1.2rem;
  }
}
.lp1st-minirk-container .hige-monthly {
  grid-area: hige-monthly;
  background-color: #445162;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-container .hige-monthly {
    font-size: 1.2rem;
  }
}
.lp1st-minirk-container .zenshin {
  grid-area: zenshin;
  background-color: #6fb4a2;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-container .zenshin {
    font-size: 1.2rem;
  }
}
.lp1st-minirk-container .zenshin-monthly {
  grid-area: zenshin-monthly;
  background-color: #445162;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-container .zenshin-monthly {
    font-size: 1.2rem;
  }
}
.lp1st-minirk-container .fast {
  grid-area: fast;
  background-color: #6fb4a2;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-container .fast {
    font-size: 1.2rem;
  }
}
.lp1st-minirk-container .pain {
  grid-area: pain;
  background-color: #445162;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-container .pain {
    font-size: 1.2rem;
  }
}
.lp1st-minirk-container .access {
  grid-area: access;
  background-color: #6fb4a2;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-container .access {
    font-size: 1.2rem;
  }
}
.lp1st-minirk-container .cv {
  grid-area: cv;
  background-color: #445162;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-container .cv {
    font-size: 1.2rem;
  }
}
.lp1st-minirk-container .link {
  grid-area: link;
  background-color: #6fb4a2;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-container .link {
    font-size: 1.2rem;
  }
}
.lp1st-minirk-container .anken1 {
  grid-area: anken1;
  position: relative;
  border: 0.5rem solid #eee916;
  border-bottom: none;
}
.lp1st-minirk-container .anken1:after {
  position: absolute;
  top: -2rem;
  left: -4rem;
  content: "";
  display: inline-block;
  width: 10rem;
  height: 10rem;
  z-index: 2;
  background: url(../img/lp/osusume_icon.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-container .anken1:after {
    top: -2.5rem;
    left: -1rem;
    width: 5rem;
    height: 5rem;
  }
}
.lp1st-minirk-container .anken1-feature {
  grid-area: anken1-feature;
  border-left: 0.5rem solid #eee916;
  border-right: 0.5rem solid #eee916;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-container .anken1-feature {
    padding: 1rem;
  }
}
.lp1st-minirk-container .anken1-hige {
  grid-area: anken1-hige;
  border-left: 0.5rem solid #eee916;
  border-right: 0.5rem solid #eee916;
}
.lp1st-minirk-container .anken1-hige-monthly {
  grid-area: anken1-hige-monthly;
  border-left: 0.5rem solid #eee916;
  border-right: 0.5rem solid #eee916;
}
.lp1st-minirk-container .anken1-zenshin {
  grid-area: anken1-zenshin;
  border-left: 0.5rem solid #eee916;
  border-right: 0.5rem solid #eee916;
}
.lp1st-minirk-container .anken1-zenshin-monthly {
  grid-area: anken1-zenshin-monthly;
  border-left: 0.5rem solid #eee916;
  border-right: 0.5rem solid #eee916;
}
.lp1st-minirk-container .anken1-fast {
  grid-area: anken1-fast;
  border-left: 0.5rem solid #eee916;
  border-right: 0.5rem solid #eee916;
}
.lp1st-minirk-container .anken1-pain {
  grid-area: anken1-pain;
  border-left: 0.5rem solid #eee916;
  border-right: 0.5rem solid #eee916;
}
.lp1st-minirk-container .anken1-access {
  grid-area: anken1-access;
  border-left: 0.5rem solid #eee916;
  border-right: 0.5rem solid #eee916;
}
.lp1st-minirk-container .anken1-cv {
  grid-area: anken1-cv;
  border-left: 0.5rem solid #eee916;
  border-right: 0.5rem solid #eee916;
}
.lp1st-minirk-container .anken1-link {
  grid-area: anken1-link;
  border: 0.5rem solid #eee916;
  border-top: none;
}
.lp1st-minirk-container .anken2 {
  grid-area: anken2;
}
.lp1st-minirk-container .anken2-feature {
  grid-area: anken2-feature;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-container .anken2-feature {
    padding: 1rem;
  }
}
.lp1st-minirk-container .anken2-hige {
  grid-area: anken2-hige;
}
.lp1st-minirk-container .anken2-hige-monthly {
  grid-area: anken2-hige-monthly;
}
.lp1st-minirk-container .anken2-zenshin {
  grid-area: anken2-zenshin;
}
.lp1st-minirk-container .anken2-zenshin-monthly {
  grid-area: anken2-zenshin-monthly;
}
.lp1st-minirk-container .anken2-fast {
  grid-area: anken2-fast;
}
.lp1st-minirk-container .anken2-pain {
  grid-area: anken2-pain;
}
.lp1st-minirk-container .anken2-access {
  grid-area: anken2-access;
}
.lp1st-minirk-container .anken2-cv {
  grid-area: anken2-cv;
}
.lp1st-minirk-container .anken2-link {
  grid-area: anken2-link;
}
.lp1st-minirk-container .anken3 {
  grid-area: anken3;
}
.lp1st-minirk-container .anken3-feature {
  grid-area: anken3-feature;
}
@media only screen and (max-width: 767px) {
  .lp1st-minirk-container .anken3-feature {
    padding: 1rem;
  }
}
.lp1st-minirk-container .anken3-hige {
  grid-area: anken3-hige;
}
.lp1st-minirk-container .anken3-hige-monthly {
  grid-area: anken3-hige-monthly;
}
.lp1st-minirk-container .anken3-zenshin {
  grid-area: anken3-zenshin;
}
.lp1st-minirk-container .anken3-zenshin-monthly {
  grid-area: anken3-zenshin-monthly;
}
.lp1st-minirk-container .anken3-fast {
  grid-area: anken3-fast;
}
.lp1st-minirk-container .anken3-pain {
  grid-area: anken3-pain;
}
.lp1st-minirk-container .anken3-access {
  grid-area: anken3-access;
}
.lp1st-minirk-container .anken3-cv {
  grid-area: anken3-cv;
}
.lp1st-minirk-container .anken3-link {
  grid-area: anken3-link;
}
.lp1st-higerk-container {
  margin-bottom: 3rem;
  grid-template-areas: "anken1 anken2 anken3" "feature feature feature" "anken1-feature anken2-feature anken3-feature" "hige hige hige" "anken1-hige anken2-hige anken3-hige" "fast fast fast" "anken1-fast anken2-fast anken3-fast" "pain pain pain" "anken1-pain anken2-pain anken3-pain" "access access access" "anken1-access anken2-access anken3-access" "cv cv cv" "anken1-cv anken2-cv anken3-cv" "link link link" "anken1-link anken2-link anken3-link";
}
.lp1st-higerk-container .feature {
  grid-area: feature;
}
.lp1st-higerk-container .hige {
  grid-area: hige;
}
.lp1st-higerk-container .fast {
  grid-area: fast;
}
.lp1st-higerk-container .pain {
  grid-area: pain;
}
.lp1st-higerk-container .access {
  grid-area: access;
}
.lp1st-higerk-container .cv {
  grid-area: cv;
}
.lp1st-higerk-container .link {
  grid-area: link;
}
.lp1st-higerk-container .anken1 {
  grid-area: anken1;
}
.lp1st-higerk-container .anken1-feature {
  grid-area: anken1-feature;
}
.lp1st-higerk-container .anken1-hige {
  grid-area: anken1-hige;
}
.lp1st-higerk-container .anken1-fast {
  grid-area: anken1-fast;
}
.lp1st-higerk-container .anken1-pain {
  grid-area: anken1-pain;
}
.lp1st-higerk-container .anken1-access {
  grid-area: anken1-access;
}
.lp1st-higerk-container .anken1-cv {
  grid-area: anken1-cv;
}
.lp1st-higerk-container .anken1-link {
  grid-area: anken1-link;
}
.lp1st-higerk-container .anken2 {
  grid-area: anken2;
}
.lp1st-higerk-container .anken2-feature {
  grid-area: anken2-feature;
}
.lp1st-higerk-container .anken2-hige {
  grid-area: anken2-hige;
}
.lp1st-higerk-container .anken2-fast {
  grid-area: anken2-fast;
}
.lp1st-higerk-container .anken2-pain {
  grid-area: anken2-pain;
}
.lp1st-higerk-container .anken2-access {
  grid-area: anken2-access;
}
.lp1st-higerk-container .anken2-cv {
  grid-area: anken2-cv;
}
.lp1st-higerk-container .anken2-link {
  grid-area: anken2-link;
}
.lp1st-higerk-container .anken3 {
  grid-area: anken3;
}
.lp1st-higerk-container .anken3-feature {
  grid-area: anken3-feature;
}
.lp1st-higerk-container .anken3-hige {
  grid-area: anken3-hige;
}
.lp1st-higerk-container .anken3-fast {
  grid-area: anken3-fast;
}
.lp1st-higerk-container .anken3-pain {
  grid-area: anken3-pain;
}
.lp1st-higerk-container .anken3-access {
  grid-area: anken3-access;
}
.lp1st-higerk-container .anken3-cv {
  grid-area: anken3-cv;
}
.lp1st-higerk-container .anken3-link {
  grid-area: anken3-link;
}
.lp1st-merit {
  margin-top: 3rem;
}
.lp1st-osusume {
  margin: 3rem auto;
}
.lp1st-osusume-ttl {
  max-width: 500px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .lp1st-osusume-ttl {
    padding: 0 1rem;
  }
}
.lp1st-osusume-list {
  max-width: 1000px;
  display: flex;
  justify-content: center;
  margin: 2rem auto;
}
@media only screen and (max-width: 767px) {
  .lp1st-osusume-list {
    display: block;
    justify-content: inherit;
  }
}
@media only screen and (max-width: 767px) {
  .lp1st-osusume-list-item {
    min-height: 21rem;
  }
}
.lp1st-osusume-list-item-img {
  width: 85%;
  margin: 0 auto 0.5rem;
}
@media only screen and (max-width: 767px) {
  .lp1st-osusume-list-item-img {
    width: 80%;
  }
}
.lp1st-osusume-list-item-img img {
  margin: auto;
}
.lp1st-osusume-list-item-txt {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
.lp1st-osusume-sankaku {
  width: 30%;
  margin: 2rem auto;
}
@media only screen and (max-width: 767px) {
  .lp1st-osusume-sankaku {
    width: 100%;
    margin: 0 auto 2rem;
  }
}
.lp1st-osusume-sankaku-last {
  margin-top: -1rem;
}
@media only screen and (max-width: 767px) {
  .lp1st-osusume-sankaku-last {
    margin-top: -2rem;
    width: 90%;
  }
}
.lp1st-osusume-ketsuron {
  max-width: 500px;
  margin: 1rem auto;
}
.lp1st-osusume-ketsuron-list {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media only screen and (max-width: 767px) {
  .lp1st-osusume-ketsuron-list {
    flex-direction: column;
    gap: 1.5rem;
    width: 80%;
    margin: 0 auto 1rem;
  }
}
.lp1st-osusume-ketsuron-list-wrap-txt {
  text-align: center;
  font-weight: bold;
  margin: 0.5rem auto;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .lp1st-osusume-ketsuron-list-wrap-txt {
    font-size: 1.7rem;
  }
}
.lp1st-osusume-ketsuron-cv {
  width: 100%;
  background: #fff;
  padding: 2rem 1rem 3rem;
}
.lp1st-osusume-ketsuron-cv-btn {
  width: 70%;
}
@media only screen and (max-width: 767px) {
  .lp1st-osusume-ketsuron-cv-btn {
    width: 80%;
  }
}
.lp1st-osusume-ketsuron-cv-btn a {
  padding: 2rem;
}
.lp1st-osusume-ketsuron-cv-copy {
  text-align: center;
  margin: 1rem auto;
}
.lp1st-osusume-ketsuron-cv-copy-txt {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
}
.lp1st-osusume-ketsuron-cv-copy-txt:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -1.5rem;
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/lp/fukidashi_l.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .lp1st-osusume-ketsuron-cv-copy-txt:before {
    left: -3.2rem;
  }
}
.lp1st-osusume-ketsuron-cv-copy-txt:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/lp/fukidashi_r.png) no-repeat;
  background-size: contain;
}
.lp1st-osusume-ketsuron-cv-copy-txt-womenstaff {
  position: relative;
  display: inline-block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
}
.lp1st-osusume-ketsuron-cv-copy-txt-womenstaff:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2rem;
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/lp/fukidashi_l.png) no-repeat;
  background-size: contain;
}
.lp1st-osusume-ketsuron-cv-copy-txt-womenstaff:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  background: url(../img/lp/fukidashi_r.png) no-repeat;
  background-size: contain;
}
.lp1st-osusume-ketsuron-cv-bnr {
  margin: 1rem auto 2rem;
}
.lp1st-osusume-ketsuron-last {
  padding-bottom: 2rem;
}

.lp1st-search {
  max-width: 1020px;
  margin: 0 auto;
  padding: 1rem 2rem;
  background-color: #f3f3f3;
  color: #c7c7c7;
}
@media only screen and (max-width: 767px) {
  .lp1st-search {
    padding: 1rem 0.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .lp1st-search .only-pc {
    display: none;
  }
}
.lp1st-search select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 200px;
  border: 2px solid #fff;
  padding: 0.5rem;
  height: 3.5rem;
  color: #c7c7c7;
  font-size: 1.2rem;
  line-height: 1.9;
}
@media only screen and (max-width: 767px) {
  .lp1st-search select {
    height: 3rem;
    line-height: 1.5;
  }
}
.lp1st-search-form {
  display: flex;
  gap: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .lp1st-search-form {
    gap: 0.5rem;
  }
}
.lp1st-search-form-wrap {
  display: flex;
  gap: 0.5rem;
  width: 79%;
  justify-content: center;
  flex-wrap: wrap;
}
.lp1st-search-form-wrap-sankaku {
  position: relative;
  width: 32%;
}
@media only screen and (max-width: 767px) {
  .lp1st-search-form-wrap-sankaku {
    width: 48%;
  }
}
.lp1st-search-form-wrap-sankaku:after {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 7.5px 0 7.5px;
  border-color: #c7c7c7 transparent transparent transparent;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .lp1st-search-form-wrap-sankaku:after {
    right: 0.8rem;
    border-width: 8px 6.5px 0 6.5px;
  }
}
.lp1st-search-form-wrap-inner {
  display: flex;
  gap: 0 0.5rem;
}
@media only screen and (max-width: 767px) {
  .lp1st-search-form-wrap-inner {
    flex-wrap: wrap;
    gap: 0.5rem;
  }
}
.lp1st-search-form-wrap-inner:focus {
  border: 2px solid #c7c7c7;
}
.lp1st-search-form-submit {
  position: relative;
  width: 20%;
  text-align: center;
  margin: auto;
}
.lp1st-search-form-submit-txt {
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.2;
  position: relative;
  color: #c7c7c7;
}
.lp1st-search-form-submit-txt:before {
  display: inline-block;
  content: "";
  height: 1.5rem;
  width: 1px;
  background-color: #c7c7c7;
  position: absolute;
  top: 0;
  left: 1rem;
  transform: rotate(-20deg);
}
@media only screen and (max-width: 767px) {
  .lp1st-search-form-submit-txt:before {
    display: none;
  }
}
.lp1st-search-form-submit-txt:after {
  display: inline-block;
  content: "";
  height: 1.5rem;
  width: 1px;
  background-color: #c7c7c7;
  position: absolute;
  top: 0;
  right: 1rem;
  transform: rotate(20deg);
}
@media only screen and (max-width: 767px) {
  .lp1st-search-form-submit-txt:after {
    display: none;
  }
}
.lp1st-search-form-submit input {
  margin: 0.5rem auto 0;
  padding: 1.8rem 1rem;
  background-color: #c7c7c7;
  border: 1px solid #c7c7c7;
  border-radius: 60px;
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  transition: 0.2s;
  width: 90%;
  font-size: 1.3rem;
}
@media only screen and (max-width: 767px) {
  .lp1st-search-form-submit input {
    padding: 2.5rem 0.5rem;
    width: 100%;
    border-radius: 10px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .lp1st-search-form-submit input {
    padding: 1.5rem 0.5rem;
    margin-top: 0.2rem;
  }
}
.lp1st-search-form-submit input:hover {
  background-color: #f3f3f3;
  color: #c7c7c7;
}

@media only screen and (max-width: 767px) {
  .lp1st-type .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 1rem;
  }
}

/*さわやか系LP*/
img {
  margin: auto;
}

.fresh {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Lucida Grande", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.2rem;
}
.fresh-mainvisual {
  max-width: 1020px;
  margin: 0 auto;
  position: relative;
}
.fresh-mainvisual-2letter {
  position: absolute;
  font-size: 6rem;
  font-weight: bold;
  color: #fab10c;
  top: 5rem;
  left: 30%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 834px) {
  .fresh-mainvisual-2letter {
    font-size: 5rem;
    top: 4.5rem;
  }
}
@media only screen and (max-width: 810px) {
  .fresh-mainvisual-2letter {
    top: 4rem;
  }
}
@media only screen and (max-width: 430px) {
  .fresh-mainvisual-2letter {
    font-size: 4rem;
    top: 6rem;
    left: 32%;
  }
}
@media only screen and (max-width: 393px) {
  .fresh-mainvisual-2letter {
    font-size: 3.7rem;
    top: 5.5rem;
  }
}
@media only screen and (max-width: 375px) {
  .fresh-mainvisual-2letter {
    font-size: 3.5rem;
    top: 5rem;
  }
}
@media only screen and (max-width: 360px) {
  .fresh-mainvisual-2letter {
    font-size: 3.5rem;
    top: 4.8rem;
  }
}
@media only screen and (max-width: 320px) {
  .fresh-mainvisual-2letter {
    font-size: 3rem;
    top: 4.5rem;
  }
}
.fresh-mainvisual-3letter {
  position: absolute;
  font-size: 5rem;
  font-weight: bold;
  color: #fab10c;
  top: 6rem;
  left: 30%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 834px) {
  .fresh-mainvisual-3letter {
    top: 4.5rem;
    left: 29.5%;
  }
}
@media only screen and (max-width: 810px) {
  .fresh-mainvisual-3letter {
    top: 4rem;
  }
}
@media only screen and (max-width: 430px) {
  .fresh-mainvisual-3letter {
    font-size: 3.5rem;
    top: 6.5rem;
    left: 30%;
  }
}
@media only screen and (max-width: 393px) {
  .fresh-mainvisual-3letter {
    font-size: 3.2rem;
    top: 6rem;
  }
}
@media only screen and (max-width: 375px) {
  .fresh-mainvisual-3letter {
    top: 5.5rem;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 360px) {
  .fresh-mainvisual-3letter {
    font-size: 2.8rem;
    top: 5.5rem;
  }
}
@media only screen and (max-width: 320px) {
  .fresh-mainvisual-3letter {
    font-size: 2.5rem;
    top: 5rem;
  }
}
.fresh .freshinner {
  max-width: 1020px;
  padding: 0 1rem;
  margin: auto;
}
.fresh a {
  transition: 0.3s;
  text-decoration: none;
}
.fresh a:hover {
  opacity: 0.7;
}
.fresh-ttl {
  max-width: 500px;
  margin: 1.5rem auto 0;
}
@media only screen and (max-width: 767px) {
  .fresh-ttl {
    margin: 1rem auto 0;
  }
}
.fresh-cv {
  margin: auto;
  text-align: center;
  width: 60%;
}
.fresh-cv a:hover {
  opacity: 1;
}
.fresh-cv-copy {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.fresh-cv-copy-inner {
  position: relative;
  display: inline-block;
}
.fresh-cv-copy-inner:before {
  position: absolute;
  top: 50%;
  left: -1.5rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: url(../img/lp/fresh/fukidashi_l.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .fresh-cv-copy-inner:before {
    top: inherit;
    bottom: 0;
    transform: none;
  }
}
.fresh-cv-copy-inner:after {
  position: absolute;
  top: 50%;
  right: -1.5rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: url(../img/lp/fresh/fukidashi_r.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .fresh-cv-copy-inner:after {
    top: inherit;
    bottom: 0;
    transform: none;
  }
}
.fresh-cv-btn {
  color: #fff !important;
  position: relative;
  display: inline-block;
  width: 70%;
  height: 60px;
  margin: auto;
  line-height: 60px;
  border-radius: 30px;
  overflow: hidden;
  font-size: 2rem;
  text-decoration: none;
  font-weight: bold;
  background-color: #fab10c;
  box-shadow: 0 8px 0 #7d5805;
  animation-name: fresh-cvmove;
  animation-delay: 0s; /* アニメーションの開始時間指定 */
  animation-duration: 3s; /* アニメーション動作時間の指定 */
  animation-timing-function: linear;
  /* アニメーションの動き（一定）*/
  animation-iteration-count: infinite; /* アニメーションを繰り返す */
}
.fresh-cv-btn a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
.fresh-cv-btn a:hover {
  opacity: 1;
}
.fresh-cv-btn:before {
  position: absolute;
  content: "";
  display: inline-block;
  pointer-events: none;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
@keyframes fresh-cvmove {
  0% {
    box-shadow: 0 8px 0 #7d5805;
    transform: translatey(0);
  }
  40% {
    box-shadow: 0 8px 0 #7d5805;
    transform: translatey(0);
  }
  50% {
    box-shadow: 0 0 0 #7d5805;
    transform: translatey(8px);
  }
  60% {
    box-shadow: 0 8px 0 #7d5805;
    transform: translatey(0);
  }
  100% {
    box-shadow: 0 8px 0 #7d5805;
    transform: translatey(0);
  }
}
.fresh-link {
  width: 80%;
  margin: auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .fresh-link {
    width: 95%;
  }
}
.fresh-link a:hover {
  opacity: 1;
}
.fresh-link-btn {
  position: relative;
  display: inline-block;
  width: 70%;
  height: 60px;
  margin: auto;
  line-height: 60px;
  border-radius: 30px;
  overflow: hidden;
  font-size: 1.5rem;
  color: #fff !important;
  text-decoration: none;
  font-weight: bold;
  background-color: #929192;
  box-shadow: 0 8px 0 #3d3d3d;
  animation-name: fresh-linkmove;
  animation-delay: 0s; /* アニメーションの開始時間指定 */
  animation-duration: 3s; /* アニメーション動作時間の指定 */
  animation-timing-function: linear;
  /* アニメーションの動き（一定）*/
  animation-iteration-count: infinite; /* アニメーションを繰り返す */
}
@media only screen and (max-width: 767px) {
  .fresh-link-btn {
    border-radius: 40px;
    font-size: 1.2rem;
  }
}
.fresh-link-btn a {
  width: 100%;
  display: inline-block;
}
.fresh-link-btn a:hover {
  opacity: 1;
}
.fresh-link-btn:before {
  position: absolute;
  content: "";
  display: inline-block;
  pointer-events: none;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
@keyframes fresh-linkmove {
  0% {
    box-shadow: 0 8px 0 #3d3d3d;
    transform: translatey(0);
  }
  40% {
    box-shadow: 0 8px 0 #3d3d3d;
    transform: translatey(0);
  }
  50% {
    box-shadow: 0 0 0 #3d3d3d;
    transform: translatey(8px);
  }
  60% {
    box-shadow: 0 8px 0 #3d3d3d;
    transform: translatey(0);
  }
  100% {
    box-shadow: 0 8px 0 #3d3d3d;
    transform: translatey(0);
  }
}
.fresh-link-btn-txt {
  color: #3d3d3d;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
}
.fresh-link-btn-txt-big {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .fresh-link-btn-txt-big {
    font-size: 1.4rem;
  }
}
.fresh-cam {
  margin: -2rem auto 2rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
}
@media only screen and (max-width: 767px) {
  .fresh-cam {
    margin: -1rem auto 2rem;
  }
}
.fresh-cam-month {
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  margin-bottom: 0.5rem;
}
.fresh-cam-month-big {
  font-size: 3rem;
  color: #fab10c;
  font-weight: bold;
}
.fresh-cam-month:before {
  position: absolute;
  bottom: 0.1rem;
  left: -2rem;
  width: 2rem;
  height: 2rem;
  content: "";
  background: url(../img/lp/fresh/fukidashi_l.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .fresh-cam-month:before {
    top: inherit;
    bottom: 0;
    transform: none;
  }
}
.fresh-cam-month:after {
  position: absolute;
  bottom: 0.1rem;
  right: -2rem;
  width: 2rem;
  height: 2rem;
  content: "";
  background: url(../img/lp/fresh/fukidashi_r.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .fresh-cam-month:after {
    top: inherit;
    bottom: 0;
    transform: none;
  }
}
.fresh-cam-ttl {
  background-color: #2aa1b7;
  padding: 1rem;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  width: 100%;
  border-radius: 20px 20px 0 0;
  font-weight: bold;
}
.fresh-cam-ttl .big {
  font-size: 3rem;
}
.fresh-cam-content {
  border: 3px solid #2aa1b7;
  padding: 1rem;
  width: 100%;
  border-radius: 0 0 20px 20px;
}
.fresh-cam-content-kome {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem auto;
}
.fresh-cam-content-kome-item {
  font-size: 1.4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .fresh-cam-content-kome-item {
    font-size: 1rem;
  }
}
.fresh-cam-content-bnr {
  max-width: 450px;
  margin: 1rem auto;
}
.fresh-type {
  margin: 1.5rem auto;
}
@media only screen and (max-width: 767px) {
  .fresh-type {
    margin: 0.5rem auto;
  }
}
.fresh-type-ttl {
  max-width: 500px;
  margin: auto;
}
.fresh-type-list {
  margin-top: 1.5rem;
  display: flex;
  gap: 1rem;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .fresh-type-list {
    margin-top: 0.5rem;
    flex-direction: column;
    gap: 1rem;
  }
}
.fresh-type-list-inner {
  width: 24.5%;
}
@media only screen and (max-width: 767px) {
  .fresh-type-list-inner {
    width: 100%;
  }
}
.fresh-type-list-inner-ttl {
  position: relative;
  padding: 1rem 0.5rem 0;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 20px 20px 0 0;
  background: #2aa1b7;
}
.fresh-type-list-inner-ttl-big {
  font-size: 1.5rem;
}
.fresh-type-list-inner-ttl-y {
  background-color: #fff352;
  color: #3d3d3d;
}
.fresh-type-list-inner-ttl-g {
  background-color: #d8d7d8;
  color: #3d3d3d;
}
.fresh-type-list-inner-ttl-w {
  background-color: #89bece;
}
.fresh-type-list-inner-ttl-2th {
  background-color: #D8D1DE;
  color: #3d3d3d;
}
.fresh-type-list-inner-ttl-3th {
  background-color: #D1A15E;
}
.fresh-type-list-inner-ttl .ico-rank {
  position: absolute;
  top: -2.5rem;
  left: 50%;
  transform: translateX(-50%);
  width: 4rem;
}
.fresh-type-list-inner-content {
  padding: 1rem 0.5rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #3d3d3d;
  border: 4px solid #2aa1b7;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  height: 15rem;
  text-align: center;
  font-size: 1.2rem;
}
.fresh-type-list-inner-content-y {
  border: 4px solid #fff352;
}
.fresh-type-list-inner-content-g {
  border: 4px solid #d8d7d8;
}
.fresh-type-list-inner-content-w {
  border: 4px solid #89bece;
}
.fresh-type-list-inner-content-2th {
  border: 4px solid #D8D1DE;
}
.fresh-type-list-inner-content-3th {
  border: 4px solid #D1A15E;
}
@media only screen and (max-width: 767px) {
  .fresh-type-list-inner-content {
    height: auto;
    padding: 1rem;
  }
}
.fresh-type-list-inner-content-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 100%;
}
.fresh-type-list-inner-content-wrap .logo {
  width: 80%;
  margin: auto;
  position: inherit;
}
@media only screen and (max-width: 767px) {
  .fresh-type-list-inner-content-wrap .logo {
    width: 65%;
  }
}
.fresh-type-list-inner-content-wrap-flex {
  display: flex;
  gap: 0.5rem;
}
.fresh-type-list-inner-content-copy {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fresh-type-list-inner-copy {
  width: 75%;
}
.fresh-type-list-inner-cv {
  width: 3rem;
  height: 3rem;
  margin: 0.5rem auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fresh-type-list-inner-cv-btn {
  padding: 0.5rem 2.2rem;
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .fresh-type-list-inner-cv-btn {
    padding: 0.5rem 3.5rem;
  }
}
.fresh-type-list-inner-cv-btn:hover {
  opacity: 1 !important;
}
.fresh-type-list-inner-cv-txt {
  color: #fff;
  font-size: 1.4rem;
  display: block;
}
.fresh-type-list-simple {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .fresh-type-list-simple {
    gap: 3rem;
  }
}
.fresh-type-list-simple-inner {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .fresh-type-list-simple-inner {
    width: 100%;
  }
}
.fresh-type-list-simple-inner-content {
  height: auto;
  padding: 2rem 1rem;
}
@media only screen and (max-width: 767px) {
  .fresh-type-list-simple-inner-content {
    padding: 1rem 1rem 1.5rem;
  }
}
.fresh-type-list-simple-inner-content-wrap-flex {
  display: flex;
  gap: 0.5rem;
}
.fresh-type-list-simple-inner-content-wrap-flex-link {
  width: 25%;
  border-radius: 20px;
  background-color: #e6e6e6;
  line-height: 45px;
  margin-top: 5px;
  box-shadow: 0 3px 0 #3d3d3d;
}
.fresh-type-list-simple-inner-content-wrap-flex-link:hover {
  box-shadow: 0 0 0 0;
  margin: 8px 0 -3px;
  opacity: 1 !important;
  transition: 0.2s;
}
.fresh-type-list-simple-inner-content-wrap-flex-link-txt {
  color: #3d3d3d !important;
  font-weight: bold;
  font-size: 1.4rem;
}
.fresh-type-list-simple-inner-cv {
  height: 45px;
  line-height: 45px;
}
.fresh-type-list-simple-inner-cv-txt {
  color: #fff;
  font-size: 1.8rem;
  display: block;
}
.fresh-type-list.sp {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin: 1rem auto 0;
  max-width: 500px;
}
.fresh-type-list.sp .type-list-inner {
  align-items: center;
  background-color: #fff;
  border-radius: 20px;
  display: flex;
  gap: 0.25rem;
  justify-content: center;
  padding: 1rem;
  position: relative;
  width: 100%;
}
.fresh-type-list.sp .type-list-inner-1 {
  background-color: #fcf8c6;
  border: 2px solid #fff352;
}
.fresh-type-list.sp .type-list-inner-2 {
  background-color: #f7f7f7;
  border: 2px solid #D8D1DE;
}
.fresh-type-list.sp .type-list-inner-3 {
  background-color: #f7f7f7;
  border: 2px solid #D1A15E;
}
.fresh-type-list.sp .type-list-inner-4 {
  background-color: #f7f7f7;
}
.fresh-type-list.sp .type-list-inner .ankenname {
  align-items: center;
  display: flex;
  gap: 0.5rem;
}
.fresh-type-list.sp .type-list-inner .ico-rank {
  height: 2rem;
  width: 2rem;
}
.fresh-type-list.sp .type-list-inner .bnr {
  width: calc(30% - 0.125rem);
}
@media only screen and (max-width: 767px) {
  .fresh-type-list.sp .type-list-inner .bnr {
    width: calc(25% - 0.125rem);
  }
}
.fresh-type-list.sp .type-list-inner .bnr-img {
  width: 80%;
  margin: 0 auto;
}
.fresh-type-list.sp .type-list-inner .content {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 0;
  width: calc(70% - 0.125rem);
}
@media only screen and (max-width: 767px) {
  .fresh-type-list.sp .type-list-inner .content {
    width: calc(75% - 0.125rem);
  }
}
.fresh-type-list.sp .type-list-inner .content-name {
  text-decoration: underline;
  font-size: 1.6rem;
  font-weight: bold;
  transition: 0.3s;
  width: calc(100% - 2.5rem);
}
.fresh-type-list.sp .type-list-inner .content-copy {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.fresh-type-list.sp .type-list-inner .content-copy-ttl {
  font-size: 1.4rem;
  font-weight: bold;
}
.fresh-type-list.sp .type-list-inner .content-copy-ttl .big {
  font-size: 1.8rem;
}
.fresh-type-list.sp .type-list-inner .content-copy-txt {
  font-size: 1.1rem;
  line-height: 1.5;
}
.fresh-type-list.sp .type-list-inner .content-copy-txt ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.fresh-type-list.sp .type-list-inner .content-copy-txt ul li {
  position: relative;
  line-height: 1.5;
  padding-left: 1.5rem;
  font-size: 1rem;
}
.fresh-type-list.sp .type-list-inner .content-copy-txt ul li:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  display: inline-block;
  content: "";
}
.fresh-type-list.sp .type-list-inner .content-cv {
  display: flex;
  justify-content: left;
  width: 100%;
}
.fresh-type-list.sp .type-list-inner .content-cv-btn {
  height: 40px;
  line-height: 40px;
  width: 95%;
}
.fresh-type-list.sp .type-list-inner .content-cv-btn a {
  padding: 1rem;
}
.fresh-type-list.sp .type-list-inner .content-cv-btn-txt {
  font-size: 1.2rem;
}
@media only screen and (max-width: 767px) {
  .fresh-type-list.sp .type-list-inner .content-cv-btn-txt {
    font-size: 1.2rem;
  }
}
.fresh-neotype {
  margin: 1.5rem auto;
}
@media only screen and (max-width: 767px) {
  .fresh-neotype {
    margin: 0.5rem auto;
  }
}
.fresh-neotype-ttl {
  max-width: 500px;
  margin: auto;
}
.fresh-neotype-list {
  margin-top: 4rem;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .fresh-neotype-list {
    margin-top: 3rem;
    flex-direction: column;
    gap: 4rem;
  }
}
.fresh-neotype-list-inner {
  position: relative;
  width: 32%;
  background-color: #f7f7f7;
  border-radius: 10px;
  box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 767px) {
  .fresh-neotype-list-inner {
    width: 100%;
  }
}
.fresh-neotype-list-inner-1 {
  border: 4px solid #fff352;
}
.fresh-neotype-list-inner-1 .fresh-neotype-list-inner-ttl {
  position: relative;
}
.fresh-neotype-list-inner-2 .fresh-neotype-list-inner-ttl {
  position: relative;
}
.fresh-neotype-list-inner-3 .fresh-neotype-list-inner-ttl {
  position: relative;
}
.fresh-neotype-list-inner-ttl {
  position: relative;
  padding: 2rem 1rem 1.8rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
}
.fresh-neotype-list-inner-ttl:after {
  position: absolute;
  z-index: 1;
  display: inline-block;
  bottom: -2.1rem;
  left: 0;
  width: 100%;
  height: 3rem;
  content: "";
  background: url(../img/lp/fresh/neotype_line.png;) no-repeat;
  background-size: contain;
}
.fresh-neotype-list-inner-ttl-copy {
  font-size: 1.5rem;
  font-weight: bold;
}
.fresh-neotype-list-inner-ttl-star {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.fresh-neotype-list-inner-ttl-star-name {
  width: 20%;
  text-align: right;
}
.fresh-neotype-list-inner-ttl-star-img {
  width: 38%;
}
.fresh-neotype-list-inner-ttl-star-eval {
  width: 20%;
}
.fresh-neotype-list-inner-ttl-star-eval-big {
  font-size: 1.8rem;
  font-weight: bold;
}
.fresh-neotype-list-inner-ttl-name {
  font-size: 2.3rem;
  text-decoration: underline #349FE8;
  transition: 0.3s;
}
.fresh-neotype-list-inner-ttl-name:hover {
  text-decoration: underline #060a3a;
}
.fresh-neotype-list-inner-content {
  padding: 2.5rem 1rem 4.5rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .fresh-neotype-list-inner-content {
    padding: 2.5rem 1rem 5.5rem;
  }
}
.fresh-neotype-list-inner-content-spec {
  display: flex;
  justify-content: center;
  gap: 0.2rem;
}
.fresh-neotype-list-inner-content-spec-inner {
  width: 100%;
  background-color: #fff;
}
.fresh-neotype-list-inner-content-spec-inner-dt {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #2aa1b7;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem;
}
.fresh-neotype-list-inner-content-spec-inner-dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem;
  background-color: #fff;
}
.fresh-neotype-list-inner-content-spec-inner-dd .eval-mark {
  width: 30%;
  display: flex;
}
.fresh-neotype-list-inner-content-spec-inner-dd .txt {
  font-size: 1.2rem;
  text-align: center;
}
.fresh-neotype-list-inner-content-point {
  padding: 1rem 0.5rem;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.fresh-neotype-list-inner-content-cv {
  width: 100%;
}
.fresh-neotype-list-inner-content-cv-btn {
  width: 80%;
}
.fresh-neotype-list-inner-link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.fresh-neotype-list-inner-link-btn {
  border-radius: 0 0 5px 5px;
  display: inline-block;
  width: 100%;
  background-color: #d8d7d8;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  color: #3d3d3d !important;
}
.fresh-neotype-list-inner-link-btn-txt {
  position: relative;
}
.fresh-neotype-list-inner-link-btn-txt:before {
  position: absolute;
  top: 50%;
  left: -1.5rem;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 7.5px solid #3d3d3d;
  border-bottom: 0;
  transition: 0.3s;
}
.fresh-neotype-list-inner-link-btn-txt:after {
  position: absolute;
  top: 50%;
  right: -1.5rem;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 7.5px solid #3d3d3d;
  border-bottom: 0;
  transition: 0.3s;
}
.fresh-which-container {
  max-width: 750px;
  display: flex;
  justify-content: center;
  margin: 1rem auto 2rem;
}
.fresh-which-wrap {
  max-width: 750px;
  margin: 1rem auto;
  padding: 2rem;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .fresh-which-wrap {
    padding: 1.5rem;
  }
}
.fresh-which-wrap-txt {
  margin: 1rem auto;
  font-size: 1.4rem;
  line-height: 1.4;
}
.fresh-which-wrap-txt-center {
  text-align: center;
  margin: 2rem auto 1rem;
}
.fresh-which-wrap-txt .big {
  font-size: 1.8rem;
}
@media only screen and (max-width: 767px) {
  .fresh-which-wrap-txt .big {
    font-size: 1.6rem;
  }
}
.fresh-hikaku-ttl {
  position: relative;
}
.fresh-hikaku-ttl-2letter {
  position: absolute;
  font-size: 3rem;
  font-weight: bold;
  color: #fab10c;
  top: 0.5rem;
  left: 46%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 430px) {
  .fresh-hikaku-ttl-2letter {
    font-size: 2.5rem;
    left: 46%;
  }
}
@media only screen and (max-width: 393px) {
  .fresh-hikaku-ttl-2letter {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 375px) {
  .fresh-hikaku-ttl-2letter {
    font-size: 2.2rem;
    top: 0.4rem;
  }
}
@media only screen and (max-width: 360px) {
  .fresh-hikaku-ttl-2letter {
    font-size: 2rem;
    top: 0.3rem;
  }
}
@media only screen and (max-width: 320px) {
  .fresh-hikaku-ttl-2letter {
    font-size: 1.8rem;
  }
}
.fresh-hikaku-ttl-3letter {
  position: absolute;
  font-size: 3rem;
  font-weight: bold;
  color: #fab10c;
  top: 0.5rem;
  left: 46%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 430px) {
  .fresh-hikaku-ttl-3letter {
    font-size: 2.5rem;
    left: 46%;
  }
}
@media only screen and (max-width: 393px) {
  .fresh-hikaku-ttl-3letter {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 375px) {
  .fresh-hikaku-ttl-3letter {
    font-size: 2.2rem;
    top: 0.4rem;
  }
}
@media only screen and (max-width: 360px) {
  .fresh-hikaku-ttl-3letter {
    font-size: 2rem;
    top: 0.3rem;
  }
}
@media only screen and (max-width: 320px) {
  .fresh-hikaku-ttl-3letter {
    font-size: 1.8rem;
  }
}
.fresh-hikaku-container {
  position: relative;
  max-width: 750px;
  margin: 1rem auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-auto-flow: row;
  grid-template-areas: "anken1 anken2 anken3" "hige hige hige" "anken1-hige anken2-hige anken3-hige" "vio vio vio" "anken1-vio anken2-vio anken3-vio" "part part part" "anken1-part anken2-part anken3-part" "whole whole whole" "anken1-whole anken2-whole anken3-whole" "laser laser laser" "anken1-laser anken2-laser anken3-laser" "masui masui masui" "anken1-masui anken2-masui anken3-masui" "staff staff staff" "anken1-staff anken2-staff anken3-staff" "point point point" "anken1-point anken2-point anken3-point" "clinic clinic clinic" "anken1-clinic anken2-clinic anken3-clinic" "cv cv cv" "anken1-cv anken2-cv anken3-cv" "link link link" "anken1-link anken2-link anken3-link";
}
.fresh-hikaku-container .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 0.5rem;
  background-color: #f7f7f7;
}
.fresh-hikaku-container .ttl {
  background-color: #2aa1b7;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 0.5rem 0.2rem;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.fresh-hikaku-container-inner {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.fresh-hikaku-container-inner .eval-mark {
  width: 4rem;
  margin: auto;
  height: 4rem;
}
.fresh-hikaku-container-inner .eval-mark img {
  height: 100%;
}
.fresh-hikaku-container-inner .txt {
  text-align: center;
  line-height: 1.4;
}
.fresh-hikaku-container-inner .logo {
  width: 65%;
  margin: 0 auto 0.2rem;
}
@media only screen and (max-width: 767px) {
  .fresh-hikaku-container-inner .logo {
    width: 80%;
  }
}
.fresh-hikaku-container-inner .star {
  width: 50%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .fresh-hikaku-container-inner .star {
    width: 80%;
  }
}
.fresh-hikaku-container-inner .big {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .fresh-hikaku-container .list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.fresh-hikaku-container .list-item {
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .fresh-hikaku-container .list-item {
    padding: 0.5rem 0 0 0;
    text-align: center;
  }
}
.fresh-hikaku-container .list-item:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50px;
  content: "";
  background: url(../img/lp/fresh/check.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .fresh-hikaku-container .list-item:before {
    left: 50%;
    top: 0;
    transform: translate(0 50%);
  }
}
.fresh-hikaku-container-cv {
  width: 80%;
}
.fresh-hikaku-container .hige {
  grid-area: hige;
}
.fresh-hikaku-container .vio {
  grid-area: vio;
}
.fresh-hikaku-container .part {
  grid-area: part;
}
.fresh-hikaku-container .whole {
  grid-area: whole;
}
.fresh-hikaku-container .laser {
  grid-area: laser;
}
.fresh-hikaku-container .masui {
  grid-area: masui;
}
.fresh-hikaku-container .staff {
  grid-area: staff;
}
.fresh-hikaku-container .point {
  grid-area: point;
}
.fresh-hikaku-container .clinic {
  grid-area: clinic;
}
.fresh-hikaku-container .cv {
  grid-area: cv;
}
.fresh-hikaku-container .link {
  grid-area: link;
}
.fresh-hikaku-container .anken1 {
  grid-area: anken1;
  background-color: #fcf8c6;
  position: sticky;
  top: 0;
  padding-bottom: 1rem;
  z-index: 1;
  border-right: 2px solid #fff;
}
.fresh-hikaku-container .anken1-hige {
  grid-area: anken1-hige;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.fresh-hikaku-container .anken1-vio {
  grid-area: anken1-vio;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.fresh-hikaku-container .anken1-part {
  grid-area: anken1-part;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.fresh-hikaku-container .anken1-whole {
  grid-area: anken1-whole;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.fresh-hikaku-container .anken1-laser {
  grid-area: anken1-laser;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.fresh-hikaku-container .anken1-masui {
  grid-area: anken1-masui;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.fresh-hikaku-container .anken1-staff {
  grid-area: anken1-staff;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.fresh-hikaku-container .anken1-point {
  grid-area: anken1-point;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  .fresh-hikaku-container .anken1-point {
    padding-top: 1.5rem;
  }
}
.fresh-hikaku-container .anken1-clinic {
  grid-area: anken1-clinic;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.fresh-hikaku-container .anken1-cv {
  grid-area: anken1-cv;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.fresh-hikaku-container .anken1-cv .logo {
  width: 90%;
}
.fresh-hikaku-container .anken1-link {
  grid-area: anken1-link;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.fresh-hikaku-container .anken2 {
  grid-area: anken2;
  position: sticky;
  top: 0;
  padding-bottom: 1rem;
  z-index: 1;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.fresh-hikaku-container .anken2-hige {
  grid-area: anken2-hige;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.fresh-hikaku-container .anken2-vio {
  grid-area: anken2-vio;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.fresh-hikaku-container .anken2-part {
  grid-area: anken2-part;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.fresh-hikaku-container .anken2-whole {
  grid-area: anken2-whole;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.fresh-hikaku-container .anken2-laser {
  grid-area: anken2-laser;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.fresh-hikaku-container .anken2-masui {
  grid-area: anken2-masui;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.fresh-hikaku-container .anken2-staff {
  grid-area: anken2-staff;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.fresh-hikaku-container .anken2-point {
  grid-area: anken2-point;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  .fresh-hikaku-container .anken2-point {
    padding-top: 1.5rem;
  }
}
.fresh-hikaku-container .anken2-clinic {
  grid-area: anken2-clinic;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.fresh-hikaku-container .anken2-cv {
  grid-area: anken2-cv;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.fresh-hikaku-container .anken2-cv .logo {
  width: 90%;
}
.fresh-hikaku-container .anken2-link {
  grid-area: anken2-link;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.fresh-hikaku-container .anken3 {
  grid-area: anken3;
  position: sticky;
  top: 0;
  padding-bottom: 1rem;
  z-index: 1;
  border-left: 2px solid #fff;
}
.fresh-hikaku-container .anken3-hige {
  grid-area: anken3-hige;
  border-left: 2px solid #fff;
}
.fresh-hikaku-container .anken3-vio {
  grid-area: anken3-vio;
  border-left: 2px solid #fff;
}
.fresh-hikaku-container .anken3-part {
  grid-area: anken3-part;
  border-left: 2px solid #fff;
}
.fresh-hikaku-container .anken3-whole {
  grid-area: anken3-whole;
  border-left: 2px solid #fff;
}
.fresh-hikaku-container .anken3-laser {
  grid-area: anken3-laser;
  border-left: 2px solid #fff;
}
.fresh-hikaku-container .anken3-masui {
  grid-area: anken3-masui;
  border-left: 2px solid #fff;
}
.fresh-hikaku-container .anken3-staff {
  grid-area: anken3-staff;
  border-left: 2px solid #fff;
}
.fresh-hikaku-container .anken3-point {
  grid-area: anken3-point;
  border-left: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  .fresh-hikaku-container .anken3-point {
    padding-top: 1.5rem;
  }
}
.fresh-hikaku-container .anken3-clinic {
  grid-area: anken3-clinic;
  border-left: 2px solid #fff;
}
.fresh-hikaku-container .anken3-cv {
  grid-area: anken3-cv;
  border-left: 2px solid #fff;
}
.fresh-hikaku-container .anken3-cv .logo {
  width: 90%;
}
.fresh-hikaku-container .anken3-link {
  grid-area: anken3-link;
  border-left: 2px solid #fff;
}
.fresh-hikaku-container-top2 {
  max-width: 500px;
  grid-template-columns: 1fr 1fr;
}
.fresh-hikaku .womenstaff-top3 {
  grid-template-areas: "anken1 anken2 anken3" "staff staff staff" "anken1-staff anken2-staff anken3-staff" "hige hige hige" "anken1-hige anken2-hige anken3-hige" "vio vio vio" "anken1-vio anken2-vio anken3-vio" "part part part" "anken1-part anken2-part anken3-part" "whole whole whole" "anken1-whole anken2-whole anken3-whole" "laser laser laser" "anken1-laser anken2-laser anken3-laser" "masui masui masui" "anken1-masui anken2-masui anken3-masui" "point point point" "anken1-point anken2-point anken3-point" "clinic clinic clinic" "anken1-clinic anken2-clinic anken3-clinic" "cv cv cv" "anken1-cv anken2-cv anken3-cv" "link link link" "anken1-link anken2-link anken3-link";
}
.fresh-hikaku .parts-top3 {
  grid-template-areas: "anken1 anken2 anken3" "select select select" "anken1-select anken2-select anken3-select" "hige hige hige" "anken1-hige anken2-hige anken3-hige" "vio vio vio" "anken1-vio anken2-vio anken3-vio" "part part part" "anken1-part anken2-part anken3-part" "back back back" "anken1-back anken2-back anken3-back" "laser laser laser" "anken1-laser anken2-laser anken3-laser" "masui masui masui" "anken1-masui anken2-masui anken3-masui" "staff staff staff" "anken1-staff anken2-staff anken3-staff" "point point point" "anken1-point anken2-point anken3-point" "clinic clinic clinic" "anken1-clinic anken2-clinic anken3-clinic" "cv cv cv" "anken1-cv anken2-cv anken3-cv" "link link link" "anken1-link anken2-link anken3-link";
}
.fresh-hikaku .parts-top3 .select {
  grid-area: select;
}
.fresh-hikaku .parts-top3 .back {
  grid-area: back;
}
.fresh-hikaku .parts-top3 .anken1-select {
  grid-area: anken1-select;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.fresh-hikaku .parts-top3 .anken1-back {
  grid-area: anken1-back;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.fresh-hikaku .parts-top3 .anken2-select {
  grid-area: anken2-select;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.fresh-hikaku .parts-top3 .anken2-back {
  grid-area: anken2-back;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.fresh-hikaku .parts-top3 .anken3-select {
  grid-area: anken3-select;
  border-left: 2px solid #fff;
}
.fresh-hikaku .parts-top3 .anken3-back {
  grid-area: anken3-back;
  border-left: 2px solid #fff;
}
.fresh-hikaku .whole-top3 {
  grid-template-areas: "anken1 anken2 anken3" "select select select" "anken1-select anken2-select anken3-select" "whole whole whole" "anken1-whole anken2-whole anken3-whole" "laser laser laser" "anken1-laser anken2-laser anken3-laser" "masui masui masui" "anken1-masui anken2-masui anken3-masui" "staff staff staff" "anken1-staff anken2-staff anken3-staff" "point point point" "anken1-point anken2-point anken3-point" "clinic clinic clinic" "anken1-clinic anken2-clinic anken3-clinic" "cv cv cv" "anken1-cv anken2-cv anken3-cv" "link link link" "anken1-link anken2-link anken3-link";
}
.fresh-hikaku .whole-top3 .select {
  grid-area: select;
}
.fresh-hikaku .whole-top3 .anken1-select {
  grid-area: anken1-select;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.fresh-hikaku .whole-top3 .anken2-select {
  grid-area: anken2-select;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}
.fresh-hikaku .whole-top3 .anken3-select {
  grid-area: anken3-select;
  border-left: 2px solid #fff;
}
.fresh-hikaku .hige-top3 {
  grid-template-areas: "anken1 anken2 anken3" "hige hige hige" "anken1-hige anken2-hige anken3-hige" "whole whole whole" "anken1-whole anken2-whole anken3-whole" "laser laser laser" "anken1-laser anken2-laser anken3-laser" "masui masui masui" "anken1-masui anken2-masui anken3-masui" "staff staff staff" "anken1-staff anken2-staff anken3-staff" "point point point" "anken1-point anken2-point anken3-point" "clinic clinic clinic" "anken1-clinic anken2-clinic anken3-clinic" "cv cv cv" "anken1-cv anken2-cv anken3-cv" "link link link" "anken1-link anken2-link anken3-link";
}
.fresh-hikaku .vio-top3 {
  grid-template-areas: "anken1 anken2 anken3" "vio vio vio" "anken1-vio anken2-vio anken3-vio" "whole whole whole" "anken1-whole anken2-whole anken3-whole" "laser laser laser" "anken1-laser anken2-laser anken3-laser" "masui masui masui" "anken1-masui anken2-masui anken3-masui" "staff staff staff" "anken1-staff anken2-staff anken3-staff" "point point point" "anken1-point anken2-point anken3-point" "clinic clinic clinic" "anken1-clinic anken2-clinic anken3-clinic" "cv cv cv" "anken1-cv anken2-cv anken3-cv" "link link link" "anken1-link anken2-link anken3-link";
}
.fresh-hikaku-kome {
  max-width: 750px;
  text-align: right;
  font-size: 1rem;
  margin: 0 auto;
  line-height: 1.2;
}
.fresh-fact {
  background-color: #f3f3f3;
  position: relative;
  margin: 3rem 0;
}
@media only screen and (max-width: 767px) {
  .fresh-fact {
    margin: 2rem 0;
  }
}
.fresh-fact:before {
  position: absolute;
  bottom: -1.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 60px solid transparent;
  z-index: -1;
  border-left: 60px solid transparent;
  border-top: 40px solid #f3f3f3;
  border-bottom: 0;
}
.fresh-fact-inner {
  max-width: 750px;
  margin: auto;
  padding: 2rem 0;
}
@media only screen and (max-width: 767px) {
  .fresh-fact-inner {
    padding: 2rem 1rem;
  }
}
.fresh-fact-inner-ttl {
  max-width: 500px;
  margin: 1rem auto;
}
.fresh-fact-inner-content-img {
  max-width: 500px;
  margin: 1rem auto;
}
.fresh-fact-inner-content-txt {
  text-align: center;
  margin: 1rem auto;
  color: #3d3d3d;
}
.fresh-fact-inner-content-txt .big {
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.3;
}
.fresh-fact-inner-content-kome {
  text-align: right;
  font-size: 1rem;
  max-width: 500px;
  margin: 0 auto;
}
.fresh-fact-inner-content-kome a {
  color: #3d3d3d;
}
.fresh-fact-inner-content-point {
  margin: 1rem auto;
}
@media only screen and (max-width: 767px) {
  .fresh-fact-inner-content-point {
    margin: 1rem auto 0;
  }
}
.fresh-fact-inner-content-point-ttl {
  max-width: 500px;
  margin: 1rem auto;
}
.fresh-fact-inner-content-point-list {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .fresh-fact-inner-content-point-list {
    justify-content: unset;
    gap: 0;
    align-items: unset;
    padding-bottom: 2rem;
  }
}
.fresh-fact-inner-content-point-list-item-txt {
  font-size: 1.2rem;
  line-height: 1.4;
  text-align: center;
  margin-top: 0.5rem;
}
.fresh-fact-inner-content-point-list-item-txt .big {
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .fresh-fact-inner-content-point .swiper-pagination.swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0;
  }
}
.fresh-top5 {
  margin: 2rem auto 3rem;
}
.fresh-top5-container {
  position: relative;
  max-width: 1000px;
  border: 4px solid #f7f7f7;
  margin: 1rem auto;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  grid-template-rows: auto;
  grid-auto-flow: row;
  grid-template-areas: "name hige vio whole machine masui staff cv" "anken1 anken1-hige anken1-vio anken1-whole anken1-machine anken1-masui anken1-staff anken1-cv" "anken2 anken2-hige anken2-vio anken2-whole anken2-machine anken2-masui anken2-staff anken2-cv" "anken3 anken3-hige anken3-vio anken3-whole anken3-machine anken3-masui anken3-staff anken3-cv" "anken4 anken4-hige anken4-vio anken4-whole anken4-machine anken4-masui anken4-staff anken4-cv" "anken5 anken5-hige anken5-vio anken5-whole anken5-machine anken5-masui anken5-staff anken5-cv";
}
@media only screen and (max-width: 767px) {
  .fresh-top5-container {
    grid-template-columns: repeat(8, 12rem);
  }
}
.fresh-top5-container .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem;
  border-right: 2px solid #fff;
  background-color: #f7f7f7;
}
.fresh-top5-container .ttl {
  background-color: #2aa1b7;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 1rem 0.5rem;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.fresh-top5-container-inner {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.fresh-top5-container-inner .ico-rank {
  width: 40%;
}
.fresh-top5-container-inner .ankenname {
  text-align: center;
  font-weight: bold;
  font-size: 1.3rem;
}
.fresh-top5-container-inner .eval-mark {
  width: 4rem;
  margin: auto;
  height: 4rem;
}
.fresh-top5-container-inner .eval-mark img {
  height: 100%;
}
.fresh-top5-container-inner .logo {
  width: 95%;
  margin: 0 auto 0.2rem;
}
@media only screen and (max-width: 767px) {
  .fresh-top5-container-inner .logo {
    width: 100%;
  }
}
.fresh-top5-container-inner .txt {
  text-align: center;
  line-height: 1.4;
}
.fresh-top5-container-inner .big {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .fresh-top5-container .list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.fresh-top5-container .list-item {
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .fresh-top5-container .list-item {
    padding: 0.5rem 0 0 0;
    text-align: center;
  }
}
.fresh-top5-container .list-item:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50px;
  content: "";
  background: url(../img/lp/fresh/check.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .fresh-top5-container .list-item:before {
    left: 50%;
    top: 0;
    transform: translate(0 50%);
  }
}
.fresh-top5-container-cv {
  width: 85%;
}
.fresh-top5-container-cv-btn {
  width: 100%;
  font-size: 1.5rem;
  height: 45px;
  line-height: 45px;
}
.fresh-top5-container .name {
  grid-area: name;
}
@media only screen and (max-width: 767px) {
  .fresh-top5-container .name {
    position: sticky;
    left: 0;
    z-index: 1;
  }
}
.fresh-top5-container .hige {
  grid-area: hige;
}
.fresh-top5-container .vio {
  grid-area: vio;
}
.fresh-top5-container .whole {
  grid-area: whole;
}
.fresh-top5-container .machine {
  grid-area: machine;
}
.fresh-top5-container .masui {
  grid-area: masui;
}
.fresh-top5-container .staff {
  grid-area: staff;
}
.fresh-top5-container .cv {
  grid-area: cv;
  border: none;
}
.fresh-top5-container .anken1 {
  grid-area: anken1;
  background-color: #fcf8c6;
  padding-bottom: 1rem;
}
@media only screen and (max-width: 767px) {
  .fresh-top5-container .anken1 {
    position: sticky;
    left: 0;
    z-index: 1;
  }
}
.fresh-top5-container .anken1-hige {
  grid-area: anken1-hige;
  background-color: #fcf8c6;
}
.fresh-top5-container .anken1-vio {
  grid-area: anken1-vio;
  background-color: #fcf8c6;
}
.fresh-top5-container .anken1-whole {
  grid-area: anken1-whole;
  background-color: #fcf8c6;
}
.fresh-top5-container .anken1-machine {
  grid-area: anken1-machine;
  background-color: #fcf8c6;
}
.fresh-top5-container .anken1-masui {
  grid-area: anken1-masui;
  background-color: #fcf8c6;
}
.fresh-top5-container .anken1-staff {
  grid-area: anken1-staff;
  background-color: #fcf8c6;
}
.fresh-top5-container .anken1-cv {
  grid-area: anken1-cv;
  background-color: #fcf8c6;
  border: none;
}
.fresh-top5-container .anken2 {
  grid-area: anken2;
  padding-bottom: 1rem;
  border-right: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  .fresh-top5-container .anken2 {
    position: sticky;
    left: 0;
    z-index: 1;
  }
}
.fresh-top5-container .anken2-hige {
  grid-area: anken2-hige;
}
.fresh-top5-container .anken2-vio {
  grid-area: anken2-vio;
}
.fresh-top5-container .anken2-whole {
  grid-area: anken2-whole;
}
.fresh-top5-container .anken2-machine {
  grid-area: anken2-machine;
}
.fresh-top5-container .anken2-masui {
  grid-area: anken2-masui;
}
.fresh-top5-container .anken2-staff {
  grid-area: anken2-staff;
}
.fresh-top5-container .anken2-cv {
  grid-area: anken2-cv;
  border: none;
}
.fresh-top5-container .anken3 {
  grid-area: anken3;
  padding-bottom: 1rem;
  border-right: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  .fresh-top5-container .anken3 {
    position: sticky;
    left: 0;
    z-index: 1;
  }
}
.fresh-top5-container .anken3-hige {
  grid-area: anken3-hige;
}
.fresh-top5-container .anken3-vio {
  grid-area: anken3-vio;
}
.fresh-top5-container .anken3-whole {
  grid-area: anken3-whole;
}
.fresh-top5-container .anken3-machine {
  grid-area: anken3-machine;
}
.fresh-top5-container .anken3-masui {
  grid-area: anken3-masui;
}
.fresh-top5-container .anken3-staff {
  grid-area: anken3-staff;
}
.fresh-top5-container .anken3-cv {
  grid-area: anken3-cv;
  border: none;
}
.fresh-top5-container .anken4 {
  grid-area: anken4;
  padding-bottom: 1rem;
  border-right: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  .fresh-top5-container .anken4 {
    position: sticky;
    left: 0;
    z-index: 1;
  }
}
.fresh-top5-container .anken4-hige {
  grid-area: anken4-hige;
}
.fresh-top5-container .anken4-vio {
  grid-area: anken4-vio;
}
.fresh-top5-container .anken4-whole {
  grid-area: anken4-whole;
}
.fresh-top5-container .anken4-machine {
  grid-area: anken4-machine;
}
.fresh-top5-container .anken4-masui {
  grid-area: anken4-masui;
}
.fresh-top5-container .anken4-staff {
  grid-area: anken4-staff;
}
.fresh-top5-container .anken4-cv {
  grid-area: anken4-cv;
  border: none;
}
.fresh-top5-container .anken5 {
  grid-area: anken5;
  padding-bottom: 1rem;
  border-right: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  .fresh-top5-container .anken5 {
    position: sticky;
    left: 0;
    z-index: 1;
  }
}
.fresh-top5-container .anken5-hige {
  grid-area: anken5-hige;
}
.fresh-top5-container .anken5-vio {
  grid-area: anken5-vio;
}
.fresh-top5-container .anken5-whole {
  grid-area: anken5-whole;
}
.fresh-top5-container .anken5-machine {
  grid-area: anken5-machine;
}
.fresh-top5-container .anken5-masui {
  grid-area: anken5-masui;
}
.fresh-top5-container .anken5-staff {
  grid-area: anken5-staff;
}
.fresh-top5-container .anken5-cv {
  grid-area: anken5-cv;
  border: none;
}
.fresh-top5-kome {
  max-width: 1000px;
  text-align: right;
  font-size: 1rem;
  margin: 0 auto;
  line-height: 1.2;
}
.fresh-top5-container.sp {
  grid-template-columns: 13rem 19rem 20rem 23rem 37rem 21rem 14rem 12rem;
}
@media only screen and (max-width: 767px) {
  .fresh-top5-container.sp {
    grid-template-columns: 8rem 19rem 20rem 23rem 29rem 21rem 14rem 12rem;
  }
}
.fresh-top5-container.sp .fresh-top5-container-inner {
  flex-direction: row;
  gap: 0.5rem;
  width: 100%;
}
.fresh-top5-container.sp .fresh-top5-container-inner .ico-rank {
  width: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .fresh-top5-container.sp .fresh-top5-container-inner .ico-rank {
    width: 2rem;
  }
}
.fresh-top5-container.sp .fresh-top5-container-inner .ankenname {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 0.5rem;
  display: block;
  transition: 0.3s;
  text-align: center;
}
.fresh-top5-container.sp .fresh-top5-container-inner .eval-mark {
  width: 2.5rem;
  height: 2.5rem;
}
.fresh-top5-container.sp .fresh-top5-container-inner .txt {
  font-size: 1.2rem;
  text-align: left;
  width: calc(100% - 3rem);
}
.fresh-top5-container.sp .fresh-top5-container-inner-col {
  flex-direction: column;
  align-items: center;
}
.fresh-top5-container.sp .fresh-top5-container-inner-col .txt {
  text-align: center;
}
.fresh-top5-container.sp .name,
.fresh-top5-container.sp .anken1,
.fresh-top5-container.sp .anken2,
.fresh-top5-container.sp .anken3,
.fresh-top5-container.sp .anken4,
.fresh-top5-container.sp .anken5 {
  position: sticky;
  left: 0;
  z-index: 1;
}
.fresh-season {
  margin: 0 auto;
}
.fresh-season-list {
  display: flex;
  justify-content: center;
  max-width: 700px;
  gap: 1rem;
  margin: 1rem auto;
}
@media only screen and (max-width: 767px) {
  .fresh-season-list {
    flex-direction: column;
  }
}
.fresh-season-list-fukidashi {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.fresh-season-list-fukidashi-inner {
  position: relative;
  font-weight: bold;
  font-size: 1.3rem;
}
.fresh-season-list-fukidashi-inner:before {
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: url(../img/lp/fresh/fukidashi_l.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .fresh-season-list-fukidashi-inner:before {
    top: inherit;
    bottom: 0;
    transform: none;
  }
}
.fresh-season-list-fukidashi-inner:after {
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: url(../img/lp/fresh/fukidashi_r.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .fresh-season-list-fukidashi-inner:after {
    top: inherit;
    bottom: 0;
    transform: none;
  }
}
.fresh-season-list-inner {
  width: 100%;
}
.fresh-season-list-inner-ttl {
  padding: 1rem 0.5rem 0.5rem;
  text-align: center;
  font-weight: bold;
  color: #3d3d3d;
  font-size: 1.2rem;
  border-radius: 20px 20px 0 0;
  background: #fff352;
}
.fresh-season-list-inner-ttl-b {
  background-color: #2aa1b7;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .fresh-season-list-inner-ttl {
    padding: 0.5rem;
  }
}
.fresh-season-list-inner-ttl .big {
  font-size: 1.8rem;
}
.fresh-season-list-inner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: none;
  color: #3d3d3d;
  border: 2px solid #fff352;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  text-align: center;
  font-size: 0.9rem;
}
.fresh-season-list-inner-content-b {
  border: 2px solid #2aa1b7;
}
@media only screen and (max-width: 767px) {
  .fresh-season-list-inner-content {
    height: auto;
  }
}
.fresh-season-list-inner-content-name {
  padding: 1rem;
  background-color: #fff;
  width: 100%;
  display: inline-block;
}
.fresh-season-list-inner-content-name a {
  margin: auto;
  display: inline-block;
}
.fresh-season-list-inner-content-name .logo {
  width: 100%;
  margin: auto;
}
.fresh-season-list-inner-content-wrap {
  width: 100%;
  padding: 0.5rem 0.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem 0;
  border-radius: 0 0 20px 20px;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .fresh-season-list-inner-content-wrap {
    min-height: inherit;
  }
}
.fresh-season-list-inner-content-wrap-txt .big {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 0.2rem;
}
.fresh-season-list-inner-content-wrap-txt .small {
  font-size: 0.6rem;
}
.fresh-season-list-inner-content-wrap-cv {
  width: 60%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .fresh-season-list-inner-content-wrap-cv {
    width: 80%;
  }
}
.fresh-season-list-inner-content-wrap-cv-btn-txt {
  color: #fff;
}
.fresh-season-list-inner-cv {
  width: 80%;
  margin: 0.5rem auto;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.fresh-season-list-inner-cv:before {
  position: absolute;
  content: "";
  display: inline-block;
  pointer-events: none;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
.fresh-season-list-inner-cv-btn {
  padding: 0.5rem 2.2rem;
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .fresh-season-list-inner-cv-btn {
    padding: 0.5rem 3.5rem;
  }
}
.fresh-season-list-inner-cv-btn:hover {
  opacity: 1 !important;
}
.fresh-season-list-inner-cv-txt {
  color: #fff;
}
.fresh-season-list-inner-cv-copy {
  font-size: 1rem;
  margin: 0.5rem auto 0;
}
.fresh-season-kome {
  max-width: 700px;
  text-align: right;
  font-size: 1rem;
  margin: 0 auto;
  line-height: 1.2;
  margin-bottom: 1rem;
}
.fresh-column {
  margin: 2rem auto;
}
.fresh-column-ttl {
  margin: 5.5rem auto -13rem;
}
@media only screen and (max-width: 767px) {
  .fresh-column-ttl {
    margin: 5.5rem auto -10rem;
  }
}
.fresh-column-content {
  background-color: #f7f7f7;
  padding: 15rem 3rem 2rem;
  max-width: 750px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .fresh-column-content {
    padding: 11rem 1rem 2rem;
  }
}
.fresh-column-content-txt {
  text-align: center;
  margin: 1.5rem auto;
}
.fresh-column-content-txt .big {
  font-size: 2rem;
}
.fresh-column-content-img {
  margin: 1.5rem auto;
  max-width: 500px;
}
.fresh-column-content-sec {
  margin: 1rem 0 2rem;
}
.fresh-column-content-sec-hikaku {
  max-width: 500px;
  margin: auto;
  display: grid;
  grid-template-columns: 1fr 0.25fr 0.25fr 1fr;
  grid-template-rows: auto;
  gap: 4px;
  grid-auto-flow: row;
  grid-template-areas: "hakai title title chiku" "hakai-untill untill untill chiku-untill" "hakai-goodat goodat goodat chiku-goodat" "hakai-type type type chiku-type" "hakai-pain pain pain chiku-pain" "hakai-sankaku white1 white1 chiku-sankaku" "hakai-cv hakai-cv chiku-cv chiku-cv";
}
.fresh-column-content-sec-hikaku .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 0.5rem;
}
.fresh-column-content-sec-hikaku .ttl {
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
.fresh-column-content-sec-hikaku .ttl-img {
  height: 5rem;
}
@media only screen and (max-width: 767px) {
  .fresh-column-content-sec-hikaku .ttl-img {
    height: 3rem;
  }
}
.fresh-column-content-sec-hikaku .ttl-img img {
  height: 100%;
}
.fresh-column-content-sec-hikaku-inner {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 0.5rem;
}
.fresh-column-content-sec-hikaku-inner-txt {
  font-size: 1.5rem;
}
.fresh-column-content-sec-hikaku-inner-copy {
  text-align: center;
  font-weight: bold;
  line-height: 1.4;
}
.fresh-column-content-sec-hikaku-inner-copy-txt {
  position: relative;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .fresh-column-content-sec-hikaku-inner-copy-txt {
    position: inherit;
  }
}
.fresh-column-content-sec-hikaku-inner-copy-txt:before {
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: url(../img/lp/fresh/fukidashi_l.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .fresh-column-content-sec-hikaku-inner-copy-txt:before {
    display: none;
  }
}
.fresh-column-content-sec-hikaku-inner-copy-txt:after {
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: url(../img/lp/fresh/fukidashi_r.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .fresh-column-content-sec-hikaku-inner-copy-txt:after {
    display: none;
  }
}
.fresh-column-content-sec-hikaku-inner-copy-name {
  display: block;
  font-size: 1.4rem;
  margin-top: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .fresh-column-content-sec-hikaku-inner-copy-name {
    font-size: 1.3rem;
  }
}
.fresh-column-content-sec-hikaku .pain-img {
  width: 50%;
  margin: auto;
}
.fresh-column-content-sec-hikaku .title {
  grid-area: title;
}
.fresh-column-content-sec-hikaku .untill {
  grid-area: untill;
}
.fresh-column-content-sec-hikaku .goodat {
  grid-area: goodat;
}
.fresh-column-content-sec-hikaku .type {
  grid-area: type;
}
.fresh-column-content-sec-hikaku .pain {
  grid-area: pain;
}
.fresh-column-content-sec-hikaku .white1 {
  grid-area: white1;
}
.fresh-column-content-sec-hikaku .hakai {
  grid-area: hakai;
}
.fresh-column-content-sec-hikaku .hakai-untill {
  grid-area: hakai-untill;
  background-color: #fcf8c6;
}
.fresh-column-content-sec-hikaku .hakai-goodat {
  grid-area: hakai-goodat;
  background-color: #fcf8c6;
}
.fresh-column-content-sec-hikaku .hakai-type {
  grid-area: hakai-type;
  background-color: #fcf8c6;
}
.fresh-column-content-sec-hikaku .hakai-pain {
  grid-area: hakai-pain;
  background-color: #fcf8c6;
}
.fresh-column-content-sec-hikaku .hakai-sankaku {
  grid-area: hakai-sankaku;
  position: relative;
}
.fresh-column-content-sec-hikaku .hakai-sankaku:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 30px solid #fab10c;
  border-bottom: 0;
  content: "";
}
.fresh-column-content-sec-hikaku .hakai-cv {
  grid-area: hakai-cv;
  padding-right: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .fresh-column-content-sec-hikaku .hakai-cv {
    padding-right: 1rem;
  }
}
.fresh-column-content-sec-hikaku .chiku {
  grid-area: chiku;
}
.fresh-column-content-sec-hikaku .chiku-untill {
  grid-area: chiku-untill;
  background-color: #89bece;
  color: #fff;
  font-weight: bold;
}
.fresh-column-content-sec-hikaku .chiku-goodat {
  grid-area: chiku-goodat;
  background-color: #89bece;
  color: #fff;
  font-weight: bold;
}
.fresh-column-content-sec-hikaku .chiku-type {
  grid-area: chiku-type;
  background-color: #89bece;
  color: #fff;
  font-weight: bold;
}
.fresh-column-content-sec-hikaku .chiku-pain {
  grid-area: chiku-pain;
  background-color: #89bece;
  color: #fff;
  font-weight: bold;
}
.fresh-column-content-sec-hikaku .chiku-sankaku {
  grid-area: chiku-sankaku;
  position: relative;
}
.fresh-column-content-sec-hikaku .chiku-sankaku:before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 30px solid #2aa1b7;
  border-bottom: 0;
  content: "";
}
.fresh-column-content-sec-hikaku .chiku-cv {
  grid-area: chiku-cv;
  padding-left: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .fresh-column-content-sec-hikaku .chiku-cv {
    padding-left: 1rem;
  }
}
.fresh-column-content-osusume {
  margin: 1rem auto;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
.fresh-column-content-osusume-inner {
  width: 49%;
}
.fresh-column-content-osusume-inner-content-fukidashi {
  margin: 0.5rem auto;
  text-align: center;
  font-size: 1.5rem;
  display: block;
}
@media only screen and (max-width: 767px) {
  .fresh-column-content-osusume-inner-content-fukidashi {
    font-size: 1.4rem;
  }
}
.fresh-column-content-osusume-inner-content-fukidashi-inner {
  display: inline-block;
  position: relative;
}
.fresh-column-content-osusume-inner-content-fukidashi-inner:before {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2rem;
  content: "";
  background: url(../img/lp/fukidashi_l.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .fresh-column-content-osusume-inner-content-fukidashi-inner:before {
    display: none;
  }
}
.fresh-column-content-osusume-inner-content-fukidashi-inner:after {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
  content: "";
  background: url(../img/lp/fukidashi_r.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .fresh-column-content-osusume-inner-content-fukidashi-inner:after {
    display: none;
  }
}

.freshrk {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Lucida Grande", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
.freshrk-ttl {
  background-color: #2aa1b7;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
@media only screen and (max-width: 767px) {
  .freshrk-ttl {
    padding: 2rem 1rem;
  }
}
.freshrk-ttl:after {
  background-color: #2aa1b7;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  width: 50px;
  height: 50px;
}
.freshrk-ttl img {
  max-width: 750px;
}
@media only screen and (max-width: 767px) {
  .freshrk-ttl img {
    width: 100%;
  }
}
.freshrk-ttl-img {
  position: relative;
}
.freshrk-ttl-img-txt {
  position: absolute;
  font-weight: bold;
  color: #fff352;
}
.freshrk-ttl-img-txt-2letter {
  font-size: 4.5rem;
  top: 0.5rem;
  left: 43.5%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 834px) {
  .freshrk-ttl-img-txt-2letter {
    left: 43.2%;
  }
}
@media only screen and (max-width: 393px) {
  .freshrk-ttl-img-txt-2letter {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 375px) {
  .freshrk-ttl-img-txt-2letter {
    font-size: 2.2rem;
    top: 0.4rem;
  }
}
@media only screen and (max-width: 360px) {
  .freshrk-ttl-img-txt-2letter {
    font-size: 2rem;
    top: 0.3rem;
  }
}
@media only screen and (max-width: 320px) {
  .freshrk-ttl-img-txt-2letter {
    font-size: 1.8rem;
  }
}
.freshrk-ttl-img-txt-3letter {
  font-size: 2.5rem;
  top: 0.3rem;
  left: 43.5%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 834px) {
  .freshrk-ttl-img-txt-3letter {
    left: 43.2%;
  }
}
@media only screen and (max-width: 393px) {
  .freshrk-ttl-img-txt-3letter {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 375px) {
  .freshrk-ttl-img-txt-3letter {
    font-size: 2.2rem;
    top: 0.4rem;
  }
}
@media only screen and (max-width: 360px) {
  .freshrk-ttl-img-txt-3letter {
    font-size: 2rem;
    top: 0.3rem;
  }
}
@media only screen and (max-width: 320px) {
  .freshrk-ttl-img-txt-3letter {
    font-size: 1.8rem;
  }
}
.freshrk-ttl-simple {
  position: relative;
}
.freshrk-ttl-simple-year {
  position: absolute;
  top: 1rem;
  width: 100%;
  text-align: center;
  font-size: 2.5rem;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .freshrk-ttl-simple-year {
    font-size: 2rem;
    top: -0.1rem;
  }
}
.freshrk-ttl-simple-year .big {
  font-size: 4rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .freshrk-ttl-simple-year .big {
    font-size: 2.6rem;
  }
}
.freshrk-list {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .freshrk-list {
    margin-top: 4rem;
  }
}
.freshrk-list-block {
  box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.freshrk-list-block-subttl {
  background-color: #2aa1b7;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1rem 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .freshrk-list-block-subttl {
    padding: 1rem;
  }
}
.freshrk-list-block-mark {
  background: transparent;
  position: relative;
  cursor: pointer;
}
.freshrk-list-block-mark-txt {
  border-bottom: 1px solid #3d3d3d;
  color: #3d3d3d;
}
.freshrk-list-block-mark::before {
  border-top: 8px solid #3d3d3d;
  border-left: 8px solid transparent;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: "";
  display: block;
  height: 0;
  left: 32%;
  margin: -3px 0 0;
  position: absolute;
  top: 40%;
  width: 0;
}
@media only screen and (max-width: 767px) {
  .freshrk-list-block-mark::before {
    left: 14%;
  }
}
.freshrk-list-block-mark::after {
  border-top: 8px solid #3d3d3d;
  border-left: 8px solid transparent;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: "";
  display: block;
  height: 0;
  right: 32%;
  margin: -3px 0 0;
  position: absolute;
  top: 40%;
  width: 0;
}
@media only screen and (max-width: 767px) {
  .freshrk-list-block-mark::after {
    right: 14%;
  }
}
.freshrk-list-block-ac {
  display: none;
}
.freshrk-list-block-ttl {
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
}
.freshrk-list-block-ttl span {
  background-color: #2aa1b7;
  display: block;
  width: 100%;
  height: 5px;
}
.freshrk-list-block-ttl-flex {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .freshrk-list-block-ttl-flex {
    padding: 0 0.5rem;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .freshrk-list-block-ttl-flex-img {
    position: absolute;
    top: -30px;
    left: 50%;
    width: 5%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .freshrk-list-block-ttl-flex-img {
    width: 13%;
  }
}
.freshrk-list-block-ttl-flex-inner-sub {
  margin-top: 2rem;
  font-size: 1.5rem;
}
.freshrk-list-block-ttl-flex-inner-txt {
  font-size: 2.5rem;
  line-height: 1.5;
}
.freshrk-list-block-ttl-flex-inner-txt a {
  transition: 0.2s;
}
.freshrk-list-block-ttl-flex-inner-txt a:hover {
  opacity: 0.6;
}
.freshrk-list-block-ttl-flex-inner-txt a:link {
  color: #349FE8;
}
.freshrk-list-block-inner {
  max-width: 750px;
  margin: auto;
}
.freshrk-list-block-img {
  width: 100%;
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .freshrk-list-block-img {
    padding: 0 0.5rem;
  }
}
.freshrk-list-block-img img {
  width: 100%;
  margin: auto;
}
.freshrk-list-block-spec {
  margin: 1rem 0 2rem;
}
@media only screen and (max-width: 767px) {
  .freshrk-list-block-spec {
    padding: 0.5rem;
  }
}
.freshrk-list-block-spec-cv {
  font-size: 1.5rem;
  margin: 0.5rem;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .freshrk-list-block-spec-cv {
    font-size: 1.2rem;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .freshrk-list-block-spec-cv a {
    padding: 1.5rem 0.5rem;
  }
}
.freshrk-list-block-spec table,
.freshrk-list-block-spec th,
.freshrk-list-block-spec td {
  border: solid 1px #f7f7f7;
}
.freshrk-list-block-spec table {
  width: 100%;
}
.freshrk-list-block-spec th {
  background-color: #2aa1b7;
  max-height: 150px;
  width: 20%;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .freshrk-list-block-spec th {
    max-height: 170px;
    padding: 0.5rem;
  }
}
.freshrk-list-block-spec td {
  padding: 1rem;
  max-height: 150px;
}
@media only screen and (max-width: 767px) {
  .freshrk-list-block-spec td {
    padding: 0.5rem;
    max-height: 170px;
  }
}
.freshrk-list-block-spec-info {
  background-color: #fff;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .freshrk-list-block-spec-info p {
    line-height: 1.5;
    font-size: 1.3rem;
  }
}
.freshrk-list-block-point {
  margin: 3rem 0 0;
  background-color: #fcf8c6;
}
@media only screen and (max-width: 767px) {
  .freshrk-list-block-point {
    padding: 0.5rem;
  }
}
.freshrk-list-block-point-upper {
  margin: 2rem auto;
}
.freshrk-list-block-point-check {
  display: inline-block;
  width: 25px;
  height: 15px;
  background: url(../img/lp/fresh/check_y.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .freshrk-list-block-point-check {
    width: 10%;
  }
}
.freshrk-list-block-point-txt {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .freshrk-list-block-point-txt {
    width: 90%;
  }
}
.freshrk-list-block-point-subttl {
  background: #fff352;
  font-size: 1.8rem;
  padding: 1.2rem 0;
}
.freshrk-list-block-point-subttl-txt {
  position: relative;
  display: inline-block;
  color: #3d3d3d;
}
.freshrk-list-block-point-subttl-txt:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/lp/new_point_icon.png) no-repeat;
  background-size: contain;
}
.freshrk-list-block-point-subttl-txt:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/lp/new_point_icon.png) no-repeat;
  background-size: contain;
}
.freshrk-list-block-point-inner {
  padding: 1.5rem 2rem 0.5rem;
  text-align: left;
  background-color: rgba(251, 228, 108, 0.2);
}
@media only screen and (max-width: 767px) {
  .freshrk-list-block-point-inner {
    padding: 1.5rem 1rem 0.5rem 1rem;
  }
}
.freshrk-list-block-point-inner li {
  line-height: 2;
  margin-bottom: 1rem;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .freshrk-list-block-point-inner li {
    display: block;
  }
}
.freshrk-list-block-point-inner-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 0 1rem 0 0.5rem;
  font-weight: 700;
  gap: 0.5rem;
}
.freshrk-list-block-plan {
  margin: 2.5rem auto;
}
@media only screen and (max-width: 767px) {
  .freshrk-list-block-plan {
    padding: 0 0.5rem;
  }
}
.freshrk-list-block-plan-ttl {
  background-color: #3d3d3d;
}
.freshrk-list-block-plan-list {
  margin: 1.5rem auto;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .freshrk-list-block-plan-list {
    flex-direction: column;
  }
}
.freshrk-list-block-plan-list-item {
  position: relative;
  background-color: #fff;
  border: 4px solid #3d3d3d;
  width: 100%;
  padding: 1rem;
  border-radius: 20px;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .freshrk-list-block-plan-list-item {
    width: 96%;
  }
}
.freshrk-list-block-plan-list-item-num {
  position: absolute;
  top: -1.2rem;
  left: -1.5rem;
  width: 4rem;
}
.freshrk-list-block-plan-list-item-txt {
  text-align: center;
  line-height: 1.5;
}
.freshrk-list-block-shoplist {
  max-width: 500px;
  margin: 0 auto 1.5rem;
}
.freshrk-list-block-shoplist-ttl {
  background-color: #3d3d3d;
}
.freshrk-list-block-shoplist-ttl-inner {
  position: relative;
  line-height: 1.3;
}
.freshrk-list-block-shoplist-ttl-inner:before {
  display: block;
  width: 2rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2.5rem;
  content: "";
  background: url(../img/lp/shoplist_icon.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .freshrk-list-block-shoplist-ttl-inner:before {
    width: 1.5rem;
    height: 2.5rem;
    left: -2rem;
  }
}
.freshrk-list-block-shoplist-ttl-inner:after {
  display: block;
  width: 2rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2.5rem;
  content: "";
  background: url(../img/lp/shoplist_icon.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .freshrk-list-block-shoplist-ttl-inner:after {
    width: 1.5rem;
    height: 2.5rem;
    right: -2rem;
  }
}
.freshrk-list-block-shoplist-tab {
  padding: 2rem;
  background-color: #e6e6e6;
}
.freshrk-list-block-shoplist-tab-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
.freshrk-list-block-shoplist-tab-btn-list {
  background-color: #fff;
  padding: 1rem;
  border-radius: 50px;
}
.freshrk-list-block-shoplist-tab-btn-list.active {
  background-color: #3d3d3d;
  color: #fff;
  transition: 0.3s;
}
.freshrk-list-block-shoplist-tab-content-list {
  display: none;
}
.freshrk-list-block-shoplist-tab-content-list iframe {
  width: 100%;
  height: 250px;
}
@media only screen and (max-width: 767px) {
  .freshrk-list-block-shoplist-tab-content-list iframe {
    height: 200px;
  }
}
.freshrk-list-block-shoplist-tab-content-list.active {
  display: block;
  transition: 0.3s;
}
.freshrk-list-block-shoplist .lpver2rk-list-block-shoplist-list-item-ttl {
  background-color: #3d3d3d;
}
.freshrk-review {
  margin-top: 2rem;
}
.freshrk-review-inner {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 2rem 0;
}
@media only screen and (max-width: 767px) {
  .freshrk-review-inner {
    justify-content: left;
    gap: 0;
    margin: 2rem 0;
    padding: 0;
  }
}
.freshrk-review-inner-card {
  background-color: #fff;
  width: 100%;
  padding: 2.5rem;
  box-shadow: 0px 0px 15px -5px #6fb4a2;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  min-height: 450px;
}
@media only screen and (max-width: 767px) {
  .freshrk-review-inner-card {
    padding: 1.5rem 2rem;
    gap: 1rem;
  }
}
.freshrk-review-inner-card-img {
  width: 40%;
  margin: 1.5rem auto 0;
}
.freshrk-review-inner-card-comment {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .freshrk-review-inner-card-comment {
    padding: 0 2rem;
  }
}
.freshrk-review-inner-card-comment-ttl {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.freshrk-review-inner-card-comment-ttl:after {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  background: #2aa1b7;
  content: "";
  height: 2px;
  width: 100%;
}
.freshrk-review-inner-card-comment-txt {
  margin-top: 0.5rem;
  line-height: 1.5;
}
.freshrk-apearl {
  margin: 1rem auto;
}
.freshrk-apearl-content {
  background: #fff;
  padding: 2.5rem;
}
.freshrk-recommend-copy {
  margin: 2rem auto 1rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .freshrk-recommend-copy {
    font-size: 1.4rem;
  }
}
.freshrk-recommend-copy-inner {
  position: relative;
  display: inline-block;
}
.freshrk-recommend-copy-inner:before {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2rem;
  content: "";
  background: url(../img/lp/fukidashi_l.png) no-repeat;
  background-size: contain;
}
.freshrk-recommend-copy-inner:after {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
  content: "";
  background: url(../img/lp/fukidashi_r.png) no-repeat;
  background-size: contain;
}
.freshrk-recommend-reserve {
  background: url(../img/lp/new_bg_last_recommend_s.png) center no-repeat;
  background-size: contain;
  text-align: center;
  padding: 2rem 0 5rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .freshrk-recommend-reserve {
    margin-top: -10px;
    margin-bottom: 1rem;
  }
}
.freshrk-recommend-subttl {
  font-size: 2rem;
}
.freshrk-shop {
  margin-top: 5rem;
}
.freshrk-shop-ttl {
  text-align: center;
}
.freshrk-shop-ttl-img {
  width: 30%;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 767px) {
  .freshrk-shop-ttl-img {
    width: 80%;
  }
}
.freshrk-shop-ttl-txt {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
@media only screen and (max-width: 767px) {
  .freshrk-shop-ttl-txt {
    font-size: 2rem;
  }
}
.freshrk-shop-list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .freshrk-shop-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.freshrk-shop-list-item {
  width: 100%;
}
.freshrk-shop-list-item img {
  width: 100%;
}
.freshrk-column {
  margin-top: 5rem;
}
.freshrk-column-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.freshrk-column-list-item {
  width: 49%;
  padding-left: 1.5rem;
  line-height: 1.5;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .freshrk-column-list-item {
    width: 100%;
  }
}
.freshrk-column-list-item a:link {
  color: #349FE8;
  text-decoration: underline;
}
.freshrk-column-list-item a:hover {
  color: #060a3a;
}
.freshrk-column-list-item:before {
  display: inline-block;
  border-top: 5px solid #6fb4a2;
  border-left: 5px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: -3px 0 0;
  position: absolute;
  top: 50%;
  width: 0;
}

.lpver2-mainvisual-pr {
  max-width: 1100px;
  margin: 0.5rem auto;
  text-align: right;
  opacity: 0.7;
  font-size: 16px;
}
.lpver2-mainvisual .block-lp-mainvisual {
  /*女性施術LPの位置調整*/
  /*５回終わらないLPの位置調整*/
  /*VIOLPの位置調整*/
}
.lpver2-mainvisual .block-lp-mainvisual .text-year-womenstaff {
  top: 3.5rem;
  right: 29.8rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 834px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-womenstaff {
    top: 2.5rem;
    right: 21.5rem;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 810px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-womenstaff {
    top: 2.5rem;
    right: 21rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 430px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-womenstaff {
    top: 3rem;
    right: 5.6rem;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 393px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-womenstaff {
    top: 2.7rem;
    right: 4.9rem;
  }
}
@media only screen and (max-width: 375px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-womenstaff {
    top: 2.4rem;
  }
}
@media only screen and (max-width: 360px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-womenstaff {
    right: 4.5rem;
  }
}
@media only screen and (max-width: 320px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-womenstaff {
    top: 2rem;
    right: 3.9rem;
    font-size: 1.1rem;
  }
}
.lpver2-mainvisual .block-lp-mainvisual .text-year-manytimes {
  top: 4.4rem;
  right: 31.5rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 834px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-manytimes {
    top: 3.2rem;
    right: 23.2rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 810px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-manytimes {
    top: 3.2rem;
    right: 22.5rem;
  }
}
@media only screen and (max-width: 430px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-manytimes {
    top: 2.5rem;
    right: 5.6rem;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 393px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-manytimes {
    top: 2.3rem;
    right: 4.9rem;
  }
}
@media only screen and (max-width: 375px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-manytimes {
    top: 2.2rem;
    right: 4.8rem;
  }
}
@media only screen and (max-width: 360px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-manytimes {
    top: 2rem;
    right: 4.6rem;
  }
}
@media only screen and (max-width: 320px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-manytimes {
    top: 1.8rem;
    right: 3.9rem;
    font-size: 1.1rem;
  }
}
.lpver2-mainvisual .block-lp-mainvisual .text-year-vio {
  top: 3.4rem;
  right: 26.2rem;
  font-size: 2rem;
}
@media only screen and (max-width: 834px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-vio {
    top: 2.5rem;
    right: 19.5rem;
    font-size: 1.7rem;
  }
}
@media only screen and (max-width: 810px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-vio {
    top: 2.5rem;
    right: 19rem;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 430px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-vio {
    top: 2.9rem;
    right: 5.6rem;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 393px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-vio {
    top: 2.5rem;
  }
}
@media only screen and (max-width: 375px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-vio {
    top: 2.2rem;
    right: 4.4rem;
  }
}
@media only screen and (max-width: 360px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-vio {
    top: 2.2rem;
    right: 4rem;
  }
}
@media only screen and (max-width: 320px) {
  .lpver2-mainvisual .block-lp-mainvisual .text-year-vio {
    top: 2rem;
    right: 3.9rem;
    font-size: 1.1rem;
  }
}

.fresh-footer-copyright {
  background: #2aa1b7;
  text-align: center;
  color: #fff;
  padding: 1rem 0;
}

/*beyondタイプ別LP*/
img {
  margin: auto;
}

.beyond {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Lucida Grande", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.2rem;
}
.beyond .beyondinner {
  max-width: 750px;
  margin: 0 auto;
}
.beyond-cv {
  margin: auto;
  text-align: center;
  width: 60%;
}
.beyond-cv a:hover {
  opacity: 1;
}
.beyond-cv-copy {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.beyond-cv-copy-inner {
  position: relative;
  display: inline-block;
}
.beyond-cv-copy-inner:before {
  position: absolute;
  top: 50%;
  left: -1.5rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: url(../img/lp/fresh/fukidashi_l.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .beyond-cv-copy-inner:before {
    top: inherit;
    bottom: 0;
    transform: none;
  }
}
.beyond-cv-copy-inner:after {
  position: absolute;
  top: 50%;
  right: -1.5rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: url(../img/lp/fresh/fukidashi_r.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .beyond-cv-copy-inner:after {
    top: inherit;
    bottom: 0;
    transform: none;
  }
}
.beyond-cv-btn {
  color: #fff !important;
  position: relative;
  display: inline-block;
  width: 70%;
  height: 60px;
  margin: auto;
  line-height: 60px;
  border-radius: 30px;
  overflow: hidden;
  font-size: 2rem;
  text-decoration: none;
  font-weight: bold;
  background-color: #fab10c;
  box-shadow: 0 8px 0 #7d5805;
  animation-name: fresh-cvmove;
  animation-delay: 0s; /* アニメーションの開始時間指定 */
  animation-duration: 3s; /* アニメーション動作時間の指定 */
  animation-timing-function: linear;
  /* アニメーションの動き（一定）*/
  animation-iteration-count: infinite; /* アニメーションを繰り返す */
}
.beyond-cv-btn a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
}
.beyond-cv-btn a:link {
  text-decoration: none;
}
.beyond-cv-btn a:hover {
  opacity: 1;
}
.beyond-cv-btn:before {
  position: absolute;
  content: "";
  display: inline-block;
  pointer-events: none;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
@keyframes fresh-cvmove {
  0% {
    box-shadow: 0 8px 0 #7d5805;
    transform: translatey(0);
  }
  40% {
    box-shadow: 0 8px 0 #7d5805;
    transform: translatey(0);
  }
  50% {
    box-shadow: 0 0 0 #7d5805;
    transform: translatey(8px);
  }
  60% {
    box-shadow: 0 8px 0 #7d5805;
    transform: translatey(0);
  }
  100% {
    box-shadow: 0 8px 0 #7d5805;
    transform: translatey(0);
  }
}
.beyond-link {
  width: 80%;
  margin: 1rem auto;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .beyond-link {
    width: 95%;
  }
}
.beyond-link-copy {
  text-align: center;
  margin-bottom: 0.5rem;
}
.beyond-link-copy-inner {
  position: relative;
  display: inline-block;
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .beyond-link-copy-inner {
    font-size: 1.4rem;
  }
}
.beyond-link-copy-inner:before {
  position: absolute;
  top: 50%;
  left: -1.5rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: url(../img/lp/beyond/fukidashi_l.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .beyond-link-copy-inner:before {
    top: inherit;
    bottom: 0;
    transform: none;
  }
}
.beyond-link-copy-inner:after {
  position: absolute;
  top: 50%;
  right: -1.5rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: url(../img/lp/beyond/fukidashi_r.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .beyond-link-copy-inner:after {
    top: inherit;
    bottom: 0;
    transform: none;
  }
}
.beyond-link-copy-inner-big {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .beyond-link-copy-inner-big {
    font-size: 1.8rem;
  }
}
.beyond-link-btn {
  display: inline-block;
  width: 80%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .beyond-link-btn {
    width: 90%;
  }
}
.beyond-link-btn a:hover {
  opacity: 1;
  box-shadow: none;
  transition: 0.3s;
  transform: translatey(8px);
}
.beyond-link-btn a:hover img {
  opacity: 1;
}
.beyond-link-btn-inner {
  padding: 1rem;
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
  color: #fff !important;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  background-color: #2aa1b7;
  box-shadow: 0 8px 0 #175965;
  transition: 0.3s;
}
.beyond-link-btn-inner-img {
  width: 90%;
  display: inline-block;
}
.beyond-column-content {
  background-color: #f3f3f3;
  padding: 7rem 1rem 3rem;
  margin-top: -5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media only screen and (max-width: 767px) {
  .beyond-column-content {
    padding-top: 6rem;
  }
}
.beyond-column-content-inner {
  display: flex;
  gap: 1rem;
}
.beyond-column-com {
  padding: 1rem 0;
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .beyond-column-com {
    padding: 1rem;
  }
}
.beyond-column-com-nurse {
  width: 30%;
}
.beyond-column-com-inner {
  width: 69%;
  font-size: 1.6rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .beyond-column-com-inner {
    font-size: 1.2rem;
  }
}
.beyond-column-com-inner-center {
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .beyond-column-com-inner-center {
    font-size: 1.2rem;
  }
}
.beyond-column-kome {
  opacity: 0.7;
  text-align: right;
  line-height: 1.2;
  font-size: 1rem;
  padding: 0 1rem 1rem;
}
.beyond-method-com {
  padding: 1rem 0;
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .beyond-method-com {
    padding: 1rem;
  }
}
.beyond-method-com-nurse {
  width: 30%;
}
.beyond-method-com-inner {
  width: 69%;
  font-size: 1.6rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .beyond-method-com-inner {
    font-size: 1.2rem;
  }
}
.beyond-method-com-inner-center {
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .beyond-method-com-inner-center {
    font-size: 1.2rem;
  }
}
.beyond-method-container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-auto-flow: row;
  grid-template-areas: "iryo salon self" "place place place" "iryo-place salon-place self-place" "who who who" "iryo-who salon-who self-who" "time time time" "iryo-time salon-time self-time" "cost cost cost" "iryo-cost salon-cost self-cost" "effect effect effect" "iryo-effect salon-effect self-effect" "risk risk risk" "iryo-risk salon-risk self-risk";
}
@media only screen and (max-width: 767px) {
  .beyond-method-container {
    padding: 0 1rem;
  }
}
.beyond-method-container .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 0.5rem;
  background-color: #f7f7f7;
}
.beyond-method-container .ttl {
  background-color: #2aa1b7;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 0.5rem 0.2rem;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.beyond-method-container-inner {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.beyond-method-container-inner-eval {
  width: 4rem;
  margin: auto;
  height: 4rem;
}
.beyond-method-container-inner-eval img {
  height: 100%;
}
.beyond-method-container-inner-txt {
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .beyond-method-container-inner-txt {
    font-size: 1.2rem;
  }
}
.beyond-method-container .place {
  grid-area: place;
}
.beyond-method-container .who {
  grid-area: who;
}
.beyond-method-container .time {
  grid-area: time;
}
.beyond-method-container .cost {
  grid-area: cost;
}
.beyond-method-container .effect {
  grid-area: effect;
}
.beyond-method-container .risk {
  grid-area: risk;
}
.beyond-method-container .iryo {
  grid-area: iryo;
  background-color: #fcf8c6;
  position: sticky;
  z-index: 1;
  top: 0;
  border-right: 2px solid #fff;
}
.beyond-method-container .iryo-place {
  grid-area: iryo-place;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.beyond-method-container .iryo-who {
  grid-area: iryo-who;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.beyond-method-container .iryo-time {
  grid-area: iryo-time;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.beyond-method-container .iryo-cost {
  grid-area: iryo-cost;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.beyond-method-container .iryo-effect {
  grid-area: iryo-effect;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.beyond-method-container .iryo-risk {
  grid-area: iryo-risk;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.beyond-method-container .salon {
  grid-area: salon;
  position: sticky;
  z-index: 1;
  top: 0;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.beyond-method-container .salon-place {
  grid-area: salon-place;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.beyond-method-container .salon-who {
  grid-area: salon-who;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.beyond-method-container .salon-time {
  grid-area: salon-time;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.beyond-method-container .salon-cost {
  grid-area: salon-cost;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.beyond-method-container .salon-effect {
  grid-area: salon-effect;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.beyond-method-container .salon-risk {
  grid-area: salon-risk;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.beyond-method-container .self {
  grid-area: self;
  position: sticky;
  z-index: 1;
  top: 0;
  border-right: 2px solid #fff;
}
.beyond-method-container .self-place {
  grid-area: self-place;
  border-right: 2px solid #fff;
}
.beyond-method-container .self-who {
  grid-area: self-who;
  border-right: 2px solid #fff;
}
.beyond-method-container .self-time {
  grid-area: self-time;
  border-right: 2px solid #fff;
}
.beyond-method-container .self-cost {
  grid-area: self-cost;
  border-right: 2px solid #fff;
}
.beyond-method-container .self-effect {
  grid-area: self-effect;
  border-right: 2px solid #fff;
}
.beyond-method-container .self-risk {
  grid-area: self-risk;
  border-right: 2px solid #fff;
}
.beyond-btype {
  margin-bottom: 1rem;
}
.beyond-btype-ttl {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .beyond-btype-ttl {
    padding-top: 2.5rem;
    margin-top: 1rem;
  }
}
.beyond-btype-ttl-inner {
  position: absolute;
  top: 1rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .beyond-btype-ttl-inner {
    top: 0;
  }
}
.beyond-btype-ttl-inner-copy {
  font-size: 2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .beyond-btype-ttl-inner-copy {
    font-size: 1.5rem;
  }
}
.beyond-btype-ttl-inner-copy-wrap {
  position: relative;
}
.beyond-btype-ttl-inner-copy-wrap:before {
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: url(../img/lp/fresh/fukidashi_l.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .beyond-btype-ttl-inner-copy-wrap:before {
    top: inherit;
    bottom: 0;
    transform: none;
  }
}
.beyond-btype-ttl-inner-copy-wrap:after {
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: url(../img/lp/fresh/fukidashi_r.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .beyond-btype-ttl-inner-copy-wrap:after {
    top: inherit;
    bottom: 0;
    transform: none;
  }
}
.beyond-btype-ttl-inner-ttl {
  font-size: 4rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .beyond-btype-ttl-inner-ttl {
    font-size: 3rem;
  }
}
.beyond-btype-ttl-inner-ttl a {
  transition: 0.2s;
}
.beyond-btype-ttl-inner-ttl a:hover {
  transition: 0.2s;
  color: #0D75B5;
  opacity: 0.7;
}
.beyond-btype-com {
  padding: 1rem 0;
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .beyond-btype-com {
    padding: 1rem;
  }
}
.beyond-btype-com-nurse {
  width: 30%;
}
.beyond-btype-com-inner {
  width: 69%;
  font-size: 1.6rem;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
@media only screen and (max-width: 767px) {
  .beyond-btype-com-inner {
    font-size: 1.2rem;
  }
}
.beyond-btype-com-inner-center {
  text-align: center;
  font-weight: bold;
  text-decoration: underline;
  font-size: 2rem;
}
@media only screen and (max-width: 767px) {
  .beyond-btype-com-inner-center {
    font-size: 1.2rem;
  }
}
.beyond-btype-index {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.beyond-btype-index-inner {
  background-color: #f3f3f3;
  padding: 1rem 4rem;
  width: 100%;
  display: flex;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .beyond-btype-index-inner {
    padding: 1rem;
  }
}
.beyond-btype-index-inner-copy {
  width: 75%;
  font-size: 2rem;
  display: flex;
  align-items: center;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .beyond-btype-index-inner-copy {
    font-size: 1.5rem;
    width: 70%;
  }
}
.beyond-btype-index-inner-bnr {
  width: 25%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .beyond-btype-index-inner-bnr {
    width: 30%;
  }
}
.beyond-btype-index-inner-bnr-wrap {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  width: 100%;
  flex-direction: column;
}
.beyond-btype-index-inner-bnr-wrap .logo {
  width: 15rem;
}
@media only screen and (max-width: 767px) {
  .beyond-btype-index-inner-bnr-wrap .logo {
    width: auto;
  }
}
.beyond-btype-index-inner-bnr-wrap a {
  transition: 0.2s;
}
.beyond-btype-index-inner-bnr-wrap a:hover {
  transition: 0.2s;
  color: #0D75B5;
  opacity: 0.6;
}
.beyond-btype-content {
  background-color: #f3f3f3;
  padding: 5rem 0 2rem;
  margin-top: -5rem;
}
@media only screen and (max-width: 767px) {
  .beyond-btype-content {
    padding: 2rem 1rem;
    margin-top: -2rem;
  }
}
.beyond-btype-content-bnr {
  padding: 1rem 0;
  margin: 0 auto;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .beyond-btype-content-bnr {
    width: 100%;
  }
}
.beyond-btype-content-spec {
  display: flex;
  flex-direction: column;
  grid-gap: 0.5rem;
  margin-bottom: 2rem;
}
.beyond-btype-content-spec-inner {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .beyond-btype-content-spec-inner {
    width: 100%;
  }
}
.beyond-btype-content-spec-inner-ttl {
  background-color: #2aa1b7;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem;
  width: 30%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .beyond-btype-content-spec-inner-ttl {
    width: 30%;
    font-size: 1.2rem;
  }
}
.beyond-btype-content-spec-inner-txt {
  background-color: #fff;
  padding: 0.5rem;
  width: 70%;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .beyond-btype-content-spec-inner-txt {
    width: 70%;
  }
}
.beyond-btype-content-spec-inner-txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  justify-content: center;
  align-items: center;
}
.beyond-btype-content-spec-inner-txt-wrap-icon {
  width: 5rem;
}
.beyond-btype-content-spec-inner-txt-wrap-kome {
  font-size: 1rem;
}
.beyond-btype-list {
  margin: 2rem auto;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
.beyond-btype-list-item {
  background-color: #f3f3f3;
  box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 0 0;
}
.beyond-btype-list-item-subttl {
  background-color: #fff;
  padding: 1.5rem 0;
  border-radius: 20px 20px 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
}
.beyond-btype-list-item-subttl:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  background-color: #2aa1b7;
  height: 0.5rem;
  border-radius: 20px 20px 0 0;
}
.beyond-btype-list-item-subttl-copy {
  font-size: 1.5rem;
  text-align: center;
  font-weight: normal;
}
.beyond-btype-list-item-subttl-name {
  font-size: 2.5rem;
  transition: 0.2s;
}
@media only screen and (max-width: 767px) {
  .beyond-btype-list-item-subttl-name {
    font-size: 1.8rem;
  }
}
.beyond-btype-list-item-subttl-name:hover {
  transition: 0.2s;
  color: #0D75B5;
  opacity: 0.6;
}
.beyond-btype-list-item-content {
  background-color: #f3f3f3;
  padding: 1rem 0 2rem;
}
@media only screen and (max-width: 767px) {
  .beyond-btype-list-item-content {
    padding: 2rem 1rem;
    margin-top: -2rem;
  }
}
.beyond-btype-list-item-content-bnr {
  padding: 1rem 0;
  margin: 0 auto;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .beyond-btype-list-item-content-bnr {
    width: 100%;
  }
}
.beyond-btype-list-item-content-spec {
  display: flex;
  flex-direction: column;
  grid-gap: 0.5rem;
  margin-bottom: 2rem;
}
.beyond-btype-list-item-content-spec-inner {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .beyond-btype-list-item-content-spec-inner {
    width: 100%;
  }
}
.beyond-btype-list-item-content-spec-inner-ttl {
  background-color: #2aa1b7;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem;
  width: 30%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .beyond-btype-list-item-content-spec-inner-ttl {
    width: 30%;
    font-size: 1.2rem;
  }
}
.beyond-btype-list-item-content-spec-inner-txt {
  background-color: #fff;
  padding: 0.5rem;
  width: 70%;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .beyond-btype-list-item-content-spec-inner-txt {
    width: 70%;
  }
}
.beyond-btype-list-item-content-spec-inner-txt-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  justify-content: center;
  align-items: center;
}
.beyond-btype-list-item-content-spec-inner-txt-wrap-icon {
  width: 5rem;
  height: 5rem;
}
.beyond-btype-list-item-content-spec-inner-txt-wrap-icon img {
  height: 100%;
}
.beyond-btype-list-item-content-spec-inner-txt-wrap-kome {
  font-size: 1rem;
}
.beyond-hikaku-container {
  position: relative;
  max-width: 750px;
  margin: 1rem auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-auto-flow: row;
  grid-template-areas: "anken1 anken2 anken3" "hige hige hige" "anken1-hige anken2-hige anken3-hige" "vio vio vio" "anken1-vio anken2-vio anken3-vio" "part part part" "anken1-part anken2-part anken3-part" "whole whole whole" "anken1-whole anken2-whole anken3-whole" "laser laser laser" "anken1-laser anken2-laser anken3-laser" "masui masui masui" "anken1-masui anken2-masui anken3-masui" "staff staff staff" "anken1-staff anken2-staff anken3-staff" "point point point" "anken1-point anken2-point anken3-point" "clinic clinic clinic" "anken1-clinic anken2-clinic anken3-clinic" "cv cv cv" "anken1-cv anken2-cv anken3-cv" "link link link" "anken1-link anken2-link anken3-link";
}
.beyond-hikaku-container .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 0.5rem;
  padding: 1rem 0.5rem;
  background-color: #f7f7f7;
}
.beyond-hikaku-container .ttl {
  background-color: #2aa1b7;
  font-weight: bold;
  font-size: 1.3rem;
  padding: 0.5rem 0.2rem;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.beyond-hikaku-container-inner {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.beyond-hikaku-container-inner .eval-mark {
  width: 4rem;
  margin: auto;
  height: 4rem;
}
.beyond-hikaku-container-inner .eval-mark img {
  height: 100%;
}
.beyond-hikaku-container-inner .txt {
  text-align: center;
  line-height: 1.4;
}
.beyond-hikaku-container-inner .logo {
  width: 65%;
  margin: 0 auto 0.2rem;
}
@media only screen and (max-width: 767px) {
  .beyond-hikaku-container-inner .logo {
    width: 80%;
  }
}
.beyond-hikaku-container-inner .star {
  width: 50%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .beyond-hikaku-container-inner .star {
    width: 80%;
  }
}
.beyond-hikaku-container-inner .big {
  font-size: 1.6rem;
}
@media only screen and (max-width: 767px) {
  .beyond-hikaku-container .list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
}
.beyond-hikaku-container .list-item {
  padding-left: 1.5rem;
  position: relative;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .beyond-hikaku-container .list-item {
    padding: 0.5rem 0 0 0;
    text-align: center;
  }
}
.beyond-hikaku-container .list-item:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50px;
  content: "";
  background: url(../img/lp/fresh/check.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .beyond-hikaku-container .list-item:before {
    left: 50%;
    top: 0;
    transform: translate(0 50%);
  }
}
.beyond-hikaku-container-cv {
  width: 80%;
}
.beyond-hikaku-container .hige {
  grid-area: hige;
}
.beyond-hikaku-container .vio {
  grid-area: vio;
}
.beyond-hikaku-container .part {
  grid-area: part;
}
.beyond-hikaku-container .whole {
  grid-area: whole;
}
.beyond-hikaku-container .laser {
  grid-area: laser;
}
.beyond-hikaku-container .masui {
  grid-area: masui;
}
.beyond-hikaku-container .staff {
  grid-area: staff;
}
.beyond-hikaku-container .point {
  grid-area: point;
}
.beyond-hikaku-container .clinic {
  grid-area: clinic;
}
.beyond-hikaku-container .cv {
  grid-area: cv;
}
.beyond-hikaku-container .link {
  grid-area: link;
}
.beyond-hikaku-container .anken1 {
  grid-area: anken1;
  background-color: #fcf8c6;
  position: sticky;
  top: 0;
  padding-bottom: 1rem;
  z-index: 1;
  border-right: 2px solid #fff;
}
.beyond-hikaku-container .anken1-hige {
  grid-area: anken1-hige;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.beyond-hikaku-container .anken1-vio {
  grid-area: anken1-vio;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.beyond-hikaku-container .anken1-part {
  grid-area: anken1-part;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.beyond-hikaku-container .anken1-whole {
  grid-area: anken1-whole;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.beyond-hikaku-container .anken1-laser {
  grid-area: anken1-laser;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.beyond-hikaku-container .anken1-masui {
  grid-area: anken1-masui;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.beyond-hikaku-container .anken1-staff {
  grid-area: anken1-staff;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.beyond-hikaku-container .anken1-point {
  grid-area: anken1-point;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  .beyond-hikaku-container .anken1-point {
    padding-top: 1.5rem;
  }
}
.beyond-hikaku-container .anken1-clinic {
  grid-area: anken1-clinic;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.beyond-hikaku-container .anken1-cv {
  grid-area: anken1-cv;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.beyond-hikaku-container .anken1-cv .logo {
  width: 90%;
}
.beyond-hikaku-container .anken1-link {
  grid-area: anken1-link;
  background-color: #fcf8c6;
  border-right: 2px solid #fff;
}
.beyond-hikaku-container .anken2 {
  grid-area: anken2;
  position: sticky;
  top: 0;
  padding-bottom: 1rem;
  z-index: 1;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.beyond-hikaku-container .anken2-hige {
  grid-area: anken2-hige;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.beyond-hikaku-container .anken2-vio {
  grid-area: anken2-vio;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.beyond-hikaku-container .anken2-part {
  grid-area: anken2-part;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.beyond-hikaku-container .anken2-whole {
  grid-area: anken2-whole;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.beyond-hikaku-container .anken2-laser {
  grid-area: anken2-laser;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.beyond-hikaku-container .anken2-masui {
  grid-area: anken2-masui;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.beyond-hikaku-container .anken2-staff {
  grid-area: anken2-staff;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.beyond-hikaku-container .anken2-point {
  grid-area: anken2-point;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  .beyond-hikaku-container .anken2-point {
    padding-top: 1.5rem;
  }
}
.beyond-hikaku-container .anken2-clinic {
  grid-area: anken2-clinic;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.beyond-hikaku-container .anken2-cv {
  grid-area: anken2-cv;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.beyond-hikaku-container .anken2-cv .logo {
  width: 90%;
}
.beyond-hikaku-container .anken2-link {
  grid-area: anken2-link;
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
}
.beyond-hikaku-container .anken3 {
  grid-area: anken3;
  position: sticky;
  top: 0;
  padding-bottom: 1rem;
  z-index: 1;
  border-left: 2px solid #fff;
}
.beyond-hikaku-container .anken3-hige {
  grid-area: anken3-hige;
  border-left: 2px solid #fff;
}
.beyond-hikaku-container .anken3-vio {
  grid-area: anken3-vio;
  border-left: 2px solid #fff;
}
.beyond-hikaku-container .anken3-part {
  grid-area: anken3-part;
  border-left: 2px solid #fff;
}
.beyond-hikaku-container .anken3-whole {
  grid-area: anken3-whole;
  border-left: 2px solid #fff;
}
.beyond-hikaku-container .anken3-laser {
  grid-area: anken3-laser;
  border-left: 2px solid #fff;
}
.beyond-hikaku-container .anken3-masui {
  grid-area: anken3-masui;
  border-left: 2px solid #fff;
}
.beyond-hikaku-container .anken3-staff {
  grid-area: anken3-staff;
  border-left: 2px solid #fff;
}
.beyond-hikaku-container .anken3-point {
  grid-area: anken3-point;
  border-left: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  .beyond-hikaku-container .anken3-point {
    padding-top: 1.5rem;
  }
}
.beyond-hikaku-container .anken3-clinic {
  grid-area: anken3-clinic;
  border-left: 2px solid #fff;
}
.beyond-hikaku-container .anken3-cv {
  grid-area: anken3-cv;
  border-left: 2px solid #fff;
}
.beyond-hikaku-container .anken3-cv .logo {
  width: 90%;
}
.beyond-hikaku-container .anken3-link {
  grid-area: anken3-link;
  border-left: 2px solid #fff;
}
.beyond-hikaku-container-top2 {
  max-width: 500px;
  grid-template-columns: 1fr 1fr;
}
.beyond-hikaku-kome {
  max-width: 750px;
  text-align: right;
  font-size: 1rem;
  margin: 0 auto;
  line-height: 1.2;
}
.beyond-season {
  margin: 0 auto;
}
.beyond-season-list {
  display: flex;
  justify-content: center;
  max-width: 700px;
  gap: 1rem;
  margin: 1rem auto;
}
@media only screen and (max-width: 767px) {
  .beyond-season-list {
    flex-direction: column;
  }
}
.beyond-season-list-fukidashi {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5rem;
}
.beyond-season-list-fukidashi-inner {
  position: relative;
  font-weight: bold;
  font-size: 1.3rem;
}
.beyond-season-list-fukidashi-inner:before {
  position: absolute;
  top: 50%;
  left: -2rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: url(../img/lp/fresh/fukidashi_l.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .beyond-season-list-fukidashi-inner:before {
    top: inherit;
    bottom: 0;
    transform: none;
  }
}
.beyond-season-list-fukidashi-inner:after {
  position: absolute;
  top: 50%;
  right: -2rem;
  transform: translateY(-50%);
  width: 1.5rem;
  height: 1.5rem;
  content: "";
  background: url(../img/lp/fresh/fukidashi_r.png) no-repeat;
  background-size: contain;
  background-position: center;
}
@media only screen and (max-width: 767px) {
  .beyond-season-list-fukidashi-inner:after {
    top: inherit;
    bottom: 0;
    transform: none;
  }
}
.beyond-season-list-inner {
  width: 100%;
}
.beyond-season-list-inner-ttl {
  padding: 1rem 0.5rem 0.5rem;
  text-align: center;
  font-weight: bold;
  color: #3d3d3d;
  font-size: 1.2rem;
  border-radius: 20px 20px 0 0;
  background: #fff352;
}
.beyond-season-list-inner-ttl-b {
  background-color: #2aa1b7;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .beyond-season-list-inner-ttl {
    padding: 0.5rem;
  }
}
.beyond-season-list-inner-ttl .big {
  font-size: 1.8rem;
}
.beyond-season-list-inner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-top: none;
  color: #3d3d3d;
  border: 2px solid #fff352;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  text-align: center;
  font-size: 0.9rem;
}
.beyond-season-list-inner-content-b {
  border: 2px solid #2aa1b7;
}
@media only screen and (max-width: 767px) {
  .beyond-season-list-inner-content {
    height: auto;
  }
}
.beyond-season-list-inner-content-name {
  padding: 1rem;
  background-color: #fff;
  width: 100%;
  display: inline-block;
}
.beyond-season-list-inner-content-name a {
  margin: auto;
  display: inline-block;
}
.beyond-season-list-inner-content-name .logo {
  width: 100%;
  margin: auto;
}
.beyond-season-list-inner-content-wrap {
  width: 100%;
  padding: 0.5rem 0.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem 0;
  border-radius: 0 0 20px 20px;
  background-color: #f7f7f7;
}
@media only screen and (max-width: 767px) {
  .beyond-season-list-inner-content-wrap {
    min-height: inherit;
  }
}
.beyond-season-list-inner-content-wrap-txt .big {
  font-size: 1.4rem;
  font-weight: bold;
  padding: 0 0.2rem;
}
.beyond-season-list-inner-content-wrap-txt .small {
  font-size: 0.6rem;
}
.beyond-season-list-inner-content-wrap-cv {
  width: 60%;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  .beyond-season-list-inner-content-wrap-cv {
    width: 80%;
  }
}
.beyond-season-list-inner-content-wrap-cv-btn-txt {
  color: #fff;
}
.beyond-season-list-inner-cv {
  width: 80%;
  margin: 0.5rem auto;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.beyond-season-list-inner-cv:before {
  position: absolute;
  content: "";
  display: inline-block;
  pointer-events: none;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #fff;
  animation: shiny-btn1 3s ease-in-out infinite;
}
.beyond-season-list-inner-cv-btn {
  padding: 0.5rem 2.2rem;
  font-size: 1.1rem;
}
@media only screen and (max-width: 767px) {
  .beyond-season-list-inner-cv-btn {
    padding: 0.5rem 3.5rem;
  }
}
.beyond-season-list-inner-cv-btn:hover {
  opacity: 1 !important;
}
.beyond-season-list-inner-cv-txt {
  color: #fff;
}
.beyond-season-list-inner-cv-copy {
  font-size: 1rem;
  margin: 0.5rem auto 0;
}
.beyond-season-kome {
  max-width: 700px;
  text-align: right;
  font-size: 1rem;
  margin: 0 auto;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.beyondrk {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Lucida Grande", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
}
.beyondrk .beyondinner {
  max-width: 750px;
  margin: 0 auto;
}
.beyondrk-ttl {
  background-color: #2aa1b7;
  position: relative;
  z-index: 0;
  display: flex;
  justify-content: center;
  padding: 2rem 0;
}
@media only screen and (max-width: 767px) {
  .beyondrk-ttl {
    padding: 2rem 1rem;
  }
}
.beyondrk-ttl:after {
  background-color: #2aa1b7;
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 100%;
  transform: translate(-50%, -50%) rotate(45deg);
  content: "";
  width: 50px;
  height: 50px;
}
.beyondrk-ttl img {
  max-width: 400px;
}
@media only screen and (max-width: 767px) {
  .beyondrk-ttl img {
    width: 100%;
  }
}
.beyondrk-ttl-img {
  position: relative;
}
.beyondrk-ttl-img-txt {
  position: absolute;
  font-weight: bold;
  color: #fff352;
}
.beyondrk-ttl-img-txt-2letter {
  font-size: 2.5rem;
  top: 0.5rem;
  left: 43.5%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 834px) {
  .beyondrk-ttl-img-txt-2letter {
    left: 43.2%;
  }
}
@media only screen and (max-width: 393px) {
  .beyondrk-ttl-img-txt-2letter {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 375px) {
  .beyondrk-ttl-img-txt-2letter {
    font-size: 2.2rem;
    top: 0.4rem;
  }
}
@media only screen and (max-width: 360px) {
  .beyondrk-ttl-img-txt-2letter {
    font-size: 2rem;
    top: 0.3rem;
  }
}
@media only screen and (max-width: 320px) {
  .beyondrk-ttl-img-txt-2letter {
    font-size: 1.8rem;
  }
}
.beyondrk-ttl-img-txt-3letter {
  font-size: 2.5rem;
  top: 0.3rem;
  left: 43.5%;
  transform: translateX(-50%);
}
@media only screen and (max-width: 834px) {
  .beyondrk-ttl-img-txt-3letter {
    left: 43.2%;
  }
}
@media only screen and (max-width: 393px) {
  .beyondrk-ttl-img-txt-3letter {
    font-size: 2.3rem;
  }
}
@media only screen and (max-width: 375px) {
  .beyondrk-ttl-img-txt-3letter {
    font-size: 2.2rem;
    top: 0.4rem;
  }
}
@media only screen and (max-width: 360px) {
  .beyondrk-ttl-img-txt-3letter {
    font-size: 2rem;
    top: 0.3rem;
  }
}
@media only screen and (max-width: 320px) {
  .beyondrk-ttl-img-txt-3letter {
    font-size: 1.8rem;
  }
}
.beyondrk-list {
  margin-top: 3rem;
}
@media only screen and (max-width: 767px) {
  .beyondrk-list {
    margin-top: 4rem;
  }
}
.beyondrk-list-block {
  box-shadow: 0px 5px 15px -3px rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7;
}
.beyondrk-list-block-subttl {
  background-color: #2aa1b7;
  color: #fff;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 1rem 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .beyondrk-list-block-subttl {
    padding: 1rem;
  }
}
.beyondrk-list-block-mark {
  background: transparent;
  position: relative;
  cursor: pointer;
}
.beyondrk-list-block-mark-txt {
  border-bottom: 1px solid #3d3d3d;
  color: #3d3d3d;
}
.beyondrk-list-block-mark::before {
  border-top: 8px solid #3d3d3d;
  border-left: 8px solid transparent;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: "";
  display: block;
  height: 0;
  left: 32%;
  margin: -3px 0 0;
  position: absolute;
  top: 40%;
  width: 0;
}
@media only screen and (max-width: 767px) {
  .beyondrk-list-block-mark::before {
    left: 14%;
  }
}
.beyondrk-list-block-mark::after {
  border-top: 8px solid #3d3d3d;
  border-left: 8px solid transparent;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  content: "";
  display: block;
  height: 0;
  right: 32%;
  margin: -3px 0 0;
  position: absolute;
  top: 40%;
  width: 0;
}
@media only screen and (max-width: 767px) {
  .beyondrk-list-block-mark::after {
    right: 14%;
  }
}
.beyondrk-list-block-ac {
  display: none;
}
.beyondrk-list-block-ttl {
  text-align: center;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  background-color: #fff;
}
.beyondrk-list-block-ttl span {
  background-color: #2aa1b7;
  display: block;
  width: 100%;
  height: 5px;
}
.beyondrk-list-block-ttl-flex {
  display: flex;
  justify-content: center;
  gap: 1rem;
  align-items: center;
}
@media only screen and (max-width: 767px) {
  .beyondrk-list-block-ttl-flex {
    padding: 0 0.5rem;
    position: relative;
  }
}
@media only screen and (max-width: 767px) {
  .beyondrk-list-block-ttl-flex-img {
    position: absolute;
    top: -30px;
    left: 50%;
    width: 5%;
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .beyondrk-list-block-ttl-flex-img {
    width: 13%;
  }
}
.beyondrk-list-block-ttl-flex-inner-sub {
  margin-top: 2rem;
  font-size: 1.5rem;
}
.beyondrk-list-block-ttl-flex-inner-txt {
  font-size: 2.5rem;
  line-height: 1.5;
}
.beyondrk-list-block-ttl-flex-inner-txt a {
  transition: 0.2s;
}
.beyondrk-list-block-ttl-flex-inner-txt a:hover {
  opacity: 0.6;
}
.beyondrk-list-block-ttl-flex-inner-txt a:link {
  color: #349FE8;
}
.beyondrk-list-block-inner {
  max-width: 750px;
  margin: auto;
  padding: 0 2rem;
}
@media only screen and (max-width: 767px) {
  .beyondrk-list-block-inner {
    padding: 0 1rem;
  }
}
.beyondrk-list-block-img {
  width: 100%;
  max-width: none;
}
@media only screen and (max-width: 767px) {
  .beyondrk-list-block-img {
    padding: 0 0.5rem;
  }
}
.beyondrk-list-block-img img {
  width: 100%;
  margin: auto;
}
.beyondrk-list-block-spec {
  margin: 1rem 0 2rem;
}
@media only screen and (max-width: 767px) {
  .beyondrk-list-block-spec {
    padding: 0.5rem;
  }
}
.beyondrk-list-block-spec-cv {
  font-size: 1.5rem;
  margin: 0.5rem;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .beyondrk-list-block-spec-cv {
    font-size: 1.2rem;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .beyondrk-list-block-spec-cv a {
    padding: 1.5rem 0.5rem;
  }
}
.beyondrk-list-block-spec table, .beyondrk-list-block-spec th, .beyondrk-list-block-spec td {
  border: solid 1px #f7f7f7;
}
.beyondrk-list-block-spec table {
  width: 100%;
}
.beyondrk-list-block-spec th {
  background-color: #2aa1b7;
  max-height: 150px;
  width: 20%;
  font-size: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .beyondrk-list-block-spec th {
    max-height: 170px;
    padding: 0.5rem;
  }
}
.beyondrk-list-block-spec td {
  padding: 1rem;
  max-height: 150px;
}
@media only screen and (max-width: 767px) {
  .beyondrk-list-block-spec td {
    padding: 0.5rem;
    max-height: 170px;
  }
}
.beyondrk-list-block-spec-info {
  background-color: #fff;
  width: 80%;
}
@media only screen and (max-width: 767px) {
  .beyondrk-list-block-spec-info p {
    line-height: 1.5;
    font-size: 1.3rem;
  }
}
.beyondrk-list-block-point {
  margin: 3rem 0 0;
  background-color: #fcf8c6;
}
@media only screen and (max-width: 767px) {
  .beyondrk-list-block-point {
    padding: 0.5rem;
  }
}
.beyondrk-list-block-point-upper {
  margin: 2rem auto;
}
.beyondrk-list-block-point-check {
  display: inline-block;
  width: 25px;
  height: 15px;
  background: url(../img/lp/fresh/check_y.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .beyondrk-list-block-point-check {
    width: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .beyondrk-list-block-point-txt {
    width: 90%;
  }
}
.beyondrk-list-block-point-subttl {
  background: #fff352;
  font-size: 1.8rem;
  padding: 1.2rem 0;
}
.beyondrk-list-block-point-subttl-txt {
  position: relative;
  display: inline-block;
  color: #3d3d3d;
}
.beyondrk-list-block-point-subttl-txt:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -50px;
  transform: translateY(-50%);
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/lp/new_point_icon.png) no-repeat;
  background-size: contain;
}
.beyondrk-list-block-point-subttl-txt:after {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/lp/new_point_icon.png) no-repeat;
  background-size: contain;
}
.beyondrk-list-block-point-inner {
  padding: 1.5rem 2rem 0.5rem;
  text-align: left;
  background-color: rgba(251, 228, 108, 0.2);
}
@media only screen and (max-width: 767px) {
  .beyondrk-list-block-point-inner {
    padding: 1.5rem 1rem 0.5rem 1rem;
  }
}
.beyondrk-list-block-point-inner li {
  line-height: 2;
  margin-bottom: 1rem;
  display: inline-block;
}
@media only screen and (max-width: 767px) {
  .beyondrk-list-block-point-inner li {
    display: block;
  }
}
.beyondrk-list-block-point-inner-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 0 1rem 0 0.5rem;
  font-weight: 700;
  gap: 0.5rem;
}
.beyondrk-list-block-plan {
  margin: 2.5rem auto;
}
@media only screen and (max-width: 767px) {
  .beyondrk-list-block-plan {
    padding: 0 0.5rem;
  }
}
.beyondrk-list-block-plan-ttl {
  background-color: #3d3d3d;
}
.beyondrk-list-block-plan-list {
  margin: 1.5rem auto;
  display: flex;
  justify-content: center;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .beyondrk-list-block-plan-list {
    flex-direction: column;
  }
}
.beyondrk-list-block-plan-list-item {
  position: relative;
  background-color: #fff;
  border: 4px solid #3d3d3d;
  width: 100%;
  padding: 1rem;
  border-radius: 20px;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .beyondrk-list-block-plan-list-item {
    width: 96%;
  }
}
.beyondrk-list-block-plan-list-item-num {
  position: absolute;
  top: -1.2rem;
  left: -1.5rem;
  width: 4rem;
}
.beyondrk-list-block-plan-list-item-txt {
  text-align: center;
  line-height: 1.5;
}
.beyondrk-list-block-shoplist {
  max-width: 500px;
  margin: 0 auto 1.5rem;
}
.beyondrk-list-block-shoplist-ttl {
  background-color: #3d3d3d;
}
.beyondrk-list-block-shoplist-ttl-inner {
  position: relative;
  line-height: 1.3;
}
.beyondrk-list-block-shoplist-ttl-inner:before {
  display: block;
  width: 2rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2.5rem;
  content: "";
  background: url(../img/lp/shoplist_icon.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .beyondrk-list-block-shoplist-ttl-inner:before {
    width: 1.5rem;
    height: 2.5rem;
    left: -2rem;
  }
}
.beyondrk-list-block-shoplist-ttl-inner:after {
  display: block;
  width: 2rem;
  height: 2.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2.5rem;
  content: "";
  background: url(../img/lp/shoplist_icon.png) no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .beyondrk-list-block-shoplist-ttl-inner:after {
    width: 1.5rem;
    height: 2.5rem;
    right: -2rem;
  }
}
.beyondrk-list-block-shoplist-tab {
  padding: 2rem;
  background-color: #e6e6e6;
}
.beyondrk-list-block-shoplist-tab-btn {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
}
.beyondrk-list-block-shoplist-tab-btn-list {
  background-color: #fff;
  padding: 1rem;
  border-radius: 50px;
}
.beyondrk-list-block-shoplist-tab-btn-list.active {
  background-color: #3d3d3d;
  color: #fff;
  transition: 0.3s;
}
.beyondrk-list-block-shoplist-tab-content-list {
  display: none;
}
.beyondrk-list-block-shoplist-tab-content-list iframe {
  width: 100%;
  height: 250px;
}
@media only screen and (max-width: 767px) {
  .beyondrk-list-block-shoplist-tab-content-list iframe {
    height: 200px;
  }
}
.beyondrk-list-block-shoplist-tab-content-list.active {
  display: block;
  transition: 0.3s;
}
.beyondrk-list-block-shoplist .lpver2rk-list-block-shoplist-list-item-ttl {
  background-color: #3d3d3d;
}
.beyondrk-review {
  margin-top: 2rem;
}
.beyondrk-review-inner {
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 2rem 0;
}
@media only screen and (max-width: 767px) {
  .beyondrk-review-inner {
    justify-content: left;
    gap: 0;
    margin: 2rem 0;
    padding: 0;
  }
}
.beyondrk-review-inner-card {
  background-color: #fff;
  width: 100%;
  padding: 2.5rem;
  box-shadow: 0px 0px 15px -5px #6fb4a2;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
  gap: 1.5rem;
  min-height: 450px;
}
@media only screen and (max-width: 767px) {
  .beyondrk-review-inner-card {
    padding: 1.5rem 2rem;
    gap: 1rem;
  }
}
.beyondrk-review-inner-card-img {
  width: 40%;
  margin: 1.5rem auto 0;
}
.beyondrk-review-inner-card-comment {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .beyondrk-review-inner-card-comment {
    padding: 0 2rem;
  }
}
.beyondrk-review-inner-card-comment-ttl {
  position: relative;
  display: inline-block;
  font-size: 1.8rem;
  margin-bottom: 1rem;
  line-height: 1.2;
}
.beyondrk-review-inner-card-comment-ttl:after {
  position: absolute;
  bottom: -0.5rem;
  left: 0;
  background: #2aa1b7;
  content: "";
  height: 2px;
  width: 100%;
}
.beyondrk-review-inner-card-comment-txt {
  margin-top: 0.5rem;
  line-height: 1.5;
}
.beyondrk-apearl {
  margin: 1rem auto;
}
.beyondrk-apearl-content {
  background: #fff;
  padding: 2.5rem;
}
.beyondrk-recommend-copy {
  margin: 2rem auto 1rem;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .beyondrk-recommend-copy {
    font-size: 1.4rem;
  }
}
.beyondrk-recommend-copy-inner {
  position: relative;
  display: inline-block;
}
.beyondrk-recommend-copy-inner:before {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -2rem;
  content: "";
  background: url(../img/lp/fukidashi_l.png) no-repeat;
  background-size: contain;
}
.beyondrk-recommend-copy-inner:after {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -2rem;
  content: "";
  background: url(../img/lp/fukidashi_r.png) no-repeat;
  background-size: contain;
}
.beyondrk-recommend-reserve {
  background: url(../img/lp/new_bg_last_recommend_s.png) center no-repeat;
  background-size: contain;
  text-align: center;
  padding: 2rem 0 5rem;
  font-size: 2rem;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  margin-bottom: 1.5rem;
}
@media only screen and (max-width: 767px) {
  .beyondrk-recommend-reserve {
    margin-top: -10px;
    margin-bottom: 1rem;
  }
}
.beyondrk-recommend-subttl {
  font-size: 2rem;
}
.beyondrk-shop {
  margin-top: 5rem;
}
.beyondrk-shop-ttl {
  text-align: center;
}
.beyondrk-shop-ttl-img {
  width: 30%;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 767px) {
  .beyondrk-shop-ttl-img {
    width: 80%;
  }
}
.beyondrk-shop-ttl-txt {
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
@media only screen and (max-width: 767px) {
  .beyondrk-shop-ttl-txt {
    font-size: 2rem;
  }
}
.beyondrk-shop-list {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .beyondrk-shop-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.beyondrk-shop-list-item {
  width: 100%;
}
.beyondrk-shop-list-item img {
  width: 100%;
}
.beyondrk-column {
  margin-top: 5rem;
}
.beyondrk-column-list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 2rem;
}
.beyondrk-column-list-item {
  width: 49%;
  padding-left: 1.5rem;
  line-height: 1.5;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .beyondrk-column-list-item {
    width: 100%;
  }
}
.beyondrk-column-list-item a:link {
  color: #349FE8;
  text-decoration: underline;
}
.beyondrk-column-list-item a:hover {
  color: #060a3a;
}
.beyondrk-column-list-item:before {
  display: inline-block;
  border-top: 5px solid #6fb4a2;
  border-left: 5px solid transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: "";
  display: block;
  height: 0;
  left: 0;
  margin: -3px 0 0;
  position: absolute;
  top: 50%;
  width: 0;
}

.lpver2-mainvisual-pr.beyond-pr {
  max-width: 750px;
  margin: 0.5rem auto;
  text-align: right;
  opacity: 0.7;
  font-size: 16px;
}

.fresh-footer-copyright {
  background: #2aa1b7;
  text-align: center;
  color: #fff;
  padding: 1rem 0;
}/*# sourceMappingURL=lp.css.map */