@charset "UTF-8";

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp, picture,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  background: #f9e8e8;
  box-sizing: border-box;
  overflow-x: hidden;
}
article, aside, dialog, figure, footer, header,
hgroup, nav, section {
  display: block;
}
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
ul, ol {
  list-style: none;
}
picture {
  display: block;
}

/************************************************
common
************************************************/
.wrapper {
  width: 100%;
  max-width: 1920px;
  background: #fff;
  margin: 0 auto;
  font-family: "游ゴシック", "Yu Gothic", "游ゴシック体", YuGothic, sans-serif;
  font-weight: 500;
  overflow: clip;
}
.wrapper section {
  overflow: hidden;
}
.wrapper .inner {
  width: 100%;
  margin: 0 auto;
  max-width: 1000px;
  position: relative;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .wrapper .inner {
    padding: 0;
  }
}
.wrapper img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.onlySP {
  display: none;
}
@media (min-width: 768px) {
  .inner .cnt {
    margin: 0 -42.3076923077vw;
    position: relative;
  }
}
@media (min-width: 1000px) {
  .inner .cnt {
    margin: 0 -460px;
  }
}
.pbg {
  display: none;
  position:fixed;
  top: 50%;
  left:0;
  z-index:-1;
  width:100%;
  height:130vh;
  transition: 1.5s ease;
}
.active .pbg {
  display: block;
}


/************************************************
header
************************************************/
#header ul {
  position: absolute;
  left: calc( 431 / 1920 * 100% );
  top: calc( 455 / 960 * 100% );
  font-size: 0;
  width: calc( 524 / 1920 * 100% );
}
#header p {
  position: absolute;
  left: calc( 432 / 1920 * 100% );
  top: calc( 613 / 960 * 100% );
  font-size: 0;
  width: calc( 528 / 1920 * 100% );
}


/************************************************
point
************************************************/
.point {
  position: relative;
}
.point .cnt {
  background: url("../../../../shopping/images/pub/dl_2w/b_net03/pc_point_bg.jpg") center 0 / 100% auto no-repeat;
}
.point h2 {
  width: calc( 626 / 1920 * 100% );
  aspect-ratio: 626 / 661;
  box-sizing: border-box;
  position: relative;
  left: 50%;
  top: 0;
  margin-left: calc( -202 / 1920 * 100% );
  padding-top: calc( 266 / 1920 * 100% );
}
.point .cnt .point03,
.point .cnt .point02,
.point .cnt .point01 {
  background: #f7e9ee;
}
.point .cnt .point01 p {
  width: calc( 820 / 1920 * 100% );
  margin: 0 auto;
}
.point .cnt p.cpt {
  width: calc( 800 / 1920 * 100% );
  margin: calc( 85 / 1920 * 100% ) auto calc( -17 / 1920 * 100% );
}
.point dl.ac02  {
  width: calc( 800 / 1920 * 100% );
  margin: 0 auto;
  position: relative;
  padding-bottom: 76px;
}
.point dl.ac02 dt {
  position: relative;
  z-index: 100;
  width: calc( 186 / 800 * 100% );
  left: 50%;
  margin: 0 0 calc( -38 / 800 * 100% ) calc( -88 / 800 * 100% );
  cursor: pointer;
}
.point dl.ac02 dt.active {
  background: url("../../../../shopping/images/pub/dl_2w/b_net03/pc_point01_acc_close.png") left top / 100% auto no-repeat;
}
.point dl.ac02 dt.active img {
  visibility: hidden;
}
.point dl.ac02 dt + dd  {
  height: 130px;
  overflow: hidden;
  transition: .7s ease;
  position: relative;
  z-index: 90;
}
.point dl.ac02 dt + dd::after  {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 130px;
  background: url("../../../../shopping/images/pub/dl_2w/b_net03/pc_point01_acc_shadow.png") left top / auto 100% repeat-x;
  transition: .7s ease;
}
.point dl.ac02 dt.active + dd  {
  height: auto;
  height: calc-size(auto, size);
}
.point dl.ac02 dt.active + dd::after  {
  opacity: 0;
}
.point dl.ac02 dd.atte {
  color: #615b5b;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  margin: 25px 0 0;
}
.point .cnt .point04 {
  position: relative;
  background: #f7e9ee;
}
.point .cnt .point04 h3 {
  width: calc( 800 / 1920 * 100% );
  margin: 0 auto;
}
.point .cnt .point04 p {
  width: calc( 189 / 1920 * 100% );
  position: absolute;
  left: calc( 1154 / 1920 * 100% );
  top: calc( 91 / 952 * 100% );
}
.point .cnt .point04 p + p {
  width: calc( 71 / 1920 * 100% );
  position: absolute;
  left: calc( 659 / 1920 * 100% );
  top: calc( 443 / 952 * 100% );
}


/************************************************
voice
************************************************/
.voice {
  background: #f9f0f3;
  position: relative;
  z-index: 8500;
}
.voice h2 {
  width: calc( 1000 / 1920 * 100% );
  margin: 0 auto;
}
.voice .slide {
  width: calc( 840 / 1920 * 100% );
  margin: 0 auto;
  position: relative;
}
.voice .slide + p.atte {
  display: block;
  width: calc( 810 / 1920 * 100% );
  margin: 0 auto;
  color: #585d5e;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: calc( 20 / 1920 * 100% ) 0;
}
.voice .swiper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  overflow: hidden;
}
.voice .slide .swipe-prev,
.voice .slide .swipe-next {
  background: url("../../../../shopping/images/pub/dl_2w/b_net03/pc_voice_arrow.png") left top / auto 100% no-repeat;
  width: 28px;
  height: 59px;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -30px;
  z-index: 20;
}
.voice .slide .swipe-prev {
  right: auto;
  left: 0;
  transform: rotate(180deg);
}
.voice .slide .swiper-button-disabled {
  display: none;
}
.voice .swiper .swiper-slide {
  position: relative;
  width: calc( 277 /  840 * 100% );
  padding: 0 calc( 11 /  840 * 100% );
  box-sizing: border-box;
}
.voice .swiper-pagination {
  position: relative;
  width: 100%;
  height: 12px;
  top: 0;
  line-height: 0.1;
  margin: calc( 0 / 1920 * 100% ) auto calc( 70 / 1920 * 100% );
}
.voice .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #fff;
  opacity: 1;
  margin: 0 8px;
  border-radius: 0;
  transform: rotate(45deg);
}
.voice .swiper-pagination .swiper-pagination-bullet-active {
  background: #eeb0c7;
}
.voice .evaluation {
  position: relative;
}
.voice .evaluation ul {
  position: absolute;
  left: 50%;
  top: calc( 200 / 604 * 100% );
  width: calc( 252 / 1920 * 100% );
}
.voice .evaluation ul li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.voice .evaluation ul li.point01 {
  width: calc( 201 / 252 * 100% );
}
.voice .evaluation ul li.point02 {
  padding-top: calc( 70 / 252 * 100% );
}
.voice .evaluation ul li.point03 {
  padding-top: calc( 140 / 252 * 100% );
}


/************************************************
nayami
************************************************/
.nayami .cnt {
  background: url("../../../../shopping/images/pub/dl_2w/b_net03/pc_nayami_bg01.jpg") center top / auto 100% no-repeat;
  aspect-ratio: 1920 / 1333;
  padding-top: 1px;
}
.nayami h2 {
  width: calc( 660 / 1920 * 100% );
  margin: calc( 84 / 1920 * 100% ) auto calc( 46 / 1920 * 100% );
}
.nayami ul {
  width:  calc( 680 / 1920 * 100% );
  aspect-ratio: 680 / 357;
  margin: 0 auto;
  position: relative;
}
.nayami ul li {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.nayami ul li:nth-child(2) {
  padding-top: calc( 118 / 680 * 100% );
}
.nayami ul li:nth-child(3) {
  padding-top: calc( 202 / 680 * 100% );
}
.nayami h3 {
  width: calc( 862 / 1920 * 100% );
  margin: 0 auto;
}


/************************************************
dev
************************************************/
.dev .inner {
  z-index: 9500;
}
.dev ul {
  position: absolute;
  left: 0;
  bottom: calc( 177 / 1817 * 100% );
  width: 100%;
  display: flex;
  justify-content: center;
}
.dev ul li {
  width: calc( 152 / 1920 * 100% );
  margin: 0 calc( 45 / 1920 * 100% );
}


/************************************************
component
************************************************/
.component {
  background: #fff;
}
.component .inner {
  z-index: 8500;
}


/************************************************
commitment
************************************************/
.commitment {
  background: url("../../../../shopping/images/pub/dl_2w/b_net03/pc_commitment_bg.jpg") 50% 100% / cover no-repeat;
}
.commitment .inner {
  z-index: 7500;
}
.commitment .cnt {
    background: url("../../../../shopping/images/pub/dl_2w/b_net03/pc_commitment_bg02.png") left top / auto 450px repeat-x;
}
.commitment .pbg {
  background: url("../../../../shopping/images/pub/dl_2w/b_net03/pc_commitment_bg.jpg") 50% 100% no-repeat;
  z-index: 7400;
}
.commitment h2 {
  width: calc( 920 / 1920 * 100% );
  margin: 0 auto;
}


/************************************************
lineup
************************************************/
.lineup {
  background: #f9f0f3;
}
.lineup .inner {
  z-index: 9500;
}
.lineup .base {
  position: relative;
}
.lineup div.wash {
  position: absolute;
  left: calc( 414 / 1920 * 100% );
  top: calc( 375 / 2301 * 100% );
  width: calc(565 / 1920 * 100% );
}
.lineup div.lotion {
  position: absolute;
  left: calc( 980 / 1920 * 100% );
  top: calc( 406 / 2301 * 100% );
  width: calc( 556 / 1920 * 100% );
}
.lineup div.day {
  position: absolute;
  left: calc( 381 / 1920 * 100% );
  top: calc( 1447 / 2301 * 100% );
  width: calc( 598 / 1920 * 100% );
}
.lineup div.night {
  position: absolute;
  left: calc( 980 / 1920 * 100% );
  top: calc( 1550 / 2301 * 100% );
  width: calc( 560 / 1920 * 100% );
}
.lineup dl.ac {
  width: calc( 890 / 1920 * 100% );
  margin: 0 auto calc( 60 / 1920 * 100% );
}
.lineup dl.ac dt {
  cursor: pointer;
}
.lineup dl.ac dt.active {
  background: url("../../../../shopping/images/pub/dl_2w/b_net03/pc_lineup_acc_close.png") left top / 100% auto no-repeat;
}
.lineup dl.ac dt.active img {
  visibility: hidden;
}
.lineup dl.ac dd {
  display: none;
}
.lineup dl.cleansing {
  width: calc( 1006 / 1920 * 100% );
  margin: 0 auto calc( 85 / 1920 * 100% );
}
.lineup dl.last {
  position: relative;
}
.lineup dl.last dd {
  position: absolute;
  left: calc( 589 / 1920 * 100% );
  top: calc( 153 / 845 * 100% );
  width: calc( 205 / 1920 * 100% );
}


/************************************************
qa
************************************************/
.qa {
}
.qa .cnt {
  padding: calc( 47 / 1920 * 100% ) 0 calc( 88 / 1920 * 100% );
  background: url("../../../../shopping/images/pub/dl_2w/b_net03/pc_qa_bg.jpg") center top / 100% no-repeat #f9f0f3;
}
.qa h2 {
  width: calc( 960 / 1920 * 100% );
  margin: 0 auto calc( 60 / 1920 * 100% );
}
.qa dl {
  max-width: 1000px;
  margin: 0 auto 10px;
}
@media (min-width: 768px) {
  .qa dl {
    max-width: none;
    width: calc( 960 / 1920 * 100% );
  }
}
.qa dl dt {
  background: url("../../../../shopping/images/pub/dl_2w/b_net03/pc_qa_icn01.png") 20px 15px no-repeat #fff;
  color: #342323;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0.1em;
  font-weight: bold;
  padding: 21px 90px;
  position: relative;
  cursor: pointer;
}
.qa dl dt::after {
  content: "";
  display: block;
  background: url("../../../../shopping/images/pub/dl_2w/b_net03/pc_qa_icn04.png") center center / 100% auto no-repeat;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -12px;
}
.qa dl dt.active::after {
  background: url("../../../../shopping/images/pub/dl_2w/b_net03/pc_qa_icn03.png") center center / 100% auto no-repeat;
}
.qa dl dd {
  background: url("../../../../shopping/images/pub/dl_2w/b_net03/pc_qa_icn02.png") 20px 30px no-repeat;
  color: #342323;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: 0.1em;
  padding: 32px 40px 30px 90px;
  display: none;
}
.qa dl dd span.atte {
  display: block;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.1em;
  margin-top: 15px;
}


/************************************************
CV
************************************************/
.cv {
  background: #f9f0f3;
  padding: 0 0 calc( 110 / 1920 * 100% );
  overflow: hidden;
}
.message + .cv {
  padding-top: calc( 100 / 1920 * 100% );
}
.cv .cnt {
  background: url("../../../../shopping/images/pub/dl_2w/b_net03/pc_cv_bg.jpg") center -219px / 100% auto no-repeat;
  padding: 1px 0 0;
  z-index: 100;
}
#cv02.cv .cnt {
  background: url("../../../../shopping/images/pub/dl_2w/b_net03/pc_cv_bg.jpg") center 171px / 100% auto no-repeat;
  padding-top: 390px;
}
#cv02.cv .cnt::before {
  content: url("../../../../shopping/images/pub/dl_2w/b_net03/pc_cv_cpt01.png");
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 110;
}
.cv h2 {
  width: calc( 800 / 1920 * 100% );
  aspect-ratio: 800 / 604;
  position: relative;
  margin: 0 auto;
}
.cv h2 dt {
  width: calc( 108 / 800 * 100% );
  position: absolute;
  left: calc( 158 / 800 * 100% );
  top: calc( 84 / 604 * 100% );
}
.cv h2 dd {
  width: calc( 164 / 800 * 100% );
  position: absolute;
  left: 0;
  top: calc( 71 / 604 * 100% );
}
.cv h2 dd.animated img {
  animation-name: float;
  animation-duration: 2.5s;
  animation-iteration-count: infinite;
}
@keyframes float {
  50% {
      transform: translateY(-8px); 
  } 
  100% {
      transform: translateY(0px); 
  } 
}
.cv .panel {
  width: calc( 814 / 1920 * 100% );
  margin: 0 auto;
  position: relative;
}
.cv .cv-btn-new {
  width: calc( 697 / 814 * 100% );
  animation: btnslide 3s ease 0s infinite;
  position: absolute;
  left: calc( 63 / 814 * 100% );
  top: calc( 762 / 929 * 100% );
}
.cv .cv-btn-member {
  position: absolute;
  left: 0;
  bottom: calc( 63 / 929 * 100% );
  width: 100%;
  text-align: center;
  display: none;
}
.cv .cv-btn-member a {
  color: #ab2a66;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: bold;
  text-decoration: none;
}
.cv .cv-btn-member a::after {
  content: "▲";
  transform: rotate(90deg);
  display: inline-block;
}
#b_net01 .cv .cv-btn-member {
  display: block;
}
.cv .cv-service {
  width: calc( 800 / 1920 * 100% );
  margin:  auto ;
}
.cv p.atte {
  color: #615b5b;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.075em;
  width: calc( 814 / 1920 * 100% );
  margin: 0 auto calc( 65 / 1920 * 100% );
}
.cv p.atte strong {
  display: none;
}
#b_net01 .cv p.atte strong {
  display: inline;
  color: #be5787;
}
.cv .cv-service + p.atte {
  width: calc( 800 / 1920 * 100% );
  margin: calc( 20 / 1920 * 100% ) auto 0;
}
@keyframes btnslide {
  0% {
    transform: translateX(0);
  }
  5% {
    transform: translateX(10px);
  }
  10% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(0);
  }
}

/************************************************
footer
************************************************/
#footer {
  background-color: #be5787;
  padding: 23px 0 0;
}
#footer ul {
  list-style: none;
  text-align: center;
  font-size: 0;
  padding-bottom: 23px;
}
#footer ul li {
  display: inline-block;
  padding: 0 16px;
  position: relative;
  line-height: 1.1;
}
#footer ul li + li {
  border-left: 1px solid #fff;
}
#footer ul li a {
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
}
#footer p {
  display: block;
  background: #342323;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  padding: 15px 0 14px;
}

