@charset "UTF-8";
/*!　====================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
*, *::before, *::after {
  box-sizing: border-box;
}

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html, body {
  height: 100%;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

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

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

#root, #__next {
  isolation: isolate;
}

a {
  outline: none;
  text-decoration: none;
}

*:focus {
  outline: none;
}

a, label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  cursor: pointer;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "YuGothic", "游ゴシック", sans-serif;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-feature-settings: normal;
  letter-spacing: 0;
  color: #000;
}

.sp {
  display: none;
}
.container {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

/* header
-------------------------------------- */
.l-header {
  width: 100%;
  padding: 14.84px 0;
  text-align: center;
  background: white;
  opacity: 1;
  transition: 0.3s ease-in-out;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.l-header__logoBtn {
  max-width: 140px;
  margin: 0 auto;
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
}
.l-header__newsBtn, .l-header__faqBtn, .l-header__saronBtn {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
}
.l-header__newsBtn {
  right: 188px;
}
.l-header__faqBtn {
  right: 135px;
}
.l-header__saronBtn {
  right: 85px;
}
.l-header__menuBtn {
  width: 40px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 0;
  transform: translateY(-50%);
  cursor: pointer;
}
.l-header__menuBtn span {
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  background-color: #e5004a;
  border-radius: 30px;
  transition: 0.3s;
}
.l-header__menuBtn span:nth-child(1) {
  top: 0;
}
.l-header__menuBtn span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header__menuBtn span:nth-child(3) {
  bottom: 0;
}

.l-header__nav {
  width: 100%;
  max-height: 0;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: -10;
  overflow: hidden;
  transition: 0.5s;
}
.l-header__navInr {
  width: 100%;
  height: 100%;
  background: #fff;
}
.l-header__navTitle {
  width: 100%;
  padding: 20px 0;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1;
  text-align: center;
  background: #e5004a;
}
.l-header__arrow {
  height: 50px;
  padding: 0 15px 0 35px;
  background: url(../img/common/icons/arrow_menu.svg) no-repeat 10px center;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 0;
}
.l-header__navMenu {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  color: #e5004a;
  font-size: 1.8rem;
  line-height: 1.2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.l-header__navMenu a {
  color: #e5004a;
}
.l-header__navMenu__list {
  width: 19%;
  margin: 0 0 30px 0;
  position: relative;
  z-index: 0;
  cursor: pointer;
}
.l-header__navMenu--pickup {
  margin: 15px auto 30px;
  padding: 5px 0;
  border-top: 1px solid #e40149;
  border-bottom: 1px solid #e40149;
  justify-content: center;
}
.l-header__navMenu--pickup li {
  width: 23%;
  margin: 0;
}
.l-header__navPulldown {
  width: 120%;
  max-width: 250px;
  max-height: 0;
  text-align: left;
  background: #fff;
  font-weight: bold;
  position: absolute;
  top: 50px;
  z-index: 10;
  transition: 0.3s;
  overflow: hidden;
}
.l-header__navPulldown a {
  display: block;
  width: 100%;
  padding: 5px 0 5px 35px;
}
.l-header__navPulldown > li {
  padding-bottom: 5px;
  font-size: 1.5rem;
  background: #fff;
}
.l-header__navPulldown > li:last-child {
  padding-bottom: 30px;
}
.l-header__navPulldown ul {
  padding-top: 5px;
}
.l-header__navPulldown ul li {
  font-weight: normal;
}
.l-header__navPulldown ul li a {
  padding: 5px 0 5px 45px;
}
.l-header__navClose {
  padding: 20px 0 90px;
  margin-top: 5px;
  text-align: center;
  background: #e40149;
  cursor: pointer;
}

.l-header {
  color: #fff;
}
.l-header__navInfo {
  padding: 15px 10px 20px;
  background: #e40149;
}
.l-header__navInfoInr {
  max-width: 1100px;
  margin: 0 auto;
}
.l-header__navInfoBtn {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
}
.l-header__navInfoBtn a {
  width: 29%;
  padding: 10px 30px;
  margin: 15px 0 10px;
  color: #e40149;
  font-size: 2rem;
  text-align: center;
  background: #fff url(../img/common/icons/arrow_menu.svg) no-repeat right 20px center;
  border-radius: 30px;
  display: block;
}
.l-header__navInfoTel {
  font-size: 2rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.l-header__navInfoTel p {
  margin-right: 20px;
}

.l-header__menuBtnTrigger {
  display: none;
}
.l-header__menuBtnTrigger:checked + .l-header__menuBtn span:nth-child(1) {
  top: -2px;
  transform: translateY(16px) rotate(45deg);
}
.l-header__menuBtnTrigger:checked + .l-header__menuBtn span:nth-child(2) {
  opacity: 0;
}
.l-header__menuBtnTrigger:checked + .l-header__menuBtn span:nth-child(3) {
  bottom: -2px;
  transform: translateY(-16px) rotate(-45deg);
}
.l-header__menuBtnTrigger:checked + .l-header__menuBtn + .l-header__nav {
  z-index: 10;
  max-height: 100vh;
  visibility: visible;
  overflow: unset;
}
.l-header__PulldownTrigger {
  display: none;
}

.js-scrolling .l-header {
  opacity: 0;
}

/* footer
-------------------------------------- */
.l-footer {
  padding: 35px 0 30px;
  text-align: center;
  background: #313131;
}
.l-footer__inr {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
.l-footer__linkBtn a {
  width: 320px;
  margin: 0 auto 35px;
  padding: 10px 10px 8px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #313131;
  background: #777;
  border-radius: 30px;
  display: block;
  box-sizing: border-box;
  transition: 0.3s;
}
.l-footer__linkBtn a::hover {
  opacity: 0.7;
}
.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.l-footer__nav li {
  width: 25%;
  padding: 0 10px 12px;
  box-sizing: border-box;
}
.l-footer__nav li a {
  display: block;
  color: #777;
  font-size: 1.6rem;
  text-align: center;
  border-bottom: 1px solid #626262;
  padding: 10px 0 5px;
  font-weight: bold;
  letter-spacing: 2px;
}
.l-footer__sns {
  margin: 50px 0;
}
.l-footer__sns li {
  display: inline-block;
  vertical-align: top;
  margin: 0 26px;
}
.l-footer__sns li i {
  color: #777;
}
.l-footer__copyright {
  color: #777;
  font-size: 1.4rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "メイリオ", Meiryo, serif;
}
.l-footer__pagetop {
  position: fixed;
  right: 4%;
  bottom: 80px;
  z-index: 10;
  display: none;
  width: 50px;
  height: 50px;
}

.ex_PanelShadow, .l-panel__text, .l-panel__title__copy, .l-panel__title__label, .l-panel__title {
  text-shadow: 0 0 5px #56382e;
}

.ex_PanelWhite, .l-panel__text, .l-panel__title {
  color: #fff;
}

.l-panel {
  padding: 4.0104166667vw 0;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/common/panel/pc_panel_bg.jpg);
  background-color: #bfbfbf;
}
.l-panel__title {
  text-align: center;
  margin-bottom: 2.34375vw;
}
.l-panel__title__label {
  margin: 0 0 1.1458333333vw;
  padding: 0 0 1.9791666667vw;
  font-size: 1.8229166667vw;
  line-height: 1;
  letter-spacing: 2px;
  position: relative;
  z-index: 0;
}
.l-panel__title__label::before {
  content: "";
  width: 3.125vw;
  height: 0.3125vw;
  background: #e5004a;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 0;
  transform: translateX(-50%);
}
.l-panel__title__copy {
  padding-left: 1.9791666667vw;
  font-size: 2.34375vw;
  font-weight: 500;
  letter-spacing: 4px;
  line-height: 1.4;
}
.l-panel__text {
  font-size: 1.4583333333vw;
  text-align: center;
  line-height: 1.8;
  margin-bottom: 2.6041666667vw;
}

.l-container, .l-container--800, .l-container--900, .l-container--1000, .l-container--1100, .l-container--1200 {
  margin: 0 auto;
}
.l-container--1200 {
  max-width: 1200px;
}
.l-container--1100 {
  max-width: 1100px;
}
.l-container--1000 {
  max-width: 1000px;
}
.l-container--900 {
  max-width: 900px;
}
.l-container--800 {
  max-width: 800px;
}

.l-pagetitle {
  margin: 40px 0 40px;
  padding: 0 0 20px;
  font-size: 2.6rem;
  font-weight: 500;
  font-family: "YuGothic", "游ゴシック", sans-serif;
  text-align: center;
  position: relative;
}
.l-pagetitle span {
  padding: 20px 0 0;
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  display: block;
  position: relative;
}

.l-headingH3 {
  margin: 30px 0 15px;
  padding-left: 10px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  border-left: 5px solid #e5004a;
}

.l-headingUline {
  margin: 30px 0 15px;
  padding-bottom: 4px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  text-align: left;
  border-bottom: 1px solid #ccc;
}

.c-btn__default a, .c-btn__default__def {
  width: 380px;
  margin: 0 auto;
  padding: 10px 10px 8px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  color: #727171;
  border: 1px solid #727171;
  border-radius: 30px;
  display: block;
  box-sizing: border-box;
  transition: 0.3s;
}
.c-btn__default a:hover, .c-btn__default__def:hover {
  color: #fff;
  background: #727171;
}
.c-btn__default--Wauto a, .c-btn__default--Wauto__def {
  width: auto;
}

.c-btn__borderLess a, .c-btn__borderLess span {
  max-width: 380px;
  margin: 35px auto 0;
  padding: 8px 6px;
  font-size: 1.8rem;
  text-align: center;
  color: #727171;
  line-height: 1.5;
  background: #fff;
  border-radius: 50px;
  display: block;
  transition: 0.3s;
}
.c-btn__borderLess a:hover, .c-btn__borderLess span:hover {
  color: #fff;
  background: #727171;
}
.c-btn__borderLess--Wauto a {
  width: auto;
}
.c-btn__borderLess--Wsmall a {
  width: 160px;
  padding: 6px;
}

.c-accordion-icon {
  display: block;
  width: 22px;
  height: 22px;
  z-index: 1;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
}
.c-accordion-icon::before {
  content: "";
  width: 14px;
  height: 1px;
  background: #727171;
  position: absolute;
  top: 9px;
  left: 3px;
  z-index: 0;
}
.c-accordion-icon::after {
  content: "";
  width: 14px;
  height: 1px;
  background: #727171;
  position: absolute;
  transform: rotate(90deg);
  top: 9px;
  left: 3px;
  z-index: 0;
  transition-duration: 0.3s;
}

.Js-c-accordion-icon .c-accordion-icon::after {
  content: "";
  width: 13px;
  height: 1px;
  background: #727171;
  position: absolute;
  transform: rotate(0deg);
  top: 9px;
  left: 3px;
  transition-duration: 0.3s;
}

.c-flex {
  display: flex;
}
.c-flex--wap {
  flex-wrap: wrap;
}
.c-flex--Wcenter {
  justify-content: center;
}
.c-flex--Weven {
  justify-content: space-between;
}
.c-flex--Heven {
  align-items: center;
}

.c-crl2Table {
  margin: 30px auto;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.2rem;
}
.c-crl2Table th {
  padding: 3px 0 2px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  color: #4b4129;
  white-space: nowrap;
}
.c-crl2Table td {
  padding: 3px 0 2px 10px;
  border-left: 2px solid #fee0e0;
}

.c_announce {
  margin: 20px auto 10px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  display: block;
}
.c_announce span {
  font-weight: bold;
}
.c_announce a {
  font-weight: bold;
  color: #e5004a;
}
.c_announce--corona {
  width: 305px;
  padding: 10px;
  border: 1px solid #e5004a;
}

.c_announceHeader {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.c_announceHeader .c_announce a {
  color: #fff;
}

#message {
  max-width: 93%;
  margin: 0 auto;
  text-align: center;
}
#message p {
  display: inline-block;
  padding: 25px;
  font-size: min(1.3020833333vw, 16px);
  line-height: 1.7;
  border: 1px solid #ec4e70;
}
#message p span {
  display: block;
  color: #ec4e70;
  font-weight: bold;
  font-size: min(1.5625vw, 18px);
}
#message p a {
  color: #ec4e70;
}

.c-com__kv {
  margin-bottom: 30px;
}

.c-com__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin: 100px 0 0;
}
.c-com__list__icon {
  width: calc(25% - 40px);
  margin: 16px;
}
.c-com__list__icon img {
  margin-bottom: 20px;
}
.c-com__list__icon:hover .c-com__list__btn {
  color: #fff;
  background: #e5004a;
}
.c-com__list__btn {
  width: auto;
  margin: 0 auto;
  padding: 10px 10px 8px;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
  color: #e5004a;
  border-radius: 30px;
  display: block;
  box-sizing: border-box;
  transition: 0.3s;
}

.c-prod__top {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-prod__topItem {
  width: 350px;
  margin: 40px auto 20px;
  font-size: 1.6rem;
  text-align: center;
  cursor: pointer;
}
.c-prod__topItem:nth-child(3n+1) {
  transition-delay: 0.5s;
}
.c-prod__topItem:nth-child(3n+2) {
  transition-delay: 1s;
}
.c-prod__topItem:nth-child(3n+3) {
  transition-delay: 1.5s;
}
.c-prod__topItem a {
  color: #000;
}
.c-prod__topItem .c-btn__borderLess span {
  margin-top: 15px;
}
.c-prod__topItem:hover .c-btn__borderLess span {
  color: #fff;
  background: #727171;
}
.c-prod__topTitle {
  padding-bottom: 15px;
  font-size: 1.7rem;
  font-weight: normal;
}
.c-prod__topTitle span {
  font-weight: 500;
  font-size: 3rem;
}
.c-prod__topTxt {
  margin-top: 10px;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  line-height: 1.6;
  font-weight: normal;
}

.c-prod__kv {
  margin: 0 auto;
  padding: 20px 0 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.c-prod__kvImg {
  width: 50%;
  text-align: center;
  transition-delay: 0.5s;
}
.c-prod__kvCopy {
  max-width: 50%;
  padding-left: 30px;
}
.c-prod__kvTitle {
  padding-bottom: 20px;
  font-size: 42px;
  line-height: 1.5;
}
.c-prod__kvTxt {
  font-size: 1.4rem;
  line-height: 1.8;
}

.c-prod__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.c-prod__smallTxt {
  font-size: 1.4rem;
}
.c-prod__price {
  width: 100%;
}
.c-prod__listItem {
  width: 350px;
  margin: 40px auto;
  padding-bottom: 2px;
  font-size: 2rem;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  z-index: 0;
}
.c-prod__listItem--col01 {
  width: 450px;
}
.c-prod__listItem p {
  width: 100%;
}
.c-prod__listItem:nth-child(1), .c-prod__listItem:nth-child(4), .c-prod__listItem:nth-child(7), .c-prod__listItem:nth-child(10), .c-prod__listItem:nth-child(13), .c-prod__listItem:nth-child(16), .c-prod__listItem:nth-child(19) {
  transition-delay: 0.5s;
}
.c-prod__listItem:nth-child(3), .c-prod__listItem:nth-child(6), .c-prod__listItem:nth-child(9), .c-prod__listItem:nth-child(12), .c-prod__listItem:nth-child(15), .c-prod__listItem:nth-child(18), .c-prod__listItem:nth-child(21) {
  transition-delay: 1s;
}
.c-prod__listItem:nth-child(5), .c-prod__listItem:nth-child(8), .c-prod__listItem:nth-child(11), .c-prod__listItem:nth-child(14), .c-prod__listItem:nth-child(17), .c-prod__listItem:nth-child(20), .c-prod__listItem:nth-child(23) {
  transition-delay: 1.5s;
}
.c-prod__listTitle {
  min-width: 50%;
  display: block;
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
  line-height: 1.6;
  font-weight: normal;
}
.c-prod__listTitle span {
  font-size: 1.4rem;
  position: relative;
  z-index: 0;
  display: block;
}
.c-prod__listTitle span:before {
  content: "";
  left: 0;
  transform: translateX(-100%);
  transition-duration: 0.3s;
}
.c-prod__listImg {
  margin: 10px auto;
}
.c-prod__listImg--win01 {
  width: 70%;
}
.c-prod__listImg--win02 {
  width: 60%;
}
.c-prod__listImg--win03 {
  width: 60%;
}
.c-prod__listImg--win04 {
  width: 122%;
}
.c-prod__listImg--win05 {
  width: 100%;
}
.c-prod__listPrice {
  font-size: 1.5rem;
}
.c-prod__listPriceLied {
  font-size: 1.5rem;
}
.c-prod__listMore, .c-prod__detailMore {
  width: 160px;
  margin: 30px auto;
  padding: 10px;
  color: #727171;
  text-align: left;
  cursor: pointer;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}
.c-prod__listMoreIcon, .c-prod__detailMoreIcon {
  width: 27px;
  height: 27px;
  padding: 2px;
  background: url(../img/common/icons/btn_icon01.svg?v2) no-repeat center/100%;
  display: block;
}

.c-prod__detail {
  width: 100%;
  height: 100%;
  min-height: 100vh;
  font-size: 1.5rem;
  text-align: center;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1100;
  overflow-y: scroll;
  display: none;
}
.c-prod__detailClose, .c-prod__componentClose {
  width: 45px;
  height: 45px;
  cursor: pointer;
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 10;
}
.c-prod__detailClose::before, .c-prod__componentClose::before, .c-prod__detailClose::after, .c-prod__componentClose::after {
  content: "";
  width: 33px;
  height: 3px;
  background: #727171;
  position: absolute;
  top: 18px;
  left: 5px;
  z-index: 0;
}
.c-prod__detailClose::before, .c-prod__componentClose::before {
  transform: rotate(45deg);
}
.c-prod__detailClose::after, .c-prod__componentClose::after {
  transform: rotate(-45deg);
}
.c-prod__detailTitle {
  margin: 0 0 20px;
  padding: 50px 0 0;
  font-size: 3.1rem;
  font-weight: normal;
}
.c-prod__detailTitle--small {
  padding: 10px 0 0;
  margin: 0 0 10px;
  font-size: 3rem;
  font-weight: normal;
}
.c-prod__detailTxt {
  margin: 0 0 50px;
  font-size: 1.6rem;
}
.c-prod__detailListTxt {
  max-width: 650px;
  margin: 0 auto 50px;
}
.c-prod__detailListTxt li {
  margin-bottom: 5px;
  font-size: 1.6rem;
  text-align: left;
  text-indent: -1.5rem;
  padding-left: 1rem;
}
.c-prod__detailBulk {
  margin: 10px auto;
}
.c-prod__detailColor {
  margin: 35px auto;
}
.c-prod__detailColorTitle {
  margin: 0 0 20px;
  font-size: 2.7rem;
  font-weight: normal;
}
.c-prod__detailColorList {
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-prod__detailColorList li {
  width: 10%;
  padding: 0 10px 40px;
  display: block;
}
.c-prod__detailColorList li p {
  margin-top: 10px;
  font-size: 1.4rem;
}
.c-prod__detailColorChart {
  margin: 60px auto 30px;
}
.c-prod__detailColorNaming {
  margin: 0 auto 35px;
}
.c-prod__detailColorNamingTitle {
  font-size: 3.1rem;
  font-weight: normal;
}
.c-prod__detailColorNamingImg {
  max-width: 210px;
  width: 90%;
  margin: 20px auto;
}
.c-prod__detailComponent {
  max-width: 1200px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-prod__detailComponent li {
  width: 23%;
  margin: 0 1% 2%;
  padding: 30px 0 20px;
  box-sizing: border-box;
  border: 1px solid #e5004a;
  cursor: pointer;
}
.c-prod__detailComponent h4 {
  width: 100%;
  padding: 0 15px;
  font-size: 3.1rem;
  font-weight: normal;
}
.c-prod__detailComponent p {
  padding: 0 0 5px;
  font-size: 2rem;
  border-bottom: 1px solid #f2f6f9;
}
.c-prod__detailComponent .c-prod__detailMore {
  margin: 0;
  padding: 15px;
  font-size: 2rem;
  justify-content: center;
}
.c-prod__detailRelation {
  max-width: 1200px;
  margin: 30px auto;
}
.c-prod__detailRelation .c-prod__detailTitle {
  color: #e5004a;
}
.c-prod__detailRelation a {
  color: #000;
}
.c-prod__detailMakeupTool {
  max-width: 1200px;
  margin: 0 auto;
}
.c-prod__detailMakeupToolTxt {
  margin: 0 0 30px;
  padding: 80px 0 0;
}
.c-prod__detailMakeupToolTitle {
  margin: 0 0 50px;
  padding: 0;
  color: #e5004a;
}
.c-prod__detailMakeupToolList {
  align-items: baseline;
}
.c-prod__detailWave {
  padding: 146px 0 0;
  background: url(../img/common/bg/bg_wave.svg) no-repeat center/100%;
}
.c-prod__detailIcon {
  margin: 0 auto 10px;
}
.c-prod__detailIcon li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 7px;
}
.c-prod__detailIcon li p {
  font-size: 1.6rem;
}
.c-prod__detailIcon li img {
  width: 25px;
  height: auto;
  margin-left: 8px;
}
.c-prod__detailMore {
  width: 100%;
  margin: 0 auto 10px;
  padding: 0;
  font-size: 1.6rem;
  color: #000;
  justify-content: center;
}
.c-prod__detailMore + .c-prod__detaillinkBtn {
  margin-top: 35px;
}
.c-prod__detailMoreIcon {
  margin-left: 10px;
}
.c-prod__detaillinkBtn a {
  width: 320px;
  margin: 0 auto 35px;
  padding: 10px 10px 8px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #727171;
  border: 1px solid #727171;
  border-radius: 30px;
  display: block;
  box-sizing: border-box;
  transition: 0.3s;
}
.c-prod__detaillinkBtn a:hover {
  color: #fff;
  background: #727171;
}

.c-prod__component {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  overflow-y: scroll;
}
.c-prod__componentIn {
  max-width: 500px;
  width: 100%;
  height: auto;
  margin: 0 0 50px;
  padding: 50px;
  background: #fff;
  position: absolute;
  top: 5%;
  left: 50%;
  z-index: 0;
  transform: translateX(-50%);
  transition-duration: 0.3s;
}
.c-prod__componentIn h3 {
  margin-bottom: 30px;
  font-size: 3.5rem;
  font-weight: normal;
  text-align: center;
}
.c-prod__componentIn li {
  width: 100%;
  margin: 0;
  padding: 12px 0;
  font-size: 1.5rem;
  text-align: center;
  border-bottom: 1px solid #e8eef4;
}
.c-prod__componentIn li:first-child {
  border-top: 1px solid #e8eef4;
}

.modal_off {
  right: -100%;
  z-index: -999;
  opacity: 0;
  transition-duration: 0.8s !important;
}
.modal_on {
  right: 0;
  z-index: 1200;
  opacity: 1;
  transition-duration: 0.5s;
}
.modal_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  cursor: pointer;
}

.c-delay--2n:nth-child(2n+1) {
  transition-delay: 0.5s;
}
.c-delay--2n:nth-child(2n) {
  transition-delay: 1s;
}
.c-delay--3n:nth-child(3n+1) {
  transition-delay: 0.5s;
}
.c-delay--3n:nth-child(3n+2) {
  transition-delay: 1s;
}
.c-delay--3n:nth-child(3n) {
  transition-delay: 1.5s;
}

.m-modal {
  width: 100%;
  height: 100vh;
  display: none;
}
.m-modal__bg {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  z-index: -10;
}
.m-modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.m-modal__content--YouTube {
  position: relative;
  width: 80%;
  padding-top: 44.25%;
}
.m-modal__content--YouTube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.m-modal__content--txt {
  position: relative;
  width: 100%;
  max-width: 800px;
  padding: 0px 20px 20px;
  background-color: #fff;
}
.m-modal__content--txt .year {
  font-size: 48px;
  color: #af2f60;
  font-family: "Yanone Kaffeesatz", sans-serif;
  font-weight: 500;
  text-shadow: 1px 1px 2px #e4bfbf;
}
.m-modal__content--txt .title {
  color: #af2f60;
  font-size: 25px;
  font-weight: bold;
  border-bottom: 2px solid #af2f60;
  padding: 0 0 5px;
  margin: 0 0 15px;
  text-shadow: 1px 1px 2px #e4bfbf;
  position: relative;
  z-index: 0;
}
.m-modal__content--txt .title::before, .m-modal__content--txt .title::after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #af2f60;
  position: absolute;
  bottom: -4px;
  z-index: 10;
}
.m-modal__content--txt .title::before {
  left: -3px;
}
.m-modal__content--txt .title::after {
  right: -3px;
}
.m-modal__content--txt .txt {
  font-size: 15px;
}
.m-modal__content--txt .m-modal__close {
  width: 40px;
  top: 30px;
  right: 30px;
}
.m-modal__content--txt .m-modal__close img {
  width: 100%;
  max-width: initial;
}
.m-modal__close {
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  position: absolute;
  top: -50px;
  right: 0;
  z-index: 0;
}
.m-modal__on {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  animation: modal ease-in 0.2s forwards;
}

@keyframes modal {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.Js-Open {
  cursor: pointer;
}

.c-mediaKv__txt {
  margin: 3em 0;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.7;
  text-align: center;
}

.CP__btn {
  max-width: 1000px;
  margin: 100px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
.CP__btn--item {
  width: 100%;
  overflow: hidden;
  max-width: 420px;
  min-width: 300px;
  margin: 0 auto;
}
.CP__btn--item a {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 2.4rem;
  font-weight: 500;
  color: #e5004a;
  border: 1px solid #e5004a;
  border-radius: 50px;
  background: #fff;
}
.CP__btn--item a:hover {
  display: block;
  color: #fff;
  transition-duration: 0.3s;
  background: #e5004a;
}

.share_box ul {
  display: flex;
  justify-content: center;
  padding: 70px 0 85px;
}
.share_box ul li {
  width: 75px;
  margin: 0 20px;
}
.share_box ul li img {
  transition: 0.3s;
}
.share_box ul li:hover img {
  opacity: 0.35;
}

.c-telLink a {
  color: #000;
}
.c-telLink--red a {
  color: #e5004a;
}

.u-mt--0 {
  margin-top: 0;
}
.u-mt--5 {
  margin-top: 5px;
}
.u-mt--10 {
  margin-top: 10px;
}
.u-mt--15 {
  margin-top: 15px;
}
.u-mt--20 {
  margin-top: 20px;
}
.u-mt--25 {
  margin-top: 25px;
}
.u-mt--30 {
  margin-top: 30px;
}
.u-mt--35 {
  margin-top: 35px;
}
.u-mt--40 {
  margin-top: 40px;
}
.u-mt--45 {
  margin-top: 45px;
}
.u-mt--50 {
  margin-top: 50px;
}

.u-mb--0 {
  margin-bottom: 0;
}
.u-mb--5 {
  margin-bottom: 5px;
}
.u-mb--10 {
  margin-bottom: 10px;
}
.u-mb--15 {
  margin-bottom: 15px;
}
.u-mb--20 {
  margin-bottom: 20px;
}
.u-mb--25 {
  margin-bottom: 25px;
}
.u-mb--30 {
  margin-bottom: 30px;
}
.u-mb--35 {
  margin-bottom: 35px;
}
.u-mb--40 {
  margin-bottom: 40px;
}
.u-mb--45 {
  margin-bottom: 45px;
}
.u-mb--50 {
  margin-bottom: 50px;
}

.u-p--0 {
  padding: 0;
}

.u-pt--0 {
  padding-top: 0;
}

.u-pr--50 {
  padding-right: 50px;
}

.u-pb--10 {
  padding-bottom: 10px;
}
.u-pb--100 {
  padding-bottom: 100px;
}

.f-text-bold {
  font-weight: bold;
}

.fs17 {
  font-size: 17px !important;
}

.txtSize--small {
  font-size: 14px;
}

.tcb {
  color: #000 !important;
}

.txt--red {
  color: #e5004a;
}

.f-text-black {
  color: #000 !important;
}

.f-text-white {
  color: #fff !important;
}

.f-text-red {
  color: #e5004a !important;
}

.f-text-blue {
  color: #4e62a3 !important;
}

.f-text-blue02 {
  color: #2a7f8e !important;
}

.f-text-gold {
  color: #968233 !important;
}

.f-text-purple {
  color: #b1647c !important;
}

.f-text-green {
  color: #529968 !important;
}

.f-text-brown {
  color: #c4664a !important;
}

.f-text-indt {
  text-indent: -14px;
  padding-left: 14px;
}

.u-text-indt {
  text-indent: -1em;
  padding-left: 1em;
}

.f-text-lh2 p {
  line-height: 2;
}

.f-text-center {
  text-align: center !important;
}

.f-text-right {
  text-align: right !important;
}

.f-text-left {
  text-align: left !important;
}

.u-link_white a {
  color: #fff;
}

.u-link_red a {
  color: #e5004a;
}

.u-link_black a {
  color: #000;
}

.u-text_uline {
  text-decoration: underline;
}

@media screen and (max-width: 768px){
  .sp {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
  .container {
    padding: 0 15px;
  }
  .l-header {
    padding: 12.03px 0 12.04px;
  }
  .l-header__logoBtn {
    max-width: 100px;
  }
  .l-header__newsBtn, .l-header__faqBtn, .l-header__saronBtn {
    width: 35px;
  }
  .l-header__newsBtn {
    right: auto;
    left: 60px;
  }
  .l-header__faqBtn {
    right: 60px;
    width: 40px;
  }
  .l-header__saronBtn {
    right: 15px;
  }
  .l-header__menuBtn {
    width: 30px;
    height: 25px;
    right: auto;
    left: 15px;
  }
  .l-header__nav {
    top: 60px;
    height: calc(100vh - 50px);
    overflow-y: auto;
  }
  .l-header__navInr {
    overflow: auto;
  }
  .l-header__navTitle {
    font-size: 4.8vw;
  }
  .l-header__navMenu {
    padding-left: 20px;
    font-size: 4.8vw;
  }
  .l-header__navMenu__list {
    width: 100%;
    margin: 0;
  }
  .l-header__navMenu--pickup {
    margin: 0 auto 5px;
    padding-left: 20px;
  }
  .l-header__navMenu--pickup li {
    width: 100%;
  }
  .l-header__navPulldown {
    max-width: initial;
    position: relative;
    top: 0;
  }
  .l-header__navPulldown a {
    font-size: 4.4vw;
  }
  .l-header__navPulldown > li:last-child {
    padding-bottom: 10px;
  }
  .l-header__navInfoBtn {
    margin: 0 15px;
  }
  .l-header__navInfoBtn a {
    width: 100%;
    font-size: 4.6666666667vw;
  }
  .l-header__navInfoTel {
    font-size: 4.4vw;
  }
  .l-header__navInfoTel p {
    margin-top: 10px;
    margin-right: 0;
    order: 2;
  }
  .l-header__menuBtnTrigger:checked + .l-header__menuBtn span:nth-child(1) {
    top: -5px;
  }
  .l-header__menuBtnTrigger:checked + .l-header__menuBtn span:nth-child(3) {
    bottom: -5px;
  }
  .l-header__PulldownTrigger:checked + .l-header__arrow + .l-header__navPulldown {
    max-height: 100vh;
    visibility: visible;
  }
  .l-footer {
    padding: 15px 0;
  }
  .l-footer__linkBtn a {
    width: 80vw;
    margin: 0 auto;
    padding: 9px 0;
    font-size: 4vw;
  }
  .l-footer__nav li {
    width: 100%;
    padding-bottom: 0;
  }
  .l-footer__nav li a {
    font-size: 3.3333333333vw;
    padding: 15px 0;
  }
  .l-footer__sns {
    margin: 30px 0 30px;
  }
  .l-footer__sns li {
    margin: 0 15px;
  }
  .l-footer__copyright {
    font-size: 1.8666666667vw;
  }
  .l-footer__pagetop img {
    width: 40px;
  }
  .l-panel {
    min-height: 83.3333333333vw;
    padding: 13.3333333333vw 0;
    background-image: url(../img/common/panel/sp_panel_bg.jpg);
  }
  .l-panel__title {
    margin-bottom: 6vw;
  }
  .l-panel__title__label {
    margin: 0 0 2.9333333333vw;
    padding: 0 0 4vw;
    font-size: 4.6666666667vw;
  }
  .l-panel__title__label::before {
    width: 8vw;
    height: 0.8vw;
  }
  .l-panel__title__copy {
    font-size: 5.7333333333vw;
    letter-spacing: 2px;
  }
  .l-panel__text {
    font-size: 3.2vw;
    letter-spacing: 2px;
    line-height: 2;
    margin-bottom: 4.9333333333vw;
  }
  .l-container, .l-container--800, .l-container--900, .l-container--1000, .l-container--1100, .l-container--1200 {
    padding: 0 15px;
  }
  .l-pagetitle {
    margin: 50px 0 50px;
    font-size: 6vw;
  }
  .l-pagetitle span {
    padding: 10px 0 0;
    font-size: 7.3333333333vw;
  }
  .l-headingH3 {
    font-size: 5.3333333333vw;
  }
  .l-headingUline {
    font-size: 4.8vw;
  }
  .c-btn__default a, .c-btn__default__def {
    width: 80vw;
    padding: 9px 0;
    font-size: 4vw;
  }
  .c-btn__borderLess a, .c-btn__borderLess span {
    max-width: 300px;
    margin: 25px auto 0;
    font-size: 4.9333333333vw;
  }
  .c-accordion-icon {
    right: 10px;
  }
  .c-flex--wapSp {
    flex-wrap: wrap;
  }
  .c-flex--WcenterSp {
    justify-content: center;
  }
  .c-flex--WevenSp {
    justify-content: space-between;
  }
  .c-flex--HevenSp {
    align-items: center;
  }
  .c-crl2Table {
    font-size: 3.7333333333vw;
  }
  .c_announce {
    font-size: 3.7333333333vw;
  }
  .c_announce--corona {
    width: 330px;
  }
  .c_announceHeader .c_announce {
    padding: 0 10px;
  }
  #message p {
    padding: 10px;
    font-size: 3.125vw;
  }
  #message p span {
    font-size: 3.6458333333vw;
  }
  .c-com__kv {
    margin-bottom: 40px;
  }
  .c-com__list {
    margin: 50px 0 0;
  }
  .c-com__list__icon {
    width: calc(50% - 20px);
    margin: 15px 10px;
  }
  .c-com__list__btn {
    padding: 9px 0;
    font-size: 3.3333333333vw;
  }
  .c-prod__topItem {
    width: 100%;
    margin: 0 0 30px;
    font-size: 5.3333333333vw;
  }
  .c-prod__topItem:nth-child(3n+1), .c-prod__topItem:nth-child(3n+2), .c-prod__topItem:nth-child(3n+3) {
    transition-delay: 0s;
  }
  .c-prod__topTitle {
    font-size: 3.7333333333vw;
  }
  .c-prod__topTitle span {
    font-size: 6.9333333333vw;
  }
  .c-prod__topTxt {
    font-size: 4.9333333333vw;
  }
  .c-prod__kv {
    margin-top: -40px;
    padding: 0 0 80px;
  }
  .c-prod__kvImg {
    width: 100%;
  }
  .c-prod__kvCopy {
    max-width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .c-prod__kvTitle {
    font-size: 6.1333333333vw;
  }
  .c-prod__kvTxt {
    font-size: 4vw;
  }
  .c-prod__smallTxt {
    width: 100%;
    font-size: 3.3333333333vw;
  }
  .c-prod__listItem {
    width: 100%;
    font-size: 5.3333333333vw;
  }
  .c-prod__listItem--col01 {
    width: 100%;
  }
  .c-prod__listItem:nth-child(1), .c-prod__listItem:nth-child(3), .c-prod__listItem:nth-child(4), .c-prod__listItem:nth-child(5), .c-prod__listItem:nth-child(6), .c-prod__listItem:nth-child(8), .c-prod__listItem:nth-child(7), .c-prod__listItem:nth-child(9), .c-prod__listItem:nth-child(11), .c-prod__listItem:nth-child(10), .c-prod__listItem:nth-child(12), .c-prod__listItem:nth-child(14), .c-prod__listItem:nth-child(13), .c-prod__listItem:nth-child(15), .c-prod__listItem:nth-child(17), .c-prod__listItem:nth-child(16), .c-prod__listItem:nth-child(18), .c-prod__listItem:nth-child(20), .c-prod__listItem:nth-child(19), .c-prod__listItem:nth-child(21), .c-prod__listItem:nth-child(23) {
    transition-delay: 0s;
  }
  .c-prod__listTitle {
    font-size: 4.9333333333vw;
  }
  .c-prod__listTitle span {
    font-size: 3.6vw;
  }
  .c-prod__listImg--win01 {
    width: 100%;
  }
  .c-prod__listImg--win02 {
    width: 40%;
  }
  .c-prod__listImg--win03 {
    width: 65%;
  }
  .c-prod__listImg--win04 {
    width: 80%;
  }
  .c-prod__listImg--win05 {
    width: 90%;
  }
  .c-prod__listPrice {
    font-size: 3.3333333333vw;
  }
  .c-prod__listPriceLied {
    font-size: 3.3333333333vw;
  }
  .c-prod__listMore, .c-prod__detailMore {
    width: 42.6666666667vw;
    margin: 15px auto;
  }
  .c-prod__listMoreIcon, .c-prod__detailMoreIcon {
    width: 5.7333333333vw;
    height: 5.7333333333vw;
  }
  .c-prod__detail {
    font-size: 4vw;
    position: relative;
    z-index: 0;
  }
  .c-prod__detailTitle {
    padding: 0 0 0;
    font-size: 5.3333333333vw;
  }
  .c-prod__detailTitle--small {
    padding: 30px 0 0;
    font-size: 5.2vw;
  }
  .c-prod__detailTxt {
    margin: 0 0 30px;
    font-size: 4vw;
  }
  .c-prod__detailTxt--spleft {
    text-align: left;
  }
  .c-prod__detailListTxt li {
    font-size: 4vw;
  }
  .c-prod__detailBulk {
    width: 30%;
  }
  .c-prod__detailBulk--large {
    width: 80%;
  }
  .c-prod__detailColorTitle {
    font-size: 4.9333333333vw;
  }
  .c-prod__detailColorList li {
    width: 33.3333%;
  }
  .c-prod__detailColorList li p {
    font-size: 3.3333333333vw;
  }
  .c-prod__detailColorNamingTitle {
    font-size: 5.3333333333vw;
  }
  .c-prod__detailColorNamingImg {
    width: 70%;
  }
  .c-prod__detailComponent li {
    width: 100%;
    margin: 0 auto 15px;
    padding: 5% 0 3%;
  }
  .c-prod__detailComponent .c-prod__detailMore {
    font-size: 4vw;
  }
  .c-prod__detailMakeupToolTxt {
    padding: 0;
  }
  .c-prod__detailWave {
    padding: 30px 0 0;
  }
  .c-prod__detailIcon li img {
    font-size: 4.9333333333vw;
  }
  .c-prod__detailMore {
    font-size: 4vw;
  }
  .c-prod__detaillinkBtn a {
    width: 80vw;
    padding: 9px 0;
    font-size: 4vw;
  }
  .c-prod__componentClose {
    position: fixed;
    top: 5px;
    right: 5px;
    z-index: 1000;
  }
  .c-prod__componentIn {
    max-width: 100%;
    height: 100vh;
    margin: 0;
    padding: 20px 20px 80px;
    top: 0;
    right: 0;
    overflow-y: scroll;
  }
  .c-prod__componentIn h3 {
    font-size: 6.6666666667vw;
  }
  .c-prod__componentIn ul {
    padding-bottom: 60px;
  }
  .c-prod__componentIn li {
    font-size: 4.5333333333vw;
  }
  .modal_bg {
    background-color: #fff;
  }
  .c-delay--2n:nth-child(2n+1), .c-delay--2n:nth-child(2n) {
    transition-delay: 0s;
  }
  .c-delay--3n:nth-child(3n+1), .c-delay--3n:nth-child(3n+2), .c-delay--3n:nth-child(3n) {
    transition-delay: 0s;
  }
  .m-modal__content--txt {
    width: 95%;
  }
  .CP__btn {
    margin-top: 16vw;
  }
  .CP__btn--item {
    max-width: 80vw;
    margin: 0 auto 8vw;
  }
  .CP__btn--item a {
    font-size: 4.5333333333vw;
  }
  .share_box ul {
    padding: 5.3333333333vw 0 16vw;
  }
  .share_box ul li {
    width: 17.3333333333vw;
  }
  .txtSize--small {
    font-size: 1.3rem;
  }
  .f-sp-text-left {
    text-align: left;
  }
}

@media screen and (max-width: 1099px){
  .container {
    padding: 0 20px;
  }
  .l-footer__nav li {
    width: 48%;
  }
  .l-container, .l-container--800, .l-container--900, .l-container--1000, .l-container--1100, .l-container--1200 {
    padding: 0 20px;
  }
}

@media screen and (min-width: 769px){
  .l-header__arrow:hover::before {
    content: "";
    height: 50px;
    padding: 0 10px;
    background: url(../img/common/icons/arrow_menu.svg) no-repeat 10px center;
    position: absolute;
    top: -50%;
    left: 10px;
    z-index: 0;
    transform: translateY(50%);
  }
  .l-header__navMenu__list:hover {
    z-index: 10;
  }
  .l-header__navMenu__list:hover .l-header__navPulldown {
    max-height: 1000px;
    visibility: visible;
  }
  .l-header__navPulldown a:hover {
    color: #fff;
    background: #e5004a;
  }
}

@media screen and (max-width: 950px){
  .m-modal__content--txt .title {
    font-size: 18px;
  }
  .m-modal__content--txt .txt {
    font-size: 14px;
  }
}