@charset "UTF-8";
/*color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*quality用*/
/*salon用*/
/*lifeinfo用*/
/*design用*/
/*design用*/
/*grid settings*/
/* media query */
html:lang(en) .p-obi__wrap__list {
  grid-template-columns: 1fr 1fr;
  gap: 2rem 0;
}
@media only screen and (max-width: 1080px) {
  html:lang(en) .p-obi__wrap__list {
    grid-template-columns: 1fr;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-sokyu, html:lang(en) .p-sokyu__l2 {
    display: block;
    text-align: center;
  }
}
html:lang(en) .p-sokyu--1 {
  gap: 0;
}
html:lang(en) .p-sokyu--2::after {
  display: none;
}
html:lang(en) .p-sokyu__l2 {
  line-height: 2.55;
  display: block;
}
@media only screen and (max-width: 1080px) {
  html:lang(en) .p-sokyu__r2 {
    display: flex;
    align-items: center;
  }
}
@media only screen and (max-width: 1080px) {
  html:lang(en) .p-sokyu::after {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-nav__list {
    grid-template-columns: 1fr;
  }
  html:lang(en) .p-nav__list .u-sp {
    display: none;
  }
  html:lang(en) .p-nav__list .u-pc {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) .p-nav__list__item a {
    padding: 1rem 0;
  }
}
@media only screen and (max-width: 768px) {
  html:lang(en) #concept .p-mv__detail,
  html:lang(en) #concept .p-mv__catch {
    line-height: 1.4;
  }
}
html:lang(en) .brandContents .anchorBtnWrap {
  background-color: #e6e6e6;
  padding: 30px 0;
  position: sticky;
  top: 0;
  z-index: 90;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtnWrap {
    position: static;
  }
}
html:lang(en) .brandContents .anchorBtn {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtn {
    flex-direction: column;
    gap: 1px;
  }
}
html:lang(en) .brandContents .anchorBtn li {
  width: 19%;
}
@media only screen and (max-width: 768px) {
  html:lang(en) html:lang(en) .brandContents .anchorBtn li {
    width: 100%;
  }
}

.c-conv-fin .contact {
  max-width: 60rem;
  margin: 0 auto 3rem;
  text-align: center;
  background: #444444;
  padding: 2rem 1rem;
  border: 1px solid;
}
.c-conv-fin .toiawase {
  margin: 1rem auto;
  max-width: 40rem;
}
.c-conv-fin .time {
  font-size: 1.4rem;
}

.c-conv__wrap__btns .c-button {
  background-color: #A67C52;
  transition: 0.3s;
}
.c-conv__wrap__btns .c-button:hover {
  background-color: #c3af97;
  transition: 0.3s;
}

.p-mv__txt {
  display: flex;
  flex-direction: column;
  gap: 0;
  align-items: center;
  justify-content: center;
  width: 90vw;
  max-width: 90rem;
  margin: 0 auto;
  background: rgba(33, 32, 32, 0.7411764706);
  padding: 3rem 1rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #cfb98b;
}
@media only screen and (max-width: 768px) {
  .p-mv__txt {
    height: -moz-fit-content;
    height: fit-content;
  }
}

.fin-img {
  max-width: 20rem;
  width: 14vw;
  display: block;
  min-width: 12rem;
}

.fin-ttl {
  font-size: 3.6rem;
  line-height: 1;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
@media only screen and (max-width: 768px) {
  .fin-ttl {
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.fin-txt {
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  .fin-txt {
    font-size: 1.5rem;
    line-height: 2;
  }
}

/* スマホのナビを遅く表示させたい場合 */
.spNavBar {
  bottom: -100%;
  transition-duration: 0.6s;
}
.spNavBar.on {
  bottom: -1px;
}/*# sourceMappingURL=top-fin.css.map */