@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900");
.fnt-mon-el {
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  font-style: normal; }

.fnt-mon-lt {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-style: normal; }

.fnt-mon-rg {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-style: normal; }

.fnt-mon-sb {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-style: normal; }

.fnt-anti {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fnt-small {
  font-size: 80%; }

.clr-wh {
  color: #ffffff; }

.clr-bk {
  color: #222222; }

.clr-bl {
  color: #609fb8; }

.clr-pk {
  /* color: #e3748e; } */
  color: #58AD4F;
  font-weight: bold;
}

.clr-gd {
  color: #aba08e; }

.clr-lg {
  color: #b9a27c; }

.bg-gr {
  background-color: #f7f7f7; }

.bg-bl {
  background-color: #609fb8; }

.bg-pk {
  background-color: #e3748e; }

.bg-aq {
  background-color: #f0f5f6; }

.bg-gn {
  background-color: #74ba61; }

.btn-entry a {
  display: block;
  background-color: #58AD4F;
  color: #ffffff;
  transition: .3s;
  border-radius: 50px;
  width: 60%;
  margin: 0 auto;
  padding: .5em;
  font-size: .9em; }
.btn-entry a:hover {
  opacity: .8;
  color: #ffffff; }
.btn-entry-line a {
  background-color: #74ba61; }
.btn-entry-plan {
  margin-top: 2em; }
.btn-entry-plan a {
  background-color: #ffffff;
  border: 2px solid #609fb8;
  color: #609fb8; }
.btn-entry-plan a:hover {
  color: #222222;
  border-color: #222222; }

.hlogo{
  width: 18%;
}

body {
  font-family: a-otf-gothic-bbb-pr6n,"游ゴシック", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  letter-spacing: .05em;
  color: #222222;
  line-height: 200%;
  text-align: center;
  box-sizing: border-box;
  font-size: 1.1em;
  overflow: hidden; }

li {
  list-style: none; }

ol li {
  list-style-type: decimal; }

a {
  color: #222222;
  text-decoration: none;
  transition: all 0.3s ease; }
a:hover {
  color: #609fb8; }

header, footer, section, div, p, ul, li, dl, dt, dd {
  box-sizing: border-box; }

img {
  vertical-align: bottom; }

p {
  font-size: .9em; }

h3 {
  font-size: 88%;
  line-height: 200%;
  letter-spacing: .3em; }
h3 span {
  font-size: 110%; }

h4 {
  line-height: 200%;
  font-weight: normal;
  font-size: .6em; }

header {
  padding: .3em 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); }
header h1 a {
  color: #333333;
  transition: .3s; }
header h1 a:hover {
  color: #333333;
  opacity: .8; }
header .btn-entry a {
  width: 8em;
  font-size: .6em;
  margin: 0;
  padding: 1em 0;
  line-height: 100%;
  position: absolute;
  top: 1em;
  right: 1em; }

.mv {
  position: relative;
  text-align: center;
  padding-top: 3em; }
.mv-img img {
  width: 100%; }
.mv-txt {
  position: absolute;
  bottom: 20%;
  left: 0;
  right: 0; }
.mv-txt-logo {
  font-size: 230%; }
.mv-txt-copy {
  font-size: 80%;
  padding: .7em 0; }

.logo img{
  width: 65%;
  padding-top: 10%;
}

.about h2 {
  font-weight: normal;
  padding: 3em 0 1em; }
.about h2 span {
  font-size: 130%; }
.about p {
  font-size: .65em;
  line-height: 240%; }
.about p img {
  width: 50%;
  padding-top: 1em; }

.point {
  padding: 3em 0; }
.point ul li {
  margin: 2em 0 0; }
.point ul li p img {
  border-radius: 12px;
  width: 60%;
  margin: 0 auto 1em; }
.point ul li p:nth-of-type(3) {
  font-size: .7em;
  line-height: 200%; }

.step {
  padding-top: 3em; }
.step dl {
  text-align: left;
  width: 83%;
  margin: 4em auto 3em;
  overflow: hidden; }
.step dl dt {
  font-size: .5em;
  line-height: 130%;
  width: 17%;
  clear: both;
  float: left;
  border-right: 1px solid #aba08e;
  padding-bottom: .5em;
  margin-right: 7%;
  margin-bottom: 4em; }
.step dl dt span {
  display: block;
  font-size: 200%;
  letter-spacing: .2em;
  padding-top: .6em; }
.step dl dd {
  line-height: 160%;
  font-size: .7em;
  width: 76%;
  float: left;
  display: table-cell;
  vertical-align: middle; }
.step dl dd:nth-of-type(2), .step dl dd:nth-of-type(3) {
  padding-top: .7em; }

.entry {
  background: url(../images/bg_entry.jpg) no-repeat;
  background-size: 250%;
  background-position: center top;
  padding: 1.5em 0 2em; }
.entry h5 {
  font-weight: normal;
  font-size: .85em; }
.entry h5 span {
  color: #a3895f; }
.entry .btn-entry {
  margin-top: 1em; }

.voice {
  padding: 3em 0 .5em; }
.voice ul {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 7%;
  width: 85%;
  margin: 2em auto; }
.voice ul li {
  border-bottom: 1px solid #cccccc;
  padding-top: 2em;
  padding-bottom: 1.5em; }
.voice ul li .voice-img img {
  width: 60%;
  margin: 0 auto; }
.voice ul li .voice-name {
  color: #a19074;
  font-size: .7em;
  padding: 1em 0 .5em; }
.voice ul li .voice-txt {
  text-align: left;
  font-size: .6em;
  line-height: 200%; }
.voice ul li:first-child {
  padding-top: .5em; }
.voice ul li:last-child {
  border-bottom: none;
  padding-bottom: .5em; }

.plan {
  padding: 3em 0 0; }
.plan h4 {
  margin-bottom: 3em; }

.pgp {
  padding: 3em 0 1em; }
.pgp ul {
  width: 85%;
  margin: 2em auto;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.pgp ul li {
  width: 50%;
  /* float: left; */
  padding: 5%; }
.pgp ul li img {
  width: 100%; }
.pgp ul li p {
  margin-top: 0.75em;
  font-size: 65%;
  line-height: 1.25;
  letter-spacing: .05em; }
.pgp ul li .pgp-sls {
  color: #b9a27c; }
.pgp ul li .pgp-area {
  color: #b9a27c;
  font-size: 90%; }
.pgp li img {
  border-radius: 50%;
}

.twitter {
  width: 80%;
  margin: 3em auto; }

footer {
  background-color: #ffffff;
  color: #ffffff;
  font-size: .55em; }
footer ul {
  background-color: #ffffff;
  border-top: 1px solid #eeeeee; }
footer ul li {
  display: inline-block; }
footer ul li a {
  display: inline-block;
  color: #555555;
  border-right: 1px solid #dddddd;
  line-height: 100%;
  padding: 0 1em; }
footer ul li:last-child a {
  border-right: none; }
footer p {
  display: inline-block; }

.article {
  background-color: #f7f7f7;
  padding: 20% 0 10%; }
.article-inner {
  letter-spacing: .2px;
  border-radius: 10px;
  width: 90%;
  margin: 0 auto;
  line-height: 200%;
  padding: 5%;
  background-color: #ffffff;
  text-align: left;
  font-size: .7em; }
.article-inner h2 {
  text-align: center;
  font-size: 110%;
  border-bottom: 1px solid #cccccc;
  padding-bottom: .5em;
  margin-bottom: 1em; }
.article-inner h3 {
  letter-spacing: .2px;
  margin-top: 1em;
  font-weight: bold;
  font-size: 100%;
  padding: 1em 0; }
.article-inner .txt-right {
  text-align: right; }
.article-inner ul {
  font-size: .9em; }
.article a {
  color: #609fb8; }
.article a:hover {
  text-decoration: underline; }

.pagetop {
  position: fixed;
  bottom: 20px;
  right: 20px; }
.pagetop .fas {
  font-size: 1.3em;
  position: relative;
  top: -.2em; }
.pagetop a {
  display: block;
  z-index: 999;
  width: 35px;
  height: 35px;
  background-color: #b8cfd4;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  opacity: .9; }
.pagetop a:hover {
  text-decoration: none;
  opacity: .7; }

@media screen and (min-width: 700px) {
  .spOnly {
    display: none; }

  body {
    font-size: 150%; }

  .btn-entry a {
    width: 400px; }
  .btn-entry-plan {
    margin-top: 3em; }

  header .btn-entry a {
    width: 13em;
    padding: 1.2em 0;
    top: .8em; }

  .mv {
    background: url(../images/pc_mv.png) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: left 20% top;
    height: 600px; }
  .mv-txt {
    bottom: 25%; }


  .about p img {
    width: 320px; }

  .point ul {
    width: 1040px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden; }
  .point ul li {
    width: 33%;
    float: left; }
  .point ul li p img {
    width: 75%; }
  .point ul li p:nth-of-type(3) {
    font-size: .65em; }

  .step dl {
    width: 400px; }

  .entry {
    background-size: cover;
    background-attachment: fixed; }

  .voice ul {
    width: 1040px;
    overflow: hidden;
    padding: 50px 20px;
    box-sizing: border-box; }
  .voice ul li {
    width: 33%;
    float: left;
    border-bottom: none;
    border-right: 1px dotted #cccccc;
    padding-top: .5em; }
  .voice ul li .voice-name {
    font-size: .6em; }
  .voice ul li .voice-txt {
    font-size: .5em;
    padding: 0 25px; }
  .voice ul li:last-child {
    border-right: none; }

  .pgp ul {
    width: 1040px;
    justify-content: center;
  }
  .pgp ul li {
    width: 25%;
    padding-bottom: 0;
    padding: 2%;
  }
  .pgp ul li img {
    width: 90%; 
    background-color: transparent;}

  .twitter {
    width: 500px; }

  footer {
    font-size: 30%; }

  .article {
    padding: 10%;
    font-size: 85%; }
  .article-inner {
    width: 800px; } }
@media screen and (max-width: 700px) {
  .pcOnly {
    display: none; }

  .hlogo{
    width: 40%;
  }

  body {
    font-size: 1.3em; }

  .fnt-mon-lt {
    font-weight: 400; }

  .fnt-mon-rg {
    font-weight: 500; }

  .btn-entry a {
    font-family: a-otf-futo-go-b101-pr6n; }

  .mv-txt-copy {
    font-family: a-otf-futo-go-b101-pr6n; }

  .logo img{
    width: 80%;
    padding-top: 10%;
  }

  .about p span.clr-pk {
    font-family: a-otf-futo-go-b101-pr6n; }

  .point ul li p span.clr-pk {
    font-family: a-otf-futo-go-b101-pr6n; }

  .step dl dd span.clr-bl {
    font-family: a-otf-futo-go-b101-pr6n; }

  .plan dl dt {
    width: 80%;
    font-family: a-otf-futo-go-b101-pr6n; }
  .plan dl dt .fnt-small {
    font-family: a-otf-midashi-go-mb31-pr6n; }
  .plan dl dd {
    width: 20%; }
  /* .plan ul {
    padding: 0 5%;
  } */
  .plan_list_item:nth-of-type(even) {
    margin-left: 5%;
  }
  .plan_list_item {
    width: calc(95% / 2);
  }

  .twitter iframe {
    width: 740px !important; }

  .pagetop .fas {
    top: -.1em; }

  footer ul li a {
    font-size: 80%; }

  .article {
    font-size: 85%; } }
@media screen and (max-width: 375px) {
  body {
    font-size: 1.2em; }

  /* .plan dl {
    width: 85%; } */
  /* .plan ul {
    width: 85%; } */

  .pgp ul {
    width: 87%; } }
@media screen and (max-width: 320px) {
  body {
    font-size: 1.1em; }

  /* .plan dl {
    width: 90%; } */
  /* .plan ul {
    width: 90%; } */

  .pgp ul {
    width: 90%; } }
@media screen and (min-width: 700px) and (max-width: 1040px) {
  body {
    font-size: 120%; }

  .point ul {
    width: 90%; }

  .voice ul {
    width: 90%; }

  .pgp ul {
    width: 90%; } }



/* 追加 20221101 */
.plan_list {
  width: 100% !important;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding: 0 10px;
  box-sizing: border-box;
}
@media (min-width: 640px) {
  .plan_list {
    width: 800px !important;
  }
}
.plan_list_item {
  position: relative;
  width: calc((100% - 15px) / 2);
  padding: 12px 0 34px;
  background-color: #fff;
  box-sizing: border-box;
  /* box-shadow: 10px 10px 0px rgba(30, 127, 198, 0.78); */
  box-shadow: 0 0 10px rgb(0 0 0 / 15%);
  border-radius: 10px;
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .plan_list_item {
    padding: 20px 0 25px;
  }
}
.plan_list_item:nth-of-type(even) {
  margin-left: 15px;
}
.plan_list_item a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #093850;
}
.plan_list_item a:hover {
  cursor: pointer;
}
.plan_list_item.light .ttl {
  color: #FA85B2;
}
.plan_list_item.light .ttl {
  background-color: #FA85B2;
}
.plan_list_item.standard .ttl {
  color: #5DCDEF;
}
.plan_list_item.standard .ttl {
  background-color: #5DCDEF;
}
.plan_list_item.night .ttl {
  color: #9E76B4;
}
.plan_list_item.night .ttl {
  background-color: #9E76B4;
}
.plan_list_item.fashion .ttl {
  color: #FFB53C;
}
.plan_list_item.fashion .ttl {
  background-color: #FFB53C;
}
.plan_list_item.hair .ttl {
  color: #FF8650;
}
.plan_list_item.hair .ttl {
  background-color: #FF8650;
}
.plan_list_item.prof .ttl {
  color: #46DBD0;
}
.plan_list_item.prof .ttl {
  background-color: #46DBD0;
}
.plan_list_item.qre .ttl {
  color: #EF5D5D;
}
.plan_list_item.qre .ttl {
  background-color: #EF5D5D;
}
.plan_list_item.omiai-sp .ttl {
  color: #323232;
}
.plan_list_item.omiai-sp .ttl {
  background-color: #323232;
}
.plan_list_item.complete .ttl {
  color: #ffc134;
}
.plan_list_item.complete .ttl {
  background: linear-gradient(90deg, #ffc134 0%, #ffda0f 100%);
}
.plan_list_item .ttl {
  display: inline-block;
  padding: 2px 10px;
  margin: 0 auto 10px;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.25;
  letter-spacing: 0.1em;
  color: #fff !important;
  border-radius: 4px;
}
@media (min-width: 640px) {
  .plan_list_item .ttl {
    padding: 5px 15px;
    margin-bottom: 15px;
    font-size: 15px;
  }
}

.plan_list_item img {
  width: 100%;
}
.plan_list_item .desc {
  width: 100%;
  padding: 10px 8px 8px;
  text-align: left;
}
@media (min-width: 640px) {
  .plan_list_item .desc {
    padding: 20px 10px 15px;
    text-align: center;
  }
}
.plan_list_item .desc .catch {
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0;
}
@media (min-width: 640px) {
  .plan_list_item .desc .catch {
    margin-bottom: 10px;
    font-size: 20px;
  }
}
.plan_list_item .desc .txt {
  display: flex;
  flex-direction: column;
  font-size: 14px;
  line-height: 1.5;
}
@media (min-width: 640px) {
  .plan_list_item .desc .txt {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    font-size: 13px;
    line-height: 2;
  }
}
.plan_list_item .desc .txt li {
  font-size: 10px;
  line-height: 1.5;
  text-align: center;
}
@media (min-width: 640px) {
  .plan_list_item .desc .txt li {
    padding: 0 10px;
    font-size: 15px;
  }
}
@media (min-width: 640px) {
  .plan_list_item .desc .txt li:first-child {
    width: 100%;
  }
}
.plan_list_item .btn {
  position: absolute;
  left: 0;
  bottom: 12px;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  box-sizing: border-box;
  text-align: center;
  transition: opacity 0.4s;
}
@media (min-width: 640px) {
  .plan_list_item .btn {
    position: relative;
    left: unset;
    bottom: unset;
    width: 200px;
    padding: 0;
    margin: 0 auto;
  }
}
.plan_list_item .btn:hover {
  opacity: 0.75;
}
.plan_list_item .btn span {
  padding: 0;
  height: 24px;
  line-height: 24px;
  display: block;
  border-radius: 20px;
  background: #58AD4F;
  color: #fff;
  font-size: 12px;
}
@media (min-width: 640px) {
  .plan_list_item .btn span {
      height: 36px;
      line-height: 36px;
      font-size: 16px;
  }
}
.plan_list_item .btn::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 9px;
  right: 20%;
}
@media (min-width: 640px) {
  .plan_list_item .btn::after {
    top: 15px;
    right: 18px;
  }
}

.infomation {
  margin-top: 2em;
  margin-bottom: -1em;
  font-size: .8em;
  line-height: 200%;
}

.plan_list_item.omiai-sp .limited {
  /* position: absolute;
  top: 10px;
  right: 40px;
  display: inline-block; */
  font-size: 12px;
  font-weight: bold;
}
@media (min-width: 640px) {
  .plan_list_item.omiai-sp .limited {
    font-size: 14px;
  }
}
/* }
.plan_list_item.omiai-sp .ttl {
  margin-left: 45px;
  margin-right: auto;
} */

/* 追加 */
.mv-txt {
  text-shadow: 0 0 0.75em rgba(0,0,0,0.75);
  font-weight: 500;
}
.mv-txt .mv-txt-logo {
  font-weight: 500;
}

@media (max-width: 639px) {
  .mv-txt {
    bottom: 18%;
    padding-top: 1em;
    background: rgb(102 169 81 / 50%);
  }
  .mv-txt .mv-txt-logo {
    font-size: 200%;
  }
  .mv-txt-copy {
    padding-top: 0.25em;
  }
}