@charset "UTF-8";
/* CSS Document */
@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Noto+Serif+JP:wght@400;700&display=swap";
/* PC用 */
/* SP用 */
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
@keyframes scroll-anim_ab01 {
  100% {
    background-position: -554px 0;
  }
}
/* PC用 */
/* SP用 */
@keyframes scroll-anim_ab01_sp {
  100% {
    background-position: -443px 0;
  }
}
/****************************************************************************
アニメーション
 ****************************************************************************/
.body--bg {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-attachment: fixed;
  background-size: cover;
  background: rgb(214, 191, 255);
  background: linear-gradient(0deg, rgb(214, 191, 255) 0%, rgb(148, 123, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d6bfff",endColorstr="#947bff",GradientType=1);
}

body a {
  color: #000;
}
body a:hover {
  text-decoration: none;
}

.container {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  position: relative;
  z-index: 2;
  background: url("../img/bg.jpg") center top no-repeat;
  background-size: 100% auto;
  background-color: #ffddfe;
}
@media (max-width: 640px) {
  .container {
    margin: 0 auto 0;
    padding-bottom: 40%;
  }
}
@media (min-width: 641px) {
  .container {
    width: 40%;
    margin: 0 auto 0;
    overflow: hidden;
    padding-bottom: 15%;
  }
}
.container img {
  width: 100%;
  height: auto;
}

.footer {
  text-align: center;
}
@media (max-width: 640px) {
  .footer {
    padding: 3em 0 0;
  }
}
@media (min-width: 641px) {
  .footer {
    padding: 3em 0 3em;
  }
}
.footer p {
  text-align: center;
  padding-bottom: 1.3em;
  color: #fff;
}
@media (max-width: 640px) {
  .footer p {
    font-size: 0.7rem;
  }
}
@media (min-width: 641px) {
  .footer p {
    font-size: 0.8rem;
  }
}
.footer a {
  color: #fff;
}

.footer--logo {
  margin: 0 0 1em;
}
.footer--logo ul {
  display: flex;
  justify-content: space-around;
  margin: 0 5% 9%;
}
.footer--logo ul li {
  width: 26%;
}

.c01 {
  background-size: 100% auto;
}
.c01 .img1 {
  margin-top: -6%;
  margin-bottom: 6%;
}

.buy_btn {
  position: absolute;
  left: 50%;
  top: calc(100% + 8px);
  transform: translateX(-50%);
  width: 100%;
  min-width: 140px;
  padding: 8px 8px 0;
  background: #4652a1;
  visibility: hidden;
  opacity: 0;
  z-index: 44;
  transition: 0.5s all;
}
.buy_btn::before {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 10px solid #4652a1;
  border-left: 5px solid rgba(0, 0, 0, 0);
  border-right: 5px solid rgba(0, 0, 0, 0);
}
.buy_btn li {
  width: 100%;
  margin-bottom: 8px;
  background: #fff;
}
.buy_btn li a {
  display: block;
  padding: 15px 30px;
  text-align: center;
}

.buy_btn.is--active {
  visibility: visible;
  opacity: 1;
}

.link_btn img:hover {
  cursor: pointer;
}

.anc {
  position: relative;
}
.anc .buy_btn {
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  top: 96%;
}
.anc span {
  display: block;
}

.sec01 {
  background: url("../img/bg_sec_01@2x.jpg") center center no-repeat;
  background-size: auto 100%;
}

.fadeInBottom {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.7s ease;
}

.fadeInBottomLate {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.7s ease;
}

.fadeInBottom.is-active {
  opacity: 1;
  transform: translateY(0px);
}

.fadeInBottomLate.is-active {
  opacity: 1;
  transform: translateY(0px);
}

.fadeIn {
  opacity: 0;
  transition: 0.7s ease;
}

@media (min-width: 641px) {
  .header img {
    width: 100%;
    height: auto;
  }
  .header h1 {
    position: fixed;
    left: 2.5%;
    top: 30px;
    width: 150px;
  }
  .footer p.copy {
    font-size: 0.7rem;
  }
  body {
    position: relative;
  }
  .sp--menubar {
    display: none;
  }
  .header--wapper {
    position: fixed;
  }
  nav {
    display: flex;
    justify-content: flex-end;
    position: absolute;
    right: 1.25%;
    top: 35px;
    transform: translateY(-50%);
  }
  nav ul {
    display: flex;
    justify-content: flex-end;
    padding-right: 0.5em;
  }
  nav ul li {
    font-family: "Montserrat", sans-serif;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.1em;
    padding: 0 0.85em;
  }
  nav ul li a {
    text-decoration: none;
  }
  nav .lang {
    padding-left: 0.5em;
    border-left: 1px solid #e60e97;
  }
  nav .lang li a {
    color: #9c9c9c;
  }
  .buy_btn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    top: 105%;
  }
  .buy_btn li {
    width: 49%;
  }
}
@media (max-width: 640px) {
  .header img {
    width: 100%;
    height: auto;
  }
  .header h1 {
    position: fixed;
    left: 5%;
    top: 20px;
    width: 25.44%;
    z-index: 11;
  }
  .footer {
    padding: 18px 0 1em;
  }
  nav {
    display: none;
  }
  .sp--menubar {
    position: fixed;
    right: 0;
    top: 0;
    width: 16%;
    height: 16%;
    background: url("../img/bg_menu@2x.png") right top no-repeat;
    background-size: 100% auto;
    z-index: 11;
  }
  .sp--menubar .sp--menuBtn {
    position: absolute;
    right: 23%;
    top: 15%;
    width: 22px;
    height: 16px;
  }
  .sp--menubar .sp--menuBtn span {
    position: absolute;
    right: 0;
    width: 24px;
    height: 2px;
    background: #231815;
  }
  .sp--menubar .sp--menuBtn span:nth-child(1) {
    top: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .sp--menubar .sp--menuBtn span:nth-child(2) {
    bottom: 0;
  }
  .buy_btn li a {
    padding: 12px 25px;
  }
}
.pr_bg {
  background: url("../img/pr_area.png") center center repeat-x;
  background-size: 100% auto;
  background-position: top;
}

@media (max-width: 640px) {
  .pr_box.plus_m {
    margin-bottom: 9%;
  }
  .pr_box ul.buy_btn {
    margin-top: 7.5%;
  }
  .pr_box .pr_list1 {
    display: flex;
    padding: 4% 0% 0;
  }
  .pr_box .pr_list1 li {
    text-align: center;
  }
  .pr_box .pr_list1 li a {
    text-decoration: none;
  }
  .pr_box .pr_list1 li p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: min(3.4vw, 18px);
    color: #4652a1;
    line-height: 1.3em;
    height: 16.5%;
    font-weight: 600;
  }
  .pr_box .pr_list1 li p.shampoo {
    letter-spacing: -0.1em;
  }
  .pr_box .pr_list1 li img {
    width: 87%;
  }
  .pr_box .pr_list2 {
    display: flex;
    padding: 1% 10%;
  }
  .pr_box .pr_list2 li {
    text-align: center;
  }
  .pr_box .pr_list2 li a {
    text-decoration: none;
  }
  .pr_box .pr_list2 li p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: min(3.4vw, 18px);
    color: #4652a1;
    line-height: 1.3em;
    height: 11.5%;
    font-weight: 600;
  }
  .pr_box .pr_list2 li p.shampoo {
    letter-spacing: -0.1em;
  }
  .pr_box .pr_list2 li img {
    width: 91%;
  }
  .pr_box .pr_list3 {
    display: flex;
    padding: 0 0;
  }
  .pr_box .pr_list3 li {
    text-align: center;
  }
  .pr_box .pr_list3 li a {
    text-decoration: none;
  }
  .pr_box .pr_list3 li p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: min(3.4vw, 18px);
    color: #4652a1;
    line-height: 1.3em;
    height: 11.5%;
    font-weight: 600;
  }
  .pr_box .pr_list3 li p.shampoo {
    letter-spacing: -0.1em;
  }
  .pr_box .pr_list3 li img {
    width: 100%;
  }
  .pr_box .pr_list4 {
    display: flex;
    padding: 0 0;
    justify-content: space-between;
  }
  .pr_box .pr_list4 li a {
    text-decoration: none;
  }
  .pr_box .pr_list4 li img {
    width: 100%;
  }
}
@media (min-width: 641px) {
  .pr_box.plus_m {
    margin-bottom: 9.5%;
  }
  .pr_box ul.buy_btn {
    margin-top: 7.5%;
  }
  .pr_box .pr_list1 {
    display: flex;
    padding: 4% 0% 0;
  }
  .pr_box .pr_list1 li {
    text-align: center;
    width: 100%;
  }
  .pr_box .pr_list1 li a {
    text-decoration: none;
    padding: 10px;
  }
  .pr_box .pr_list1 li p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: min(1.2vw, 20px);
    color: #4652a1;
    line-height: 1.3em;
    height: 16.5%;
    font-weight: 600;
  }
  .pr_box .pr_list1 li p.shampoo {
    letter-spacing: -0.1em;
  }
  .pr_box .pr_list1 li img {
    width: 100%;
  }
  .pr_box .pr_list2 {
    display: flex;
    padding: 1% 11%;
    justify-content: space-between;
  }
  .pr_box .pr_list2 li {
    text-align: center;
    width: 49.5%;
  }
  .pr_box .pr_list2 li a {
    text-decoration: none;
  }
  .pr_box .pr_list2 li p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: min(1.2vw, 20px);
    color: #4652a1;
    line-height: 1.3em;
    height: 11.5%;
    font-weight: 600;
  }
  .pr_box .pr_list2 li p.shampoo {
    letter-spacing: -0.1em;
  }
  .pr_box .pr_list2 li img {
    width: 96%;
  }
  .pr_box .pr_list3 {
    display: flex;
    padding: 0 0;
    justify-content: space-between;
  }
  .pr_box .pr_list3 li {
    text-align: center;
    width: 50%;
  }
  .pr_box .pr_list3 li a {
    text-decoration: none;
  }
  .pr_box .pr_list3 li p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: min(1.2vw, 20px);
    color: #4652a1;
    line-height: 1.3em;
    height: 11.5%;
    font-weight: 600;
  }
  .pr_box .pr_list3 li p.shampoo {
    letter-spacing: -0.1em;
  }
  .pr_box .pr_list3 li img {
    width: 100%;
  }
  .pr_box .pr_list4 {
    display: flex;
    padding: 0 0;
    justify-content: space-between;
  }
  .pr_box .pr_list4 li {
    text-align: center;
  }
  .pr_box .pr_list4 li a {
    text-decoration: none;
  }
  .pr_box .pr_list4 li img {
    width: 100%;
  }
}
.pr_box .anc .buy_btn01 {
  margin-top: -0.5%;
}
@media (min-width: 641px) {
  .pr_box .anc .buy_btn01 {
    width: 12rem;
  }
}
@media (max-width: 640px) {
  .pr_box .anc .buy_btn01 {
    width: 8rem;
  }
}
.pr_box .anc .buy_btn01 li {
  width: 100%;
}
.pr_box .anc .buy_btn01 li a {
  padding: 10px;
}
.pr_box .anc .buy_btn01 li img {
  width: 80%;
}
.pr_box .anc .buy_btn06 {
  display: block;
  margin-top: 6.5%;
  margin-left: 7%;
}
@media (min-width: 641px) {
  .pr_box .anc .buy_btn06 {
    width: 10rem;
  }
}
@media (max-width: 640px) {
  .pr_box .anc .buy_btn06 {
    width: 8rem;
  }
}
.pr_box .anc .buy_btn06 li {
  width: 100%;
}
.pr_box .anc .buy_btn06 li a {
  padding: 10px;
}
.pr_box .anc .buy_btn06 li img {
  width: 80%;
}
.pr_box .anc .buy_btn07 {
  display: block;
  margin-top: 6.5%;
  margin-left: -7%;
}
@media (min-width: 641px) {
  .pr_box .anc .buy_btn07 {
    width: 10rem;
  }
}
@media (max-width: 640px) {
  .pr_box .anc .buy_btn07 {
    width: 8rem;
  }
}
.pr_box .anc .buy_btn07 li {
  width: 100%;
}
.pr_box .anc .buy_btn07 li a {
  padding: 10px;
}
.pr_box .anc .buy_btn07 li img {
  width: 80%;
}
.pr_box .anc .buy_btn08 {
  display: block;
  margin-top: 6.5%;
  margin-left: 2%;
}
@media (min-width: 641px) {
  .pr_box .anc .buy_btn08 {
    width: 10rem;
  }
}
@media (max-width: 640px) {
  .pr_box .anc .buy_btn08 {
    width: 8rem;
  }
}
.pr_box .anc .buy_btn08 li {
  width: 100%;
}
.pr_box .anc .buy_btn08 li a {
  padding: 10px;
}
.pr_box .anc .buy_btn08 li img {
  width: 80%;
}
.pr_box .anc .buy_btn09 {
  display: block;
  margin-top: 0.5%;
  margin-left: 7%;
}
@media (min-width: 641px) {
  .pr_box .anc .buy_btn09 {
    width: 12rem;
  }
}
@media (max-width: 640px) {
  .pr_box .anc .buy_btn09 {
    width: 8rem;
  }
}
.pr_box .anc .buy_btn09 li {
  width: 100%;
}
.pr_box .anc .buy_btn09 li a {
  padding: 10px;
}
.pr_box .anc .buy_btn09 li img {
  width: 80%;
}
.pr_box .anc .buy_btn10 {
  display: block;
  margin-top: 0.5%;
  margin-left: -7%;
}
@media (min-width: 641px) {
  .pr_box .anc .buy_btn10 {
    width: 12rem;
  }
}
@media (max-width: 640px) {
  .pr_box .anc .buy_btn10 {
    width: 8rem;
  }
}
.pr_box .anc .buy_btn10 li {
  width: 100%;
}
.pr_box .anc .buy_btn10 li a {
  padding: 10px;
}
.pr_box .anc .buy_btn10 li img {
  width: 80%;
}

.anc .buy_btn_pc {
  display: block;
  top: 120%;
}
@media (min-width: 641px) {
  .anc .buy_btn_pc {
    width: 12rem;
  }
}
@media (max-width: 640px) {
  .anc .buy_btn_pc {
    width: 8rem;
  }
}
.anc .buy_btn_pc li {
  width: 100%;
}
.anc .buy_btn_pc li a {
  padding: 10px;
}
.anc .buy_btn_pc li img {
  width: 80%;
}
.anc .buy_btn11 {
  display: block;
  margin-top: 0.5%;
  margin-left: 0;
}
@media (min-width: 641px) {
  .anc .buy_btn11 {
    width: 12rem;
  }
}
@media (max-width: 640px) {
  .anc .buy_btn11 {
    width: 8rem;
  }
}
.anc .buy_btn11 li {
  width: 100%;
}
.anc .buy_btn11 li a {
  padding: 10px;
}
.anc .buy_btn11 li img {
  width: 80%;
}

.bottom--banner .btnFtrBtn {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

.bottom--banner {
  display: block;
  position: fixed;
  bottom: 0%;
  left: 0;
  width: 100%;
  z-index: 2;
  text-align: right;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top;
  height: 45vw;
}
@media (min-width: 641px) {
  .bottom--banner {
    width: 40%;
    height: auto;
    margin: 0 auto;
    right: 0;
    left: 0;
  }
}
.bottom--banner img {
  width: 100%;
  height: auto;
}
.bottom--banner .rCartBtn {
  width: 100%;
  margin: 0 0 0;
  padding: 2.8rem;
  border: 0;
  text-indent: -999%;
}

.b--bnr {
  display: flex;
  background-repeat: no-repeat;
  background-size: 100%;
}

.b--bnr01 {
  width: 96.5%;
  position: absolute;
  left: 2%;
  top: -66%;
  visibility: hidden;
  opacity: 0;
  transition: 0.2s all;
}
@media (min-width: 641px) {
  .b--bnr01 {
    left: 1.4%;
  }
}

.b--bnr01.is--open {
  visibility: visible;
  opacity: 1;
}

.fadeInBottom {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.7s ease;
}

.fadeInBottomLate {
  opacity: 0;
  transform: translateY(40px);
  transition: 0.7s ease;
}

.fadeInBottom.is-active {
  opacity: 1;
  transform: translateY(0px);
}

.fadeInBottomLate.is-active {
  opacity: 1;
  transform: translateY(0px);
}

.fadeIn {
  opacity: 0;
  transition: 0.7s ease;
}

.fadeInLate {
  opacity: 0;
  transition: 0.7s ease;
}

.fadeIn.is-active {
  opacity: 1;
}

.fadeInLate.is-active {
  opacity: 1;
}

@media (max-width: 640px) {
  .c_left {
    display: none;
  }
  .c_right {
    display: none;
  }
}
@media (min-width: 641px) {
  .wrap {
    display: flex;
    width: 100%;
  }
  .c_left {
    flex: 1;
    position: fixed;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30%;
  }
  .c_left .pc_logo {
    position: absolute;
    width: 13vw;
    max-width: 366px;
  }
  .c_left .pc_logo img {
    width: 100%;
    height: auto;
  }
  .c_right {
    flex: 1;
    position: fixed;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85vh;
    width: 30%;
  }
  .c_right .pc_pr {
    position: absolute;
    width: 18vw;
    max-width: 366px;
    text-align: center;
  }
  .c_right .pc_pr .pr_photo {
    width: 100%;
    margin: 0 auto 10%;
  }
  .c_right .pc_pr h2 {
    color: #634d49;
    font-weight: 600;
    margin-bottom: 5%;
    line-height: 1.3em;
    font-size: min(1.2vw, 25px);
  }
  .c_right .pc_pr p {
    color: #634d49;
    font-weight: 400;
    margin-bottom: 5%;
    font-size: min(1vw, 20px);
    margin-bottom: 8%;
  }
  .c_right img {
    width: 100%;
    height: auto;
  }
}
.kv {
  background-repeat: no-repeat;
  background-size: contain;
  box-sizing: border-box;
}
@media (max-width: 640px) {
  .kv {
    margin-bottom: 12vw;
    background-image: url(../img/kv.jpg);
    padding-top: 107vw;
    height: 130.1vw;
  }
}
@media (min-width: 641px) {
  .kv {
    margin-bottom: 3vw;
    background-image: url(../img/kv.jpg);
    background-size: 100%;
    padding-top: 42vw;
    height: 51.4vw;
  }
}
@media (max-width: 640px) {
  .kv .kv_img {
    margin-bottom: 4vw;
  }
}
@media (min-width: 641px) {
  .kv .kv_img {
    margin-bottom: 1vw;
  }
}
@media (max-width: 640px) {
  .kv .kv_buy_btn {
    width: 76vw;
    margin-left: -4vw;
  }
}
@media (min-width: 641px) {
  .kv .kv_buy_btn {
    width: 31vw;
    margin-left: -2vw;
  }
}/*# sourceMappingURL=lp_001.css.map */