:root {
  --black: 51,51,51;
  --red: 238,0,59;
  --dark_red: 207,28,85;
  --main: 233,83,131;
  --accent: 227,55,129;
  --note: 102,102,102;
  --bg: 243,243,243;
  --gray: 153,153,153;
  --dark_gray: 167,167,167;
  --border: 210,211,212;
  --light_pink: 252,229,237;
  --beige: 248,244,241;
  --green: 92,198,172;
  --blue: 16,120,237;
  --purple: 189,104,200;
  --light_purple: 242,228,243;
  --contents_width: 1100px;
  --body_padding_side: 60px;
  --contents_width_with_padding: 1160px;
  --sidebar_width: 250px;
  --hover_opacity: .7;
}

/* setting
================================================ */
:root {
  --redgloss-main: #cb0033;
  --redgloss-pink: #ffb2ca;
}

/* .l-container
================================================ */
#petit_gloss .l-container {
  padding-top: 0;
}

/* .petit_gloss-mainimg
================================================ */
.petit_gloss-mainimg {
  background: #f32c3f;
  background: linear-gradient(180deg, #f32c3f 5%, #c3182b 50%, #940018 95%);
}

/* .petit_gloss-price
================================================ */
.petit_gloss-price__inner {
  background-color: var(--redgloss-pink);
  padding-block: 20px;
}
@media all and (min-width: 768px) {
  .petit_gloss-price__inner {
    padding-block: 50px;
  }
}
@media all and (min-width: 768px) {
  .petit_gloss-price__inner .u-inner02 {
    box-sizing: border-box;
    padding-inline: 100px;
  }
}
.petit_gloss-price__table {
  background-color: #cb0033;
  border-radius: 15px;
  padding: 5px;
  filter: drop-shadow(5px 5px 10px #e287a3);
}
@media all and (min-width: 768px) {
  .petit_gloss-price__table {
    border-radius: 30px;
    padding: 7px;
  }
}
.petit_gloss-price__head {
  text-align: center;
  color: #fff;
  font-size: 1.8rem;
  margin-block: 0.3em;
}
@media all and (min-width: 768px) {
  .petit_gloss-price__head {
    font-size: 3.5rem;
  }
}
.petit_gloss-price .c-table02 {
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
@media all and (min-width: 768px) {
  .petit_gloss-price .c-table02 {
    border-radius: 0 0 23px 23px;
  }
}
.petit_gloss-price .c-table02 tr:last-child th, .petit_gloss-price .c-table02 tr:last-child td {
  border: none;
}
.petit_gloss-price .c-table02 th, .petit_gloss-price .c-table02 td {
  padding-inline: 10px;
}
@media all and (min-width: 768px) {
  .petit_gloss-price .c-table02 th, .petit_gloss-price .c-table02 td {
    padding-inline: 20px;
  }
}
.petit_gloss-price .c-table02 .c-price__main {
  font-size: 2.4rem;
}
@media all and (min-width: 768px) {
  .petit_gloss-price .c-table02 .c-price__main {
    font-size: 4rem;
  }
}
.petit_gloss-price .c-table02 .regular {
  color: rgb(var(--black));
}
.petit_gloss-price__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border-radius: 100vmax;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  width: 280px;
}
@keyframes shine-alt1 {
  0% {
    opacity: 0.5;
    transform: translateX(-100px) skewX(-15deg);
    transition-property: opacity, transform;
  }
  33.3333333333%, 100% {
    opacity: 0.6;
    transform: translateX(380px) skewX(-15deg);
    transition-property: opacity, transform;
  }
}
@keyframes shine-alt2 {
  0% {
    opacity: 0;
    transform: translateX(-100px) skewX(-15deg);
    transition-property: opacity, transform;
  }
  33.3333333333%, 100% {
    opacity: 1;
    transform: translateX(380px) skewX(-15deg);
    transition-property: opacity, transform;
  }
}
@media all and (min-width: 768px) {
  .petit_gloss-price__btn {
    width: 380px;
  }
}
.petit_gloss-price__btn::before, .petit_gloss-price__btn::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
}
.petit_gloss-price__btn::before {
  background: rgba(255, 255, 255, 0.6);
  width: 60px;
  left: 0;
  filter: blur(30px);
  animation: shine-alt1 2s ease-in-out infinite;
}
.petit_gloss-price__btn:after {
  background: rgba(255, 255, 255, 0.3);
  width: 30px;
  left: 30px;
  filter: blur(5px);
  animation: shine-alt2 2s ease-in-out infinite;
}
.petit_gloss-price__banner-head {
  text-align: center;
  font-size: 1.3rem;
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .petit_gloss-price__banner-head {
    font-size: 2.4rem;
  }
}

/* .petit_gloss-price-list
================================================ */
.petit_gloss-price-list {
  background-color: #fff;
  box-shadow: 5px 5px 10px #e287a3;
  padding-inline: 25px;
}
@media all and (min-width: 768px) {
  .petit_gloss-price-list {
    padding-inline: 50px;
    padding-block: 10px;
  }
}
.petit_gloss-price-list__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-block: 15px;
}
@media all and (min-width: 768px) {
  .petit_gloss-price-list__item {
    padding-block: 20px;
  }
}
.petit_gloss-price-list__item--limited {
  border-top: 1px dashed #c9c9c9;
}
@media all and (min-width: 768px) {
  .petit_gloss-price-list__item--limited {
    border-top-width: 2px;
  }
}
.petit_gloss-price-list__head {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.4;
}
@media all and (min-width: 768px) {
  .petit_gloss-price-list__head {
    font-size: 2.2rem;
  }
}
.petit_gloss-price-list__head--limited {
  background-color: var(--redgloss-main);
  color: #fff;
  -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0% 100%);
  clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0% 100%);
  padding: 10px 30px 10px 15px;
}
@media all and (min-width: 768px) {
  .petit_gloss-price-list__head--limited {
    padding: 15px 40px 15px 20px;
  }
}
.petit_gloss-price-list__body {
  font-weight: bold;
  font-size: 2.8rem;
}
@media all and (min-width: 768px) {
  .petit_gloss-price-list__body {
    font-size: 3.6rem;
  }
}
.petit_gloss-price-list__body--limited {
  color: #ed003b;
}
.petit_gloss-price-list__body.u-line-through::after {
  height: 2px;
}
@media all and (min-width: 768px) {
  .petit_gloss-price-list__body.u-line-through::after {
    height: 4px;
  }
}

/* .petit_gloss-menu
================================================ */
.petit_gloss-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
}
@media all and (min-width: 768px) {
  .petit_gloss-menu {
    gap: 10px;
  }
}
.petit_gloss-menu__item {
  border-bottom: 5px solid #93001a;
  font-size: 1.5rem;
}
@media all and (min-width: 768px) {
  .petit_gloss-menu__item {
    font-size: 2rem;
  }
}
.petit_gloss-menu__link {
  background-color: var(--redgloss-main);
  color: #fff;
  font-weight: bold;
  width: 100%;
  display: block;
  text-align: center;
  padding-block: 12px;
}
@media all and (min-width: 768px) {
  .petit_gloss-menu__link {
    padding-block: 15px;
  }
}

/* .petit_gloss-recommend
================================================ */
.petit_gloss-recommend__head {
  margin-inline: auto;
  width: 70vw;
}
@media all and (min-width: 768px) {
  .petit_gloss-recommend__head {
    width: 470px;
  }
}
.petit_gloss-recommend__img {
  background-color: #d4d0c5;
  text-align: center;
}
.petit_gloss-recommend__list {
  display: grid;
  gap: 15px;
  padding-left: 30px;
}
@media all and (min-width: 768px) {
  .petit_gloss-recommend__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 50px;
  }
}
.petit_gloss-recommend__item {
  position: relative;
  background-image: linear-gradient(90deg, #1d1c1b, #343331 50%, #1d1c1b);
  color: #fff;
  border-radius: 100vmax;
  font-size: 1.8rem;
  line-height: 1.4;
  padding: 18px 20px 18px 35px;
}
@media all and (min-width: 768px) {
  .petit_gloss-recommend__item {
    font-size: 2.5rem;
    padding: 18px 20px 18px 45px;
  }
}
.petit_gloss-recommend__item::before {
  box-sizing: border-box;
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background-color: #fff;
  background-image: url("../img/img_recommend02.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  border-radius: 100vmax;
  border: 2px solid #1e1d1c;
  transform: translateY(-50%);
  top: 50%;
  left: -25px;
  padding: 5px;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.6);
}
@media all and (min-width: 768px) {
  .petit_gloss-recommend__item::before {
    width: 75px;
    height: 75px;
    left: -40px;
  }
}

/* .petit_gloss-about
================================================ */
.petit_gloss-about__head {
  margin-inline: auto;
  width: 78vw;
}
@media all and (min-width: 768px) {
  .petit_gloss-about__head {
    width: 500px;
  }
}
.petit_gloss-about__inner {
  background-color: var(--redgloss-pink);
  padding-block: 25px;
}
@media all and (min-width: 768px) {
  .petit_gloss-about__inner {
    padding-block: 60px;
    width: 980px;
    margin-inline: auto;
  }
}
@media all and (min-width: 768px) {
  .petit_gloss-about__inner .u-inner02 {
    width: 860px;
    margin-inline: auto;
  }
}
@media all and (min-width: 768px) {
  .petit_gloss-about__catch {
    margin-inline: auto;
    width: 760px;
  }
}
@media all and (min-width: 768px) {
  .petit_gloss-about__img {
    margin-inline: auto;
    width: 680px;
  }
}

/* .petit_gloss-merits
================================================ */
.petit_gloss-merits__inner {
  border-radius: 30px 30px 0 0;
  background-color: var(--redgloss-main);
  padding-block: 40px;
}
@media all and (min-width: 768px) {
  .petit_gloss-merits__inner {
    padding: 80px 80px;
    border-radius: 80px 80px 0 0;
    width: 980px;
    box-sizing: border-box;
    margin-inline: auto;
  }
}
@media all and (min-width: 768px) {
  .petit_gloss-merits__inner02 {
    width: 980px;
    margin-inline: auto;
  }
}
.petit_gloss-merits__head {
  margin-inline: auto;
  width: 70vw;
}
@media all and (min-width: 768px) {
  .petit_gloss-merits__head {
    width: 500px;
  }
}
.petit_gloss-merits__img {
  margin-inline: auto;
  width: 85vw;
}
@media all and (min-width: 768px) {
  .petit_gloss-merits__img {
    width: 600px;
  }
}
.petit_gloss-merits__items {
  display: grid;
  gap: 25px;
}
@media all and (min-width: 768px) {
  .petit_gloss-merits__items {
    gap: 50px;
  }
}

/* .petit_gloss-merits-item
================================================ */
.petit_gloss-merits-item {
  overflow: hidden;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  border-radius: 30px;
}
.petit_gloss-merits-item__head {
  background-image: linear-gradient(90deg, #1d1c1b, #343331 50%, #1d1c1b);
  padding-block: 20px;
}
@media all and (min-width: 768px) {
  .petit_gloss-merits-item__head {
    padding-block: 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.petit_gloss-merits-item__head--merits1 {
  padding-inline: 6%;
}
@media all and (min-width: 768px) {
  .petit_gloss-merits-item__head--merits1 {
    padding-inline: 200px;
  }
}
.petit_gloss-merits-item__head--merits2 {
  padding-inline: 12%;
}
@media all and (min-width: 768px) {
  .petit_gloss-merits-item__head--merits2 {
    padding-inline: 220px;
  }
}
.petit_gloss-merits-item__head--merits3 {
  padding-inline: 5%;
}
@media all and (min-width: 768px) {
  .petit_gloss-merits-item__head--merits3 {
    padding-inline: 180px;
  }
}
@media all and (min-width: 768px) {
  .petit_gloss-merits-item__img {
    width: 100%;
  }
}
.petit_gloss-merits-item__body {
  padding: 0 25px 15px 25px;
}
@media all and (min-width: 768px) {
  .petit_gloss-merits-item__body {
    padding: 0 50px 40px 50px;
  }
}
.petit_gloss-merits-item__body span {
  color: var(--redgloss-main);
  font-weight: bold;
}
@media all and (min-width: 768px) {
  .petit_gloss-merits-item__catch {
    text-align: center;
    margin-inline: auto;
    width: 500px;
  }
}
.petit_gloss-merits-item__catch--merits1 {
  margin-top: -6%;
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  .petit_gloss-merits-item__catch--merits1 {
    margin-top: -13px;
  }
}
.petit_gloss-merits-item__catch--merits2 {
  margin-top: -6%;
}
@media all and (min-width: 768px) {
  .petit_gloss-merits-item__catch--merits2 {
    margin-top: -16px;
  }
}
.petit_gloss-merits-item__catch--merits3 {
  margin-top: 5%;
  margin-bottom: 10px;
}
@media all and (min-width: 768px) {
  .petit_gloss-merits-item__catch--merits3 {
    margin-top: 10px;
  }
}

/* .petit_gloss-case
================================================ */
.petit_gloss-case__head {
  margin-inline: auto;
  width: 52vw;
}
@media all and (min-width: 768px) {
  .petit_gloss-case__head {
    width: 350px;
  }
}
.petit_gloss-case__img {
  text-align: center;
}
.petit_gloss-case__txt {
  background-color: #f3f3f3;
  padding: 15px 20px;
  margin-top: 20px;
}
@media all and (min-width: 768px) {
  .petit_gloss-case__txt {
    padding: 30px 50px;
  }
}
@media all and (min-width: 768px) {
  .petit_gloss-case .u-inner02 {
    box-sizing: border-box;
    width: 860px;
    margin-inline: auto;
  }
}

/* .petit_gloss-faq
================================================ */
.petit_gloss-faq {
  background-color: #f3f3f3;
}
.petit_gloss-faq .u-inner {
  padding-block: 30px;
}
@media all and (min-width: 768px) {
  .petit_gloss-faq .u-inner {
    padding-block: 80px;
  }
}
.petit_gloss-faq__head {
  margin-inline: auto;
  width: 54vw;
}
@media all and (min-width: 768px) {
  .petit_gloss-faq__head {
    width: 300px;
  }
}

/* .petit_gloss-faq-item
================================================ */
.petit_gloss-faq-item {
  border: 2px solid var(--redgloss-pink);
}
.petit_gloss-faq-item__question {
  background-color: var(--redgloss-pink);
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 8px;
}
@media all and (min-width: 768px) {
  .petit_gloss-faq-item__question {
    font-size: 2.4rem;
    padding: 15px;
  }
}
.petit_gloss-faq-item__ico {
  display: inline-block;
  background-color: var(--redgloss-main);
  border-radius: 100vmax;
  color: #fff;
  font-size: 1.4rem;
  padding-inline: 14px;
}
@media all and (min-width: 768px) {
  .petit_gloss-faq-item__ico {
    font-size: 1.8rem;
    padding-inline: 20px;
  }
}
.petit_gloss-faq-item__answer {
  background-color: #fff;
  padding: 10px 15px;
}
@media all and (min-width: 768px) {
  .petit_gloss-faq-item__answer {
    padding: 30px 40px;
    text-align: center;
  }
}

/* .petit_gloss-flow
================================================ */
.petit_gloss-flow__head {
  text-align: center;
  border-top: none;
  border-bottom-width: 2px;
}
.petit_gloss-flow .u-inner02 {
  width: 90%;
  margin-inline: auto;
}
.petit_gloss-flow .c-flow01__item::before {
  content: "";
  position: absolute;
  left: 22px;
  top: 50px;
  height: 84%;
  width: 2px;
  z-index: -1;
  background-color: #ff4287;
}
@media all and (min-width: 768px) {
  .petit_gloss-flow .c-flow01__item::before {
    top: 100px;
    left: 43px;
    width: 4px;
    height: 76%;
  }
}
.petit_gloss-flow .c-flow01__num {
  background-color: #ff4287;
}
.petit_gloss-flow .c-flow01__img {
  width: 90%;
}

/* .petit_gloss-attend
================================================ */
.petit_gloss-attend__head {
  text-align: center;
  border-top: none;
  border-bottom-width: 2px;
}
.petit_gloss-attend .u-inner02 {
  width: 90%;
  margin-inline: auto;
}
.petit_gloss-attend .c-table01 th {
  text-align: center;
}
.petit_gloss-attend__note {
  color: #ff5790;
}
.petit_gloss-attend__txt {
  background-color: #f3f3f3;
  padding: 10px 15px;
}
@media all and (min-width: 768px) {
  .petit_gloss-attend__txt {
    padding: 40px 50px;
  }
}