@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "yu-go-r";
  src: url("../fonts/YuGothic-Regular.ttf");
}
@font-face {
  font-family: "yu-go-m";
  src: url("../fonts/YuGothic-Medium.ttf");
}
@font-face {
  font-family: "yu-go-b";
  src: url("../fonts/YuGothic-Bold.ttf");
}
@font-face {
  font-family: "hina";
  src: url("../fonts/HinaMincho-Regular.ttf");
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "yu-go-r";
  src: url("../fonts/YuGothic-Regular.ttf");
}
@font-face {
  font-family: "yu-go-m";
  src: url("../fonts/YuGothic-Medium.ttf");
}
@font-face {
  font-family: "yu-go-b";
  src: url("../fonts/YuGothic-Bold.ttf");
}
@font-face {
  font-family: "hina";
  src: url("../fonts/HinaMincho-Regular.ttf");
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================

  main layout  all

========================================= */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.pre {
  white-space: pre-line;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

.anchor-mp {
  margin: -126px auto 0;
  padding-top: 126px;
}

.com-txt-box p:nth-of-type(n+2) {
  margin-top: 25px;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 110px 0 130px;
  }
}

.news-post {
  width: 100%;
}
.news-post article:nth-of-type(n+2) {
  border-top: 1px solid #dedede;
}
.news-post article:nth-of-type(n+2) a {
  padding-top: 18px;
}
.news-post article:last-of-type a {
  padding-bottom: 0;
}
.news-post-link {
  display: block;
  padding-bottom: 15px;
  position: relative;
  left: 0;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    opacity: 1;
    left: 5px;
  }
}
.news-post-time {
  display: inline-block;
  padding-top: 3px;
  font-family: "yu-go-r", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #5f5f5f;
  line-height: 1;
}
.news-post-tag {
  display: flex;
  margin-left: 14px;
  flex-wrap: wrap;
  border-left: 1px solid #ea8db9;
  align-items: flex-start;
  line-height: 1.2;
}
.news-post-tag-txt {
  padding: 0 10px;
  border-right: 1px solid #ea8db9;
  text-align: center;
  color: #ea8db9;
  font-family: "yu-go-r", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
.news-post-ttl {
  width: 100%;
  font-family: "yu-go-r", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #474747;
  transition: all 0.3s ease;
}

.com-tel-note {
  display: block;
  text-align: right;
  line-height: 1;
}
.com-tel-link {
  font-family: "hina", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.04em;
  color: #ea8db9;
  line-height: 1;
  font-style: italic;
}
@media screen and (max-width: 767px) {
  .com-tel-link {
    font-size: 1.8rem;
  }
}
.com-tel-link-num {
  font-size: 3.6rem;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .com-tel-link-num {
    font-size: 36px;
    font-size: 7.5vw;
  }
}

.com-hover {
  position: relative;
}
.com-hover::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: all 0.3s ease;
}
.com-hover:hover {
  opacity: 1;
}
.com-hover:hover::before {
  opacity: 1;
}

.com-frame {
  position: relative;
}
.com-frame::before {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  margin: auto;
  border: 1px solid #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}

.ruby {
  position: relative;
}
.ruby-rt {
  text-align: center;
  font-family: "hina", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.46em;
  color: #ea8db9;
  position: absolute;
  top: -20px;
  left: 14px;
  right: 0;
}

/*	top-campaign  PC
------------------------------------ */
#top-campaign .campaign-bg {
  position: relative;
}
#top-campaign .campaign-bg::before {
  content: "";
  display: block;
  width: 41.6%;
  height: 340px;
  background: #f9edf3;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#top-campaign .campaign-inner {
  padding: 130px 0;
}
#top-campaign .campaign-box {
  width: 100%;
  height: 410px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
#top-campaign .campaign-box::before, #top-campaign .campaign-box::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
#top-campaign .campaign-box::after {
  z-index: -1;
}
#top-campaign .campaign-box-spring {
  border: 2px solid #ea8db9;
  background: url(../img/top/spring-img.jpg) no-repeat center/cover;
}
#top-campaign .campaign-box-spring::before {
  width: 157px;
  height: 114px;
  background: url(../img/top/spring-ico.png) no-repeat center/contain;
  top: 17px;
  right: 487px;
}
#top-campaign .campaign-box-summer {
  border: 2px solid #4887d4;
  background: url(../img/top/summer-img.jpg) no-repeat center/cover;
}
#top-campaign .campaign-box-autumn {
  border: 2px solid #e7a83b;
  background: url(../img/top/autumn-img.jpg) no-repeat center/cover;
}
#top-campaign .campaign-box-autumn::before {
  width: 156px;
  height: 180px;
  background: url(../img/top/autumn-ico.png) no-repeat center/contain;
  top: 9px;
  right: 466px;
}
#top-campaign .campaign-box-winter {
  border: 2px solid #97d1e6;
  background: url(../img/top/winter-img.jpg) no-repeat center/cover;
}
#top-campaign .campaign-box-winter::before {
  width: 148px;
  height: 154px;
  background: url(../img/top/winter-ico.png) no-repeat center/contain;
  top: 50px;
  right: 435px;
}
#top-campaign .campaign-head {
  width: 900px;
  padding: 10px 85px 5px 0;
  text-align: right;
  font-family: "hina", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.04em;
  color: #fff;
  position: absolute;
  top: -2px;
  right: -71px;
  transform: rotate(11deg);
}
@media screen and (max-width: 767px) {
  #top-campaign .campaign-head {
    font-size: 40px;
    font-size: 8.3333333333vw;
  }
}
#top-campaign .campaign-con {
  width: 100%;
  max-width: 438px;
  text-align: center;
  position: absolute;
  right: 56px;
  bottom: 63px;
}
#top-campaign .campaign-con-txt {
  font-family: "hina", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #fff;
  text-shadow: 0px 0px 15px #ea8db9, 0px 0px 15px #ea8db9, 0px 0px 25px #ea8db9;
}
@media screen and (max-width: 767px) {
  #top-campaign .campaign-con-txt {
    font-size: 2rem;
  }
}
#top-campaign .campaign-con-txt-summer {
  text-shadow: 0px 0px 15px #4887d4, 0px 0px 25px #4887d4;
}
#top-campaign .campaign-con-txt-autumn {
  text-shadow: 0px 0px 2px #e7a83b, 0px 0px 2px #e7a83b, 0px 0px 2px #e7a83b, 0px 0px 2px #e7a83b, 0px 0px 2px #e7a83b, 0px 0px 5px #e7a83b, 0px 0px 15px #e7a83b, 0px 0px 17px #e7a83b, 0px 0px 25px #e7a83b, 0px 0px 35px #e7a83b;
}
#top-campaign .campaign-con-txt-winter {
  text-shadow: 0px 0px 2px #97d1e6, 0px 0px 2px #97d1e6, 0px 0px 2px #97d1e6, 0px 0px 5px #97d1e6, 0px 0px 5px #97d1e6, 0px 0px 5px #97d1e6, 0px 0px 5px #97d1e6, 0px 0px 5px #97d1e6, 0px 0px 2px #97d1e6, 0px 0px 5px #97d1e6, 0px 0px 15px #97d1e6, 0px 0px 17px #97d1e6, 0px 0px 25px #97d1e6, 0px 0px 35px #97d1e6;
}
#top-campaign .campaign-con-btn {
  margin: 25px auto 0;
}
#top-campaign .campaign-con-btn-summer {
  background-image: url(../img/top/com-btn-arw-blue.png);
  color: #4887d4;
}
@media screen and (min-width: 768px) {
  #top-campaign .campaign-con-btn-summer:hover {
    background-color: #4887d4;
    background-image: url(../img/top/com-btn-arw-white.png);
    color: #fff;
  }
}
#top-campaign .campaign-con-btn-autumn {
  background-image: url(../img/top/com-btn-arw-autumn.png);
  color: #e7a83b;
}
@media screen and (min-width: 768px) {
  #top-campaign .campaign-con-btn-autumn:hover {
    background-color: #e7a83b;
    background-image: url(../img/top/com-btn-arw-white.png);
    color: #fff;
  }
}
#top-campaign .campaign-con-btn-winter {
  background-image: url(../img/top/com-btn-arw-winter.png);
  color: #97d1e6;
}
@media screen and (min-width: 768px) {
  #top-campaign .campaign-con-btn-winter:hover {
    background-color: #97d1e6;
    background-image: url(../img/top/com-btn-arw-white.png);
    color: #fff;
  }
}

/*	top-news  PC
------------------------------------ */
#top-news .news-box {
  width: 280px;
  height: 228px;
  background: url(../img/top/news-box.png) no-repeat center/cover;
  padding-top: 59px;
  text-align: center;
}
#top-news .news-post {
  max-width: 753px;
}
#top-news .news-post-ttl {
  margin-top: 8px;
}
#top-news .news-head {
  font-family: "hina", sans-serif;
  font-size: 4rem;
  text-shadow: 0px 0px 26.6px rgba(240, 153, 186, 0.3);
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #top-news .news-head {
    font-size: 40px;
    font-size: 8.3333333333vw;
  }
}
#top-news .news-btn {
  margin-top: 31px;
}
@media screen and (min-width: 768px) {
  #top-news .com-frame::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}

/*	top-greeting  PC
------------------------------------ */
#top-greeting .greeting-bg {
  position: relative;
}
#top-greeting .greeting-bg::before {
  content: "";
  display: block;
  width: 45.7%;
  height: 840px;
  background: #f9edf3;
  position: absolute;
  right: 0;
  bottom: -126px;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #top-greeting .greeting-img {
    width: 40.6%;
    height: 555px;
    position: absolute;
    left: 0;
    top: 0;
  }
  #top-greeting .greeting-img img {
    width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
}
#top-greeting .greeting-con {
  width: 100%;
  max-width: 660px;
  padding: 25px 0 0 52px;
  margin-left: auto;
  background: url(../img/top/greeting-ttl-ico.png) no-repeat left top;
}
#top-greeting .greeting-head {
  font-family: "hina", sans-serif;
  font-size: 4.6rem;
  letter-spacing: 0.1em;
  color: #ea8db9;
  line-height: 2.1;
}
@media screen and (max-width: 767px) {
  #top-greeting .greeting-head {
    font-size: 46px;
    font-size: 9.5833333333vw;
  }
}
#top-greeting .greeting-txt {
  margin-top: 40px;
}
#top-greeting .greeting-box {
  margin: 54px auto 0;
  padding: 26px 0 30px;
  border: 1px solid #ea8db9;
  background: #fff;
  text-align: center;
}
#top-greeting .greeting-box-head {
  display: flex;
  font-family: "hina", sans-serif;
  font-size: 3rem;
  letter-spacing: 0.1em;
  color: #474747;
  align-items: flex-end;
  justify-content: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #top-greeting .greeting-box-head {
    font-size: 30px;
    font-size: 6.25vw;
  }
}
#top-greeting .greeting-box-head-logo {
  margin-right: 25px;
}
#top-greeting .greeting-box-txt {
  margin: 24px auto 0;
  text-align: center;
}

/*	top-guide  PC
------------------------------------ */
#top-guide .guide-box {
  width: 90.1%;
  max-width: 1730px;
  margin: auto;
  background: url(../img/top/guide-deco-lt.png) no-repeat 30px 30px, url(../img/top/guide-deco-rt.png) no-repeat calc(100% - 30px) 30px, url(../img/top/guide-deco-rb.png) no-repeat calc(100% - 30px) calc(100% - 30px), url(../img/top/guide-deco-lb.png) no-repeat 30px calc(100% - 30px), url(../img/top/guide-bg.jpg) no-repeat center/cover;
}
#top-guide .guide-head {
  text-align: center;
  font-family: "hina", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-guide .guide-head {
    font-size: 50px;
    font-size: 10.4166666667vw;
  }
}
#top-guide .guide-ttl {
  display: flex;
  font-family: "hina", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  color: #fbeeaf;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #top-guide .guide-ttl {
    font-size: 32px;
    font-size: 6.6666666667vw;
  }
}
#top-guide .guide-ttl::before, #top-guide .guide-ttl::after {
  content: "";
  display: block;
  width: 21px;
  height: 48px;
}
#top-guide .guide-ttl::before {
  margin-right: 24px;
  background: url(../img/top/guide-ttl-l.png) no-repeat center/contain;
}
#top-guide .guide-ttl::after {
  margin-left: 24px;
  background: url(../img/top/guide-ttl-r.png) no-repeat center/contain;
}
#top-guide .guide-txt {
  margin: 48px auto 0;
  padding: 15px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-family: "yu-go-r", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #top-guide .guide-txt {
    font-size: 1.6rem;
  }
}
#top-guide .guide-list {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
}
#top-guide .guide-list-item {
  width: 260px;
  height: 220px;
  padding-top: 90px;
  background: url(../img/top/guide-check.png) no-repeat 44% 23px #fff;
  text-align: center;
  font-family: "hina", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  color: #ea8db9;
  line-height: 1.5;
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
          clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  box-shadow: 0px 0px 26.6px 8.4px #ea8db9;
}
@media screen and (max-width: 767px) {
  #top-guide .guide-list-item {
    font-size: 26px;
    font-size: 5.4166666667vw;
  }
}
#top-guide .guide-list-item-sm {
  padding-top: 77px;
  font-size: 2.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #top-guide .guide-list-item-sm {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #top-guide .guide-list-item:nth-of-type(n+2) {
    margin-left: 13px;
  }
}
#top-guide .guide-btn {
  margin: 93px auto 0;
}

/*	com-bnr  PC
------------------------------------ */
.com-bnr .bnr-list {
  display: flex;
  width: 90.1%;
  max-width: 1730px;
  margin: auto;
  justify-content: center;
}
.com-bnr .bnr-list-item {
  width: 100%;
  max-width: 560px;
}
.com-bnr .bnr-list-item:nth-of-type(n+2) {
  margin-left: 25px;
}
.com-bnr .bnr-list-link {
  display: block;
  padding-top: 55.9%;
}
.com-bnr .bnr-list-link-teen {
  background: url(../img/top/bnr-teen.jpg) no-repeat center/100%;
}
.com-bnr .bnr-list-link-twenties {
  background: url(../img/top/bnr-twenties.jpg) no-repeat center/100%;
}
.com-bnr .bnr-list-link-thirties {
  background: url(../img/top/bnr-thirties.jpg) no-repeat center/100%;
}
.com-bnr .bnr-list-link-guide {
  background: url(../img/teen/bnr-guide.jpg) no-repeat center/100%;
}
.com-bnr .bnr-list-link-menu {
  background: url(../img/teen/bnr-menu.jpg) no-repeat center/100%;
}
.com-bnr .bnr-list-link-information {
  background: url(../img/teen/bnr-salon.jpg) no-repeat center/100%;
}
@media screen and (min-width: 768px) {
  .com-bnr .bnr-list-link:hover {
    background-size: 110%;
    opacity: 1;
  }
  .com-bnr .bnr-list-link:hover .bnr-list-ttl {
    background-position: calc(100% - 10px) center;
  }
}
.com-bnr .bnr-list-ttl {
  display: inline-block;
  padding: 0 10%;
  background: url(../img/top/com-btn-arw-white.png) no-repeat calc(100% - 16px) center #ea8db9;
  text-align: center;
  font-family: "hina", sans-serif;
  font-size: clamp(16px, 1.5vw, 30px);
  letter-spacing: 0.1em;
  color: #fff;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .com-bnr .com-frame::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    transition: all 0.3s ease;
  }
  .com-bnr .com-frame:hover::before {
    width: calc(100% - 5px);
    height: calc(100% - 5px);
  }
}

.sub .com-bnr {
  position: relative;
}
.sub .com-bnr::before {
  content: "";
  display: block;
  width: 40.1%;
  height: 980px;
  background-color: #f9edf3;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .sub .com-bnr::before {
    height: 105%;
  }
}
.sub .com-bnr .bnr-list-ttl {
  font-size: clamp(16px, 1.9vw, 36px);
}

/*	com-u24  PC
------------------------------------ */
.com-u24 .u-bg {
  position: relative;
}
.com-u24 .u-bg::before {
  content: "";
  display: block;
  width: 40.1%;
  height: 920px;
  background-color: #f9edf3;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
.com-u24 .u-box {
  height: 354px;
  border: 1px solid #ea8db9;
  padding: 56px 0 0 76px;
  position: relative;
}
.com-u24 .u-box-img {
  position: absolute;
  right: 0;
  top: 0;
}
.com-u24 .u-head {
  font-family: "hina", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.1em;
  color: #ea8db9;
}
@media screen and (max-width: 767px) {
  .com-u24 .u-head {
    font-size: 40px;
    font-size: 8.3333333333vw;
  }
}
.com-u24 .u-head-b {
  color: #474747;
}
.com-u24 .u-head-border {
  background: linear-gradient(transparent 70%, #fbeeaf 60%);
  font-size: 7rem;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .com-u24 .u-head-border {
    font-size: 70px;
    font-size: 14.5833333333vw;
  }
}
.com-u24 .u-txt {
  margin-top: 39px;
}

.sub .com-u24 .u-bg::before {
  content: none;
}

/*	com-contact  PC
------------------------------------ */
.com-contact-bg {
  position: relative;
}
.com-contact-img {
  position: absolute;
  left: calc(50% - 960px);
  top: 0;
}
.com-contact-box {
  width: 100%;
  max-width: 870px;
  margin-left: auto;
  padding: 100px 0 123px;
  background: url(../img/top/contact-box-ila.png) no-repeat calc(100% + 6px) calc(100% + 13px), url(../img/top/contact-box.jpg) no-repeat center/cover;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .com-contact-box::before {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}
@media screen and (min-width: 768px) and (max-width: 1617px) {
  .com-contact-box {
    width: 57%;
  }
}
.com-contact-head {
  font-family: "hina", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .com-contact-head {
    font-size: 40px;
    font-size: 8.3333333333vw;
  }
}
.com-contact-head-lg {
  font-size: 6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .com-contact-head-lg {
    font-size: 60px;
    font-size: 12.5vw;
  }
}
.com-contact-head-sm {
  display: block;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  line-height: 2.2;
}
@media screen and (max-width: 767px) {
  .com-contact-head-sm {
    font-size: 2rem;
  }
}
.com-contact-btn {
  margin: 48px auto 0;
}

/*	top-sns  PC
------------------------------------ */
#top-sns .sns-bg {
  background: url(../img/top/sns-bg.jpg) no-repeat center/cover;
}
#top-sns .sns-head {
  padding: 90px 0 47px;
  background: url(../img/top/sns-ttl-t.png) no-repeat center top, url(../img/top/sns-ttl-b.png) no-repeat center bottom;
  text-align: center;
  font-family: "hina", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.1em;
  color: #474747;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #top-sns .sns-head {
    font-size: 50px;
    font-size: 10.4166666667vw;
  }
}
#top-sns .sns-txt {
  margin: 30px auto 0;
  text-align: center;
}
#top-sns .sns-btn {
  margin: 42px auto 0;
}

/* =========================================

sub layout  PC

========================================= */
/*	guide  PC
------------------------------------ */
#guide .about-bg {
  position: relative;
}
@media screen and (min-width: 768px) {
  #guide .about-img {
    width: 1145px;
    height: 630px;
    position: absolute;
    top: 100px;
    left: calc(50% - 960px);
  }
  #guide .about-img img {
    width: 100%;
    height: 100%;
    margin: auto;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
#guide .about-con {
  width: 100%;
  max-width: 620px;
  margin-left: auto;
  padding-left: 95px;
  padding-bottom: 93px;
  padding-top: 42px;
  background: url(../img/guide/about-ttl-ico.png) no-repeat left top;
  position: relative;
  z-index: 1;
}
#guide .about-con::before {
  content: "";
  display: block;
  width: 1037px;
  height: 78.4%;
  background-color: #f9edf3;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
#guide .about .com-txt-box {
  margin-top: 30px;
}
#guide .salon-list {
  display: flex;
  margin: 26px auto 0;
  justify-content: center;
}
#guide .salon-list-item:nth-of-type(n+2) {
  margin-left: 30px;
}
#guide .feature-bg {
  background: #fff7fb;
}
#guide .feature-txt {
  margin: 34px auto 0;
  text-align: center;
  font-family: "yu-go-r", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #474747;
}
#guide .feature-box {
  display: flex;
  margin: 35px auto 0;
  padding: 60px 100px;
  border: 2px solid #f5c6dc;
  background: #fff;
  justify-content: space-between;
}
#guide .feature-box-con {
  max-width: 570px;
}
#guide .feature-box-head {
  padding: 0 20px 10px;
  border-bottom: 1px solid #ea8db9;
  font-family: "hina", sans-serif;
  font-size: 4rem;
  color: #ea8db9;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #guide .feature-box-head {
    font-size: 40px;
    font-size: 8.3333333333vw;
  }
}
#guide .feature-box-txt {
  margin-top: 28px;
}
#guide .add {
  margin: 100px auto 0;
}
#guide .add-head {
  max-width: 1080px;
  margin: auto;
  padding: 15px 0;
  border-top: 1px solid #ea8db9;
  border-bottom: 1px solid #ea8db9;
  text-align: center;
  font-family: "yu-go-r", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  color: #ea8db9;
}
@media screen and (max-width: 767px) {
  #guide .add-head {
    font-size: 2rem;
  }
}
#guide .add-list {
  display: flex;
  margin: 30px auto 0;
  justify-content: center;
}
#guide .add-list-item {
  width: 100%;
  max-width: 320px;
}
#guide .add-list-item:nth-of-type(n+2) {
  margin-left: -50px;
}
#guide .add-list-head {
  height: 284px;
  padding-top: 128px;
  text-align: center;
  font-family: "hina", sans-serif;
  font-size: 2.6rem;
  letter-spacing: 0.1em;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #guide .add-list-head {
    font-size: 26px;
    font-size: 5.4166666667vw;
  }
}
#guide .add-list-head01 {
  background: url(../img/guide/feature-ico01.png) no-repeat center 73px, url(../img/guide/feature-box.png) no-repeat center/cover;
}
#guide .add-list-head02 {
  background: url(../img/guide/feature-ico02.png) no-repeat center 73px, url(../img/guide/feature-box.png) no-repeat center/cover;
}
#guide .add-list-head03 {
  background: url(../img/guide/feature-ico03.png) no-repeat center 67px, url(../img/guide/feature-box.png) no-repeat center/cover;
  font-size: 2.2rem;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #guide .add-list-head03 {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  #guide .add-list-head03 {
    padding-top: 132px;
  }
}
#guide .add-list-head04 {
  background: url(../img/guide/feature-ico04.png) no-repeat center 67px, url(../img/guide/feature-box.png) no-repeat center/cover;
}
#guide .add-list-txt {
  max-width: 230px;
  margin: 4px auto 0;
  text-align: center;
}
#guide .flow-txt {
  margin: 32px auto 0;
  text-align: center;
}
#guide .flow-list {
  margin: 80px auto 0;
  position: relative;
  z-index: 1;
}
#guide .flow-list::before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  margin: auto;
  background: #ea8db9;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -1;
}
#guide .flow-list-item {
  display: flex;
  padding: 60px 100px;
  border: 1px solid #ea8db9;
  background: #fff;
  justify-content: space-between;
}
#guide .flow-list-item:nth-of-type(n+2) {
  margin: 47px auto 0;
}
#guide .flow-list-con {
  width: 100%;
  max-width: 570px;
}
#guide .flow-list-txt {
  margin-top: 25px;
}
#guide .flow-list-btn {
  margin-top: 70px;
  border: 1px solid #ea8db9;
}

/*	teen  PC
------------------------------------ */
.com-about .greeting-bg {
  position: relative;
}
.com-about .greeting-bg::before {
  content: "";
  display: block;
  width: 769px;
  height: 835px;
  background: #f9edf3;
  position: absolute;
  top: 288px;
  left: calc(50% - 960px);
  z-index: -1;
}
.com-about .greeting-con {
  width: 100%;
  max-width: 560px;
  padding-top: 50px;
  background: url(../img/guide/about-ttl-ico.png) no-repeat calc(100% - 60px) 5px;
}
.com-about .greeting-head {
  font-family: "hina", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.1em;
  color: #ea8db9;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .com-about .greeting-head {
    font-size: 40px;
    font-size: 8.3333333333vw;
  }
}
.com-about .greeting .com-txt-box {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .com-about .greeting-img {
    width: 44.9%;
    max-width: 863px;
    height: 546px;
    position: absolute;
    right: 0;
    top: 90px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1921px) {
  .com-about .greeting-img {
    right: calc(50% - 960px);
  }
}
@media screen and (min-width: 768px) {
  .com-about .greeting-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}
.com-about .problem-box {
  width: 90.1%;
  max-width: 1730px;
  margin: auto;
  background: url(../img/top/guide-deco-lt.png) no-repeat 30px 30px, url(../img/top/guide-deco-rt.png) no-repeat calc(100% - 30px) 30px, url(../img/top/guide-deco-rb.png) no-repeat calc(100% - 30px) calc(100% - 30px), url(../img/top/guide-deco-lb.png) no-repeat 30px calc(100% - 30px), url(../img/teen/problem-ico.png) no-repeat center calc(100% + 40px), url(../img/teen/problem-bg.jpg) no-repeat center/cover;
}
@media screen and (min-width: 768px) {
  .com-about .problem-box {
    padding: 105px 0 290px;
  }
}
.com-about .problem-head {
  text-align: center;
  font-family: "hina", sans-serif;
  font-size: 5rem;
  letter-spacing: 0.1em;
  color: #fff;
  text-shadow: 0 0 10px rgba(234, 141, 185, 0.7), 0 0 10px rgba(234, 141, 185, 0.7), 0 0 20px rgba(234, 141, 185, 0.7), 0 0 30px rgba(234, 141, 185, 0.7);
}
@media screen and (max-width: 767px) {
  .com-about .problem-head {
    font-size: 50px;
    font-size: 10.4166666667vw;
  }
}
.com-about .problem-list {
  display: flex;
  margin: 42px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
.com-about .problem-list-item {
  padding: 11px 15px 11px 52px;
  background: url(../img/teen/problem-check.png) no-repeat 2px 16px #fff;
  font-family: "hina", sans-serif;
  font-size: 2rem;
  letter-spacing: 0.1em;
  color: #ea8db9;
  box-shadow: 0px 0px 26.6px 8.4px rgba(206, 127, 157, 0.3);
}
@media screen and (max-width: 767px) {
  .com-about .problem-list-item {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) {
  .com-about .problem-list-item:nth-of-type(2n) {
    margin-left: 21px;
  }
  .com-about .problem-list-item:nth-of-type(n+3) {
    margin-top: 26px;
  }
  .com-about .problem-list-item:nth-of-type(4) {
    margin-left: 25px;
  }
  .com-about .problem-list-item:nth-of-type(6) {
    margin-left: 23px;
  }
}
.com-about .solution-box {
  padding: 53px 100px 66px;
  border: 1px solid #ea8db9;
}
.com-about .solution-head {
  border-bottom: 1px solid #ea8db9;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  .com-about .solution-head {
    font-size: 40px;
    font-size: 8.3333333333vw;
  }
}
.com-about .solution .com-txt-box {
  width: 100%;
  max-width: 580px;
}
.com-about .solution-flex {
  margin: 56px auto 0;
}
.com-about .solution-img {
  margin-left: 40px;
}
.com-about .service-list {
  margin: 50px auto 0;
}
.com-about .service-list-item {
  padding: 79px 0;
}
.com-about .service-list-item:nth-of-type(n+2) {
  margin-top: 50px;
}
.com-about .service-list-item01 {
  background: url(../img/teen/service-img01.jpg) no-repeat calc(50% - 390px) top;
}
.com-about .service-list-item02 {
  background: url(../img/teen/service-img02.jpg) no-repeat calc(50% + 390px) top;
}
.com-about .service-list-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}
.com-about .service-list-box {
  width: 100%;
  max-width: 525px;
  padding: 45px 0 65px;
  position: relative;
  z-index: 1;
}
.com-about .service-list-box::before {
  content: "";
  display: block;
  width: 1019px;
  height: 100%;
  background: #f9edf3;
  position: absolute;
  top: 0;
  z-index: -1;
}
.com-about .service-list-box-l::before {
  right: -78px;
}
.com-about .service-list-box-r {
  margin-left: auto;
}
.com-about .service-list-box-r::before {
  left: -78px;
}
.com-about .service-list-head {
  font-family: "hina", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.1em;
  color: #ea8db9;
}
@media screen and (max-width: 767px) {
  .com-about .service-list-head {
    font-size: 40px;
    font-size: 8.3333333333vw;
  }
}
.com-about .service-list-txt {
  margin-top: 16px;
}
.com-about .rank-bg {
  background: #fff7fb;
}
.com-about .rank-head {
  padding-top: 35px;
  background: url(../img/guide/about-ttl-ico.png) no-repeat calc(100% - 20px) top;
}
.com-about .rank-list {
  margin: 60px auto 0;
}
.com-about .rank-list-item {
  padding: 40px 40px 50px;
  border: 1px solid #ea8db9;
  background: url(../img/teen/rank-bg.png) no-repeat center/cover;
  position: relative;
}
.com-about .rank-list-item:nth-of-type(n+2) {
  margin-top: 40px;
}
.com-about .rank-list-head {
  padding: 0 25px 14px;
  border-bottom: 1px solid #ea8db9;
  font-family: "hina", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.1em;
  color: #ea8db9;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .com-about .rank-list-head {
    font-size: 40px;
    font-size: 8.3333333333vw;
  }
}
.com-about .rank-list-head-num {
  margin-right: 44px;
  font-size: 3rem;
  letter-spacing: 0.1em;
  color: #474747;
}
@media screen and (max-width: 767px) {
  .com-about .rank-list-head-num {
    font-size: 30px;
    font-size: 6.25vw;
  }
}
.com-about .rank-list-txt {
  margin-top: 40px;
  padding-left: 185px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .com-about .rank-list-txt {
    font-size: 1.6rem;
  }
}
.com-about .rank-list-ico {
  position: absolute;
  bottom: 0;
  left: 90px;
  opacity: 0.7;
}
.com-about .feature-txt {
  margin: 35px auto 0;
  text-align: center;
}
.com-about .feature-list {
  margin: 63px auto 0;
}
.com-about .feature-list-item {
  display: flex;
  padding: 50px 100px;
  border: 2px solid #f4c2da;
  justify-content: space-between;
}
.com-about .feature-list-item:nth-of-type(n+2) {
  margin-top: 36px;
}
.com-about .feature-list-item:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.com-about .feature-list-con {
  width: 100%;
  max-width: 620px;
  margin-top: -11px;
}
.com-about .feature-list-head {
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  .com-about .feature-list-head {
    font-size: 30px;
    font-size: 6.25vw;
  }
}
.com-about .feature-list-head-sm {
  font-size: 2.6rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .com-about .feature-list-head-sm {
    font-size: 26px;
    font-size: 5.4166666667vw;
  }
}
.com-about .feature-list-txt-box {
  margin-top: 23px;
}
.com-about .note-bg {
  background: url(../img/teen/note-bg.png) no-repeat center/cover;
}
.com-about .note-head {
  text-align: center;
  font-family: "hina", sans-serif;
  font-size: 4rem;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .com-about .note-head {
    font-size: 40px;
    font-size: 8.3333333333vw;
  }
}
.com-about .note-head-ac {
  color: #fbeeaf;
}
.com-about .note-txt {
  margin: 26px auto 0;
  text-align: center;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-family: "yu-go-r", sans-serif;
  color: #fff;
}
.com-about .note-btn {
  margin: 42px auto 0;
}
.com-about .check-head {
  font-size: 4.2rem;
}
@media screen and (max-width: 767px) {
  .com-about .check-head {
    font-size: 42px;
    font-size: 8.75vw;
  }
}
.com-about .check-txt {
  margin: 30px auto 0;
  text-align: center;
}
.com-about .check-box {
  margin: 52px auto 0;
  padding: 30px 42px;
  background: #fff7fb;
}
.com-about .check dl {
  padding: 0 34px;
}
.com-about .check dl:nth-of-type(n+2) {
  margin-top: 20px;
  padding-top: 13px;
  border-top: 1px solid #f1d6e3;
}
.com-about .check dt, .com-about .check dd {
  line-height: 1.9;
}
.com-about .check dt {
  padding-left: 16px;
  font-family: "yu-go-r", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #ea8db9;
  position: relative;
}
.com-about .check dt::before {
  content: "■";
  position: absolute;
  left: 0;
  top: 0;
}

/*	twenties  PC
------------------------------------ */
#twenties .rank-head {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #twenties .rank-head {
    font-size: 40px;
    font-size: 8.3333333333vw;
  }
}

/*	thirties  PC
------------------------------------ */
#thirties .rank-head {
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #thirties .rank-head {
    font-size: 40px;
    font-size: 8.3333333333vw;
  }
}

/*	menu  PC
------------------------------------ */
#menu .menu-list {
  margin: 60px auto 0;
}
#menu .menu-list-item:nth-of-type(n+2) {
  margin-top: 52px;
}
#menu .menu-list-item article:nth-of-type(n+2) {
  margin-top: 30px;
}
#menu .menu-list-box {
  margin: 28px auto 0;
  padding: 27px 40px 40px;
  border: 1px solid #ea8db9;
}
#menu .menu-list-box-head {
  font-size: 3rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #menu .menu-list-box-head {
    font-size: 30px;
    font-size: 6.25vw;
  }
}
#menu .menu-list-box-flex {
  margin: 24px auto 0;
}
#menu .menu-list-box-img {
  width: 292px;
  height: 194px;
  position: relative;
}
#menu .menu-list-box-r {
  width: 100%;
  max-width: 658px;
}
#menu .menu-list-box-price {
  display: flex;
  align-items: center;
  font-family: "yu-go-r", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #474747;
}
@media screen and (max-width: 767px) {
  #menu .menu-list-box-price {
    font-size: 1.6rem;
  }
}
#menu .menu-list-box-price-ttl {
  margin-right: 10px;
  padding: 0 10px;
  background: #ea8db9;
  text-align: center;
  font-family: "yu-go-r", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  color: #fff;
}
#menu .menu-list-box-price-campaign {
  margin-top: 10px;
  font-size: 2rem;
  color: #ea8db9;
}
@media screen and (max-width: 767px) {
  #menu .menu-list-box-price-campaign {
    font-size: 1.8rem;
  }
}
#menu .menu-list-box-txt {
  margin-top: 24px;
  white-space: pre-line;
}

/*	information  PC
------------------------------------ */
#information .salon-table {
  margin: 28px auto 0;
}
#information .salon-list {
  display: flex;
  margin: 60px auto 0;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  #information .salon-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
}
#information .salon-map {
  margin: 105px auto 0;
}
#information .salon-map-item:nth-of-type(n+2) {
  margin-top: 35px;
}
#information .salon-map-head {
  text-align: center;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #information .salon-map-head {
    font-size: 40px;
    font-size: 8.3333333333vw;
  }
}
#information .salon-map-ggmap {
  margin: 15px auto 0;
}
#information .com-contact {
  position: relative;
}
#information .com-contact::before {
  content: "";
  display: block;
  width: 40.1%;
  max-width: 770px;
  height: 980px;
  background: #f9edf3;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  #information .com-contact-inner {
    padding-bottom: 122px;
  }
}

/*	news  PC
------------------------------------ */
#news .com-head03 {
  padding-bottom: 6px;
  font-size: 3rem;
}
@media screen and (max-width: 767px) {
  #news .com-head03 {
    font-size: 30px;
    font-size: 6.25vw;
  }
}
#news .com-news-post-link {
  border: 1px solid #ea8db9;
}
#news .news-post-txt {
  margin: 20px auto 0;
}
#news .news-post-flex {
  margin: 20px auto 0;
}
#news .detail .com-head01 {
  font-size: 3.5rem;
}

/*	privacy  PC
------------------------------------ */
#privacy .com-head03 {
  font-size: 2.5rem;
}
@media screen and (max-width: 767px) {
  #privacy .com-head03 {
    font-size: 25px;
    font-size: 5.2083333333vw;
  }
}

/*	site  PC
------------------------------------ */
#site .site-box {
  border: 1px solid #ea8db9;
}/*# sourceMappingURL=all.css.map */