@import url(bace.css);

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

.first-view {
  height: 534px;
  background: url(../img/first-view.png) no-repeat top center;
  background-size: cover;
  padding: 20px 3%;
  display: flex;
  justify-content: center;
  position: relative;
}
.logo { width: 17.36%; position: absolute; left: 3%; top: 20px;}
.fv-text {
  width: 80%;
  position: relative;
  top: 30%;
}
.fv-link {
  width: 20px;
  position: absolute;
  top: 160px;
  right: 4%;
  writing-mode: vertical-rl;
  text-orientation: upright;
  font-size: 10px !important;
  gap: 8px;
  z-index: 99;
}
.fv-link a {
  display: block;
  background-color: var(--white);
  border-radius: 10px;
  text-align: center;
}
.fv-link img { width: 8px; height: 8px; display: block; margin: auto;}
.fv-link .link-instagram a,
.fv-link .link-line a { padding: 6px;}
.fv-link .link-hotpepper a { padding: 8px 6px 8px 4px;}
.fv-link .link-hotpepper span { position: relative; left: 1px;}
.sec-concept { padding-bottom: 0;}
.sec-title + p.concept-text { margin-bottom: 0;}
.concept-text { text-align: center;}
.concept-img { width: 45%; margin: 24px auto;}
.point-wrap {
  background-color: var(--bg);
  padding: 80px 0;
}
.point-sub-title {
  font-size: 20px;
  font-family: var(--font-serif);
  text-align: center;
  margin-bottom: 16px;
}
.point-box {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
}
.point-item-img { margin-bottom: 24px;}
.point-item-title {
  font-family: var(--font-serif);
  font-size: 20px;
  text-align: center;
  margin-bottom: 16px;
}
.point-item-title span {
  display: inline-block;
  font-family: var(--font-title);
  font-size: 16px;
  line-height: 1;
  position: relative;
  padding: 0 34px;
}
.point-item-title span::before,
.point-item-title span::after {
  content: "";
  width: 21px;
  height: 23px;
  position: absolute;
  top: 0; bottom: 0;
  margin: auto;
}
.point-item-title span::before {
  background: url(../img/flower-point-l.png) no-repeat;
  background-size: contain;
  left: 0;
}
.point-item-title span::after {
  background: url(../img/flower-point-r.png) no-repeat;
  background-size: contain;
  right: 0;
}
.about-head {
  background-image: url(../img/flower-about01.png), url(../img/flower-about02.png);
  background-size: 41%, 44.22%;
  background-position: 97% 266px, left bottom;
  background-repeat: no-repeat, no-repeat;
  margin-bottom: 40px;
  padding-bottom: 48px;
}
.about-head-img {
  margin: auto;
  padding-top: 16px;
}
.about-head-text {
  line-height: 2.2;
  margin: 32px 0 0;
  padding: 24px 0;
  text-align: center;
}
.about-sub-title {
  font-family: var(--font-serif);
  font-size: 24px;
  text-align: center;
  margin-bottom: 24px;
}
.profile-item { margin: 24px 0;}
.profile-item-img { width: 240px; margin: 0 auto 16px;}
.profile-item-name {
  font-family: var(--font-serif);
  text-align: center;
  margin-bottom: 16px;
}
.profile-item-name span { font-size: 20px;}
.precounseling-text {
  font-family: var(--font-serif);
  font-size: 20px;
  text-align: center;
  margin-bottom: 16px;
}
.sec-swedish {
  background-color: var(--bg);
}
.swedish-head { margin-bottom: 40px;}
.swedish-head-img { margin-bottom: 24px;}
.swedish-box {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  margin-bottom: 40px;
}
.swedish-item {
  max-width: 366px;
  margin: auto;
  position: relative;
}
.swedish-item::before {
  content: "";
  display: block;
  width: 100%;
  height: 37px;
  background: url(../img/ico-swedish.png) no-repeat center top;
  background-size: contain;
  margin-bottom: 8px;
}
.swedish-item-img { width: 240px; margin: 0 auto 8px;}
.swedish-item-title {
  font-family: var(--font-serif);
  font-size: 20px;
  text-align: center;
  margin-bottom: 8px;
}
.result-box { margin-bottom: 40px;}
.result-text {
  font-family: var(--font-serif);
  font-size: 24px;
  text-align: center;
  margin-bottom: 24px;
}
.sec-winback4 { background-color: var(--bg);}
.sec-swedish { padding-bottom: 40px;}
.service-box { padding-top: 16px;}
.service-item-img { margin-bottom: 24px;}
.sec-cosmetics { padding-top: 40px;}
.sec-cosmetics .inner-wrap {
  background-color: var(--bg);
  padding: 42px 0;
}
.sec-cosmetics .sec-title::after {
  content: "";
  display: block;
  height: 18px;
  background: url(../img/flower-cosmetic.png) no-repeat center top;
  background-size: contain;
  margin-top: 8px;
}
.cosmetics-box {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  width: 366px;
  max-width: 93%;
  margin: auto;
}
.cosmetic-item-img {
  width: 240px;
  margin: 0 auto 16px;
}
.cosmetic-item-title {
  font-size: 20px;
  font-family: var(--font-serif);
  text-align: center;
}
.sec-space { background-color: var(--bg);}
.space-box {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
}
.space-item-img { margin-bottom: 24px;}
.space-item-title {
  font-family: var(--font-serif);
  text-align: center;
}
.space-item-title span { font-size: 20px;}
.sec-information { background-color: var(--bg);}
.information-img {
  margin-bottom: 24px;
}
.information-title { margin-bottom: 16px;}
.information-title span {
  display: block;
  font-size: 20px;
}
.sec-contact { text-align: center;}
.contact-img { width: 120px; margin: auto;}
.footer {
  background-color: var(--text);
  color: var(--white);
  padding: 64px 0;
  text-align: center;
}
.footer-logo {
  width: 140px;
  margin: 0 auto 40px;
}
.footer-menu {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 32px;
  line-height: 40px;
}
.footer-menu li { width: calc(50% - 16px);}
.footer-menu a {
  display: block;
  color: var(--white);
}
.footer-link {
  margin: 32px auto;
  column-gap: 16px;
}
.footer-link img { height: 24px; width: auto;}
.footer-link .link-hotpepper a {
  display: block;
  background-color: var(--white);
  color: var(--text);
  width: 98px;
  text-align: center;
  padding: 11px 4px 8px;
  border-radius: 17px;
  box-sizing: border-box;
}
.copy { font-size: 10px;}
.pc-head { position: fixed; top: calc((100vh - 238px) / 2); right: 75%;}
.pc-logo { width: 186px; margin: auto;}
.pc-menu {
  position: fixed;
  top: calc((100vh - 496px) / 2);
  left: 72%;
  font-size: 20px;
  line-height: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  padding: 4px 0;
}
.pc-menu a {
  display: block;
  position: relative;
}
.pc-menu a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.pc-menu li.current a::after,
.pc-menu a:hover::after {
  background-color: var(--text);
}
.pc-logo { margin-bottom: 40px;}
.pc-link { column-gap: 16px;}
.pc-link img { height: 24px; width: auto;}
.pc-link .link-hotpepper a {
  display: block;
  background-color: var(--text);
  color: var(--white);
  width: 98px;
  text-align: center;
  padding: 11px 4px 8px;
  border-radius: 17px;
  box-sizing: border-box;
}
@media screen and (max-width:1280px) {
  .wrapper { margin: 40px auto 40px 5%;}
  .aside {
    position: fixed;
    top: 40px;
    left: calc(430px + 12%);
    height: calc(100vh - 40px);
    overflow-y: auto;
    padding: 0 2%;
  }
  .pc-head, .pc-menu { position: static; padding: 24px 0;}
}
@media screen and (max-width:780px) {
  .wrapper { margin: 0 auto;}
  .global-menu {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background: rgba(255, 255, 255, 0.9);
    width: 100%;
    height: 100vh;
    overflow-y: auto;
    padding: 92px 5% 85px;
    line-height: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    row-gap: 4px;
    opacity: 0;
    pointer-events: none;
    transition: all 0.5s ease;
  }
  .global-menu.active { opacity: 1; pointer-events: auto; transition: all 0.5s ease;}
  .sp-menu {
    width: 40px;
    top: 34px;
    right: 3%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 11;
    cursor: pointer;
  }
  .sp-menu-bar {
    display: block;
    height: 2px;
    width: 34px;
    background-color: var(--text);
    position: relative;
    top: 0; bottom: 0; left: 0; right: 0;
    margin: auto;
  }
  .sp-menu-bar::before,
  .sp-menu-bar::after {
    content: "";
    display: block;
    position: relative;
    height: 2px;
    width: 34px;
    background-color: var(--text);
    left: 0; right: 0;
    margin: auto;
    transition: all 0.2s ease;
  }
  .sp-menu-bar::before { top: -6px;}
  .sp-menu-bar::after { bottom: -4px;}
  .sp-menu.active .sp-menu-bar { height: 0;}
  .sp-menu.active .sp-menu-bar::before { transform: rotate(45deg); top: 0; transition: all 0.2s ease;}
  .sp-menu.active .sp-menu-bar::after { transform: rotate(-45deg); bottom: auto; top: -2px; transition: all 0.2s ease;}
  .menu-logo {
    display: none;
    width: 17.36%;
    position: absolute;
    top: 20px;
    left: 3%;
    z-index: 99;
  }
  .sp-menu.active + .menu-logo { display: block;}
}
@media screen and (max-width:430px) {
  .first-view { height: 124.2vw;}
  .fv-link { top: 37.2vw;}
  .concept-text { text-align: left;}
  .concept-text br { display: none;}
}