/* http://meyerweb.com/eric/tools/css/reset/
   v5.0.1 | 20191019
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
menu,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
  display: none;
}

body {
  line-height: 1;
}

menu,
ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.kk {
  letter-spacing: -0.07em;
}

.show-pc {
  display: none;
}
@media (min-width: 46.875em) {
  .show-pc {
    display: block;
  }
}

.show-sp {
  display: block;
}
@media (min-width: 46.875em) {
  .show-sp {
    display: none;
  }
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media (min-width: 46.875em) {
  html {
    font-size: 100%;
  }
}

body {
  color: #3e3a36;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN",
    "Noto Sans JP", Meiryo, sans-serif;
  font-weight: 300;
}

.container {
  margin: 0 auto;
  max-width: 750px;
}
@media (min-width: 46.875em) {
  .container {
    max-width: 1280px;
  }
}

.row {
  margin: 0 5.33333%;
}
@media (min-width: 46.875em) {
  .row {
    margin: 0 7.8125%;
  }
}

.reset-row-sp {
  margin: 0;
}
@media (min-width: 46.875em) {
  .reset-row-sp {
    margin: 0 7.8125%;
  }
}

img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

iframe {
  width: 100%;
  vertical-align: bottom;
}

a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #fff;
  display: inline-block;
  text-decoration: none;
  transition: all linear 0.1s;
}
@media (min-width: 46.875em) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

table th,
table td {
  white-space: nowrap;
}

*:focus {
  outline: none;
}

.bg-color {
  background: #fafafb;
}

.white-base {
  background: #fff;
}

.wrap-btn {
  text-align: center;
}

.reset {
  margin: 0 !important;
}

.section-content {
  padding: 5.6rem 0;
}
@media (min-width: 46.875em) {
  .section-content {
    padding: 126px 0;
  }
}

.frame {
  border: 1px solid #000;
}

.bg-gray {
  background: #f8f5f1;
}

.bg-white {
  background: #fff;
}

.frame-top {
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.frame-middle {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}

.frame-bottom {
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
}

.more-btn {
  padding-top: 3.5rem;
  padding-bottom: 4rem;
  padding-top: clamp(10px, 50%, 35px);
  padding-bottom: clamp(10px, 50%, 40px);
  text-align: center;
}
@media (min-width: 46.875em) {
  .more-btn {
    padding-top: 77px;
    padding-bottom: 115px;
  }
}
.more-btn img {
  max-width: 17.77778%;
}
@media (min-width: 46.875em) {
  .more-btn img {
    width: 250px;
  }
}

.sp-view {
  display: block;
}
@media (min-width: 46.875em) {
  .sp-view {
    display: none;
  }
}

.pc-view {
  display: none;
}
@media (min-width: 46.875em) {
  .pc-view {
    display: block;
  }
}

.bs {
  display: block;
}
@media (min-width: 46.875em) {
  .bs {
    display: none;
  }
}

.bold {
  font-weight: bold;
}

.line-color {
  color: #06c755;
}

body {
  width: 100%;
  line-height: 1.35;
}

.hover-float {
  transition: all 0.2s linear;
}

@media (hover: hover) and (pointer: fine) and (min-width: 46.875em) {
  .hover-float:hover {
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  }
}

.lead-text {
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.06em;
  padding: 10% 0 0;
  text-align: center;
}
@media (min-width: 46.875em) {
  .lead-text {
    font-size: clamp(0.875rem, calc(-0.012rem + 1.89vw), 1.5rem);
    line-height: 1.7;
    padding: 9% 0 0;
  }
}
.lead-text p:not(:first-of-type) {
  margin: 6% 0 0;
}
@media (min-width: 46.875em) {
  .lead-text p:not(:first-of-type) {
    margin: 4% 0 0;
  }
}
.lead-text .ac {
  color: #ce3238;
  font-weight: bold;
}

.hr-border {
  font-size: 0;
}

#top-header {
  background: #8c8d88;
  padding: 4% 4.16667%;
  top: 0;
  margin-bottom: -15px;  	
}

@media (min-width: 46.875em) {
  #top-header {
    padding-top: 40px;
    padding-bottom: 40px;
	margin-bottom: -15px;  
  }
}
@media (min-width: 64em) {
  #top-header {
    padding-top: 30px;
    padding-bottom:  30px;
	margin-bottom: -15px;  
  }
}
#top-header .top-bar {
  align-items: center;
  display: flex;
}
#top-header .top-bar p {
  color: #fff;
}
#top-header nav {
  width: 100%;
}
@media (min-width: 46.875em) {
  #top-header nav a:hover {
    opacity: 0.7;
    cursor: pointer;
  }
	#top-header .top-bar {
  align-items: center;
}
	#top-header .top-bar p {
	color: #fff;
	text-align: center;
}	
}
@media (min-width: 64em) {
  #top-header nav a:hover {
    opacity: 0.7;
    cursor: pointer;
  }
	#top-header .top-bar {
  align-items: center;
}
	#top-header .top-bar p {
		color: #fff;
		text-align: center;
}
}
#top-header .logo {
  line-height: 1;
  margin-right: 2%;
  width: 32.22222%;
}
@media (min-width: 46.875em) {
  #top-header .logo {
    width: 30%;
    margin-right: 5%;
  }
}
@media (min-width: 64em) {
  #top-header .logo {
    margin-right: 7%;
    width: 290px;
  }
}
#top-header .static-nav-list {
  line-height: 1;
  display: flex;
  font-size: 11px;
}
#top-header .static-nav-list .static-nav-list__item {
  padding: 0 2%;
}
@media (min-width: 46.875em) {
  #top-header .static-nav-list .static-nav-list__item {
    font-size: 16px;
    letter-spacing: 0.16em;
    padding: 0 11px;
  }
}
@media (min-width: 64em) {
  #top-header .static-nav-list .static-nav-list__item {
    font-size: 20px;
  }
}
#top-header .static-nav-list .static-nav-list__item .p-nav__link {
  white-space: nowrap;
}

.slick-dots {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 59.81481%;
}

@media (min-width: 46.875em) {
  .slick-dots {
    width: 644px;
  }
}

/*グルタチオンとエクソソーム用の幅 このふたつを非表示にする場合はこのcss消す*/
@media (min-width: 46.875em) {
  #sheet-mask .slick-dots {
    width: 800px;
  }
}


/* グルタチオンとエクソソームの表示無くす場合はこの幅にする
.slick-dots li {
  width: 20.80745%;
  margin: 0 2%;
  height: 0;
}
*/

/*グルタチオンとエクソソーム用の幅 このふたつを非表示にする場合はこのcss消す*/
#sheet-mask .slick-dots li {
  width: 15.80745%;
  margin: 0 2%;
  height: 0;
}

.slick-dots li {
  width: 20.80745%;
  margin: 0 2%;
  height: 0;
}



@media (min-width: 46.875em) {
  .slick-dots li {
    margin: 0 13px;
    width: 134px;
  }
}

.slick-dotted.slick-slider {
  margin: 0;
}

.wrap-slick-dots {
  position: absolute;
  top: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.wrap-slick-dots .slick-dots {
  position: static;
}

.carousel-products .slick-slide {
  margin-right: 1vw !important;
  margin-left: 1vw !important;
}

.wrap-heading {
  text-align: center;
}

.heading {
  font-size: 20px;
  letter-spacing: 0.12em;
  margin-bottom: 4.1%;
}
@media (min-width: 46.875em) {
  .heading {
    font-size: 30px;
    letter-spacing: 0.24em;
    margin-bottom: 14px;
  }
}

.heading-text {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 2;
  margin-bottom: 5%;
}
@media (min-width: 46.875em) {
  .heading-text {
    font-size: 15px;
    letter-spacing: 0.24em;
    line-height: 2;
    margin-bottom: 34px;
  }
}

#fv img {
  width: 100%;
}
@media (min-width: 46.875em) {
  #fv img {
    width: 150%;
  }
}

#line-up {
  background: url(../images/line-up-bg.webp) no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 6% 0;
}
@media (min-width: 46.875em) {
  #line-up {
    padding: 64px 0;
  }
}
#line-up .line-up-heading {
  letter-spacing: 0.24em;
  line-height: 1;
  text-align: center;
  margin-bottom: 8%;
  font-size: 16px;
}
@media (min-width: 46.875em) {
  #line-up .line-up-heading {
    font-size: 30px;
    margin-bottom: 54px;
  }
}
#line-up .line-up-list {
  align-items: end;
  display: flex;
  justify-content: center;
}
#line-up .line-up-list img {
  width: 100%;
}
#line-up .line-up-list .line-up-list__item {
  margin: 0 3.2%;
}
@media (min-width: 46.875em) {
  #line-up .line-up-list .line-up-list__item {
    margin: 0 25px;
  }
}
#line-up .line-up-list .line-up-list__item:first-of-type {
  width: 22.22222%;
}
@media (min-width: 46.875em) {
  #line-up .line-up-list .line-up-list__item:first-of-type {
    width: 200px;
  }
}
#line-up .line-up-list .line-up-list__item:first-of-type .product-icon-image {
  margin-bottom: 9%;
}
@media (min-width: 46.875em) {
  #line-up .line-up-list .line-up-list__item:first-of-type .product-icon-image {
    margin-bottom: 10px;
  }
}
#line-up .line-up-list .line-up-list__item:nth-of-type(2) {
  width: 9.11111%;
}
@media (min-width: 46.875em) {
  #line-up .line-up-list .line-up-list__item:nth-of-type(2) {
    width: 82px;
  }
}
#line-up .line-up-list .line-up-list__item:nth-of-type(2) .product-icon-image {
  margin-bottom: 24%;
}
@media (min-width: 46.875em) {
  #line-up
    .line-up-list
    .line-up-list__item:nth-of-type(2)
    .product-icon-image {
    margin-bottom: 10px;
  }
}
#line-up .line-up-list .line-up-list__item:nth-of-type(3) {
  width: 10.55556%;
}
@media (min-width: 46.875em) {
  #line-up .line-up-list .line-up-list__item:nth-of-type(3) {
    width: 95px;
  }
}
#line-up .line-up-list .line-up-list__item:nth-of-type(3) .product-icon-image {
  margin-bottom: 17%;
}
@media (min-width: 46.875em) {
  #line-up
    .line-up-list
    .line-up-list__item:nth-of-type(3)
    .product-icon-image {
    margin-bottom: 10px;
  }
}
#line-up .line-up-list .line-up-list__item:nth-of-type(4) {
  width: 16%;
}
@media (min-width: 46.875em) {
  #line-up .line-up-list .line-up-list__item:nth-of-type(4) {
    width: 144px;
  }
}
#line-up .line-up-list .line-up-list__item:nth-of-type(4) .product-icon-image {
  margin-bottom: 12%;
}
@media (min-width: 46.875em) {
  #line-up
    .line-up-list
    .line-up-list__item:nth-of-type(4)
    .product-icon-image {
    margin-bottom: 10px;
  }
}
#line-up .line-up-list .line-up-list__item .product-name {
  line-height: 1;
  margin-top: 8%;
  text-align: center;
  font-size: 10px;
}
@media (min-width: 46.875em) {
  #line-up .line-up-list .line-up-list__item .product-name {
    font-size: 15px;
    margin-top: 18px;
    letter-spacing: 0.24em;
  }
}

#about {
  background: url(../images/about-bg.webp) no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 100px;
  padding-bottom: 100px;	
}
#about .about-content {
  display: flex;
  flex-direction: column;
  padding: 10% 0 0;
}
@media (min-width: 46.875em) {
  #about .about-content {
    align-items: center;
    justify-content: center;
    flex-direction: row;
    padding: 26px 0;
    position: relative;
    left: 5.2%;
  }
}
#about .about-content .about-heading {
  font-size: 20px;
  letter-spacing: 0.12em;
  margin-bottom: 4.5%;
  margin-left: -1%;
}
@media (min-width: 46.875em) {
  #about .about-content .about-heading {
    font-size: 30px;
    letter-spacing: 0.24em;
    margin-bottom: 14px;
    margin-left: -5px;
  }
}
#about .about-content .about-heading-text {
  font-size: 13px;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media (min-width: 46.875em) {
  #about .about-content .about-heading-text {
    font-size: 15px;
    letter-spacing: 0.24em;
    line-height: 2;
  }
}
#about .about-content .eyecatch {
  text-align: center;
  position: relative;
  top: -37px;
  width: 78.11111%;
  margin: auto;
}
@media (min-width: 46.875em) {
  #about .about-content .eyecatch {
    width: 491px;
    top: 0;
    text-align: left;
    margin-left: 50px;
  }
}



#sheet-mask {
  
  background-position: center center;
  padding-top: 8%;
  padding-bottom: 5%;
  margin-bottom: 50px;	
}
@media (min-width: 46.875em) {
  #sheet-mask {
    padding-top: 84px;
    padding-bottom: 24px;
  }
}
#sheet-mask #carousel-sheetmask {
  padding-top: 48%;
}
@media (min-width: 46.875em) {
  #sheet-mask #carousel-sheetmask {
    padding-top: 270px;
  }
}
@media (min-width: 46.875em) {
  #sheet-mask #carousel-sheetmask .slick-dots li {
    margin: 0 -8px;
    width: 90px;
  }
}
  #sheet-mask #carousel-sheetmask .slick-dots {
     width: 90%;
  }
@media (min-width: 46.875em) {
	  #sheet-mask #carousel-sheetmask .slick-dots {
     width: 70%;
  }
}	
@media screen and (max-width: 767px) {
  #sheet-mask #carousel-sheetmask .slick-dots li {
    margin: 0 -5px;
    width: 75px;
  }
	}
#sheet-mask #carousel-sheetmask .slick-dots li:nth-of-type(1) {
  background: url(../images/sheetmask-btn1.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#sheet-mask #carousel-sheetmask .slick-dots li:nth-of-type(2) {
  background: url(../images/sheetmask-btn2.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#sheet-mask #carousel-sheetmask .slick-dots li:nth-of-type(3) {
  background: url(../images/sheetmask-btn3.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#sheet-mask #carousel-sheetmask .slick-dots li:nth-of-type(4) {
  background: url(../images/sheetmask-btn4.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#sheet-mask #carousel-sheetmask .slick-dots li:nth-of-type(5) {
  background: url(../images/sheetmask-btn5.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#sheet-mask #carousel-sheetmask .slick-dots li:nth-of-type(6) {
  background: url(../images/sheetmask-btn6.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#sheet-mask #carousel-sheetmask .slick-dots li:nth-of-type(7) {
  background: url(../images/sheetmask-btn7.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#sheet-mask #carousel-sheetmask .slick-dots li:nth-of-type(8) {
  background: url(../images/sheetmask-btn8.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#sheet-mask #carousel-sheetmask .slick-dots li:nth-of-type(9) {
  background: url(../images/sheetmask-btn9.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#sheet-mask #carousel-sheetmask .slick-dots li:nth-of-type(10) {
  background: url(../images/sheetmask-btn10.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}

#sheet-mask #carousel-sheetmask .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
#sheet-mask #carousel-sheetmask .slick-dots li button:before {
  content: "";
  height: 100%;
  width: 100%;
}

#beauty-serum {
  background: url(../images/beauty-serum-bg.webp) no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 10%;
  padding-bottom: 5%;
}
@media (min-width: 46.875em) {
  #beauty-serum {
    padding-top: 56px;
    padding-bottom: 32px;
  }
}
#beauty-serum .heading {
  line-height: 1.8;
}
#beauty-serum #carousel-beauty-serum {
  padding-top: 22%;
}
@media (min-width: 46.875em) {
  #beauty-serum #carousel-beauty-serum {
    padding-top: 228px;
  }
}
@media (min-width: 46.875em) {
  #beauty-serum #carousel-beauty-serum .slick-dots li {
    margin: 0 13px;
    width: 134px;
  }
}
#beauty-serum #carousel-beauty-serum .slick-dots li:nth-of-type(1) {
  background: url(../images/beauty-serum-btn1.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#beauty-serum #carousel-beauty-serum .slick-dots li:nth-of-type(2) {
  background: url(../images/beauty-serum-btn2.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#beauty-serum #carousel-beauty-serum .slick-dots li:nth-of-type(3) {
  background: url(../images/beauty-serum-btn3.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#beauty-serum #carousel-beauty-serum .slick-dots li:nth-of-type(4) {
  background: url(../images/beauty-serum-btn4.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#beauty-serum #carousel-beauty-serum .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
#beauty-serum #carousel-beauty-serum .slick-dots li button:before {
  content: "";
  height: 100%;
  width: 100%;
}

#lotion {
  background-color: #fff;
  padding-top: 8%;
  padding-bottom: 5%;
}
@media (min-width: 46.875em) {
  #lotion {
    padding-top: 74px;
    padding-bottom: 24px;
  }
}
#lotion .heading {
  line-height: 1.8;
}
#lotion #carousel-lotion {
  padding-top: 23%;
}
@media (min-width: 46.875em) {
  #lotion #carousel-lotion {
    padding-top: 240px;
  }
}
#lotion #carousel-lotion .slick-dots li:nth-of-type(1) {
  background: url(../images/lotion-btn1.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#lotion #carousel-lotion .slick-dots li:nth-of-type(2) {
  background: url(../images/lotion-btn2.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#lotion #carousel-lotion .slick-dots li:nth-of-type(3) {
  background: url(../images/lotion-btn3.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#lotion #carousel-lotion .slick-dots li:nth-of-type(4) {
  background: url(../images/lotion-btn4.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#lotion #carousel-lotion .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
#lotion #carousel-lotion .slick-dots li button:before {
  content: "";
  height: 100%;
  width: 100%;
}

#cream {
  background-color: #fff;
  padding-top: 8%;
  padding-bottom: 5%;
}
@media (min-width: 46.875em) {
  #cream {
    padding-top: 96px;
    padding-bottom: 24px;
  }
}
#cream .heading {
  line-height: 1.8;
}
#cream #carousel-cream {
  padding-top: 21%;
}
@media (min-width: 46.875em) {
  #cream #carousel-cream {
    padding-top: 240px;
  }
}
#cream #carousel-cream .slick-dots li:nth-of-type(1) {
  background: url(../images/cream-btn1.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#cream #carousel-cream .slick-dots li:nth-of-type(2) {
  background: url(../images/cream-btn2.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#cream #carousel-cream .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
#cream #carousel-cream .slick-dots li button:before {
  content: "";
  height: 100%;
  width: 100%;
}

#eye {
  background-color: #fff;
  padding-top: 8%;
  padding-bottom: 5%;
}
@media (min-width: 46.875em) {
  #eye {
    padding-top: 96px;
    padding-bottom: 24px;
  }
}
#eye .heading {
  line-height: 1.8;
}
#eye #carousel-eye {
  padding-top: 21%;
}
@media (min-width: 46.875em) {
  #eye #carousel-eye {
    padding-top: 240px;
  }
}
#eye #carousel-eye .slick-dots li:nth-of-type(1) {
  background: url(../images/eye-btn1.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#eye #carousel-eye .slick-dots li:nth-of-type(2) {
  background: url(../images/eye-btn2.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#eye #carousel-eye .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
#eye #carousel-eye .slick-dots li button:before {
  content: "";
  height: 100%;
  width: 100%;
}


#limited {
  background-color: #000;
  background: url(../images/limited_bg.png) no-repeat;
  background-size: cover;
  background-position: center center;	
  padding-top: 8%;
  padding-bottom: 8%;	
}
@media (min-width: 46.875em) {
  #limited {
    padding-top: 96px;
    padding-bottom: 24px;
  }
}
#limited .heading {
  line-height: 1.8;
  color: #fff;	
}
#limited #carousel-limited {
  padding-top: 34%;
  	
}
@media (min-width: 46.875em) {
	#limited #carousel-limited {
  padding-top: 21%;
  	
}
	}
@media (min-width: 46.875em) {
  #limited #carousel-limited {
    padding-top: 240px;	 
  }
}
@media (min-width: 46.875em) {
  #limited #carousel-limited .slick-dots li {
    margin: 0 5px;
    width: 95px;
  }
}
#limited #carousel-limited .slick-dots li:nth-of-type(1) {
  background: url(../images/limited1-btn.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#limited #carousel-limited .slick-dots li:nth-of-type(2) {
  background: url(../images/limited2-btn.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#limited #carousel-limited .slick-dots li:nth-of-type(3) {
  background: url(../images/limited3-btn.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#limited #carousel-limited .slick-dots li:nth-of-type(4) {
  background: url(../images/limited4-btn.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#limited #carousel-limited .slick-dots li:nth-of-type(5) {
  background: url(../images/limited5-btn.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#limited #carousel-limited .slick-dots li:nth-of-type(6) {
  background: url(../images/limited6-btn.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#limited #carousel-limited .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
#limited #carousel-limited .slick-dots li button:before {
  content: "";
  height: 100%;
  width: 100%;
}

/* 202503_追加部分用ケアシートSHOTX */
#shot {
  background-color: #fff;
  background-size: cover;
  background-position: center center;	
  padding-top: 8%;
  padding-bottom: 8%;
	margin-bottom: 40px;
}
@media (min-width: 46.875em) {
  #shot {
    padding-top: 96px;
    padding-bottom: 24px;
  }
}
#shot .heading {
  line-height: 1.8;
}
#shot #carousel-shot {
  padding-top: 24%;
  	
}
@media (min-width: 46.875em) {
	#shot #carousel-shot {
  padding-top: 21%;
  	
}
	}
@media (min-width: 46.875em) {
  #shot #carousel-shot {
    padding-top: 240px;	 
  }
}
@media (min-width: 46.875em) {
  #shot #carousel-shot .slick-dots li {
    margin: 0 5px;
    width: 95px;
  }
}
#shot #carousel-shot .slick-dots li:nth-of-type(1) {
  background: url("../images/shot-x1_btn.png") no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}
#shot #carousel-shot .slick-dots li:nth-of-type(2) {
  background: url(../images/shot-x2_btn.png) no-repeat;
  background-size: contain, 0 0;
  background-position: center;
  padding-top: 25.5%;
}

#shot #carousel-shot .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
#shot #carousel-shot .slick-dots li button:before {
  content: "";
  height: 100%;
  width: 100%;
}



#step {
  padding: 7% 0 10%;
}
@media (min-width: 46.875em) {
  #step {
    padding: 85px 0;
  }
}
#step .heading {
  text-align: center;
}
#step .step-list {
  display: flex;
  flex-direction: column;
  margin-top: 6%;
}
@media (min-width: 46.875em) {
  #step .step-list {
    text-align: center;
    justify-content: center;
    flex-direction: row;
    margin-top: 44px;
  }
}
#step .step-list .step-list__item {
  display: flex;
}
@media (min-width: 46.875em) {
  #step .step-list .step-list__item {
    width: 21%;
    font-size: 15px;
    margin: 0 6px;
    letter-spacing: 0.24em;
    flex-direction: column;
  }
}
#step .step-list .step-list__item:not(:first-of-type) {
  margin-top: 8%;
}
@media (min-width: 46.875em) {
  #step .step-list .step-list__item:not(:first-of-type) {
    margin-top: 0;
  }
}
#step .step-list .step-list__item .no {
  line-height: 1;
  display: none;
}
@media (min-width: 46.875em) {
  #step .step-list .step-list__item .no {
    display: block;
    margin-bottom: 18px;
  }
}
#step .step-list .step-list__item picture {
  width: 44.44444%;
}
@media (min-width: 46.875em) {
  #step .step-list .step-list__item picture {
    width: auto;
  }
}
#step .step-list .step-list__item picture img {
  width: 100%;
}
#step .step-list .step-list__item .no-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 5%;
}
@media (min-width: 46.875em) {
  #step .step-list .step-list__item .no-text {
    margin-left: 0;
  }
}
#step .step-list .step-list__item .no-sp {
  line-height: 1;
  display: block;
  font-size: 16px;
  line-height: 1.625;
  letter-spacing: 0.1em;
  margin-bottom: 4%;
}
@media (min-width: 46.875em) {
  #step .step-list .step-list__item .no-sp {
    display: none;
  }
}
#step .step-list .step-list__item .text {
  font-size: 13px;
  line-height: 1.69231;
  letter-spacing: 0.1em;
}
@media (min-width: 46.875em) {
  #step .step-list .step-list__item .text {
    line-height: 1.6;
    margin-top: 18px;
  }
}

footer {
  background: #161616;
	
  padding: 10% 0;
}
@media (min-width: 46.875em) {
  footer {
    padding: 74px 0;
  }
}
footer .footer-content {
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (min-width: 46.875em) {
  footer .footer-content {
    flex-direction: row;
    justify-content: space-between;
    margin: 0 20px;
  }
}
@media (min-width: 46.875em) {
  footer .footer-content a:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
@media (min-width: 64em) {
  footer .footer-content a:hover {
    opacity: 0.7;
    cursor: pointer;
  }
}
footer .footer-content .sns-company {
  align-items: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 46.875em) {
  footer .footer-content .sns-company {
    width: 100%;
    flex-direction: row;
  }
}
footer .footer-content .wrap-sns {
  position: relative;
  padding-right: 0;
  width: 74%;
}
@media (min-width: 46.875em) {
  footer .footer-content .wrap-sns {
    padding-right: 7%;
    width: 28%;
  }
}
footer .footer-content .wrap-sns:after {
  background: #3e3a36;
  content: "";
  display: block;
  width: 120%;
  height: 1px;
  margin: auto;
  position: absolute;
  left: -10%;
}
@media (min-width: 46.875em) {
  footer .footer-content .wrap-sns:after {
    height: 173px;
    top: 11%;
    right: 0;
    left: initial;
    width: 1px;
  }
}
footer .footer-content .sns {
  text-align: center;
}
@media (min-width: 46.875em) {
  footer .footer-content .sns {
    margin-right: 2%;
  }
}
footer .footer-content .sns .speech-bubble {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 5%;
}
footer .footer-content .sns .speech-bubble .border {
  height: 34px;
  width: 2px;
  background: #3e3a36;
}
@media (min-width: 46.875em) {
  footer .footer-content .sns .speech-bubble .border {
    height: 45px;
  }
}
footer .footer-content .sns .speech-bubble .border.border-right {
  transform: rotate(15deg);
}
footer .footer-content .sns .speech-bubble .border.border-left {
  transform: rotate(-15deg);
}
footer .footer-content .sns .speech-bubble .text {
  font-size: 14px;
  font-weight: 600;
  padding: 0 3%;
  letter-spacing: 0.14em;
}
@media (min-width: 46.875em) {
  footer .footer-content .sns .speech-bubble .text {
    font-size: clamp(0.875rem, calc(0.715rem + 0.34vw), 1.125rem);
  }
}
footer .footer-content .sns .sns-btn-list {
  margin-bottom: 10%;
}
@media (min-width: 46.875em) {
  footer .footer-content .sns .sns-btn-list {
    margin-bottom: 0;
  }
}
footer .footer-content .sns .sns-btn-list .sns-btn-list__item:last-of-type {
  margin-top: 5%;
}
@media (min-width: 46.875em) {
  footer .footer-content .sns .sns-btn-list .sns-btn-list__item:last-of-type {
    margin-top: 18px;
  }
}
footer .footer-content .sns .sns-btn-list .sns-btn-list__item a {
  align-items: center;
  border-radius: 100px;
  color: #fff;
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.18em;
  padding: 6%;
}
@media (min-width: 46.875em) {
  footer .footer-content .sns .sns-btn-list .sns-btn-list__item a {
    font-size: clamp(0.875rem, calc(0.715rem + 0.34vw), 1.125rem);
  }
}
footer .footer-content .sns .sns-btn-list .sns-btn-list__item a.line {
  background: #06c755;
}
footer .footer-content .sns .sns-btn-list .sns-btn-list__item a.instagram {
  background: #ff9351;
}
footer .footer-content .sns .sns-btn-list .sns-btn-list__item a .link-text {
  margin-right: 2%;
}
footer .footer-content .company-link-list {
  font-size: 14px;
  letter-spacing: 0.14em;
  text-align: center;
  margin-top: 8%;
  color: #fff;
}
@media (min-width: 46.875em) {
  footer .footer-content .company-link-list {
    font-size: 16px;
    text-align: left;
    margin-top: 3.5%;
    margin-left: 7%;
  }
}
footer .footer-content .company-link-list .company-link-list__item {
  line-height: 1;
}
footer
  .footer-content
  .company-link-list
  .company-link-list__item:not(:first-of-type) {
  margin-top: 9%;
}
@media (min-width: 46.875em) {
  footer
    .footer-content
    .company-link-list
    .company-link-list__item:not(:first-of-type) {
    margin-top: 16px;
  }
}
footer .footer-content small {
  display: flex;
  justify-content: center;
  font-size: 12px;
  margin-top: 6%;
  letter-spacing: 0.14em;
  color: #fff;	
}
@media (min-width: 46.875em) {
  footer .footer-content small {
    font-size: 13px;
    align-items: end;
    position: absolute;
    right: 0;
    bottom: -10px;
  }
}
@media (min-width: 64em) {
  footer .footer-content small {
    font-size: 16px;
  }
}

#float {
  opacity: 0;
  transition: all 0.2s linear;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#float.active {
  opacity: 1;
  z-index: 1;
}
#float .outer {
  background: rgba(255, 255, 255, 0.93);
  padding: 1% 0;
  text-align: center;
}
@media (min-width: 46.875em) {
  #float .outer {
    background: none;
    padding: 0;
  }
}
#float .outer .float-btn-list {
  display: flex;
}
@media (min-width: 46.875em) {
  #float .outer .float-btn-list {
    background: rgba(255, 255, 255, 0.93);
    margin: 0 auto;
    padding: 1% 0;
    width: 700px;
  }
}
#float .outer .float-btn-list__item {
  width: 50%;
}
#float .outer .float-btn-list__item .cta-line-btn {
  display: inline-block;
  position: relative;
  width: 90%;
}
#float .outer .float-btn-list__item .cta-line-btn .line-icon {
  position: absolute;
  top: -8%;
  right: -7%;
  width: 19%;
  z-index: 1;
}
#float .outer .float-btn-list__item .cta-interview-btn {
  margin: 0 auto;
  width: 90%;
}

.l-header {
  opacity: 1;
  display: block;
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  padding: 0;
  box-shadow: none;
  z-index: 100;
  transition: all 0.2s linear;
}
@media (min-width: 46.875em) {
  .l-header.active {
    opacity: 1;
    z-index: 100;
  }
}
@media (min-width: 46.875em) {
  .l-header {
    background: #fff;
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.2);
    opacity: 0;
    z-index: -1;
  }
}

.c-hamburger {
  position: relative;
  width: inherit;
  height: inherit;
  margin: 0;
  border: none;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

#hamburger-nav.active:has(.c-hamburger) .c-hamburger {
  z-index: 1;
}

.c-hamburger span {
  display: block;
  position: relative;
  left: 50%;
  width: 30px;
  height: 2px;
  transform: translateX(-50%);
  background: #ce3238;
  transition: all 0.4s;
}

.c-hamburger span:nth-of-type(1) {
  top: 3px;
}

.c-hamburger span:nth-of-type(2) {
  top: -7px;
}

.c-hamburger span:nth-of-type(3) {
  top: -17px;
}

.c-hamburger .c-hamburger__text {
  display: block;
  font-family: "Oswald", sans-serif;
  top: 12px;
  background: transparent;
  color: #ce3238;
  font-size: 12px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  top: 11px;
}

.c-hamburger.is-active span:nth-of-type(1) {
  top: 0;
  transform: translateX(-50%) rotate(225deg);
}

.c-hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}

.c-hamburger.is-active span:nth-of-type(3) {
  top: -4px;
  transform: translateX(-50%) rotate(-225deg);
}

.p-header__nav {
  display: flex;
  z-index: 10;
  position: absolute;
  top: 0;
  right: -100%;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: transparent;
  font-weight: 700;
  opacity: 0;
  transition: 0.6s;
}

@media screen and (min-width: 751px) {
  .p-header__nav {
    position: static;
    height: 100%;
    opacity: initial;
    align-items: flex-end;
  }
}

.p-header__title {
  width: 100%;
  max-width: 120px;
  height: 48px;
  background: lightgray;
}

.p-header__title a {
  display: block;
  width: 100%;
  height: auto;
}

.p-header__title a img {
  height: 100%;
}

.p-header__hamburger {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 75px;
  transition: all 0.2s linear;
}
.p-header__hamburger.active {
  opacity: 1;
  z-index: 100;
}

@media screen and (min-width: 751px) {
  .p-header__hamburger {
    display: none;
  }
}

.p-header__nav.is-active {
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  opacity: 1;
  transition: 0.6s;
}

.p-nav__list {
  width: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 46.875em) {
  .p-nav__list {
    width: 90%;
    margin: 0 auto;
    justify-content: space-around;
    background: #fff;
    flex-direction: row;
  }
}

.p-nav__item {
  position: relative;
  text-align: center;
}
@media (min-width: 46.875em) {
  .p-nav__item {
    width: 100%;
  }
}
@media (min-width: 46.875em) {
  .p-nav__item:not(:first-of-type):after {
    content: "";
    width: 1px;
    height: 80%;
    display: inline-block;
    background: #3e3a36;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.p-nav__item:not(:first-of-type) a {
  margin: 25px 0 0;
}
@media (min-width: 46.875em) {
  .p-nav__item:not(:first-of-type) a {
    margin: 0;
  }
}
.p-nav__item a {
  font-size: 20px;
  font-weight: normal;
  display: block;
  text-decoration: none;
}
@media (min-width: 46.875em) {
  .p-nav__item a {
    font-size: clamp(0.75rem, calc(0.395rem + 0.76vw), 1rem);
    padding: 3.5% 1%;
  }
}
@media (hover: hover) {
  .p-nav__item a:hover {
    background: #ce3238;
    color: #fff;
  }
}

.p-nav__inner {
  width: 100%;
}

#carousel-beauty-serum .carousel-image {
  width: 20%;
}
@media (min-width: 46.875em) {
  #carousel-beauty-serum .carousel-image {
    width: auto;
  }
}

#carousel-lotion .carousel-image {
  width: 18%;
}
@media (min-width: 46.875em) {
  #carousel-lotion .carousel-image {
    width: auto;
  }
}

#carousel-shot-x .carousel-image {
  width: 20%;
}
@media (min-width: 46.875em) {
  #carousel-shot-x .carousel-image {
    width: auto;
  }
}

.product {
  color: #3e3a36;
  display: flex;
  flex-direction: column;
  padding-top: 4%;
  padding-right: 4%;
  padding-left: 4%;
}
@media (min-width: 46.875em) {
  .product {
    padding-top: 5%;
    padding-right: 5%;
    padding-left: 5%;
    flex-direction: row;
    justify-content: space-between;
  }
}
.product .wrap-anno {
  position: relative;
  padding-bottom: 2%;
}
@media (min-width: 46.875em) {
  .product .wrap-anno {
    padding-bottom: 5%;
  }
}
.product .wrap-anno .anno {
  position: absolute;
  bottom: 0;
  right: -1%;
}
.product .anno {
  font-size: 5px;
  letter-spacing: 0;
}
.product .note-sign {
  font-size: 10px;
  font-weight: 500;
}
.product .carousel-image {
  width: 30%;
}
@media (min-width: 46.875em) {
  .product .carousel-image {
    width: auto;
  }
}
.product .tags {
  width: 100%;
}
.product .tags .tag {
  background: #f4dfba;
  border: 1px solid;
  border-radius: 100px;
  display: inline-block;
  font-size: 7px;
  font-weight: 600;
  padding: 2% 5%;
}
.product .tags .tag:not(:last-of-type) {
  margin-right: 3%;
}
.product .efficacy-list {
  margin-top: 4%;
  margin-bottom: 4%;
}
@media (min-width: 46.875em) {
  .product .efficacy-list {
    margin: 0;
  }
}
.product .efficacy-list .efficacy-list__item {
  display: flex;
}
@media (min-width: 46.875em) {
  .product .efficacy-list .efficacy-list__item {
    margin-top: 8%;
  }
}
.product .efficacy-list .efficacy-list__item:not(:first-of-type) {
  margin-top: 4%;
}
.product .efficacy-list .efficacy-list__item .check {
  margin-top: 1.4%;
  margin-right: 2%;
}
@media (min-width: 46.875em) {
  .product .efficacy-list .efficacy-list__item .check {
    margin-top: 1.5%;
  }
}
.product .efficacy-list .efficacy-list__item .check .square {
  border: 1px solid;
  background: #fff;
  height: 7px;
  width: 7px;
  display: block;
}
@media (min-width: 46.875em) {
  .product .efficacy-list .efficacy-list__item .check .square {
    height: 10px;
    width: 10px;
  }
}
.product .efficacy-list .efficacy-heading {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media (min-width: 46.875em) {
  .product .efficacy-list .efficacy-heading {
    font-size: clamp(0.813rem, calc(0.732rem + 0.17vw), 0.938rem);
    letter-spacing: 0.12em;
  }
}

.product .efficacy-list .efficacy-text {
  font-size: 10px;
  letter-spacing: 0.08em;
  line-height: 1.6;
  margin-top: 2%;
}


@media (min-width: 46.875em) {
  .product .efficacy-list .efficacy-text {
    line-height: 2;
  }
}
.product .radar-chart {
  display: inline-block;
  position: relative;
  margin-top: 3%;
}
@media (min-width: 46.875em) {
  .product .radar-chart {
    margin-top: 12%;
    margin-left: 14%;
  }
}
.product .radar-chart .radar-chart-img {
  display: block;
  width: 108px;
}
@media (min-width: 46.875em) {
  .product .radar-chart .radar-chart-img {
    width: auto;
  }
}
.product .radar-chart .category {
  font-size: 9px;
  position: absolute;
}
.product .radar-chart .category.category1 {
  top: -12%;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media (min-width: 46.875em) {
  .product .radar-chart .category.category1 {
    top: -10%;
  }
}
.product .radar-chart .category.category2 {
  top: 34%;
  right: -35%;
}
@media (min-width: 46.875em) {
  .product .radar-chart .category.category2 {
    right: -21%;
  }
}
.product .radar-chart .category.category3 {
  bottom: -12%;
  right: 0;
}
.product .radar-chart .category.category4 {
  bottom: -12%;
  left: 0;
}
.product .radar-chart .category.category5 {
  top: 34%;
  left: -28%;
}
@media (min-width: 46.875em) {
  .product .radar-chart .category.category5 {
    left: -23%;
  }
}
.product .product-left {
  margin-right: 3%;
}
@media (min-width: 46.875em) {
  .product .product-left {
    width: 34%;
  }
}
.product .product-left .product-name {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.1em;
  line-height: 1.36364;
  margin-bottom: 3%;
}

.gentei{
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  line-height: 1.4em;
  padding: 5px;
  background: linear-gradient(transparent 0%, #f5549a 0%);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone; 
  color: #fff;
  margin-bottom: 5px;
}

@media (min-width: 46.875em) {
  .product .product-left .product-name {
    font-size: clamp(1rem, calc(0.679rem + 0.68vw), 1.5rem);
    letter-spacing: 0.12em;
    line-height: 1.33333;
  }
  .gentei{
    display: inline;
    font-size: 0.5rem;
    color: #fff;
  }
}
.product .product-left .wrap-sub-name-tags {
  align-items: center;
  display: flex;
}
.product .product-left .wrap-sub-name-tags .tags {
  align-items: center;
  display: flex;
  margin-left: 4%;
}
@media (min-width: 46.875em) {
  .product .product-left .wrap-sub-name-tags .tags {
    display: none;
  }
}
.product .product-left .sub-name {
  font-size: 12px;
  display: inline-block;
  padding: 2% 3%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
}
@media (min-width: 46.875em) {
  .product .product-left .sub-name {
    font-weight: 500;
    font-size: clamp(0.75rem, calc(0.63rem + 0.26vw), 0.938rem);
    padding: 3% 8%;
  }
}
.product .product-left .sub-name .name-color {
  display: flex;
}
.product .product-left .sub-name .name-color .name {
  white-space: nowrap;
}
.product .product-left .sub-name .name-color .color {
  margin-top: 1.4%;
  margin-left: 4%;
}
.product .product-left .radar-chart {
  display: none;
}
@media (min-width: 46.875em) {
  .product .product-left .radar-chart {
    display: inline-block;
  }
}
.product .product-middle {
  align-items: center;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  margin-top: 6%;
}
@media (min-width: 46.875em) {
  .product .product-middle {
    align-items: start;
    flex-direction: row;
    justify-content: center;
    margin-top: 5%;
    width: 26%;
  }
}
.product .product-middle .wrap-efficacy-radar-chart {
  align-items: center;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (min-width: 46.875em) {
  .product .product-middle .wrap-efficacy-radar-chart {
    display: none;
  }
}
.product .product-right {
  display: none;
}
@media (min-width: 46.875em) {
  .product .product-right {
    display: block;
    margin-top: 5%;
    margin-left: 3%;
    width: 30%;
  }
}

.note {
  display: flex;
  justify-content: flex-end;
  font-size: 8px;
  line-height: 1.5;
  width: 90%;
  margin-top: 8%;
  margin-right: 5%;
  margin-bottom: 3%;
  margin-left: auto;
}
@media (min-width: 46.875em) {
  .note {
    margin-top: 4%;
    margin-bottom: 1%;
    width: 70%;
  }
}

.slick-track {
  display: flex;
}

.slick-slide {
  border: 1px solid;
  height: auto !important;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

.slick-slide:has(.sheetmask1) {
  background: url(../images/sheetmask1-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
}
.slick-slide:has(.sheetmask1) .color {
  color: #d5c5a8;
}

.slick-slide:has(.sheetmask2) {
  background: url(../images/sheetmask2-bg.webp) no-repeat;
  background-position: center center;
  background-size: cover;
}
.slick-slide:has(.sheetmask2) .color {
  color: #e1e1e1;
}
.slick-slide:has(.sheetmask2) .tag {
  background: #e1e1e1;
}

.slick-slide:has(.sheetmask3) {
  background: url(../images/sheetmask3-bg.webp) no-repeat;
  background-position: center center;
  background-size: cover;
}
.slick-slide:has(.sheetmask3) .color {
  color: #e0b7d7;
}
.slick-slide:has(.sheetmask3) .tag {
  background: #e0b7d7;
}

.slick-slide:has(.sheetmask4) {
  background: url(../images/sheetmask4-bg.webp) no-repeat;
  background-position: center center;
  background-size: cover;
}
.slick-slide:has(.sheetmask4) .color {
  color: #b7c2e0;
}
.slick-slide:has(.sheetmask4) .tag {
  background: #b7c2e0;
}

.slick-slide:has(.sheetmask5) {
  background: url(../images/sheetmask5-bg.webp) no-repeat;
  background-position: center center;
  background-size: cover;
}
.slick-slide:has(.sheetmask5) .color {
  color: #d6e0b7;
}
.slick-slide:has(.sheetmask5) .tag {
  background: #d6e0b7;
}

.slick-slide:has(.sheetmask6) {
  background: url(../images/sheetmask6-bg.webp) no-repeat;
  background-position: center center;
  background-size: cover;
}
.slick-slide:has(.sheetmask6) .color {
  color: #eebebe;
}
.slick-slide:has(.sheetmask6) .tag {
  background: #eebebe;
}

.slick-slide:has(.sheetmask7) {
  background: url(../images/sheetmask7-bg.webp) no-repeat;
  background-position: center center;
  background-size: cover;
}
.slick-slide:has(.sheetmask7) .color {
  color: #ceeaf2;
}
.slick-slide:has(.sheetmask7) .tag {
  background: #ceeaf2;
}

.slick-slide:has(.sheetmask8) .color {
  color: #d28193;
}
.slick-slide:has(.sheetmask8) .tag {
  background: #f4dfba;
}

.slick-slide:has(.sheetmask8) {
  background: url(../images/sheetmask8-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
}


.slick-slide:has(.sheetmask9) .color {
  color: #754f8e;
}
.slick-slide:has(.sheetmask9) .tag {
  background: #754f8e;
}
.slick-slide:has(.sheetmask9) {
  background: url(../images/sheetmask9-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
}

.slick-slide:has(.sheetmask10) .color {
  color: #ccc;
}
.slick-slide:has(.sheetmask10) .tag {
  background: #ccc;
}
.slick-slide:has(.sheetmask10) {
  background: url(../images/sheetmask10-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
}





.slick-slide:has(.serum1) {
  background: url(../images/serum1-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
}
.slick-slide:has(.serum1) .color {
  color: #d5c5a8;
}

.slick-slide:has(.serum2) {
  background: url(../images/serum2-bg.webp) no-repeat;
  background-position: center center;
  background-size: cover;
}
.slick-slide:has(.serum2) .color {
  color: #e1e1e1;
}
.slick-slide:has(.serum2) .tag {
  background: #e1e1e1;
}

.slick-slide:has(.serum3) {
  background: url(../images/serum3-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
}
.slick-slide:has(.serum3) .color {
  color: #e0b7d7;
}
.slick-slide:has(.serum3) .tag {
  background: #e0b7d7;
}

.slick-slide:has(.serum4) {
  background: url(../images/serum4-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
}
.slick-slide:has(.serum4) .color {
  color: #ceeaf2;
}
.slick-slide:has(.serum4) .tag {
  background: #ceeaf2;
}

.slick-slide:has(.lotion1) {
  background: url(../images/lotion1-bg.webp) no-repeat;
  background-position: center center;
  background-size: cover;
}
.slick-slide:has(.lotion1) .color {
  color: #d5c5a8;
}

.slick-slide:has(.lotion2) {
  background: url(../images/lotion2-bg.webp) no-repeat;
  background-position: center center;
  background-size: cover;
}
.slick-slide:has(.lotion2) .color {
  color: #d5c5a8;
}

.slick-slide:has(.lotion3) {
  background: url(../images/lotion3-bg.webp) no-repeat;
  background-position: center center;
  background-size: cover;
}
.slick-slide:has(.lotion3) .color {
  color: #e1e1e1;
}
.slick-slide:has(.lotion3) .tag {
  background: #e1e1e1;
}

.slick-slide:has(.lotion4) {
  background: url(../images/lotion4-bg.webp) no-repeat;
  background-position: center center;
  background-size: cover;
}
.slick-slide:has(.lotion4) .color {
  color: #ceeaf2;
}
.slick-slide:has(.lotion4) .tag {
  background: #ceeaf2;
}

.slick-slide:has(.cream1) {
  background: url(../images/cream1-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
}
.slick-slide:has(.cream1) .color {
  color: #d5c5a8;
}

.slick-slide:has(.cream2) {
  background: url(../images/cream2-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
}
.slick-slide:has(.cream2) .color {
  color: #e0b7d7;
}
.slick-slide:has(.cream2) .tag {
  background: #e0b7d7;
}

.slick-slide:has(.eye1) {
  background: url(../images/cream1-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
}
.slick-slide:has(.eye1) .color {
  color: #d5c5a8;
}

.slick-slide:has(.limited1) .color {
  color: #d28193;
}
.slick-slide:has(.limited1) .tag {
  background: #f4dfba;
}

.slick-slide:has(.limited1) {
  background: url(../images/sheetmask8-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
}


.slick-slide:has(.limited2) .color {
  color: #754f8e;
}
.slick-slide:has(.limited2) .tag {
  background: #754f8e;
}
.slick-slide:has(.limited2) {
  background: url(../images/sheetmask9-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
}

.slick-slide:has(.limited3) .color {
  color: #ccc;
}
.slick-slide:has(.limited3) .tag {
  background: #ccc;
}
.slick-slide:has(.limited3) {
  background: url(../images/sheetmask11-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
}
.slick-slide:has(.limited4) .color {
  color: #ccc;
}
.slick-slide:has(.limited4) .tag {
  background: #ccc;
}
.slick-slide:has(.limited4) {
  background: url(../images/sheetmask12-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
}
.slick-slide:has(.limited5) .color {
  color: #ccc;
}
.slick-slide:has(.limited5) .tag {
  background: #ccc;
}
.slick-slide:has(.limited5) {
  background: url(../images/sheetmask8-bg.webp) no-repeat;
  background-position: center center;
  background-size: cover;
}
.slick-slide:has(.limited6) .color {
  color: #ccc;
}
.slick-slide:has(.limited6) .tag {
  background: #ccc;
}
.slick-slide:has(.limited6) {
  background: url(../images/sheetmask9-bg.webp) no-repeat;
  background-position: center center;
  background-size: cover;
}



/*# sourceMappingURL=main.css.map*/

/*==================================================
追記ここから202410
===================================*/
/*PCでは無効（改行しない）*/
.sma{
    display: none;
}
/*表示・非表示PCとSP*/

.pc {
	display: inline!important;
}
.mb {
	display: none!important;
}
@media screen and (max-width: 768px) {
	/*タブレット、スマホの場合*/
	.pc {
		display: none!important;
	}
	.mb {
		display: inline!important;
	}
}
/*スマートフォンでは有効（改行する）*/
@media screen and (max-width:768px) {
    .sma{
        display: block;
    }
}
.kome {
	font-size: 0.5em;
	vertical-align: super;
}
/* ヘッダーのbox */
.box {
	width: 100%;
	margin: 0 auto;
	padding: 15px;
	color: #fff;
	background: #fff;
	margin-bottom: 0px;
	
}
.box p {
	text-align: left;
	font-size: 18px;
	line-height: 1.8em;
	letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
	
	.box {
		width: 100%;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding: 10px 0px 10px 0px;
	}
	.box p {
		margin: 0px 10px 0px 10px;
		text-align: center;
		font-size: 14px;
		line-height: 1.5em;
	}
}
/* FV動画のbox */
.box_mv {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 0px;
	
}
@media screen and (max-width: 767px) {	
	.box_mv {
		width: 100%;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
	}
}
/* バナーエリア */
#banner {
  background-color: #000;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-top: 0px;	
}
@media screen and (max-width: 767px) {
#banner {
  background-color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 0px;	
}
	}
.box_bn {
	width: 1100px;
	margin: 0 auto;
	padding: 15px;
	color: #fff;
	margin-bottom: 0px;
	text-align: center;
	
}

@media screen and (max-width: 767px) {
	
	.box_bn {
		width: 90%;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding: 10px 0px 10px 0px;
	}

}
/* FV直下about */
#mask_about {
  background-color: #000;
  background-size: cover;
  background-position: center center;
  padding-top: 70px;
  padding-bottom: 70px;
  margin-top: -20px;	
}
@media screen and (max-width: 767px) {
#mask_about {
  background-color: #000;
  background-size: cover;
  background-position: center center;
  padding-top: 70px;
  padding-bottom: 30px;
  margin-top: -20px;	
}
}	
.box_pdrn {
	width: 1000px;
	margin: 0 auto;
	padding: 25px;
	text-align: left;
	border-radius: 20px;
	color: #000;
	background-color: #fff;
	margin-bottom: 0px;
	
}
@media screen and (max-width: 767px) {
	.box_pdrn {
	width: 85%;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding: 15px;
	
}
}	
/* 商品交互 */
.flex{
  max-width: 1000px;
  margin: 0 auto;
  margin-bottom: 20px;
}
img{
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (min-width:767px) { 
  .flex{
    display:flex;
    flex-wrap:nowrap;
    justify-content:space-between;
  }
  .item+.item{
    margin-left:1.0em;
  }
}

/* 商品交互ここまで */
.box_about {
	width: 1000px;
	margin: 0 auto;
	padding: 15px;
	text-align: center;
	color: #fff;	
	margin-bottom: 0px;
	
}
.box_about p {
	text-align: left;
	font-size: 60%;
	line-height: 2.0em;
	letter-spacing: 0.12em;
}
.box_about h2 {
	text-align: left;
	font-size: 150%;;
	line-height: 1.8em;
	letter-spacing: 0.12em;
	margin-top: 65px;
	margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
	
	.box_about {
		width: 95%;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding: 10px 0px 10px 0px;
		
	}
	.box_about p {
		margin: 0px 10px 0px 10px;
		text-align: left;
		font-size: 11px;
		line-height: 1.7em;
	}
	.box_about h2 {
	text-align: left;
	font-size: 160%;;
	line-height: 1.8em;
	letter-spacing: 0.12em;
	margin-top: 25px;
	margin-bottom: 20px;
	text-align: center;	
}
}
.col_2 {
	width: 100%;
	display: flex;
	display: -ms-flexbox;
	/* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	/* IE10 */
}
.col_2>div {
	width: 50%;
	padding: 0px;
	padding-bottom: 0px;
	margin: 0px;
	font-size: 18px;
	text-align: left;
	line-height: 2.0em;
	letter-spacing: 0.12em;
	color: #1b1b1b;
}
#colleft {
	width: 35%;
}
#colright {
	width: 65%;
}

@media screen and (max-width: 767px) {
.col_2>div {
	width: 100%;
	font-size: 14px;
	margin: 10px;
}
}



/* 商品一覧_プロダクト */
#product_list {
  background-color: #fff;
  padding-top: 70px;
  padding-bottom: 0px;
}
.box_product {
	width: 1200px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	color: #1b1b1b;
	margin-bottom: 0px;
	
}
.box_product h2 {
	text-align: center;
	font-size: 24px;
	letter-spacing: 0.12em;
	margin-bottom: -5px;
}
.box_product p {
	text-align: center;
	font-size: 16px;
	line-height: 2.0em;
	letter-spacing: 0.12em;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {	
	.box_product {
		width: 95%;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding: 0px;
	}
	.box_product p {
		margin: 0px 10px 20px 10px;
		text-align: center;
		font-size: 16px;
		line-height: 2.0em;
	}
}
.box_eye {
	width: 1080px;
	margin: 0 auto;
	padding: 0px;
	text-align: center;
	color: #1b1b1b;
	margin-bottom: 0px;
	
}
@media screen and (max-width: 767px) {	
	.box_eye {
		width: 95%;
		margin-top: 0px;
		margin-right: auto;
		margin-bottom: 0px;
		margin-left: auto;
		padding: 0px;
	}

}
/* 商品一覧_5商品 */
.col_5 {
	width: 100%;
	margin-bottom: 0px;
	display: flex;
	display: -ms-flexbox;
	/* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	/* IE10 */
}
.col_5>div {
	width: 16%;
	padding: 0px;
	padding-bottom: 0px;
	margin: 0px;
	text-align: center;
	margin-bottom: 30px;
	font-size: 16px;
}
@media screen and (max-width: 767px) {
.col_5>div {
	width: 50%;
	font-size: 14px;
	margin: 0px;
	margin-bottom: 10px;
}
}
/* ピックアップ */
#pickup {
  background-color: #f6f4ea;
  padding-top: 70px;
  padding-bottom: 70px;
}


/* ピックアップ商品_4商品 */
.col_4 {
	width: 100%;
	margin-bottom: 0px;
	display: flex;
	display: -ms-flexbox;
	/* IE10 */
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	/* IE10 */
}
.col_4>div {
	width: 23.2%;
	padding:  8px;
	padding-bottom: 20px;
	margin: 2px;
	text-align: center;
	margin-bottom: 0px;
	font-size: 14px;
	background-color: #fff;
	line-height: 1.7em;
}
@media screen and (max-width: 767px) {
.col_4>div {
	width: 43.8%;
	font-size: 13px;
	margin: 2px;
	margin-bottom: 4px;
}
}



.slick-slide:has(.shot1) {
  background: url(../images/sheetmask1-bg.png) no-repeat;
  background-position: center center;
  background-size: cover;
}
.slick-slide:has(.shot1) .color {
  color: #d5c5a8;
}
.slick-slide:has(.shot1) .tag {
  background: #d5c5a8;
}
.slick-slide:has(.shot2) {
  background: url(../images/sheetmask5-bg.webp) no-repeat;
  background-position: center center;
  background-size: cover;
}
.slick-slide:has(.shot2) .color {
  color: #e0b7d7;
}
.slick-slide:has(.shot2) .tag {
  background: #e0b7d7;
}