@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&family=Noto+Serif+JP:wght@400;600&display=swap");
.mincho {
  font-family: "Noto Serif JP", serif;
}

.a-rst {
  text-decoration: none;
  color: #3e3d4d;
}

.a-rst:link, .a-rst:visited {
  text-decoration: none;
}

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

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.8em;
  color: #3e3d4d;
  letter-spacing: 0.1em;
  font-family: "Kosugi Maru", sans-serif;
  min-width: 1100px;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.4em;
    letter-spacing: 0;
    min-width: unset;
  }
}

p {
  line-height: 1.6;
}

.btn-a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #fff;
  height: 38px;
  padding: 0 23px;
  color: #fff;
  width: 243px;
  border-radius: 19px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.btn-a:link, .btn-a:visited {
  text-decoration: none;
}

.btn-a:hover {
  opacity: 0.6;
}

.btn-a i {
  font-size: 1.1rem;
}

.btn-a::after {
  content: "";
  display: block;
  width: 8px;
}

.btn-a.icon-l {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-a.icon-l::after {
  content: none;
}

.btn-a.icon-l i {
  font-size: 1.8rem;
  margin-right: 1rem;
}

.btn-a.purple-1 {
  background-color: #9e97b6;
}

.btn-a.pink-1 {
  background-color: #fbd6cd;
}

.btn-a.pink-2 {
  background-color: #f8eae9;
  color: #d87161;
}

.btn-a.green-1 {
  background-color: #6ecec7;
}

.btn-a.orange-1 {
  background-color: #ffb061;
}

.btn-a.lime-1 {
  background-color: #addd83;
}

.btn-a.red-1 {
  background-color: #d87161;
}

.online-shop-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  height: 34px;
  border-radius: 17px;
  background-color: #9e97b6;
  text-decoration: none;
  color: #fff;
  font-size: 1.4rem;
}

.online-shop-btn:link, .online-shop-btn:visited {
  text-decoration: none;
}

.online-shop-btn i {
  padding-right: 8px;
}

.btn-reserve {
  text-decoration: none;
  color: #fff;
  background-color: #d87161;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 25px;
}

.btn-reserve:link, .btn-reserve:visited {
  text-decoration: none;
}

.btn-reserve::before {
  content: url(../img/common/wing-a.png);
}

.btn-reserve::after {
  content: url(../img/common/wing-a.png);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

@media screen and (max-width: 399px) {
  .btn-reserve {
    padding: 8px;
    font-size: 2.2rem;
  }
}

.flex-tel-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-tel-form .tel {
  text-decoration: none;
  color: #3e3d4d;
  font-size: 3.2rem;
  font-family: "Noto Serif JP", serif;
}

.flex-tel-form .tel:link, .flex-tel-form .tel:visited {
  text-decoration: none;
}

.flex-tel-form .btn-a {
  margin-left: auto;
  margin-right: auto;
  width: 350px;
  background-color: #9e97b6;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .flex-tel-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flex-tel-form .tel {
    margin-bottom: 15px;
    font-size: 2rem;
  }
  .flex-tel-form .btn-a {
    width: 100%;
    max-width: 350px;
  }
}

.clearfix::after {
  content: " ";
  display: block;
  clear: both;
}

.al-c {
  text-align: center;
}

.il-b {
  display: inline-block;
}

.mt-80 {
  margin-top: 80px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mr-15 {
  margin-right: 15px;
}

.hr-a {
  display: block;
  height: 40px;
  background-image: url(../img/common/kazarisen.png);
  background-position: center;
  background-repeat: no-repeat;
  border: none;
}

@media screen and (max-width: 767px) {
  .hr-a {
    margin-left: 10px;
    margin-right: 10px;
    background-size: contain;
  }
}

ul.list-circle > li {
  padding: 0 !important;
  margin-bottom: 10px !important;
  margin-left: 1.8rem;
  text-indent: -1.8rem;
  line-height: 1.4;
}

ul.list-circle > li::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #fbd6cd;
}

ul.list-circle.circle-purple li::before {
  color: #715c90;
}

@media screen and (max-width: 767px) {
  ul.list-circle li {
    margin-left: 1.4rem;
    text-indent: -1.4rem;
  }
}

ul.asta li {
  text-indent: -1em;
  margin-left: 1em;
}

ul.asta li::before {
  content: "※";
}

p.asta {
  font-size: 1.6rem;
  text-indent: -1em;
  margin-left: 1em;
}

p.asta::before {
  content: "※";
}

@media screen and (max-width: 767px) {
  p.asta {
    font-size: 1.2rem;
  }
}

strong {
  color: #d87161;
}

.hov {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.hov:hover {
  opacity: 0.6;
}

header {
  border-top: solid 5px #fbd6cd;
}

header .header-inner {
  position: relative;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 12px;
  border-bottom: solid 1px #fbd6cd;
}

@media screen and (max-width: 767px) {
  header .header-inner {
    max-width: 100%;
  }
  header .header-inner .sp {
    display: inherit;
  }
  header .header-inner .pc {
    display: none;
  }
}

header .header-inner .header-upper {
  position: absolute;
  top: 0;
  right: 0;
}

header .header-inner .header-upper .tab {
  padding: 9px 33px 13px 20px;
  background-color: #fbd6cd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0 0 8px 8px;
}

header .header-inner .header-upper .tab i {
  color: #d87161;
  padding-right: 10px;
}

header .header-inner .header-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
}

header .header-inner .header-body h1 {
  width: 366px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 43px;
}

header .header-inner .header-body h1 .small {
  font-size: 1.4rem;
  padding-bottom: 8px;
  letter-spacing: 0;
}

header .header-inner .header-body h1 .large {
  font-size: 2.2rem;
  font-family: "Noto Serif JP", serif;
}

header .header-inner .header-body .logo {
  width: 268px;
}

header .header-inner .header-body .right {
  width: 366px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 43px;
}

header .header-inner .header-body .right .right-upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-inner .header-body .right .right-upper .sns-btn {
  font-size: 2.8rem;
  text-decoration: none;
  color: #9e97b6;
  margin-left: 1.4rem;
}

header .header-inner .header-body .right .right-upper .sns-btn:link, header .header-inner .header-body .right .right-upper .sns-btn:visited {
  text-decoration: none;
}

header .header-inner .header-body .right .right-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  padding-top: 1.6rem;
}

header .header-inner .header-body .right .right-bottom i {
  color: #fbd6cd;
}

header .header-inner .header-body .right .right-bottom li {
  margin-left: 1.4rem;
}

@media screen and (max-width: 767px) {
  header {
    border-top: none;
  }
  header .header-inner {
    padding-bottom: 0;
    border-bottom: none;
  }
  header .header-inner .header-upper {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 3vw;
    padding-right: 3vw;
    border-top: solid 5px #fbd6cd;
    border-bottom: #fbd6cd solid 1px;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: #fff;
  }
  header .header-inner .header-upper .tab {
    height: 36px;
  }
  header .header-inner .header-upper .hmb-btn {
    padding-top: 4px;
    padding-bottom: 8px;
  }
  header .header-inner .header-body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-left: 3vw;
    padding-right: 3vw;
    margin-top: 56px;
  }
  header .header-inner .header-body h1 {
    padding: 10px 0 10px 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: auto;
  }
  header .header-inner .header-body h1 .small {
    font-size: 1.2rem;
  }
  header .header-inner .header-body h1 .large {
    font-size: 2rem;
  }
  header .header-inner .header-body .logo {
    width: auto;
    padding: 5px 0;
    -ms-flex-negative: 1;
        flex-shrink: 1;
  }
  header .header-inner .header-body .logo img {
    display: block;
    width: 100%;
  }
}

.sp-title {
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 3rem;
  background-color: #fbd6cd;
}

@media screen and (max-width: 767px) {
  .sp-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.sp-title img {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.gnav {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .gnav {
    max-width: 100%;
  }
  .gnav .sp {
    display: inherit;
  }
  .gnav .pc {
    display: none;
  }
}

.gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.gnav ul li {
  position: relative;
  letter-spacing: 0;
}

.gnav ul li a,
.gnav ul li .acd {
  text-decoration: none;
  color: #3e3d4d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 12px;
  font-size: 1.7rem;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.gnav ul li a:link, .gnav ul li a:visited,
.gnav ul li .acd:link,
.gnav ul li .acd:visited {
  text-decoration: none;
}

.gnav ul li a:hover,
.gnav ul li .acd:hover {
  color: #fbd6cd;
}

.gnav ul li .sub {
  opacity: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  background-color: #fff;
  border: solid 2px #fbd6cd;
  border-radius: 8px;
  z-index: 1;
  width: 220px;
  padding: 12px 12px 0;
}

.gnav ul li .sub a {
  font-size: 1.6rem;
  padding: 0;
  margin-bottom: 10px;
}

.gnav ul li .sub a::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  color: #fbd6cd;
  margin-right: 10px;
  font-weight: bold;
  display: inline-block;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}

.gnav ul li .sub.open {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .gnav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 1000;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    overflow: auto;
  }
  .gnav.gnav-open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .gnav .menu-head {
    padding-left: 3vw;
    padding-right: 3vw;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #d87161;
    height: 56px;
    border-top: solid 5px #fbd6cd;
    border-bottom: solid 1px #c0bbc1;
    font-size: 1.7rem;
  }
  .gnav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gnav ul li {
    border-bottom: solid 1px #c0bbc1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0, #fff), to(#f7f6f3));
    background-image: linear-gradient(0, #fff 0, #f7f6f3 100%);
  }
  .gnav ul li a,
  .gnav ul li .acd {
    height: 56px;
  }
  .gnav ul li > a::before,
  .gnav ul li > .acd::before {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    color: #d87161;
    margin-right: 10px;
    font-weight: bold;
    display: inline-block;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
  .gnav ul li.has-sub > a::after,
  .gnav ul li.has-sub > .acd::after {
    content: "\f13a";
    font-family: "Font Awesome 5 Free";
    color: #d87161;
    font-weight: bold;
    margin-left: auto;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .gnav ul li.has-sub > a.icon-alt::after,
  .gnav ul li.has-sub > .acd.icon-alt::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .gnav ul li .sub {
    border-radius: 0;
    background-color: #fbd6cd;
    border: none;
    width: 100%;
    padding: 0;
    position: relative;
    z-index: inherit;
    opacity: 1;
    -webkit-transition: unset;
    transition: unset;
    display: none;
  }
  .gnav ul li .sub li {
    background-image: none;
    border-bottom: none;
    padding-left: 25px;
    border-bottom: #f8eae9 solid 1px;
  }
  .gnav ul li .sub li:last-child {
    border-bottom: none;
  }
  .gnav ul li .sub li a {
    font-size: 1.7rem;
    margin-bottom: 0;
  }
  .gnav ul li .sub li a::before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: bold;
    color: #d87161;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
  .gnav .menu-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 15px;
    padding-bottom: 20px;
  }
  .gnav .menu-footer .service {
    padding-top: 15px;
  }
  .gnav .menu-footer .service li {
    background-image: none;
    border-bottom: none;
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
  .gnav .menu-footer .service li i {
    margin-right: 5px;
    color: #fbd6cd;
  }
  .gnav .menu-footer .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .gnav .menu-footer .sns a {
    text-decoration: none;
    color: #9e97b6;
    font-size: 3rem;
    margin: 5px;
  }
  .gnav .menu-footer .sns a:link, .gnav .menu-footer .sns a:visited {
    text-decoration: none;
  }
}

.overray {
  position: fixed;
  top: 0;
  left: 0;
  content: "";
  background-color: #000;
  opacity: 0.6;
  display: block;
  width: 100%;
  height: 200vh;
  z-index: 999;
}

footer {
  background-image: url(../img/common/back_pink.jpg);
  padding: 30px 0 150px;
}

footer .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .sitemap {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  footer .sitemap {
    max-width: 100%;
  }
  footer .sitemap .sp {
    display: inherit;
  }
  footer .sitemap .pc {
    display: none;
  }
}

footer .sitemap dl {
  margin: 0 10px;
}

footer .sitemap dl a {
  text-decoration: none;
  color: #3e3d4d;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

footer .sitemap dl a:link, footer .sitemap dl a:visited {
  text-decoration: none;
}

footer .sitemap dl a:hover {
  color: #d87161;
  text-decoration: underline;
}

footer .sitemap dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
  margin-top: 15px;
}

footer .sitemap dl dt:first-child {
  margin-top: 0;
}

footer .sitemap dl dt::before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 1rem;
  color: #d87161;
  padding-right: 12px;
  display: inline-block;
  padding-top: 4px;
}

footer .sitemap dl dd {
  font-size: 1.4rem;
}

footer .sitemap dl dd ul {
  padding-right: 5px;
}

footer .sitemap dl dd ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  line-height: 1.4;
  margin-top: 1rem;
  letter-spacing: 0.05em;
}

footer .sitemap dl dd ul li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  color: #d87161;
  font-weight: bold;
  -webkit-transform: scale(0.3);
          transform: scale(0.3);
  padding-right: 3px;
}

footer .copy {
  text-align: center;
  color: #d87161;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  footer {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  footer .logo img {
    display: block;
    max-width: 100%;
  }
  footer .sns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 20px;
    padding-bottom: 10px;
  }
  footer .sns a {
    text-decoration: none;
    color: #9e97b6;
    font-size: 3rem;
    margin: 5px;
  }
  footer .sns a:link, footer .sns a:visited {
    text-decoration: none;
  }
}

.float-ad {
  position: fixed;
  right: 0;
  top: 250px;
  border: solid 1px #fff;
  border-radius: 10px 0 0 10px;
  padding: 6px 7px;
  background-color: #9e97b6;
  color: #fff;
  background-image: url(../img/common/float-ad-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  z-index: 200;
}

.float-ad::before {
  content: url(../img/common/float-ad-corner.png);
  position: absolute;
  top: 6px;
  left: 7px;
}

.float-ad::after {
  content: url(../img/common/float-ad-corner.png);
  position: absolute;
  bottom: 6px;
  left: 7px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.float-ad .inner {
  padding: 20px 20px 10px;
  position: relative;
}

.float-ad .inner a {
  text-decoration: none;
  color: #fff;
}

.float-ad .inner a:link, .float-ad .inner a:visited {
  text-decoration: none;
}

.float-ad .inner .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.float-ad .inner .title .left {
  height: 46px;
  width: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #d87161;
  border-radius: 23px;
  margin-right: 8px;
}

.float-ad .inner .title .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Noto Serif JP", serif;
  min-width: 54px;
  max-width: 100%;
}

.float-ad .inner .title .right .small {
  font-size: 1.6rem;
}

.float-ad .inner .title .right .large {
  font-size: 2.4rem;
}

.float-ad .inner hr {
  display: block;
  border: none;
  height: 8px;
  width: 100%;
  background-image: url(../img/common/float-ad-bar.png);
  background-position: center;
  background-repeat: no-repeat;
}

.float-ad .inner .img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.float-ad .inner .more-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.float-ad .inner .more-wrap .more {
  color: #9e97b6;
  height: 38px;
  border-radius: 19px;
  background-color: #fff;
  padding: 2px;
}

.float-ad .inner .more-wrap .more .more-inner {
  border: solid 1px #9e97b6;
  border-radius: 17px;
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 15px;
  padding-right: 35px;
}

.float-ad .inner .more-wrap .more .more-inner i {
  margin-right: 15px;
}

.float-ad .inner .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}

.float-ad .inner .btn:hover {
  cursor: pointer;
}

.float-ad .inner .btn .icon .open-icon {
  display: none;
}

.float-ad .inner .btn .close {
  margin-left: 10px;
}

.float-ad .inner::before {
  content: url(../img/common/float-ad-corner.png);
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.float-ad .inner::after {
  content: url(../img/common/float-ad-corner.png);
  position: absolute;
  bottom: 0px;
  right: 0px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.float-ad.closed {
  background-position: left center;
  width: 80px;
}

.float-ad.closed .inner {
  padding-left: 5px;
  padding-right: 5px;
}

.float-ad.closed .inner .title {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.float-ad.closed .inner .title .left {
  margin-right: 0;
  margin-bottom: 10px;
}

.float-ad.closed .inner .title .right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.float-ad.closed .inner .title .right span {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}

.float-ad.closed .inner .title .right .large {
  font-size: 2.8rem;
  margin-right: 10px;
}

.float-ad.closed .inner hr,
.float-ad.closed .inner .img,
.float-ad.closed .inner .more-wrap,
.float-ad.closed .inner .close-icon,
.float-ad.closed .inner .close {
  display: none;
}

.float-ad.closed .inner .open-icon {
  display: block !important;
  margin-bottom: 15px;
}

.float-ad.closed .inner::before, .float-ad.closed .inner::after {
  content: none;
}

@media screen and (max-width: 767px) {
  .float-ad {
    top: 70px;
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .float-ad.disp {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .float-ad.scrolling {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
  .float-ad .inner .title .right {
    min-width: unset;
  }
  .float-ad .inner .btn:hover {
    cursor: pointer;
  }
  .float-ad.closed {
    width: unset;
  }
  .float-ad.closed .inner .title .left {
    width: 38px;
    height: 38px;
    border-radius: 19px;
  }
  .float-ad.closed .inner .title .right .small {
    font-size: 1.2rem;
  }
  .float-ad.closed .inner .title .right .large {
    font-size: 2.2rem;
    margin-right: 6px;
  }
}

.float-btn-area {
  z-index: 100;
  position: fixed;
  bottom: 0;
  width: 100%;
  border: solid 2px #f8eae9;
  border-width: 2px 0;
  background-image: url(../img/common/back_pink.jpg);
}

.float-btn-area .flex {
  height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 80px;
  padding-right: 80px;
}

.float-btn-area .flex .btn-a {
  width: 263px;
  height: 60px;
  border-radius: 30px;
}

.float-btn-area .flex .tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.2rem;
  text-decoration: none;
  color: #d87161;
  text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
}

.float-btn-area .flex .tel:link, .float-btn-area .flex .tel:visited {
  text-decoration: none;
}

.float-btn-area .flex .tel i {
  margin-right: 5px;
}

.float-btn-area .bottom {
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.float-btn-area .bottom a {
  text-decoration: none;
  color: #fff;
  width: 52px;
  height: 26px;
  background-color: #d87161;
  border-radius: 26px 26px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}

.float-btn-area .bottom a:link, .float-btn-area .bottom a:visited {
  text-decoration: none;
}

.float-btn-area .bottom a:hover {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

@media screen and (max-width: 767px) {
  .float-btn-area {
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 7px;
  }
  .float-btn-area .flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100px;
    padding-left: 0;
    padding-right: 0;
    max-width: 255px;
    margin-left: auto;
    margin-right: auto;
  }
  .float-btn-area .flex .btn-a {
    border-radius: 19px;
    height: 38px;
  }
  .float-btn-area .flex .btn-a.red-1 {
    width: 100%;
  }
  .float-btn-area .flex .btn-a.pink-2 {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }
  .float-btn-area .flex .tel {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #f8eae9;
    border-radius: 19px;
    height: 38px;
    font-size: 1.4rem;
  }
}

.sec_inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .sec_inner {
    max-width: 100%;
  }
  .sec_inner .sp {
    display: inherit;
  }
  .sec_inner .pc {
    display: none;
  }
}

.main-slide {
  width: 100%;
  max-width: 2000px;
  margin-left: auto;
  margin-right: auto;
}

.main-slide li {
  width: 100%;
  height: 540px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.main-slide li:nth-child(1) {
  background-image: url(../img/slide/main-image-0.jpg);
}

.main-slide li:nth-child(2) {
  background-image: url(../img/slide/main-image-1.jpg);
}

.main-slide li:nth-child(3) {
  background-image: url(../img/slide/main-image-2.jpg);
}

@media screen and (max-width: 767px) {
  .main-slide li {
    height: 143.75vw;
  }
  .main-slide li:nth-child(1) {
    background-image: url(../img/slide/main-image-0-sp.jpg);
  }
  .main-slide li:nth-child(2) {
    background-image: url(../img/slide/main-image-1-sp.jpg);
  }
  .main-slide li:nth-child(3) {
    background-image: url(../img/slide/main-image-2-sp.jpg);
  }
}

.sub-kv {
  height: 200px;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.sub-kv.product-top-kv {
  background-image: url(../img/product/product-top-kv.jpg);
}

.sub-kv.product-part-kv {
  background-image: url(../img/product/product-part-kv.jpg);
}

.sub-kv.product-whorl-kv {
  background-image: url(../img/product/product-whorl-kv.jpg);
}

.sub-kv.product-full-kv {
  background-image: url(../img/product/product-full-kv.jpg);
}

.sub-kv.product-gray-kv {
  background-image: url(../img/product/product-gray-kv.jpg);
}

.sub-kv.about-kv {
  background-image: url(../img/about/about-kv.jpg);
}

.sub-kv.voice-kv {
  background-image: url(../img/voice/voice-kv.jpg);
}

.sub-kv.quality-kv {
  background-image: url(../img/quality/quality-kv.jpg);
}

.sub-kv.flow-kv {
  background-image: url(../img/flow/flow-kv.jpg);
}

.sub-kv .kv-inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .sub-kv .kv-inner {
    max-width: 100%;
  }
  .sub-kv .kv-inner .sp {
    display: inherit;
  }
  .sub-kv .kv-inner .pc {
    display: none;
  }
}

.sub-kv .kv-inner .title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  text-shadow: 1px 0 0 #fff, 0 1px 0 #fff, -1px 0 0 #fff, 0 -1px 0 #fff;
}

.sub-kv .kv-inner .title .small {
  font-size: 1.9rem;
  margin-bottom: 1rem;
}

.sub-kv .kv-inner .title h1 {
  font-size: 2.7rem;
}

.sub-kv .kv-inner .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.sub-kv .kv-inner .btn-area li {
  margin-right: 12px;
}

.sub-kv .kv-inner .btn-area li .btn-a {
  color: #3e3d4d;
  background-color: #fff;
  font-size: 1.4rem;
  width: 170px;
  padding: 0 13px;
  letter-spacing: 0;
}

.sub-kv .kv-inner .btn-area li:nth-child(1) i {
  color: #d87161;
}

.sub-kv .kv-inner .btn-area li:nth-child(2) i {
  color: #6ecec7;
}

.sub-kv .kv-inner .btn-area li:nth-child(3) i {
  color: #fbd6cd;
}

.sub-kv .kv-inner .btn-area li:nth-child(4) i {
  color: #addd83;
}

@media screen and (max-width: 767px) {
  .sub-kv {
    margin-top: 40px;
    height: 40.625vw;
  }
  .sub-kv.product-top-kv {
    background-image: url(../img/product/product-top-kv-sp.jpg);
  }
  .sub-kv.product-part-kv {
    background-image: url(../img/product/product-part-kv-sp.jpg);
  }
  .sub-kv.product-whorl-kv {
    background-image: url(../img/product/product-whorl-kv-sp.jpg);
  }
  .sub-kv.product-full-kv {
    background-image: url(../img/product/product-full-kv-sp.jpg);
  }
  .sub-kv.product-gray-kv {
    background-image: url(../img/product/product-gray-kv-sp.jpg);
  }
  .sub-kv.about-kv {
    background-image: url(../img/about/about-kv-sp.jpg);
  }
  .sub-kv.voice-kv {
    background-image: url(../img/voice/voice-kv-sp.jpg);
  }
  .sub-kv.quality-kv {
    background-image: url(../img/quality/quality-kv-sp.jpg);
  }
  .sub-kv.flow-kv {
    background-image: url(../img/flow/flow-kv-sp.jpg);
  }
  .sub-kv .kv-inner {
    padding-top: 20px;
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .sub-kv .kv-inner .title {
    height: auto;
  }
  .sub-kv .kv-inner .title span {
    font-size: 1.6rem;
  }
  .sub-kv .kv-inner .title h1 {
    font-size: 2.2rem;
  }
  .sub-kv .kv-inner .btn-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
    max-width: 430px;
  }
  .sub-kv .kv-inner .btn-area li {
    margin-bottom: 6px;
    margin-right: 6px;
  }
  .sub-kv .kv-inner .btn-area li .btn-a {
    font-size: 1.2rem;
    width: 143px;
    padding: 0 8px;
    height: 32px;
    border-radius: 16px;
  }
}

@media screen and (max-width: 394px) {
  .sub-kv {
    margin-top: 40px;
    height: 40.625vw;
  }
  .sub-kv.product-top-kv {
    background-image: url(../img/product/product-top-kv-sp.jpg);
  }
  .sub-kv .kv-inner {
    padding-top: 12px;
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .sub-kv .kv-inner .title {
    height: auto;
  }
  .sub-kv .kv-inner .title span {
    font-size: 1.4rem;
  }
  .sub-kv .kv-inner .title h1 {
    font-size: 1.9rem;
  }
  .sub-kv .kv-inner .btn-area {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .sub-kv .kv-inner .btn-area li {
    margin-bottom: 4px;
    margin-right: 4px;
  }
  .sub-kv .kv-inner .btn-area li .btn-a {
    font-size: 1rem;
    width: 140px;
    padding: 0 8px;
    height: 28px;
    border-radius: 14px;
  }
}

.wig-tipe {
  margin-top: 48px;
  margin-bottom: 36px;
}

.wig-tipe .inner {
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
  height: 102px;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 20px 5px 55px;
}

@media screen and (max-width: 767px) {
  .wig-tipe .inner {
    max-width: 100%;
  }
  .wig-tipe .inner .sp {
    display: inherit;
  }
  .wig-tipe .inner .pc {
    display: none;
  }
}

.wig-tipe .inner.top-wig {
  background-image: url(../img/product/wig-name-top.jpg);
}

.wig-tipe .inner.part-wig {
  background-image: url(../img/product/wig-name-part.jpg);
}

.wig-tipe .inner.whorl-wig {
  background-image: url(../img/product/wig-name-whorl.jpg);
}

.wig-tipe .inner.full-wig {
  background-image: url(../img/product/wig-name-full.jpg);
}

.wig-tipe .inner h2 {
  font-size: 2.7rem;
  font-family: "Noto Serif JP", serif;
}

.wig-tipe .inner p {
  line-height: 2;
  font-size: 1.6rem;
  text-align: right;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .wig-tipe {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .wig-tipe .inner {
    max-width: 912px;
    margin-left: auto;
    margin-right: auto;
    height: auto;
    background-size: cover;
    background-position: left center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 7.3vw 30px 20px 30px;
    border: solid 1px #c0bbc1;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .wig-tipe .inner {
    max-width: 100%;
  }
  .wig-tipe .inner .sp {
    display: inherit;
  }
  .wig-tipe .inner .pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .wig-tipe .inner.top-wig {
    background-image: url(../img/product/wig-name-top-sp.jpg);
  }
  .wig-tipe .inner.part-wig {
    background-image: url(../img/product/wig-name-part-sp.jpg);
  }
  .wig-tipe .inner.whorl-wig {
    background-image: url(../img/product/wig-name-whorl-sp.jpg);
  }
  .wig-tipe .inner.full-wig {
    background-image: url(../img/product/wig-name-full-sp.jpg);
  }
  .wig-tipe .inner h2 {
    margin-bottom: 20px;
  }
  .wig-tipe .inner p {
    text-align: center;
  }
}

.before-after h3 {
  margin-top: 40px;
  font-size: 2.4rem;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  margin-bottom: 40px;
}

.before-after p {
  text-align: center;
  margin-bottom: 20px;
}

.before-after .before-after-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 40px;
  padding-bottom: 60px;
}

.before-after .before-after-flex .before {
  position: relative;
  margin-left: 20px;
}

.before-after .before-after-flex .before::before {
  position: absolute;
  content: "Before";
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 60px;
  width: 60px;
  border-radius: 30px;
  background-color: #c0bbc1;
  top: -30px;
  left: -20px;
}

.before-after .before-after-flex .after {
  position: relative;
  margin-left: 20px;
}

.before-after .before-after-flex .after::before {
  position: absolute;
  content: "After";
  color: #fff;
  font-family: "Noto Serif JP", serif;
  font-size: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 76px;
  width: 76px;
  border-radius: 38px;
  background-color: #d87161;
  top: -38px;
  left: -20px;
}

.before-after .before-after-flex .after span {
  display: block;
  margin-top: 12px;
  font-size: 1.5rem;
  text-align: center;
}

.before-after .before-after-flex .arrow {
  position: relative;
  display: block;
  width: 70px;
  margin: 170px 10px 20px 30px;
}

.before-after .before-after-flex .arrow::before {
  position: absolute;
  right: 0;
  top: 50%;
  content: "";
  display: block;
  height: 40px;
  width: 40px;
  border: solid 1px #d87161;
  border-width: 1px 1px 0 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.before-after .before-after-flex .arrow::after {
  content: "";
  position: absolute;
  border-bottom: #d87161 solid 1px;
  display: block;
  width: 70px;
  top: 50%;
  right: -7px;
}

.before-after .before-after-flex img {
  display: block;
  max-width: 100%;
}

.before-after .before-after-flex.green-1 .after::before {
  background-color: #6ecec7;
}

.before-after .before-after-flex.green-1 .arrow::before {
  border-color: #6ecec7;
}

.before-after .before-after-flex.green-1 .arrow::after {
  border-color: #6ecec7;
}

.before-after .before-after-flex.orange-1 .after::before {
  background-color: #ffb061;
}

.before-after .before-after-flex.orange-1 .arrow::before {
  border-color: #ffb061;
}

.before-after .before-after-flex.orange-1 .arrow::after {
  border-color: #ffb061;
}

.before-after .before-after-flex.lime-1 .after::before {
  background-color: #addd83;
}

.before-after .before-after-flex.lime-1 .arrow::before {
  border-color: #addd83;
}

.before-after .before-after-flex.lime-1 .arrow::after {
  border-color: #addd83;
}

@media screen and (max-width: 767px) {
  .before-after .sec_inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .before-after .before-after-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .before-after .before-after-flex .after {
    margin-top: 50px;
  }
  .before-after .before-after-flex .arrow {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    margin-top: 50px;
  }
}

.full-wig {
  margin-top: 80px;
}

.full-wig .full-wig-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.full-wig .full-wig-flex > div {
  position: relative;
  margin: 35px 30px;
}

.full-wig .full-wig-flex > div::before {
  position: absolute;
  top: -53px;
  left: -30px;
  content: "";
  display: block;
  width: 106px;
  height: 106px;
  border-radius: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}

.full-wig .full-wig-flex .fashion::before {
  content: "おしゃれ用";
  background-color: #d87161;
}

.full-wig .full-wig-flex .gray::before {
  content: "グレイヘア";
  background-color: #9e97b6;
}

.full-wig .full-wig-flex .medical::before {
  content: "医療用";
  background-color: #6ecec7;
}

.sec_maintenance .sec_inner {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.sec_maintenance .sec_inner h2 {
  font-size: 2.7rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  text-align: center;
}

.sec_maintenance .sec_inner .small {
  font-size: 1.6rem;
}

.sec_maintenance .sec_inner .read {
  margin-top: 40px;
  letter-spacing: 0;
  text-align: center;
}

.sec_maintenance .sec_inner ul {
  counter-reset: mente-step;
  margin-top: 60px;
}

.sec_maintenance .sec_inner ul li {
  background-color: #f8eae9;
  outline: 1px solid #fff;
  outline-offset: -5px;
  padding: 15px 25px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  counter-increment: mente-step;
}

.sec_maintenance .sec_inner ul li dl {
  width: 100%;
}

.sec_maintenance .sec_inner ul li dl dt {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 70px;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
}

.sec_maintenance .sec_inner ul li dl dt::before {
  content: counter(mente-step);
  font-size: 7rem;
  font-style: italic;
  font-family: "Noto Serif JP", serif;
  color: #fff;
  position: absolute;
  bottom: -5px;
  left: 0;
}

.sec_maintenance .sec_inner ul li dl dd {
  padding-left: 70px;
  margin-top: 15px;
}

.sec_maintenance .sec_inner ul li .img {
  margin-top: 30px;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  .sec_maintenance .sec_inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .sec_maintenance .sec_inner .small {
    font-size: 1.2rem;
  }
  .sec_maintenance .sec_inner ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec_maintenance .sec_inner ul li dl dt {
    padding-left: 40px;
    height: 40px;
  }
  .sec_maintenance .sec_inner ul li dl dt::before {
    font-size: 4rem;
  }
  .sec_maintenance .sec_inner ul li dl dd {
    padding-left: 0;
  }
  .sec_maintenance .sec_inner ul li .img {
    margin-left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.bnr-02 {
  margin-bottom: 60px;
}

.bnr-02 .wrap {
  display: block;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  color: #9e97b6;
  padding: 10px;
  border: solid 1px #9e97b6;
  border-radius: 10px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .bnr-02 .wrap {
    max-width: 100%;
  }
  .bnr-02 .wrap .sp {
    display: inherit;
  }
  .bnr-02 .wrap .pc {
    display: none;
  }
}

.bnr-02 .wrap:link, .bnr-02 .wrap:visited {
  text-decoration: none;
}

.bnr-02 .wrap::before {
  content: url(../img/common/corner-b.jpg);
  position: absolute;
  left: 10px;
  top: 10px;
}

.bnr-02 .wrap::after {
  content: url(../img/common/corner-b.jpg);
  position: absolute;
  right: 10px;
  top: 10px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.bnr-02 .wrap .inner {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  font-size: 2.7rem;
  font-family: "Noto Serif JP", serif;
  padding: 10px 15px;
}

.bnr-02 .wrap .inner::before {
  content: url(../img/common/corner-b.jpg);
  position: absolute;
  left: 10px;
  bottom: 10px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.bnr-02 .wrap .inner::after {
  content: url(../img/common/corner-b.jpg);
  position: absolute;
  right: 10px;
  bottom: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.bnr-02 .wrap .inner h3 {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .bnr-02 {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .bnr-02 .wrap .inner {
    font-size: 1.8rem;
    text-align: center;
  }
  .bnr-02 .wrap .inner h3 {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }
  .bnr-02 .wrap .inner p {
    line-height: 1.3;
  }
}

.bnr-grayhair-price {
  border-width: 66px;
  border-style: solid;
  -o-border-image: url(../img/common/frame-2-purple.jpg) 66;
     border-image: url(../img/common/frame-2-purple.jpg) 66;
  border-image-repeat: space;
}

.bnr-grayhair-price .grayhair-price {
  color: #715c90;
  font-family: "Noto Serif JP", serif;
}

.bnr-grayhair-price .grayhair-price h2 {
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
}

.bnr-grayhair-price .grayhair-price dl {
  background-image: url(../img/bnr/gray-hair/flower-l.png), url(../img/bnr/gray-hair/flower-r.png);
  background-repeat: no-repeat;
  background-position: left top, right top;
  margin-top: 15px;
  max-width: 706px;
  margin-left: auto;
  margin-right: auto;
}

.bnr-grayhair-price .grayhair-price dl dt {
  text-align: center;
  font-size: 3.6rem;
  padding-top: 20px;
}

.bnr-grayhair-price .grayhair-price dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
  padding-top: 15px;
}

.bnr-grayhair-price .grayhair-price dl dd .circle {
  font-size: 2.5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 76px;
  height: 76px;
  background-color: #9e97b6;
  border-radius: 38px;
  margin-right: 15px;
}

.bnr-grayhair-price .grayhair-price dl dd .price {
  font-size: 5.5rem;
}

.bnr-grayhair-price .grayhair-price dl dd .yen {
  font-size: 3rem;
  color: #3e3d4d;
}

.bnr-grayhair-price .grayhair-price dl dd .tax {
  font-size: 2.3rem;
  color: #3e3d4d;
}

.bnr-grayhair-price .campain-price {
  margin-top: 60px;
  background-color: #f6f6f7;
  position: relative;
  text-align: center;
  padding: 33px 0;
}

.bnr-grayhair-price .campain-price::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 13px;
  display: block;
  width: calc(100% - 306px - 26px);
  height: calc(100% - 230px - 24px);
  border-width: 115px 153px;
  border-style: solid;
  -o-border-image: url(../img/bnr/gray-hair/frame-3.png) 115 153;
     border-image: url(../img/bnr/gray-hair/frame-3.png) 115 153;
}

.bnr-grayhair-price .campain-price .inner {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.bnr-grayhair-price .campain-price .inner h2 {
  background-color: #d87161;
  color: #f6f6f7;
  font-family: "Noto Serif JP", serif;
  font-size: 2.7rem;
  line-height: 1.4;
  height: 46px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bnr-grayhair-price .campain-price .inner h2::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 0 23px 23px;
  border-color: transparent transparent transparent #f6f6f7;
}

.bnr-grayhair-price .campain-price .inner h2::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23px 23px 23px 0;
  border-color: transparent #f6f6f7 transparent transparent;
}

.bnr-grayhair-price .campain-price .inner dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 18px;
}

.bnr-grayhair-price .campain-price .inner dl dt {
  font-size: 2.7rem;
  font-family: "Noto Serif JP", serif;
}

.bnr-grayhair-price .campain-price .inner dl dt::after {
  content: url(../img/top/bar-a.png);
  display: block;
}

.bnr-grayhair-price .campain-price .inner dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0;
  font-family: "Noto Serif JP", serif;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
}

.bnr-grayhair-price .campain-price .inner dl dd .circle {
  font-size: 2.5rem;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 76px;
  height: 76px;
  background-color: #d87161;
  border-radius: 38px;
  position: relative;
}

.bnr-grayhair-price .campain-price .inner dl dd .circle::before {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 36px;
  border: solid 1px #fff;
  position: absolute;
  top: 2px;
  left: 2px;
}

.bnr-grayhair-price .campain-price .inner dl dd .price {
  font-size: 7rem;
  color: #d87161;
}

.bnr-grayhair-price .campain-price .inner dl dd .yen {
  font-size: 3rem;
  color: #3e3d4d;
  color: #d87161;
}

.bnr-grayhair-price .campain-price .inner ul li {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .bnr-grayhair-price {
    border-width: 44px;
  }
  .bnr-grayhair-price .grayhair-price h2 {
    font-size: 2.2rem;
  }
  .bnr-grayhair-price .grayhair-price dl dt {
    font-size: 3rem;
    padding-top: 120px;
  }
  .bnr-grayhair-price .grayhair-price dl dd .circle {
    font-size: 1.8rem;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    margin-right: 10px;
  }
  .bnr-grayhair-price .grayhair-price dl dd .price {
    font-size: 3.6rem;
  }
  .bnr-grayhair-price .grayhair-price dl dd .yen {
    font-size: 2rem;
  }
  .bnr-grayhair-price .grayhair-price dl dd .tax {
    font-size: 1.6rem;
  }
  .bnr-grayhair-price .campain-price::before {
    width: calc(100% - 152px - 26px);
    height: calc(100% - 114px - 24px);
    border-width: 57px 76px;
  }
  .bnr-grayhair-price .campain-price .inner {
    padding: 30px;
  }
  .bnr-grayhair-price .campain-price .inner h2 {
    height: 74px;
    font-size: 2.2rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding: 0 37px;
  }
  .bnr-grayhair-price .campain-price .inner h2::before {
    border-width: 37px 0 37px 37px;
    position: absolute;
    left: 0;
    top: 0;
  }
  .bnr-grayhair-price .campain-price .inner h2::after {
    border-width: 37px 37px 37px 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .bnr-grayhair-price .campain-price .inner dl dt::after {
    content: "";
    display: block;
    height: 20px;
    width: 100%;
    background-image: url(../img/top/bar-a.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .bnr-grayhair-price .campain-price .inner dl dd .circle {
    font-size: 1.8rem;
    width: 50px;
    height: 50px;
    border-radius: 25px;
  }
  .bnr-grayhair-price .campain-price .inner dl dd .circle::before {
    width: 44px;
    height: 44px;
  }
  .bnr-grayhair-price .campain-price .inner dl dd .price {
    font-size: 4.6rem;
  }
  .bnr-grayhair-price .campain-price .inner dl dd .yen {
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 424px) {
  .bnr-grayhair-price {
    border-width: 22px;
  }
  .bnr-grayhair-price .grayhair-price {
    padding-top: 15px;
  }
  .bnr-grayhair-price .campain-price::before {
    width: calc(100% - 152px - 26px);
    height: calc(100% - 114px - 24px);
    border-width: 57px 76px;
  }
  .bnr-grayhair-price .campain-price .inner {
    padding: 30px;
  }
  .bnr-grayhair-price .campain-price .inner h2 {
    height: 50px;
    font-size: 1.8rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    padding: 0 23px;
  }
  .bnr-grayhair-price .campain-price .inner h2::before {
    border-width: 25px 0 25px 25px;
  }
  .bnr-grayhair-price .campain-price .inner h2::after {
    border-width: 25px 25px 25px 0;
  }
}

.links-a {
  margin-top: 60px;
  margin-bottom: 60px;
}

.links-a .inner {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  border-width: 66px;
  border-style: solid;
  -o-border-image: url(../img/common/frame-2.jpg) 66;
     border-image: url(../img/common/frame-2.jpg) 66;
  border-image-repeat: space;
}

@media screen and (max-width: 767px) {
  .links-a .inner {
    max-width: 100%;
  }
  .links-a .inner .sp {
    display: inherit;
  }
  .links-a .inner .pc {
    display: none;
  }
}

.links-a .inner .body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.links-a .inner .body .img img {
  display: block;
  max-width: 100%;
}

.links-a .inner .body .text {
  max-width: calc(100% - 300px);
  padding: 15px 0 15px 30px;
}

.links-a .inner .body .text h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.2rem;
  margin-bottom: 15px;
}

.links-a .inner .body .text h3::before {
  content: url(../img/common/kakko-a.jpg);
  margin-right: 15px;
}

.links-a .inner .body .text h3::after {
  content: url(../img/common/kakko-a.jpg);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  margin-left: 15px;
}

.links-a .inner .body .text p {
  font-size: 1.6rem;
}

.links-a .inner .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 620px;
  margin: 20px auto 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.links-a .inner .btn-area a {
  text-decoration: none;
  color: #fff;
  background-color: #d87161;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 6px 10px;
}

.links-a .inner .btn-area a:link, .links-a .inner .btn-area a:visited {
  text-decoration: none;
}

.links-a .inner .btn-area .btn-form {
  width: 100%;
  max-width: 600px;
  font-family: "Noto Serif JP", serif;
  font-size: 2.4rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 25px;
}

.links-a .inner .btn-area .btn-form::before {
  content: url(../img/common/wing-a.png);
}

.links-a .inner .btn-area .btn-form::after {
  content: url(../img/common/wing-a.png);
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.links-a .inner .btn-area .btn {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 10px 15px;
  position: relative;
}

.links-a .inner .btn-area .btn::before {
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
}

.links-a .inner.green-1 {
  border-image-source: url(../img/common/frame-2-green.jpg);
}

.links-a .inner.green-1 .btn-area a {
  background-color: #6ecec7;
}

.links-a .inner.orange-1 {
  border-image-source: url(../img/common/frame-2-orange.jpg);
}

.links-a .inner.orange-1 .btn-area a {
  background-color: #ffb061;
}

.links-a .inner.lime-1 {
  border-image-source: url(../img/common/frame-2-lime.jpg);
}

.links-a .inner.lime-1 .btn-area a {
  background-color: #addd83;
}

@media screen and (max-width: 767px) {
  .links-a {
    padding-left: 3px;
    padding-right: 3px;
  }
  .links-a .inner {
    border-width: 44px;
  }
  .links-a .inner .body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .links-a .inner .body .text {
    max-width: 100%;
    padding-left: 0;
  }
  .links-a .inner .btn-area a {
    margin-left: 0;
    margin-right: 0;
  }
  .links-a .inner .btn-area .btn {
    width: 100%;
  }
}

@media screen and (max-width: 399px) {
  .links-a .inner {
    border-width: 33px;
  }
  .links-a .inner .btn-area .btn-form {
    padding: 8px;
    font-size: 2.2rem;
  }
}

.top-page .sec-1 .read h2 {
  font-size: 2.6rem;
  line-height: 1.6;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .top-page .sec-1 .read {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .top-page .sec-1 .read h2 {
    font-size: 2.1rem;
    letter-spacing: 0;
  }
  .top-page .sec-1 .read h2 br {
    display: none;
  }
}

.top-page .sec-1 .bnr-01 {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 3rem;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #f6f7f7), to(#fff));
  background-image: linear-gradient(90deg, #f6f7f7 0, #fff 100%);
  padding: 9px 12px;
}

@media screen and (max-width: 767px) {
  .top-page .sec-1 .bnr-01 {
    max-width: 100%;
  }
  .top-page .sec-1 .bnr-01 .sp {
    display: inherit;
  }
  .top-page .sec-1 .bnr-01 .pc {
    display: none;
  }
}

.top-page .sec-1 .bnr-01::after {
  content: url(../img/bnr/gray-hair/tag.png);
  position: absolute;
  top: -20px;
  right: 40px;
}

.top-page .sec-1 .bnr-01 .inner {
  position: relative;
  width: 100%;
  border: 41px solid;
  -o-border-image: url(../img/bnr/gray-hair/frame-1.png) 41;
     border-image: url(../img/bnr/gray-hair/frame-1.png) 41;
  background-image: url(../img/bnr/gray-hair/img.png), url(../img/bnr/gray-hair/step.png);
  background-position: bottom -33px left -33px, right -15px center;
  background-repeat: no-repeat;
}

.top-page .sec-1 .bnr-01 .inner h3 {
  color: #9e97b6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 110px;
}

.top-page .sec-1 .bnr-01 .inner h3 .small {
  font-size: 2.5rem;
  letter-spacing: 0;
  padding-left: 15px;
}

.top-page .sec-1 .bnr-01 .inner h3 hr {
  content: "";
  display: block;
  width: 100%;
  height: 9px;
  background-image: url(../img/bnr/gray-hair/bar.png);
  background-position: left center;
  background-repeat: no-repeat;
  border: none;
}

.top-page .sec-1 .bnr-01 .inner h3 .large {
  font-size: 3.6rem;
  padding-left: 15px;
}

.top-page .sec-1 .bnr-01 .inner h3::before {
  content: url(../img/bnr/gray-hair/flower-1.png);
  position: absolute;
  top: -50px;
  left: -53px;
}

.top-page .sec-1 .bnr-01 .inner h3::after {
  content: url(../img/bnr/gray-hair/flower-2.png);
  position: absolute;
  left: 423px;
}

.top-page .sec-1 .bnr-01 .inner p {
  margin-top: 20px;
  line-height: 1.4;
  letter-spacing: 0;
  padding-left: 125px;
}

.top-page .sec-1 .bnr-01 .inner .btn-wrap {
  margin-top: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
}

@media screen and (max-width: 767px) {
  .top-page .sec-1 .bnr-01 {
    padding-left: 3vw;
    padding-right: 3vw;
    margin-top: 80px;
  }
  .top-page .sec-1 .bnr-01::after {
    content: "";
    background-image: url(../img/bnr/gray-hair/tag-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: -12.9vw;
    left: 50%;
    right: inherit;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 70vw;
    height: 19.51vw;
    display: block;
  }
  .top-page .sec-1 .bnr-01 .inner {
    background-image: url(../img/bnr/gray-hair/flower-1.png), url(../img/bnr/gray-hair/step.png), url(../img/bnr/gray-hair/flower-2.png);
    background-position: left top 4vw, center top, right top 4vw;
    background-size: 17vw, 40vw, 17vw;
  }
  .top-page .sec-1 .bnr-01 .inner h3 {
    color: #9e97b6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding-left: 0;
    margin-top: 20vw;
  }
  .top-page .sec-1 .bnr-01 .inner h3 .small {
    font-size: 2.33rem;
  }
  .top-page .sec-1 .bnr-01 .inner h3 hr {
    background-image: url(../img/bnr/gray-hair/bar-sp.png);
    background-position-x: center;
    background-size: contain;
  }
  .top-page .sec-1 .bnr-01 .inner h3 .large {
    font-size: 3.2rem;
  }
  .top-page .sec-1 .bnr-01 .inner h3::before, .top-page .sec-1 .bnr-01 .inner h3::after {
    content: none;
  }
  .top-page .sec-1 .bnr-01 .inner p {
    padding-left: 0;
    /* padding-right: 4vw; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top-page .sec-1 .bnr-01 .inner p::before {
    width: 17.6vw;
    min-width: 17.6vw;
    min-height: 20vw;
    content: "";
    background-image: url(../img/bnr/gray-hair/img-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 10px;
  }
}

.top-page .sec-2 {
  margin-bottom: 67px;
}

.top-page .sec-2 h2 {
  font-size: 3rem;
  margin-bottom: 5rem;
}

.top-page .sec-2 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .top-page .sec-2 .flex {
    max-width: 100%;
  }
  .top-page .sec-2 .flex .sp {
    display: inherit;
  }
  .top-page .sec-2 .flex .pc {
    display: none;
  }
}

.top-page .sec-2 .flex li {
  margin-bottom: 4rem;
}

.top-page .sec-2 .flex li dl {
  padding: 1.8rem 0;
}

.top-page .sec-2 .flex li dl dt {
  font-size: 2.4rem;
  margin-bottom: 1.4rem;
}

.top-page .sec-2 .flex .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .top-page .sec-2 {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .top-page .sec-2 h2 {
    margin-bottom: 3rem;
  }
  .top-page .sec-2 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .top-page .sec-2 .flex {
    max-width: 100%;
  }
  .top-page .sec-2 .flex .sp {
    display: inherit;
  }
  .top-page .sec-2 .flex .pc {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .top-page .sec-2 .flex li .img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .top-page .sec-2 .flex li .img img {
    display: block;
    max-width: 100%;
  }
}

.top-page .sec-3 .sec_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
}

.top-page .sec-3 .sec_inner .flow {
  width: 50%;
  background-image: url(../img/top/bg-a.jpg);
}

.top-page .sec-3 .sec_inner .flow .inner {
  padding-bottom: 20px;
  width: 500px;
  margin-left: auto;
  background-image: url(../img/top/flow-bg.png);
  background-repeat: no-repeat;
  background-position-y: 0;
  background-position-x: 0;
}

.top-page .sec-3 .sec_inner .flow .inner .read {
  color: #fff;
  padding-top: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: 20px;
}

.top-page .sec-3 .sec_inner .flow .inner .read .img img {
  width: 170px;
}

.top-page .sec-3 .sec_inner .flow .inner .read p {
  margin-bottom: 1.8rem;
  padding-left: 1rem;
}

.top-page .sec-3 .sec_inner .flow .inner a {
  display: block;
  border: dotted 2px #fff;
  padding: 12px;
  margin-right: 20px;
  position: relative;
}

.top-page .sec-3 .sec_inner .flow .inner a dl {
  background-image: url(../img/top/bg-b.jpg);
  padding: 15px 30px;
  position: relative;
}

.top-page .sec-3 .sec_inner .flow .inner a dl dt {
  padding-bottom: 10px;
  margin-bottom: 6px;
  border-bottom: solid 1px #3e3d4d;
  font-size: 2.4rem;
  font-weight: bold;
}

.top-page .sec-3 .sec_inner .flow .inner a dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0;
}

.top-page .sec-3 .sec_inner .flow .inner a dl dd p {
  padding-left: 1rem;
}

.top-page .sec-3 .sec_inner .flow .inner a dl::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 38px 38px;
  border-color: transparent transparent #fd5b3e transparent;
}

.top-page .sec-3 .sec_inner .flow .inner a dl::after {
  position: absolute;
  bottom: 5px;
  right: 3px;
  content: "\f054";
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 1.4rem;
}

.top-page .sec-3 .sec_inner .about {
  width: 50%;
  background-image: url(../img/top/about-bg.jpg);
  background-repeat: no-repeat;
  background-size: 806px 555px;
  background-position: left top;
}

.top-page .sec-3 .sec_inner .about .inner {
  width: 500px;
  height: 100%;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 40px;
}

.top-page .sec-3 .sec_inner .about .inner .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top-page .sec-3 .sec_inner .about .inner .flex dl dt {
  font-size: 2rem;
  margin-bottom: 5px;
}

.top-page .sec-3 .sec_inner .about .inner .flex dl dd {
  font-size: 1.6rem;
}

.top-page .sec-3 .sec_inner .about .inner .flex .slash {
  display: block;
  height: 60px;
  border-left: solid 1px #3e3d4d;
  -webkit-transform: rotate(30deg);
          transform: rotate(30deg);
  margin-right: 12px;
}

.top-page .sec-3 .sec_inner .about .inner hr {
  border: none;
  display: block;
  width: 100%;
  height: 14px;
  background-image: url(../img/top/bar-a.png);
  background-position: center;
  background-repeat: no-repeat;
}

.top-page .sec-3 .sec_inner .about .inner .text {
  padding-top: 25px;
  padding-left: 30px;
  width: 270px;
}

.top-page .sec-3 .sec_inner .about .inner .text h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.top-page .sec-3 .sec_inner .about .inner .text h3 .en {
  font-size: 1.9rem;
  color: #d87161;
  margin-bottom: 8px;
}

.top-page .sec-3 .sec_inner .about .inner .text h3 .jp {
  font-size: 3.5rem;
}

.top-page .sec-3 .sec_inner .about .inner .text p {
  margin-top: 15px;
}

.top-page .sec-3 .sec_inner .about .inner .btn-wrap {
  width: 100%;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.top-page .sec-3 .sec_inner .about .inner .btn-wrap .btn-a {
  color: #d87161;
  background-color: #f8eae9;
  border: solid 1px #d87161;
}

@media screen and (max-width: 767px) {
  .top-page .sec-3 .sec_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .top-page .sec-3 .sec_inner .flow {
    width: 100%;
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .top-page .sec-3 .sec_inner .flow .inner {
    width: 100%;
  }
  .top-page .sec-3 .sec_inner .flow .inner a dl {
    padding: 12px 18px;
  }
  .top-page .sec-3 .sec_inner .flow .inner a dl dt {
    font-size: 1.8rem;
  }
  .top-page .sec-3 .sec_inner .about {
    width: 100%;
    padding-left: 3vw;
    padding-right: 3vw;
    background-image: url(../img/top/about-bg-sp.jpg);
    background-size: cover;
    background-position: right top;
  }
  .top-page .sec-3 .sec_inner .about .inner {
    width: 100%;
    padding-top: 15px;
  }
  .top-page .sec-3 .sec_inner .about .inner .flex dl dt {
    font-size: 1.8rem;
  }
  .top-page .sec-3 .sec_inner .about .inner .flex dl dd {
    font-size: 1.4rem;
  }
  .top-page .sec-3 .sec_inner .about .inner .flex .slash {
    /* border-left: none;
                border-bottom: solid 1px $text-black;
                height: 1px;
                margin-right: 0;
                width: 200px;
                transform: rotate(-5deg);
                margin-bottom: 20px; */
  }
  .top-page .sec-3 .sec_inner .about .inner hr {
    background-size: contain;
  }
  .top-page .sec-3 .sec_inner .about .inner .text {
    padding-left: 10px;
    width: 57%;
  }
  .top-page .sec-3 .sec_inner .about .inner .btn-wrap {
    margin-top: 15px;
  }
}

.top-page .sec-4 {
  padding-bottom: 60px;
  background-image: url(../img/top/bg-rose.jpg);
  background-size: cover;
  background-position: center;
}

.top-page .sec-4 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 10px 0;
}

.top-page .sec-4 .flex li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 15px 40px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 330px;
      flex-basis: 330px;
  height: 290px;
  border: solid 1px #fbd6cd;
  border-radius: 9px;
  background-color: #fff;
  padding: 9px 10px 19px;
  position: relative;
}

.top-page .sec-4 .flex li::before {
  content: url(../img/top/corner-a.jpg);
  position: absolute;
  top: 9px;
  left: 10px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}

.top-page .sec-4 .flex li::after {
  content: url(../img/top/corner-a.jpg);
  position: absolute;
  top: 9px;
  right: 10px;
}

.top-page .sec-4 .flex li dl {
  padding-top: 35px;
}

.top-page .sec-4 .flex li dl dt {
  text-align: center;
  font-size: 2.3rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 25px;
}

.top-page .sec-4 .flex li dl dd {
  padding: 0 15px;
  line-height: 1.4;
}

.top-page .sec-4 .flex li .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .top-page .sec-4 {
    background-image: url(../img/top/bg-rose-sp-1.jpg), url(../img/top/bg-rose-sp-2.jpg);
    background-size: contain;
    background-position: top, bottom;
    background-repeat: no-repeat;
    background-color: #f8f6ed;
  }
  .top-page .sec-4 .flex {
    padding-left: 3vw;
    padding-right: 3vw;
    padding-top: 40px;
  }
  .top-page .sec-4 .flex li {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .top-page .sec-4 .flex li .btn-wrap {
    margin-top: 20px;
  }
}

.gray-hair-page .sec_1 {
  text-align: center;
  margin-bottom: 60px;
}

.gray-hair-page .sec_1 .sec_inner {
  padding-left: 3vw;
  padding-right: 3vw;
  max-width: 900px;
  margin-top: 60px;
  background-image: url(../img/product/fuji-l.png), url(../img/product/fuji-r.png);
  background-repeat: no-repeat;
  background-position: top left, top right;
}

.gray-hair-page .sec_1 .sec_inner h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.7rem;
  color: #d87161;
  line-height: 1.4;
}

.gray-hair-page .sec_1 .sec_inner h3 {
  margin-top: 50px;
  font-size: 2.4rem;
  color: #715c90;
  line-height: 1.4;
}

.gray-hair-page .sec_1 .sec_inner img {
  margin-top: 60px;
  margin-bottom: 30px;
}

.gray-hair-page .sec_1 .sec_inner p {
  margin-top: 30px;
}

.gray-hair-page .sec_1 .sec_inner p.bottom {
  margin-top: 50px;
  font-size: 2rem;
  color: #d87161;
}

@media screen and (max-width: 767px) {
  .gray-hair-page .sec_1 .sec_inner {
    background-image: none;
  }
}

.gray-hair-page .sec_2 {
  margin-top: 60px;
}

.gray-hair-page .sec_2 .sec_inner h2 {
  font-size: 2.7rem;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding-left: 3vw;
  padding-right: 3vw;
}

.gray-hair-page .sec_2 .sec_inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
}

.gray-hair-page .sec_2 .sec_inner ul li {
  margin: 0 40px 40px;
  max-width: 374px;
}

.gray-hair-page .sec_2 .sec_inner ul li .img {
  max-width: 100%;
}

.gray-hair-page .sec_2 .sec_inner ul li .img img {
  display: block;
  max-width: 100%;
}

.gray-hair-page .sec_2 .sec_inner ul li dl dt {
  margin-top: 28px;
  margin-bottom: 18px;
  color: #715c90;
  font-size: 2.2rem;
  font-weight: bold;
  border-left: solid 4px #715c90;
  padding: 1px 0 1px 15px;
  line-height: 1.4;
}

.gray-hair-page .sec_3 {
  margin-top: 60px;
}

.gray-hair-page .sec_3 .sec_inner {
  max-width: 914px;
}

.gray-hair-page .sec_3 .sec_inner h2 {
  font-size: 2.7rem;
  line-height: 1.4;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  padding-left: 3vw;
  padding-right: 3vw;
}

.gray-hair-page .sec_3 .sec_inner ul {
  margin-top: 30px;
  counter-reset: step;
}

.gray-hair-page .sec_3 .sec_inner ul li {
  background-color: #eaedff;
  padding: 6px 4px;
  margin-bottom: 20px;
}

.gray-hair-page .sec_3 .sec_inner ul li .inner {
  border: solid 1px #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 15px 15px 15px 80px;
  min-height: 122px;
  counter-increment: step;
}

.gray-hair-page .sec_3 .sec_inner ul li .inner::before {
  content: counter(step);
  position: absolute;
  font-size: 5.6rem;
  color: #fff;
  left: 10px;
  font-family: "Noto Serif JP", serif;
  font-style: italic;
}

.gray-hair-page .sec_3 .sec_inner ul li:first-child p {
  font-size: 1.4rem;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .gray-hair-page .sec_3 .sec_inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }
}

@media screen and (max-width: 379px) {
  .gray-hair-page .sec_3 .sp-l {
    display: none;
  }
}

.gray-hair-page .sec_4 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.gray-hair-page .sec_4 .sec_inner {
  max-width: 914px;
}

@media screen and (max-width: 767px) {
  .gray-hair-page .sec_4 .sec_inner {
    padding-left: 3px;
    padding-right: 3px;
  }
}

.voice-page .sec-1 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.voice-page .sec-1 .sec_inner .voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.voice-page .sec-1 .sec_inner .voice li {
  max-width: 440px;
  margin: 0 18px 30px;
  background-color: #fbd6cd;
  border-radius: 5px;
  padding: 10px;
}

.voice-page .sec-1 .sec_inner .voice li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

@media screen\0 {
  .voice-page .sec-1 .sec_inner .voice li dl {
    width: 420px;
  }
}

.voice-page .sec-1 .sec_inner .voice li dl dt {
  font-size: 2.7rem;
  font-family: "Noto Serif JP", serif;
  color: #fef7f5;
  padding-left: 15px;
}

.voice-page .sec-1 .sec_inner .voice li dl dd {
  margin-top: 10px;
  padding: 28px;
  border-radius: 5px;
  background-color: #fef7f5;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.voice-page .sec-1 .sec_inner .voice li dl dd h4 {
  font-size: 2.1rem;
  font-family: "Noto Serif JP", serif;
  color: #d87161;
  margin-bottom: 20px;
}

.voice-page .sec-1 .sec_inner .voice li img {
  float: right;
  -webkit-transform: translate(15px, -50px);
          transform: translate(15px, -50px);
}

@media screen and (max-width: 424px) {
  .voice-page .sec-1 .sec_inner .voice li img {
    -webkit-transform: translate(15px, -35px);
            transform: translate(15px, -35px);
    display: block;
    width: 100px;
  }
}

.about-page .miwa-sasamoto {
  margin-top: 60px;
  margin-bottom: 60px;
}

.about-page .miwa-sasamoto .sec_inner {
  max-width: 920px;
  border-style: solid;
  border-width: 66px;
  -o-border-image: url(../img/common/frame-2.jpg) 66;
     border-image: url(../img/common/frame-2.jpg) 66;
  border-image-repeat: space;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.about-page .miwa-sasamoto .sec_inner .text dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  font-family: "Noto Serif JP", serif;
}

.about-page .miwa-sasamoto .sec_inner .text dt h2 {
  font-size: 2.7rem;
  color: #715c90;
  margin-right: 20px;
  letter-spacing: 3px;
}

.about-page .miwa-sasamoto .sec_inner .text dt .en {
  font-size: 2.4rem;
  color: #d87161;
}

.about-page .miwa-sasamoto .sec_inner .text dd {
  margin-top: 30px;
}

.about-page .miwa-sasamoto .sec_inner .text dd ul li {
  margin-top: 10px;
  line-height: 1.5;
  text-indent: -25px;
  margin-left: 25px;
}

.about-page .miwa-sasamoto .sec_inner .text dd ul li::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  color: #d87161;
  padding-right: 5px;
}

.about-page .miwa-sasamoto .sec_inner .img img {
  display: block;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .about-page .miwa-sasamoto {
    padding-left: 3px;
    padding-right: 3px;
  }
  .about-page .miwa-sasamoto .sec_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-page .miwa-sasamoto .sec_inner .text dt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about-page .miwa-sasamoto .sec_inner .text dt h2 {
    margin-right: 0;
    margin-top: 10px;
  }
  .about-page .miwa-sasamoto .sec_inner .text dt .en {
    font-size: 2rem;
  }
  .about-page .miwa-sasamoto .sec_inner .text dd ul li {
    text-indent: -19px;
    margin-left: 19px;
  }
  .about-page .miwa-sasamoto .sec_inner .img {
    margin-top: 30px;
  }
}

.about-page .about {
  margin-top: 60px;
  margin-bottom: 60px;
}

.about-page .about .sec_inner h2 {
  font-size: 2.7rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  text-align: center;
}

.about-page .about .sec_inner ul {
  max-width: 900px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.about-page .about .sec_inner ul li {
  border-bottom: 2px solid #fff;
}

.about-page .about .sec_inner ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
}

.about-page .about .sec_inner ul li dl dt {
  background-image: url(../img/common/back_pink.jpg);
  font-weight: bold;
  text-align: center;
  padding: 8px 10px;
  min-width: 225px;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: solid 1px #fff;
}

.about-page .about .sec_inner ul li dl dd {
  background-color: #ededed;
  padding: 8px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.4;
  min-height: 52px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 675px;
  letter-spacing: 0;
}

.about-page .about .sec_inner ul li dl dd a {
  text-decoration: none;
  color: #d87161;
}

.about-page .about .sec_inner ul li dl dd a:link, .about-page .about .sec_inner ul li dl dd a:visited {
  text-decoration: none;
}

.about-page .about .sec_inner ul li dl dd .name span {
  display: block;
}

.about-page .about .sec_inner ul li dl dd .small {
  font-size: 1.2rem;
}

.about-page .about .sec_inner ul li:nth-child(2n) dl dt {
  background-image: url(../img/common/back_pink2.jpg);
}

.about-page .about .sec_inner ul li:nth-child(2n) dl dd {
  background-color: #f2f2f2;
}

@media screen and (max-width: 767px) {
  .about-page .about .sec_inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .about-page .about .sec_inner ul li dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-page .qa {
  margin-top: 60px;
  margin-bottom: 60px;
}

.about-page .qa .sec_inner h2 {
  font-size: 2.7rem;
  font-family: "Noto Serif JP", serif;
  line-height: 1.4;
  text-align: center;
}

.about-page .qa .sec_inner ul {
  margin-top: 60px;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  counter-reset: q;
}

.about-page .qa .sec_inner ul li {
  margin-bottom: 20px;
  counter-increment: q;
}

.about-page .qa .sec_inner ul li dl {
  line-height: 1.4;
  padding-left: 120px;
}

.about-page .qa .sec_inner ul li dl dt {
  color: #d87161;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 10px 12px 0;
  border-bottom: solid 1px #ccc;
  position: relative;
}

.about-page .qa .sec_inner ul li dl dt::before {
  content: "Q" counter(q);
  position: absolute;
  left: -120px;
  top: 0;
  font-size: 4.8rem;
  font-family: "Noto Serif JP", serif;
}

.about-page .qa .sec_inner ul li dl dt::after {
  content: "\f13a";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  margin-left: 10px;
}

.about-page .qa .sec_inner ul li dl dt:hover {
  cursor: pointer;
  opacity: 0.6;
}

.about-page .qa .sec_inner ul li dl dt.open::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.about-page .qa .sec_inner ul li dl dd {
  padding: 10px 10px 20px 0;
  display: none;
}

.about-page .qa .sec_inner ul li dl dd .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.about-page .qa .sec_inner ul li dl dd .inner::before {
  content: "Answer";
  font-family: "Noto Serif JP", serif;
  font-size: 3.5rem;
  color: #ccc;
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .about-page .qa .sec_inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .about-page .qa .sec_inner ul li dl {
    padding-left: 95px;
  }
  .about-page .qa .sec_inner ul li dl dt::before {
    font-size: 3.8rem;
    left: -95px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

.quality-page .sec_1 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.quality-page .sec_1 .sec_inner {
  max-width: 900px;
}

.quality-page .sec_1 .sec_inner h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.7rem;
  color: #d87161;
  line-height: 1.4;
  text-align: center;
}

.quality-page .sec_1 .sec_inner ul {
  margin-top: 60px;
}

.quality-page .sec_1 .sec_inner ul li {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.quality-page .sec_1 .sec_inner ul li .img {
  margin-right: 42px;
  min-width: 320px;
}

.quality-page .sec_1 .sec_inner ul li .img img {
  display: block;
  max-width: 100%;
}

.quality-page .sec_1 .sec_inner ul li dl dt {
  margin-bottom: 18px;
  color: #d87161;
  font-size: 1.8rem;
  font-weight: bold;
  border-left: solid 4px #d87161;
  padding: 1px 0 1px 15px;
  line-height: 1.4;
}

.quality-page .sec_1 .sec_inner ul li dl dd {
  letter-spacing: 0;
}

.quality-page .sec_1 .sec_inner ul li dl dd .small {
  font-size: 0.85em;
}

@media screen and (max-width: 767px) {
  .quality-page .sec_1 .sec_inner {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .quality-page .sec_1 .sec_inner ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .quality-page .sec_1 .sec_inner ul li .img {
    margin-right: 0;
    margin-top: 20px;
  }
  .quality-page .sec_1 .sec_inner ul li dl {
    margin-top: 20px;
  }
}

.quality-page .sec_2 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.quality-page .sec_3 {
  margin-bottom: 60px;
}

.quality-page .sec_3 .sec_inner {
  padding-left: 3vw;
  padding-right: 3vw;
}

.flow-page .sec_1 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.flow-page .sec_1 .sec_inner {
  background-image: url(../img/flow/bg-pict-01.jpg), url(../img/flow/bg-pict-02.jpg);
  background-repeat: no-repeat;
  background-position: 0 48px, right top 244px;
}

.flow-page .sec_1 .sec_inner h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.7rem;
  color: #d87161;
  line-height: 1.4;
  text-align: center;
}

.flow-page .sec_1 .sec_inner p {
  margin-top: 40px;
  text-align: center;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .flow-page .sec_1 .sec_inner {
    padding-left: 3vw;
    padding-right: 3vw;
    background-image: none;
  }
  .flow-page .sec_1 .sec_inner p {
    text-align: left;
  }
  .flow-page .sec_1 .sec_inner p.sp-bg-1::before {
    content: "";
    display: inline-block;
    width: 206px;
    height: 227px;
    background-image: url(../img/flow/bg-pict-01.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    float: left;
  }
  .flow-page .sec_1 .sec_inner p.sp-bg-2::before {
    content: "";
    display: inline-block;
    width: 184px;
    height: 208px;
    background-image: url(../img/flow/bg-pict-02.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    float: right;
  }
}

@media screen and (max-width: 583px) {
  .flow-page .sec_1 .sec_inner p.sp-bg-1::before {
    width: 35.334vw;
    height: 38.937vw;
  }
  .flow-page .sec_1 .sec_inner p.sp-bg-2::before {
    width: 31.561vw;
    height: 35.678vw;
  }
}

.flow-page .sec_2 {
  margin-top: 60px;
}

.flow-page .sec_2.sec_maintenance .sec_inner ul li {
  background-image: url(../img/common/back_pink2.jpg);
}

.flow-page .sec_2.sec_maintenance .sec_inner ul li dl dt {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1.4;
}

.flow-page .sec_2.sec_maintenance .sec_inner ul li dl dt::before {
  top: 0;
  bottom: unset;
}

.flow-page .sec_2.sec_maintenance .sec_inner ul li dl dd .flex-tel-form .btn-a {
  background-color: #e49e93;
}

.flow-page .sec_2.sec_maintenance .sec_inner ul li dl dd .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flow-page .sec_2.sec_maintenance .sec_inner ul li dl dd .flex .img {
  margin-left: 0;
}

@media screen and (max-width: 767px) {
  .flow-page .sec_2.sec_maintenance .sec_inner ul li {
    padding: 20px 25px;
  }
  .flow-page .sec_2.sec_maintenance .sec_inner ul li dl dt {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.6rem;
  }
  .flow-page .sec_2.sec_maintenance .sec_inner ul li dl dt::before {
    font-size: 3.2rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .flow-page .sec_2.sec_maintenance .sec_inner ul li dl dd .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.flow-page .sec_3 {
  margin-top: 30px;
  margin-bottom: 60px;
}

.flow-page .sec_3 .sec_inner {
  max-width: 900px;
  background-color: #ffe1c0;
  padding: 50px 30px 40px 50px;
}

.flow-page .sec_3 .sec_inner .text {
  margin-bottom: 40px;
}

.flow-page .sec_3 .sec_inner .text h2 {
  font-size: 3.8rem;
  font-family: "Noto Serif JP", serif;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flow-page .sec_3 .sec_inner .text h2::after {
  content: url(../img/flow/for_salon.jpg);
  margin-left: 15px;
  -webkit-transform: translate(0, 15px);
          transform: translate(0, 15px);
}

.flow-page .sec_3 .sec_inner .text p {
  margin-bottom: 20px;
}

.flow-page .sec_3 .sec_inner .text p.strong {
  font-weight: bold;
  margin-bottom: 30px;
}

.flow-page .sec_3 .sec_inner .text p a {
  text-decoration: none;
  color: #d87161;
}

.flow-page .sec_3 .sec_inner .text p a:link, .flow-page .sec_3 .sec_inner .text p a:visited {
  text-decoration: none;
}

.flow-page .sec_3 .sec_inner .text .img-float {
  float: right;
}

.flow-page .sec_3 .sec_inner .text .img-float img {
  display: block;
  max-width: 100%;
}

.flow-page .sec_3 .sec_inner .flex-tel-form .btn-a {
  background-color: #ffb061;
}

@media screen and (max-width: 767px) {
  .flow-page .sec_3 {
    padding-left: 3vw;
    padding-right: 3vw;
  }
  .flow-page .sec_3 .sec_inner {
    padding-left: 30px;
  }
  .flow-page .sec_3 .sec_inner .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flow-page .sec_3 .sec_inner .text h2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .flow-page .sec_3 .sec_inner .text h2::after {
    margin-left: 0;
  }
  .flow-page .sec_3 .sec_inner .text .img-float {
    float: none;
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.flow-page .sec_4 {
  margin-top: 60px;
  margin-bottom: 60px;
}

.sec_form .sec_inner {
  max-width: 900px;
}

.sec_form .sec_inner h2 {
  font-family: "Noto Serif JP", serif;
  font-size: 2.7rem;
  line-height: 1.4;
  text-align: center;
}

.sec_form .sec_inner .form-wrap {
  margin-top: 40px;
  border-style: solid;
  border-width: 66px;
  -o-border-image: url(../img/common/frame-2.jpg) 66;
     border-image: url(../img/common/frame-2.jpg) 66;
  border-image-repeat: space;
}

.sec_form .sec_inner .form-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  border-bottom: solid 1px #ccc;
  padding-top: 25px;
  padding-bottom: 15px;
}

.sec_form .sec_inner .form-wrap dl dt {
  min-width: 250px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-top: 7px;
}

.sec_form .sec_inner .form-wrap dl dt span {
  display: inline-block;
  text-indent: -25px;
  margin-left: 25px;
  line-height: 1.5;
}

.sec_form .sec_inner .form-wrap dl dt span::before {
  content: "\f111";
  font-family: "Font Awesome 5 Free";
  color: #fbd6cd;
  padding-right: 5px;
}

.sec_form .sec_inner .form-wrap dl dd {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sec_form .sec_inner .form-wrap dl dd .input-wrap {
  margin-left: 10px;
  margin-bottom: 10px;
}

.sec_form .sec_inner .form-wrap dl dd small {
  font-size: 1.4rem;
  margin-top: 10px;
  display: inline-block;
  line-height: 1.4;
}

.sec_form .sec_inner .form-wrap dl dd input[type="text"],
.sec_form .sec_inner .form-wrap dl dd input[type="tel"],
.sec_form .sec_inner .form-wrap dl dd input[type="email"],
.sec_form .sec_inner .form-wrap dl dd select,
.sec_form .sec_inner .form-wrap dl dd textarea {
  padding: 6px;
  font-size: 1.8rem;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sec_form .sec_inner .form-wrap dl dd input[type="tel"],
.sec_form .sec_inner .form-wrap dl dd input[type="email"] {
  min-width: 415px;
}

.sec_form .sec_inner .form-wrap dl dd textarea {
  font-family: "Kosugi Maru", sans-serif;
  width: 508px;
}

.sec_form .sec_inner .form-wrap .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.sec_form .sec_inner .form-wrap .btn-wrap button {
  font-size: 100%;
}

@media screen and (max-width: 767px) {
  .sec_form {
    padding-left: 3px;
    padding-right: 3px;
  }
  .sec_form .sec_inner .form-wrap {
    border-width: 44px;
  }
  .sec_form .sec_inner .form-wrap dl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .sec_form .sec_inner .form-wrap dl dt {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .sec_form .sec_inner .form-wrap dl dd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .sec_form .sec_inner .form-wrap dl dd .input-wrap {
    margin-left: 0;
    width: 100%;
  }
  .sec_form .sec_inner .form-wrap dl dd input[type="text"],
  .sec_form .sec_inner .form-wrap dl dd input[type="tel"],
  .sec_form .sec_inner .form-wrap dl dd input[type="email"],
  .sec_form .sec_inner .form-wrap dl dd select,
  .sec_form .sec_inner .form-wrap dl dd textarea {
    min-width: 100%;
  }
  .sec_form .sec_inner .form-wrap dl dd input[type="tel"],
  .sec_form .sec_inner .form-wrap dl dd input[type="email"] {
    min-width: 100%;
  }
  .sec_form .sec_inner .form-wrap dl dd textarea {
    width: 100%;
  }
}

@media screen and (max-width: 399px) {
  .sec_form .sec_inner .form-wrap {
    border-width: 33px;
  }
}

.sec_thanks {
  margin-top: 60px;
  margin-bottom: 60px;
}

.sec_thanks .sec_inner {
  text-align: center;
  border-width: 66px;
  border-style: solid;
  -o-border-image: url(../img/common/frame-2.jpg) 66;
     border-image: url(../img/common/frame-2.jpg) 66;
  border-image-repeat: space;
}

.sec_thanks .sec_inner h2 {
  color: #d87161;
  margin-bottom: 40px;
  font-size: 2.7rem;
  line-height: 1.4;
}

.sec_thanks .sec_inner .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.sec_thanks .sec_inner .btn-wrap .btn-a {
  background-color: #d87161;
}

@media screen and (max-width: 767px) {
  .sec_thanks {
    padding-left: 3px;
    padding-right: 3px;
  }
  .sec_thanks .sec_inner {
    border-width: 44px;
  }
  .sec_thanks .sec_inner h2 {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 399px) {
  .sec_thanks .sec_inner {
    border-width: 33px;
  }
}
/*# sourceMappingURL=style.css.map */