/*■■■■■■■■■■■■ PC用 ■■■■■■■■■■■■*/

/*PC,SP出し分け*/
.pc- {
  display: block !important;
}
.pc-inline{
  display: inline-block !important;
}
.sp- {
  display: none !important;
}

/*カラー*/
:root {
  --mainColor:#93286E;
  --subColor:#CAA2BC;
  --bg:#FDF0F9;
  --white:#fff;
}

/*マージン*/
.mb1 {
  margin-bottom: 16px;
}
.mb2 {
  margin-bottom: 24px;
}

.jill-wrap img {
  width: 100%;
}

.jill-mv {
  margin-bottom: 56px;
}

.jill-top {
  margin-bottom: 56px;
}
.jill-top__head {
  max-width: 500px;
  margin: 0 auto 40px;
}
.jill-top__lead {
  font-size: 16px;
  line-height: 1.5em;
  color: var(--mainColor);
  text-align: center;
}

.jill-kit {
  margin-bottom: 104px;
}
.jill-kit__wrap {
  padding: 40px 48px;
  background: var(--bg);
  border-radius: 50px;
}
.jill-kit__head {
  display: flex;
  align-items: center;
  color: var(--mainColor);
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 32px;
}
.jill-kit__head::before,.jill-kit__head::after {
  content: "";
  height: 1px;
  background: var(--subColor);
  flex-grow: 1;
}
.jill-kit__head::before {
  margin-right: 40px;
}
.jill-kit__head::after {
  margin-left: 40px;
}
.jill-kit__main {
  display: flex;
  align-items: center;
  padding-bottom: 32px;
  border-bottom: 1px solid var(--subColor);
}
.jill-kit__img {
  width: 30%;
  border: 10px solid var(--white);
}
.jill-kit__img img {
  display: block;
}
.jill-kit__text {
  margin-left: 40px;
}
.jill-kit__description {
  font-size: 16px;
}
.jill-note {
  font-size: 12px;
  line-height: 1.5em;
}
.jill-note__text {
  padding-left: 1em;
  text-indent: -1em;
}

.jill-kit__bottom {
  margin-top: 32px;
  padding: 0 24px;
}
.jill-date {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.jill-date__item {
  width: 50%;
  display: table;
  align-items: center;
  border: 1px solid var(--mainColor);
}
.jill-date__item dt {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  background: var(--mainColor);
  color: var(--white);
  text-align: center;
  font-size: 16px;
  padding: 16px;
  box-sizing: border-box;
}
.jill-date__item dd {
  display: table-cell;
  vertical-align: middle;
  background: var(--white);
  text-align: center;
  padding: 16px;
  font-size: 16px;
}

.jill-pickup {
  margin-bottom: 104px;
}
.jill-pickup__head {
  font-size: 18px;
  font-weight: bold;
  color: var(--white);
  background: var(--subColor);
  text-align: center;
  padding: 24px 0;
}

.jill-cards {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
.jill-card {
  width: 33%;
}
.jill-card__img {
  transition: .5s;
}
.jill-card__img:hover {
  opacity: .7;
}
.jill-card__text {
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
}
.jill-card__text span {
  font-size: 14px;
}
.jill-card__cart {
  display: block;
  padding: 16px 8px;
  font-size: 16px;
  text-align: center;
  color: (var(--white));
  background: var(--mainColor);
  color: var(--white);
  transition: .5s;
}
.jill-card__cart:hover {
  opacity: .7;
}

.jill-lipstick {
  display: block;
  border: 1px solid;
  padding: 16px 4px;
  text-align: center;
  max-width: 30%;
  margin-left: auto;
  font-size: 14px;
  color: inherit;
  transition: .5s;
}
.jill-lipstick:hover {
  opacity: .7;
}

.other-items {
  text-align: center;
  font-size: 18px;

}


/*■■■■■■■■■■■■ SP用 ■■■■■■■■■■■■*/

@media screen and (max-width: 759px) {
  /*PC,SP出し分け*/
  .pc- , .pc-inline {
    display: none !important;
  }
  .sp- {
    display: block !important;
  }

  .jill-mv {
    margin-bottom: 40px;
  }
  .jill-top {
    margin-bottom: 40px;
  }
  .jill-top__head {
    max-width: 300px;
    margin: 0 auto 24px;
  }
  .jill-top__lead {
    font-size: 14px;
  }

  .jill-kit {
    margin-bottom: 56px;
  }
  .jill-kit__wrap {
    padding: 24px 16px 40px;
  }
  .jill-kit__head {
    display: block;
    font-size: 16px;
    margin-bottom: 24px;
    text-align: center;
  }
  .jill-kit__head::before,.jill-kit__head::after {
    display: none;
  }
  .jill-kit__head::before {
    margin-right: 0;
  }
  .jill-kit__head::after {
    margin-left: 0;
  }
  .jill-kit__main {
    flex-flow: column;
    padding-bottom: 24px;
  }
  .jill-kit__img {
    width: 100%;
    border: 5px solid var(--white);
  }
  .jill-kit__text {
    margin-left:0;
    margin-top: 24px;
  }
  .jill-kit__description {
    font-size: 14px;
  }
  .jill-note {
    font-size: 10px;
  }

  .jill-kit__bottom {
    margin-top: 24px;
    padding: 0;
  }
  .jill-date {
    flex-flow: column;
    gap: 16px;
  }
  .jill-date__item {
    width: 100%;
    flex-flow: column;
  }
  .jill-date__item dt {
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 8px;
  }
  .jill-date__item dd {
    display: block;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
  }

  .jill-pickup {
    margin-bottom: 80px;
  }
  .jill-pickup__head {
    font-size: 16px;
    line-height: 1.5em;
    padding: 16px 0;
  }

  .jill-cards {
    flex-flow: column;
    gap: 32px;
  }
  .jill-card {
    width: 100%;
  }

  .jill-lipstick {
    max-width: 100%;
    margin: 0;
  }

  .other-items {
    font-size: 16px;
  }
}

