@charset "UTF-8";
/*
 * variable
 */
.-flex, .p-form__progress, .c-form__error, .c-basicDlist, .c-searchList, .c-searchListBlock a, .c-serviceOptionList, .c-modal, .c-salonSpec, .c-targetUser, .c-flowList, .c-priceTable, .p-newsArticleList .c-newsArticle a, .p-newsHeadline .c-newsArticleLine, .c-salonAreaArticle, .p-pagenationList, .c-sectionHeading, .c-siteLogo a, .c-snsLinks, .c-basicButton, .c-backButton, .p-footer, .p-footer .p-footerLinkList, .home .p-header, .p-headerMenu, .p-headerMenuInner, .c-headerMenuList.-collection li a, .p-headerNavList, .p-headerNavList li a, .p-mobileNavButton span {
  display: flex;
  flex-wrap: wrap;
}

.-resetM, .c-salonSpec, .p-salonStaff .c-salonStaffImg, .c-targetUserTitle, .p-newsArticleList .c-newsArticleImg, .p-newsArticleList .c-newsArticleColumn dt, .p-newsArticleList .c-newsArticleColumn dd, .p-newsArticleMeta .c-newsArticleTitle, .c-newsArticleContents ul, .p-newsHeadline .c-newsArticleLine dt, .p-newsHeadline .c-newsArticleLine dd, .c-salonAreaArticleImg, .c-salonAreaArticleColumn .c-salonTitle {
  margin: 0;
}

.-resetUl, .p-form__progress, .c-serviceOptionList, .c-salonSpec dt, .c-salonSpec dd, .c-salonSns, .c-problemList, .c-snsLinks, .p-headerNavList {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.-pseudoEl, .c-hasDeco::after, .c-bgRound::before, .p-salonStaff .c-salonStaffTitle::before, .c-targetUserTitle::before, .c-targetUserTitle::after, .c-problemList li::before, .c-flowList .c-flowStep::after, .c-basicBox.has-stepArw::after, .p-newsArticleList .c-newsArticle a::after, .c-newsArticleContents a::after, .c-newsArticleContents ul li::before, .c-salonAreaArticleColumn .c-salonMapButton::after {
  content: "";
  display: block;
}

/*
 * function
 */
/*** The new CSS reset - version 1.11.1 (last updated 24.10.2023) ***/
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg*, symbol*)) {
  all: unset;
  display: revert;
}

*, *::before, *::after {
  box-sizing: border-box;
}

html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

a, button {
  cursor: revert;
}

ol, ul, menu, summary {
  list-style: none;
}

img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

table {
  border-collapse: collapse;
}

input, textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

:where(pre) {
  all: revert;
  box-sizing: border-box;
}

::-moz-placeholder {
  color: unset;
}

::placeholder {
  color: unset;
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

/*
 * base
 */
html {
  background-color: #8EB3D5;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  background-color: #8EB3D5;
  font-optical-sizing: auto;
  font-family: "Open Sans", "BIZ UDGothic", sans-serif;
  color: #fff;
  font-size: 100%;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

::-moz-selection {
  color: #fff;
  background-color: #fff;
}

::selection {
  color: #fff;
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #fff;
}
a:hover {
  text-decoration: inherit;
}

img {
  vertical-align: bottom;
}

b {
  font-weight: bold;
}

/*
 * header
 */
@keyframes borderMoveSp {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: calc(100% - 22px);
    height: 0;
  }
  100% {
    height: calc(100% - 22px);
  }
}
@keyframes borderMovePc {
  0% {
    width: 0;
    height: 0;
  }
  50% {
    width: calc(100% - 44px);
    height: 0;
  }
  100% {
    height: calc(100% - 44px);
  }
}
@keyframes logoFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.home .p-header {
  position: relative;
  align-items: center;
  justify-content: center;
  height: 690px;
}
@media screen and (min-width: 786px) {
  .home .p-header {
    height: 810px;
  }
}
.home .p-header::before, .home .p-header::after {
  position: absolute;
  z-index: 1;
  content: "";
  display: block;
  border: 2px solid #fff;
  box-sizing: border-box;
  width: calc(100% - 22px);
  height: calc(100% - 22px);
}
@media screen and (min-width: 786px) {
  .home .p-header::before, .home .p-header::after {
    border: 3px solid #fff;
    width: calc(100% - 44px);
    height: calc(100% - 44px);
  }
}
.home .p-header::before {
  top: 11px;
  left: 11px;
  border-left: none;
  border-bottom: none;
  animation: borderMoveSp 1.2s linear 0s normal forwards;
}
@media screen and (min-width: 786px) {
  .home .p-header::before {
    top: 22px;
    left: 22px;
    animation: borderMovePc 1.2s linear 0s normal forwards;
  }
}
.home .p-header::after {
  bottom: 11px;
  right: 11px;
  border-top: none;
  border-right: none;
  animation: borderMoveSp 1s linear 0s normal forwards;
}
@media screen and (min-width: 786px) {
  .home .p-header::after {
    bottom: 22px;
    right: 22px;
    animation: borderMovePc 1.2s linear 0s normal forwards;
  }
}
.home .p-header .c-siteLogo {
  margin-bottom: 175px;
  padding: 0;
  opacity: 0;
  z-index: 5;
  animation: logoFadeIn 0.4s linear 0.3s normal forwards;
}
@media screen and (min-width: 786px) {
  .home .p-header .c-siteLogo {
    margin-bottom: 143px;
  }
}
.home .p-header .c-siteLogo a {
  flex-wrap: wrap;
  justify-content: center;
}
.home .p-header .c-siteLogo__img {
  width: 112px;
  height: 112px;
}
@media screen and (min-width: 786px) {
  .home .p-header .c-siteLogo__img {
    margin-right: 35px;
    width: 188px;
    height: 188px;
  }
}
.home .p-header .c-siteLogo__title {
  margin-top: 22px;
  text-align: center;
}
@media screen and (min-width: 786px) {
  .home .p-header .c-siteLogo__title {
    margin-top: -13px;
    width: 600px;
    text-align: left;
  }
}
.home .p-header .c-siteLogo__title .-main {
  line-height: 1.3;
  font-size: 38px;
}
@media screen and (min-width: 786px) {
  .home .p-header .c-siteLogo__title .-main {
    line-height: 1.1;
    font-size: 70px;
  }
}
.home .p-header .c-siteLogo__title .-sub {
  margin-top: 22px;
  font-size: 18px;
}
@media screen and (min-width: 786px) {
  .home .p-header .c-siteLogo__title .-sub {
    margin-top: 18px;
    margin-left: 4px;
    font-size: 26px;
  }
}
.home .p-header .p-headerNav {
  z-index: 5;
}
.home .p-header .p-headerNav,
.home .p-header .p-mobileNavButton {
  opacity: 0;
  animation: logoFadeIn 0.4s linear 0.8s normal forwards;
}
.home.menu-open .p-headerMenu .c-siteLogo {
  margin-bottom: 0;
}
.home.menu-open .p-headerMenu .c-siteLogo__img {
  margin-right: 0;
  width: 92px;
  height: 92px;
}
@media screen and (min-width: 786px) {
  .home.menu-open .p-headerMenu .c-siteLogo__img {
    width: 188px;
    height: 188px;
  }
}
.home.menu-open .p-headerMenu .c-siteLogo__title .-main {
  font-size: 28px;
}
@media screen and (min-width: 786px) {
  .home.menu-open .p-headerMenu .c-siteLogo__title .-main {
    font-size: 48px;
  }
}
.home.menu-open .p-headerMenu .c-siteLogo__title .-sub {
  margin-top: 22px;
  font-size: 16px;
}
@media screen and (min-width: 786px) {
  .home.menu-open .p-headerMenu .c-siteLogo__title .-sub {
    font-size: 26px;
  }
}

.index .p-header > .c-siteLogo {
  padding: 22px;
}
@media screen and (min-width: 786px) {
  .index .p-header > .c-siteLogo {
    padding: 56px;
  }
}
.index .p-header .c-siteLogo__img {
  margin-right: 13px;
  width: 56px;
  height: 56px;
}
@media screen and (min-width: 786px) {
  .index .p-header .c-siteLogo__img {
    margin-right: 22px;
    width: 92px;
    height: 92px;
  }
}
.index .p-header .c-siteLogo__title {
  margin-top: -3px;
  text-align: left;
}
.index .p-header .c-siteLogo__title .-main {
  font-size: 20px;
}
@media screen and (min-width: 786px) {
  .index .p-header .c-siteLogo__title .-main {
    font-size: 32px;
  }
}
.index .p-header .c-siteLogo__title .-sub {
  margin-top: 5px;
  font-size: 10px;
}
@media screen and (min-width: 786px) {
  .index .p-header .c-siteLogo__title .-sub {
    margin-top: 8px;
    margin-left: 1px;
    width: 100%;
    font-size: 13px;
  }
}
.index.menu-open .p-headerMenu .c-siteLogo {
  margin-bottom: 0;
  padding: 0;
}
.index.menu-open .p-headerMenu .c-siteLogo a {
  flex-wrap: wrap;
  justify-content: center;
}
.index.menu-open .p-headerMenu .c-siteLogo__img {
  margin-right: 0;
  width: 92px;
  height: 92px;
}
@media screen and (min-width: 786px) {
  .index.menu-open .p-headerMenu .c-siteLogo__img {
    width: 188px;
    height: 188px;
  }
}
.index.menu-open .p-headerMenu .c-siteLogo__title .-main {
  margin-top: 22px;
  font-size: 28px;
}
@media screen and (min-width: 786px) {
  .index.menu-open .p-headerMenu .c-siteLogo__title .-main {
    font-size: 48px;
  }
}
.index.menu-open .p-headerMenu .c-siteLogo__title .-sub {
  margin-top: 22px;
  font-size: 16px;
}
@media screen and (min-width: 786px) {
  .index.menu-open .p-headerMenu .c-siteLogo__title .-sub {
    font-size: 26px;
  }
}

.p-headerMenu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  background-color: #8EB3D5;
  overflow-y: scroll;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
}
.p-headerMenuInner {
  padding: 35px 22px;
  width: 100%;
  align-items: center;
}
@media screen and (min-width: 786px) {
  .p-headerMenuInner {
    padding: 56px;
    width: 90%;
  }
}
.p-headerMenu .c-siteLogo {
  margin-bottom: 0;
}
@media screen and (min-width: 786px) {
  .p-headerMenu .c-siteLogo {
    margin: 0 2% 56px 2%;
    width: 46%;
  }
}
.p-headerMenu .c-siteLogo img {
  margin: 0;
  width: 92px;
  height: 92px;
}
@media screen and (min-width: 786px) {
  .p-headerMenu .c-siteLogo img {
    margin-bottom: 35px;
  }
}
.p-headerMenu .c-siteLogo__title {
  margin-top: 13px;
}
.p-headerMenu .c-siteLogo h1 {
  width: 100%;
  text-align: center;
}
.p-headerMenu .c-siteLogo .-main {
  font-size: 35px;
}
@media screen and (min-width: 786px) {
  .p-headerMenu .c-siteLogo .-main {
    font-size: 56px;
  }
}
.p-headerMenu .c-siteLogo .-sub {
  margin-top: 13px;
  font-size: 14px;
}
@media screen and (min-width: 786px) {
  .p-headerMenu .c-siteLogo .-sub {
    margin-top: 22px;
    font-size: 22px;
  }
}
.p-headerMenuColumn {
  margin-top: 35px;
  width: 100%;
}
@media screen and (min-width: 786px) {
  .p-headerMenuColumn {
    margin: 0 2%;
    width: 46%;
  }
}

.c-headerMenuList {
  margin: 0;
  padding: 0;
}
.c-headerMenuList:nth-of-type(n+2) {
  margin-top: 22px;
}
@media screen and (min-width: 786px) {
  .c-headerMenuList:nth-of-type(n+2) {
    margin-top: 35px;
  }
}
.c-headerMenuList.-main li {
  border-top: 2px solid #fff;
}
.c-headerMenuList.-main li a {
  padding: 13px;
  display: block;
  font-size: 22px;
}
@media screen and (min-width: 786px) {
  .c-headerMenuList.-main li a {
    padding: 35px 22px;
    line-height: 1;
    font-size: 35px;
  }
}
.c-headerMenuList.-main li a span {
  margin-bottom: 5px;
  display: block;
  width: 100%;
  font-size: 10px;
}
@media screen and (min-width: 786px) {
  .c-headerMenuList.-main li a span {
    margin-left: 22px;
    display: inline-block;
    width: auto;
    font-size: 14px;
    vertical-align: 0.5rem;
  }
}
.c-headerMenuList.-main li:last-of-type {
  border-bottom: 2px solid #fff;
}
.c-headerMenuList.-collection li a {
  padding: 13px;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #8EB3D5;
  font-size: 22px;
}
@media screen and (min-width: 786px) {
  .c-headerMenuList.-collection li a {
    padding: 22px;
    justify-content: flex-start;
    font-size: 35px;
  }
}
.c-headerMenuList.-collection li a img {
  margin-right: 8px;
  width: 22px;
  height: 22px;
}
@media screen and (min-width: 786px) {
  .c-headerMenuList.-collection li a img {
    margin-right: 22px;
    width: 30px;
    height: 30px;
  }
}
.c-headerMenuList.-collection li a span {
  display: block;
  width: 100%;
  font-size: 10px;
  text-align: center;
}
@media screen and (min-width: 786px) {
  .c-headerMenuList.-collection li a span {
    margin-left: 22px;
    display: inline-block;
    width: auto;
    font-size: 14px;
    text-align: left;
  }
}
.c-headerMenuList.-collection li:nth-of-type(n+2) {
  margin-top: 22px;
}
.c-headerMenuList.-others {
  text-align: center;
}
@media screen and (min-width: 786px) {
  .c-headerMenuList.-others {
    text-align: left;
  }
}
.c-headerMenuList.-others li a {
  padding: 22px;
  display: block;
  font-size: 14px;
}

.p-headerNav {
  margin: 0 26px;
  position: absolute;
  left: 0;
  bottom: 26px;
  z-index: 2;
  width: calc(100% - 52px);
}
@media screen and (min-width: 786px) {
  .p-headerNav {
    padding: 0 22px;
    position: absolute;
    left: 0;
    bottom: 44px;
    z-index: 1;
  }
}
@media screen and (min-width: 786px) {
  .p-headerNavList {
    margin-left: -1.8151815182%;
    width: 101.8487394958%;
  }
}
.p-headerNavList li {
  width: 101.8487394958%;
}
@media screen and (min-width: 786px) {
  .p-headerNavList li {
    margin-left: 1.8151815182%;
    width: 31.5181518152%;
  }
}
.p-headerNavList li:nth-of-type(n+2) {
  margin-top: 8px;
}
@media screen and (min-width: 786px) {
  .p-headerNavList li:nth-of-type(n+2) {
    margin-top: 0;
  }
}
.p-headerNavList li a {
  justify-content: center;
  align-content: center;
  height: 66px;
  background-color: #fff;
  color: #8EB3D5;
  text-align: center;
}
@media screen and (min-width: 786px) {
  .p-headerNavList li a {
    height: 143px;
  }
}

.c-headerNavList__title.-main {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
}
@media screen and (min-width: 786px) {
  .c-headerNavList__title.-main {
    font-size: 22px;
  }
}
.c-headerNavList__title.-main img {
  margin-right: 9px;
  height: 20px;
  vertical-align: -0.2rem;
}
@media screen and (min-width: 786px) {
  .c-headerNavList__title.-main img {
    margin-right: 11px;
    height: 24px;
    vertical-align: -0.2rem;
  }
}
.c-headerNavList__title.-sub {
  margin: 0 0 0 0;
  width: 100%;
  font-size: 10px;
  transform: scale(0.8);
}
@media screen and (min-width: 786px) {
  .c-headerNavList__title.-sub {
    margin: 6px 0 0 0;
    font-size: 10px;
    transform: scale(1);
  }
}

.p-mobileNavButton {
  position: fixed;
  top: 26px;
  right: 26px;
  z-index: 11;
  width: 48px;
  height: 48px;
  background-color: #fff;
  outline: none;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width: 786px) {
  .p-mobileNavButton {
    top: 56px;
    right: 56px;
    width: 66px;
    height: 66px;
  }
}
.p-mobileNavButton span {
  justify-content: center;
  align-content: center;
}
.p-mobileNavButton span::before, .p-mobileNavButton span::after {
  content: "";
  display: block;
  width: 24px;
  height: 2px;
  background-color: #8EB3D5;
  transition: all 0.4s;
}
@media screen and (min-width: 786px) {
  .p-mobileNavButton span::before, .p-mobileNavButton span::after {
    width: 32px;
    height: 3px;
  }
}
.p-mobileNavButton span::before {
  margin-bottom: 7px;
}
@media screen and (min-width: 786px) {
  .p-mobileNavButton span::before {
    margin-bottom: 9px;
  }
}

@keyframes menuOpen {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.menu-open .p-headerMenu {
  z-index: 10;
  visibility: visible;
  animation: menuOpen 0.3s linear 0.1s normal forwards;
}
.menu-open .p-mobileNavButton {
  top: 26px;
  right: 26px;
}
@media screen and (min-width: 786px) {
  .menu-open .p-mobileNavButton {
    top: 56px;
    right: 56px;
  }
}
.menu-open .p-mobileNavButton span::before {
  transform: translate(0px, 4px) rotate(45deg);
}
@media screen and (min-width: 786px) {
  .menu-open .p-mobileNavButton span::before {
    transform: translate(0px, 5px) rotate(45deg);
  }
}
.menu-open .p-mobileNavButton span::after {
  transform: translate(0px, -5px) rotate(-45deg);
}
@media screen and (min-width: 786px) {
  .menu-open .p-mobileNavButton span::after {
    transform: translate(0px, -7px) rotate(-45deg);
  }
}

/*
 * footer
 */
.p-footer {
  padding: 35px 0;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 786px) {
  .p-footer {
    padding: 92px 0;
  }
}
.p-footer .c-siteLogo {
  margin: 0 auto 22px auto;
}
@media screen and (min-width: 786px) {
  .p-footer .c-siteLogo {
    margin-bottom: 35px;
    width: 507px;
  }
}
.p-footer .c-siteLogo__img {
  margin-right: 13px;
  width: 81px;
  height: 81px;
}
@media screen and (min-width: 786px) {
  .p-footer .c-siteLogo__img {
    margin-right: 22px;
    width: 118px;
    height: 118px;
  }
}
.p-footer .c-siteLogo__title {
  margin-top: -3px;
  width: 260px;
}
@media screen and (min-width: 786px) {
  .p-footer .c-siteLogo__title {
    margin-top: -8px;
    width: 380px;
  }
}
.p-footer .c-siteLogo__title span {
  display: block;
}
.p-footer .c-siteLogo__title br {
  display: none;
}
.p-footer .c-siteLogo__title .-main {
  font-size: 26px;
  letter-spacing: -0.05rem;
}
@media screen and (min-width: 786px) {
  .p-footer .c-siteLogo__title .-main {
    font-size: 43px;
  }
}
.p-footer .c-siteLogo__title .-sub {
  margin-top: 10px;
  margin-left: 1px;
  font-size: 11px;
}
@media screen and (min-width: 786px) {
  .p-footer .c-siteLogo__title .-sub {
    margin-top: 13px;
    margin-left: 2px;
    font-size: 16px;
  }
}
.p-footer .p-footerLinkList {
  margin: 0 0 35px 0;
  padding: 0;
  justify-content: center;
}
@media screen and (min-width: 786px) {
  .p-footer .p-footerLinkList {
    margin-bottom: 56px;
  }
}
.p-footer .p-footerLinkList li a {
  font-size: 12px;
}
@media screen and (min-width: 786px) {
  .p-footer .p-footerLinkList li a {
    font-size: 16px;
  }
}
.p-footer .p-copyright {
  font-size: 12px;
  text-align: center;
}
@media screen and (min-width: 786px) {
  .p-footer .p-copyright {
    font-size: 16px;
  }
}

/*
 * main
 */
.l-wrapper {
  overflow: hidden;
}

.l-main {
  position: relative;
  z-index: 1;
}

/*
 * container
 */
.l-container {
  margin: 0 auto;
  padding: 0 22px;
  max-width: 1168px;
}
@media screen and (min-width: 786px) {
  .l-container {
    padding: 0 22px;
  }
}

.-width--1024 {
  padding: 0 13px;
  max-width: 1050px;
}
@media screen and (min-width: 786px) {
  .-width--1024 {
    max-width: 1068px;
  }
}

.-width--768 {
  max-width: 768px;
}

.-width--1168 {
  max-width: 1194px;
}

/*
 * breadcrumb
 */
/*
 * default
 */
/*
 * button
 */
.c-basicButton {
  margin-top: 56px;
  padding: 22px;
  border: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  color: #8EB3D5;
  font-size: 16px;
  font-weight: bold;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media screen and (min-width: 786px) {
  .c-basicButton {
    padding: 56px 35px;
    font-size: 22px;
  }
}
.c-basicButton:after {
  margin-left: 11px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024.84%2015.27%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%238eb3d5%3Bstroke-miterlimit%3A4%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_12%22%3E%3Cpath%20id%3D%22_%E3%83%91%E3%82%B9_9%22%20class%3D%22cls-1%22%20d%3D%22M0%2C7.75h22.64%22%2F%3E%3Cpath%20id%3D%22_%E3%83%91%E3%82%B9_8%22%20class%3D%22cls-1%22%20d%3D%22M16.29.71l7.14%2C7.14-6.72%2C6.72%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100% auto;
}
@media screen and (min-width: 786px) {
  .c-basicButton:after {
    margin-left: 13px;
    width: 22px;
    height: 22px;
  }
}

.c-backButton {
  margin-top: 22px;
  padding: 13px;
  border: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  background-color: #fff;
  color: #8EB3D5;
  font-size: 16px;
  font-weight: bold;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  transition: all 0.4s;
}
@media screen and (min-width: 786px) {
  .c-backButton {
    padding: 22px;
    font-size: 22px;
  }
}
.c-backButton::before {
  margin-right: 11px;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2024.84%2015.27%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3Anone%3Bstroke%3A%238eb3d5%3Bstroke-miterlimit%3A4%3Bstroke-width%3A2px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22_%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_12%22%3E%3Cpath%20id%3D%22_%E3%83%91%E3%82%B9_9%22%20class%3D%22cls-1%22%20d%3D%22M0%2C7.75h22.64%22%2F%3E%3Cpath%20id%3D%22_%E3%83%91%E3%82%B9_8%22%20class%3D%22cls-1%22%20d%3D%22M16.29.71l7.14%2C7.14-6.72%2C6.72%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 100% auto;
  transform: scale(-1, 1);
}
@media screen and (min-width: 786px) {
  .c-backButton::before {
    margin-right: 13px;
    width: 22px;
    height: 22px;
  }
}

.c-basicButton ~ .c-backButton {
  opacity: 0.7;
}
@media screen and (min-width: 786px) {
  .c-basicButton ~ .c-backButton:hover {
    opacity: 1;
  }
}

/*
 * grid
 */
/*
 * media
 */
.c-siteLogo {
  margin: 0;
  position: relative;
  z-index: 1;
}
.c-siteLogo a {
  flex-wrap: nowrap;
}
.c-siteLogo__title {
  display: block;
  line-height: 1;
}
.c-siteLogo__title h1 {
  margin: 0;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 786px) {
  .c-siteLogo__title h1 {
    width: auto;
  }
}
.c-siteLogo__title .-main {
  line-height: 1.1;
  font-weight: 600;
}
.c-siteLogo__title .-sub {
  font-weight: 400;
  letter-spacing: 0.05rem;
}
.c-snsLinks {
  justify-content: center;
}
.c-snsLinks li {
  margin: 0 11px;
}
.c-snsLinks li a img {
  width: 28px;
  height: 28px;
}
@media screen and (min-width: 786px) {
  .c-snsLinks li a img {
    width: 36px;
    height: 36px;
  }
}

.c-gmap iframe {
  width: 100%;
  height: 320px;
}
@media screen and (min-width: 786px) {
  .c-gmap iframe {
    height: 445px;
  }
}

.c-youtube {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}
.c-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
 * title
 */
.c-sectionHeading {
  margin-bottom: 56px;
  position: relative;
  align-items: center;
  min-height: 56px;
}
@media screen and (min-width: 786px) {
  .c-sectionHeading {
    margin-bottom: 92px;
    min-height: 140px;
  }
}
.c-sectionHeading__bg, .c-sectionHeading__title {
  display: block;
  width: 100%;
  text-align: center;
}
.c-sectionHeading__bg {
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1;
  font-size: 56px;
  font-weight: 400;
  letter-spacing: -0.175rem;
  opacity: 0.2;
}
@media screen and (min-width: 786px) {
  .c-sectionHeading__bg {
    font-size: 150px;
    font-weight: 400;
  }
}
.c-sectionHeading__title {
  margin: 2px 0 0 0;
  font-size: 18px;
}
@media screen and (min-width: 786px) {
  .c-sectionHeading__title {
    margin: 22px 0 0 0;
    font-size: 38px;
    font-weight: 600;
  }
}
.c-sectionHeading.is-long .c-sectionHeading__bg {
  font-size: 48px;
}
@media screen and (min-width: 786px) {
  .c-sectionHeading.is-long .c-sectionHeading__bg {
    font-size: 140px;
  }
}
.c-sectionHeading.is-long .c-sectionHeading__title {
  margin: -3px 0 0 0;
}
@media screen and (min-width: 786px) {
  .c-sectionHeading.is-long .c-sectionHeading__title {
    margin: 18px 0 0 0;
  }
}

.p-information .c-sectionHeading__bg {
  font-size: 50px;
}
@media screen and (min-width: 786px) {
  .p-information .c-sectionHeading__bg {
    font-size: 140px;
  }
}

.c-basicHeading__l {
  margin: 35px 0;
  margin-bottom: 56px;
  line-height: 1.4;
  font-size: 27px;
  font-weight: bold;
}
@media screen and (min-width: 786px) {
  .c-basicHeading__l {
    margin: 56px 0;
    font-size: 42px;
  }
}

/*
 * article
 */
.p-newsArticleList .c-newsArticleList {
  border-top: 1px dashed #fff;
}
.p-newsArticleList .c-newsArticle {
  border-bottom: 1px dashed #fff;
}
.p-newsArticleList .c-newsArticle a {
  padding: 35px 13px;
  flex-flow: column;
  position: relative;
}
@media screen and (min-width: 786px) {
  .p-newsArticleList .c-newsArticle a {
    padding: 35px;
    flex-flow: row;
  }
}
.p-newsArticleList .c-newsArticle a::after {
  margin: 0 0 0 auto;
  width: 36px;
  height: 8px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skew(45deg);
}
@media screen and (min-width: 786px) {
  .p-newsArticleList .c-newsArticle a::after {
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 35px;
  }
}
@media screen and (min-width: 786px) {
  .p-newsArticleList .c-newsArticleImg {
    margin-bottom: 0;
    margin-right: 5.46875%;
    width: 29.39453125%;
  }
}
.p-newsArticleList .c-newsArticleImg img {
  border-radius: 10px;
}
@media screen and (min-width: 786px) {
  .p-newsArticleList .c-newsArticleImg img {
    border-radius: 20px;
  }
}
.p-newsArticleList .c-newsArticleColumn dt, .p-newsArticleList .c-newsArticleColumn dd {
  line-height: 2;
  font-size: 14px;
}
@media screen and (min-width: 786px) {
  .p-newsArticleList .c-newsArticleColumn dt, .p-newsArticleList .c-newsArticleColumn dd {
    line-height: 2.625;
    font-size: 16px;
  }
}
.p-newsArticleList .c-newsArticleColumn dt {
  font-size: 12px;
}
@media screen and (min-width: 786px) {
  .p-newsArticleList .c-newsArticleColumn dt {
    font-size: 16px;
  }
}
.p-newsArticleList .c-newsArticleColumn dd {
  color: #fff;
}

.p-newsArticleMeta .c-newsArticleTitle {
  margin-top: -35px;
  margin-bottom: 22px;
}
@media screen and (min-width: 786px) {
  .p-newsArticleMeta .c-newsArticleTitle {
    margin-top: 56px;
  }
}
.p-newsArticleMeta .c-newsArticleTitle .-update {
  color: #fff;
  line-height: 2;
  font-size: 12px;
}
@media screen and (min-width: 786px) {
  .p-newsArticleMeta .c-newsArticleTitle .-update {
    font-size: 14px;
  }
}
.p-newsArticleMeta .c-newsArticleTitle .-main {
  line-height: 1.6;
  font-size: 22px;
}
@media screen and (min-width: 786px) {
  .p-newsArticleMeta .c-newsArticleTitle .-main {
    font-size: 35px;
  }
}

.c-newsArticleContents figure {
  margin: 0 0 22px 0;
}
.c-newsArticleContents figure figcaption {
  margin-top: 8px;
  line-height: 2;
  font-size: 12px;
}
.c-newsArticleContents img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 786px) {
  .c-newsArticleContents .img-right {
    margin-left: 4%;
    float: right;
    width: 40%;
  }
}
.c-newsArticleContents h1 {
  padding-left: 13px;
  border-left: 2px solid #fff;
  line-height: 1.6;
  font-size: 18px;
}
@media screen and (min-width: 786px) {
  .c-newsArticleContents h1 {
    margin: 35px 0;
    padding-left: 22px;
    border-left-width: 3px;
    font-size: 24px;
  }
}
.c-newsArticleContents h2 {
  color: #fff;
  line-height: 1.6;
  font-size: 18px;
}
@media screen and (min-width: 786px) {
  .c-newsArticleContents h2 {
    font-size: 20px;
  }
}
.c-newsArticleContents h3 {
  line-height: 1.6;
  font-size: 16px;
}
@media screen and (min-width: 786px) {
  .c-newsArticleContents h3 {
    font-size: 18px;
  }
}
.c-newsArticleContents h4 {
  line-height: 1.6;
  font-size: 13px;
}
@media screen and (min-width: 786px) {
  .c-newsArticleContents h4 {
    font-size: 16px;
  }
}
.c-newsArticleContents p {
  margin: 22px 0;
  line-height: 2;
  font-size: 15px;
}
@media screen and (min-width: 786px) {
  .c-newsArticleContents p {
    margin: 35px 0;
    font-size: 16px;
  }
}
.c-newsArticleContents a {
  position: relative;
  color: #fff;
}
.c-newsArticleContents a::after {
  border-bottom: 1px dashed #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
}
.c-newsArticleContents ul {
  padding: 0;
}
.c-newsArticleContents ul li {
  margin-bottom: 22px;
  padding-left: 22px;
  position: relative;
}
.c-newsArticleContents ul li::before {
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #8EB3D5;
}

.p-newsHeadline .c-newsArticleLine dt, .p-newsHeadline .c-newsArticleLine dd {
  line-height: 2;
  font-size: 14px;
}
@media screen and (min-width: 786px) {
  .p-newsHeadline .c-newsArticleLine dt, .p-newsHeadline .c-newsArticleLine dd {
    line-height: 2.625;
    font-size: 16px;
  }
}
.p-newsHeadline .c-newsArticleLine dt {
  font-size: 12px;
}
@media screen and (min-width: 786px) {
  .p-newsHeadline .c-newsArticleLine dt {
    margin-right: 56px;
    font-size: 16px;
  }
}
.p-newsHeadline .c-newsArticleLine dd {
  color: #fff;
}

.p-salonAreaList {
  border-top: 1px dashed #fff;
}

.c-salonAreaArticle {
  padding: 35px 0;
  border-bottom: 1px dashed #fff;
}
@media screen and (min-width: 786px) {
  .c-salonAreaArticle {
    padding: 56px 0;
  }
}
.c-salonAreaArticleImg {
  margin-bottom: 22px;
}
@media screen and (min-width: 786px) {
  .c-salonAreaArticleImg {
    margin-bottom: 0;
    margin-right: 5.46875%;
    width: 29.39453125%;
  }
}
.c-salonAreaArticleImg img {
  border-radius: 10px;
}
@media screen and (min-width: 786px) {
  .c-salonAreaArticleImg img {
    border-radius: 20px;
  }
}
.c-salonAreaArticleColumn {
  position: relative;
}
@media screen and (min-width: 786px) {
  .c-salonAreaArticleColumn {
    width: 65.13671875%;
  }
}
.c-salonAreaArticleColumn p {
  line-height: 2;
  font-size: 15px;
}
.c-salonAreaArticleColumn .c-salonTitle {
  font-size: 22px;
}
@media screen and (min-width: 786px) {
  .c-salonAreaArticleColumn .c-salonTitle {
    font-size: 28px;
  }
}
.c-salonAreaArticleColumn .c-salonMap {
  margin-bottom: 22px;
}
@media screen and (min-width: 786px) {
  .c-salonAreaArticleColumn .c-salonMap {
    position: absolute;
    top: 8px;
    right: 0;
  }
}
.c-salonAreaArticleColumn .c-salonMapButton {
  padding: 6px 13px;
  border: 1px solid #fff;
  background-color: #fff;
  font-size: 13px;
}
@media screen and (min-width: 786px) {
  .c-salonAreaArticleColumn .c-salonMapButton {
    padding: 8px 22px;
    font-size: 15px;
  }
}
.c-salonAreaArticleColumn .c-salonMapButton::after {
  margin-left: 5px;
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%209.74%209.84%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%234ea9b8%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m9.74%2C7.47h-1V1H2.31V0h7.43v7.47Z%22%2F%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22m.71%2C9.84l-.71-.71L9%2C.13l.71.71L.71%2C9.84Z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: 0.05rem;
}
.c-salonAreaArticleColumn .c-salonInfo {
  overflow: hidden;
}
.c-salonAreaArticleColumn .c-salonInfo dt, .c-salonAreaArticleColumn .c-salonInfo dd {
  margin-bottom: 8px;
  line-height: 2;
  font-size: 14px;
}
@media screen and (min-width: 786px) {
  .c-salonAreaArticleColumn .c-salonInfo dt, .c-salonAreaArticleColumn .c-salonInfo dd {
    font-size: 15px;
  }
}
.c-salonAreaArticleColumn .c-salonInfo dt {
  float: left;
  color: #fff;
}
.c-salonAreaArticleColumn .c-salonInfo dt::after {
  content: "：";
  display: inline-block;
}
.c-salonAreaArticleColumn .c-salonDetailButton {
  margin-top: 35px;
}
.c-salonAreaArticleColumn .c-salonDetailButton a {
  padding: 13px 56px;
  border: 1px solid #fff;
  display: block;
  width: 100%;
  background-color: #fff;
  color: #fff;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 786px) {
  .c-salonAreaArticleColumn .c-salonDetailButton a {
    padding: 13px 92px;
    display: inline-block;
    width: auto;
    font-size: 15px;
  }
}

.p-pagenation {
  margin-top: 35px;
}
.p-pagenationList {
  margin: 0;
  padding: 0;
  justify-content: center;
}
.p-pagenationList__prev a span, .p-pagenationList__next a span {
  display: none;
}
.p-pagenationList__prev a::before, .p-pagenationList__next a::before {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  transition: all 0.4s;
}
@media screen and (min-width: 600px) {
  .p-pagenationList__prev a::before, .p-pagenationList__next a::before {
    width: 12px;
    height: 12px;
  }
}
@media screen and (min-width: 600px) {
  .p-pagenationList__prev a:hover::before, .p-pagenationList__next a:hover::before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}
.p-pagenationList__prev a::before {
  transform: translateX(2px) rotate(225deg);
}
.p-pagenationList__next a::before {
  transform: translateX(-3px) rotate(45deg);
}
.p-pagenationList li {
  margin-right: 8px;
}
.p-pagenationList li b, .p-pagenationList li a {
  padding: 12px;
  display: block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.14);
  line-height: 1.3;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .p-pagenationList li b, .p-pagenationList li a {
    padding: 13px;
    width: 44px;
    height: 44px;
    font-size: 15px;
  }
}
.p-pagenationList li a {
  transition: all 0.4s;
}
@media screen and (min-width: 600px) {
  .p-pagenationList li a:hover {
    color: #fff;
  }
}

/*
 * section
 */
.c-hasDeco {
  position: relative;
}
.c-hasDeco::after {
  position: absolute;
  z-index: 1;
  width: 128px;
  height: 80px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../../images/common/nature_deco.png);
}
@media screen and (min-width: 786px) {
  .c-hasDeco::after {
    width: 480px;
    height: 220px;
  }
}
.c-hasDeco.-right::after {
  right: 0;
}
@media screen and (min-width: 786px) {
  .c-hasDeco.-right::after {
    bottom: -112px;
    background-position: 100% 50%;
  }
}
.c-hasDeco.-left::after {
  left: 0;
  transform: scale(-1, 1);
}
@media screen and (min-width: 786px) {
  .c-hasDeco.-left::after {
    bottom: 0;
    background-position: 100% 50%;
  }
}

.p-basicSection {
  padding: 56px 0;
}
@media screen and (min-width: 786px) {
  .p-basicSection {
    padding: 92px 0;
  }
}
.p-basicSection .-width--890 {
  padding: 0 22px;
}

.c-basicSectionCopy {
  margin-bottom: 35px;
  line-height: 2;
  font-size: 14px;
}
@media screen and (min-width: 786px) {
  .c-basicSectionCopy {
    margin-bottom: 56px;
    line-height: 2.625;
    font-size: 16px;
  }
}

.p-salonSearch {
  background-image: url(../../images/common/map_bg.jpg);
  background-position: 50% 53%;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 786px) {
  .p-salonSearch {
    background-position: 50% 80%;
    background-size: 770px auto;
  }
}
.p-salonSearch p {
  margin-bottom: 35px;
  line-height: 2;
  font-size: 14px;
  text-align: left;
}

.p-salonArea .c-searchListBlock {
  width: 100%;
}
@media screen and (min-width: 786px) {
  .p-salonArea .c-searchListBlock {
    width: 29.0909090909%;
  }
}
.p-salonArea .c-searchListBlock a {
  padding: 22px;
  font-size: 16px;
}
@media screen and (min-width: 786px) {
  .p-salonArea .c-searchListBlock a {
    font-size: 18px;
  }
}

.p-homeCourse.c-hasDeco::after {
  right: -87px;
  bottom: -92px;
}

@media screen and (min-width: 786px) {
  .p-pushAction {
    margin-bottom: 35px;
  }
}
.p-pushAction .c-siteLogo img {
  width: 177px;
  height: 126px;
}
@media screen and (min-width: 786px) {
  .p-pushAction .c-siteLogo img {
    width: auto;
    height: auto;
  }
}

.c-bgRound {
  margin-top: 35px;
  padding: 35px 22px 56px 22px;
  border-radius: 20px 20px 0 0;
  position: relative;
  background-color: #fff;
}
@media screen and (min-width: 786px) {
  .c-bgRound {
    padding: 56px 0;
    border-radius: 48px 48px 0 0;
  }
}
.c-bgRound::before {
  border-radius: 20px 20px 0 0;
  position: absolute;
  top: -22px;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 92px;
  background-color: #fff;
}
@media screen and (min-width: 786px) {
  .c-bgRound::before {
    border-radius: 48px 48px 0 0;
    top: -35px;
  }
}

.c-searchList {
  margin-left: -3.5714285714%;
  width: 103.7037037037%;
}
@media screen and (min-width: 786px) {
  .c-searchList {
    margin-left: -4.2424242424%;
    width: 104.4303797468%;
  }
}
.c-searchListBlock {
  margin-left: 3.5714285714%;
  margin-bottom: 3.5714285714%;
  width: 46.4285714286%;
}
@media screen and (min-width: 786px) {
  .c-searchListBlock {
    margin-left: 4.2424242424%;
    margin-bottom: 22px;
    width: 29.0909090909%;
  }
}
.c-searchListBlock a {
  padding: 13px;
  border: 1px solid #fff;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #fff;
  color: #fff;
  font-size: 13px;
}
@media screen and (min-width: 786px) {
  .c-searchListBlock a {
    font-size: 15px;
  }
}

.p-salonMeta {
  margin-bottom: 35px;
  padding-left: 56px;
  border-left: 2px solid #fff;
}
.p-salonMeta .c-salonTitle span {
  display: inline-block;
}
.p-salonMeta .c-salonTitle .-area {
  margin-bottom: 13px;
  color: #fff;
  font-size: 22px;
}
.p-salonMeta .c-salonTitle .-name {
  font-size: 48px;
}

.c-serviceCourseBnr {
  margin-right: 13px;
  margin-bottom: 22px;
  padding: 8px;
  border-radius: 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
}
.c-serviceCourseBnr.-nailcure {
  background-color: #7CBE00;
}
.c-serviceCourseBnr.-footcure {
  background-color: #B88F4E;
}
.c-serviceCourseBnr img {
  margin: 0 6px 0 0;
  width: auto;
  height: 41px;
}
.c-serviceCourseBnr h2 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
}

.c-serviceOptionList li {
  margin-right: 13px;
  margin-bottom: 13px;
}
.c-serviceOptionList .c-modalOpen {
  padding: 5px 22px;
  display: inline-block;
  border-radius: 20px;
  border: 1px solid #fff;
  background-color: #fff;
  color: #fff;
  line-height: 2;
  font-size: 13px;
  font-family: "Noto Sans JP", sans-serif;
  outline: none;
}
@media screen and (min-width: 786px) {
  .c-serviceOptionList .c-modalOpen:hover {
    cursor: pointer;
  }
}

.c-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.c-modalBox {
  border: 1px solid #fff;
  position: relative;
  max-width: 640px;
}

.c-modalClose {
  padding: 0;
  border: 1px solid #fff;
  border-radius: 50%;
  outline: none;
  position: absolute;
  top: -22px;
  right: -22px;
  width: 40px;
  height: 40px;
  background-color: #fff;
  color: #fff;
  line-height: 1.4;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 786px) {
  .c-modalClose:hover {
    cursor: pointer;
  }
}

.c-salonPointTitle {
  line-height: 2;
  font-size: 32px;
}

.p-salonDetail .l-flexChild {
  margin-bottom: 92px;
}
.p-salonDetail .c-salonDetailImg {
  margin-right: 4.7945205479%;
  width: 46.9178082192%;
}
.p-salonDetail .c-salonDetailColumn {
  width: 48.2876712329%;
}

.c-salonSpec dt, .c-salonSpec dd {
  margin-bottom: 35px;
  line-height: 2;
  font-size: 16px;
}
.c-salonSpec dt:last-of-type, .c-salonSpec dd:last-of-type {
  width: 100%;
}
.c-salonSpec dt {
  margin-right: 3%;
  width: 20%;
  color: #fff;
}
.c-salonSpec dt:last-of-type {
  margin-bottom: 13px;
}
.c-salonSpec dd {
  width: 77%;
}
.c-salonSpec dd:last-of-type {
  font-size: 15px;
}

.c-salonSns li {
  margin-bottom: 13px;
}
.c-salonSns li a {
  padding: 13px 22px;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-radius: 10px;
  display: inline-block;
  background-color: #fff;
  line-height: 1.8;
  color: #fff;
  font-size: 15px;
  vertical-align: middle;
}
.c-salonSns li a img {
  margin-right: 8px;
  width: 28px;
}
.p-salonStaff {
  margin-bottom: 35px;
}
.p-salonStaff .c-basicBox {
  padding: 35px 56px;
  border-left: 2px solid #fff;
  background-color: #fff;
}
.p-salonStaff .c-salonStaffTitle {
  font-size: 22px;
  text-align: center;
}
.p-salonStaff .c-salonStaffTitle::before {
  margin-right: 8px;
  display: inline-block;
  width: 35px;
  height: 33px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2038.97%2030.83%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bclip-path%3Aurl(%23clippath)%3B%7D.cls-2%7Bfill%3Anone%3B%7D.cls-2%2C.cls-3%7Bstroke-width%3A0px%3B%7D.cls-3%7Bfill%3A%23b7d442%3B%7D%3C%2Fstyle%3E%3CclipPath%20id%3D%22clippath%22%3E%3Crect%20class%3D%22cls-2%22%20x%3D%222.47%22%20y%3D%224.97%22%20width%3D%2234.02%22%20height%3D%2220.89%22%20transform%3D%22translate(-3.96%207.18)%20rotate(-19)%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3Cg%20class%3D%22cls-1%22%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22m10.99%2C29.34s-4.73-2.23-5.88-4.11-2.81-8.15-2.81-8.15c0%2C0%2C4.6.87%2C5.51%2C3.01s3.18%2C9.25%2C3.18%2C9.25%22%2F%3E%3Cpath%20class%3D%22cls-3%22%20d%3D%22m11.87%2C26.4c-1.51-2.22-2.38-4.82-2.52-7.5.04-3.87.99-7.62%2C3.43-9.82%2C2.33-2.1%2C5-3.79%2C7.9-5C23.03%2C2.98%2C32.21.12%2C32.21.12c0%2C0-2.65%2C5.29-3.1%2C9.48-.45%2C4.19%2C2.13%2C7.67-2.03%2C11.57-4.16%2C3.89-9.98%2C5.78-10.71%2C6.32-.65.49-3.37.56-3.37.56%2C0%2C0%2C1.58-6.78%2C3.19-9.08-1.17%2C1.06-2.16%2C2.3-2.93%2C3.68-.56%2C1.22-1.03%2C2.47-1.39%2C3.77%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: -0.5rem;
}
@media screen and (min-width: 786px) {
  .p-salonStaff .c-salonStaffTitle::before {
    margin-right: 8px;
    width: 35px;
    height: 33px;
  }
}
.p-salonStaff .c-salonStaffImg {
  margin-right: 35px;
  float: left;
  width: 142px;
}
.p-salonStaff .c-salonStaffImg img {
  border-radius: 50%;
}
.p-salonStaff .c-salonStaffImg figcaption {
  margin-top: 8px;
  line-height: 2.4;
  font-size: 13px;
  text-align: center;
}
.p-salonStaff .c-salonStaffColumn {
  line-height: 2;
  font-size: 15px;
}

.c-salonCvCatch {
  margin-bottom: 35px;
  line-height: 2;
  font-size: 28px;
  text-align: center;
}

.p-salonCv .c-reservationList {
  margin-left: -2%;
  width: 104%;
  justify-content: center;
}
.p-salonCv .c-reservationList li {
  margin: 0 2%;
  width: 46%;
}
.p-salonCv .c-reservationList li a {
  width: 100%;
  background-color: #fff;
}

.p-salonCampaign {
  margin-top: 92px;
}
.p-salonCampaign .c-campaignBnrList {
  margin-top: 56px;
  margin-left: -2%;
  width: 104%;
  justify-content: center;
}
.p-salonCampaign .c-campaignBnrList a {
  margin: 0 2%;
  width: 46%;
}

.c-courseCatch {
  font-size: 44px;
}

.c-conceptCatch {
  margin-bottom: 56px;
  line-height: 2;
  font-size: 32px;
  font-weight: 400;
}

.c-conceptCopy {
  position: relative;
  z-index: 10;
  line-height: 2.4444444444;
  font-size: 18px;
}

.c-ovalMask {
  border-radius: 61% 43% 56% 38%/41% 56% 41% 51%;
}

.c-targetUser {
  padding: 22px 0;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.c-targetUserTitle {
  padding: 22px 0;
  border-top: 2px dotted #8EB3D5;
  border-bottom: 2px dotted #8EB3D5;
  width: 100%;
  font-size: 22px;
  text-align: center;
}
.c-targetUserTitle::before, .c-targetUserTitle::after {
  margin: 0 11px;
  display: inline-block;
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml;charset=utf8,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22UTF-8%22%3F%3E%3Csvg%20id%3D%22_%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2033.84%2032.48%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%234da2b0%3Bstroke-width%3A0px%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cg%20id%3D%22flower%22%3E%3Cpath%20id%3D%22_%E3%83%91%E3%82%B9_128%22%20class%3D%22cls-1%22%20d%3D%22m4.97%2C19.44c.44.57%2C1.18.82%2C1.87.61l6.87-2.02c.92-.27%2C1.45-1.23%2C1.18-2.15-.05-.18-.13-.34-.23-.49l-4.04-5.87c-.4-.59-1.13-.87-1.82-.71h-.01s-7.46%2C1.81-7.46%2C1.81c-.93.23-1.5%2C1.17-1.27%2C2.1.06.23.16.44.3.63l4.63%2C6.08Z%22%2F%3E%3Cpath%20id%3D%22_%E3%83%91%E3%82%B9_129%22%20class%3D%22cls-1%22%20d%3D%22m14.09%2C18.93l-.1.02-6.86%2C2.02c-.69.2-1.19.81-1.25%2C1.53l-.59%2C7.62c-.05.58.21%2C1.15.67%2C1.5.46.35%2C1.08.45%2C1.63.26l7.25-2.51c.68-.24%2C1.15-.87%2C1.17-1.59l.16-5.65.04-1.47c.02-.96-.73-1.75-1.69-1.78-.15%2C0-.29.01-.43.04%22%2F%3E%3Cpath%20id%3D%22_%E3%83%91%E3%82%B9_130%22%20class%3D%22cls-1%22%20d%3D%22m18.04%2C29.46l7.09%2C2.9c.89.36%2C1.9-.06%2C2.26-.95.09-.22.13-.45.13-.69l-.15-7.64c-.02-.72-.48-1.35-1.15-1.59l-6.74-2.38c-.31-.11-.65-.13-.97-.06-.21.05-.41.14-.59.26-.46.31-.75.82-.76%2C1.38l-.04%2C1.47-.16%2C5.65c-.02.72.41%2C1.37%2C1.08%2C1.64%22%2F%3E%3Cpath%20id%3D%22_%E3%83%91%E3%82%B9_131%22%20class%3D%22cls-1%22%20d%3D%22m19.02%2C15.51c-.59.76-.45%2C1.84.31%2C2.43.15.11.31.2.48.26l6.74%2C2.37c.68.24%2C1.44.04%2C1.91-.51l4.97-5.83c.62-.73.53-1.82-.19-2.43-.18-.16-.4-.27-.63-.34l-7.34-2.21c-.69-.2-1.44.04-1.88.61l-4.37%2C5.65Z%22%2F%3E%3Cpath%20id%3D%22_%E3%83%91%E3%82%B9_132%22%20class%3D%22cls-1%22%20d%3D%22m15.45%2C14.86c.55.79%2C1.63.99%2C2.42.44.15-.1.28-.23.39-.37l4.37-5.65c.44-.57.48-1.35.1-1.97L18.71.82c-.5-.82-1.57-1.07-2.39-.56-.2.13-.38.29-.51.49l-4.39%2C6.27c-.41.59-.41%2C1.37%2C0%2C1.97l4.03%2C5.87Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  vertical-align: -0.5rem;
}
@media screen and (min-width: 786px) {
  .c-targetUserTitle::before, .c-targetUserTitle::after {
    width: 35px;
    height: 35px;
  }
}

.c-problemList {
  padding: 35px;
}
.c-problemList li {
  padding-left: 22px;
  position: relative;
  line-height: 1.4;
  font-size: 20px;
  text-align: left;
}
.c-problemList li:nth-child(n+2) {
  margin-top: 22px;
}
.c-problemList li::before {
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0;
  width: 14px;
  height: 14px;
  background-color: #8EB3D5;
  box-shadow: inset 0px 0px 5px rgb(255, 255, 255);
}

.c-problemIllust {
  margin-left: 5%;
  width: 169px;
  height: auto;
}

.c-flowList {
  margin-top: 56px;
  margin-bottom: 56px;
  margin-left: -4.5751633987%;
}
.c-flowList .c-flowStep {
  margin-left: 4.5751633987%;
  padding: 22px;
  border-radius: 20px;
  position: relative;
  width: 28.7581699346%;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.c-flowList .c-flowStep img {
  border-radius: 10px;
}
.c-flowList .c-flowStep::after {
  margin-top: -9px;
  position: absolute;
  top: 50%;
  right: -43px;
  width: 0;
  height: 0;
  border-left: 28px solid #8EB3D5;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
}
.c-flowList .c-flowStep:last-of-type::after {
  display: none;
}
.c-flowList .c-flowStep h2 {
  font-size: 22px;
  text-align: center;
}
.c-flowList .c-flowStep p {
  line-height: 2;
  font-size: 16px;
}

.c-basicColumn p {
  margin-bottom: 56px;
  line-height: 2;
  font-size: 14px;
}
@media screen and (min-width: 786px) {
  .c-basicColumn p {
    line-height: 2.625;
    font-size: 16px;
  }
}

.c-basicBox {
  padding: 56px;
  background-color: #fff;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}
.c-basicBox.is-round {
  border-radius: 20px;
}

.c-note {
  margin-bottom: 22px;
  line-height: 2;
  font-size: 14px;
}

.c-priceTable {
  margin-bottom: 35px;
  border-top: 1px dotted #ADADAD;
}
.c-priceTable dt, .c-priceTable dd {
  margin: 0;
  padding: 22px 13px;
  border-bottom: 1px dotted #ADADAD;
}
.c-priceTableElm {
  width: 66%;
}
.c-priceTableElm .-main {
  display: block;
  width: 100%;
  line-height: 2;
  font-size: 18px;
  font-weight: 600;
}
.c-priceTableElm .-sub {
  color: #fff;
  line-height: 2;
  font-size: 14px;
}
.c-priceTableVar {
  width: 34%;
  line-height: 2;
  text-align: right;
}
.c-priceTableVar .c-price {
  font-size: 18px;
}
.c-priceTableVar .c-unit {
  font-size: 14px;
}

.p-conceptHeading {
  position: relative;
}
.p-conceptHeading .c-conceptImg {
  position: absolute;
}
.p-conceptHeading .c-conceptImg.--1 {
  left: 56px;
  bottom: 92px;
  max-width: 440px;
}
.p-conceptHeading .c-conceptImg.--2 {
  margin-top: -150px;
  right: 56px;
  top: 50%;
  max-width: 290px;
}

.p-conceptFeature .l-basicGrid {
  align-items: center;
}
.p-conceptFeature .c-ovalBox {
  padding: 35px 22px 35px 35px;
  min-height: 440px;
}
.p-conceptFeature .c-basicColumn p {
  margin-bottom: 0;
}

.c-basicBox.has-stepArw {
  margin-bottom: 56px;
  position: relative;
}
.c-basicBox.has-stepArw::after {
  position: absolute;
  bottom: -63px;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 22px solid #8EB3D5;
  border-right: 22px solid transparent;
  border-bottom: 22px solid transparent;
  border-left: 22px solid transparent;
}

/*
 * home
 */
.is-targetElm {
  opacity: 0;
  transition: all 0.8s;
}
.is-targetElm.is-displayed {
  opacity: 1;
}

.home .p-mainvisual,
.home .p-scrollGuide {
  display: block;
}
.home .p-basic p {
  line-height: 2;
}
@media screen and (min-width: 786px) {
  .home .p-basic p {
    font-size: 22px;
  }
}
.home .p-basic p:nth-of-type(n+2) {
  margin: 35px 0 0 0;
}
@media screen and (min-width: 786px) {
  .home .p-basic p:nth-of-type(n+2) {
    margin: 35px 0 0 0;
  }
}

.p-basic p {
  line-height: 2;
  font-size: 15px;
  font-weight: normal;
}
@media screen and (min-width: 786px) {
  .p-basic p {
    font-size: 18px;
  }
}
.p-basic p:nth-of-type(n+2) {
  margin: 35px 0 0 0;
}
@media screen and (min-width: 786px) {
  .p-basic p:nth-of-type(n+2) {
    margin: 35px 0 0 0;
  }
}

.p-mainvisual {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: none;
  width: 100%;
  height: 545px;
  overflow: hidden;
}
@media screen and (min-width: 786px) {
  .p-mainvisual {
    height: 720px;
  }
}
.p-mainvisual video {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}

@keyframes scrollDown {
  0% {
    top: -100%;
    height: 100%;
  }
  100% {
    top: 100%;
    height: 100%;
  }
}
.p-scrollGuide {
  margin: 35px auto;
  position: relative;
  display: none;
  width: 32px;
  height: 66px;
  text-align: center;
  overflow: hidden;
}
@media screen and (min-width: 786px) {
  .p-scrollGuide {
    height: 92px;
  }
}
.p-scrollGuide::before {
  margin-left: 11px;
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  background-color: #fff;
  animation: scrollDown 2.6s linear 0s normal infinite;
}
.p-scrollGuide a {
  margin-left: 18px;
  font-size: 12px;
  writing-mode: vertical-rl;
}
@media screen and (min-width: 786px) {
  .p-scrollGuide a {
    font-size: 14px;
  }
}

@media screen and (min-width: 786px) {
  .c-basicDlist {
    margin-bottom: 56px;
  }
}
.c-basicDlist dt, .c-basicDlist dd {
  margin: 0 0 22px 0;
  line-height: 2;
  font-size: 15px;
  font-weight: normal;
}
@media screen and (min-width: 786px) {
  .c-basicDlist dt, .c-basicDlist dd {
    margin-bottom: 22px;
    font-size: 18px;
  }
}
.c-basicDlist dt {
  margin-right: 11.2820512821%;
  width: 23.5897435897%;
}
@media screen and (min-width: 786px) {
  .c-basicDlist dt {
    margin-right: 2.8645833333%;
    width: 23.5677083333%;
  }
}
.c-basicDlist dd {
  width: 65.1282051282%;
}
@media screen and (min-width: 786px) {
  .c-basicDlist dd {
    width: 73.5677083333%;
  }
}

/*
 * contact
 */
.c-must {
  color: #fff;
}

.p-form__progress {
  margin-bottom: 35px;
}
.p-form__progress li {
  padding: 13px 8px;
  border: 1px solid #fff;
  width: 33.333%;
  font-size: 13px;
  text-align: center;
}
@media screen and (min-width: 786px) {
  .p-form__progress li {
    padding: 16px 13px;
    font-size: 15px;
  }
}
.p-form__progress li:nth-of-type(2) {
  border-left: none;
  border-right: none;
}
.p-form__progress li.is-active {
  background-color: #fff;
  color: #8EB3D5;
  font-weight: bold;
}

.p-form__table .c-must {
  margin-left: 13px;
  font-size: 13px;
  vertical-align: middle;
}
.p-form__table dt, .p-form__table dd {
  margin: 0;
}
.p-form__table dt h2 {
  font-size: 17px;
}
@media screen and (min-width: 786px) {
  .p-form__table dt h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 786px) {
  .p-form__table.-form--confirm {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 786px) {
  .p-form__table.-form--confirm dt {
    margin-right: 2%;
    width: 33%;
  }
}
@media screen and (min-width: 786px) {
  .p-form__table.-form--confirm dd {
    padding-top: 5px;
    width: 65%;
  }
}

.c-form__input {
  margin: 0;
  padding: 13px;
  border: none;
  border-radius: 4px;
  width: 100%;
  color: #48545a;
  font-size: 16px;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.c-form__input::-moz-placeholder {
  color: #8EB3D5;
  opacity: 0.7;
}
.c-form__input::placeholder {
  color: #8EB3D5;
  opacity: 0.7;
}

.c-user__name {
  max-width: 320px;
}

.c-user__phone {
  max-width: 160px;
}

.c-user__mail {
  max-width: 480px;
}

.c-form__error {
  flex-direction: column;
  align-items: flex-start;
}
.c-form__error .c-form__input {
  background-color: #fffddc;
}
.c-form__error br {
  display: none;
}

.c-form__error-msg {
  padding: 3px;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  background-color: #fffddc;
  color: #48545a;
  font-size: 10px;
}
.c-form__error-msg::before {
  margin-left: -8px;
  position: absolute;
  top: -8px;
  left: 50%;
  content: "";
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fffddc;
  border-left: 8px solid transparent;
  display: block;
  width: 8px;
}

.c-form__action {
  margin-bottom: 56px;
}

/*
 * color
 */
/*
 * margin
 */
.u-mg__y--22 {
  margin-top: 22px;
  margin-bottom: 22px;
}

.u-mg__y--13 {
  margin-top: 13px;
  margin-bottom: 13px;
}

.u-mg__t--92 {
  margin-top: 56px;
}
@media screen and (min-width: 600px) {
  .u-mg__t--92 {
    margin-top: 92px;
  }
}

.u-mg__t--56 {
  margin-top: 56px !important;
}

.u-mg__t--35 {
  margin-top: 35px;
}

.u-mg__t--13 {
  margin-top: 13px;
}

.u-mg__t--22 {
  margin-top: 22px;
}

.u-mg__t--0 {
  margin-top: 0 !important;
}

.u-mg__b--56 {
  margin-bottom: 56px !important;
}

.u-mg__b--35 {
  margin-bottom: 35px !important;
}

.u-mg__b--22 {
  margin-bottom: 22px !important;
}

.u-mg__b--0 {
  margin-bottom: 0 !important;
}

/*
 * padding
 */
.u-pdb--0,
.u-pd__b--0 {
  padding-bottom: 0 !important;
}

.u-pd__y--92 {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media screen and (min-width: 600px) {
  .u-pd__y--92 {
    padding-top: 92px;
    padding-bottom: 92px;
  }
}

.u-pd__y--56 {
  padding-top: 35px;
  padding-bottom: 35px;
}
@media screen and (min-width: 600px) {
  .u-pd__y--56 {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.u-pd__a--56 {
  padding: 28px;
}
@media screen and (min-width: 600px) {
  .u-pd__a--56 {
    padding: 56px;
  }
}

.u-pd__a--35 {
  padding: 22px;
}
@media screen and (min-width: 600px) {
  .u-pd__a--35 {
    padding: 35px;
  }
}

.u-pd__all--35 {
  padding: 35px;
}

.u-pd__b--56 {
  padding-bottom: 56px;
}

.u-pd__x--56 {
  padding-left: 22px;
  padding-right: 22px;
}
@media screen and (min-width: 980px) {
  .u-pd__x--56 {
    padding-left: 56px;
    padding-right: 56px;
  }
}

.u-pd__x--35 {
  padding-left: 22px;
  padding-right: 22px;
}
@media screen and (min-width: 600px) {
  .u-pd__x--35 {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.u-pd__x--22 {
  padding-left: 22px;
  padding-right: 22px;
}

.u-pd__x--11 {
  padding-left: 11px;
  padding-right: 11px;
}

.u-pd__y--35 {
  padding-top: 35px;
  padding-bottom: 35px;
}

.u-pd__y--22 {
  padding-top: 22px;
  padding-bottom: 22px;
}

.u-pd__b--35 {
  padding-bottom: 35px !important;
}

/*
 * utility
 */
.-input--hidden {
  display: none;
}

.u-sp--br {
  display: block;
}
@media screen and (min-width: 600px) {
  .u-sp--br {
    display: none;
  }
}

.u-pc--br {
  display: none;
}
@media screen and (min-width: 600px) {
  .u-pc--br {
    display: block;
  }
}

.u-sp--center {
  text-align: center;
}
@media screen and (min-width: 600px) {
  .u-sp--center {
    text-align: left;
  }
}

.u-pc__float--right {
  margin-bottom: 35px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .u-pc__float--right {
    margin-left: 56px;
    float: right;
    width: 40%;
  }
}
.u-pc__float--right.-img--main {
  margin-top: 0;
}
@media screen and (min-width: 600px) {
  .u-pc__float--right.-img--main {
    margin-top: 22px;
  }
}
.u-pc__float--right img {
  width: 100%;
}

.u-width--full {
  width: 100%;
}

.u-width--388 {
  max-width: 388px;
}

.u-roundedImg {
  border-radius: 20px;
}

.u-text--center {
  width: 100%;
  justify-content: center;
  text-align: center;
}
.u-text--center .-sub::before {
  display: none;
}

.u-text--right {
  justify-content: right;
  text-align: right;
}

@media screen and (min-width: 786px) {
  .u-pcText--center {
    justify-content: center;
    text-align: center;
  }
}

.u-text__attention {
  color: #b70052;
}

.u-border--blue {
  border: 4px solid #00489d;
}

.u-pos--relative {
  position: relative;
}

.u-ovh--hidden {
  overflow: hidden;
}

.u-border--radius {
  border-radius: 10px;
}
@media screen and (min-width: 600px) {
  .u-border--radius {
    border-radius: 30px;
  }
}

.u-align--center {
  align-items: center;
}

.u-text--comma {
  margin-right: -0.75em;
}

/*
 * font
 */
.u-font__z--56 {
  font-size: 35px;
}
@media screen and (min-width: 600px) {
  .u-font__z--56 {
    font-size: 56px !important;
  }
}

.u-font__z--35 {
  font-size: 28px !important;
}
@media screen and (min-width: 600px) {
  .u-font__z--35 {
    font-size: 35px !important;
  }
}

.u-font__z--32 {
  font-size: 24px;
}
@media screen and (min-width: 600px) {
  .u-font__z--32 {
    font-size: 32px !important;
  }
}

.u-font__z--28 {
  font-size: 22px;
}
@media screen and (min-width: 600px) {
  .u-font__z--28 {
    font-size: 28px !important;
  }
}

.u-font__z--26 {
  font-size: 26px !important;
}

.u-font__z--24 {
  font-size: 22px !important;
}
@media screen and (min-width: 600px) {
  .u-font__z--24 {
    font-size: 24px !important;
  }
}

.u-font__z--22 {
  font-size: 22px !important;
}

.u-font__z--20 {
  font-size: 20px !important;
}

.u-font__z--18 {
  font-size: 16px;
}
@media screen and (min-width: 600px) {
  .u-font__z--18 {
    font-size: 18px !important;
  }
}

.u-font__z--16 {
  line-height: 2.625;
  font-size: 15px;
}
@media screen and (min-width: 600px) {
  .u-font__z--16 {
    font-size: 16px !important;
  }
}

.u-font__z--14 {
  line-height: 1.8;
  font-size: 13px;
}
@media screen and (min-width: 600px) {
  .u-font__z--14 {
    font-size: 14px !important;
  }
}

.u-font__z--10 {
  line-height: 1.8;
  font-size: 10px;
}
@media screen and (min-width: 600px) {
  .u-font__z--10 {
    font-size: 12px !important;
  }
}
