:root {
  --txt--black: #000;
  --txt--white: #fff;
  --txt--gray: #ccc;
  --txt--gray-dark: #666;
  --txt--darkgray: #444;
  --txt--gray-light: #fafafa;
  --txt--lightgray: #fafafa;
  --txt--red: #ff0000;
  --txt--primary: #b790ea;
  --txt--primary-dark: #a684ba;
  --txt--secondary: #86aff5;
  --txt--b790ea: #b790ea;
  --txt--dc51cc: #dc51cc;
  --txt--abb8d5: #abb8d5;
  --txt--fb9d71: #fb9d71;
  --txt--f7931e: #f7931e;
  --txt--573327: #573327;
  --txt--967150: #967150;
  --txt--00aecb: #00aecb;
  --txt--133a76: #133a76;
  --txt--f991c5: #f991c5;
  --txt--a77fdd: #a77fdd;
  --txt--fasting: #bacc1b;
  --txt--1483ac: #1483ac;
  --txt--6ac5cf: #6ac5cf;
  --txt--73acde: #73acde;
  --txt--8dd0dc: #8dd0dc;
  --txt--8dd3da: #8dd3da;
  --txt--aee1d2: #aee1d2;
  --txt--e9f2fa: #e9f2fa;
  --txt--f2ffff: #f2ffff;
  --txt--f3f9f7: #f3f9f7;
  --txt--f8f5de: #f8f5de;
  --txt--f9c6bc: #f9c6bc;
  --txt--f9eb9c: #f9eb9c;
  --txt--fdf9e1: #fdf9e1;
  --txt--ff7bac: #ff7bac;
  --txt--a684ba: #a684ba;
  --txt--29abe2: #29abe2;
  --txt--dfa39e: #dfa39e;
  --txt--bplusforhair1: #f1ebf4;
  --bg--black: rgba(0, 0, 0, var(--opacity));
  --bg--white: rgba(255, 255, 255, var(--opacity));
  --bg--gray: rgba(204, 204, 204, var(--opacity));
  --bg--gray-dark: rgba(68, 68, 68, var(--opacity));
  --bg--darkgray: rgba(68, 68, 68, var(--opacity));
  --bg--gray-light: rgba(250, 250, 250, var(--opacity));
  --bg--lightgray: rgba(250, 250, 250, var(--opacity));
  --bg--red: rgba(255, 0, 0, var(--opacity));
  --bg--primary: rgba(183, 144, 234, var(--opacity));
  --bg--primary-dark: rgba(166, 132, 186, var(--opacity));
  --bg--secondary: rgba(134, 175, 245, var(--opacity));
  --bg--b790ea: rgba(183, 144, 234, var(--opacity));
  --bg--dc51cc: rgba(220, 81, 204, var(--opacity));
  --bg--abb8d5: rgba(171, 184, 213, var(--opacity));
  --bg--fb9d71: rgba(251, 157, 113, var(--opacity));
  --bg--f7931e: rgba(247, 147, 30, var(--opacity));
  --bg--573327: rgba(87, 51, 39, var(--opacity));
  --bg--967150: rgba(150, 113, 80, var(--opacity));
  --bg--00aecb: rgba(0, 174, 203, var(--opacity));
  --bg--133a76: rgba(19, 58, 118, var(--opacity));
  --bg--f991c5: rgba(249, 145, 197, var(--opacity));
  --bg--a77fdd: rgba(167, 127, 221, var(--opacity));
  --bg--fasting: rgba(186, 204, 27, var(--opacity));
  --bg--1483ac: rgba(20, 131, 172, var(--opacity));
  --bg--6ac5cf: rgba(106, 197, 207, var(--opacity));
  --bg--73acde: rgba(115, 172, 222, var(--opacity));
  --bg--8dd0dc: rgba(141, 208, 220, var(--opacity));
  --bg--8dd3da: rgba(141, 211, 218, var(--opacity));
  --bg--aee1d2: rgba(174, 225, 210, var(--opacity));
  --bg--e9f2fa: rgba(233, 242, 250, var(--opacity));
  --bg--f2ffff: rgba(242, 255, 255, var(--opacity));
  --bg--f3f9f7: rgba(243, 249, 247, var(--opacity));
  --bg--f8f5de: rgba(248, 245, 222, var(--opacity));
  --bg--f9c6bc: rgba(249, 198, 188, var(--opacity));
  --bg--f9eb9c: rgba(249, 235, 156, var(--opacity));
  --bg--fdf9e1: rgba(253, 249, 225, var(--opacity));
  --bg--ff7bac: rgba(255, 123, 172, var(--opacity));
  --bg--bplusforhair1: #f1ebf4;
  --opacity--0: 0;
  --opacity--10: 0.1;
  --opacity--20: 0.2;
  --opacity--30: 0.3;
  --opacity--40: 0.4;
  --opacity--50: 0.5;
  --opacity--60: 0.6;
  --opacity--70: 0.7;
  --opacity--80: 0.8;
  --opacity--90: 0.9;
  --opacity: 1;
  --aspect--full: 100%;
  --aspect--screen: 56.25%;
}

form input[type=submit], .c-btn--grad, .c-btn--secondary, .c-btn--primary {
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.375rem;
  padding-bottom: 0.5rem;
  border-style: solid;
  border-width: 1px;
  position: relative;
}
@media screen and (min-width: 641px) {
  form input[type=submit], .c-btn--grad, .c-btn--secondary, .c-btn--primary {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media screen and (min-width: 769px) {
  form input[type=submit], .c-btn--grad, .c-btn--secondary, .c-btn--primary {
    padding-left: 1.1666666667rem;
    padding-right: 1.1666666667rem;
  }
}
@media screen and (min-width: 1025px) {
  form input[type=submit], .c-btn--grad, .c-btn--secondary, .c-btn--primary {
    padding-left: 1.4rem;
    padding-right: 1.4rem;
  }
}
@media screen and (min-width: 641px) {
  form input[type=submit], .c-btn--grad, .c-btn--secondary, .c-btn--primary {
    padding-top: 0.4285714286rem;
  }
}
@media screen and (min-width: 769px) {
  form input[type=submit], .c-btn--grad, .c-btn--secondary, .c-btn--primary {
    padding-top: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  form input[type=submit], .c-btn--grad, .c-btn--secondary, .c-btn--primary {
    padding-top: 0.6rem;
  }
}
@media screen and (min-width: 641px) {
  form input[type=submit], .c-btn--grad, .c-btn--secondary, .c-btn--primary {
    padding-bottom: 0.5714285714rem;
  }
}
@media screen and (min-width: 769px) {
  form input[type=submit], .c-btn--grad, .c-btn--secondary, .c-btn--primary {
    padding-bottom: 0.6666666667rem;
  }
}
@media screen and (min-width: 1025px) {
  form input[type=submit], .c-btn--grad, .c-btn--secondary, .c-btn--primary {
    padding-bottom: 0.8rem;
  }
}
form input[type=submit]:hover, .c-btn--grad:hover, .c-btn--secondary:hover, .c-btn--primary:hover {
  opacity: 1 !important;
}

.c-btn--primary {
  color: var(--txt--white);
}
.c-btn--secondary {
  background-color: var(--bg--white);
}
.c-btn--grad {
  color: var(--txt--white);
}

.c-comment {
  color: var(--color-comment);
}
.c-comment::before, .c-comment::after {
  background-color: var(--color-comment);
  content: "";
  display: inline-block;
  height: 1em;
  margin-bottom: -0.12em;
  width: 1px;
}
.c-comment::before {
  margin-right: 0.8em;
  -webkit-transform: rotate(-32deg);
          transform: rotate(-32deg);
}
.c-comment::after {
  margin-left: 0.8em;
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
}

.--h-reset {
  border: 0;
  display: block;
  font-size: inherit;
  font-weight: normal;
  letter-spacing: normal;
  line-height: normal;
  margin: 0;
  padding: 0;
  text-align: inherit;
}
.--h-reset:before, .--h-reset:after {
  border: inherit;
  content: normal;
  margin: inherit;
  width: inherit;
}

.c-h__border-b {
  border-bottom: 1px solid #000;
  margin-bottom: 0.6em;
  padding-bottom: 0.4em;
}
.c-h__line--after {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
  white-space: nowrap;
}
.c-h__line--after::after {
  background-color: #000;
  content: "";
  height: 1px;
  margin-left: 0.4em;
  width: 100%;
}

.c-ico--before, .c-ico--after {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-style: normal;
  position: relative;
  overflow: hidden;
}
.c-ico--before::before, .c-ico--before::after, .c-ico--after::before, .c-ico--after::after {
  font-weight: 400;
  font-family: "Material Symbols Rounded";
  line-height: 0;
  margin-top: 0.08em;
}
.c-ico--before::before {
  margin-left: -0.24em;
}
.c-ico--before::after {
  display: none;
}
.c-ico--after::before {
  display: none;
}
.c-ico--after::after {
  margin-right: -0.24em;
}

.c-ico-fa--before, .c-ico-fa--after {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}
.c-ico-fa--before::before, .c-ico-fa--before::after, .c-ico-fa--after::before, .c-ico-fa--after::after {
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
.c-ico-fa--before::before {
  margin-right: 0.25rem;
}
@media screen and (min-width: 641px) {
  .c-ico-fa--before::before {
    margin-right: 0.2857142857rem;
  }
}
@media screen and (min-width: 769px) {
  .c-ico-fa--before::before {
    margin-right: 0.3333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-ico-fa--before::before {
    margin-right: 0.4rem;
  }
}
.c-ico-fa--before::after {
  display: none;
}
.c-ico-fa--after::before {
  display: none;
}
.c-ico-fa--after::after {
  margin-left: 0.25rem;
}
@media screen and (min-width: 641px) {
  .c-ico-fa--after::after {
    margin-left: 0.2857142857rem;
  }
}
@media screen and (min-width: 769px) {
  .c-ico-fa--after::after {
    margin-left: 0.3333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-ico-fa--after::after {
    margin-left: 0.4rem;
  }
}

.c-tbl__head, .c-tbl__data {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  border: 1px solid var(--bg--gray);
}
@media screen and (min-width: 641px) {
  .c-tbl__head, .c-tbl__data {
    padding-left: 0.2857142857rem;
    padding-right: 0.2857142857rem;
  }
}
@media screen and (min-width: 769px) {
  .c-tbl__head, .c-tbl__data {
    padding-left: 0.3333333333rem;
    padding-right: 0.3333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-tbl__head, .c-tbl__data {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media screen and (min-width: 641px) {
  .c-tbl__head, .c-tbl__data {
    padding-left: 0.5714285714rem;
    padding-right: 0.5714285714rem;
  }
}
@media screen and (min-width: 769px) {
  .c-tbl__head, .c-tbl__data {
    padding-left: 0.6666666667rem;
    padding-right: 0.6666666667rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-tbl__head, .c-tbl__data {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
}
.c-tbl__head {
  background-color: var(--bg--gray-light);
}
.c-tbl-scroll__note {
  font-size: clamp(0.75rem, 0.708rem + 0.21vw, 0.875rem);
  margin-bottom: 0.375rem;
  color: var(--txt--red);
  text-align: center;
}
.c-tbl-scroll__note::before, .c-tbl-scroll__note::after {
  content: "null";
  font-size: 1em;
}
@media screen and (min-width: 641px) {
  .c-tbl-scroll__note {
    margin-bottom: 0.4285714286rem;
  }
}
@media screen and (min-width: 769px) {
  .c-tbl-scroll__note {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-tbl-scroll__note {
    margin-bottom: 0.6rem;
  }
}
.c-tbl-scroll__note::before {
  content: "\f0ec";
  margin-right: 0.125rem;
}
@media screen and (min-width: 641px) {
  .c-tbl-scroll__note::before {
    margin-right: 0.1428571429rem;
  }
}
@media screen and (min-width: 769px) {
  .c-tbl-scroll__note::before {
    margin-right: 0.1666666667rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-tbl-scroll__note::before {
    margin-right: 0.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-tbl-scroll__note {
    display: none;
  }
}
.c-tbl-scroll__container {
  overflow: auto;
  width: 100%;
}
.c-tbl-scroll__container::-webkit-scrollbar {
  height: 10px;
}
.c-tbl-scroll__container::-webkit-scrollbar-track {
  background-color: var(--bg--gray-light);
}
.c-tbl-scroll__container::-webkit-scrollbar-thumb {
  background-color: var(--bg--gray);
}
.c-thumbnail {
  -webkit-transition-delay: 0;
          transition-delay: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  width: 100%;
}
.c-thumbnail::before {
  content: "";
  display: block;
  padding-top: 100%;
}

.c-flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-inline-flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.c-grid {
  display: -ms-grid;
  display: grid;
  gap: 0.625rem;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 641px) {
  .c-grid {
    gap: 0.7142857143rem;
  }
}
@media screen and (min-width: 769px) {
  .c-grid {
    gap: 0.8333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-grid {
    gap: 1rem;
  }
}

.c-inline-grid {
  display: -ms-inline-grid;
  display: inline-grid;
  gap: 0.625rem;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media screen and (min-width: 641px) {
  .c-inline-grid {
    gap: 0.7142857143rem;
  }
}
@media screen and (min-width: 769px) {
  .c-inline-grid {
    gap: 0.8333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-inline-grid {
    gap: 1rem;
  }
}

form input, form textarea, form select {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  background-color: var(--bg--gray-light);
  border-radius: 0.2rem;
}
@media screen and (min-width: 641px) {
  form input, form textarea, form select {
    padding-left: 0.2857142857rem;
    padding-right: 0.2857142857rem;
  }
}
@media screen and (min-width: 769px) {
  form input, form textarea, form select {
    padding-left: 0.3333333333rem;
    padding-right: 0.3333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  form input, form textarea, form select {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media screen and (min-width: 641px) {
  form input, form textarea, form select {
    padding-top: 0.1428571429rem;
    padding-bottom: 0.1428571429rem;
  }
}
@media screen and (min-width: 769px) {
  form input, form textarea, form select {
    padding-top: 0.1666666667rem;
    padding-bottom: 0.1666666667rem;
  }
}
@media screen and (min-width: 1025px) {
  form input, form textarea, form select {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}
form input:not([type=radio]):not([type=checkbox]):not([type=submit]), form textarea {
  width: 100%;
}
form input[type=submit] {
  font-size: clamp(1rem, 0.958rem + 0.21vw, 1.125rem);
  font-weight: 700;
  background-color: rgba(0, 139, 198, var(--opacity));
  -webkit-appearance: none;
}
form input[type=submit]:hover {
  background-color: var(--bg--white);
  color: #008bc6;
}
form textarea {
  min-height: 4rem;
}
form ::-webkit-input-placeholder {
  color: var(--txt--gray);
}
form ::-moz-placeholder {
  color: var(--txt--gray);
}
form :-ms-input-placeholder {
  color: var(--txt--gray);
}
form ::-ms-input-placeholder {
  color: var(--txt--gray);
}
form ::placeholder {
  color: var(--txt--gray);
}

.c-form__def {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.c-form__term {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .c-form__term {
    padding-top: 0.4285714286rem;
    padding-bottom: 0.4285714286rem;
  }
}
@media screen and (min-width: 769px) {
  .c-form__term {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-form__term {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-form__term {
    width: 20%;
  }
}
.c-form__desc {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  width: 100%;
}
@media screen and (min-width: 641px) {
  .c-form__desc {
    padding-top: 0.4285714286rem;
    padding-bottom: 0.4285714286rem;
  }
}
@media screen and (min-width: 769px) {
  .c-form__desc {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-form__desc {
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-form__desc {
    width: 80%;
  }
}
.c-form__required {
  font-size: clamp(0.625rem, 0.583rem + 0.21vw, 0.75rem);
  margin-left: 0.375rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  background-color: var(--bg--red);
  border-radius: 0.2rem;
  color: var(--txt--white);
  vertical-align: middle;
}
@media screen and (min-width: 641px) {
  .c-form__required {
    margin-left: 0.4285714286rem;
  }
}
@media screen and (min-width: 769px) {
  .c-form__required {
    margin-left: 0.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-form__required {
    margin-left: 0.6rem;
  }
}
@media screen and (min-width: 641px) {
  .c-form__required {
    padding-left: 0.2857142857rem;
    padding-right: 0.2857142857rem;
  }
}
@media screen and (min-width: 769px) {
  .c-form__required {
    padding-left: 0.3333333333rem;
    padding-right: 0.3333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-form__required {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
@media screen and (min-width: 641px) {
  .c-form__required {
    padding-top: 0.1428571429rem;
    padding-bottom: 0.1428571429rem;
  }
}
@media screen and (min-width: 769px) {
  .c-form__required {
    padding-top: 0.1666666667rem;
    padding-bottom: 0.1666666667rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-form__required {
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
  }
}
.c-form .wpcf7-list-item {
  display: block;
  margin-left: 0;
}

.c-post__thumbnail {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  width: 100%;
}
.c-post__thumbnail::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.c-post__category, .c-post__tag {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(0.625rem, 0.583rem + 0.21vw, 0.75rem);
  padding-left: 0.125rem;
  padding-right: 0.125rem;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
@media screen and (min-width: 641px) {
  .c-post__category, .c-post__tag {
    padding-left: 0.1428571429rem;
    padding-right: 0.1428571429rem;
  }
}
@media screen and (min-width: 769px) {
  .c-post__category, .c-post__tag {
    padding-left: 0.1666666667rem;
    padding-right: 0.1666666667rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-post__category, .c-post__tag {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
@media screen and (min-width: 641px) {
  .c-post__category, .c-post__tag {
    padding-left: 0.2857142857rem;
    padding-right: 0.2857142857rem;
  }
}
@media screen and (min-width: 769px) {
  .c-post__category, .c-post__tag {
    padding-left: 0.3333333333rem;
    padding-right: 0.3333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-post__category, .c-post__tag {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}
.c-post__tag::before {
  content: "#";
}
.c-post__time {
  font-size: clamp(0.75rem, 0.708rem + 0.21vw, 0.875rem);
  margin-right: 0.625rem;
}
@media screen and (min-width: 641px) {
  .c-post__time {
    margin-right: 0.7142857143rem;
  }
}
@media screen and (min-width: 769px) {
  .c-post__time {
    margin-right: 0.8333333333rem;
  }
}
@media screen and (min-width: 1025px) {
  .c-post__time {
    margin-right: 1rem;
  }
}
.c-search__input {
  font-size: clamp(0.75rem, 0.708rem + 0.21vw, 0.875rem);
  border: 1px solid var(--bg--gray);
}
.c-search__submit {
  padding: 0;
  color: var(--txt--black);
  height: 40px;
  width: 40px;
}

.c-youtube {
  width: 100%;
  aspect-ratio: 16/9;
}
.c-youtube iframe {
  width: 100%;
  height: 100%;
}

.l-header {
  z-index: 99;
}

.l-footer {
  background-color: rgba(229, 229, 229, var(--opacity));
}

.l-copyright {
  background-color: rgba(229, 229, 229, var(--opacity));
}

.l-header .l-language {
  position: fixed;
  top: 10px;
  left: 150px;
  z-index: 99;
}
@media screen and (min-width: 1025px) {
  .l-header .l-language {
    top: 44px;
    left: 274px;
  }
}
@media screen and (max-width: 1024px) {
  .l-header .l-language.is-admin {
    margin-top: 46px;
  }
}
@media screen and (min-width: 1025px) {
  .l-header .l-language.is-admin {
    margin-top: 32px;
  }
}

.l-drawer .l-language {
  margin-top: 1.25rem;
}
@media screen and (min-width: 641px) {
  .l-drawer .l-language {
    margin-top: 1.4285714286rem;
  }
}
@media screen and (min-width: 769px) {
  .l-drawer .l-language {
    margin-top: 1.6666666667rem;
  }
}
@media screen and (min-width: 1025px) {
  .l-drawer .l-language {
    margin-top: 2rem;
  }
}

.l-drawer {
  z-index: 999;
}

.l-hamburger {
  z-index: 999;
}
@media screen and (min-width: 1025px) {
  .l-drawer .l-hamburger:not(.is-fixed) {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.l-key {
  font-size: clamp(0.625rem, 0.583rem + 0.21vw, 0.75rem);
  background-color: rgba(183, 144, 234, 0.2);
  color: rgba(0, 0, 0, 0.6);
  padding: 15px 5%;
}
.l-key.is-large {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: clamp(1.375rem, 1.208rem + 0.83vw, 1.875rem);
  font-weight: 700;
  letter-spacing: 0.1em;
  background-image: url(/en/img/common/key.png);
  color: #fff;
  padding: 0;
}
.l-key.is-large::before {
  content: "";
  display: block;
  padding-top: 10%;
}
@media screen and (max-width: 1024px) {
  .l-key.is-large {
    font-size: clamp(1.25rem, 1.167rem + 0.42vw, 1.5rem);
  }
}
@media screen and (max-width: 1024px) {
  .l-key.is-large:before {
    padding-top: 20%;
  }
}

.p-businesscourseMv__wrapper {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(12%, #fff), color-stop(12%, #fafafa), color-stop(88%, #fafafa), color-stop(88%, #fff), to(#fff));
  background: linear-gradient(to bottom, #fff 0%, #fff 12%, #fafafa 12%, #fafafa 88%, #fff 88%, #fff 100%);
  margin: 0 auto;
  position: relative;
}
.p-businesscourseMv__text {
  position: absolute;
  top: 20%;
  left: 4%;
  z-index: 999;
  width: 42%;
}
.p-businesscourseMv__text::before {
  padding-top: 50.0938220874%;
}
.p-businesscourseMv__image {
  background-position: 0 center;
  -webkit-clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 0% 100%);
  width: 52%;
}
.p-businesscourseMv__image::before {
  padding-top: 89.7196261682%;
}

.p-bplusforhairMv__text {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  width: 100%;
  position: absolute;
  top: 12%;
  right: 10%;
  width: 36%;
}
.p-bplusforhairMv__text::before {
  content: "";
  display: block;
  padding-top: 24.4186046512%;
}
.p-bplusforhairMv__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  position: relative;
  width: 100%;
  position: absolute;
  bottom: 12%;
  right: 16%;
  width: 24%;
}
.p-bplusforhairMv__image::before {
  content: "";
  display: block;
  padding-top: 119.2307692308%;
}

.p-c3mirrorAttracting:before {
  background-image: url(/en/img/c3mirror/attracting_pic_01.png);
}

.p-c3mirrorOperation-check {
  background-image: url(/en/img/c3mirror/operation_ico_touch.svg);
}
.p-c3mirrorOperation-check__item {
  background-image: url(/en/img/c3mirror/operation_ico_check.svg);
}

.p-bplusforhairMv__text::before {
  padding-top: 18.1286549708%;
}

.p-productLineup__image {
  border-radius: 9999px;
  margin: auto;
  overflow: hidden;
  width: 80%;
}
.p-productLineup__link:hover .p-productLineup__image > img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

.p-productLineup__title {
  letter-spacing: -0.02em;
  border-image-source: linear-gradient(to right, #c398ff 0%, #8ab0ff 30%, #88b1a0 60%, #ffffa2 100%);
  border-image-slice: 1;
  border-style: solid;
  border-bottom-width: 2px;
  padding-bottom: 0.4em;
}

.p-nanosoyProduct__container {
  border-style: solid;
  border-width: 2px;
}
@media screen and (max-width: 1024px) {
  .p-nanosoyProduct__container:first-of-type {
    margin-bottom: 3em;
  }
}
.p-nanosoyProduct__h3 {
  line-height: 1.4;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  border-radius: 9999px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -2.6em 0 1.4em;
  padding: 0.4em 0.8em;
  position: relative;
  text-align: center;
}

.p-lajuju__h2 {
  background-color: rgba(153, 153, 153, var(--opacity));
}

.p-lajujuReason {
  background-image: url(/en/img/lajuju/reason_bg.jpg);
}

.p-lajujuProduct {
  background-image: url(/en/img/lajuju/product_bg.jpg);
}

.p-lajujuMessage {
  background-image: url(/en/img/lajuju/message_bg.jpg);
}

.p-download__ttl-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-download__ttl-2::before {
  content: "";
  background-color: #ccc;
  display: block;
  height: 1px;
  margin-right: 0.4em;
  width: 1.6em;
}