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

/* .l-container
================================================ */
#petit_bihada .l-container {
  padding-top: 0;
}
#petit_bihada .l-container * {
  box-sizing: border-box;
}

/* .petit_bihada-mainimg
================================================ */
.petit_bihada-mainimg {
  background: linear-gradient(180deg, #d8c4e7 0%, #ecd4e3 100%);
}

/* .petit_bihada-intro
================================================ */
.petit_bihada-intro {
  color: #2c0606;
  background: url(/petit_bihada/img/bg_intro01.png) center top/contain repeat-x, linear-gradient(180deg, #f9f8f5 18.8775510204vw, #fff 100%);
  padding-block: 18.8775510204vw 0;
}
@media all and (min-width: 768px) {
  .petit_bihada-intro {
    background: url(/petit_bihada/img/bg_intro01.png) center top/auto repeat-x, linear-gradient(180deg, #f9f8f5 185px, #fff 100%);
    padding-block: 185px 0;
  }
}
.petit_bihada-intro__count {
  background: url(/petit_bihada/img/bg_intro02.png) center center/contain no-repeat;
  padding-bottom: 15px;
}
@media all and (min-width: 768px) {
  .petit_bihada-intro__count {
    padding-bottom: 30px;
  }
}
@media all and (min-width: 768px) {
  .petit_bihada-intro__txt01 {
    font-size: 2.4rem;
  }
}
.petit_bihada-intro__txt02 {
  font-size: 2.8rem;
  line-height: 1;
}
@media all and (min-width: 768px) {
  .petit_bihada-intro__txt02 {
    font-size: 3.6rem;
  }
}
.petit_bihada-intro__txt02 .number {
  color: #c20044;
  font-size: 4.8rem;
  margin-right: 0.1em;
}
@media all and (min-width: 768px) {
  .petit_bihada-intro__txt02 .number {
    font-size: 8rem;
  }
}
.petit_bihada-intro__txt03 {
  font-size: 1.8rem;
  padding: 0.3em 0.9em;
  background: linear-gradient(90deg, #d7b08b 0%, #fff 50%, #d7b08b 100%);
  border-radius: 100vmax;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto;
  margin-top: 10px;
}
@media all and (min-width: 768px) {
  .petit_bihada-intro__txt03 {
    font-size: 2.2rem;
    margin-top: 20px;
  }
}

/* .petit_bihada-price
================================================ */
.petit_bihada-price__inner {
  background-color: #432c70;
  padding-block: 30px;
}
@media all and (min-width: 768px) {
  .petit_bihada-price__inner {
    padding-block: 50px;
  }
}
@media all and (min-width: 768px) {
  .petit_bihada-price .u-inner02 {
    max-width: 780px;
  }
}
@media all and (max-width: 767px) {
  .petit_bihada-price__head {
    width: 58.3673469388vw;
    margin-inline: auto;
  }
}
.petit_bihada-price__box {
  background-color: #fff;
  border-radius: 10px;
}
@media all and (min-width: 768px) {
  .petit_bihada-price__box {
    border-radius: 20px;
  }
}
.petit_bihada-price__box-head {
  color: #432c70;
  background: linear-gradient(90deg, #c8a0be 0%, #fff 50%, #c8a0be 100%);
  padding: 0.3em;
  border-radius: 10px 10px 0 0;
  font-size: 1.4rem;
}
@media all and (min-width: 768px) {
  .petit_bihada-price__box-head {
    font-size: 2.4rem;
    border-radius: 20px 20px 0 0;
  }
}
.petit_bihada-price__box-txt {
  background-color: #f2e8ea;
  padding: 0.6em;
  border-radius: 0 0 10px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
@media all and (max-width: 767px) {
  .petit_bihada-price__box-txt {
    flex-wrap: wrap;
  }
}
@media all and (min-width: 768px) {
  .petit_bihada-price__box-txt {
    border-radius: 0 0 20px 20px;
  }
}
.petit_bihada-price__box-txt-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}
@media all and (max-width: 767px) {
  .petit_bihada-price__box-txt-inner {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.petit_bihada-price__box-txt .c-price__main {
  line-height: 1;
}
.petit_bihada-price__box-txt .c-price__main.c-color-red {
  color: #c20044;
}
.petit_bihada-price__box-txt .price {
  font-size: 3rem;
}
@media all and (min-width: 768px) {
  .petit_bihada-price__box-txt .price {
    font-size: 4.2rem;
  }
}
.petit_bihada-price__box-txt .arrow {
  width: 6.3265306122vw;
  position: relative;
  top: -5px;
}
@media all and (min-width: 768px) {
  .petit_bihada-price__box-txt .arrow {
    width: 31px;
  }
}
.petit_bihada-price__box-txt .off {
  color: #fff;
  background-color: #c20044;
  line-height: 1;
  padding: 10px;
  border-radius: 100vmax;
  padding: 0.3em 0.6em;
}
@media all and (min-width: 768px) {
  .petit_bihada-price__box-txt .off {
    padding: 10px;
  }
}
.petit_bihada-price__box-txt::before {
  content: "";
  display: inline-block;
  background: url(/assets/img/common/ico_beginner01.png) left top/contain no-repeat;
  width: 5.612244898vw;
  height: 7.9081632653vw;
  margin-right: 0.2em;
}
@media all and (min-width: 768px) {
  .petit_bihada-price__box-txt::before {
    width: 33px;
    height: 46.5px;
  }
}
.petit_bihada-price .c-table02 tbody tr .balloon th, .petit_bihada-price .c-table02 tbody tr .balloon td {
  border-bottom: 1px dashed rgb(var(--border));
}
.petit_bihada-price .c-table02 tbody tr:has(+ .balloon) th, .petit_bihada-price .c-table02 tbody tr:has(+ .balloon) td, .petit_bihada-price .c-table02 tbody tr:last-child th, .petit_bihada-price .c-table02 tbody tr:last-child td {
  border: none;
}
@media all and (max-width: 767px) {
  .petit_bihada-price .c-table02 tbody tr th {
    width: 46%;
  }
}
@media all and (max-width: 767px) {
  .petit_bihada-price .c-table02 tbody tr th, .petit_bihada-price .c-table02 tbody tr td {
    padding: 15px;
  }
}
.petit_bihada-price .c-table02__wrapper {
  background-color: #fff;
  border-width: 6px;
  border-style: solid;
  -o-border-image: linear-gradient(90deg, #c8a0be 0%, #fff 50%, #c8a0be 100%) 1;
  border-image: linear-gradient(90deg, #c8a0be 0%, #fff 50%, #c8a0be 100%) 1;
  filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.3));
}
@media all and (min-width: 768px) {
  .petit_bihada-price .c-table02__wrapper {
    border-width: 12px;
  }
}
.petit_bihada-price .c-table02 .balloon {
  color: #fff;
  background-color: rgb(var(--red));
  line-height: 1;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  margin-inline: auto 0;
  padding: 0.3em 0.6em;
  position: relative;
  border-radius: 100vmax;
}
@media all and (min-width: 768px) {
  .petit_bihada-price .c-table02 .balloon {
    padding: 10px;
  }
}
.petit_bihada-price .c-table02 .balloon::before {
  content: "";
  display: block;
  width: 15px;
  height: 8px;
  -webkit-clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  clip-path: polygon(0% 0%, 50% 100%, 100% 0%);
  background-color: rgb(var(--red));
  position: absolute;
  bottom: -7px;
  left: 50%;
  transform: translateX(-50%);
}
@media all and (min-width: 768px) {
  .petit_bihada-price .c-table02 .balloon::before {
    width: 20px;
    height: 10px;
    bottom: -9px;
  }
}
.petit_bihada-price .c-price__main {
  color: rgb(var(--black));
  font-size: 2.8rem;
}
@media all and (min-width: 768px) {
  .petit_bihada-price .c-price__main {
    font-size: 3.6rem;
  }
}

#price .c-table02 tbody tr:first-of-type {
  background-color: #f2e8ea;
}
#price .c-table02 tbody tr:not(:first-of-type) .c-price__main {
  font-size: 2rem;
}
@media all and (min-width: 768px) {
  #price .c-table02 tbody tr:not(:first-of-type) .c-price__main {
    font-size: 2.8rem;
  }
}

/* .petit_bihada-rsv
================================================ */
.petit_bihada-rsv__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  border-radius: 100vmax;
  box-shadow: 5px 5px 7px rgba(0, 0, 0, 0.3);
  width: 280px;
}
@-webkit-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-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;
  }
}
@-webkit-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;
  }
}
@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_bihada-rsv__link {
    width: 380px;
  }
}
.petit_bihada-rsv__link::before, .petit_bihada-rsv__link::after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  top: 0;
}
.petit_bihada-rsv__link::before {
  background: rgba(255, 255, 255, 0.6);
  width: 60px;
  left: 0;
  filter: blur(30px);
  -webkit-animation: shine-alt1 2s ease-in-out infinite;
  animation: shine-alt1 2s ease-in-out infinite;
}
.petit_bihada-rsv__link:after {
  background: rgba(255, 255, 255, 0.3);
  width: 30px;
  left: 30px;
  filter: blur(5px);
  -webkit-animation: shine-alt2 2s ease-in-out infinite;
  animation: shine-alt2 2s ease-in-out infinite;
}

/* .petit_bihada-nav
================================================ */
@media all and (min-width: 768px) {
  .petit_bihada-nav .u-inner02 {
    max-width: 780px;
  }
}
.petit_bihada-nav ::before {
  content: none;
}
.petit_bihada-nav .c-anchor01 {
  gap: 5px 0;
}
.petit_bihada-nav .c-anchor01__link {
  color: #fff;
  font-weight: bold;
  background: linear-gradient(90deg, #2f1b57 0%, #432c70 50%, #2f1b57 100%);
  border: none;
  filter: drop-shadow(0 5px 0 #200d46);
  border-radius: 10px;
}
@media all and (max-width: 767px) {
  .petit_bihada-nav .c-anchor01__link {
    padding: 12px;
  }
}

/* .petit_bihada-recommend
================================================ */
.petit_bihada-recommend {
  background: linear-gradient(180deg, #c5bbc7 0%, #ede9ee 100%);
  margin-bottom: 19.2857142857vw;
  position: relative;
}
.petit_bihada-recommend::after {
  content: "";
  display: block;
  width: 100vw;
  height: 19.2857142857vw;
  background: url(/petit_bihada/img/bg_recommend01.png) center bottom/contain no-repeat;
  position: absolute;
  bottom: calc(-19.2857142857vw + 1px);
  z-index: 1;
}
.petit_bihada-recommend__head {
  background-color: #302b54;
}
@media all and (min-width: 768px) {
  .petit_bihada-recommend__head img {
    max-width: 780px;
  }
}
@media all and (min-width: 768px) {
  .petit_bihada-recommend__img img {
    max-width: 780px;
  }
}
.petit_bihada-recommend__txt {
  margin-top: -2.66vw;
  position: relative;
  z-index: 2;
}
@media all and (min-width: 768px) {
  .petit_bihada-recommend__txt img {
    max-width: 780px;
  }
}

/* .petit_bihada-feature
================================================ */
@media all and (min-width: 768px) {
  .petit_bihada-feature .u-inner02 {
    max-width: 780px;
  }
}
.petit_bihada-feature__nav {
  background: linear-gradient(180deg, #705187 26.7346938776vw, #c39ac6 50%, #eae0eb 100%);
  border-radius: 30px;
  padding-bottom: 30px;
}
@media all and (min-width: 768px) {
  .petit_bihada-feature__nav {
    background: linear-gradient(180deg, #705187 232px, #c39ac6 50%, #eae0eb 100%);
    border-radius: 60px;
    padding-bottom: 60px;
  }
}
.petit_bihada-feature__list {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 0;
}
@media all and (min-width: 768px) {
  .petit_bihada-feature__list {
    margin-inline: 30px;
  }
}
.petit_bihada-feature__item {
  filter: drop-shadow(5px 5px 7px rgba(0, 0, 0, 0.3));
}
.petit_bihada-feature__inner {
  background: linear-gradient(180deg, #fff 0%, #fff 1.5306122449vw, #eae0eb 1.5306122449vw);
  padding-bottom: 50px;
}
@media all and (min-width: 768px) {
  .petit_bihada-feature__inner {
    background: linear-gradient(180deg, #fff 0%, #fff 15px, #eae0eb 15px);
    padding-bottom: 100px;
  }
}
@media all and (max-width: 767px) {
  .petit_bihada-feature__txt {
    width: 82.3469387755vw;
    margin-inline: auto;
  }
}
.petit_bihada-feature .c-note01__item {
  color: #321e5b;
  text-align: center;
}
.petit_bihada-feature__box {
  background-color: #fff;
  filter: drop-shadow(3px 3px 7px #cfbbd1);
  border-radius: 15px;
}
@media all and (min-width: 768px) {
  .petit_bihada-feature__box {
    border-radius: 30px;
  }
}
.petit_bihada-feature__box-head {
  background: linear-gradient(120deg, #321d5a 0%, #5f4493 50%, #321d5a 100%);
  padding-top: 10px;
  border-radius: 15px 15px 0 0;
}
@media all and (min-width: 768px) {
  .petit_bihada-feature__box-head {
    padding-top: 20px;
    border-radius: 30px 30px 0 0;
  }
}
@media all and (min-width: 768px) {
  .petit_bihada-feature__box-head img {
    width: 553.5px;
  }
}
@media all and (max-width: 767px) {
  .petit_bihada-feature__box-head.point01 img {
    width: 75.306122449vw;
  }
}
@media all and (max-width: 767px) {
  .petit_bihada-feature__box-head.point02 img {
    width: 83.2653061224vw;
  }
}
.petit_bihada-feature__box-txt {
  padding: 15px 20px;
}
@media all and (min-width: 768px) {
  .petit_bihada-feature__box-txt {
    padding: 30px 40px;
  }
}
.petit_bihada-feature__box .c-color-main {
  color: #c20044;
}
.petit_bihada-feature__box-graph {
  width: 100%;
  aspect-ratio: 1.83/1;
  background: url(/petit_bihada/img/bg_feature01.png) left top/contain no-repeat;
  position: relative;
}
.petit_bihada-feature__box-graph canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.petit_bihada-feature__btn {
  filter: drop-shadow(4px 4px 4px #cfbbd1);
}
@media all and (max-width: 767px) {
  .petit_bihada-feature__btn {
    width: 79.5918367347vw;
    margin-inline: auto;
  }
}
@media all and (min-width: 768px) {
  .petit_bihada-feature__btn img {
    width: 585px;
  }
}

/* .petit_bihada-video
================================================ */
@media all and (max-width: 767px) {
  .petit_bihada-video__head {
    width: 50.7142857143vw;
    margin-inline: auto;
  }
}

/* .petit_bihada-point
================================================ */
@media all and (max-width: 767px) {
  .petit_bihada-point__head {
    width: 59.8979591837vw;
    margin-inline: auto;
  }
}
@media all and (min-width: 768px) {
  .petit_bihada-point__img img {
    max-width: 780px;
  }
}
@media all and (min-width: 768px) {
  .petit_bihada-point__list {
    max-width: 780px;
    margin-inline: auto;
  }
}
.petit_bihada-point__item {
  background-color: #f5f5f5;
  border-radius: 15px;
  padding: 15px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  grid-template-rows: repeat(2, auto);
  gap: 5px 10px;
  align-items: center;
  filter: drop-shadow(3px 3px 7px #e3e3e3);
}
@media all and (min-width: 768px) {
  .petit_bihada-point__item {
    grid-template-columns: auto 195.75px;
    border-radius: 30px;
    padding: 30px;
    gap: 15px 30px;
  }
}
.petit_bihada-point__item-head {
  color: #411b79;
  font-size: 2rem;
  line-height: 1.4;
  grid-area: 1/1/2/2;
}
@media all and (min-width: 768px) {
  .petit_bihada-point__item-head {
    font-size: 3rem;
    align-self: end;
  }
}
.petit_bihada-point__item-txt {
  grid-area: 2/1/3/2;
}
@media all and (min-width: 768px) {
  .petit_bihada-point__item-txt {
    align-self: start;
  }
}
.petit_bihada-point__item-img {
  grid-area: 1/2/3/3;
  width: 26.6326530612vw;
  margin-inline: auto;
}
@media all and (min-width: 768px) {
  .petit_bihada-point__item-img {
    width: 195.75px;
  }
}

/* .petit_bihada-mechanism
================================================ */
.petit_bihada-mechanism {
  background: #443268 url(/petit_bihada/img/bg_mechanism01.png) center bottom/contain repeat-x;
  padding-block: 30px 150px;
}
@media all and (min-width: 768px) {
  .petit_bihada-mechanism {
    padding-block: 100px 500px;
  }
}
@media all and (max-width: 767px) {
  .petit_bihada-mechanism__head {
    width: 77.9591836735vw;
    margin-inline: auto;
  }
}
@media all and (min-width: 768px) {
  .petit_bihada-mechanism__img img {
    max-width: 780px;
  }
}
.petit_bihada-mechanism__item {
  position: relative;
  filter: drop-shadow(0px 0px 7px rgba(0, 0, 0, 0.3));
}
@media all and (min-width: 768px) and (min-width: 768px) {
  .petit_bihada-mechanism__item img {
    width: 585px;
  }
}
.petit_bihada-mechanism__item + .petit_bihada-mechanism__item {
  margin-top: calc(7.3469387755vw + 20px);
}
@media all and (min-width: 768px) {
  .petit_bihada-mechanism__item + .petit_bihada-mechanism__item {
    margin-top: 94px;
  }
}
.petit_bihada-mechanism__item + .petit_bihada-mechanism__item::before {
  content: "";
  display: block;
  background: url(/petit_bihada/img/ico_arrow01.png) left top/contain no-repeat;
  width: 6.7346938776vw;
  height: 7.3469387755vw;
  position: absolute;
  top: calc(-7.3469387755vw - 10px);
  left: 50%;
  transform: translateX(-50%);
}
@media all and (min-width: 768px) {
  .petit_bihada-mechanism__item + .petit_bihada-mechanism__item::before {
    width: 49.5px;
    height: 54px;
    top: -74px;
  }
}
.petit_bihada-mechanism__txt {
  filter: drop-shadow(0px 0px 7px black);
  width: 79.5918367347vw;
  margin-inline: auto;
}
@media all and (min-width: 768px) {
  .petit_bihada-mechanism__txt {
    width: 585px;
  }
}

/* .petit_bihada-case
================================================ */
.petit_bihada-case {
  background-color: #eed7e7;
  padding-block: 30px;
}
.petit_bihada-case__img.is-arrow {
  position: relative;
  border: 3px solid #341f5d;
  border-top: none;
  border-radius: 0 0 15px 15px;
  overflow: hidden;
}
.petit_bihada-case__img.is-arrow::before {
  content: "";
  background: #341f5d;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  border-radius: 50%;
}
.petit_bihada-case__img.is-arrow:after {
  content: "";
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 9px solid #fff;
  border-right: 0;
  position: absolute;
  left: 50.5%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media all and (min-width: 768px) {
  .petit_bihada-case__img.is-arrow {
    border: 6px solid #341f5d;
    border-top: none;
    border-radius: 0 0 30px 30px;
  }
  .petit_bihada-case__img.is-arrow::before {
    width: 50px;
    height: 50px;
  }
  .petit_bihada-case__img.is-arrow:after {
    border-top: 13px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 18px solid #fff;
    left: 50.5%;
  }
}
@media all and (min-width: 768px) {
  .petit_bihada-case {
    padding-block: 100px;
  }
}
@media all and (max-width: 767px) {
  .petit_bihada-case__head {
    width: 65.306122449vw;
    margin-inline: auto;
  }
}
.petit_bihada-case__subhead {
  color: #fff;
  background: linear-gradient(90deg, #2f1b57 0%, #432c70 50%, #2f1b57 100%);
  padding: 0.3em;
  border-radius: 15px 15px 0 0;
}
@media all and (min-width: 768px) {
  .petit_bihada-case__subhead {
    font-size: 2.4rem;
    border-radius: 30px 30px 0 0;
  }
}
@media all and (min-width: 768px) {
  .petit_bihada-case .c-note01 {
    width: 780px;
    margin-inline: auto;
  }
}

/* .petit_bihada-parts
================================================ */
@media all and (max-width: 767px) {
  .petit_bihada-parts__head {
    width: 74.387755102vw;
    margin-inline: auto;
  }
}
@media all and (min-width: 768px) {
  .petit_bihada-parts__img img {
    width: 672px;
  }
}
.petit_bihada-parts__table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
.petit_bihada-parts__table-wrapper {
  overflow-x: auto;
  width: auto;
  -webkit-overflow-scrolling: touch;
}
.petit_bihada-parts__table th, .petit_bihada-parts__table td {
  line-height: 1.4;
  border: 4px solid #fff;
  padding: 0.7em 1em;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}
.petit_bihada-parts__table th {
  color: #fff;
  background-color: #443268;
}
.petit_bihada-parts__table th:first-child {
  background-color: #333;
}
.petit_bihada-parts__table th .sub {
  font-size: 1.2rem;
}
@media all and (min-width: 768px) {
  .petit_bihada-parts__table th .sub {
    font-size: 1.4rem;
  }
}
.petit_bihada-parts__table td {
  background-color: #ebebeb;
}
.petit_bihada-parts__table .sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  background: none;
  border-left: none;
  border-right: none;
}
.petit_bihada-parts__table .sticky::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #333;
  border-left: 4px solid #fff;
  border-right: 4px solid #fff;
}

/* .petit_bihada-ico-scroll
================================================ */
@media all and (max-width: 767px) {
  .petit_bihada-ico-scroll {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 20.93vw;
    height: 22.13vw;
  }
  .petit_bihada-ico-scroll.is-hidden {
    display: none;
  }
  .petit_bihada-ico-scroll__wrapper {
    position: relative;
  }
}

/* .petit_bihada-combi
================================================ */
@media all and (max-width: 767px) {
  .petit_bihada-combi__head {
    width: 70.8163265306vw;
    margin-inline: auto;
  }
}
@media all and (min-width: 768px) {
  .petit_bihada-combi__img01 img {
    width: 569.25px;
  }
}
@media all and (min-width: 768px) {
  .petit_bihada-combi__img03 img {
    width: 600.75px;
  }
}
@media all and (min-width: 768px) {
  .petit_bihada-combi__img04 img {
    width: 577.5px;
  }
}
.petit_bihada-combi__inner {
  padding-block: 30px;
}
@media all and (min-width: 768px) {
  .petit_bihada-combi__inner {
    padding-block: 50px;
  }
}
.petit_bihada-combi__inner.combi01 {
  background: linear-gradient(180deg, #b891a7 0%, #ede6ea 100%);
}
.petit_bihada-combi__inner.combi02 {
  background: linear-gradient(180deg, #9d8fba 0%, #e7e4f2 100%);
}
.petit_bihada-combi__inner.combi03 {
  background: linear-gradient(180deg, #8f98ba 0%, #eaebf4 100%);
}
.petit_bihada-combi__subhead {
  color: #e3f018;
  padding: 0.3em;
  border-radius: 15px 15px 0 0;
}
@media all and (min-width: 768px) {
  .petit_bihada-combi__subhead {
    font-size: 2.4rem;
    border-radius: 30px 30px 0 0;
  }
}
.combi01 .petit_bihada-combi__subhead {
  background-color: #a01e4f;
}
.combi02 .petit_bihada-combi__subhead {
  background-color: #780263;
}
.combi03 .petit_bihada-combi__subhead {
  background-color: #019bc1;
}
@media all and (min-width: 768px) {
  .petit_bihada-combi .c-note01 {
    width: 780px;
    margin-inline: auto;
  }
}
@media all and (min-width: 768px) {
  .petit_bihada-combi .c-bnrs01 {
    width: 780px;
    margin-inline: auto;
  }
}

/* .petit_bihada-ingredient
================================================ */
@media all and (max-width: 767px) {
  .petit_bihada-ingredient__head {
    width: 54.1836734694vw;
    margin-inline: auto;
  }
}
@media all and (min-width: 768px) {
  .petit_bihada-ingredient__img {
    background: linear-gradient(180deg, #e4e4ee 336px, #7979b7 336px);
  }
}
.petit_bihada-ingredient .c-color-main {
  color: #c20044;
}
.petit_bihada-ingredient__box {
  background-color: #e4e4ee;
  border-radius: 30px;
  padding-block: 30px;
}
@media all and (min-width: 768px) {
  .petit_bihada-ingredient__box {
    border-radius: 60px;
    padding-block: 50px;
  }
}
@media all and (min-width: 768px) {
  .petit_bihada-ingredient .u-inner {
    padding-inline: 60px;
  }
}
@media all and (max-width: 767px) {
  .petit_bihada-ingredient__subhead {
    width: 48.7755102041vw;
    margin-inline: auto;
  }
}
.petit_bihada-ingredient .c-set01 {
  gap: 0;
}
.petit_bihada-ingredient .c-set01__area-img {
  background-color: #fff;
}
.petit_bihada-ingredient .c-set01__area-txt {
  color: #fff;
  background-color: #443268;
  padding: 15px;
}
@media all and (min-width: 768px) {
  .petit_bihada-ingredient .c-set01__area-txt {
    padding: 30px;
  }
}

/* .petit_bihada-faq
================================================ */
@media all and (max-width: 767px) {
  .petit_bihada-faq__head {
    width: 37.8571428571vw;
    margin-inline: auto;
  }
}
.petit_bihada-faq__item {
  border: 2px solid #e1a6bf;
  border-top: none;
  border-radius: 10px;
}
@media all and (min-width: 768px) {
  .petit_bihada-faq__item {
    border-radius: 20px;
  }
}
.petit_bihada-faq__item-question {
  background: linear-gradient(90deg, #e1a6bf 0%, #ffebf4 50%, #e1a6bf 100%);
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.8;
  padding: 8px;
  border-radius: 6px 6px 0 0;
}
@media all and (min-width: 768px) {
  .petit_bihada-faq__item-question {
    font-size: 2.4rem;
    padding: 15px;
    border-radius: 16px 16px 0 0;
  }
}
.petit_bihada-faq__item-ico {
  display: inline-block;
  background-color: #443268;
  color: #fff;
  font-size: 1.4rem;
  border-radius: 100vmax;
  padding-inline: 14px;
}
@media all and (min-width: 768px) {
  .petit_bihada-faq__item-ico {
    font-size: 1.8rem;
    padding-inline: 20px;
  }
}
.petit_bihada-faq__item-answer {
  padding: 10px 15px;
}
@media all and (min-width: 768px) {
  .petit_bihada-faq__item-answer {
    padding: 30px 40px;
  }
}

/* .petit_bihada-case-photo
================================================== */
.petit_bihada-case-photo .c-bg01 {
  background: #f7f7f2;
}