@charset "UTF-8";

/*all----------------------------*/
html {
  font-size: 62.5%;
}

main {
  max-width: none;
  overflow: hidden;
}

li {
  list-style: none;
}

.LP_page * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.LP_page {
  color: #717071;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.LP_page picture,
.LP_page a {
  display: block;
}

.LP_page a {
  transition: opacity .3s;
}

.LP_page a:hover {
  opacity: .6;
}

.LP_page img {
  width: 100%;
  height: auto;
}

.LP_page .page_inner {
  position: relative;
  z-index: 1;
  width: 112.8rem;
  margin: 0 auto 11.8rem;
}

.LP_page .page_inner::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: rgba(199, 168, 166, .3);
  content: "";
}
/*----------------------------all*/

/*CK対応-----------------------------*/
#Wrap, .wrapTop, .wrapBottom {
  width: 100%;
}
/*----------------------------CK対応*/

/*mv-----------------------------*/
.mv_area {
  padding: 0 0 22rem;
}

.main-ttl {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 33rem;
}

.brand-logo {
  width: 31.4rem;
  margin: 0 auto 17rem;
}

.main-lead {
  width: 94.5rem;
  margin: 0 auto;
}
/*-----------------------------mv*/

/*promise------------------------*/
.promise_area {
  padding-bottom: 30rem;
}

.promise_area .sec-ttl {
  position: relative;
  z-index: 2;
  width: 57.5rem;
  margin: 0 auto;
}

.promise_area .sec-ttl .txt_en {
  opacity: .7;
}

.promise_area .sec-ttl .notes {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 14.5rem;
  margin: 0 -17.5rem 3.5rem 0;  
}

.promise-list {
  display: flex;
  justify-content: center;
  gap: .8rem;
  margin-top: -2.5rem;
}

.promise-list li {
  width: 37rem;
}

.promise-list li:nth-of-type(1) {
  background: url(../img/bg_001.jpg) center center / cover no-repeat;
}

.promise-list li:nth-of-type(2) {
  background: url(../img/bg_002.jpg) center center / cover no-repeat;
}

.promise-list li:nth-of-type(3) {
  background: url(../img/bg_003.jpg) center center / cover no-repeat;
}
/*------------------------promise*/

/*nav----------------------------*/
.cat-nav ul {
  display: flex;
  justify-content: center;
  gap: .9rem;
}

.cat-nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 2.5rem 2.5rem 0 0;
  width: 37rem;
  height: 9.8rem;
}

.cat-nav ul li:nth-of-type(1) a {
  background: #ede6e6;
}

.cat-nav ul li:nth-of-type(2) a {
  background: #e3d7d6;
}

.cat-nav ul li:nth-of-type(3) a {
  background: #decfce;
}

.cat-nav ul li:nth-of-type(1) a p {
  width: 23rem;
}

.cat-nav ul li:nth-of-type(2) a p {
  width: 20.7rem;
}

.cat-nav ul li:nth-of-type(3) a p {
  width: 13.4rem;
}
/*----------------------------nav*/

/*SkinCare-----------------------*/
.each-content {
  padding: 29rem 0 27rem;
}

.each-content .sec-ttl {
  border-bottom: solid 1px #717071;
  width: 82.6rem;
  margin: 0 auto 27.4rem;
  padding-bottom: 4rem;
}

.each-content .sec-ttl span {
  display: block;
  margin: 0 auto;
}

#SkinCare .sec-ttl span {
  width: 51.4rem;
}

.lineup-list {
  padding: 0 2rem;
}

.lineup-list li {
  display: flex;
  justify-content: space-between;
}

.lineup-list li:nth-of-type(n+2) {
  margin-top: 25rem;
}

.itm-img {
  border-radius: 8rem 8em 0 0;
  width: 41rem;
  overflow: hidden;
}

.lineup-list li:nth-of-type(odd) .itm-img {
  order: 2;
}

.txt_wrap {
  position: relative;
  width: 56.8rem;
  padding-top: 4.5rem;
}

.itm-name {
  margin-bottom: 1.8rem;
  font-weight: bold;
  font-size: 2.5rem;
  letter-spacing: .2em;
  font-feature-settings: "palt";
}

.itm-sort_wrap {
  margin-bottom: 2  rem;
}

.itm-sort {
  display: flex;
  align-items: center;
  justify-content: center;
  border:  solid 1px #717071;
  width: fit-content;
  margin-bottom: 4rem;
  padding: .5rem 2rem;
  font-size: 1.4rem;
  letter-spacing: .2em;
  font-feature-settings: "palt";
}

.itm-sort_wrap .itm-sort {
  margin-bottom: 0;
}

.itm-sort_wrap .itm-sort:nth-of-type(n+2) {
  margin-top: 2.3rem;
}

.itm-price {
  position: relative;
  margin-bottom: 4.8rem;
  padding-bottom: 3.4rem;
  font-size: 2.3rem;
  letter-spacing: .2em;
  font-feature-settings: "palt";
}

.itm-price::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 53.5rem;
  height: 1px;
  background: #717071;
  content: "";
}

.itm-caption {
  font-size: 1.75rem;
  line-height: 1.6188;
  letter-spacing: .15em;
  font-feature-settings: "palt";
}

.itm-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: fit-content;
}

.itm-btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18.5rem;
  height: 5.2rem;
  background: #decfce;
}

.itm-btn span {
  width: 9.9rem;
}
/*-----------------------SkinCare*/

/*MakeUp-------------------------*/
#MakeUp {
  position: relative;
  z-index: 1;
}

#MakeUp .sec-ttl {
  padding-bottom: 2rem;
}

#MakeUp::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #fff;
  content: "";
}

#MakeUp::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: rgba(199, 168, 166, .4);
  content: "";
}

#MakeUp .sec-ttl span {
  width: 46.2rem;
}

/*-------------------------MakeUp*/

/*Other--------------------------*/
#Other {
  position: relative;
  z-index: 1;
}

#Other::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: #fff;
  content: "";
}

#Other::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 100%;
  margin: 0 calc(50% - 50vw);
  background: rgba(199, 168, 166, .5);
  content: "";
}

#Other .sec-ttl span {
  width: 29.9rem;
}

#Other .lineup-list li:nth-of-type(odd) .itm-img {
  order: 1;
}

#Other .lineup-list li:nth-of-type(odd) .txt_wrap {
  order: 2;
}

#Other .lineup-list li:nth-of-type(even) .itm-img {
  order: 2;
}

#Other .lineup-list li:nth-of-type(2) .itm-name {
  margin-bottom: 9rem;
}
/*--------------------------Other*/
.all-item-btn {
  width: fit-content;
  margin: 0 auto 20rem;
}

.all-item-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 25.4rem;
  height: 6.3rem;
  background: #717071;
  font-weight: bold;
  font-size: 3.2rem;
  letter-spacing: .15em;
  font-feature-settings: "palt";
  color: #fff;
}

.following-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 5;
  width: 100vw;
  background: #c56b80;
  transform: translateY(100%);
  transition: .3s;
}

.following-nav.up-move {
  transform: translateY(0);
}

.following-nav ul {
  display: flex;
  justify-content: center;
  gap: 1rem;
  font-family: "futura-pt", sans-serif;
  font-size: 3rem;
  letter-spacing: .05em;
  font-feature-settings: "pkna";
}

.following-nav li {
  position: relative;
}

.following-nav li:nth-of-type(1)::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(35deg);
  width: 1px;
  height: 3rem;
  background: #fff;
  content: "";
}

.following-nav li a {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 8rem;
  color: #fff;
}

.following-nav li a p {
 padding: 0 5rem;
}

/*Smart phone---------------------------------------------*/
@media screen and  (max-width:767px) {
/*all----------------------------*/
.only_pc {
  display: none;
}

.LP_page .page_inner {
  width: calc(348.5 * (100vw / 390));
  margin: 0 auto calc(118 * (100vw / 390));
}

#share {
  transition: .3s;
}

#share.move {
  transform: translateY(calc(-30 * (100vw / 390)));
}

/*----------------------------all*/

/*mv-----------------------------*/
.mv_area {
  padding: 0 0 calc(104 * (100vw / 390));
}

.main-ttl {
  margin: 0 calc(50% - 50vw) calc(120 * (100vw / 390));
}

.brand-logo {
  width: calc(114 * (100vw / 390));
  margin: 0 auto calc(50 * (100vw / 390));
}

.main-lead {
  width: calc(185 * (100vw / 390));
}
/*-----------------------------mv*/

/*promise------------------------*/
.promise_area {
  padding-bottom: calc(115 * (100vw / 390));
}

.promise_area .sec-ttl {
  width: calc(194 * (100vw / 390));
  margin-bottom: calc(10 * (100vw / 390));
}

.promise_area .sec-ttl .notes {
  position: static;
  display: block;
  width: calc(95 * (100vw / 390));
  margin: calc(-1 * (100vw / 390)) auto 0;  
}

.promise-list {
  display: block;
  width: calc(266 * (100vw / 390));
  margin: 0 auto;
}

.promise-list li {
  width: auto;
}

.promise-list li:nth-of-type(1) {
  background: url(../img/bg_001_sp.jpg) center center / cover no-repeat;
}

.promise-list li:nth-of-type(2) {
  background: url(../img/bg_002_sp.jpg) center center / cover no-repeat;
}

.promise-list li:nth-of-type(3) {
  background: url(../img/bg_003_sp.jpg) center center / cover no-repeat;
}

.promise-list li:nth-of-type(n+2) {
  margin-top: calc(4 * (100vw / 390));
}
/*------------------------promise*/

/*nav----------------------------*/
.cat-nav ul {
  gap: calc(2.8 * (100vw / 390));
}

.cat-nav ul li a {
  border-radius: calc(10 * (100vw / 390)) calc(10 * (100vw / 390)) 0 0;
  width: calc(109 * (100vw / 390));
  height: calc(29 * (100vw / 390));
}

.cat-nav ul li:nth-of-type(1) a p {
  width: calc(70 * (100vw / 390));
}

.cat-nav ul li:nth-of-type(2) a p {
  width: calc(60 * (100vw / 390));
}

.cat-nav ul li:nth-of-type(3) a p {
  width: calc(40 * (100vw / 390));
}
/*----------------------------nav*/

/*SkinCare-----------------------*/
.each-content {
  padding: calc(85 * (100vw / 390)) 0 calc(50 * (100vw / 390));
}

.each-content .sec-ttl {
  width: calc(260 * (100vw / 390));
  margin: 0 auto calc(67 * (100vw / 390));
  padding-bottom: calc(10 * (100vw / 390));
}

#SkinCare .sec-ttl span {
  width: calc(165 * (100vw / 390));
}

.lineup-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: calc(71 * (100vw / 390));
  padding: 0;
}

.lineup-list li {
  position: relative;
  display: block;
  width: calc(164 * (100vw / 390));
}

.lineup-list li:nth-of-type(n+2) {
  margin-top: 0;
}

.itm-img {
  border-radius: calc(18 * (100vw / 390)) calc(18 * (100vw / 390)) 0 0;
  width: auto;
  margin-bottom: calc(12* (100vw / 390));
}

.txt_wrap {
  position: static;
  width: auto;
  padding-top: 0;
}

.itm-name {
  margin-bottom: calc(8 * (100vw / 390));
  font-size: calc(12 * (100vw / 390));
  line-height: 1.25;
  letter-spacing: .025em;
  text-align: center;
  white-space: nowrap;
}

.itm-sort_wrap {
  margin-bottom: calc(20 * (100vw / 390));
}

.itm-sort {
  margin: 0 auto calc(20 * (100vw / 390));
  padding: calc(3 * (100vw / 390)) calc(10 * (100vw / 390)) calc(2 * (100vw / 390));
  font-size: calc(12 * (100vw / 390));
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
  white-space: nowrap;
}

.lineup-list li:nth-of-type(5) .itm-sort {
  margin-bottom: calc(44 * (100vw / 390));
}

.itm-sort_wrap .itm-sort:nth-of-type(n+2) {
  margin-top: calc(10 * (100vw / 390));
}

.itm-price {
  margin-bottom: calc(14 * (100vw / 390));
  padding-bottom: calc(8 * (100vw / 390));
  font-size: calc(12 * (100vw / 390));
  letter-spacing: .05em;
  text-align: center;
}

.itm-price::before {
  width: 100%;
}

.itm-caption {
  padding-bottom: calc(39 * (100vw / 390));
  font-size: calc(12 * (100vw / 390));
  line-height: 1.25;
  letter-spacing: .025em;
}

.itm-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
}

.itm-btn a {
  width: calc(80 * (100vw / 390));
  height: calc(22.5 * (100vw / 390));
}

.itm-btn span {
  width: calc(55 * (100vw / 390));
}
/*-----------------------SkinCare*/

/*MakeUp-------------------------*/
#MakeUp .sec-ttl {
  padding-bottom: calc(6 * (100vw / 390));
}

#MakeUp .sec-ttl span {
  width:calc(150 * (100vw / 390));
}

/*-------------------------MakeUp*/

/*Other--------------------------*/
#Other .sec-ttl span {
  width: calc(97 * (100vw / 390));
}

#Other .lineup-list li:nth-of-type(2) .itm-name {
  margin-bottom: calc(47 * (100vw / 390));
}
/*--------------------------Other*/
.all-item-btn {
  margin: 0 auto calc(160 * (100vw / 390));
}

.all-item-btn a {
  width: calc(90 * (100vw / 390));
  height: calc(22.5 * (100vw / 390));
  font-size: calc(12 * (100vw / 390));
}

.following-nav ul {
  gap: calc(10 * (100vw / 390));
  font-size: calc(18 * (100vw / 390));
}

.following-nav li:nth-of-type(1)::before {
  height: calc(30 * (100vw / 390));
  margin-right: calc(-5 * (100vw / 390));
}

.following-nav li a {
  height: calc(50 * (100vw / 390));
}

.following-nav li a p {
 padding: 0 calc(15 * (100vw / 390));
}

}

/*---------------------------------------------Smart phone*/

/*pcのみ--------------------------------------------------*/
@media screen and  (min-width:768px) {
.only_sp {
  display: none;
}
}
/*--------------------------------------------------pcのみ*/

/*レスポンシブ＆タブレット対応-------------------------------*/
@media screen and (max-width: 1920px){
  html {
    font-size: calc(10 * (100vw / 1920));
  }
}
/*-------------------------------レスポンシブ＆タブレット対応*/
