@charset "utf-8";
/*
===== TOP ==========================================
*/
body {
  margin: 0;
}
#menuNavSp {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
/*ロゴとメニュー色↓*/
#top header #head-logo a .icoStyle {
  fill: #ffffff;
}
#top .menu-trigger span {
  background-color: #ffffff;
}
#top header.scrollColor #head-logo.active a .icoStyle {
  fill: #ffffff;
}
/*背景外のロゴとメニュー色↓*/
#top header.scrollColor #head-logo a .icoStyle {
  fill: #1a1918;
}
#top header.scrollColor .menu-trigger span {
  background-color: #1a1918;
}
#top header.scrollColor .menu-trigger.active span {
  /*アクティブ時*/
  background-color: #ffffff;
}
#top .readmoreBtn {
  padding: 14px 12px 0;
  text-align: right;
}
#top .readmoreBtn a {
  font-family: "BrownLLWeb";
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 1.5px;
}
#top #container {
  position: absolute;
}
#top #contents {
  /*position: absolute;
      top: 100vh;
    z-index: 20;*/
  display: flex;
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  background-color: #f5f2ef;
}
@media screen and (min-width: 768px) {
  /*pc769以上*/
  /*ロゴとメニュー色↓*/
  #top header #head-logo a .icoStyle {
    fill: #ffffff;
  }
  #top div#menuNavPc li a {
    color: #ffffff;
  }
  #top header div#menuNavPc li.snsLink a .icoStyle {
    fill: #ffffff;
  }
  /*背景外のロゴとメニュー色↓*/
  #top header.scrollColor #head-logo a .icoStyle {
    fill: #1a1918;
  }
  #top header.scrollColor div#menuNavPc li a {
    color: #1a1918;
  }
  #top header.scrollColor div#menuNavPc li a::after {
    background: #1a1918;
  }

  #top header.scrollColor div#menuNavPc li.snsLink a .icoStyle {
    fill: #1a1918;
  }
  #top .readmoreBtn {
    height: 44px;
    padding: 32px 16px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #top .readmoreBtn a {
    font-size: 1.7rem;
  }
}
/*お申込みボタン*/
div#appBtn {
  width: 180px;
  height: 52px;
  position: fixed;
  right: calc(50% - 90px);
  bottom: 0px;
  opacity: 0;
  visibility: hidden;
  z-index: 40;
}
div#appBtn a {
  width: 180px;
  height: 52px;
  display: block;
  border-radius: 26px;
  text-align: center;
  font-size: 1.3rem;
  line-height: 49px;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #ffffff;
  background-color: #c8bcaf;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.08);
}
div#appBtn a:hover {
  background-color: #d6cbc0;
}
@media screen and (min-width: 768px) {
  /*pc769以上*/
  div#appBtn {
    width: 300px;
    height: 72px;
    right: calc(50% - 150px);
  }
  div#appBtn a {
    width: 300px;
    height: 60px;
    border-radius: 36px;
    font-size: 1.7rem;
    line-height: 72px;
    padding-bottom: 12px;
  }
}
/*----------------
	KV
----------------*/
.viewport {
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  position: relative;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none; /*IEのスクロール被り回避*/
}
#kv-parallax {
  background: url("../img/top/kv_pc2.jpg") no-repeat center bottom;
  background-size: cover;
  height: 100vh;
  margin-bottom: -102vh;
  z-index: -1;
}
#top #kv {
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: relative;
  will-change: transform;
}

#top #kv p {
  width: 226px;
  height: 98px;
  position: absolute;
  left: 40px;
  top: max(50vh - 180px,120px);
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 4.8rem;
  color: #ffffff;
  letter-spacing: 2.8px;
}
/* コピー変更に伴い202211追加 */
.kv-title1{
	font-size: 2.3rem;
	}
.kv-title2{
  font-size: 3.3rem;
	}
#top #kv p.notes {
  width: 310px;
    height: 40px;
    position: absolute;
	left: 20px;
	top: max(94vh);
    font-size: 0.8rem;
	font-weight: 400;
    line-height: 1.2rem;
    letter-spacing: 1px;
    color: #1E1E1E;
  }

/*Safari用のハックは、Chromeに適用されないようにする*/
@supports (-webkit-touch-callout: none) {
  #kv-parallax {
    height: -webkit-fill-available;
  }
  #top #kv p {
    left: 40px;
    top: max(50vh - 160px,200px);
  }
}

#top #kv .scrolldown {
  position: absolute;
  bottom: 80px;
  left: 16px;
}
#top #kv .scrolldown::before {
  content: "";
  position: absolute;
  bottom: 44px;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, 0.35);
}
#top #kv .scrolldown::after {
  content: "";
  position: absolute;
  bottom: 44px;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
  /*animation: sdl 2s cubic-bezier(1, 0, 0, 1) infinite;*/
  /*animation: sdl 2s cubic-bezier(.64,-0.08,.38,1) infinite;*/
  /*animation: sdl 2s cubic-bezier(.74,-0.13,.41,1.05) infinite;*/
  -webkit-animation: sdl 2s cubic-bezier(0.72, -0.16, 0.42, 1.1) infinite;
  animation: sdl 2s cubic-bezier(0.72, -0.16, 0.42, 1.1) infinite;
}

#top #kv .scrolldown span {
  display: inline-block;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  font-size: 1.3rem;
  font-family: "BrownLLWeb";
  font-weight: 900;
  letter-spacing: 0.1em;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}
@media screen and (max-width: 768px) {
  #top #kv .scrolldown {
    bottom: 74px;
    left: 3px;
  }
  #top #kv .scrolldown::before {
    height: 80px;
    bottom: 34px;
  }
  #top #kv .scrolldown::after {
    height: 80px;
    background: #fff;
    bottom: 34px;
  }
  #top #kv .scrolldown span {
    font-size: 1rem;
  }
}

@-webkit-keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
#top #kv p span {
  display: block;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  /*pc769以上*/
  #kv-parallax {
    background: url("../img/top/kv_pc2.jpg") no-repeat center bottom;
    background-size: auto 100%;
  }
  #top #kv {
    z-index: 1;
    background-size: cover;
  }
  #top #kv p {
    width: 400px;/*コピー変更に伴い300pxから変更202211*/
    height: 120px;
    position: absolute;
    left: calc(28% - 150px);
    top: calc(25% - 50px);
    font-size: 4.6rem;
    font-weight: 700;
    line-height: 8.2rem;
    color: #ffffff;
    letter-spacing: 3.2px;
  }
/* コピー変更に伴い追加202211 */
#top #kv p.notes {
  width: 800px;
  top: max(97vh);
  font-size: 1.0rem;
  }
.kv-title1{
	font-size: 3.6rem;
	line-height: 6.8rem;
	}
.kv-title2{
	font-size: 5.1rem;
	}
}
/*----------------
	リード
----------------*/
#top #contents section#lead {
  padding: 120px 36px 120px;
}
#top #lead dl {
  padding: 0 12px 0 0;
}

#top #lead dt {
  margin-bottom: 42px;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 3rem;
  letter-spacing: 1.5px;
}
#top #lead dd {
  font-size: 1.3rem;
  line-height: 2.6rem;
}

#top #lead dd p {
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  /*pc769以上*/
  #top #contents section#lead {
    width: 100%;
    max-width: 1080px;
    padding: 192px 0 288px;
  }
  #top #lead dl {
    padding: 0 16px;
    display: flex;
    justify-content: space-around;
  }
  #top #lead dt {
    margin-bottom: 0px;
    font-size: 2.7rem;
    font-weight: 700;
    line-height: 7rem;
    letter-spacing: 2px;
  }
  #top #lead dd {
    margin-top: 260px;
    font-size: 1.5rem;
    color: #1a1918;
    line-height: 3.6rem;
  }
  #top #lead dd p:last-of-type {
    margin-bottom: 0;
  }
}
/*----------------
	コンセプト
----------------*/
#contents section#concept {
  width: 100%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
#contents section#concept .mainImg {
  /* margin-bottom: 44px; */
  overflow: hidden;
}
#contents section#concept .mainImg img {
  width: 100%;
  height: auto;
}
#contents section#concept h2.ttl {
  width: calc(100% - 72px);
  margin-top: 48px;
  padding: 0 36px;
}
#contents section#concept p.descriptTxt {
  width: calc(100% - 72px);
  padding: 0 36px;
  margin-bottom: 0;
  letter-spacing: 1.3px;
}
@media screen and (min-width: 768px) {
  /*pc769以上*/
  #contents section#concept {
    max-width: 100%;
    flex-wrap: nowrap;
  }
  #contents section#concept .mainImg {
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    width: 50%;
  }
  #contents section#concept .concept__description {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 600px;
    width: 42%;
    padding-left: 8%;
  }
  #contents section#concept .concept__description div {
    /*padding-left: 30%;*/
  }
  #contents section#concept h2.ttl {
    padding: 0 0 2rem;
    margin: 0;
    color: #c8bcaf;
    font-size: min(3vw, 3.5rem);
    letter-spacing: 0.5rem;
  }
  #contents section#concept p.descriptTxt {
    padding: 0;
    width: 100%;
    font-size: min(1.4vw, 1.7rem);
    font-weight: 400;
    line-height: min(4.2vw, 5.1rem);
    /*letter-spacing: 1.5px;*/
    color: #1a1918;
  }
}
/*----------------
	ニュース
----------------*/
#contents section#news {
  padding: 138px 0 108px;
}
#news ul {
}
#news li {
  display: none;
}
#news li:first-child {
  display: block;
}
#news li:nth-child(2) {
  display: block;
  margin-top: 10px;
}
#news li span.date {
  display: block;
  margin-bottom: 0px;
  font-family: "BrownLLWeb";
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2rem;
  color: #c8bcaf;
}
#news li p {
  font-size: 1.3rem;
  line-height: 2.6rem;
  font-weight: 500;
}
#news li p a {
  font-weight: 500;
  color: #1a1918;
  cursor: pointer;
  text-decoration: underline; 
}
#news .news-list {
  padding: 0 12px;
}
@media screen and (min-width: 768px) {
  /*pc769以上*/
  #top #contents section#news {
    padding: 192px 0;
    width: calc(100% - 32px);
    max-width: 1080px;
    display: flex;
    justify-content: space-between;
  }
  #top #contents section#news h2.ttl {
    width: calc(20% - 16px);
    color: #c8bcaf;
    padding-left: 16px;
    font-size: 3.5rem;
  }
  #news .news-list {
    flex: 1;
    padding-right: 16px;
  }
  #news ul {
    margin-top: 4px;
  }
  #news li {
    margin-bottom: 46px;
    display: block;
  }
  #news li:first-child {
    display: inherit;
  }
  #news li:last-child {
    margin-bottom: 0;
  }
  #news li span.date {
    display: block;
    font-family: "BrownLLWeb";
    font-size: 1.5rem;
    line-height: 1;
    color: #c8bcaf;
  }
  #news li p {
    font-size: 1.5rem;
    line-height: 2.6rem;
  }
  #news li p a {
    font-weight: 500;
    color: #1a1918 !important;
	text-decoration: underline; 
  }
  #news li p a:hover {
	text-decoration: none; 
  }
}
/*----------------
	HOW IT WORKS
----------------*/
#contents section#howto {
  width: calc(100% - 72px);
  height: 3600px;
  height: calc(max(100vh, 600px) * 6);
  padding: 0;
  margin: 0 auto 50px;
}
@media screen and (min-width: 768px) {
  #contents section#howto {
    max-width: 1080px;
    width: calc(100% - 32px);
  }
}
#contents section#howto .wrap {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100vh;
  min-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#contents #howto #howto-box {
  width: 100%;
  padding-bottom: 60px;
}
#howto div#scroll {
  width: calc(100% - 32px);
  min-height: 460px;
  margin-top: 40px;
  padding: 0 16px;
  display: flex;
  /*flex-wrap: wrap;*/
  justify-content: space-between;
  align-items: center;
}
#howto ul#numBtn {
  padding-left: 48px;
  flex: 1 0 28px;
  height: 300px;
  z-index: 20;
  align-self: center;
}
#howto ul#numBtn #howto-progress-base {
  width: 1px;
  margin: -330px 0px 0 14px;
  height: 280px;
  background-color: #eae3da;
}
#howto ul#numBtn #howto-progress {
  content: "";
  display: block;
  width: 1px;
  margin: -280px 0 0 14px;
  height: 0px;
  background-color: #c8bcaf;
}
#howto ul#numBtn li {
  width: 28px;
  height: 28px;
  margin-bottom: 40px;
}
#howto ul#numBtn li button {
  width: 28px;
  height: 28px;
  background-color: #ffffff;
  border: 1px solid #d9d1c7;
  border-radius: 14px;
  font-family: "BrownLLWeb";
  text-align: center;
  font-weight: 900;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.55px;
  color: #c8bcaf;
  transition: 0.3s;
}
#howto ul#numBtn li.active button {
  background-color: #c8bcaf;
  border: 1px solid #c8bcaf;
  color: #ffffff;
}
#howto ul#numBtn li:last-child {
  margin-bottom: 0;
}
#howto ul#step {
  flex: 1 1 300px;
  align-self: flex-end;
  z-index: 10;
  position: relative;
}
#howto ul#step li {
  position: absolute;
  display: block;
  bottom: 0;
}
#howto ul#step li .step-count {
  color: #e5dfd8;
  font-family: "BrownLLWeb", "Noto Sans JP";
  font-size: 12rem;
  font-weight: 900;
  padding-bottom: 10px;
  opacity: 0;
  display: block;
  transform: translate3d(0, 8px, 0);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}
#howto ul#step li.active .step-count {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 600ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 200ms;
}
#howto ul#step li dl {
  width: 100%;
}
#howto ul#step li dt {
  margin-bottom: 12px;
  font-family: "Noto Sans JP";
  font-size: 2.1rem;
  font-weight: 900;
  line-height: 3.4rem;
  color: #c8bcaf;
  letter-spacing: 0.85px;
  opacity: 0;
  will-change: transform;
  transform: translate3d(0, 15px, 0);
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}
#howto ul#step li.active dt {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 700ms cubic-bezier(0.68, -0.3, 0.34, 0.84) 0ms;
}
#howto ul#step li dd {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 3rem;
  opacity: 0;
  will-change: transform;
  transform: translate3d(0, 15px, 0);
  -webkit-perspective: 1000px;
  -webkit-backface-visibility: hidden;
  transition: all 200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}
#howto ul#step li.active dd {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 780ms cubic-bezier(0.68, -0.3, 0.34, 0.84) 0ms;
}
#howto ul#howImg {
  flex: 0 0 500px;
  width: 500px;
  height: 500px;
  position: relative;
}
#howto ul#howImg li {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  opacity: 0;
  transition: opacity 150ms;
}

#howto ul#howImg li.active {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: inherit;
  opacity: 1;
  transition: opacity 0ms;
}
@media screen and (max-width: 768px) {
  #contents section#howto {
    width: calc(100% - 48px);
  }
  #contents section#howto #howto-box-title.ttl {
    margin-bottom: 26px;
  }
  #howto ul#numBtn {
    padding-left: 0;
  }
  #howto div#scroll {
    width: 100%;
    padding-left: 10px;
    padding-right: 0;
  }
  #howto ul#numBtn {
    height: 260px;
  }
  #howto ul#numBtn #howto-progress-base {
    margin: -275px 0 0 14px;
    height: 220px;
  }
  #howto ul#numBtn #howto-progress {
    margin: -220px 0 0 14px;
    height: 0px;
  }
  #howto ul#numBtn li {
    margin-bottom: 30px;
  }
  #howto ul#step li dt {
    margin-top: 30px;
    margin-bottom: 2px;
    font-size: 1.7rem;
  }
  #howto ul#step li dd {
    font-size: 1.3rem;
    line-height: 2.6rem;
  }
  #howto ul#step li {
    position: absolute;
    display: block;
    top: -10px;
  }
  #howto ul#howImg {
    flex: 0 0 calc(100% - 28px);
    width: calc(100% - 28px);
    height: calc(100vw - 28px);
    align-self: center;
    margin: 0;
  }
  #howto div#scroll {
    flex-wrap: wrap;
    margin-top: -10px;
    min-height: 340px;
  }
  #howto ul#step {
    margin-top: 0;
  }
  #contents #howto #howto-box {
    padding-bottom: 25vh;
  }
}
/*----------------
	説明部分
----------------*/
#contents section#about {
  width: 100%;
  padding: 0;
  /* padding: 96px 0 0; */
}
#about .mainImg {
  margin: 0;
  width: 100%;
  overflow: hidden;
}
#about .mainImg img {
  width: 100%;
  height: auto;
  overflow: hidden;
}
#about div.titArea {
  padding: 48px 24px 0px;
}
#about div.titArea h2 {
  margin-bottom: 30px;
  padding: 0 0 0 12px;
  font-size: 2.4rem;
  line-height: 4.8rem;
  letter-spacing: 2.4px;
  font-weight: 500;
}
#about div.titArea h2 span {
  display: block;
  font-family: "BrownLLWeb";
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 4rem;
  letter-spacing: 2.2px;
  color: #c8bcaf;
}
#about div.titArea p.descriptTxt {
  margin-bottom: 0;
  padding: 0 12px;
  font-size: 1.3rem;
  line-height: 3rem;
}
@media screen and (max-width: 768px) {
  /*pc768以下*/
  #about div.titArea h2.titAreaThin {
    font-size: 2.3rem;
  }
}
@media screen and (min-width: 768px) {
  /*pc769以上*/
  #contents section#about {
    max-width: 100%;
    width: 100%;
  }
}
#about div.box {
  display: none;
  padding: 0px 24px;
}
.box div.feature:first-child {
  padding: 140px 0 0;
}
.box div.feature:nth-child(3) {
  margin-bottom: 60px;
}
.box div.feature {
  padding: 96px 0 0;
}
div.feature h3 {
  padding: 0 12px;
  margin-bottom: 24px;
  font-size: 1.9rem;
  font-weight: 500;
  letter-spacing: 1.7px;
  line-height: 3.4rem;
}
div.feature h3 span {
  display: block;
  font-family: "BrownLLWeb";
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 2.6rem;
  color: #c8bcaf;
  letter-spacing: 1.8px;
}
div.feature .pointImg {
  padding: 0 12px;
  margin-bottom: 18px;
  overflow: hidden;
}
div.feature .pointImg img {
  width: 100%;
  height: auto;
}
div.feature p {
  padding: 0 12px;
  font-size: 1.3rem;
  line-height: 2.6rem;
}
div.feature dl.point {
  width: calc(100% - 50px);
  margin-top: 44px;
  padding: 34px 24px 26px;
  position: relative;
  border: 1px solid #d9d1c7;
  border-radius: 8px;
}
div.feature dl.point.lb {
  width: calc(100% - 38px);
  padding: 38px 20px 38px 16px;
}
div.feature dl.point p{
  font-size: 1.1rem;
  line-height: 1.5;
  padding: 0;
}
div.feature dl.point dt {
  padding: 0 5px;
  position: absolute;
  top: 0;
  transform: translateY(-55%);
  font-size: 1.5rem;
  font-weight: 900;
  color: #c8bcaf;
  text-align: center;
  letter-spacing: 1.5px;
}
div.feature dl.point dt::before {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 40%;
  width: 100%;
  height: 10px;
  background-color: #f5f2ef;
  content: "";
}
#skinmirror div.feature dl.point dt {
  left: 54px;
}
#liqueur div.feature dl.point dt {
  left: 50%;
  transform: translate(-50%, -55%);
}
div.feature dl.point dd {
  margin-bottom: 20px;
  font-size: 1.1rem;
  line-height: 2.2rem;
}

div.feature dl.point dd.asterisk{
  color: #736f6d;
}

div.feature dl.point dd:last-child {
  margin-bottom: 0;
}
div.feature dl.point.sm dd img.score {
  width: 224px;
  height: auto;
  margin: 0 auto 32px;
  display: block;
}
#skinmirror div.feature dl.point li {
  margin-bottom: 16px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 60px 1fr;
  font-size: 1.1rem;
  letter-spacing: 0.55px;
}
#skinmirror div.feature dl.point li:last-child {
  margin-bottom: 0;
}
#skinmirror div.feature dl.point li span {
  font-weight: 500;
  color: #736f6d;
}
#skinmirror div.feature dl.point li p{
  padding: 2px 0 0 0;
}
#liqueur div.feature dl.point dd {
  margin-bottom: 2px;
  display: grid;
  grid-gap: 4px;
  grid-template-columns: 70px 1fr;
}
#liqueur div.feature dl.point dd.note {
  display: inherit;
  padding-left: 20px;
  font-size: 1.1rem;
  letter-spacing: 0.55px;
  color: #736f6d;
}
#liqueur div.feature dl.point p {
  padding: 0;
  font-size: 1.1rem;
  line-height: 2.2rem;
  letter-spacing: 0.55px;
}
#liqueur div.feature dl.point p span {
  display: block;
  font-family: "BrownLLWeb";
  font-size: 1.5rem;
  font-weight: 900;
  color: #c8bcaf;
  letter-spacing: 0.75px;
}
#liqueur div.feature dl.point span.icoStyle {
  width: 70px;
  height: 84px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#liqueur div.feature dl.point span.icoStyle img {
  width: auto;
  height: 100%;
}
#contents #about .readmoreBtn {
  padding: 36px 36px 144px;
  text-align: right;
  font-family: "BrownLLWeb";
  font-weight: 700;
  font-size: 1.5rem;
  letter-spacing: 1.5px;
  color: #c8bcaf;
}

#about #skinmirror .mainImg,
#about #liqueur .mainImg,
#about #app .mainImg {
  width: auto;
  max-height: 600px;
  min-height: 240px;
}

@media screen and (max-width: 768px) {
  /*pc768以下*/
  #about #skinmirror .mainImg,
  #about #liqueur .mainImg,
  #about #app .mainImg {
    height: 75vw;
  }
}

#about .mainImg img {
  height: 100%;
  object-fit: cover;
}
@media screen and (min-width: 768px) {
  /*pc769以上*/
  #about .titArea {
    max-width: 700px;
    width: calc(100% - 32px);
    margin: 0 auto;
    padding: 72px 0 0;
  }
  #about .titArea p {
    width: 100%;
  }
  #about div.titArea h2 {
    margin-bottom: 30px;
    font-size: 3.5rem;
    line-height: 7rem;
    padding: 0;
  }
  #about div.titArea h2 span {
    font-size: 2.7rem;
    line-height: 4rem;
    font-weight: 900;
  }
  #about div.titArea p.descriptTxt {
    width: 100%;
    padding: 0;
    font-size: 1.5rem;
    line-height: 3rem;
  }
  #about div.box {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 288px;
    display: block;
  }
  .box div.feature {
    display: flex;
    width: 100%;
    padding: 144px 0 0;
  }
  .box div.feature:first-child {
    padding: 288px 0 0;
    transform: translateX(-72px);
  }
  .box div.feature:nth-child(2) {
    transform: translateX(122px);
  }
  .box div.feature .pointImg {
    height: auto;
    margin-bottom: 0;
    padding: 0;
  }
  .box div.feature:nth-child(1) .pointImg {
    width: 65%;
    max-width: 540px;
  }
  .box div.feature:nth-child(2) .pointImg {
    order: 2;
    width: 60%;
    max-width: 510px;
  }
  .box div.feature:nth-child(3) .pointImg {
    width: 55%;
    max-width: 470px;
  }
  .box div.feature .feature-content {
    max-width: 380px;
  }
  .box div.feature:nth-child(1) .feature-content {
    width: 35%;
    padding-left: 72px;
  }
  .box div.feature:nth-child(2) .feature-content {
    width: 40%;
    padding-right: 72px;
  }
  .box div.feature:nth-child(3) .feature-content {
    width: 45%;
    padding-left: 72px;
  }
  div.feature h3 {
    padding: 0;
    margin-top: 36px;
    font-size: 2.1rem;
    font-weight: 500;
    letter-spacing: 1.9px;
    line-height: 4.2rem;
  }
  div.feature h3 span {
    margin-bottom: 6px;
    line-height: 1;
    font-weight: 900;
  }
  div.feature p {
    margin-top: 30px;
    padding: 0;
  }
  div.feature p span.inlineBtn {
    width: calc(100% - 2px);
    height: 44px;
    margin-top: 26px;
    display: block;
    border: 1px solid #c8bcaf;
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 44px;
    text-align: center;
    color: #c8bcaf;
    cursor: pointer;
  }
  div.feature p span.inlineBtn:hover {
    transition: 0.1s;
    background-color: #c8bcaf;
    color: #fff;
  }
  div.feature .wrap {
    display: none;
  }
  .mfp-content dl.point {
    width: 500px;
    margin: 0 auto;
    padding: 40px;
    position: relative;
    border: none;
    background-color: #ffffff;
    border-radius: 8px;
    box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.08);
  }
  .mfp-content dl.point.lb {
    width: 290px;
    padding: 40px;
  }
  .mfp-content dl.point dt {
    padding: 0 5px;
    margin-bottom: 20px;
    position: inherit;
    top: 0;
    transform: translateY(0);
    font-size: 1.5rem;
    font-weight: 900;
    color: #c8bcaf;
    text-align: center;
    letter-spacing: 1.5px;
  }
  .mfp-content dl.point dt::before {
    display: none;
  }
  .mfp-content dl.point dd {
    margin-bottom: 20px;
    font-size: 1.1rem;
    line-height: 2.2rem;
  }
  .mfp-content dl.point dd:last-of-type {
    margin-bottom: 0px;
  }
  .mfp-content dl.point.sm dd img.score {
    width: 350px;
    height: auto;
    margin: 0 auto 32px;
    display: block;
  }
  .mfp-content dl.point.sm li {
    margin-bottom: 16px;
    display: flex;
  }
  .mfp-content dl.point.sm li:last-child {
    margin-bottom: 0;
  }
  .mfp-content dl.point.sm li span {
    width: 60px;
    padding-right: 32px;
    font-weight: 500;
    color: #736f6d;
  }
  .mfp-content dl.point.sm dd.asterisk{
    margin-bottom: 16px;
    margin-left: 90px;
    color: #736f6d;
  }

  .mfp-content dl.point.lb dd {
    display: flex;
  }
  .mfp-content dl.point.lb dd.note {
    display: inherit;
    padding-left: 20px;
    font-size: 1.1rem;
    letter-spacing: 0.55px;
    color: #736f6d;
  }
  .mfp-content dl.point.lb p {
    width: 210px;
    padding: 0;
    font-size: 1.1rem;
    line-height: 2.2rem;
    letter-spacing: 0.55px;
  }
  .mfp-content dl.point.lb p span {
    display: block;
    font-family: "BrownLLWeb";
    font-size: 1.5rem;
    font-weight: 900;
    color: #c8bcaf;
    letter-spacing: 0.75px;
  }
  .mfp-content dl.point.lb span.icoStyle {
    width: 70px;
    height: 84px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .mfp-content dl.point.lb span.icoStyle img {
    width: auto;
    height: 84px;
  }
  #contents #about .readmoreBtn {
    display: none;
  }
}
/*--------------------
	サービス利用料
--------------------*/
#contents section#service {
  width: calc(100% - 48px);
  padding: 0px 24px 0;
  margin: 0 auto;
}
#service ul {
  width: calc(100% - 2px);
  border: 1px solid #d5cbc5;
  border-bottom: none;
  margin: 0 auto;
}
#service ul li {
  border-bottom: 1px solid #d5cbc5;
  padding: 24px 0;
  text-align: center;
}
#service ul li span {
  display: block;
  padding-bottom: 4px;
  font-size: 1.3rem;
  color: #736f6d;
}
#service ul li p.price {
  font-size: 1.5rem;
  font-weight: 500;

  letter-spacing: 0.75px;
}
@media screen and (min-width: 768px) {
  /*pc769以上*/
  #contents section#service {
    width: calc(100% - 32px);
    max-width: 1080px;
    padding: 0;
    margin: 0 auto;
  }
  #service ul {
    width: calc(100% - 2px);
    max-width: 1078px;
    margin: 0 auto;
  }
  #service ul li {
    padding: 40px 0;
  }
  #service ul li p.price {
    font-size: 1.7rem;
  }

  #service ul li span {
    padding-bottom: 10px;
  }
}

/*--------------------
	マイルーティーン
--------------------*/
#contents section#journal {
  width: calc(100% - 48px);
  padding: 140px 24px 40px;
  margin: 0 auto;
}
#journal ul {
  width: 100%;
  margin: 18px auto 0;
}
#journal ul li {
	width: 100%;
	padding: 32px 0;
	border-bottom: 1px solid #D9D1C7;
}
#journal ul li:last-child {
	padding: 32px 0 60px;
	border-bottom: none;
}
#journal ul li a.page {
	display: flex;
	justify-content: space-between;
	color: #1A1918;
}
#journal ul li a.page:hover p,
#journal ul li a.page:hover dl {
	opacity: 0.8;
	transition: 0.2s;
}
#journal ul li p.thumb {
	width: 120px;
	height: 120px;
}
#journal ul li p.thumb img {
	width: 100%;
	height: auto;
}
#journal ul li dl {
	width: calc(100% - 144px);
}
#journal ul li dt {
	width: 100%;
	padding: 4px 0 12px;
}
#journal ul li dt p {
	padding: 20px 0 0;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 2.4rem;
	letter-spacing: 1.5px;
}
#journal ul li dt span {
	width: 100%;
	padding: 0 0 2px;
	font-size: 1.1rem;
	font-weight: 400;
	font-family: "BrownLLWeb", "Noto Sans JP";
	line-height: 1;
}
#journal ul li dt span.catA {
	border-bottom: 1px solid #992C47;
}
#journal ul li dt span.catB {
	border-bottom: 1px solid #C9C050;
}
#journal ul li dt span.catC {
	border-bottom: 1px solid #B57029;
}
#journal ul li dt span.catD {
    border-bottom: 1px solid #4A5B9E;
}
#journal ul li dt span.catE {
    border-bottom: 1px solid #9866A7;
}
#journal ul li dt span.catF {
    border-bottom: 1px solid #309191;
}

#journal ul li dd {
	font-size: 1.1rem;
	color: #736F6D;
	line-height: 1;
}
#journal ul li dd span {
	padding: 0 8px 0 0;
	font-weight: 400;
}

#journal p.viewmoreBtn {
	width: 100%;
	margin: 0 auto;
}
#journal p.viewmoreBtn a {
	width: calc(100% - 2px);
	padding: 17px 0;
	display: block;
	border: 1px solid #C8BCAF;
	text-align: center;
	font-size: 1.5rem;
	font-family: "BrownLLWeb";
	font-weight: 700;
	line-height: 1;
	letter-spacing: 1.5px;
}
#journal p.viewmoreBtn a:hover {
	background-color: #C8BCAF;
	color: #FFFFFF;
}
@media screen and (min-width: 768px) {/*pc769以上*/
	#contents section#journal {
		width: calc(100% - 32px);
    	max-width: 1080px;
		padding: 190px 0 0;
		margin: 0 auto;
	}

	#journal ul {
		padding: 0 0 96px;
        margin: 68px auto 0;
		display: flex;
		justify-content: space-between;
	}
	#journal ul li {
		width: 30.5%;
		max-width: 336px;
		padding: 0;
		border-bottom: none;
	}
	#journal ul li:last-child {
		padding: 0;
		border-bottom: none;
	}
	#journal ul li a.page {
		display: block;
	}
	#journal ul li p.thumb {
		width: 100%;
		height: auto;
	}
	#journal ul li p.thumb img {
		width: 100%;
		height: auto;
	}
	#journal ul li dl {
		width: 100%;
	}
	#journal ul li dt {
		width: 100%;
		padding: 22px 0 10px;
	}
	#journal ul li dt p {
		padding: 16px 0 0;
		font-size: 1.9rem;
		line-height: 3.0rem;
		letter-spacing: 1.9px;
	}
	#journal p.viewmoreBtn {
		width: 300px;
	}
	#journal p.viewmoreBtn a {
		width: 298px;
	}
}

/*--------------------
	Q&A
--------------------*/
@media screen and (min-width: 768px) {
  /*pc769以上*/
  #contents section#faq {
    width: calc(100% - 32px);
    max-width: 1080px;
    margin: 0 auto;
  }

  #top #contents #faq p.descriptTxt {
    margin-bottom: 72px;
  }
}
/*--------------------
	メディア
--------------------*/
#contents section#media {
  width: calc(100% - 48px);
  padding: 96px 24px 0;
  margin: 0 auto;
}
#media ul.mediaList {
  padding: 24px 12px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
#media ul.mediaList li {
  width: 135px;
  margin-bottom: 12px;
}
#media ul.mediaList li:last-child {
  margin-bottom: 0;
}
#media p.descriptTxt {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  /*pc769以上*/
  #contents section#media {
    width: 720px;
    padding: 96px 24px 0;
    margin: 0 auto;
  }
  #media ul.mediaList {
    padding: 0px 15px 0;
    justify-content: space-between;
  }
  #media ul.mediaList li {
    width: 135px;
    margin-bottom: 12px;
  }
  #media ul.mediaList li:last-child {
    margin-bottom: 0;
  }
}
/*--------------------
	SNS
--------------------*/
#contents section#sns {
  width: calc(100% - 48px);
  padding: 96px 0 0 0;
  margin: 0 auto;
}
#contents section#sns h2.ttl {
  width: calc(100% - 72px);
  padding: 0 12px;
  margin-bottom: 12px;
}
#top section#sns .readmoreBtn {
  padding: 32px 32px 0;
  text-align: right;
}

#top section#sns ul {
  display: flex;
}
#top section#sns ul li.snsLink {
  width: 64px;
  height: 64px;
  padding: 0 12px 0 0;
  display: inline-block;
}

#top section#sns ul li.snsLink .icoStyle {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  fill: #1a1918;
}

#sns p.descriptTxt {
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  /*pc769以上*/
  #contents section#sns {
    max-width: 1080px;
    width: calc(100% - 32px);
    padding: 96px 0 0 0;
    margin: 0 auto;
  }
  #contents section#sns h2.ttl {
    width: calc(100% - 32px);
    padding: 0 16px;
    margin-bottom: 36px;
  }
  #top section#sns .readmoreBtn {
    padding: 32px 15px 0;
    text-align: right;
  }
  #sns p.descriptTxt {
    margin-bottom: 72px;
  }
  #top section#sns ul li.snsLink {
    width: 96px;
    height: 96px;
  }

  #top section#sns ul li.snsLink .icoStyle {
    width: 96px;
    height: 96px;
  }
}
/*instagram*/
section#sns #igBox {
  margin-bottom: 96px;
}
#igBox ul.igList {
  height: 146px;
  display: flex;
  overflow-x: scroll;
}
#igBox ul.igList li {
  width: 146px;
  margin-right: 16px;
  flex: 0 0 auto;
}
#igBox ul.igList li img {
  width: 100%;
}
#igBox ul.igList li:first-child {
  margin-left: 24px;
}
#igBox ul.igList li:last-child {
  padding-right: 24px;
}
@media screen and (min-width: 768px) {
  /*pc769以上*/
  section#sns #igBox {
    margin-bottom: 0;
  }
  #igBox ul.igList {
    display: grid;
    grid-gap: 23px;
    grid-template-columns: 1fr 1fr;
    -ms-grid-column: 1fr 1fr;

    overflow-x: inherit;
  }
  #igBox ul.igList li {
    width: 156px;
    margin-right: 0;
  }
  #igBox ul.igList li:nth-child(n + 5) {
    display: none;
  }
  #igBox ul.igList li:first-child {
    margin-left: 0;
  }
  #igBox ul.igList li:last-child {
    padding-right: 0;
  }
}
/*twitter*/
section#sns #twBox {
  margin-bottom: 0;
}
#twBox ul.twList {
  width: calc(100% - 106px);
  height: 324px;
  padding: 16px 28px;
  margin: 0 auto;
  border: 1px solid #d9d1c7;
  border-radius: 8px;
  overflow-y: scroll;
}
#twBox ul.twList li {
  padding: 0 0 12px;
  margin-bottom: 12px;
  border-bottom: 1px solid #d9d1c7;
}
@media screen and (min-width: 768px) {
  /*pc769以上*/
  #twBox ul.twList {
    width: 283px;
    height: 301px;
    padding: 16px 28px;
    margin: 0 auto;
    border: 1px solid #d9d1c7;
    border-radius: 8px;
    overflow-y: scroll;
  }
  #twBox ul.twList li {
    padding: 0 0 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid #d9d1c7;
  }
  #spcl-feat {
    letter-spacing: 1.4px;
  }
}
.fadein {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: all 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;
}
.fadein-up {
}
.fadein-delay {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: all 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 300ms;
}
.fadein-delay150 {
  opacity: 0;
  transform: translate3d(0, 30px, 0);
  transition: all 1200ms cubic-bezier(0.25, 0.46, 0.45, 0.94) 150ms;
}
.fadein.scrollin,
.fadein-delay.scrollin,
.fadein-delay150.scrollin {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.fadein img {
  transform: scale(1.2);
  transition: all 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fadein.scrollin img {
  transform: scale(1);
}
/* splash */
#preloader {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #d9d1c7;
}
#status {
  display: flex;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: -100px 0 0 -100px; */
}
#status-logo {
  opacity: 0;
  min-width: 220px;
  max-width: 280px;
  width: 30%;
}
#status > svg {
  fill: white;
}
@media screen and (max-width: 768px) {
  #status .icoStyle {
    width: 60vw;
  }
}

/* 202210追加 */
#contents section#movie h2.ttl {
    line-height: 3.2rem;
  }
@media screen and (min-width: 768px) {
  /*pc769以上*/
  #contents section#movie h2.ttl {
    line-height: 4rem;
  }
}
/* 202303追加 */
.popup-wrap {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.popup-wrap.active {
  opacity: 1;
  visibility: visible;
}
.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 60%;
max-width: 700px;
  background-color: #fff;
  padding: 60px 30px;
  text-align: center;
}
.popup-content h2{
    margin-top: 1em;
  font-size: 20px;
    font-weight: 700;
    line-height: 1.5;
}
.popup-content h3{
    font-size: 18px;
    font-weight: 700;
    margin-top: 2em;
    color: #c8bcaf;
}
.popup-content p{
    margin-top: 1em;
    font-size: 15px;
    line-height: 1.5;
}
.popup-content p.frame{
    padding: 1em;
    border: 1px solid #c8bcaf;
    margin: 1em auto;
    max-width: 500px;
}
.popup-content strong{
    font-size: 18px;
}
.popup-content hr{
    border-top: 1px solid #c8bcaf;
    margin-top: 2em;
    margin-bottom: 2em;
}
@media screen and (max-width: 1240px) {
  .popup-content {
  width: 80%;
  padding: 30px 20px;
}
}
@media screen and (max-width: 768px) {
    .popup-content {
  top: 49%;
  left: 50%;
  width: 80%;
   height: 70%;
  padding: 30px 20px;
  overflow-y: scroll;
}
    .popup-content h2{
    margin-top: 0em;
  font-size: 15px;
}
.popup-content h3{
    font-size: 12px;
}
.popup-content p{
    font-size: 12px;
}
.popup-content p.frame{
    max-width: 300px;
}
.popup-content strong{
    font-size: 15px;
}
}


.br-pc {
    display: block;
}
@media screen and (max-width: 768px) {
    .br-pc {
        display: none;
    }
}
.br-sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .br-sp {
        display: block;
    }
}