@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
button, hr, input {
  overflow: visible;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

details, main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* ------------------------------------------------------
 * custom
------------------------------------------------------ */
a {
  text-decoration: none;
}

img {
  vertical-align: top;
}

p {
  margin: 0;
}

ul, ol, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}

[type=button], [type=reset], [type=submit], button {
  border: 0;
  background: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  appearance: none;
}

/* ------------------------------------------------------
 * Text color
------------------------------------------------------ */
.tc__01 {
  color: #424242 !important;
}
.tc__02 {
  color: #E66F81 !important;
}

/* ------------------------------------------------------
 * Text align
------------------------------------------------------ */
.ta__l {
  text-align: left !important;
}
.ta__c {
  text-align: center !important;
}
.ta__r {
  text-align: right !important;
}

/* ------------------------------------------------------
 * Vertical align
------------------------------------------------------ */
.va__t {
  vertical-align: top !important;
}
.va__m {
  vertical-align: middle !important;
}
.va__b {
  vertical-align: bottom !important;
}

/* ------------------------------------------------------
 * margin bottom
------------------------------------------------------ */
.mb__0 {
  margin-bottom: 0 !important;
}
.mb__10 {
  margin-bottom: 10px !important;
}
.mb__20 {
  margin-bottom: 20px !important;
}
.mb__30 {
  margin-bottom: 30px !important;
}
.mb__40 {
  margin-bottom: 40px !important;
}
.mb__50 {
  margin-bottom: 50px !important;
}
.mb__60 {
  margin-bottom: 60px !important;
}
.mb__70 {
  margin-bottom: 70px !important;
}
.mb__80 {
  margin-bottom: 80px !important;
}
.mb__90 {
  margin-bottom: 90px !important;
}
.mb__100 {
  margin-bottom: 100px !important;
}

/* ------------------------------------------------------
 * display
------------------------------------------------------ */
@media screen and (max-width: 640px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp {
    display: block !important;
  }
}

/* ------------------------------------------------------
 * html
------------------------------------------------------ */
html {
  font-family: sans-serif;
}
/* ------------------------------------------------------
 * Body
------------------------------------------------------ */
body {
  min-width: 1200px;
}
@media screen and (max-width: 640px) {
  body {
    min-width: auto;
  }
}

/* ------------------------------------------------------
 * Container
------------------------------------------------------ */
#container {
  -webkit-font-smoothing: antialiased;
  background: #F8EEED;
  color: #424242;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}
#container, #container *, #container *:before, #container *:after {
  box-sizing: border-box;
}
#container img {
  max-width: 100%;
  vertical-align: bottom;
}
#container a {
  color: #424242;
  transition: opacity 0.1s ease-in-out;
}
#container a:hover {
  opacity: 0.7;
}
/* ------------------------------------------------------
 * Links
------------------------------------------------------ */
.link__txt--underline {
  text-decoration: underline;
}
.link__txt--underline:hover {
  text-decoration: none;
}
/* ------------------------------------------------------
 * breadcrumbs
------------------------------------------------------ */
.breadcrumbs {
  background-color: #f5f5f5;
}

.breadcrumbs .breadcrumbs__outer {
  width: 940px;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .breadcrumbs .breadcrumbs__outer {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .breadcrumbs .breadcrumbs__inner {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  height: 30px;
  font-size: 12px;
}

@media screen and (max-width: 640px) {
  .breadcrumbs ul {
    padding-left: 8px;
  }
}
.breadcrumbs ul li {
  padding-right: 10px;
  margin-right: 6px;
  background-image: url("/ph/k-therapy/karadakagami/images/icon_arrow_breadcrumbs.svg");
  background-repeat: no-repeat;
  background-position: right center;
  color: #757575;
  white-space: nowrap;
}

.breadcrumbs ul li:first-child {
  position: relative;
  padding-left: 16px;
}

.breadcrumbs ul li:first-child::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("/ph/k-therapy/karadakagami/images/icon_home.svg");
  background-repeat: no-repeat;
  background-position: center center;
}

.breadcrumbs ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  background: none;
  color: #333333;
}

@media screen and (max-width: 640px) {
  .breadcrumbs ul li:last-child {
    padding-right: 8px;
  }
}
.breadcrumbs ul li a {
  color: inherit;
}

/* ------------------------------------------------------
 * 8つのタイプのご紹介
------------------------------------------------------ */
.type__acco--content {
  background: #fff;
  padding: 48px 110px 62px;
  margin: 48px 0 0;
  border-radius: 30px;
  position: relative;
  z-index: 1;
}
.type__acco--content h2 {
  margin: 0 0 0;
  font-size: 24px;
  text-align: center;
}
.type__acco--content h2 span {
  border-bottom: 2px dotted #E66F81;
  padding: 0 0 10px;
  display: inline-block;
}
.type__acco--content > ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 64px 3.2%;
  margin: 64px 0 0;
}
.type__acco--content > ul li {
  width: 22.6%;
}
.type__acco--content > ul li h3 {
  margin: 15px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
.type__acco--content > ul li h3 ruby rt {
  font-weight: normal;
  margin: 0 0 3px;
}
.type__acco--content > ul li p {
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  padding: 0 35px;
  margin: 15px 0 0;
}
.type__acco--content > ul li .type__data--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  width: 100%;
  height: 44px;
  border-radius: 22px;
  margin: 15px auto 0;
  background-color: #424242;
  background-image: url(/ph/k-therapy/karadakagami/shared_2025/img/types/arrow-right.svg);
  background-size: 7px 13px;
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  .type__acco--content {
    padding: 30px 20px 50px;
    margin: 30px 0 0;
  }
  .type__acco--content h2 {
    font-size: 18px;
  }
  .type__acco--content > ul {
    margin: 30px 0 0;
    gap: 40px 3.2%;
  }
  .type__acco--content > ul li {
    width: 48.2%;
  }
  .type__acco--content > ul li h3 {
    margin: 10px 0 0;
    font-size: 16px;
  }
  .type__acco--content > ul li p {
    font-size: 14px;
    padding: 0 0;
  }
}
.types__graph--wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  margin: 80px 0 0;
}
.types__graph--wrap .types__graph--box {
  position: relative;
  max-width: 400px;
  width: 100%;
  height: 400px;
}
.types__graph--wrap .types__graph--box .types__graph--label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
.types__graph--wrap .types__graph--list {
  max-width: 375px;
  width: 100%;
}
.types__graph--wrap .types__graph--list ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 32px;
}
.types__graph--wrap .types__graph--list ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
.types__graph--wrap .types__graph--list ul li img {
  width: 60px;
}
.types__graph--wrap .types__graph--list ul li p {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .types__graph--wrap {
    flex-direction: column;
    margin: 60px 0 0;
    gap: 30px;
  }
  .types__graph--wrap .types__graph--box {
    max-width: 300px;
    height: 300px;
  }
  .types__graph--wrap .types__graph--box .types__graph--label {
    font-size: 14px;
  }
  .types__graph--wrap .types__graph--list {
    gap: 12px;
    max-width: 295px;
  }
  .types__graph--wrap .types__graph--list ul {
    gap: 10px 35px;
  }
  .types__graph--wrap .types__graph--list ul li a {
    gap: 10px;
  }
  .types__graph--wrap .types__graph--list ul li img {
    width: 40px;
  }
  .types__graph--wrap .types__graph--list ul li p {
    font-size: 14px;
  }
}

/* ------------------------------------------------------
 * Footer
------------------------------------------------------ */
.footer__inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0 20px 30px;
}
@media screen and (max-width: 640px) {
  .footer__inner {
    max-width: none;
  }
}
.footer__inner > :last-child {
  margin-bottom: 0;
}
.footer__link {
  font-size: 14px;
  margin: 0 0 80px;
}
.footer__link > a {
  text-decoration: underline;
}
.footer__banner {
  margin: 0 0 80px;
}
.footer__banner > a {
  width: 384px;
  border-radius: 20px;
  border: 1px solid #424242;
  background: #fff;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
.footer__banner > a:before {
  content: "";
  width: 16px;
  height: 16px;
  background: url("/ph/k-therapy/karadakagami/shared_2025/img/icon_arrow_right-01.svg") no-repeat 50% 50%;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  right: 10px;
  display: block;
  transform: translateY(-50%);
  z-index: 1;
}
.footer__banner > a:after {
  content: "";
  width: 37px;
  border-radius: 0 19px 19px 0;
  border-left: 1px solid #424242;
  background: #E66F81;
}
[data-contents-type=types-a] .footer__banner > a:after {
  background: #7D4EB4;
}
[data-contents-type=types-b] .footer__banner > a:after {
  background: #D363C1;
}
[data-contents-type=types-c] .footer__banner > a:after {
  background: #8DB700;
}
[data-contents-type=types-d] .footer__banner > a:after {
  background: #2DAC49;
}
[data-contents-type=types-e] .footer__banner > a:after {
  background: #5C5ECB;
}
[data-contents-type=types-f] .footer__banner > a:after {
  background: #F2386B;
}
[data-contents-type=types-g] .footer__banner > a:after {
  background: #FFB100;
}
[data-contents-type=types-h] .footer__banner > a:after {
  background: #15B7FF;
}
.footer__banner > a img {
  padding: 24px 35px;
}
.footer__logo img {
  width: 132px;
}
@media screen and (max-width: 640px) {
  .footer__inner {
    padding: 0 20px;
  }
  .footer__link {
    margin: 0 0 60px;
  }
  .footer__banner {
    margin: 0 0 60px;
  }
  .footer__banner > a {
    width: 100%;
    max-width: 320px;
  }
  .footer__banner > a:before {
    width: 14px;
    height: 14px;
    right: 8px;
  }
  .footer__banner > a:after {
    width: 30px;
  }
  .footer__banner > a img {
    width: calc(100% - 30px);
    padding: 25px 25px;
  }
  .footer__logo {
    border-radius: 20px 20px 0 0;
    background: #fff;
    padding: 18px 20px 17px;
    margin: 0 -20px;
  }
}

[data-contents-type=top] {
  /* ------------------------------------------------------
   * contents
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * mv
  ------------------------------------------------------ */
}
[data-contents-type=top] .contents {
  overflow: hidden;
}
[data-contents-type=top] .contents__inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 80px;
}
@media screen and (max-width: 640px) {
  [data-contents-type=top] .contents__inner {
    max-width: none;
  }
}
[data-contents-type=top] .contents__inner > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  [data-contents-type=top] .contents__inner {
    padding: 0 20px 60px;
  }
}
[data-contents-type=top] .mv {
  padding: 50px 0 0;
  position: relative;
}
[data-contents-type=top] .mv > :last-child {
  margin-bottom: 0;
}
[data-contents-type=top] .mv::after, [data-contents-type=top] .mv::before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  display: block;
}
[data-contents-type=top] .mv::before {
  width: 175px;
  height: 219px;
  background-image: url("/ph/k-therapy/karadakagami/shared_2025/img/bg_icon-01.svg");
  top: -12px;
  left: -120px;
}
[data-contents-type=top] .mv::after {
  width: 156px;
  height: 200px;
  background-image: url("/ph/k-therapy/karadakagami/shared_2025/img/bg_icon-02.svg");
  bottom: -50px;
  right: -120px;
}
[data-contents-type=top] .mv__title {
  text-align: center;
  margin: 0 0 20px;
}
[data-contents-type=top] .mv__txt {
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  margin: 0 0 40px;
}
[data-contents-type=top] .mv__layout {
  display: flex;
  justify-content: center;
  align-items: center;
}
[data-contents-type=top] .mv__layout--item {
  width: 315px;
  margin: 0 123px 0 0;
}
[data-contents-type=top] .mv__layout--contents {
  width: 395px;
  text-align: center;
}
[data-contents-type=top] .mv__check--txt {
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 10px;
}
[data-contents-type=top] .mv__check--btn {
  margin: 0 0 30px;
}
[data-contents-type=top] .mv__check--btn > a {
  border-radius: 42px;
  border: 1px solid #424242;
  background: #E66F81;
  box-shadow: 5px 5px 0 0 rgba(247, 201, 210, 0.3);
  color: #fff !important;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 28px 20px 27px 70px;
  position: relative;
  display: block;
}
[data-contents-type=top] .mv__check--btn > a:before {
  content: "";
  width: 40px;
  height: 40px;
  background: url("/ph/k-therapy/karadakagami/shared_2025/img/icon_triangle-01.svg") no-repeat 50% 50%;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  transform: translateY(-50%);
}
[data-contents-type=top] .mv__counter {
  font-size: 14px;
  margin: 0 0 30px;
}
[data-contents-type=top] .mv__counter--num {
  color: #E66F81;
  font-weight: bold;
}
[data-contents-type=top] .mv__anchor--btn > a {
  border-radius: 24px;
  border: 1px solid #424242;
  background: #FADADA;
  box-shadow: 5px 5px 0 0 rgba(247, 201, 210, 0.3);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 14px 55px 14px 30px;
  position: relative;
  display: inline-block;
}
[data-contents-type=top] .mv__anchor--btn > a:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("/ph/k-therapy/karadakagami/shared_2025/img/icon_arrow_bottom-01.svg") no-repeat 50% 50%;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  transform: translateY(-50%);
}
[data-contents-type=top] .mv__anchor--btn > a .large {
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  [data-contents-type=top] .mv {
    text-align: center;
    padding: 25px 0;
    display: flex;
    flex-direction: column;
  }
  [data-contents-type=top] .mv::before {
    top: -55px;
    left: -97px;
  }
  [data-contents-type=top] .mv::after {
    bottom: -84px;
    right: -107px;
  }
  [data-contents-type=top] .mv__title {
    width: 277px;
    margin: 0 auto 25px;
    order: 1;
  }
  [data-contents-type=top] .mv__txt {
    font-size: 14px;
    margin: 0 0 20px;
    order: 4;
  }
  [data-contents-type=top] .mv__layout {
    display: contents;
  }
  [data-contents-type=top] .mv__layout--item {
    width: 140px;
    margin: 0 auto 25px;
    order: 3;
  }
  [data-contents-type=top] .mv__layout--contents {
    width: 100%;
    display: contents;
  }
  [data-contents-type=top] .mv__check--txt {
    font-size: 14px;
    order: 5;
  }
  [data-contents-type=top] .mv__check--btn {
    margin: 0 0 20px;
    order: 6;
  }
  [data-contents-type=top] .mv__check--btn > a {
    font-size: 16px;
    padding: 18px 10px 18px 60px;
  }
  [data-contents-type=top] .mv__check--btn > a:before {
    width: 36px;
    height: 36px;
    left: 10px;
  }
  [data-contents-type=top] .mv__counter {
    font-size: 12px;
    margin: 0;
    order: 7;
  }
  [data-contents-type=top] .mv__anchor--btn {
    margin: 0 0 20px;
    order: 2;
  }
  [data-contents-type=top] .mv__anchor--btn > a {
    font-size: 12px;
    padding: 6px 40px 6px 20px;
  }
  [data-contents-type=top] .mv__anchor--btn > a:before {
    right: 16px;
  }
  [data-contents-type=top] .mv__anchor--btn > a .large {
    font-size: 14px;
  }
}
[data-contents-type=top] .mv__anchor--topbtn a {
  border-radius: 24px;
  border: 1px solid #424242;
  background: #FADADA;
  box-shadow: 5px 5px 0 0 rgba(247, 201, 210, 0.3);
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 14px 55px 14px 30px;
  position: relative;
  display: inline-block;
}
[data-contents-type=top] .mv__anchor--topbtn a:before {
  content: "";
  width: 14px;
  height: 14px;
  background: url("/ph/k-therapy/karadakagami/shared_2025/img/icon_arrow_bottom-01.svg") no-repeat 50% 50%;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  transform: translateY(-50%);
}
@media screen and (max-width: 640px) {
  [data-contents-type=top] .mv__anchor--topbtn {
    margin: 0 0 20px;
    order: 2;
  }
  [data-contents-type=top] .mv__anchor--topbtn > a {
    font-size: 12px;
    padding: 6px 40px 6px 20px;
  }
  [data-contents-type=top] .mv__anchor--topbtn > a:before {
    right: 16px;
  }
  [data-contents-type=top] .mv__anchor--topbtn > a .large {
    font-size: 14px;
  }
}

[data-contents-type=constitution] {
  /* ------------------------------------------------------
   * contents
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * step
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * [data-step-active]
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * Footer
  ------------------------------------------------------ */
}
[data-contents-type=constitution] .contents__inner {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  padding: 52px 0;
}
@media screen and (max-width: 640px) {
  [data-contents-type=constitution] .contents__inner {
    max-width: none;
  }
}
[data-contents-type=constitution] .contents__inner > :last-child {
  margin-bottom: 0;
}
[data-contents-type=constitution] .contents__layout {
  display: flex;
  justify-content: space-between;
}
[data-contents-type=constitution] .contents__layout--head {
  width: 388px;
}
[data-contents-type=constitution] .contents__layout--head > :last-child {
  margin-bottom: 0;
}
[data-contents-type=constitution] .contents__layout--body {
  width: 582px;
  opacity: 0;
  transition: opacity 2.6s ease;
}
[data-contents-type=constitution] .contents__layout--body > :last-child {
  margin-bottom: 0;
}
[data-contents-type=constitution] .contents__layout--body-inputname {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
[data-contents-type=constitution] .contents__layout.is-active .contents__layout--body {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  [data-contents-type=constitution] .contents__inner {
    padding: 20px 20px 40px;
  }
  [data-contents-type=constitution] .contents__layout {
    flex-direction: column;
  }
  [data-contents-type=constitution] .contents__layout--head, [data-contents-type=constitution] .contents__layout--body {
    width: 100%;
  }
  [data-contents-type=constitution] .contents__layout--head {
    margin: 0 0 30px;
  }
}
[data-contents-type=constitution] .step__title {
  width: 132px;
  margin: 0 auto 40px;
}
[data-contents-type=constitution] .step__progress {
  font-weight: bold;
  line-height: 1;
  text-align: center;
  padding: 0 0 30px;
  margin: 0 0 45px;
  position: relative;
}
[data-contents-type=constitution] .step__progress:before, [data-contents-type=constitution] .step__progress:after {
  content: "";
  height: 6px;
  border-radius: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
}
[data-contents-type=constitution] .step__progress:before {
  width: 100%;
  background: #FADADA;
}
[data-contents-type=constitution] .step__progress:after {
  width: 0%;
  background: #E66F81;
  transition: width 0.1s ease-in-out;
}
[data-contents-type=constitution] .step__progress--value {
  font-size: 20px;
}
[data-contents-type=constitution] .step__progress--value:before {
  color: #E66F81;
  font-size: 40px;
  margin: 0 0.2em 0 0;
}
[data-contents-type=constitution] .step__comment {
  font-size: 15px;
  line-height: 24px;
  padding: 0 0 0 65px;
  position: relative;
}
[data-contents-type=constitution] .step__comment:before {
  content: "";
  width: 55px;
  height: 65px;
  background: url("/ph/k-therapy/karadakagami/shared_2025/img/img_constitution-01.png") no-repeat 50% 50%;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
[data-contents-type=constitution] .step__comment--value {
  border-radius: 10px;
  background: #FADADA;
  padding: 10px 13px;
  margin: 0 0 0 16px;
  position: relative;
  min-height: 70px;
  display: flex;
  align-items: center;
}
[data-contents-type=constitution] .step__comment--value:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent #FADADA transparent;
  border-width: 0 0 16px 16px;
  position: absolute;
  top: 26px;
  left: -16px;
  display: block;
}
[data-contents-type=constitution] .step__item {
  display: none;
}
[data-contents-type=constitution] .step__item > :last-child {
  margin-bottom: 0;
}
[data-contents-type=constitution] .step__btns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: minmax(80px, auto);
  column-gap: 8px;
  row-gap: 8px;
}
[data-contents-type=constitution] .step__btns > li label {
  transition: opacity 0.1s ease-in-out;
  cursor: pointer;
}
[data-contents-type=constitution] .step__btns > li label:hover {
  opacity: 0.7;
}
[data-contents-type=constitution] .step__btns > li label input[type=radio],
[data-contents-type=constitution] .step__btns > li label input[type=checkbox] {
  display: none;
}
[data-contents-type=constitution] .step__btns > li label input[type=radio]:checked + span,
[data-contents-type=constitution] .step__btns > li label input[type=checkbox]:checked + span {
  border-color: #424242;
  background: #E66F81;
  color: #fff;
}
[data-contents-type=constitution] .step__btns > li label span {
  height: 100%;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 17px;
  line-height: 1.4;
  padding: 15px 32px;
  display: flex;
  align-items: center;
  transition: background-color 0.1s ease-in-out;
}
[data-contents-type=constitution] .step__input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 16px;
  padding: 20px;
  margin: 0 0 16px;
}
[data-contents-type=constitution] .step__link--value {
  transition: opacity 0.1s ease-in-out;
  color: #606060;
  font-size: 14px;
  padding: 0 20px 0 0;
  position: relative;
  display: inline-block;
}
[data-contents-type=constitution] .step__link--value:hover {
  opacity: 0.7;
}
[data-contents-type=constitution] .step__link--value:before {
  content: "";
  width: 9px;
  height: 9px;
  border-style: solid;
  border-color: #606060;
  border-width: 0 0 1px 1px;
  position: absolute;
  top: 50%;
  right: 3px;
  display: block;
  transform: translateY(-50%) rotate(-135deg);
}
@media screen and (max-width: 640px) {
  [data-contents-type=constitution] .step__title {
    width: 100px;
    margin: 0 auto 20px;
  }
  [data-contents-type=constitution] .step__progress {
    padding: 20px 0 0;
    margin: 0 0 20px;
  }
  [data-contents-type=constitution] .step__progress:before, [data-contents-type=constitution] .step__progress:after {
    bottom: auto;
    top: 0;
  }
  [data-contents-type=constitution] .step__progress--value {
    font-size: 16px;
  }
  [data-contents-type=constitution] .step__progress--value:before {
    font-size: 36px;
  }
  [data-contents-type=constitution] .step__comment {
    font-size: 12px;
    line-height: 19px;
    padding: 0 0 0 70px;
  }
  [data-contents-type=constitution] .step__comment:before {
    width: 46px;
    height: 55px;
    top: 3px;
    left: 10px;
  }
  [data-contents-type=constitution] .step__comment--value {
    margin: 0 0 0 14px;
  }
  [data-contents-type=constitution] .step__comment--value:before {
    border-width: 0 0 14px 14px;
    top: 22px;
    left: -14px;
  }
  [data-contents-type=constitution] .step__btns {
    grid-auto-rows: minmax(70px, auto);
    column-gap: 10px;
    row-gap: 10px;
  }
  [data-contents-type=constitution] .step__btns > li label span {
    font-size: 15px;
    padding: 10px 15px;
  }
}
[data-contents-type=constitution] [data-step-active="1"] .step__progress.step-active:after {
  width: 12.5%;
}
[data-contents-type=constitution] [data-step-active="1"] .step__progress--value:before {
  content: "1";
}
[data-contents-type=constitution] [data-step-active="1"] .step__progress.type_female.step-active:after {
  width: 11.1111111111%;
}
[data-contents-type=constitution] [data-step-active="2"] .step__progress.step-active:after {
  width: 25%;
}
[data-contents-type=constitution] [data-step-active="2"] .step__progress--value:before {
  content: "2";
}
[data-contents-type=constitution] [data-step-active="2"] .step__progress.type_female.step-active:after {
  width: 22.2222222222%;
}
[data-contents-type=constitution] [data-step-active="2"] .step__txt--value:nth-child(2),
[data-contents-type=constitution] [data-step-active="2"] .step__comment--value:nth-child(2),
[data-contents-type=constitution] [data-step-active="2"] .step__item:nth-child(2) {
  display: block;
}
[data-contents-type=constitution] [data-step-active="3"] .step__progress.step-active:after {
  width: 37.5%;
}
[data-contents-type=constitution] [data-step-active="3"] .step__progress--value:before {
  content: "3";
}
[data-contents-type=constitution] [data-step-active="3"] .step__progress.type_female.step-active:after {
  width: 33.3333333333%;
}
[data-contents-type=constitution] [data-step-active="3"] .step__txt--value:nth-child(3),
[data-contents-type=constitution] [data-step-active="3"] .step__comment--value:nth-child(3),
[data-contents-type=constitution] [data-step-active="3"] .step__item:nth-child(3) {
  display: block;
}
[data-contents-type=constitution] [data-step-active="4"] .step__progress.step-active:after {
  width: 50%;
}
[data-contents-type=constitution] [data-step-active="4"] .step__progress--value:before {
  content: "4";
}
[data-contents-type=constitution] [data-step-active="4"] .step__progress.type_female.step-active:after {
  width: 44.4444444444%;
}
[data-contents-type=constitution] [data-step-active="4"] .step__txt--value:nth-child(4),
[data-contents-type=constitution] [data-step-active="4"] .step__comment--value:nth-child(4),
[data-contents-type=constitution] [data-step-active="4"] .step__item:nth-child(4) {
  display: block;
}
[data-contents-type=constitution] [data-step-active="5"] .step__progress:after {
  width: 62.5%;
}
[data-contents-type=constitution] [data-step-active="5"] .step__progress--value:before {
  content: "5";
}
[data-contents-type=constitution] [data-step-active="5"] .step__progress.type_female:after {
  width: 55.5555555556%;
}
[data-contents-type=constitution] [data-step-active="5"] .step__txt--value:nth-child(5),
[data-contents-type=constitution] [data-step-active="5"] .step__comment--value:nth-child(5),
[data-contents-type=constitution] [data-step-active="5"] .step__item:nth-child(5) {
  display: block;
}
[data-contents-type=constitution] [data-step-active="6"] .step__progress:after {
  width: 75%;
}
[data-contents-type=constitution] [data-step-active="6"] .step__progress--value:before {
  content: "6";
}
[data-contents-type=constitution] [data-step-active="6"] .step__progress.type_female:after {
  width: 66.6666666667%;
}
[data-contents-type=constitution] [data-step-active="6"] .step__progress.type_female .step__progress--value:before {
  content: "6";
}
[data-contents-type=constitution] [data-step-active="6"] .step__txt--value:nth-child(6),
[data-contents-type=constitution] [data-step-active="6"] .step__comment--value:nth-child(6),
[data-contents-type=constitution] [data-step-active="6"] .step__item:nth-child(6) {
  display: block;
}
[data-contents-type=constitution] [data-step-active=A] .step__progress.first:after,
[data-contents-type=constitution] [data-step-active=B] .step__progress.first:after,
[data-contents-type=constitution] [data-step-active=C] .step__progress.first:after,
[data-contents-type=constitution] [data-step-active=D] .step__progress.first:after,
[data-contents-type=constitution] [data-step-active=E] .step__progress.first:after,
[data-contents-type=constitution] [data-step-active=F] .step__progress.first:after,
[data-contents-type=constitution] [data-step-active=G] .step__progress.first:after,
[data-contents-type=constitution] [data-step-active=H] .step__progress.first:after {
  width: 75%;
}
[data-contents-type=constitution] [data-step-active=A] .step__progress.first .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=B] .step__progress.first .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=C] .step__progress.first .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=D] .step__progress.first .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=E] .step__progress.first .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=F] .step__progress.first .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=G] .step__progress.first .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=H] .step__progress.first .step__progress--value:before {
  content: "6";
}
[data-contents-type=constitution] [data-step-active=A] .step__progress.first.type_female:after,
[data-contents-type=constitution] [data-step-active=B] .step__progress.first.type_female:after,
[data-contents-type=constitution] [data-step-active=C] .step__progress.first.type_female:after,
[data-contents-type=constitution] [data-step-active=D] .step__progress.first.type_female:after,
[data-contents-type=constitution] [data-step-active=E] .step__progress.first.type_female:after,
[data-contents-type=constitution] [data-step-active=F] .step__progress.first.type_female:after,
[data-contents-type=constitution] [data-step-active=G] .step__progress.first.type_female:after,
[data-contents-type=constitution] [data-step-active=H] .step__progress.first.type_female:after {
  width: 77.7777777778%;
}
[data-contents-type=constitution] [data-step-active=A] .step__progress.first.type_female .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=B] .step__progress.first.type_female .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=C] .step__progress.first.type_female .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=D] .step__progress.first.type_female .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=E] .step__progress.first.type_female .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=F] .step__progress.first.type_female .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=G] .step__progress.first.type_female .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=H] .step__progress.first.type_female .step__progress--value:before {
  content: "7";
}
[data-contents-type=constitution] [data-step-active=A] .step__progress.second:after,
[data-contents-type=constitution] [data-step-active=B] .step__progress.second:after,
[data-contents-type=constitution] [data-step-active=C] .step__progress.second:after,
[data-contents-type=constitution] [data-step-active=D] .step__progress.second:after,
[data-contents-type=constitution] [data-step-active=E] .step__progress.second:after,
[data-contents-type=constitution] [data-step-active=F] .step__progress.second:after,
[data-contents-type=constitution] [data-step-active=G] .step__progress.second:after,
[data-contents-type=constitution] [data-step-active=H] .step__progress.second:after {
  width: 87.5%;
}
[data-contents-type=constitution] [data-step-active=A] .step__progress.second .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=B] .step__progress.second .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=C] .step__progress.second .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=D] .step__progress.second .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=E] .step__progress.second .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=F] .step__progress.second .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=G] .step__progress.second .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=H] .step__progress.second .step__progress--value:before {
  content: "7";
}
[data-contents-type=constitution] [data-step-active=A] .step__progress.second.type_female:after,
[data-contents-type=constitution] [data-step-active=B] .step__progress.second.type_female:after,
[data-contents-type=constitution] [data-step-active=C] .step__progress.second.type_female:after,
[data-contents-type=constitution] [data-step-active=D] .step__progress.second.type_female:after,
[data-contents-type=constitution] [data-step-active=E] .step__progress.second.type_female:after,
[data-contents-type=constitution] [data-step-active=F] .step__progress.second.type_female:after,
[data-contents-type=constitution] [data-step-active=G] .step__progress.second.type_female:after,
[data-contents-type=constitution] [data-step-active=H] .step__progress.second.type_female:after {
  width: 88.8888888889%;
}
[data-contents-type=constitution] [data-step-active=A] .step__progress.second.type_female .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=B] .step__progress.second.type_female .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=C] .step__progress.second.type_female .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=D] .step__progress.second.type_female .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=E] .step__progress.second.type_female .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=F] .step__progress.second.type_female .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=G] .step__progress.second.type_female .step__progress--value:before,
[data-contents-type=constitution] [data-step-active=H] .step__progress.second.type_female .step__progress--value:before {
  content: "8";
}
[data-contents-type=constitution] [data-step-active=A] .step__txt--value:nth-child(6),
[data-contents-type=constitution] [data-step-active=A] .step__comment--value:nth-child(6),
[data-contents-type=constitution] [data-step-active=A] .step__item:nth-child(6),
[data-contents-type=constitution] [data-step-active=B] .step__txt--value:nth-child(6),
[data-contents-type=constitution] [data-step-active=B] .step__comment--value:nth-child(6),
[data-contents-type=constitution] [data-step-active=B] .step__item:nth-child(6),
[data-contents-type=constitution] [data-step-active=C] .step__txt--value:nth-child(6),
[data-contents-type=constitution] [data-step-active=C] .step__comment--value:nth-child(6),
[data-contents-type=constitution] [data-step-active=C] .step__item:nth-child(6),
[data-contents-type=constitution] [data-step-active=D] .step__txt--value:nth-child(6),
[data-contents-type=constitution] [data-step-active=D] .step__comment--value:nth-child(6),
[data-contents-type=constitution] [data-step-active=D] .step__item:nth-child(6),
[data-contents-type=constitution] [data-step-active=E] .step__txt--value:nth-child(6),
[data-contents-type=constitution] [data-step-active=E] .step__comment--value:nth-child(6),
[data-contents-type=constitution] [data-step-active=E] .step__item:nth-child(6),
[data-contents-type=constitution] [data-step-active=F] .step__txt--value:nth-child(6),
[data-contents-type=constitution] [data-step-active=F] .step__comment--value:nth-child(6),
[data-contents-type=constitution] [data-step-active=F] .step__item:nth-child(6),
[data-contents-type=constitution] [data-step-active=G] .step__txt--value:nth-child(6),
[data-contents-type=constitution] [data-step-active=G] .step__comment--value:nth-child(6),
[data-contents-type=constitution] [data-step-active=G] .step__item:nth-child(6),
[data-contents-type=constitution] [data-step-active=H] .step__txt--value:nth-child(6),
[data-contents-type=constitution] [data-step-active=H] .step__comment--value:nth-child(6),
[data-contents-type=constitution] [data-step-active=H] .step__item:nth-child(6) {
  display: block;
}
[data-contents-type=constitution] [data-step-active="7"] .step__progress:after {
  width: 100%;
}
[data-contents-type=constitution] [data-step-active="7"] .step__progress--value:before {
  content: "8";
}
[data-contents-type=constitution] [data-step-active="7"] .step__progress.type_female:after {
  width: 100%;
}
[data-contents-type=constitution] [data-step-active="7"] .step__progress.type_female .step__progress--value:before {
  content: "9";
}
[data-contents-type=constitution] [data-step-active="7"] .step__txt--value:nth-child(7),
[data-contents-type=constitution] [data-step-active="7"] .step__comment--value:nth-child(7),
[data-contents-type=constitution] [data-step-active="7"] .step__item:nth-child(7) {
  display: block;
}
[data-contents-type=constitution] .footer {
  border-radius: 10px 10px 0 0;
  background: #fff;
}
[data-contents-type=constitution] .footer__inner {
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
  padding: 24px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 640px) {
  [data-contents-type=constitution] .footer__inner {
    max-width: none;
  }
}
[data-contents-type=constitution] .footer__inner > :last-child {
  margin-bottom: 0;
}
[data-contents-type=constitution] .footer__prev > a {
  text-decoration: underline;
}
[data-contents-type=constitution] .footer__nav {
  display: flex;
}
[data-contents-type=constitution] .footer__nav--item {
  margin: 0 0 0 24px;
}
[data-contents-type=constitution] .footer__nav--item:first-child {
  margin-left: 0;
}
[data-contents-type=constitution] .footer__nav--item a {
  border-radius: 30px;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 20px 40px;
  position: relative;
  display: block;
}
[data-contents-type=constitution] .footer__nav--item a:before {
  content: "";
  width: 16px;
  height: 16px;
  background: no-repeat 50% 50%;
  background-size: auto 100%;
  position: absolute;
  top: 50%;
  display: block;
  transform: translateY(-50%);
}
[data-contents-type=constitution] .footer__nav--prev a {
  width: 160px;
  border: 1px solid #424242;
}
[data-contents-type=constitution] .footer__nav--prev a:before {
  background-image: url("/ph/k-therapy/karadakagami/shared_2025/img/icon_arrow_left-01.svg");
  left: 20px;
}
[data-contents-type=constitution] .footer__nav--next a {
  width: 260px;
  background: #424242;
  color: #fff !important;
}
[data-contents-type=constitution] .footer__nav--next a:before {
  background-image: url("/ph/k-therapy/karadakagami/shared_2025/img/icon_arrow_right-01.svg");
  right: 20px;
}
@media screen and (max-width: 640px) {
  [data-contents-type=constitution] .footer {
    border-radius: 30px 30px 0 0;
  }
  [data-contents-type=constitution] .footer__inner {
    padding: 30px 20px 40px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: center;
  }
  [data-contents-type=constitution] .footer__prev {
    margin: 30px 0 0;
  }
  [data-contents-type=constitution] .footer__nav {
    width: 100%;
    justify-content: space-between;
  }
  [data-contents-type=constitution] .footer__nav--item {
    margin: 0;
  }
  [data-contents-type=constitution] .footer__nav--item a {
    width: 100%;
    font-size: 14px;
    padding: 16px 30px;
  }
  [data-contents-type=constitution] .footer__nav--item a:before {
    width: 14px;
    height: 14px;
  }
  [data-contents-type=constitution] .footer__nav--prev {
    width: 105px;
  }
  [data-contents-type=constitution] .footer__nav--prev a:before {
    left: 15px;
  }
  [data-contents-type=constitution] .footer__nav--next {
    width: calc(100% - 115px);
  }
  [data-contents-type=constitution] .footer__nav--next a:before {
    right: 15px;
  }
}

[data-contents-type^=types] {
  /* ------------------------------------------------------
   * contents
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * メインビジュアル
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * そんなあなたへのアドバイス！
  ------------------------------------------------------ */
  /* ------------------------------------------------------
   * 8つのタイプのご紹介
  ------------------------------------------------------ */
}
[data-contents-type^=types] .contents {
  background: #FADADA;
  overflow: hidden;
}
[data-contents-type^=types] .contents__inner {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 40px;
}
@media screen and (max-width: 640px) {
  [data-contents-type^=types] .contents__inner {
    max-width: none;
  }
}
[data-contents-type^=types] .contents__inner > :last-child {
  margin-bottom: 0;
}
[data-contents-type^=types] .contents .type__text--str {
  color: #E66F81;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  [data-contents-type^=types] .contents__inner {
    padding: 0 0 30px;
  }
}
[data-contents-type^=types] #direct-result_none {
  display: block;
}
[data-contents-type^=types] #direct-result_active {
  display: none;
}
[data-contents-type^=types] .types__mv {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 46px 0 52px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 85px;
}
[data-contents-type^=types] .types__mv::after, [data-contents-type^=types] .types__mv::before {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
[data-contents-type^=types] .types__mv::before {
  top: -12px;
  left: -120px;
  width: 175px;
  height: 219px;
  background-image: url("/ph/k-therapy/karadakagami/shared_2025/img/bg_icon-01.svg");
}
[data-contents-type^=types] .types__mv::after {
  bottom: -50px;
  right: -120px;
  width: 156px;
  height: 200px;
  background-image: url("/ph/k-therapy/karadakagami/shared_2025/img/bg_icon-02.svg");
}
[data-contents-type^=types] .types__mv .mv__left {
  max-width: 338px;
  width: 100%;
  text-align: center;
}
[data-contents-type^=types] .types__mv .mv__left .mv__left--logo {
  max-width: 198px;
  width: 100%;
  margin: 0 auto;
}
[data-contents-type^=types] .types__mv .mv__left p {
  font-size: 18px;
  letter-spacing: 0.05em;
  font-weight: bold;
  margin: 55px 0 0;
}
[data-contents-type^=types] .types__mv .mv__left .mv__left--graph {
  margin: 10px 0 0;
}
[data-contents-type^=types] .types__mv .mv__left .mv__left--graph .chart-container {
  width: 335px;
  height: 335px;
  margin: 10px auto 0;
  position: relative;
}
[data-contents-type^=types] .types__mv .mv__left .mv__left--graph #radarChart {
  width: 100% !important;
  height: 100% !important;
  display: block;
}
[data-contents-type^=types] .types__mv .mv__left .mv__left--graph .mv__anchor--btn {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 270px;
  width: 100%;
  height: 52px;
  margin: 0 auto;
  border-radius: 30px;
  border: 1px solid #424242;
  transition: 0.2s;
  font-weight: bold;
}
[data-contents-type^=types] .types__mv .mv__left .mv__left--graph .mv__anchor--btn:hover {
  opacity: 0.7;
}
[data-contents-type^=types] .types__mv .mv__left .mv__left--graph .mv__anchor--btn::before {
  content: "";
  width: 14px;
  height: 14px;
  background: url(/ph/k-therapy/karadakagami/shared_2025/img/icon_arrow_bottom-01.svg) no-repeat 50% 50%;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  right: 30px;
  display: block;
  transform: translateY(-50%);
}
[data-contents-type^=types] .types__mv .mv__right {
  max-width: 625px;
  width: 100%;
}
[data-contents-type^=types] .types__mv .mv__right .mv__right--logo img {
  margin: 0 auto 40px;
  display: block;
}
@media screen and (max-width: 640px) {
  [data-contents-type^=types] .types__mv .mv__right .mv__right--logo img {
    max-width: 98px !important;
    margin: 0 auto 25px;
  }
}
[data-contents-type^=types] .types__mv .mv__right--inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 40px;
}
[data-contents-type^=types] .types__mv .mv__right--inner .mv__right--text {
  max-width: 364px;
  width: 100%;
}
[data-contents-type^=types] .types__mv .mv__right--inner .mv__right--text h1 {
  font-size: 20px;
  text-align: center;
  margin: 0 0 0;
}
[data-contents-type^=types] .types__mv .mv__right--inner .mv__right--text h1 ruby {
  font-size: 40px;
}
[data-contents-type^=types] .types__mv .mv__right--inner .mv__right--text h1 ruby rt {
  font-size: 14px;
  letter-spacing: -18px;
  margin: 0 0 4px;
}
[data-contents-type^=types] .types__mv .mv__right--inner .mv__right--text h2 {
  border-bottom: 2px dotted #E66F81;
  font-size: 18px;
  text-align: center;
  padding: 0 0 15px;
  margin: 25px 0 15px;
}
[data-contents-type^=types] .types__mv .mv__right--inner .mv__right--text p {
  font-size: 15px;
  line-height: 1.6;
}
[data-contents-type^=types] .types__mv .mv__right--inner .mv__right--text .sns__box {
  margin: 15px 0 0;
  padding: 10px 20px;
  border: 1px solid #424242;
  border-radius: 20px;
  background: #F8EEED;
}
[data-contents-type^=types] .types__mv .mv__right--inner .mv__right--text .sns__box p {
  border-bottom: 2px dotted #E66F81;
  font-size: 16px;
  text-align: center;
  padding: 0 0 8px;
  margin: 0 0 10px;
}
[data-contents-type^=types] .types__mv .mv__right--inner .mv__right--text .sns__box ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
[data-contents-type^=types] .types__mv .mv__right--inner .mv__right--text .type__ratio {
  margin: 25px 0 0;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}
[data-contents-type^=types] .types__mv .mv__right--inner .mv__right--text .type__ratio span {
  font-size: 18px;
}
[data-contents-type^=types] .types__mv .mv__right--inner .mv__right--img {
  max-width: 192px;
  width: 100%;
}
[data-contents-type^=types] .types__mv .type__symptoms {
  margin: 30px 0 0;
}
[data-contents-type^=types] .types__mv .type__symptoms p {
  border-bottom: 2px dotted #E66F81;
  font-size: 18px;
  text-align: center;
  font-weight: bold;
  padding: 0 0 15px;
  margin: 0 0 15px;
}
[data-contents-type^=types] .types__mv .type__symptoms ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 10px;
  margin: 15px 0 0;
}
[data-contents-type^=types] .types__mv .type__symptoms ul li {
  padding: 5px 15px;
  font-size: 16px;
  background: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 640px) {
  [data-contents-type^=types] .types__mv {
    flex-direction: column;
    padding: 20px 20px 40px;
    gap: 25px;
  }
  [data-contents-type^=types] .types__mv::before {
    top: -20px;
    left: -55px;
    width: 134px;
    height: 129px;
  }
  [data-contents-type^=types] .types__mv::after {
    bottom: inherit;
    top: 365px;
    right: -40px;
    width: 136px;
    height: 110px;
  }
  [data-contents-type^=types] .types__mv .mv__left {
    max-width: 100%;
  }
  [data-contents-type^=types] .types__mv .mv__left .mv__left--logo {
    max-width: 98px;
  }
  [data-contents-type^=types] .types__mv .mv__left p {
    font-size: 16px;
    margin: 30px 0 0;
  }
  [data-contents-type^=types] .types__mv .mv__left .mv__left--graph {
    margin: 20px auto 0;
    width: 82%;
  }
  [data-contents-type^=types] .types__mv .mv__left .mv__left--graph .chart-container {
    width: min(82vw, 335px);
    height: min(82vw, 335px);
  }
  [data-contents-type^=types] .types__mv .mv__left .mv__left--graph .mv__anchor--btn {
    margin: 0 auto 30px;
  }
  [data-contents-type^=types] .types__mv .mv__right--inner {
    flex-wrap: wrap;
    gap: 3%;
  }
  [data-contents-type^=types] .types__mv .mv__right--inner .mv__right--text {
    display: contents;
  }
  [data-contents-type^=types] .types__mv .mv__right--inner .mv__right--text h1 ruby {
    font-size: 30px;
  }
  [data-contents-type^=types] .types__mv .mv__right--inner .mv__right--text h1 ruby rt {
    font-size: 12px;
    letter-spacing: -15px;
  }
  [data-contents-type^=types] .types__mv .mv__right--inner .mv__right--text h2 {
    font-size: 16px;
    padding: 0 0 10px;
    margin: 15px 0 10px;
  }
  [data-contents-type^=types] .types__mv .mv__right--inner .mv__right--text p {
    font-size: 14px;
    line-height: 1.8;
  }
  [data-contents-type^=types] .types__mv .mv__right--inner .mv__right--text > div:first-child {
    order: 1;
    width: 50%;
  }
  [data-contents-type^=types] .types__mv .mv__right--inner .mv__right--text .sns__box {
    order: 5;
    width: 92%;
    margin: 20px 0 0;
    padding: 10px 15px;
  }
  [data-contents-type^=types] .types__mv .mv__right--inner .mv__right--text .sns__box ul {
    gap: 30px;
  }
  [data-contents-type^=types] .types__mv .mv__right--inner .mv__right--text .sns__box ul li {
    width: 15.5%;
  }
  [data-contents-type^=types] .types__mv .mv__right--inner .mv__right--text .sns__box ul li img {
    width: 100%;
  }
  [data-contents-type^=types] .types__mv .mv__right--inner .mv__right--text .sns__box p {
    font-size: 14px;
    padding: 0 0 5px;
    margin: 0 0 10px;
  }
  [data-contents-type^=types] .types__mv .mv__right--inner .mv__right--text .type__ratio {
    order: 4;
    width: 100%;
    margin: 35px 0 0;
    font-size: 14px;
    font-weight: bold;
  }
  [data-contents-type^=types] .types__mv .mv__right--inner .mv__right--img {
    order: 2;
    width: 47%;
  }
  [data-contents-type^=types] .types__mv .type__symptoms {
    margin: 40px 0 0;
  }
  [data-contents-type^=types] .types__mv .type__symptoms ul {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  [data-contents-type^=types] .types__mv .type__symptoms ul li {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  [data-contents-type^=types] .types__mv::after {
    top: 308px;
    right: -66px;
  }
}
[data-contents-type^=types] .advice__wrap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 60px 40px;
  background: #FFFFFF;
  border-radius: 30px;
}
[data-contents-type^=types] .advice__wrap::before {
  content: "";
  display: block;
  width: 50px;
  height: 72px;
  background-image: url(/ph/k-therapy/karadakagami/shared_2025/img/types/advice_illust_cats.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  position: absolute;
  top: 30px;
  left: 32%;
  transform: translateX(-33%);
}
[data-contents-type^=types] .advice__wrap h2 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 48px;
}
[data-contents-type^=types] .advice__wrap h2 span {
  padding: 0 0 5px;
  background: linear-gradient(transparent 60%, #F8EEED 60%);
}
[data-contents-type^=types] .advice__wrap .advice__point--box {
  max-width: 717px;
  width: 100%;
  margin: 40px auto 0;
}
[data-contents-type^=types] .advice__wrap .advice__point--box p {
  font-size: 15px;
  line-height: 1.6;
  margin: 15px 0 0;
}
[data-contents-type^=types] .advice__wrap .advice__list {
  margin: 48px 0 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  gap: 3.5%;
}
[data-contents-type^=types] .advice__wrap .advice__list li {
  width: 33.3%;
  padding: 30px 20px;
  border-radius: 20px;
  border: 1px solid #424242;
  background: #F8EEED;
  box-shadow: 5px 5px 0 0 rgba(230, 111, 129, 0.3);
}
[data-contents-type^=types] .advice__wrap .advice__list li h3 {
  border-bottom: 2px dotted #E66F81;
  text-align: center;
  padding: 0 0 20px;
  margin: 0 0 20px;
}
[data-contents-type^=types] .advice__wrap .advice__list li h4 {
  margin: 0 0 0;
  text-align: center;
}
[data-contents-type^=types] .advice__wrap .advice__list li p {
  font-size: 15px;
  line-height: 1.6;
}
[data-contents-type^=types] .advice__wrap .advice__list li .advice__recommend--box {
  margin: 15px 0 0;
}
[data-contents-type^=types] .advice__wrap .advice__list li .advice__recommend--box > p:first-child {
  text-align: center;
  margin: 0 0 10px;
}
[data-contents-type^=types] .advice__wrap .advice__list li .advice__subcontens--box {
  margin: 20px 0 0;
  padding: 15px 20px 20px;
  border-radius: 10px;
  background: #FADADA;
  text-align: center;
}
[data-contents-type^=types] .advice__wrap .advice__list li .advice__recipe--box img {
  margin: 20px auto 0;
}
[data-contents-type^=types] .advice__wrap .advice__list li .advice__recipe--box p {
  margin: 20px 0 0;
}
[data-contents-type^=types] .advice__wrap .advice__list li .advice__recipe--box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin: 20px 0 0;
  border-radius: 28px;
  border: 1px solid #424242;
  font-size: 16px;
  font-weight: bold;
  color: #fff !important;
  background-image: url(/ph/k-therapy/karadakagami/shared_2025/img/types/arrow-right.svg);
  background-size: 8px 14px;
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-color: #E66F81;
}
@media screen and (max-width: 640px) {
  [data-contents-type^=types] .advice__wrap {
    padding: 60px 20px;
  }
  [data-contents-type^=types] .advice__wrap::before {
    width: 45px;
    height: 65px;
    top: 40px;
    left: 14vw;
    transform: translateX(0);
  }
  [data-contents-type^=types] .advice__wrap h2 {
    font-size: 18px;
    text-align: center;
    margin: 0 auto 35px;
    padding-left: 15px;
  }
  [data-contents-type^=types] .advice__wrap .advice__list {
    flex-direction: column;
    gap: 30px;
    margin: 40px 0 0;
  }
  [data-contents-type^=types] .advice__wrap .advice__list li {
    width: 100%;
    padding: 20px 20px 30px;
  }
  [data-contents-type^=types] .advice__wrap .advice__list li h3 {
    font-size: 18px;
    padding: 0 0 15px;
  }
  [data-contents-type^=types] .advice__wrap .advice__list li p {
    font-size: 14px;
    line-height: 1.8;
  }
  [data-contents-type^=types] .advice__wrap .advice__list li .advice__subcontens--box {
    padding: 10px 20px;
  }
  [data-contents-type^=types] .advice__wrap .advice__list li .advice__recipe--box h4 {
    font-size: 16px;
  }
  [data-contents-type^=types] .advice__wrap .advice__list li .advice__recipe--box a {
    height: 48px;
    font-size: 14px;
  }
  [data-contents-type^=types] .advice__wrap .advice__point--box {
    margin: 30px auto 0;
  }
  [data-contents-type^=types] .advice__wrap .advice__point--box p:first-child {
    font-size: 16px;
    text-align: center;
  }
  [data-contents-type^=types] .advice__wrap .advice__point--box p:not(:first-child) {
    font-size: 14px;
  }
}
@media screen and (max-width: 430px) {
  [data-contents-type^=types] .advice__wrap::before {
    left: 8vw;
  }
  [data-contents-type^=types] .advice__wrap h2 {
    text-align: center;
    padding-left: 10vw;
  }
}
[data-contents-type^=types] .type__data--wrap {
  width: 100%;
  margin: 0 auto 45px;
  padding: 55px 0 0;
}
[data-contents-type^=types] .type__data--wrap .type__acco--btn {
  position: relative;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 320px;
  width: 100%;
  height: 62px;
  margin: 0 auto;
  border-radius: 30px;
  border: 1px solid #424242;
  background: #F8EEED;
}
[data-contents-type^=types] .type__data--wrap .type__acco--btn p {
  font-weight: bold;
}
[data-contents-type^=types] .type__data--wrap .type__acco--btn .type__acco--icon {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  background: #424242;
  border-radius: 50%;
}
[data-contents-type^=types] .type__data--wrap .type__acco--btn .type__acco--icon span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 14px;
  height: 3px;
  border-radius: 1.5px;
  background: #fff;
  transition: 0.2s;
}
[data-contents-type^=types] .type__data--wrap .type__acco--btn .type__acco--icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(90deg);
}
[data-contents-type^=types] .type__data--wrap .type__acco--btn.change__icon .type__acco--icon span:nth-child(2) {
  transform: translate(-50%, -50%) rotate(0deg);
}
[data-contents-type^=types] .type__data--wrap .type__acco--content {
  display: none;
  background: #FFFFFF;
  padding: 48px 110px 62px;
  margin: 48px 0 0;
  border-radius: 30px;
}
[data-contents-type^=types] .type__data--wrap .type__acco--content h2 {
  margin: 0 0 0;
  font-size: 24px;
  text-align: center;
}
[data-contents-type^=types] .type__data--wrap .type__acco--content h2 span {
  border-bottom: 2px dotted #E66F81;
  padding: 0 0 10px;
  display: inline-block;
}
[data-contents-type^=types] .type__data--wrap .type__acco--content > ul {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 64px 3.2%;
  margin: 64px 0 0;
}
[data-contents-type^=types] .type__data--wrap .type__acco--content > ul li {
  width: 22.6%;
}
[data-contents-type^=types] .type__data--wrap .type__acco--content > ul li h3 {
  margin: 15px 0 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
[data-contents-type^=types] .type__data--wrap .type__acco--content > ul li h3 ruby rt {
  font-weight: normal;
  margin: 0 0 3px;
}
[data-contents-type^=types] .type__data--wrap .type__acco--content > ul li p {
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
  padding: 0 35px;
  margin: 15px 0 0;
}
[data-contents-type^=types] .type__data--wrap .type__acco--content > ul li .type__data--btn {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 150px;
  width: 100%;
  height: 44px;
  border-radius: 22px;
  margin: 15px auto 0;
  background-color: #424242;
  background-image: url(/ph/k-therapy/karadakagami/shared_2025/img/types/arrow-right.svg);
  background-size: 7px 13px;
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  [data-contents-type^=types] .type__data--wrap .type__acco--content {
    padding: 30px 20px 50px;
    margin: 30px 0 0;
  }
  [data-contents-type^=types] .type__data--wrap .type__acco--content h2 {
    font-size: 18px;
  }
  [data-contents-type^=types] .type__data--wrap .type__acco--content > ul {
    margin: 30px 0 0;
    gap: 40px 3.2%;
  }
  [data-contents-type^=types] .type__data--wrap .type__acco--content > ul li {
    width: 48.2%;
  }
  [data-contents-type^=types] .type__data--wrap .type__acco--content > ul li h3 {
    margin: 10px 0 0;
    font-size: 16px;
  }
  [data-contents-type^=types] .type__data--wrap .type__acco--content > ul li p {
    font-size: 14px;
    padding: 0 0;
  }
}
[data-contents-type^=types] .types__graph--wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 64px;
  margin: 80px 0 0;
}
[data-contents-type^=types] .types__graph--wrap .types__graph--box {
  position: relative;
  max-width: 400px;
  width: 100%;
  height: 400px;
}
[data-contents-type^=types] .types__graph--wrap .types__graph--box .types__graph--label {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
}
[data-contents-type^=types] .types__graph--wrap .types__graph--list {
  max-width: 375px;
  width: 100%;
}
[data-contents-type^=types] .types__graph--wrap .types__graph--list ul {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px 32px;
}
[data-contents-type^=types] .types__graph--wrap .types__graph--list ul li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 16px;
}
[data-contents-type^=types] .types__graph--wrap .types__graph--list ul li img {
  width: 60px;
}
[data-contents-type^=types] .types__graph--wrap .types__graph--list ul li p {
  font-size: 16px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  [data-contents-type^=types] .types__graph--wrap {
    flex-direction: column;
    margin: 60px 0 0;
    gap: 30px;
  }
  [data-contents-type^=types] .types__graph--wrap .types__graph--box {
    max-width: 300px;
    height: 300px;
  }
  [data-contents-type^=types] .types__graph--wrap .types__graph--box .types__graph--label {
    font-size: 14px;
  }
  [data-contents-type^=types] .types__graph--wrap .types__graph--list {
    gap: 12px;
    max-width: 295px;
  }
  [data-contents-type^=types] .types__graph--wrap .types__graph--list ul {
    gap: 10px 35px;
  }
  [data-contents-type^=types] .types__graph--wrap .types__graph--list ul li a {
    gap: 10px;
  }
  [data-contents-type^=types] .types__graph--wrap .types__graph--list ul li img {
    width: 40px;
  }
  [data-contents-type^=types] .types__graph--wrap .types__graph--list ul li p {
    font-size: 14px;
  }
}

/* ------------------------------------------------------
 * テーマカラー制御
------------------------------------------------------ */
[data-contents-type=types-a] .contents .type__text--str {
  color: #7D4EB4;
}
[data-contents-type=types-a] .types__mv .mv__right--inner .mv__right--text h2,
[data-contents-type=types-a] .types__mv .mv__right--inner .mv__right--text .sns__box p,
[data-contents-type=types-a] .types__mv .type__symptoms p,
[data-contents-type=types-a] .advice__wrap .advice__list li h3,
[data-contents-type=types-a] .type__data--wrap .type__acco--content h2 span {
  border-bottom-color: #7D4EB4;
}
[data-contents-type=types-a] .advice__wrap .advice__list li .advice__recipe--box a {
  background-color: #7D4EB4;
}
[data-contents-type=types-a] .types__mv .mv__right--inner .mv__right--text .sns__box,
[data-contents-type=types-a] .advice__wrap .advice__list li,
[data-contents-type=types-a] .type__data--wrap .type__acco--btn,
[data-contents-type=types-a] .mv__anchor--btn {
  background-color: #FCF7FF;
}
[data-contents-type=types-a] .advice__wrap h2 span {
  background: linear-gradient(transparent 60%, #FCF7FF 60%);
}
[data-contents-type=types-a] .contents,
[data-contents-type=types-a] .advice__wrap .advice__list li .advice__subcontens--box {
  background-color: #F5EAFC;
}
[data-contents-type=types-a] .advice__wrap .advice__list li {
  box-shadow: 5px 5px 0 0 rgba(125, 78, 180, 0.3);
}
[data-contents-type=types-a] .types__mv::before {
  background-image: url("/ph/k-therapy/karadakagami/shared_2025/img/types/bg_icon_typesA-01.svg");
}
[data-contents-type=types-a] .types__mv::after {
  background-image: url("/ph/k-therapy/karadakagami/shared_2025/img/types/bg_icon_typesA-02.svg");
}
[data-contents-type=types-a] .footer {
  background-color: #F5EAFC;
}

[data-contents-type=types-b] .contents .type__text--str {
  color: #D363C1;
}
[data-contents-type=types-b] .types__mv .mv__right--inner .mv__right--text h2,
[data-contents-type=types-b] .types__mv .mv__right--inner .mv__right--text .sns__box p,
[data-contents-type=types-b] .types__mv .type__symptoms p,
[data-contents-type=types-b] .advice__wrap .advice__list li h3,
[data-contents-type=types-b] .type__data--wrap .type__acco--content h2 span {
  border-bottom-color: #D363C1;
}
[data-contents-type=types-b] .advice__wrap .advice__list li .advice__recipe--box a {
  background-color: #D363C1;
}
[data-contents-type=types-b] .types__mv .mv__right--inner .mv__right--text .sns__box,
[data-contents-type=types-b] .advice__wrap .advice__list li,
[data-contents-type=types-b] .type__data--wrap .type__acco--btn,
[data-contents-type=types-b] .mv__anchor--btn {
  background-color: #FFF5FE;
}
[data-contents-type=types-b] .advice__wrap h2 span {
  background: linear-gradient(transparent 60%, #FFF5FE 60%);
}
[data-contents-type=types-b] .contents,
[data-contents-type=types-b] .advice__wrap .advice__list li .advice__subcontens--box {
  background-color: #FCEAFA;
}
[data-contents-type=types-b] .advice__wrap .advice__list li {
  box-shadow: 5px 5px 0 0 rgba(211, 99, 193, 0.3);
}
[data-contents-type=types-b] .types__mv::before {
  background-image: url("/ph/k-therapy/karadakagami/shared_2025/img/types/bg_icon_typesB-01.svg");
}
[data-contents-type=types-b] .types__mv::after {
  background-image: url("/ph/k-therapy/karadakagami/shared_2025/img/types/bg_icon_typesB-02.svg");
}
[data-contents-type=types-b] .footer {
  background-color: #FCEAFA;
}

[data-contents-type=types-c] .contents .type__text--str {
  color: #8DB700;
}
[data-contents-type=types-c] .types__mv .mv__right--inner .mv__right--text h2,
[data-contents-type=types-c] .types__mv .mv__right--inner .mv__right--text .sns__box p,
[data-contents-type=types-c] .types__mv .type__symptoms p,
[data-contents-type=types-c] .advice__wrap .advice__list li h3,
[data-contents-type=types-c] .type__data--wrap .type__acco--content h2 span {
  border-bottom-color: #8DB700;
}
[data-contents-type=types-c] .advice__wrap .advice__list li .advice__recipe--box a {
  background-color: #8DB700;
}
[data-contents-type=types-c] .types__mv .mv__right--inner .mv__right--text .sns__box,
[data-contents-type=types-c] .advice__wrap .advice__list li,
[data-contents-type=types-c] .type__data--wrap .type__acco--btn,
[data-contents-type=types-c] .mv__anchor--btn {
  background-color: #FDFFEB;
}
[data-contents-type=types-c] .advice__wrap h2 span {
  background: linear-gradient(transparent 60%, #FDFFEB 60%);
}
[data-contents-type=types-c] .contents,
[data-contents-type=types-c] .advice__wrap .advice__list li .advice__subcontens--box {
  background-color: #F7FFC1;
}
[data-contents-type=types-c] .advice__wrap .advice__list li {
  box-shadow: 5px 5px 0 0 rgba(141, 183, 1, 0.3);
}
[data-contents-type=types-c] .types__mv::before {
  background-image: url("/ph/k-therapy/karadakagami/shared_2025/img/types/bg_icon_typesC-01.svg");
}
[data-contents-type=types-c] .types__mv::after {
  background-image: url("/ph/k-therapy/karadakagami/shared_2025/img/types/bg_icon_typesC-02.svg");
}
[data-contents-type=types-c] .footer {
  background-color: #F7FFC1;
}

[data-contents-type=types-d] .contents .type__text--str {
  color: #2DAC49;
}
[data-contents-type=types-d] .types__mv .mv__right--inner .mv__right--text h2,
[data-contents-type=types-d] .types__mv .mv__right--inner .mv__right--text .sns__box p,
[data-contents-type=types-d] .types__mv .type__symptoms p,
[data-contents-type=types-d] .advice__wrap .advice__list li h3,
[data-contents-type=types-d] .type__data--wrap .type__acco--content h2 span {
  border-bottom-color: #2DAC49;
}
[data-contents-type=types-d] .advice__wrap .advice__list li .advice__recipe--box a {
  background-color: #2DAC49;
}
[data-contents-type=types-d] .types__mv .mv__right--inner .mv__right--text .sns__box,
[data-contents-type=types-d] .advice__wrap .advice__list li,
[data-contents-type=types-d] .type__data--wrap .type__acco--btn,
[data-contents-type=types-d] .mv__anchor--btn {
  background-color: #F7FFF9;
}
[data-contents-type=types-d] .advice__wrap h2 span {
  background: linear-gradient(transparent 60%, #F7FFF9 60%);
}
[data-contents-type=types-d] .contents,
[data-contents-type=types-d] .advice__wrap .advice__list li .advice__subcontens--box {
  background-color: #DEF7E3;
}
[data-contents-type=types-d] .advice__wrap .advice__list li {
  box-shadow: 5px 5px 0 0 rgba(45, 172, 73, 0.3);
}
[data-contents-type=types-d] .types__mv::before {
  background-image: url("/ph/k-therapy/karadakagami/shared_2025/img/types/bg_icon_typesD-01.svg");
}
[data-contents-type=types-d] .types__mv::after {
  background-image: url("/ph/k-therapy/karadakagami/shared_2025/img/types/bg_icon_typesD-02.svg");
}
[data-contents-type=types-d] .footer {
  background-color: #DEF7E3;
}

[data-contents-type=types-e] .contents .type__text--str {
  color: #5C5ECB;
}
[data-contents-type=types-e] .types__mv .mv__right--inner .mv__right--text h2,
[data-contents-type=types-e] .types__mv .mv__right--inner .mv__right--text .sns__box p,
[data-contents-type=types-e] .types__mv .type__symptoms p,
[data-contents-type=types-e] .advice__wrap .advice__list li h3,
[data-contents-type=types-e] .type__data--wrap .type__acco--content h2 span {
  border-bottom-color: #5C5ECB;
}
[data-contents-type=types-e] .advice__wrap .advice__list li .advice__recipe--box a {
  background-color: #5C5ECB;
}
[data-contents-type=types-e] .types__mv .mv__right--inner .mv__right--text .sns__box,
[data-contents-type=types-e] .advice__wrap .advice__list li,
[data-contents-type=types-e] .type__data--wrap .type__acco--btn,
[data-contents-type=types-e] .mv__anchor--btn {
  background-color: #F7F7FF;
}
[data-contents-type=types-e] .advice__wrap h2 span {
  background: linear-gradient(transparent 60%, #F7F7FF 60%);
}
[data-contents-type=types-e] .contents,
[data-contents-type=types-e] .advice__wrap .advice__list li .advice__subcontens--box {
  background-color: #E6E8FF;
}
[data-contents-type=types-e] .advice__wrap .advice__list li {
  box-shadow: 5px 5px 0 0 rgba(92, 94, 203, 0.3);
}
[data-contents-type=types-e] .types__mv::before {
  background-image: url("/ph/k-therapy/karadakagami/shared_2025/img/types/bg_icon_typesE-01.svg");
}
[data-contents-type=types-e] .types__mv::after {
  background-image: url("/ph/k-therapy/karadakagami/shared_2025/img/types/bg_icon_typesE-02.svg");
}
[data-contents-type=types-e] .footer {
  background-color: #E6E8FF;
}

[data-contents-type=types-f] .contents .type__text--str {
  color: #F2386B;
}
[data-contents-type=types-f] .types__mv .mv__right--inner .mv__right--text h2,
[data-contents-type=types-f] .types__mv .mv__right--inner .mv__right--text .sns__box p,
[data-contents-type=types-f] .types__mv .type__symptoms p,
[data-contents-type=types-f] .advice__wrap .advice__list li h3,
[data-contents-type=types-f] .type__data--wrap .type__acco--content h2 span {
  border-bottom-color: #F2386B;
}
[data-contents-type=types-f] .advice__wrap .advice__list li .advice__recipe--box a {
  background-color: #F2386B;
}
[data-contents-type=types-f] .types__mv .mv__right--inner .mv__right--text .sns__box,
[data-contents-type=types-f] .advice__wrap .advice__list li,
[data-contents-type=types-f] .type__data--wrap .type__acco--btn,
[data-contents-type=types-f] .mv__anchor--btn {
  background-color: #FFF7F9;
}
[data-contents-type=types-f] .advice__wrap h2 span {
  background: linear-gradient(transparent 60%, #FFF7F9 60%);
}
[data-contents-type=types-f] .contents,
[data-contents-type=types-f] .advice__wrap .advice__list li .advice__subcontens--box {
  background-color: #FDE7EC;
}
[data-contents-type=types-f] .advice__wrap .advice__list li {
  box-shadow: 5px 5px 0 0 rgba(242, 56, 107, 0.3);
}
[data-contents-type=types-f] .types__mv::before {
  background-image: url("/ph/k-therapy/karadakagami/shared_2025/img/types/bg_icon_typesF-01.svg");
}
[data-contents-type=types-f] .types__mv::after {
  background-image: url("/ph/k-therapy/karadakagami/shared_2025/img/types/bg_icon_typesF-02.svg");
}
[data-contents-type=types-f] .footer {
  background-color: #FDE7EC;
}

[data-contents-type=types-g] .contents .type__text--str {
  color: #FFB100;
}
[data-contents-type=types-g] .types__mv .mv__right--inner .mv__right--text h2,
[data-contents-type=types-g] .types__mv .mv__right--inner .mv__right--text .sns__box p,
[data-contents-type=types-g] .types__mv .type__symptoms p,
[data-contents-type=types-g] .advice__wrap .advice__list li h3,
[data-contents-type=types-g] .type__data--wrap .type__acco--content h2 span {
  border-bottom-color: #FFB100;
}
[data-contents-type=types-g] .advice__wrap .advice__list li .advice__recipe--box a {
  background-color: #FFB100;
}
[data-contents-type=types-g] .types__mv .mv__right--inner .mv__right--text .sns__box,
[data-contents-type=types-g] .advice__wrap .advice__list li,
[data-contents-type=types-g] .type__data--wrap .type__acco--btn,
[data-contents-type=types-g] .mv__anchor--btn {
  background-color: #FFFDEB;
}
[data-contents-type=types-g] .advice__wrap h2 span {
  background: linear-gradient(transparent 60%, #FFFDEB 60%);
}
[data-contents-type=types-g] .contents,
[data-contents-type=types-g] .advice__wrap .advice__list li .advice__subcontens--box {
  background-color: #FFF7CC;
}
[data-contents-type=types-g] .advice__wrap .advice__list li {
  box-shadow: 5px 5px 0 0 rgba(255, 177, 0, 0.3);
}
[data-contents-type=types-g] .types__mv::before {
  background-image: url("/ph/k-therapy/karadakagami/shared_2025/img/types/bg_icon_typesG-01.svg");
}
[data-contents-type=types-g] .types__mv::after {
  background-image: url("/ph/k-therapy/karadakagami/shared_2025/img/types/bg_icon_typesG-02.svg");
}
[data-contents-type=types-g] .footer {
  background-color: #FFF7CC;
}

[data-contents-type=types-h] .contents .type__text--str {
  color: #15B7FF;
}
[data-contents-type=types-h] .types__mv .mv__right--inner .mv__right--text h2,
[data-contents-type=types-h] .types__mv .mv__right--inner .mv__right--text .sns__box p,
[data-contents-type=types-h] .types__mv .type__symptoms p,
[data-contents-type=types-h] .advice__wrap .advice__list li h3,
[data-contents-type=types-h] .type__data--wrap .type__acco--content h2 span {
  border-bottom-color: #15B7FF;
}
[data-contents-type=types-h] .advice__wrap .advice__list li .advice__recipe--box a {
  background-color: #15B7FF;
}
[data-contents-type=types-h] .types__mv .mv__right--inner .mv__right--text .sns__box,
[data-contents-type=types-h] .advice__wrap .advice__list li,
[data-contents-type=types-h] .type__data--wrap .type__acco--btn,
[data-contents-type=types-h] .mv__anchor--btn {
  background-color: #F5FCFF;
}
[data-contents-type=types-h] .advice__wrap h2 span {
  background: linear-gradient(transparent 60%, #F5FCFF 60%);
}
[data-contents-type=types-h] .contents,
[data-contents-type=types-h] .advice__wrap .advice__list li .advice__subcontens--box {
  background-color: #DBF5FF;
}
[data-contents-type=types-h] .advice__wrap .advice__list li {
  box-shadow: 5px 5px 0 0 rgba(21, 183, 255, 0.3);
}
[data-contents-type=types-h] .types__mv::before {
  background-image: url("/ph/k-therapy/karadakagami/shared_2025/img/types/bg_icon_typesH-01.svg");
}
[data-contents-type=types-h] .types__mv::after {
  background-image: url("/ph/k-therapy/karadakagami/shared_2025/img/types/bg_icon_typesH-02.svg");
}
[data-contents-type=types-h] .footer {
  background-color: #DBF5FF;
}

/*# sourceMappingURL=style.css.map */
