@charset "UTF-8";
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, 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, 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, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

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; }

body {
  word-break: break-all; }

button {
  background-color: transparent;
  border: 0 none;
  padding: 0;
  line-height: 1;
  cursor: pointer; }

img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
  z-index: 100;
  vertical-align: bottom; }

select {
  line-height: 1; }

select::-moz-focus-inner {
  border: 0;
  outline: 0; }

picture {
  font-size: 0;
  line-height: 0; }

.header {
  display: flex;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  padding: 14px;
}
@media screen and (max-width: 800px) {
  .header {
    justify-content: space-between;
    max-width: 670px;
  }
}
.header__logo {
  padding: 0 0 0 30px;
}
@media screen and (max-width: 800px) {
  .logo__sp {
    width: 85px;
    height: 35px;
    padding-top: 8px;
  }
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 800px) {
  .container {
    margin: 0;
    padding: 0;
  }
}
.container-slick {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 30px;
}

.row {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 800px) {
  .row {
    display: block;
  }
}
.row-in {
  display: flex;
  justify-content: center;
  margin-bottom: -31%;
}

.col {
  width: 50%;
  box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .col {
    width: 100%;
    overflow: hidden;
  }
}
.col-53 {
  width: 53%;
  box-sizing: border-box;
  text-align: right;
}
.col-47 {
  width: 47%;
  box-sizing: border-box;
}
.col-in {
  width: 50%;
  box-sizing: border-box;
  margin-right: -10%;
}

.switch {
  display: block;
}
@media screen and (max-width: 800px) {
  .switch {
    display: none;
  }
}
.switch2 {
  display: none;
}
@media screen and (max-width: 800px) {
  .switch2 {
    display: initial;
    padding-top: 7.5%;
    padding-bottom: 8.5%;
    width: 60.8%;
  }
}
.switch3 {
  display: none;
}
@media screen and (max-width: 800px) {
  .switch3 {
    display: initial;
    padding: 7.5% 3% 8.5% 0;
    width: 32.8%;
  }
}

.plan {
  margin-top: -17.1%;
  position: absolute;
  width: 57.1%;
}
@media screen and (max-width: 800px) {
  .plan {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .plan2 {
    background-color: #998280;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding: 0 10px;
  }
}

@media screen and (max-width: 800px) {
  .top {
    display: none;
  }
}
.top-back {
  background-image: url("../images/bg-top.png");
  background-repeat: no-repeat; 
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 100;
}
.top-skin {
  padding: 17% 0 5.1% 0;
}
.top-text {
  padding: 0 37% 5% 0;
}
.top-premium {
  max-width: 69%;
  padding: 4% 0 0 19%;
}
.top-white {
  background-color: #ffffff;
  text-align: center;
}
.top-present {
  padding: 3% 26% 4% 0;
}
.top-term {
  padding-bottom: 4.2%;
}

.top__double {
  display: none
}
@media screen and (max-width: 800px) {
  .top__double {
    display: initial;
    margin-bottom: -180px;
  }
}

.catch {
  background-color: #f9f5f4;
  text-align: center;
}
.catch__text {
  padding: 38px 0 25px 0 ;
}
@media screen and (max-width: 800px) {
  .catch__text {
    width: 67.2%;
    padding: 9% 0 5% 0 ;
  }
}
.catch__title {
  padding: 21px 0 22px;
}
@media screen and (max-width: 800px) {
  .catch__title {
    display: none;
  }
}
.catch__bubble {
  padding-bottom: 16px;
}
@media screen and (max-width: 800px) {
  .catch__bubble {
    display: none;
  }
}
.catch__back {
  position: relative;
  background-image: url("../images/catch-back.png");
  background-repeat: no-repeat; 
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 800px) {
  .catch__back {
    background-image: url("../images/catch-back-sp.png");
  }
}
.catch__sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .catch__sp {
    display: block;
  }
}

.catch__match {
  display: none;
}
@media screen and (max-width: 800px) {
  .catch__match {
    padding: 3.6% 0;
    display: initial;
    width: 55%;
  }
}
.catch__match2 {
  display: none;
}
@media screen and (max-width: 800px) {
  .catch__match2 {
    display: initial;
    padding: 7.4% 0;
    width: 42%;
  }
}
.catch__bub {
  padding: 5% 0 0 5%;
}
@media screen and (max-width: 800px) {
  .catch__bub {
    padding: 0 0 0 10%;
    width: 72.7%;
  }
}
.catch__four {
  padding-bottom: 12.8%; 
}
@media screen and (max-width: 800px) {
  .catch__four {
    padding-bottom: 67px;
    display: none;
  }
}
.catch__foursp {
  display: none;
}
@media screen and (max-width: 800px) {
  .catch__foursp {
    padding-bottom: 8%;
    display: initial;
    width: 89.3%;
  }
}
.catch__enhance {
  padding: 59px 0 39px 0;
}
@media screen and (max-width: 800px) {
  .catch__enhance {
    width: 90%;
    padding: 3% 0 8.4% 0;
  }
}

.helf {
  text-align: center;
}
.helf__pink {
  position: relative;
  background-image: url("../images/helf-pink.png");
  background-repeat: no-repeat; 
  background-size: cover;
  background-position: center;
}
.helf__longpink {
  position: relative;
  background-color: #f8d8e1;
  background-repeat: no-repeat; 
  background-size: cover;
  background-position: center;
}

.helf__pinkcontainer {
  max-width: 500px;
  margin: 0 0 0 auto;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .helf__pinkcontainer {
    max-width: 100%;
    margin: 0;
    text-align: center;
  }
}
.helf__green {
  position: relative;
  background-image: url("../images/helf-green.png");
  background-repeat: no-repeat; 
  background-size: cover;
  background-position: center;
}
.helf__longgreen {
  position: relative;
  background-color: #eaedd8;
  background-repeat: no-repeat; 
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 800px) {
  .helf__longgreen {
    height: 100%;
  }
}
.helf__greencontainer {
  max-width: 500px;
  margin: 0 auto 0 0;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .helf__greencontainer {
    max-width: 100%;
    margin: 0;
    text-align: center;
  }
}
.helf__text {
  padding: 11.8% 0 4.2% 0px; 
  width: 73.5%;
}
@media screen and (max-width: 800px) {
  .helf__text {
    width: 66%;
    padding: 8.5% 0 4.2% 0px; 
  }
}
.helf__text2 {
  padding: 12% 0 6%;
}
@media screen and (max-width: 800px) {
  .helf__text2 {
    width: 80%;
    padding: 8% 0 4% 0px; 
  }
}
.helf__postion {
  padding: 0 0 10.8% 0;
}
@media screen and (max-width: 800px) {
  .helf__postion {
    padding: 0 3.5% 12% 0;
    width: 68.3%;
  }
}
.helf__postion2 {
  padding: 0 0 10.8% 0;
}
@media screen and (max-width: 800px) {
  .helf__postion2 {
    width: 68.3%;
  }
}
.helf__item {
  padding-top: 1.6%;
  padding-bottom: 8%;
  width: 85.6%;
}
@media screen and (max-width: 800px) {
  .helf__item {
    width: 80%;
  }
}
.helf__note {
  padding: 5.5% 6% 56% 0;
  width: 83.6%;
}
@media screen and (max-width: 800px) {
  .helf__note {
    display: none;
  }
}
.helf__note2 {
  padding: 5.5% 6% 56% 0;
  width: 25.8%;
}
@media screen and (max-width: 800px) {
  .helf__note2 {
    display: none;
  }
}
.helf__powder {
  margin-top: -70px;
  width: 81.4%;
}
.helf__sptext {
  display: none;
}
@media screen and (max-width: 800px) {
  .helf__sptext {
    width: 87.7%;
    display: initial;
    padding: 8.2% 0;
  }
}

.user {
  text-align: center;
}
.user__back {
  background-color: #f9f5f4;
  height: 304px;
}
.user__text {
  padding: 5.8% 0 6.2% 0; 
  width: 87.3%;
}
@media screen and (max-width: 800px) {
  .user__text {
    display: none;
  }
}
.user__textsp {
  display: none;
}
@media screen and (max-width: 800px) {
  .user__textsp {
    padding: 7.8% 0 3.8%;
    display: initial;
    width: 67.8%;
  }
}
.user__pace {
  width: 72.5%;
}
@media screen and (max-width: 800px) {
  .user__pace {
    display: none;
  }
}
.user__pacesp {
  display: none;
}
@media screen and (max-width: 800px) {
  .user__pacesp {
    display: initial;
    width: 88%;
  }
}
.user__btn {
  padding: 6% 0;
}
@media screen and (max-width: 800px) {
  .user__container {
    max-width: 700px;
    margin: 0 auto;
    padding: 0 10px;
  }
}

.footer {
  text-align: center;
}
.footer__line {
  border-top: 1px solid #e7e7e7;
}
@media screen and (max-width: 800px) {
  .footer__pc {
    display: none;
  }
}
.footer__sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .footer__sp {
    display: initial;
  }
}
.btn-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center; 
}
  .btn-container__btn {
    display: block; 
  }
    .btn-container__btn img {
      width: 100%; 
    }

.hover {
  -webkit-transition: opacity .2s;
  transition: opacity .2s; 
  width: 80%;
}
  .hover:hover {
    opacity: .7; 
  }


.topsp {
  display: none;
}
@media screen and (max-width: 800px) {
  .topsp {
   display: initial;
   text-align: center;
  }
}
@media screen and (max-width: 800px) {
  .topsp__back {
    background-image: url("../images/bg-top-sp.png");
    background-repeat: no-repeat; 
    text-align: center;
    background-size: cover;
    background-position: 12% 0%;
  }
}
@media screen and (max-width: 800px) {
  .topsp__premium {
    padding-top: 20.5%;
    padding-bottom: 13%;
    width: 61.4%;
    position: relative;
    z-index: 200;
  }
}
.topsp__term {
  width: 59.7%;
}
.topsp__pink {
  margin: -12.5% 0 0 0;
}
.topsp__back {
  background-color: #f9f5f4;
  text-align: center;
}
.topsp__skin {
  left: 0;
  right: 0;
  margin: -22% auto 0 auto;
  max-width: 72%;
}
.topsp__present {
  padding: 5% 0 0 0;
  width: 65%;
}
.topsp__campaign {
  padding-top: 145px;
  padding-bottom: 4%;
}
.topsp__campaign2 {
  width: 35%;
}
.topsp__note {
  padding-top: 4.8%;
  padding-bottom: 4%;
  width: 65%;
}
.topsp__row {
  display: flex;
  margin-top: -45%;
}
.topsp__col {
  width: 50%;
  box-sizing: border-box;
}
.topsp__color {
  background-color: #f9f5f4;
  position: relative;
  z-index: 100;
  overflow: hidden;
}
.topsp__color2 {
  background-color: #f9f5f4;
  position: relative;
  z-index: 100;
}

.list-mv02{
  opacity: 0;
  transition: 1.5s;
}
.mv02{
	opacity: 1.0;
}
.list-mv03{
  opacity: 0;
  transition: 2.0s;
  transition-delay: .3s;
}
.mv03{
	opacity: 1.5;
}
.list-mv04{
  opacity: 0;
  transition: 2.0s;
  transition-delay: .8s;
}
.mv04{
	opacity: 1.0;
}
.list-mv05{
  opacity: 0;
  transition: 2.0s;
  transition-delay: 1.0s;
}
.mv05{
	opacity: 1.0;
}
.list-mv06{
  opacity: 0;
  transition: 2.0s;
  transition-delay: 1.5s;
}
.mv06{
	opacity: 1.0;
}
.list-mv07{
  opacity: 0;
  transition: 2.0s;
  transition-delay: 2.0s;
}
.mv07{
	opacity: 1.0;
}
.list-mv08{
  opacity: 0;
  transition: 2.0s;
  transition-delay: 2.5s;
}
.mv08{
	opacity: 1.0;
}
.list-mv09{
  opacity: 0;
  transition: 2.0s;
  transition-delay: 3.0s;
}
.mv09{
	opacity: 1.0;
}

.slider {
  max-width: 700px;
  margin: 0 auto;
}
.slick__back {
  background-color: #f9f5f4;
}
@media screen and (max-width: 800px) {
  .slick__back {
   display: none;
  }
}
.slick__sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .slick__sp {
   display: initial;
   background-color: #f9f5f4;
  }
}
.slick__container {
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #f9f5f4;
}

.topsp__position {
  margin-top: -40px;
  text-align: right;
}
.btn__sp {
  display: none;
}
@media screen and (max-width: 800px) {
  .btn__sp {
   display: initial;
  }
}

.instagram-media instagram-media-rendered {
  min-width: 205px;
}