@charset "utf-8";

/*----------------------------------

home

----------------------------------*/

@media (hover: hover) and (pointer: fine) {
  /*hoverありデバイス*/

  .recipe__post figure a:hover img {
    transform: scale(1.03);
  }

  .recipe__color ul.current-active li:not(.current) a:hover {
    opacity: 1;
  }
}

.mv__slider .slick-track > li {
  margin: 0 5px;
}

.mv__slider figure {
  position: relative;
}

.mv__slider figure img {
  width: 100%;
}

.mv__slider figcaption {
  position: absolute;
  bottom: 30px;
  left: 40px;
  z-index: 10;
}

.mv__slider .slider_category {
  font-size: 1.2rem;
  color: #fff;
  position: relative;
  padding-left: 18px;
  margin-bottom: 12px;
}

.mv__slider .slider_category:before {
  content: '';
  height: 1px;
  width: 8px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
}

.mv__slider .slider_shoulder {
  font-size: 1.7rem;
  color: #fff;
  font-weight: 700;
  margin: 15px 0 6px;
}

.mv__slider .slider_ttl {
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
}

.mv__slider .slideitems {
  position: relative;
}

.custom-navigation {
  margin: 40px 50px 0;
  display: flex;
  justify-content: flex-start;
}

.custom-arrows {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding: 0 20px;
}

.slick-prev,
.slick-next {
  cursor: pointer;
  position: relative;
  display: inline-block;
  text-indent: -98765px;
  width: 20px;
}

.slick-next {
  margin-left: 23px;
}

.slick-prev {
  margin-right: 23px;
}

.slick-prev:before,
.slick-prev:after,
.slick-next:before,
.slick-next:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
}

.slick-next:before,
.slick-prev:before {
  width: 15px;
  height: 1px;
  background: var(--txt-color);
}

.slick-prev:before {
  left: 0;
}

.slick-next:after {
  right: -12px;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--txt-color);
  border-right: 1px solid var(--txt-color);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.slick-prev:before {
  left: 5px;
}

.slick-prev:after {
  left: 0;
  width: 8px;
  height: 8px;
  border-top: 1px solid var(--txt-color);
  border-left: 1px solid var(--txt-color);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dots li {
  line-height: 0;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  border: none;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 7px;
  cursor: pointer;
  transition: background-color 0.3s ease;
  border: solid 1px var(--txt-color);
}

.slick-dots li.slick-active button {
  background-color: var(--txt-color);
}

.recipe__wrap {
  margin: 20px 0 0;
  text-align: right;
}

.recipe__category__tab {
  margin-right: 50px;
  background: #fff;
  border-radius: 999px;
  padding: 4px;
  display: inline-block;
}

.recipe__category__tab ul {
  display: flex;
  align-items: center;
}

.recipe__category__tab a {
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--txt-color);
  padding: 19px 20px;
  border-radius: 999px;
}

.recipe__category__tab .current a {
  background: var(--txt-color);
  color: #fff;
}

.recipe__color {
  margin: 40px 0 70px;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  &::-webkit-scrollbar {
    display: none;
  }
  -webkit-overflow-scrolling: touch;
}

.recipe__color ul {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}

.recipe__color li:first-of-type {
  padding-left: 50px;
}

.recipe__color li:last-of-type {
  padding-right: 50px;
}

.recipe__color li a {
  opacity: 1;
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 10px;
}

.recipe__color li.current a {
  opacity: 1;
}

.recipe__color ul.current-active li:not(.current) a {
  opacity: 0.4;
}

.recipe__color ul.current-active li a {
  opacity: 1;
}

.recipe__color li a img {
  width: 70px;
  height: 70px;
  border-radius: 999px;
}

.recipe__color li a span {
  text-align: center;
  font-size: 1.8rem;
  padding: 0 30px;
}

.recipe__color li small {
  display: block;
  font-size: 1.1rem;
  margin-top: 6px;
  font-weight: 700;
  word-break: keep-all;
}

.recipe__color .all {
  background: #fff;
  border: solid 1px var(--line-color);
  height: 100%;
  padding: 10px;
}

.recipe__color .all span {
  color: var(--sub-color);
  padding: 0 20px;
}

.recipe__color .gray {
  background: #9d9d9d;
}

.recipe__color .silver {
  /*background: linear-gradient(90deg, #B4B6BC, #DBDBDB, #B4B6BC);*/
  background: #b4b6bc;
}

.recipe__color .white {
  background: #fff;
}

.recipe__color .white span {
  color: var(--tag-color);
}

.recipe__color .beige {
  background: #bfae91;
}

.recipe__color .brown {
  background: #69523e;
}

.recipe__color .pink {
  background: #e390b7;
}

.recipe__color .purple {
  background: #8c64b4;
}

.recipe__color .blue {
  background: #47a7d1;
}

.recipe__color .green {
  background: #5baf75;
}

.recipe__color .orange {
  background: #db935e;
}

.recipe__color .red {
  background: #de5b56;
}

.recipe__color .yellow {
  background: #f4dd5c;
}

.recipe__lists {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 60px 30px;
  text-align: left;
  margin: 0 50px;
}

.recipe__post figure {
  overflow: hidden;
  border-radius: 10px;
}

.recipe__post figure img {
  transition: all 0.3s;
  border-radius: 10px;
}

.recipe__post .recipe__title {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 15px;
}

.recipe__tags {
  margin-top: 15px;
}

.recipe__tags ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.recipe__tags li a {
  border-radius: 5px;
  padding: 5px 8px;
  font-size: 1.1rem;
  letter-spacing: 0.08em;
}

.recipe__tags .bleach a {
  background: var(--bleach-color);
  color: var(--sub-color);
}

.recipe__tags .design a {
  background: var(--tag-color);
  color: #fff;
}

.recipe__tags .color a {
  background: #fff;
  color: var(--sub-color);
}

.recipe__movie__lists {
  margin: -40px 50px 0;
  text-align: left;
}

.recipe__movie__category {
  margin-top: 80px;
}

.recipe__movie__category h2 {
  font-size: 2.4rem;
  font-weight: 700;
}

.recipe__movie__wrap {
  display: flex;
  gap: 30px;
  margin: 40px -50px 0;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  &::-webkit-scrollbar {
    display: none;
  }
  -webkit-overflow-scrolling: touch;
}

.recipe__movie__post {
  min-width: 28vw;
  max-width: 28vw;
}

.recipe__movie__post:first-of-type {
  margin-left: 50px;
}

.recipe__movie__post:last-of-type {
  margin-right: 50px;
}

.recipe__movie__post figure a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recipe__movie__post figure img {
  border-radius: 10px;
}

.recipe__movie__post figure a:before {
  position: absolute;
  z-index: 2;
  content: '';
  display: block;
  width: 80px;
  height: 80px;
  background-size: 100%;
  background: url(../img/ico_play.svg) no-repeat;
  transition: all 0.3s;
}

.recipe__movie__post figure a:hover:before {
  transform: scale(1.05);
}

.recipe__movie__post figure a:after {
  background: #000;
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 10px;
}

.recipe__movie__post h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 15px;
}

@media screen and (max-width: 1366px) {
  .recipe__lists {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 1024px) {
  .recipe__lists {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .recipe__movie__post {
    min-width: 36vw;
    max-width: 36vw;
  }
}

@media screen and (max-width: 768px) {
  .mv__slider figcaption {
    bottom: min(4vw, 30px);
    left: min(5vw, 40px);
  }

  .mv__slider .slick-track > li {
    margin: 0 min(0.6vw, 5px);
  }

  .mv__slider .slider_shoulder {
    font-size: 1.2rem;
    margin: 12px 0 5px;
  }

  .mv__slider .slider_category {
    font-size: 1rem;
    margin-bottom: 8px;
  }

  .mv__slider .slider_ttl {
    font-size: 1.7rem;
  }

  .recipe__lists {
    grid-template-columns: 1fr 1fr;
    gap: min(10vw, 60px) min(3vw, 30px);
    margin: 0 min(4vw, 50px);
  }

  .recipe__wrap {
    margin: min(8vw, 50px) 0 0;
    text-align: center;
  }

  .custom-navigation {
    margin: min(5vw, 40px) min(4vw, 50px) 0;
    justify-content: center;
  }

  .recipe__category__tab {
    margin-right: 0;
  }

  .recipe__category__tab a {
    font-size: min(3vw, 1.4rem);
    padding: min(4vw, 19px) 20px;
  }

  .recipe__color {
    margin: min(8vw, 40px) 0 min(8vw, 70px);
  }

  .recipe__color ul {
    gap: 6px;
  }

  .recipe__color li:first-of-type {
    padding-left: min(4vw, 50px);
  }

  .recipe__color li:last-of-type {
    padding-right: min(4vw, 50px);
  }

  .recipe__color li a {
    padding: min(2vw, 10px) 0 min(2vw, 10px) min(2vw, 10px);
  }

  .recipe__color li a span {
    font-size: min(3.4vw, 1.8rem);
    padding: 0 min(4vw, 30px);
  }

  .recipe__color li small {
    font-size: min(2.5vw, 1.1rem);
    margin-top: min(1vw, 6px);
  }

  .recipe__color li a img {
    width: clamp(40px, 10vw, 70px);
    height: clamp(40px, 10vw, 70px);
  }

  .recipe__color .all span {
    padding: 0 min(2vw, 20px);
  }

  .recipe__post .recipe__title {
    font-size: min(3.4vw, 1.4rem);
    margin-top: min(3vw, 15px);
  }

  .recipe__tags {
    margin-top: min(3vw, 15px);
  }

  .recipe__tags li a {
    font-size: min(2.2vw, 1.1rem);
  }

  .recipe__tags ul {
    gap: 4px;
  }

  .recipe__movie__lists {
    margin: -10px 0 0;
  }

  .recipe__movie__post {
    min-width: min(60vw, 280px);
    max-width: min(60vw, 280px);
  }

  .recipe__movie__category h2 {
    font-size: min(4.5vw, 2.4rem);
    margin: 0 min(4vw, 50px);
  }

  .recipe__movie__wrap {
    gap: min(3vw, 30px);
    margin: min(6vw, 40px) 0 0 min(-4vw, -50px);
    padding: 0 min(4vw, 50px);
  }

  .recipe__movie__category {
    margin-top: min(10vw, 80px);
    overflow-x: hidden;
  }

  .recipe__movie__post figure a:before {
    width: min(14vw, 80px);
    height: min(14vw, 80px);
    background-size: cover;
  }

  .recipe__movie__post:last-of-type {
    margin-right: 0;
  }
}

/*----------------------------------

law

----------------------------------*/

.contents__law {
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 1.4rem;
  line-height: 1.8;
  counter-reset: number 0;
}

.contents__law h3 {
  font-size: 1.6rem;
  font-weight: 700;
  border-bottom: solid 1px var(--line-color);
  padding-bottom: 10px;
  margin-bottom: 30px;
  &::before {
    content: counter(number) '.';
    counter-increment: number 1;
    padding-right: 0.5em;
  }
}

.contents__law > section {
  margin-top: 60px;
  counter-increment: number 0;
}

.contents__law ol {
  counter-reset: number 0;
}

.contents__law div + ol,
.contents__law div + ul {
  margin-top: 30px;
}

.contents__law ol li {
  position: relative;
  text-indent: 2.2em;
  &::before {
    content: counter(number, decimal-leading-zero) '.';
    counter-increment: number 1;
    position: absolute;
    left: -2.2em;
  }
}

.contents__law ol ol li {
  text-indent: 3em;
  &::before {
    content: '(' counter(number, decimal-leading-zero) ')';
    counter-increment: number 1;
    position: absolute;
    left: -3em;
  }
}

.contents__law .date {
  text-align: right;
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .contents__law {
    font-size: min(3.2vw, 1.4rem);
  }

  .contents__law > section {
    margin-top: min(8vw, 60px);
  }

  .contents__law h3 {
    font-size: min(3.8vw, 1.6rem);
    margin-bottom: min(5vw, 30px);
  }

  .contents__law .date {
    margin-top: min(12vw, 100px);
  }
}

/*----------------------------------

legal

----------------------------------*/

.contents__legal__wrap {
  display: grid;
  gap: 30px;
}

.contents__legal__wrap > div {
  display: grid;
  grid-template-columns: 1.2fr 4fr;
  gap: 30px;
}

.contents__legal__wrap > div:not(:last-of-type) {
  border-bottom: solid 1px var(--line-color);
  padding-bottom: 30px;
}

.contents__legal__wrap > div h3 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8;
}

.contents__legal__wrap > div .note {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .contents__legal__wrap > div {
    grid-template-columns: 1fr;
    gap: min(3vw, 20px);
  }

  .contents__legal__wrap > div h3 {
    font-size: min(3.4vw, 1.4rem);
  }
}

/*----------------------------------

form

----------------------------------*/

.form__set:not(:first-of-type) {
  margin-top: 30px;
}

.form__set {
  text-align: left;
}

.required:after {
  content: '必須';
  background: #d8f3f6;
  color: var(--accent-color);
  border-radius: 999px;
  padding: 3px 8px;
  font-size: 1rem;
  font-weight: 400;
  vertical-align: bottom;
  margin-left: 10px;
  display: inline-block;
  line-height: 1.4;
}

.form__heading {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 15px;
}

.form__input_pw__wrap {
  position: relative;
}

.form__input_pw__wrap .showpw {
  position: absolute;
  right: 20px;
  top: calc(50% - 8.24px);
  cursor: pointer;
}

.auto__login {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.auto__login label {
  font-size: 1.3rem;
}

.head__message {
  border-radius: 10px;
  padding: 25px 30px;
  margin-bottom: 40px;
  font-size: 1.4rem;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
}

.head__message.normal {
  background: #fffef2;
  border: solid 1px #e5e278;
}

.head__message.complete {
  background: #e1f6f7;
  border: solid 1px var(--accent-color);
  color: var(--accent-color);
}

.head__message.error {
  background: #feeff0;
  border: solid 1px var(--error-color);
  color: var(--error-color);
}

.error__alert {
  margin-top: 15px;
}

.error__alert p {
  color: var(--error-color);
  font-size: 1.3rem;
  margin-top: 10px;
  &::before {
    content: '※';
  }
}

.form__set .name {
  display: flex;
  gap: 20px;
}

@media screen and (max-width: 768px) {
  .form__heading {
    font-size: min(3.2vw, 1.4rem);
  }

  .form__set .name {
    gap: min(2vw, 20px);
  }

  .selectbox__birthday {
    gap: min(2vw, 20px);
  }

  .head__message {
    padding: min(4vw, 25px) min(5vw, 30px);
    font-size: min(3.2vw, 1.4rem);
  }
}

/*----------------------------------

login

----------------------------------*/

.contents__login .contetns__inner:last-of-type {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px;
}

.contents__login .register__new h3 {
  font-size: 2rem;
  font-weight: 700;
}

.contents__login .register__new p {
  font-size: 1.4rem;
  line-height: 1.8;
  margin-top: 20px;
}

/*----------------------------------

manual

----------------------------------*/

@media (hover: hover) and (pointer: fine) {
  /*hoverありデバイス*/

  .contents__manual a:hover {
    border: solid 1px var(--main-color);
  }
}

.contents__manual ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px 30px;
}

.contents__manual a {
  background: #fff;
  border-radius: 10px;
  padding: 4px 0 4px 4px;
  width: 100%;
  border: solid 1px transparent;
  transition: all 0.3s;
}

.contents__manual a figure {
  display: grid;
  grid-template-columns: 92px auto;
  align-items: center;
  width: 100%;
}

.contents__manual a figure img {
  border-radius: 9px;
}

.contents__manual a figcaption {
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0 30px;
  line-height: 1.5;
}

.contents__manual a figcaption span {
  text-transform: uppercase;
  display: block;
  font-size: 1.2rem;
  color: var(--sub-color);
  margin-top: 4px;
  font-weight: 400;
}

@media screen and (max-width: 1024px) {
  .contents__manual ul {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .contents__manual ul {
    grid-template-columns: 1fr;
    gap: min(3vw, 20px);
  }

  .contents__manual a figcaption {
    font-size: min(3.4vw, 1.6rem);
  }

  .contents__manual a figcaption span {
    font-size: min(2.6vw, 1.1rem);
  }
}

/*----------------------------------

plan

----------------------------------*/

.contents__plan h3 {
  font-size: 3rem;
  line-height: 1.1;
  font-weight: 700;
}

.contents__plan .contetns__inner:last-child h3 {
  color: var(--main-color);
}

.contents__plan h3 span {
  display: block;
  font-size: 1.8rem;
  margin-top: 10px;
}

.plan__price__free {
  margin: 25px 0 30px 0;
}

.plan__price__free p {
  color: var(--sub-color);
  font-weight: 700;
  font-size: 2.2rem;
}

.plan__price__free p span {
  font-size: 4rem;
}

.plan__price__free p em {
  font-size: 8rem;
  vertical-align: sub;
}

.plan__lists {
  border-top: solid 1px var(--line-color);
  margin-top: 50px;
  padding-top: 20px;
  text-align: left;
}

.plan__lists li {
  font-size: 1.3rem;
  position: relative;
  padding-left: 28px;
  margin-top: 10px;
  line-height: 1.3;
  &::after {
    position: absolute;
    top: 4px;
    left: 6.5px;
    transform: rotate(45deg);
    width: 5px;
    height: 8px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: '';
  }
  &::before {
    content: '';
    position: absolute;
    background: var(--accent-color);
    width: 18px;
    height: 18px;
    border-radius: 999px;
    top: 0;
    left: 0;
  }
}

.plan__price__standard {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  column-gap: 30px;
  margin: 25px 0 30px 0;
}

.plan__price__standard p:first-child {
  color: var(--sub-color);
  font-weight: 700;
  font-size: 1.5rem;
  position: relative;
  display: inline-block;
  &::after {
    content: '';
    height: 2px;
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    background: var(--accent-color);
  }
}

.plan__price__standard p span {
  font-size: 2rem;
}

.plan__price__standard p em {
  font-size: 2.4rem;
  vertical-align: text-bottom;
}

.plan__price__standard p:last-child {
  color: var(--accent-color);
  font-weight: 700;
  font-size: 2.2rem;
}

.plan__price__standard p:last-child span {
  font-size: 4rem;
  margin-left: 15px;
}

.plan__price__standard p:last-child em {
  font-size: 8rem;
  vertical-align: sub;
}

.contents__plan .contetns__inner:last-child {
  position: relative;
}

.contetns__inner:last-child .badge {
  position: absolute;
  background: var(--accent-color);
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  width: 90px;
  height: 90px;
  border-radius: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  top: -45px;
  right: 30px;
  padding-top: 5px;
  animation: ani_badge 0.6s ease 0s infinite alternate;
}

@keyframes ani_badge {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}

.contents__plan .now {
  background: var(--body-color);
  color: var(--sub-color);
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.4;
  border-radius: 999px;
  padding: 20px 40px 20px 60px;
  display: inline-block;
  position: relative;
  &::after {
    position: absolute;
    top: calc(50% - 8px);
    left: 36px;
    transform: rotate(45deg);
    width: 8px;
    height: 14px;
    border-right: 2px solid var(--accent-color);
    border-bottom: 2px solid var(--accent-color);
    content: '';
  }
}

.plan__chart {
  width: min(100%, 800px);
  margin: 100px auto 0;
  text-align: center;
}

.plan__chart .table__normal span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-top: -1.5px;
}

.plan__chart .table__normal .yes span {
  width: 16px;
  height: 16px;
  border: solid var(--sub-color) 1px;
  border-radius: 50%;
}

.plan__chart .table__normal .no span {
  width: 17px;
  height: 1px;
  background: var(--sub-color);
  position: relative;
  transform: rotate(45deg);
  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }
}

.plan__chart tr:first-child td {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .contents__plan h3 {
    font-size: min(5vw, 3rem);
  }

  .contents__plan h3 span {
    font-size: min(3.2vw, 1.8rem);
  }

  .contetns__inner:last-child .badge {
    font-size: min(2.6vw, 1.5rem);
    width: min(16vw, 90px);
    height: min(16vw, 90px);
    top: min(2.2vw, 20px);
    right: min(2.2vw, 20px);
  }

  .plan__lists {
    margin-top: min(8vw, 50px);
  }

  .plan__chart .contents__page__subttl {
    text-align: left;
  }

  .plan__chart tr:first-child td {
    width: 44%;
  }

  .plan__chart {
    margin-top: min(15vw, 100px);
  }
}

@media screen and (max-width: 420px) {
  .plan__chart tr:first-child th:first-of-type {
    width: 25%;
  }
}

/*----------------------------------

register

----------------------------------*/

.contents__register {
  align-items: start;
}

.resister__plan__selected {
  text-align: left;
  font-size: 1.4rem;
  border: solid 1px var(--line-color);
  background: var(--body-color);
  border-radius: 10px;
  padding: 12px 20px 12px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  & em {
    font-weight: 700;
  }
}

.register__member {
  text-align: right;
  margin-top: 30px;
}

.register__member p {
  font-size: 1.3rem;
}

.register__member .link {
  margin-top: 15px;
}

.contents__terms {
  margin-top: 80px;
}

.contents__terms .contents__page__subttl {
  margin-bottom: 30px;
}

.contents__terms .contents__law {
  padding: 40px;
  border: solid 1px var(--tag-color);
  height: 300px;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  &::-webkit-scrollbar {
    display: none;
  }
  -webkit-overflow-scrolling: touch;
}

.terms__agree {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.terms__agree label {
  font-size: 1.4rem;
  font-weight: 700;
}

.contents__terms .head__message {
  margin-top: 40px;
}

.register__payment {
  margin-top: 60px;
}

.register__payment h4 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: left;
  line-height: 1;
  margin-bottom: 40px;
}

.payment__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
}

.payment__wrap .form__set:nth-of-type(1) {
  grid-area: 1 / 1 / 2 / 3;
}

.payment__wrap .form__set:nth-of-type(2) {
  grid-area: 2 / 1 / 3 / 2;
}

.payment__wrap .form__set:nth-of-type(3) {
  grid-area: 2 / 2 / 3 / 3;
}

@media screen and (max-width: 768px) {
  .resister__plan__selected {
    padding: min(4vw, 12px) min(5vw, 20px);
    flex-wrap: wrap;
    row-gap: 13px;
  }

  .contents__terms {
    margin-top: min(12vw, 80px);
  }

  .contents__terms .contents__page__subttl {
    margin-bottom: min(5vw, 30px);
  }

  .contents__terms .contents__law {
    padding: min(4vw, 40px);
  }

  .register__payment h4 {
    font-size: min(3.8vw, 1.8rem);
  }
}

@media screen and (max-width: 420px) {
  .resister__plan__selected {
    padding: min(5vw, 25px) min(5vw, 20px);
    flex-wrap: wrap;
    row-gap: 15px;
  }

  .contents__terms .contents__law {
    height: 180px;
  }
}

/*----------------------------------

mypage

----------------------------------*/

.contents__mypage .contetns__inner {
  text-align: left;
}

.contents__mypage .myid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}

.contents__mypage .myid .idname {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: var(--main-color);
  word-break: break-all;
}

.contents__mypage .myid .myplan {
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--accent-color);
  border-radius: 4px;
  border: solid 1px var(--accent-color);
  padding: 8px 13px;
}

.mypage__navi {
  margin-top: 40px;
  border-top: solid 1px var(--line-color);
}

.mypage__navi li {
  border-bottom: solid 1px var(--line-color);
}

.mypage__navi a {
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
  padding: 25px 0;
  width: 100%;
  &::after {
    content: '';
    width: 7px;
    height: 7px;
    border: 0;
    border-top: solid 1px var(--sub-color);
    border-right: solid 1px var(--sub-color);
    transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 19px;
    bottom: 0;
    margin: auto;
  }
}

.contents__mypage .btn_mini {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  .mypage__navi {
    margin-top: min(8vw, 40px);
  }

  .mypage__navi a {
    padding: min(4.8vw, 25px) 0;
    font-size: 1.3rem;
  }

  .contents__mypage .myid {
    row-gap: 15px;
  }
}

/*----------------------------------

favorite

----------------------------------*/

.contents__mypage.width__wide {
  column-gap: 60px;
  align-items: start;
  grid-template-columns: 1fr 2fr;
}

.contents__mypage.width__wide .contetns__inner {
}

.contents__mypage.width__wide .myid {
  flex-direction: column;
  align-items: flex-start;
}

.contents__mypage.width__wide .myid .idname {
  font-size: 1.6rem;
}

.recipe__lists.favorite {
  grid-template-columns: 1fr 1fr 1fr;
  margin: 0;
}

.recipe__lists.favorite .recipe__post {
  position: relative;
  &::after {
    content: '';
    position: absolute;
    background: url(../img/ico_favorite.svg) no-repeat;
    width: 22px;
    height: 28.29px;
    top: -3px;
    right: 20px;
  }
}

@media screen and (max-width: 768px) {
  .recipe__lists.favorite {
    margin: 0;
  }

  .recipe__lists.favorite .recipe__post {
    &::after {
      background: url(../img/ico_favorite.svg) no-repeat center top;
      right: min(1.5vw, 10px);
      transform: scale(0.8);
      top: -5px;
    }
  }
}

/*----------------------------------

history

----------------------------------*/

.recipe__lists.history {
  grid-template-columns: 1fr;
  row-gap: 30px;
  margin: 0;
}

.recipe__lists.history .recipe__post {
  display: grid;
  grid-template-columns: 1fr 5fr;
  column-gap: 30px;
  border-bottom: solid 1px var(--line-color);
  padding-bottom: 30px;
}

.recipe__lists.history .info__wrap {
  display: flex;
  flex-direction: column;
}

.recipe__lists.history .recipe__tags {
  margin-top: 0;
}

.recipe__lists.history .info__wrap .date {
  margin-top: auto;
  color: var(--sub-color);
  font-size: 1.2rem;
  padding: 10px 0 1px;
}

.recipe__lists.history .info__wrap .date dl {
  display: flex;
  justify-content: flex-end;
}

.recipe__lists.history .info__wrap .date dt::after {
  content: '：';
}

@media screen and (max-width: 768px) {
  .recipe__lists.history {
    margin: 0;
    row-gap: min(5vw, 30px);
  }

  .recipe__lists.history .recipe__post {
    grid-template-columns: 1fr 3fr;
    column-gap: min(5vw, 30px);
    padding-bottom: min(5vw, 30px);
  }

  .recipe__lists.history .info__wrap .date {
    font-size: min(2.6vw, 1.2rem);
    text-align: left;
  }

  .recipe__lists.history .info__wrap .date dl {
    justify-content: flex-start;
  }
}

/*----------------------------------

membership

----------------------------------*/

.mypage__main {
  position: relative;
}

.mypage__edit {
  position: absolute;
  right: 0;
  top: 0;
}

.membership__wrap .not-entered {
  color: var(--sub-color);
}

.membership__wrap input[type='password'] {
  padding: 0;
  border-radius: 0;
  border: none;
  width: auto;
  background: none;
}

.membership__wrap th {
  width: 35%;
}

.membership__wrap td .column__wrap {
  display: flex;
  justify-content: space-between;
  word-break: break-all;
  align-items: center;
  margin: -10px 0;
}

.membership__wrap td .column__wrap .btn_mini {
  margin: 0 -10px 0 0;
}

.membership__wrap td .column__wrap .date {
  vertical-align: text-top;
  margin-left: 10px;
  color: var(--sub-color);
}

.membership__wrap .link {
  text-align: right;
}

.mypage__main .btn__area {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .mypage__main .btn__area {
    margin-top: min(10vw, 60px);
  }

  .membership__wrap td .column__wrap {
    margin: min(-2vw, -4px) 0;
  }

  .membership__wrap td .column__wrap .btn_mini {
    margin: 0;
  }
}

@media screen and (max-width: 420px) {
  .mypage__edit {
    top: -4px;
  }
}

/*----------------------------------

delete

----------------------------------*/

.mypage__main.delete .contents__page__subttl {
  margin-top: -20px;
  line-height: 1.4;
}

.mypage__main.delete .form__heading {
  margin-bottom: 30px;
}

.mypage__main.delete ul {
  display: grid;
  row-gap: 10px;
}

.mypage__main.delete li {
  display: flex;
  align-items: center;
}

.mypage__main.delete ul label {
  font-size: 1.4rem;
}

.mypage__main.delete .form__set {
  margin-top: 50px;
}

.mypage__main.delete .form__set > input {
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .contents__mypage.width__wide {
    grid-template-columns: 1fr;
    gap: 100px;
  }

  .contents__mypage.width__wide .contetns__inner {
    order: 2;
  }

  .mypage__main.delete ul label {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .contents__mypage.width__wide {
    gap: 70px;
  }
}

/*----------------------------------

community

----------------------------------*/

.contents__community {
  text-align: center;
  width: min(100%, 900px);
  margin: 100px auto 0;
}

.contents__community .contents__page__subttl {
  margin-bottom: 30px;
  font-size: 3.2rem;
}

.contents__community .read {
  text-align: center;
}

.contents__community .bnr {
  margin-top: 40px;
}

.bnr img {
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .contents__community .contents__page__subttl {
    font-size: min(5vw, 3.6rem);
  }

  .contents__community {
    margin-top: min(15vw, 100px);
  }
}

/*----------------------------------

step

----------------------------------*/

@media (hover: hover) and (pointer: fine) {
  /*hoverありデバイス*/

  .step__icon__lists a:hover {
    border: solid 1px var(--main-color);
  }
}

.contents__step > section {
  counter-reset: number 0;
}

.contents__step > section:not(:first-of-type) {
  margin-top: 80px;
}

.step__count {
  background: #d0d0db;
  font-weight: 700;
  font-size: 1.6rem;
  border-radius: 999px;
  display: inline-block;
  color: var(--main-color);
  padding: 8px 15px;
}

.contents__step .contents__page__subttl {
  margin-top: 15px;
}

.step__icon__lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 20px;
}

.step__icon__lists a {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #fff;
  border-radius: 10px;
  padding: 10px 10px;
  border: solid 1px transparent;
  transition: all 0.3s;
}

.step__icon__lists a figure {
  width: 90px;
  height: 80px;
  padding-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: solid 1px var(--line-color);
}

.step__icon__lists a img {
  width: auto;
}

.step__ttl {
  line-height: 1.4;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
  &::before {
    margin-right: 20px;
    font-size: 2rem;
    font-weight: 400;
    color: var(--main-color);
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero);
  }
}

.contents__step3 a figure {
  margin: -6px -2px -6px -6px;
  padding-right: 4px;
  width: 98px;
  height: 94px;
  border-right: none;
}

.contents__step3 figure img {
  width: 94px;
  border-radius: 9px;
}

.contents__step4 .bnr {
  margin-top: 40px;
  width: min(100%, 900px);
}

@media screen and (max-width: 768px) {
  .step__icon__lists {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .step__ttl {
    font-size: min(3.4vw, 1.6rem);
    &::before {
      font-size: min(4vw, 2rem);
      margin-right: min(3vw, 20px);
    }
  }

  .step__icon__lists a {
    column-gap: min(5vw, 30px);
  }

  .contents__step > section:not(:first-of-type) {
    margin-top: min(14vw, 80px);
  }
}

@media screen and (max-width: 420px) {
  .step__icon__lists a figure {
    width: 60px;
    height: 50px;
  }

  .step__icon__lists figure img {
    transform: scale(0.8);
  }

  .contents__step3 a figure {
    margin: -8px -2px -8px -8px;
    padding-right: 4px;
    width: 68px;
    height: 64px;
  }

  .contents__step3 figure img {
    width: 64px;
    transform: inherit;
  }
}

/*----------------------------------

step1-2
common

----------------------------------*/

.step__hd .step__page__ttl {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 60px;
}

.step__hd .step__page__ttl span {
  color: var(--main-color);
  font-weight: 700;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 5px;
}

.step__hd .contents__page__ttl {
  margin-bottom: 25px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.step__hd .contents__page__ttl span {
  font-size: 3rem;
  color: var(--main-color);
  font-weight: 400;
}

.step__hd .contents__page__ttl + .read h4 {
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 6px;
}

.contents__step__wrap > section {
  background: #fff;
  border-radius: 20px;
  margin-top: 60px;
}

.contents__step__wrap > section:first-of-type {
  margin-top: 40px;
}

.contents__step__wrap > section .section__head {
  background: var(--head-color);
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--main-color);
  padding: 18px 60px;
  border-radius: 20px 20px 0 0;
}

.contents__step__wrap > section .section__head.quiz {
  background: var(--accent-color);
  color: #fff;
}

.contents__step__wrap > section .section__ttl {
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--main-color);
  border-left: solid 3px var(--main-color);
  padding: 20px 0 20px 30px;
  margin-bottom: 40px;
}

.contents__step__wrap > section .section__ttl:not(:first-child) {
  margin-top: 80px;
}

.contents__step__wrap > section .section__subttl {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--main-color);
  border-bottom: solid 1px var(--line-color);
  padding-bottom: 10px;
  margin: 60px 0 30px;
}

.contents__step__wrap .section__wrap {
  margin: 50px 60px 0;
}

.section__wrap > figure {
  margin-top: 60px;
}

.contents__step__wrap .section__wrap .em {
  color: var(--main-color);
  font-size: 1.5rem;
}

.contents__step__wrap .small__width {
  width: min(100%, 700px);
  margin: 0 auto;
}

.contents__step__wrap .mini__width {
  width: min(100%, 600px);
  margin: 60px auto 0;
}

.contents__step__wrap .point {
  border-radius: 10px;
  border: solid 2px var(--accent-color);
  display: flex;
  margin-top: 40px;
}

.contents__step__wrap .point div:first-child {
  border-radius: 7px 0 0 7px;
  background: var(--accent-color);
  color: var(--bleach-color);
  font-weight: 700;
  padding: 25px 20px;
  font-size: 1.4rem;
  text-align: center;
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.contents__step__wrap .point div:last-child {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 700;
  padding: 20px 30px;
}

.contents__step__wrap .marker {
  background: linear-gradient(transparent 90%, var(--bleach-color) 90%);
  display: inline;
}

.contents__step__wrap .faq .section__wrap > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
}

.contents__step__wrap .faq .section__wrap > div > div {
  border-radius: 10px;
  border: solid 1px var(--line-color);
  padding: 25px 35px;
}

.contents__step__wrap .faq .section__wrap > div > div dt {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  &::before {
    content: 'Q';
    font-size: 2rem;
    font-weight: 700;
    padding-right: 15px;
    line-height: 1;
    vertical-align: text-bottom;
  }
}

.contents__step__wrap .faq .section__wrap > div > div dd {
  background: var(--body-color);
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 1.5rem;
  line-height: 1.6;
  color: var(--main-color);
  margin-top: 20px;
  &::before {
    content: 'A';
    font-size: 2rem;
    font-weight: 700;
    padding-right: 15px;
    line-height: 1;
    vertical-align: text-bottom;
  }
}

.contents__step__wrap .faq .section__wrap > div > div .note {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .contents__step__wrap > section .section__head {
    padding: 18px 40px;
  }

  .contents__step__wrap .section__wrap {
    margin: 50px 40px 0;
  }

  .step__hd .contents__page__ttl {
    gap: 15px;
  }

  .step__hd .contents__page__ttl span {
    font-size: 2.6rem;
  }
}

@media screen and (max-width: 420px) {
  .step__hd .step__page__ttl {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }

  .step__hd .step__page__ttl span {
    font-size: 1.4rem;
  }

  .step__hd .contents__page__ttl {
    margin-bottom: 15px;
  }

  .contents__step__wrap > section {
    margin-top: 30px;
  }

  .contents__step__wrap > section .section__head {
    padding: 18px 20px;
    font-size: 1.6rem;
  }

  .contents__step__wrap .section__wrap {
    margin: 30px 20px 0;
  }

  .contents__step__wrap .section__wrap .em {
    font-size: min(3.5vw, 1.5rem);
  }

  .section__wrap > figure {
    margin-top: 40px;
  }

  .contents__step__wrap > section .section__ttl {
    font-size: 1.4rem;
    margin-bottom: 30px;
    padding-left: 20px;
  }

  .contents__step__wrap > section .section__ttl:not(:first-child) {
    margin-top: 60px;
  }

  .contents__step__wrap .point div:first-child {
    padding: 20px;
    font-size: 1.3rem;
  }

  .contents__step__wrap .point div:last-child {
    padding: 20px;
    font-size: 1.3rem;
  }

  .contents__step__wrap .faq .section__wrap > div {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .contents__step__wrap .faq .section__wrap > div > div {
    padding: 20px;
  }

  .contents__step__wrap .faq .section__wrap > div > div dt {
    font-size: 1.4rem;
  }

  .contents__step__wrap .faq .section__wrap > div > div dd {
    font-size: 1.3rem;
  }
}

/*----------------------------------

step1_01

----------------------------------*/

.step1_01 .color {
  padding-bottom: 120px;
}

.step1_01 .color .bsh {
  display: flex;
  justify-content: center;
  gap: 5vw;
  margin-top: 60px;
}

.step1_01 .color .bsh img {
  min-width: 0;
}

.step1_01 .color .hue {
  text-align: center;
  margin-top: 60px;
}

.step1_01 .color .hue dl {
  display: inline-block;
  border: solid 1px var(--line-color);
  border-radius: 10px;
  padding: 25px 40px;
  text-align: center;
  font-size: 1.6rem;
}

.step1_01 .color .hue dt {
  font-weight: 700;
  margin-bottom: 15px;
}

.step1_01 .color .hue ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.step1_01 .color .hue li {
  font-weight: 700;
}

.step1_01 .color .hue li:not(:first-of-type) {
  border-left: solid 1px var(--tag-color);
  padding-left: 15px;
}

.step1_01 .color .hue li:nth-of-type(1) {
  color: #e60113;
}

.step1_01 .color .hue li:nth-of-type(2) {
  color: #0368b7;
}

.step1_01 .color .hue li:nth-of-type(3) {
  color: #fff100;
}

.step1_01 .color .hue li:nth-of-type(4) {
  color: #f29702;
}

.step1_01 .color .hue li:nth-of-type(5) {
  color: #910686;
}

.step1_01 .color .hue li:nth-of-type(6) {
  color: #009946;
}

.step1_01 .quiz-bsh {
  padding-bottom: 100px;
}

.step1_01 .quiz-bsh .form__wrap {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6vw 5vw;
}

.step1_01 .quiz-bsh .quiz {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 3vw;
}

.step1_01 .quiz-bsh .quiz figure img {
  border-radius: 10px;
}

.step1_01 .quiz-bsh .quiz dt {
  font-size: 1.6rem;
  font-weight: 700;
  color: var(--main-color);
}

.step1_01 .quiz-bsh .quiz dt:not(:first-of-type) {
  margin-top: 30px;
}

.step1_01 .quiz-bsh .quiz dd {
  margin-top: 15px;
}

.step1_01 .quiz-bsh .form .quiz dd ul {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.step1_01 .quiz-bsh .quiz li {
  width: 100%;
}

.step1_01 .quiz-bsh .quiz li label {
  display: flex;
  align-items: center;
  font-size: 1.4rem;
  border: 1px solid var(--tag-color);
  border-radius: 5px;
  cursor: pointer;
  padding: 15px 10px;
  text-align: center;
  transition: all 0.3s;
}

.step1_01 .quiz-bsh .quiz li label:hover {
  border: 1px solid var(--accent-color);
  background: #eaf9fb;
}

.step1_01 .quiz-bsh .quiz li input[type='radio'] {
  width: 0;
  height: 0;
}

.step1_01 .quiz-bsh .quiz li label span {
  width: 100%;
}

.step1_01 .quiz-bsh .btn__area {
  margin-top: 80px;
}

.step1_01 .quiz-bsh .quiz .correct,
.step1_01 .quiz-bsh .quiz .incorrect {
  position: relative;
  &::before {
    position: absolute;
    z-index: 1;
    top: 20px;
    content: '';
    width: 100%;
    display: block;
    height: 100%;
  }
}

.step1_01 .quiz-bsh .quiz .correct::before {
  background: url(../img/step/step1_01_correct.svg) no-repeat center center;
}

.step1_01 .quiz-bsh .quiz .incorrect::before {
  background: url(../img/step/step1_01_incorrect.svg) no-repeat center center;
}

.step1_01 .pigmentbar {
  padding-bottom: 120px;
}

.step1_01 .pigmentbar .tint,
.step1_01 .pigmentbar .balance {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6vw;
  margin-top: 60px;
}

.step1_01 .pigmentbar .tint div,
.step1_01 .pigmentbar .balance figure {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 2vw;
}

.step1_01 .pigmentbar .tint div img:first-of-type,
.step1_01 .pigmentbar .balance div img:first-of-type {
  border-radius: 10px;
}

.step1_01 .pigmentbar .balance .analysis {
  margin-top: 25px;
}

.step1_01 .pigmentbar .balance .analysis p:first-of-type {
  font-size: 1.3rem;
}

.step1_01 .pigmentbar .balance .analysis p:last-of-type {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-top: 15px;
  &::before {
    content: '';
    background: url(../img/step/arrow_nml.svg) no-repeat left center;
    width: 22px;
    height: 14px;
    display: block;
    margin-right: 10px;
  }
}

.step1_01 .melanin {
  padding-bottom: 120px;
}

.step1_01 .melanin .bar__lists {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 40px 25px;
}

.step1_01 .colormixing {
  padding-bottom: 120px;
}

.step1_01 .colormixing .mixing {
  width: max-content;
}

.step1_01 .colormixing .colorwheel {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.step1_01 .colormixing .colorwheel div:first-of-type {
  border-right: solid 1px var(--line-color);
}

.step1_01 .colormixing .colorwheel img {
  width: min(30vw, 240px);
  margin: 0 auto;
}

.step1_01 .colormixing .colorwheel div {
  text-align: center;
  padding: 0 5vw;
}

.step1_01 .colormixing .colorwheel div p {
  font-size: 1.3rem;
  line-height: 1.8;
  margin-top: 20px;
}

.step1_01 .colormixing .tonemap {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 6vw;
  align-items: center;
}

.step1_01 .colormixing .tonemap .result dl {
  border: solid 1px var(--line-color);
  padding: 30px;
}

.step1_01 .colormixing .tonemap .result dt {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 20px;
}

.step1_01 .colormixing .tonemap .result dd {
  font-size: 1.5rem;
  margin-top: 15px;
  line-height: 1.6;
}

.step1_01 .colormixing .tonemap .result dd span {
  font-weight: 700;
  display: block;
}

.step1_01 .colormixing .tonemap .result p:first-of-type {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 20px;
  &::before {
    content: '';
    background: url(../img/step/arrow_nml.svg) no-repeat left center;
    width: 22px;
    height: 14px;
    display: inline-block;
    margin-right: 10px;
  }
}

.step1_01 .colormixing .formula {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5vw;
  margin: 60px 0 100px;
}

.step1_01 .colormixing .formula div:nth-of-type(-n + 3) {
  width: 22%;
}

.step1_01 .colormixing .formula div:last-of-type {
  width: 30%;
}

.step1_01 .colormixing .formula .plus,
.step1_01 .colormixing .formula-b .plus {
  width: 30px;
  height: 2px;
  background: var(--txt-color);
  position: relative;
  margin-top: -7.5px;
  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }
}

.step1_01 .colormixing .formula-b .plus {
  margin-top: 0;
}

.step1_01 .colormixing .formula .arrow,
.step1_01 .colormixing .formula-b .arrow {
  width: 44px;
  height: 28px;
  display: block;
}

.step1_01 .colormixing .formula-b .arrow {
  margin-top: 0;
  width: max(44px, 5vw);
}

.step1_01 .colormixing .formula p,
.step1_01 .colormixing .formula-b p {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 15px;
  height: 0;
}

.step1_01 .colormixing .formula div:last-of-type p {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 20px;
}

.step1_01 .colormixing .formula div img {
  border-radius: 10px;
}

.step1_01 .colormixing .formula-b {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2vw;
  width: min(100%, 800px);
  margin: 60px auto 0;
}

.step1_01 .colormixing .formula-b .addition {
  display: grid;
  gap: 1.5vw;
  width: 70%;
}

.step1_01 .colormixing .formula-b .addition > div {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5vw;
}

.step1_01 .colormixing .formula-b .addition > div img {
  width: calc(50% - 1.5vw - 15px);
}

.step1_01 .colormixing .formula-b img {
  border-radius: 10px;
}

.step1_01 .colormixing .formula-b > div:last-of-type {
  width: 50%;
  margin-top: 30px;
}

.step1_01 .quiz-cm {
  padding-bottom: 100px;
}

.step1_01 .quiz-cm .form .formula {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin: 60px auto 0;
  width: min(100%, 800px);
}

.step1_01 .quiz-cm .form .formula .plus {
  width: 30px;
  height: 2px;
  background: var(--txt-color);
  position: relative;
  margin-top: -7.5px;
  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }
}

.step1_01 .quiz-cm .form .formula img {
  border-radius: 10px;
}

.step1_01 .quiz-cm .form .formula .choice {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.step1_01 .quiz-cm .form .formula .choice > div {
  width: calc(50% - 1.5vw - 15px);
}

.step1_01 .quiz-cm .form .formula p {
  text-align: center;
  font-size: 1.4rem;
  margin-top: 15px;
  height: 0;
}

.step1_01 .quiz-cm .form .formula .equal {
  position: relative;
  height: 12px;
  width: 30px;
  flex-shrink: 0;
  margin-top: -7.5px;
  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 30px;
    background: var(--txt-color);
  }
  &::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 30px;
    background: var(--txt-color);
  }
}

.step1_01 .quiz-cm .form .formula .answer {
  display: flex;
  gap: 15px;
  align-items: center;
}

.step1_01 .quiz-cm .form .formula .answer label {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 1.4rem;
  border: 1px solid var(--tag-color);
  border-radius: 10px;
  cursor: pointer;
  padding: 10px 10px 0;
  text-align: center;
  transition: all 0.3s;
}

.step1_01 .quiz-cm .form .formula .answer > span {
  font-size: 2rem;
}

.step1_01 .quiz-cm .form .formula .answer label > span {
  font-size: 1.5rem;
  line-height: 1.4;
  padding: 20px 0;
}

.step1_01 .quiz-cm .form .formula .answer label:hover {
  border: 1px solid var(--accent-color);
  background: #eaf9fb;
}

.step1_01 .quiz-cm .form .formula .answer input[type='radio'] {
  width: 0;
  height: 0;
}

.step1_01 .quiz-cm .form .formula .answer.correct,
.step1_01 .quiz-cm .form .formula .answer.incorrect {
  position: relative;
  &::before {
    position: absolute;
    z-index: 1;
    top: 0;
    content: '';
    width: 100%;
    display: block;
    height: 100%;
  }
}

.step1_01 .quiz-cm .form .formula .answer.correct::before {
  background: url(../img/step/step1_01_correct.svg) no-repeat center center;
}

.step1_01 .quiz-cm .form .formula .answer.incorrect::before {
  background: url(../img/step/step1_01_incorrect.svg) no-repeat center center;
}

.step1_01 .quiz-cm .form .btn__area {
  margin-top: 80px;
}

.step1_01 .wheel {
  padding-bottom: 100px;
}

.step1_01 .wheel .section__wrap > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 80px;
}

.step1_01 .wheel .section__wrap dl {
  text-align: center;
}

.step1_01 .wheel .section__wrap dt {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 25px;
}

.step1_01 .mixingbar {
  padding-bottom: 120px;
}

.step1_01 .mixingbar .formula {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 80px;
}

.step1_01 .mixingbar .formula .plus {
  width: 30px;
  height: 2px;
  background: var(--txt-color);
  position: relative;
  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }
}

.step1_01 .mixingbar .formula img {
  border-radius: 10px;
}

.step1_01 .mixingbar .formula .addition {
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: 60%;
}

.step1_01 .mixingbar .formula .addition > div {
  width: calc(50% - 1.5vw - 15px);
}

.step1_01 .mixingbar .formula .equal {
  position: relative;
  height: 12px;
  width: 30px;
  flex-shrink: 0;
  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 2px;
    width: 30px;
    background: var(--txt-color);
  }
  &::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 30px;
    background: var(--txt-color);
  }
}

.step1_01 .mixingbar .section__wrap > section:last-of-type {
  border-top: solid 1px var(--line-color);
  margin-top: 80px;
}

.step1_01 .mixingbar .formula .result {
  display: flex;
  gap: 15px;
  align-items: center;
  width: calc(40% - 30px);
}

.step1_01 .mixingbar .comment {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 40px;
}

.step1_01 .mixingbar .comment .marker {
  color: var(--main-color);
}

.step1_01 .mixingbar .bar ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4vw;
  margin-top: 50px;
}

.step1_01 .photo {
  padding-bottom: 120px;
}

.step1_01 .photo .read em {
  color: var(--main-color);
}

.step1_01 .photo .content {
  display: grid;
  grid-template-columns: 2fr 1.2fr;
  gap: 5vw;
  margin: 60px auto 0;
  width: min(100%, 800px);
}

.step1_01 .photo .phba {
  display: flex;
  align-items: center;
  gap: 1.5vw;
}

.step1_01 .photo .phba img {
  border-radius: 10px;
}

.step1_01 .photo .phba p {
  height: 0;
  text-align: center;
  font-size: 1.3rem;
  line-height: 1.6;
  margin-top: 15px;
}

.step1_01 .photo .phba .arrow {
  width: min(15%, 36px);
  flex-shrink: 0;
}

.step1_01 .rule {
  padding-bottom: 80px;
}

.step1_01 .rule .section__wrap {
  margin-top: 80px;
}

.step1_01 .rule li {
  border-radius: 10px;
  border: solid 1px var(--line-color);
  padding: 30px 40px;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.8;
}

.step1_01 .rule li span {
  padding: 8px 10px;
  margin: 0 2px;
}

.step1_01 .rule li .ye {
  background: #fff100;
}

.step1_01 .rule li .red {
  background: #e60113;
  color: #fff;
}

.step1_01 .rule li .bl {
  background: #0649de;
  color: #fff;
}

.step1_01 .rule li em {
  font-size: 2.4rem;
}

@media screen and (max-width: 1024px) {
  .step1_01 .melanin .bar__lists {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .step1_01 .melanin .bar__lists {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .step1_01 .quiz-bsh .form__wrap {
    grid-template-columns: 1fr;
    row-gap: 10vw;
  }

  .step1_01 .quiz-bsh .quiz {
    gap: 6vw;
  }

  .step1_01 .quiz-cm .form .formula {
    flex-direction: column;
    row-gap: 40px;
  }

  .step1_01 .quiz-cm .form .formula:nth-of-type(2) {
    margin-top: 80px;
  }

  .step1_01 .quiz-cm .form .formula .choice {
    width: min(80%, 460px);
  }

  .step1_01 .quiz-cm .form .formula .equal {
    transform: rotate(90deg);
  }

  .step1_01 .colormixing .tonemap {
    grid-template-columns: 1fr;
    gap: 8vw;
  }
}

@media screen and (max-width: 420px) {
  .step1_01 .color {
    padding-bottom: 60px;
  }

  .step1_01 .color .bsh {
    gap: 3vw;
    margin-top: 40px;
  }

  .step1_01 .color .hue {
    margin-top: 40px;
  }

  .step1_01 .color .hue dl {
    width: 100%;
    padding: 20px;
  }

  .step1_01 .color .hue dt {
    font-size: 1.4rem;
  }

  .step1_01 .color .hue dd li {
    font-size: 1.4rem;
  }

  .step1_01 .quiz-bsh {
    padding-bottom: 60px;
  }

  .step1_01 .quiz-bsh .quiz dt {
    font-size: 1.4rem;
  }

  .step1_01 .quiz-bsh .quiz li label {
    font-size: 1.3rem;
    padding: 15px 6px;
  }

  .step1_01 .quiz-bsh .form .quiz dd ul {
    gap: 6px;
  }

  .step1_01 .quiz-bsh .btn__area {
    margin-top: 60px;
  }

  .step1_01 .quiz-bsh .form__wrap {
    row-gap: 15vw;
  }

  .step1_01 .pigmentbar {
    padding-bottom: 60px;
  }

  .step1_01 .pigmentbar .tint,
  .step1_01 .pigmentbar .balance {
    grid-template-columns: 1fr;
    margin-top: 40px;
    row-gap: 10vw;
  }

  .step1_01 .pigmentbar .tint div,
  .step1_01 .pigmentbar .balance figure {
    gap: 20px;
  }

  .step1_01 .pigmentbar .balance .analysis p:last-of-type {
    font-size: 1.6rem;
  }

  .step1_01 .melanin {
    padding-bottom: 60px;
  }

  .step1_01 .melanin .bar__lists {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }

  .step1_01 .colormixing {
    padding-bottom: 60px;
  }

  .step1_01 .colormixing .mixing {
    width: 60%;
    margin-top: 40px;
  }

  .step1_01 .colormixing .colorwheel div:first-of-type {
    padding-left: 0;
  }

  .step1_01 .colormixing .colorwheel div:last-of-type {
    padding-right: 0;
  }

  .step1_01 .colormixing .colorwheel div p {
    font-size: 1.1rem;
  }

  .step1_01 .colormixing .tonemap {
    margin-top: 40px;
    row-gap: 10vw;
  }

  .step1_01 .colormixing .tonemap .result dl {
    padding: 20px;
  }

  .step1_01 .colormixing .tonemap .result dt {
    font-size: 1.5rem;
  }

  .step1_01 .colormixing .tonemap .result dd {
    font-size: 1.3rem;
  }

  .step1_01 .colormixing .tonemap .result p:first-of-type {
    font-size: 1.6rem;
  }

  .step1_01 .colormixing .formula {
    margin: 40px 0 80px;
    flex-wrap: wrap;
  }

  .step1_01 .colormixing .formula p,
  .step1_01 .colormixing .formula-b p {
    font-size: 1.1rem;
    margin-top: 10px;
  }

  .step1_01 .colormixing .formula .plus,
  .step1_01 .colormixing .formula-b .plus {
    width: 20px;
    margin-top: -5px;
  }

  .step1_01 .colormixing .formula-b .plus {
    margin-top: 0;
  }

  .step1_01 .colormixing .formula .arrow {
    width: 34px;
    height: 20px;
    margin-top: -10px;
  }

  .step1_01 .colormixing .formula div:last-of-type p {
    font-size: 1.3rem;
    margin-top: 10px;
  }

  .step1_01 .colormixing .formula div:last-of-type {
    margin-top: 30px;
  }

  .step1_01 .colormixing .formula-b {
    margin-top: 40px;
    gap: 4vw;
  }

  .step1_01 .colormixing .formula-b .addition > div {
    justify-content: space-between;
  }

  .step1_01 .colormixing .formula-b .arrow {
    width: 44px;
    height: 20px;
  }

  .step1_01 .colormixing .formula-b > div:last-of-type {
    margin-top: 0;
  }

  .step1_01 .quiz-cm {
    padding-bottom: 60px;
  }

  .step1_01 .quiz-cm .form .formula {
    margin-top: 40px;
  }

  .step1_01 .quiz-cm .form .formula:nth-of-type(2) {
    margin-top: 60px;
  }

  .step1_01 .quiz-cm .form .formula p {
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .step1_01 .quiz-cm .form .formula .answer label > span {
    font-size: 1.3rem;
  }

  .step1_01 .quiz-cm .form .btn__area {
    margin-top: 60px;
  }

  .step1_01 .wheel {
    padding-bottom: 50px;
  }

  .step1_01 .wheel .section__wrap > div {
    margin-top: 50px;
  }

  .step1_01 .wheel .section__wrap dt {
    font-size: 1.3rem;
  }

  .step1_01 .mixingbar {
    padding-bottom: 60px;
  }

  .step1_01 .mixingbar .formula .addition {
    gap: 10px;
  }

  .step1_01 .mixingbar .formula .plus {
    width: 20px;
  }

  .step1_01 .mixingbar .formula .equal {
    width: 20px;
    height: 10px;
    &::before {
      width: 20px;
    }
    &::after {
      width: 20px;
    }
  }

  .step1_01 .mixingbar .formula {
    gap: 10px;
    margin-top: 40px;
  }

  .step1_01 .mixingbar .comment {
    font-size: 1.6rem;
  }

  .step1_01 .mixingbar .bar ul {
    margin-top: 30px;
  }

  .step1_01 .mixingbar .section__wrap > section:last-of-type {
    margin-top: 60px;
  }

  .step1_01 .photo {
    padding-bottom: 60px;
  }

  .step1_01 .photo .content {
    grid-template-columns: 1fr;
    margin-top: 40px;
    row-gap: 22vw;
  }

  .step1_01 .photo .phba {
    gap: 3vw;
  }

  .step1_01 .photo .phba .arrow {
    margin-top: -7.5px;
  }

  .step1_01 .photo .phba p {
    font-size: 1.1rem;
  }

  .step1_01 .photo .content .diagram {
    padding: 0 15vw;
  }

  .step1_01 .rule {
    padding-bottom: 50px;
  }

  .step1_01 .rule .section__wrap {
    margin-top: 50px;
  }

  .step1_01 .rule li {
    padding: 20px;
    font-size: 1.4rem;
    line-height: 2;
    margin-top: 10px;
  }

  .step1_01 .rule li em {
    font-size: 1.8rem;
  }
}

/*----------------------------------

step1_02

----------------------------------*/

.step1_02 .important {
  padding-bottom: 100px;
}

.step1_02 .important figure {
  margin-top: 80px;
}

.step1_02 .mechanism {
  padding-bottom: 120px;
}

.step1_02 .mechanism .ingredient {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.step1_02 .mechanism .ingredient > div {
  width: 40%;
  padding: 0 5%;
}

.step1_02 .mechanism .ingredient > div:first-of-type img {
  height: 200px;
}

.step1_02 .mechanism .ingredient > div:last-of-type {
  border-left: solid 1px var(--line-color);
}

.step1_02 .mechanism .ingredient > div:last-of-type img {
  height: 190px;
  margin-top: 10px;
}

.step1_02 .mechanism .ingredient dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px 20px;
  margin-top: 25px;
}

.step1_02 .mechanism .ingredient dt {
  border-radius: 5px;
  border: solid 1px var(--tag-color);
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 15px;
  word-break: keep-all;
}

.step1_02 .mechanism .ingredient dd {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.step1_02 .mechanism .flow {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 5vw 2vw;
  counter-reset: number 0;
  margin-top: 70px;
}

.step1_02 .mechanism .flow > div {
  border: solid 1px var(--main-color);
  border-radius: 10px;
  padding: 40px 30px 30px;
  position: relative;
  &::before {
    padding: 0 10px;
    background: #fff;
    position: absolute;
    top: -20px;
    left: calc(50% - 0.5em - 10px);
    content: '';
    font-size: 3.6rem;
    color: var(--main-color);
    counter-increment: number 1;
    content: counter(number, decimal-leading-zero);
  }
}

.step1_02 .mechanism .flow > div > div {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}

.step1_02 .mechanism .flow > div p {
  text-align: center;
  font-size: 1.4rem;
  position: relative;
  padding-top: 45px;
  line-height: 1.5;
  &::before {
    position: absolute;
    content: '';
    background: url(../img/step/arrow_main.svg) no-repeat center top;
    background-size: cover;
    width: 14px;
    height: 22px;
    top: 12px;
    left: calc(50% - 7px);
  }
}

.step1_02 .mechanism .flow > div em {
  color: var(--accent-color);
  font-weight: 700;
}

.step1_02 .mechanism .flow div .sub {
  font-size: 1.3rem;
  font-weight: 400;
  padding-top: 5px;
}

.step1_02 .mechanism .flow > div em:nth-of-type(2) {
  color: var(--main-color);
}

.step1_02 .mechanism figure.small__width {
  margin-top: 80px;
}

.step1_02 .ros {
  padding-bottom: 120px;
}

.step1_02 .ros figure.small__width {
  margin-top: 60px;
}

.step1_02 .comparison {
  padding-bottom: 120px;
}

.step1_02 .comparison h6 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.step1_02 .comparison table {
  margin-top: 60px;
}

.step1_02 .comparison .table__normal tr:first-child th {
  background: var(--body-color);
}

.step1_02 .comparison .table__normal th {
  text-align: center;
}

.step1_02 .comparison .table__normal td {
  text-align: center;
}

.step1_02 .comparison .table__normal span {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-top: -1.5px;
}

.step1_02 .comparison .table__normal .good span {
  width: 16px;
  height: 16px;
  border: solid var(--sub-color) 1px;
  border-radius: 50%;
}

.step1_02 .comparison .table__normal .bad span {
  width: 17px;
  height: 1px;
  background: var(--sub-color);
  position: relative;
  transform: rotate(45deg);
  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }
}

.step1_02 .comparison .table__normal .excellent span {
  width: 16px;
  height: 16px;
  border: solid var(--sub-color) 1px;
  border-radius: 50%;
  &::before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    top: 4px;
    left: 4px;
    border: solid var(--sub-color) 1px;
    border-radius: 50%;
  }
}

.step1_02 .comparison .table__normal .soso span {
  width: 15px;
  height: 16px;
  margin-top: -6px;
  border-bottom: solid 1px var(--sub-color);
  &::before {
    content: '';
    position: absolute;
    top: 9px;
    left: -3px;
    width: 100%;
    height: 1px;
    background: var(--sub-color);
    transform: rotate(120deg);
    width: 14px;
  }
  &::after {
    content: '';
    position: absolute;
    top: 9px;
    right: -3px;
    width: 100%;
    height: 1px;
    background: var(--sub-color);
    transform: rotate(-120deg);
    width: 14px;
  }
}

.step1_02 .comparison .table__normal td.ico-note {
  position: relative;
  &::before {
    content: '※';
    font-size: 1rem;
    position: absolute;
    right: 5px;
    top: 5px;
  }
}

.step1_02 .comparison .table__normal + .note {
  text-align: right;
  margin-top: 15px;
}

.step1_02 .kind {
  padding-bottom: 100px;
}

.step1_02 .kind table {
  margin-top: 80px;
}

.step1_02 .kind .table__normal tr:first-child th {
  background: var(--body-color);
}

.step1_02 .kind .table__normal th {
  text-align: center;
}

.step1_02 .kind .table__normal td {
  text-align: center;
}

.step1_02 .kind .table__normal td img {
  width: 50px;
  margin: 0 auto 10px;
}

.step1_02 .kind .table__normal td .note {
  display: block;
  margin-top: 10px;
}

.step1_02 .kind .table__normal tr:first-of-type td {
  width: 20%;
}

.step1_02 .kind .table__normal tr:first-of-type th:first-of-type {
  width: 50%;
}

.step1_02 .kind .table__normal td em {
  color: var(--main-color);
  font-weight: 700;
}

.step1_02 .summary {
  padding-bottom: 100px;
}

.step1_02 .summary .section__wrap {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
}

.step1_02 .summary .section__wrap > div {
  border-radius: 10px;
  border: solid 1px var(--main-color);
  padding: 25px 35px;
}

.step1_02 .summary .section__wrap > div h5 {
  font-weight: 700;
  font-size: 2.2rem;
}

.step1_02 .summary .section__wrap > div .sub {
  background: var(--main-color);
  color: #fff;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.5;
  border-radius: 999px;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 10px;
}

.step1_02 .summary .section__wrap > div .read {
  margin-top: 10px;
}

@media screen and (max-width: 1024px) {
  .step1_02 .mechanism .flow {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .step1_02 .mechanism .ingredient > div {
    width: 50%;
  }

  .step1_02 .mechanism .ingredient dl {
    flex-direction: column;
  }

  .step1_02 .mechanism .flow {
    grid-template-columns: 1fr;
  }

  .step1_02 .summary .section__wrap {
    grid-template-columns: 1fr;
    row-gap: 4vw;
  }
}

@media screen and (max-width: 420px) {
  .step1_02 .important {
    padding-bottom: 50px;
  }

  .step1_02 .important figure {
    margin-top: 50px;
  }

  .step1_02 .mechanism {
    padding-bottom: 60px;
  }

  .step1_02 .mechanism .ingredient {
    margin-top: 40px;
  }

  .step1_02 .mechanism .ingredient > div:first-of-type img {
    height: 100px;
  }

  .step1_02 .mechanism .ingredient > div:last-of-type img {
    height: 95px;
    margin-top: 5px;
  }

  .step1_02 .mechanism .ingredient dt {
    font-size: 1.3rem;
    padding: 8px 12px;
  }

  .step1_02 .mechanism .ingredient dd {
    font-size: 1.4rem;
  }

  .step1_02 .mechanism .flow {
    margin-top: 50px;
    row-gap: 8vw;
  }

  .step1_02 .mechanism figure.small__width {
    margin-top: 40px;
  }

  .step1_02 .mechanism .flow > div {
    padding: 30px 20px 30px;
    &::before {
      font-size: 2.6rem;
      top: -15px;
    }
  }

  .step1_02 .ros {
    padding-bottom: 60px;
  }

  .step1_02 .ros figure.small__width {
    margin-top: 40px;
  }

  .step1_02 .comparison {
    padding-bottom: 60px;
  }

  .step1_02 .comparison h6 {
    font-size: 1.6rem;
  }

  .step1_02 .comparison table {
    margin-top: 40px;
  }

  .step1_02 .kind {
    padding-bottom: 50px;
  }

  .step1_02 .kind table {
    margin-top: 50px;
  }

  .step1_02 .kind .table__normal tr:first-of-type td {
    width: 12vw;
  }

  .step1_02 .summary {
    padding-bottom: 50px;
  }

  .step1_02 .summary .section__wrap {
    margin-top: 50px;
  }

  .step1_02 .summary .section__wrap > div {
    padding: 20px;
  }

  .step1_02 .summary .section__wrap > div h5 {
    font-size: 1.5rem;
  }

  .step1_02 .summary .section__wrap > div .sub {
    font-size: 1.2rem;
  }
}

/*----------------------------------

step1_03

----------------------------------*/

.step1_03 .mechanism {
  padding-bottom: 120px;
}

.step1_03 .mechanism .ingredient {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.step1_03 .mechanism .ingredient > div {
  width: 40%;
  padding: 0 5%;
}

.step1_03 .mechanism .ingredient > div:first-of-type img {
  height: 160px;
  margin-top: 30px;
}

.step1_03 .mechanism .ingredient > div:last-of-type {
  border-left: solid 1px var(--line-color);
}

.step1_03 .mechanism .ingredient > div:last-of-type img {
  height: 190px;
}

.step1_03 .mechanism .ingredient dl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px 20px;
  margin-top: 25px;
}

.step1_03 .mechanism .ingredient dt {
  border-radius: 5px;
  border: solid 1px var(--tag-color);
  font-size: 1.8rem;
  font-weight: 700;
  padding: 10px 15px;
  word-break: keep-all;
}

.step1_03 .mechanism .ingredient dd {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.step1_03 .mechanism .flow {
  margin-top: 60px;
}

.step1_03 .damage {
  padding-bottom: 120px;
}

.step1_03 .damage .categories {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2vw;
}

.step1_03 .damage .categories > div {
  border-radius: 10px;
  border: solid 1px var(--line-color);
  padding: 25px 30px;
  position: relative;
}

.step1_03 .damage .categories > div h5 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

.step1_03 .damage .categories > div .sub {
  background: var(--txt-color);
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 999px;
  padding: 10px 15px;
  margin-top: 15px;
  line-height: 1.4;
}

.step1_03 .damage .categories > div dl {
  display: grid;
  grid-template-columns: 1fr 4fr;
  align-items: center;
  gap: 10px 15px;
  margin-top: 20px;
}

.step1_03 .damage .categories > div dt {
  border-radius: 5px;
  border: solid 1px var(--tag-color);
  padding: 6px 10px;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  word-break: keep-all;
}

.step1_03 .damage .categories > div dd {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
}

.step1_03 .damage .categories > div .note {
  text-align: right;
  position: absolute;
  right: 2vw;
  bottom: 1vw;
}

.step1_03 .control {
  padding-bottom: 120px;
}

.step1_03 .control .table__normal {
  text-align: center;
}

.step1_03 .control .table__normal th {
  background: var(--body-color);
  width: 15%;
}

.step1_03 .control .table__normal td {
  font-weight: 700;
}

.step1_03 .control .table__normal td p {
  margin-top: 5px;
  font-size: 1.2rem;
}

.step1_03 .control .table__normal td span {
  font-weight: 700;
  font-size: 1.5rem;
}

.step1_03 .control .table__normal td span + span::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 9px;
  border-left: 2px solid var(--accent-color);
  border-bottom: 2px solid var(--accent-color);
  transform: rotate(45deg);
}

.step1_03 .control .distinction {
  text-align: center;
}

.step1_03 .control .distinction .copy {
  font-size: 2.2rem;
  font-weight: 700;
}

.step1_03 .control .distinction .copy span {
  border-radius: 5px;
  border: solid 1px var(--sub-color);
  padding: 10px 15px;
  margin: 0 10px;
  display: inline-block;
}

.step1_03 .control .distinction .note {
  margin-top: 10px;
}

.step1_03 .control .ox {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3vw;
  margin-top: 50px;
}

.step1_03 .control .ox > div {
  border: solid 1px var(--line-color);
  border-radius: 10px;
  padding: 30px;
}

.step1_03 .control .ox > div .sub {
  background: #3ab57d;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  padding: 12px 10px;
  margin: -15px -15px 0;
}

.step1_03 .control .ox > div:last-of-type .sub {
  background: var(--main-color);
}

.step1_03 .control .ox > div h6 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: 20px;
}

.step1_03 .control .ox > div .commentary {
  text-align: center;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: 10px;
}

.step1_03 .control .ox > div:last-of-type .commentary span {
  color: var(--main-color);
}

.step1_03 .control .ox > div .commentary span {
  color: #3ab57d;
}

.step1_03 .control .ox > div ul {
  border-top: solid 1px var(--line-color);
  padding-top: 20px;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5em;
}

.step1_03 .control .ox > div li {
  font-size: 1.4rem;
  padding-left: 1.5em;
  position: relative;
  line-height: 1.6;
  &::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--main-color);
    border-radius: 999px;
    position: absolute;
    left: 5px;
    top: 0.6em;
  }
}

.step1_03 .control .ox > div .ex {
  border-radius: 10px;
  background: var(--body-color);
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 15px;
  margin-top: 20px;
}

.step1_03 .control .distinction {
  margin-top: 60px;
}

.step1_03 .faq {
  padding-bottom: 120px;
}

.step1_03 .example {
  padding-bottom: 120px;
}

.step1_03 .measure {
  padding-bottom: 120px;
}

.step1_03 .measure h6 {
  font-size: 2.4rem;
  font-weight: 700;
}

.step1_03 .measure h6 span {
  font-size: 1.6rem;
  display: block;
  padding-bottom: 3px;
}

.step1_03 .measure .section__wrap > section:not(:first-of-type) {
  margin-top: 60px;
}

.step1_03 .measure dl {
  display: grid;
  grid-template-columns: 1fr 5fr;
  align-items: center;
  gap: 10px 30px;
  margin-top: 30px;
}

.step1_03 .measure dt {
  border-radius: 5px;
  border: solid 1px var(--tag-color);
  padding: 16px 15px;
  font-size: 1.6rem;
  text-align: center;
  word-break: keep-all;
}

.step1_03 .measure dd {
  font-size: 1.6rem;
  line-height: 1.6;
}

.step1_03 .measure dd .note {
  margin-top: 3px;
}

@media screen and (max-width: 768px) {
  .step1_03 .mechanism .ingredient dl {
    flex-direction: column;
  }

  .step1_03 .damage .categories {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4vw;
  }

  .step1_03 .damage .categories > div dt {
    padding: 10px;
  }

  .step1_03 .damage .categories > div dl {
    grid-template-columns: 1fr 5fr;
  }

  .step1_03 .mechanism .ingredient > div {
    width: 50%;
  }
}

@media screen and (max-width: 420px) {
  .step1_03 .mechanism {
    padding-bottom: 60px;
  }

  .step1_03 .mechanism .ingredient {
    margin-top: 40px;
  }

  .step1_03 .mechanism .ingredient > div:first-of-type img {
    height: 80px;
    margin-top: 15px;
  }

  .step1_03 .mechanism .ingredient > div:last-of-type img {
    height: 95px;
  }

  .step1_03 .mechanism .ingredient dt {
    font-size: 1.3rem;
    padding: 8px 12px;
  }

  .step1_03 .mechanism .ingredient dd {
    font-size: 1.4rem;
  }

  .step1_03 .mechanism .flow {
    margin-top: 40px;
  }

  .step1_03 .damage {
    padding-bottom: 60px;
  }

  .step1_03 .damage .categories > div {
    padding: 20px;
  }

  .step1_03 .damage .categories > div h5 {
    font-size: 1.6rem;
  }

  .step1_03 .damage .categories > div .sub {
    font-size: 1.3rem;
  }

  .step1_03 .damage .categories > div dt {
    font-size: 1.2rem;
  }

  .step1_03 .damage .categories > div dd {
    font-size: 1.4rem;
  }

  .step1_03 .control {
    padding-bottom: 60px;
  }

  .step1_03 .control .table__normal td span {
    font-size: 1.3rem;
  }

  .step1_03 .control .table__normal td span + span::before {
    width: 8px;
    height: 8px;
  }

  .step1_03 .control .distinction {
    margin-top: 40px;
  }

  .step1_03 .control .distinction .copy {
    font-size: 1.5rem;
  }

  .step1_03 .control .distinction .copy span {
    margin: 0 5px;
    padding: 8px 10px;
  }

  .step1_03 .control .ox {
    margin-top: 40px;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .step1_03 .control .ox > div {
    padding: 20px;
  }

  .step1_03 .control .ox > div .sub {
    font-size: 1.4rem;
    margin: -10px -10px 0;
  }

  .step1_03 .control .ox > div h6 {
    font-size: 2rem;
  }

  .step1_03 .control .ox > div .commentary {
    font-size: 1.5rem;
  }

  .step1_03 .control .ox > div li {
    font-size: 1.3rem;
  }

  .step1_03 .control .ox > div .ex {
    font-size: 1.3rem;
  }

  .step1_03 .faq {
    padding-bottom: 60px;
  }

  .step1_03 .measure {
    padding-bottom: 60px;
  }

  .step1_03 .measure h6 {
    font-size: 1.8rem;
  }

  .step1_03 .measure dl {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .step1_03 .measure dt {
    font-size: 1.2rem;
    padding: 10px;
  }

  .step1_03 .measure dt:not(:first-of-type) {
    margin-top: 20px;
  }

  .step1_03 .measure dd {
    font-size: 1.3rem;
  }
}

/*----------------------------------

step1_04

----------------------------------*/

.step1_04 .about {
  padding-bottom: 120px;
}

.step1_04 .about .outline {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4vw;
  margin-top: 60px;
}

.step1_04 .about .outline dt {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: solid 1px var(--line-color);
  padding-bottom: 15px;
  margin-bottom: 25px;
}

.step1_04 .about .outline dd {
  font-size: 1.6rem;
}

.step1_04 .about .outline dd:nth-of-type(2) {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--main-color);
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
  &::before {
    content: '';
    background: url(../img/step/arrow_nml.svg) no-repeat left center;
    width: 22px;
    height: 14px;
    background-size: cover;
  }
}

.step1_04 .about .main h6 {
  font-size: 2.2rem;
  font-weight: 700;
}

.step1_04 .about .main > div {
  display: flex;
  justify-content: center;
  gap: 4vw;
  align-items: center;
  margin-top: 50px;
}

.step1_04 .about .main > div dl {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 25px;
  align-items: center;
}

.step1_04 .about .main > div dt {
  font-size: 1.8rem;
  border-radius: 5px;
  border: solid 1px var(--tag-color);
  font-weight: 700;
  padding: 12px 20px;
  text-align: center;
}

.step1_04 .about .main > div dd {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}

.step1_04 .about .level {
  margin-top: 80px;
}

.step1_04 .about .level h6 {
  font-size: 1.8rem;
  font-weight: 700;
}

.step1_04 .about .level > div {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  margin-top: 30px;
}

.step1_04 .about .level > div > div {
  border-radius: 10px;
  border: solid 1px var(--line-color);
  padding: 30px 20px;
  text-align: center;
}

.step1_04 .about .level > div > div p:first-of-type {
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 30px;
  color: var(--main-color);
}

.step1_04 .about .level > div > div p:last-of-type {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 15px;
}

.step1_04 .about .level > div > div figure img {
  width: min(80%, 200px);
  margin: 0 auto;
}

.step1_04 .mindset {
  padding-bottom: 120px;
}

.step1_04 .mindset .ex {
  display: grid;
  grid-template-columns: 1.3fr 1fr;
  gap: 4vw;
  margin-top: 60px;
}

.step1_04 .mindset .ex .base dt {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  border: solid 1px var(--sub-color);
  padding: 15px 20px;
  display: inline-block;
}

.step1_04 .mindset .ex .base dd {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
}

.step1_04 .mindset .ex .condition {
  margin-top: 30px;
  display: flex;
  border-radius: 10px;
  background: var(--body-color);
}

.step1_04 .mindset .ex .condition dt {
  border-radius: 10px 0 0 10px;
  background: var(--txt-color);
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  padding: 15px;
  display: flex;
  justify-content: center;
}

.step1_04 .mindset .ex .condition dd {
  font-size: 1.5rem;
  line-height: 1.6;
  padding: 15px 25px;
}

.step1_04 .mindset .ex > div:last-of-type figure {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 3vw;
}

.step1_04 .mindset .ex > div:last-of-type figure img:first-of-type {
  border-radius: 10px;
}

.step1_04 .mindset .approach {
  margin-top: 60px;
}

.step1_04 .mindset .approach .wrong {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 10px;
  border: dashed 1px var(--txt-color);
  padding: 30px 0;
}

.step1_04 .mindset .approach .wrong > div {
  padding: 0 20px;
}

.step1_04 .mindset .approach .wrong > div:last-of-type {
  border-left: solid 1px var(--line-color);
}

.step1_04 .mindset .approach .wrong img {
  width: min(80%, 200px);
  margin: 0 auto;
}

.step1_04 .mindset .approach .wrong p {
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 0.6vw;
  line-height: 1.6;
}

.step1_04 .mindset .approach .marker {
  background: linear-gradient(transparent 90%, var(--tag-color) 90%);
}

.step1_04 .mindset .approach .right {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 20px;
  border-radius: 10px;
  border: solid 2px var(--txt-color);
  padding: 30px 0;
}

.step1_04 .mindset .approach .right > div {
  padding: 0 20px;
}

.step1_04 .mindset .approach .right img {
  width: min(80%, 200px);
  margin: 0 auto;
}

.step1_04 .mindset .approach .right dl {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
  margin-bottom: 0.6vw;
  text-align: center;
}

.step1_04 .mindset .approach .right dt {
  font-size: 1.5rem;
  border-radius: 5px;
  padding: 15px 20px;
  border: solid 1px var(--tag-color);
}

.step1_04 .mindset .approach .right dd {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}

.step1_04 .mindset .approach .right .plus {
  width: 40px;
  height: 3px;
  background: var(--txt-color);
  position: relative;
  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }
}

.step1_04 .mindset .approach .txt {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 25px;
  &::before {
    content: '';
    background: url(../img/step/arrow_main.svg) no-repeat center top;
    background-size: cover;
    width: 42px;
    height: 66px;
  }
}

.step1_04 .mindset .clear {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 50px;
}

.step1_04 .mindset .clear > div {
  border: solid 1px var(--line-color);
  border-radius: 10px;
  padding: 30px;
  text-align: center;
}

.step1_04 .mindset .clear > div .sub {
  background: var(--accent-color);
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  padding: 12px 10px;
  margin: -10px -10px 0;
}

.step1_04 .mindset .clear > div figure {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  justify-content: center;
  align-items: center;
  gap: 2.5vw;
  width: 90%;
  margin: 30px auto;
}

.step1_04 .mindset .clear > div figure img {
  height: 70px;
}

.step1_04 .mindset .clear > div figure .plus {
  width: 30px;
  height: 2px;
  background: var(--txt-color);
  position: relative;
  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    transform: rotate(90deg);
  }
}

.step1_04 .mindset .clear .txt {
  position: relative;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  &::before {
    position: absolute;
    z-index: 1;
    top: 0;
    content: '';
    width: 100%;
    display: block;
    height: 100%;
  }
}

.step1_04 .mindset .clear .txt::before {
  background: url(../img/step/step1_01_correct.svg) no-repeat center center;
}

.step1_04 .mindset .clear > div:last-of-type .txt::before {
  background: url(../img/step/step1_01_incorrect.svg) no-repeat center center;
}

.step1_04 .mindset .clear .txt p:first-of-type {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
}

.step1_04 .mindset .clear .txt p:last-of-type {
  font-size: 1.5rem;
  border-radius: 999px;
  border: solid 1px var(--accent-color);
  font-weight: 700;
  display: inline-block;
  padding: 8px 20px;
  color: var(--accent-color);
  margin-top: 15px;
}

.step1_04 .mindset .clear > div:last-of-type p:last-of-type {
  border: solid 1px var(--tag-color);
  color: var(--txt-color);
}

.step1_04 .mindset .clear > div:last-of-type figure {
  grid-template-columns: 1fr;
}

.step1_04 .situation {
  padding-bottom: 120px;
}

.step1_04 .situation .txt {
  text-align: center;
  margin-top: 60px;
}

.step1_04 .situation .txt .copy {
  font-size: 2.2rem;
  font-weight: 700;
}

.step1_04 .situation .txt .copy span:first-child {
  margin-left: 0;
}

.step1_04 .situation .txt .copy span {
  border-radius: 5px;
  border: solid 1px var(--sub-color);
  padding: 10px 15px;
  margin: 5px 10px;
  display: inline-block;
}

.step1_04 .situation .txt .copy + p {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 20px;
}

.step1_04 .situation .point {
  border-radius: 10px;
  border: solid 2px var(--main-color);
  display: flex;
  align-items: inherit;
  margin-top: 40px;
}

.step1_04 .situation .point div:first-child {
  background: var(--main-color);
  color: var(--bleach-color);
  font-weight: 700;
  padding: 25px 20px;
  font-size: 1.4rem;
  line-height: 1.4;
}

.step1_04 .situation .point div:last-child {
  font-size: 1.4rem;
  font-weight: 700;
  padding: 25px 30px;
}

.step1_04 .situation .point dt {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  color: var(--main-color);
}

.step1_04 .situation .point dd {
  line-height: 1.6;
  margin-top: 12px;
}

.step1_04 .situation .point dd span {
  display: block;
  font-weight: 700;
}

.step1_04 .situation .lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
}

.step1_04 .situation .lists > div {
  border-radius: 10px;
  border: solid 1px var(--line-color);
  padding: 25px 35px;
  display: flex;
  align-items: center;
}

.step1_04 .situation .lists > div dt {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}

.step1_04 .situation .lists > div dd {
  background: var(--body-color);
  border-radius: 10px;
  padding: 20px;
  font-size: 1.4rem;
  line-height: 1.6;
  color: var(--main-color);
  margin-top: 20px;
}

.step1_04 .merit {
  padding-bottom: 100px;
}

.step1_04 .merit .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 80px;
}

.step1_04 .merit .content > div {
  border: solid 1px var(--line-color);
  border-radius: 10px;
  padding: 30px;
}

.step1_04 .merit .content > div .sub {
  background: var(--accent-color);
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  padding: 12px 10px;
  margin: -15px -15px 0;
}

.step1_04 .merit .content > div:last-of-type .sub {
  background: var(--sub-color);
}

.step1_04 .merit .content > div ul {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1em;
}

.step1_04 .merit .content > div li {
  font-size: 1.4rem;
  padding-left: 1.5em;
  line-height: 1.6;
  font-weight: 700;
  position: relative;
  &::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--main-color);
    border-radius: 999px;
    position: absolute;
    left: 5px;
    top: 0.6em;
  }
}

.step1_04 .merit .content > div li span {
  display: block;
  font-weight: 400;
  font-size: 1.2rem;
  text-indent: -0.5em;
}

.step1_04 .merit .comment {
  font-size: 2.2rem;
  line-height: 1.6;
  font-weight: 700;
  color: var(--main-color);
  text-align: center;
  margin-top: 50px;
}

.step1_04 .listtable {
  padding-bottom: 120px;
}

.step1_04 .listtable .table__normal {
  margin-top: 80px;
  text-align: center;
}

.step1_04 .listtable .table__normal th {
  background: var(--body-color);
}

.step1_04 .listtable .ex {
  display: grid;
  grid-template-columns: 1fr 1.3fr;
  gap: 4vw;
  margin-top: 10px;
}

.step1_04 .listtable .ex .table__normal {
  margin-top: 0;
}

.step1_04 .listtable .ex td,
.step1_04 .listtable .ex th {
  font-size: 1.4rem;
}

.step1_04 .listtable .ex .hilight td {
  font-weight: 700;
  font-size: 1.8rem;
  color: var(--accent-color);
  background: #eaf9fb;
}

.step1_04 .listtable .ex .calc {
  text-align: center;
}

.step1_04 .listtable .ex .calc p:nth-of-type(1) {
  font-size: 2.2rem;
  font-weight: 700;
  border-radius: 5px;
  border: solid 1px var(--sub-color);
  padding: 10px 20px;
  display: inline-block;
}

.step1_04 .listtable .ex .calc .arrow {
  margin: 20px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 31px;
  &::before {
    content: '';
    background: url(../img/step/arrow_nml.svg) no-repeat;
    width: 33px;
    height: 21px;
    background-size: cover;
    transform: rotate(90deg);
  }
  &::after {
    content: '2LvUP!!';
    width: 0;
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--accent-color);
  }
}

.step1_04 .listtable .ex .calc p:nth-of-type(2) {
  font-size: 2.2rem;
  color: var(--main-color);
  font-weight: 700;
}

.step1_04 .listtable .ex .calc p:nth-of-type(3) {
  font-size: 1.5rem;
  line-height: 1.6;
  background: var(--body-color);
  padding: 20px 25px;
  border-radius: 10px;
  margin-top: 25px;
}

.step1_04 .listtable .ex .calc p:nth-of-type(4) {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: 30px;
}

.step1_04 .listtable .ex .calc p:nth-of-type(4) em {
  font-weight: 700;
}

.step1_04 .listtable .ex .calc .point {
  border-color: var(--main-color);
}

.step1_04 .listtable .ex .calc .point > div:first-of-type {
  background: var(--main-color);
}

.step1_04 .listtable .ex .calc .point > div:last-of-type {
  text-align: left;
}

.step1_04 .listtable .ex .calc .point > div:last-of-type em {
  color: var(--accent-color);
}

.step1_04 .listtable .ex .calc .point > div:last-of-type span {
  display: block;
}

.step1_04 .faq {
  padding-bottom: 100px;
}

.step1_04 .faq > div > div {
  margin-top: 80px;
}

.step1_04 .summary {
  padding-bottom: 100px;
}

.step1_04 .summary ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 15px;
  margin-top: 80px;
}

.step1_04 .summary li {
  border-radius: 10px;
  border: solid 1px var(--main-color);
  padding: 25px 35px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--main-color);
}

.step1_04 .summary li p {
  color: var(--txt-color);
  font-size: 1.4rem;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .step1_04 .mindset .clear {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 420px) {
  .step1_04 .about {
    padding-bottom: 60px;
  }

  .step1_04 .about .outline {
    margin-top: 40px;
    grid-template-columns: 1fr;
    row-gap: 50px;
  }

  .step1_04 .about .outline dt {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .step1_04 .about .outline dd {
    font-size: 1.3rem;
  }

  .step1_04 .about .outline dd:nth-of-type(2) {
    font-size: 1.4rem;
  }

  .step1_04 .about .main h6 {
    font-size: 1.6rem;
  }

  .step1_04 .about .main > div {
    flex-direction: column;
    row-gap: 20px;
    margin-top: 40px;
  }

  .step1_04 .about .main > div figure {
    width: min(60%, 200px);
  }

  .step1_04 .about .main > div dl {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .step1_04 .about .main > div dt {
    font-size: 1.2rem;
    padding: 10px;
    margin-top: 10px;
  }

  .step1_04 .about .main > div dd {
    font-size: 1.3rem;
  }

  .step1_04 .about .level {
    margin-top: 50px;
  }

  .step1_04 .about .level h6 {
    font-size: 1.6rem;
  }

  .step1_04 .about .level > div {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }

  .step1_04 .about .level > div > div {
    padding: 20px;
  }

  .step1_04 .about .level > div > div figure img {
    width: min(80%, 140px);
  }

  .step1_04 .about .level > div > div p:first-of-type {
    font-size: 1.8rem;
    margin-top: 20px;
  }

  .step1_04 .about .level > div > div p:last-of-type {
    font-size: 1.3rem;
  }

  .step1_04 .mindset {
    padding-bottom: 60px;
  }

  .step1_04 .mindset .ex {
    grid-template-columns: 1fr;
    margin-top: 40px;
    row-gap: 30px;
  }

  .step1_04 .mindset .ex .base dt {
    font-size: 1.3rem;
    padding: 12px 15px;
  }

  .step1_04 .mindset .ex .base dd {
    font-size: 1.5rem;
    margin-top: 15px;
  }

  .step1_04 .mindset .ex .condition {
    margin-top: 20px;
  }

  .step1_04 .mindset .ex .condition dt {
    font-size: 1.2rem;
  }

  .step1_04 .mindset .ex .condition dd {
    padding: 15px;
    font-size: 1.2rem;
  }

  .step1_04 .mindset .ex > div:last-of-type figure {
    grid-template-columns: 1fr 1.6fr;
    align-items: center;
    gap: 5vw;
  }

  .step1_04 .mindset .approach {
    margin-top: 40px;
  }

  .step1_04 .mindset .approach .wrong {
    grid-template-columns: 1fr;
    row-gap: 30px;
    padding: 30px 15px;
  }

  .step1_04 .mindset .approach .wrong img {
    width: min(80%, 140px);
  }

  .step1_04 .mindset .approach .wrong p {
    font-size: 1.4rem;
    margin-top: 20px;
  }

  .step1_04 .mindset .approach .wrong > div:last-of-type {
    border: none;
  }

  .step1_04 .mindset .approach .txt {
    font-size: 1.8rem;
    &::before {
      width: 30px;
      height: 46px;
    }
  }

  .step1_04 .mindset .approach .right {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .step1_04 .mindset .approach .right img {
    width: min(80%, 140px);
  }

  .step1_04 .mindset .approach .right dl {
    flex-direction: column;
    row-gap: 10px;
    margin-top: 20px;
  }

  .step1_04 .mindset .approach .right dt {
    font-size: 1.2rem;
    padding: 10px 15px;
  }

  .step1_04 .mindset .approach .right dd {
    font-size: 1.4rem;
  }

  .step1_04 .mindset .approach .right .plus {
    margin: 0 auto;
    width: 30px;
  }

  .step1_04 .mindset .clear {
    row-gap: 20px;
  }

  .step1_04 .mindset .clear > div .sub {
    font-size: 1.3rem;
  }

  .step1_04 .mindset .clear > div figure {
    gap: 5vw;
    width: 100%;
    margin: 20px auto;
  }

  .step1_04 .mindset .clear > div figure .plus {
    width: 20px;
  }

  .step1_04 .mindset .clear .txt {
    height: 120px;
  }

  .step1_04 .mindset .clear .txt p:first-of-type {
    font-size: 1.6rem;
  }

  .step1_04 .mindset .clear .txt::before {
    height: 120px;
    background-size: contain;
  }

  .step1_04 .mindset .clear > div:last-of-type .txt::before {
    background-size: contain;
    height: 120px;
  }

  .step1_04 .situation {
    padding-bottom: 60px;
  }

  .step1_04 .situation .txt {
    margin-top: 40px;
  }

  .step1_04 .situation .txt .copy {
    font-size: 1.6rem;
  }

  .step1_04 .situation .txt .copy span {
    margin: 5px 10px;
  }

  .step1_04 .situation .txt .copy + p {
    font-size: 1.3rem;
  }

  .step1_04 .situation .point {
    flex-direction: column;
  }

  .step1_04 .situation .point div:first-child {
    border-radius: 7px 7px 0 0;
    padding: 15px 20px;
  }

  .step1_04 .situation .point div:last-child {
    padding: 15px 20px;
  }

  .step1_04 .situation .point dt {
    font-size: 1.6rem;
  }

  .step1_04 .situation .point dd {
    font-size: 1.3rem;
  }

  .step1_04 .situation .lists {
    grid-template-columns: 1fr;
    row-gap: 15px;
  }

  .step1_04 .situation .lists > div {
    padding: 20px;
  }

  .step1_04 .situation .lists > div dt {
    font-size: 1.4rem;
  }

  .step1_04 .situation .lists > div dd {
    padding: 15px;
  }

  .step1_04 .merit {
    padding-bottom: 50px;
  }

  .step1_04 .merit .content {
    grid-template-columns: 1fr;
    margin-top: 50px;
    row-gap: 20px;
  }

  .step1_04 .merit .content > div .sub {
    font-size: 1.4rem;
  }

  .step1_04 .merit .content > div li {
    font-size: 1.3rem;
  }

  .step1_04 .merit .comment {
    font-size: 1.6rem;
    margin-top: 40px;
  }

  .step1_04 .listtable {
    padding-bottom: 60px;
  }

  .step1_04 .listtable .table__normal {
    margin-top: 40px;
  }

  .step1_04 .listtable .ex {
    grid-template-columns: 1fr;
    row-gap: 60px;
  }

  .step1_04 .listtable .ex .calc p:nth-of-type(1) {
    font-size: 1.6rem;
  }

  .step1_04 .listtable .ex .calc p:nth-of-type(2) {
    font-size: 1.8rem;
  }

  .step1_04 .listtable .ex .calc p:nth-of-type(3) {
    padding: 15px;
  }

  .step1_04 .listtable .ex .calc p:nth-of-type(4) {
    font-size: 1.6rem;
  }

  .step1_04 .faq {
    padding-bottom: 50px;
  }

  .step1_04 .faq > div > div {
    margin-top: 50px;
  }

  .step1_04 .summary {
    padding-bottom: 50px;
  }

  .step1_04 .summary ul {
    margin-top: 50px;
  }

  .step1_04 .summary li {
    padding: 20px;
    font-size: 1.6rem;
  }

  .step1_04 .summary li p {
    font-size: 1.3rem;
  }
}

/*----------------------------------

step1_04

----------------------------------*/

.step1_05 .important {
  padding-bottom: 80px;
}

.step1_05 .important .flow {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2vw;
}

.step1_05 .reason {
  padding-bottom: 120px;
}

.step1_05 .reason .copy {
  text-align: center;
  margin-top: 60px;
}

.step1_05 .reason .copy p {
  font-size: 2.2rem;
  font-weight: 700;
}

.step1_05 .reason .copy span {
  border-radius: 5px;
  border: solid 1px var(--sub-color);
  padding: 10px 15px;
  margin: 5px 10px;
  display: inline-block;
  color: var(--accent-color);
}

.step1_05 .reason .ex {
  margin-top: 50px;
  border-radius: 10px;
  border: solid 1px var(--main-color);
}

.step1_05 .reason .ex h5 {
  font-weight: 700;
  font-size: 1.4rem;
  color: #fff;
  background: var(--main-color);
  padding: 10px 25px;
  display: inline-block;
  border-radius: 8px 0 0 0;
}

.step1_05 .reason .ex ul {
  padding: 15px 40px 20px;
}

.step1_05 .reason .ex li {
  font-size: 1.6rem;
  position: relative;
  font-weight: 700;
  line-height: 1.6;
  padding: 18px 0 18px 1.5em;
  &::before {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background: var(--main-color);
    border-radius: 999px;
    position: absolute;
    left: 5px;
    top: calc(50% - 4px);
  }
}

.step1_05 .reason .ex li:not(:first-of-type) {
  border-top: solid 1px var(--line-color);
}

.step1_05 .reason .needs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3vw;
  margin-top: 80px;
}

.step1_05 .reason .needs section .frame {
  border: solid 1px var(--line-color);
  border-radius: 10px;
  padding: 30px;
}

.step1_05 .reason .needs section .frame .sub {
  background: #3ab57d;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  padding: 12px 10px;
  margin: -15px -15px 0;
}

.step1_05 .reason .needs section:last-of-type .sub {
  background: var(--main-color);
}

.step1_05 .reason .needs section .frame h6 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  margin-top: 25px;
}

.step1_05 .reason .needs .type {
  font-size: 2.4rem;
  font-weight: 700;
  border-radius: 999px;
  border: dashed 1px var(--accent-color);
  width: 150px;
  height: 150px;
  margin: 25px auto 5px;
  color: var(--accent-color);
  display: flex;
  align-items: center;
  justify-content: center;
}

.step1_05 .reason .needs section:last-of-type .type {
  color: var(--sub-color);
  border-color: var(--sub-color);
}

.step1_05 .reason .needs section .result {
  margin-top: -70px;
  color: var(--main-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  &::before {
    content: '';
    background: url(../img/step/step1_05_reason_arrow.svg) no-repeat;
    width: 20px;
    height: 114px;
  }
}

.step1_05 .reason .needs section .result p {
  line-height: 1.6;
}

.step1_05 .reason .needs section p {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.step1_05 .reason .needs section p .marker {
  color: var(--accent-color);
}

.step1_05 .types {
  padding-bottom: 120px;
}

.step1_05 .types .type {
  text-align: center;
  margin-top: 60px;
}

.step1_05 .types .type p {
  font-size: 1.6rem;
  line-height: 1.6;
}

.step1_05 .types .type ul {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}

.step1_05 .types .type li {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  border-radius: 999px;
  width: min(25vw, 180px);
  height: min(25vw, 180px);
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  color: var(--main-color);
  border: solid 1px var(--main-color);
}

.step1_05 .types .type li p {
  font-size: 1.4rem;
  color: var(--accent-color);
}

.step1_05 .types .details {
  margin-top: 40px;
}

.step1_05 .types .details .block:not(:first-of-type) {
  margin-top: 10px;
}

.step1_05 .types .details .toggle {
  display: none;
}

.step1_05 .types .details .toggle:checked + .question span {
  transform: rotate(-135deg) !important;
}

.step1_05 .types .details .read {
  height: 0;
  overflow: hidden;
}

.step1_05 .types .details .head {
  background: #ececf1;
  border: solid 1px var(--tag-color);
  color: var(--main-color);
  font-weight: 700;
  border-radius: 5px;
  padding: 20px 30px 20px 40px;
  font-size: 1.5rem;
  display: block;
  cursor: pointer;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.step1_05 .types .details .head,
.step1_05 .types .details .read {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.6s;
}

.step1_05 .types .details .read {
  opacity: 0;
}

.step1_05 .types .details .toggle:checked + .head + .read {
  height: auto;
  margin: 30px 0 50px;
  transition: all 0.6s;
  opacity: 1;
}

.step1_05 .types .details .head span {
  min-width: 30px;
  max-width: 30px;
  height: 30px;
  margin-left: auto;
  transition: all 0.6s;
  position: relative;
}

.step1_05 .types .details .head span::before,
.step1_05 .types .details .head span::after {
  top: 0;
  bottom: 0;
  left: 8px;
  margin: auto;
  content: '';
  transition: all 0.6s;
  display: inline-block;
  width: 16px;
  height: 1px;
  background: var(--main-color);
  position: absolute;
}

.step1_05 .types .details .head span::before {
  vertical-align: middle;
}

.step1_05 .types .details .head span::after {
  vertical-align: middle;
  transform: rotate(90deg);
}

.step1_05 .types .details .toggle:checked + .head span {
  transform: rotate(180deg) !important;
}

.step1_05 .types .details .toggle:checked + .head span:after {
  opacity: 0;
}

.step1_05 .types .details dt {
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 1.2rem;
  padding: 6px 15px;
  display: inline-block;
  color: #fff;
  background: var(--txt-color);
  border-radius: 999px;
}

.step1_05 .types .details dt:not(:first-of-type) {
  margin-top: 25px;
}

.step1_05 .types .details dd {
  margin-top: 3px;
  font-size: 1.4rem;
  padding-left: 1.5em;
  position: relative;
  &::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--main-color);
    border-radius: 999px;
    position: absolute;
    left: 5px;
    top: calc(0.5em + 3px);
  }
}

.step1_05 .types .categories {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2vw;
  margin-top: 40px;
}

.step1_05 .types .categories > div {
  border-radius: 10px;
  border: solid 1px var(--line-color);
  padding: 25px 30px;
  position: relative;
}

.step1_05 .types .categories > div h5 {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.step1_05 .types .categories > div .sub {
  background: var(--main-color);
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 999px;
  padding: 10px 15px;
  margin-top: 15px;
  line-height: 1.4;
}

.step1_05 .types .categories > div p {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 20px;
}

.step1_05 .should {
  padding-bottom: 120px;
}

.step1_05 .should .lists {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 15px;
}

.step1_05 .should .lists.after {
  grid-template-columns: 1fr 1fr 1fr;
}

.step1_05 .should .lists li {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: solid 1px var(--line-color);
  padding: 25px 20px;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
}

.step1_05 .should .lists li span {
  font-size: 1.3rem;
  margin-top: 5px;
  font-weight: 400;
}

.step1_05 .should .ideal {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3vw;
  margin-top: 50px;
}

.step1_05 .should .ideal > div {
  border: solid 1px var(--line-color);
  border-radius: 10px;
  padding: 30px;
}

.step1_05 .should .ideal > div .sub {
  background: var(--main-color);
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  padding: 12px 10px;
  margin: -15px -15px 0;
}

.step1_05 .should .ideal > div:last-of-type .sub {
  background: var(--sub-color);
}

.step1_05 .should .ideal > div ul {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5em;
}

.step1_05 .should .ideal > div li {
  font-size: 1.4rem;
  padding-left: 1.5em;
  font-weight: 700;
  position: relative;
  line-height: 1.6;
  &::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--main-color);
    border-radius: 999px;
    position: absolute;
    left: 5px;
    top: 0.6em;
  }
}

.step1_05 .should .comment {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-top: 40px;
  color: var(--main-color);
}

.step1_05 .should .ideal .ex {
  border-radius: 10px;
  background: var(--body-color);
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 15px;
  margin-top: 20px;
}

.step1_05 .should .ideal .ex span {
  color: var(--accent-color);
  padding-right: 0.5em;
}

.step1_05 .should .comment + .ex {
  border-radius: 10px;
  background: var(--body-color);
  font-size: 1.4rem;
  line-height: 1.6;
  padding: 20px 30px;
  margin-top: 1.5vw;
  margin-top: 50px;
}

.step1_05 .should .table__normal {
  margin-top: 40px;
  text-align: center;
}

.step1_05 .should .table__normal th {
  background: var(--body-color);
}

.step1_05 .should .table__normal + .comment {
  color: var(--txt-color);
}

.step1_05 .should .small-lists ul {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.step1_05 .should .small-lists li {
  border-radius: 5px;
  border: solid 1px var(--line-color);
  padding: 10px 15px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}

.step1_05 .should .comment-l {
  color: var(--txt-color);
  text-align: left;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 30px;
}

.step1_05 .should .summary {
  margin-top: 80px;
  text-align: center;
}

.step1_05 .should .summary .first {
  font-size: 1.6rem;
  line-height: 1.6;
}

.step1_05 .should .summary .first .marker {
  font-weight: 700;
}

.step1_05 .should .summary .balloon {
  border: solid 2px var(--accent-color);
  border-radius: 999px;
  padding: 20px 35px;
  display: inline-block;
  margin-top: 40px;
  position: relative;
}

.step1_05 .should .summary .balloon:before,
.step1_05 .should .summary .balloon:after {
  content: '';
  height: 0;
  width: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  border: solid transparent;
}

.step1_05 .should .summary .balloon:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #fff;
  border-width: 13.5px;
  margin-left: -13.5px;
}

.step1_05 .should .summary .balloon:before {
  border-color: rgba(51, 51, 51, 0);
  border-top-color: var(--accent-color);
  border-width: 16px;
  margin-left: -16px;
}

.step1_05 .should .summary .balloon p {
  font-size: 2rem;
  font-weight: 700;
  color: var(--main-color);
  line-height: 1.5;
}

.step1_05 .should .summary .merit {
  margin-top: 40px;
}

.step1_05 .should .summary .merit h6 {
  background: var(--accent-color);
  font-size: 1.6rem;
  font-weight: 700;
  color: #fff;
  border-radius: 999px;
  padding: 10px 20px;
  display: inline-block;
}

.step1_05 .should .summary .merit ul {
  counter-reset: number 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-top: 40px;
}

.step1_05 .should .summary .merit li {
  font-size: 2.4rem;
  font-weight: 700;
  &::before {
    content: '';
    font-size: 2.5rem;
    color: var(--accent-color);
    content: counter(number) '.';
    counter-increment: number 1;
    padding-right: 0.5em;
  }
}

.step1_05 .should .summary .merit li span {
  font-size: 1.3rem;
}

.step1_05 .should .summary .merit li .result {
  margin-top: 15px;
  font-size: 2rem;
  font-weight: 700;
  color: var(--main-color);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  &::before {
    content: '';
    background: url(../img/step/arrow_main.svg) no-repeat;
    width: 14px;
    height: 22px;
    transform: rotate(-90deg);
  }
}

.step1_05 .should .summary .merit li .addition {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 10px;
}

.step1_05 .should h6 + .small-lists ul {
  margin-top: 30px;
}

.step1_05 .should .priority {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 80px;
}

.step1_05 .should .priority dl {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;
}

.step1_05 .should .priority dl:first-of-type {
  padding-right: 4vw;
}

.step1_05 .should .priority dl:last-of-type {
  border-left: solid 1px var(--line-color);
  padding-left: 4vw;
}

.step1_05 .should .priority dt {
  font-size: 1.4rem;
  font-weight: 700;
  background: var(--txt-color);
  color: #fff;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 999px;
  line-height: 1.4;
}

.step1_05 .should .history .comment-l + p {
  font-size: 1.4rem;
  margin-top: 10px;
}

.step1_05 .should .important {
  margin-top: 40px;
  padding-bottom: 0;
}

.step1_05 .should .important > p {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--main-color);
  margin-bottom: 20px;
}

.step1_05 .should .future {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3vw;
  margin-top: 50px;
}

.step1_05 .should .future > div {
  border: solid 1px var(--line-color);
  border-radius: 10px;
  padding: 30px;
}

.step1_05 .should .future > div .sub {
  background: var(--tag-color);
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  padding: 12px 10px;
  margin: -15px -15px 0;
}

.step1_05 .should .future > div:last-of-type .sub {
  background: var(--accent-color);
}

.step1_05 .should .future h6 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 20px;
}

.step1_05 .should .future > div ul {
  border-top: solid 1px var(--line-color);
  padding-top: 20px;
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5em;
}

.step1_05 .should .future > div li {
  font-size: 1.4rem;
  padding-left: 1.5em;
  position: relative;
  line-height: 1.6;
  &::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--main-color);
    border-radius: 999px;
    position: absolute;
    left: 5px;
    top: 0.6em;
  }
}

.step1_05 .should .goal {
  text-align: center;
  margin-top: 50px;
}

.step1_05 .should .goal p:first-of-type {
  font-size: 1.6rem;
  line-height: 1.6;
}

.step1_05 .should .goal p:last-of-type {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  margin-top: 20px;
}

.step1_05 .should .next {
  text-align: center;
}

.step1_05 .should .next .small-lists ul {
  flex-direction: column;
  align-items: center;
}

.step1_05 .should .next .small-lists > p {
  font-size: 1.8rem;
  line-height: 1.6;
  color: var(--sub-color);
  font-weight: 700;
  margin-top: 50px;
}

.step1_05 .should .next .small-lists .read {
  text-align: center;
  margin-top: 30px;
}

.step1_05 .should .next .comment {
  margin-top: 30px;
}

.step1_05 .others {
  padding-bottom: 100px;
}

.step1_05 .others .lists {
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 10px;
}

.step1_05 .others .lists li {
  border-radius: 5px;
  border: solid 1px var(--line-color);
  padding: 10px 15px;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
}

.step1_05 .others p.comment:first-of-type {
  color: var(--txt-color);
  margin: 30px 0;
}

.step1_05 .others p {
  text-align: center;
}

.step1_05 > .summary {
  padding-bottom: 120px;
}

.step1_05 .summary .content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  margin-top: 50px;
}

.step1_05 .summary .content > div {
  border: solid 1px var(--main-color);
  border-radius: 10px;
  padding: 30px;
}

.step1_05 .summary .content > div .sub {
  background: var(--main-color);
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  padding: 12px 10px;
  margin: -10px -10px 0;
}

.step1_05 .summary .content .lists {
  margin-top: 20px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5em;
}

.step1_05 .summary .content .lists li {
  font-size: 1.4rem;
  padding-left: 1.5em;
  position: relative;
  line-height: 1.6;
  &::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--main-color);
    border-radius: 999px;
    position: absolute;
    left: 5px;
    top: 0.6em;
  }
}

.step1_05 .sheet {
  padding-bottom: 100px;
}

.step1_05 .sheet .flow {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr auto 1.5fr 1.5fr;
  gap: 3vw;
  align-items: flex-start;
}

.step1_05 .sheet .flow .arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  &::after {
    content: '';
    background: url(../img/step/arrow_main.svg) no-repeat;
    width: 28px;
    height: 44px;
    background-size: cover;
    transform: rotate(-90deg);
    margin-top: 50px;
  }
}

.step1_05 .sheet .flow figure img {
  border: solid 1px var(--line-color);
  border-radius: 10px;
}

.step1_05 .sheet .flow .list {
  background: #eaf9fb;
  border-radius: 10px;
  padding: 2vw;
}

.step1_05 .sheet .flow .list ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
}

.step1_05 .sheet .flow .list li {
  border-radius: 5px;
  border: solid 1px var(--sub-color);
  padding: 15px 20px;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  text-align: center;
  background: #fff;
}

.step1_05 .sheet .flow .list p {
  text-align: center;
  margin-top: 20px;
  line-height: 1.5;
  font-weight: 700;
  color: var(--main-color);
  font-size: 1.3rem;
}

.step1_05 .sheet .app li span {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  border-radius: 5px;
  color: var(--main-color);
  border: solid 1px var(--main-color);
  padding: 12px 20px;
}

.step1_05 .sheet .app li:last-of-type {
  &::before {
    content: 'or';
    font-size: 1.6rem;
    text-align: center;
    width: 100%;
    display: inline-block;
    margin: 8px 0;
  }
}

.step1_05 .sheet .app .read {
  font-size: 1.2rem;
  margin-top: 20px;
}

.step1_05 .sheet dl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin-top: 30px;
}

.step1_05 .sheet dt {
  font-size: 1.4rem;
  background: var(--main-color);
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 10px 20px;
  display: inline-block;
  border-radius: 999px;
}

.step1_05 .sheet dd:first-of-type {
  width: min(100%, 120px);
  margin: 0 auto;
}

.step1_05 .sheet .template {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2vw;
  margin-top: 50px;
}

.step1_05 .sheet .template > div {
  border: solid 1px var(--line-color);
  border-radius: 10px;
  padding: 30px;
  display: flex;
  flex-direction: column;
}

.step1_05 .sheet .template > div .sub {
  background: var(--main-color);
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  padding: 12px 10px;
  margin: -15px -15px 0;
}

.step1_05 .sheet .template > div ul {
  margin: 20px 0;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5em;
  text-align: left;
}

.step1_05 .sheet .template > div li {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 700;
}

.step1_05 .sheet .template button {
  border-radius: 999px;
  border: solid 1px var(--tag-color);
  color: var(--sub-color);
  font-weight: 700;
  font-size: 1.3rem;
  padding: 12px 10px;
  margin: auto auto 0;
  width: 120px;
}

@media screen and (max-width: 1024px) {
  .step1_05 .sheet .flow {
    grid-template-columns: 1fr auto 1.5fr;
    align-items: center;
    row-gap: 8vw;
  }

  .step1_05 .sheet .flow .arrow {
    &::after {
      margin-top: 0;
    }
  }

  .step1_05 .sheet .flow .app {
    grid-column: 1 / -1;
    width: 100%;
  }

  .step1_05 .sheet .flow .app ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }

  .step1_05 .sheet dl {
    margin-top: 60px;
  }

  .step1_05 .sheet .app li:last-of-type {
    display: grid;
    align-items: center;
    grid-template-columns: auto 1fr;
    gap: 30px;
    &::before {
      width: auto;
    }
  }

  .step1_05 .sheet .template {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .step1_05 .important .flow {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .step1_05 .reason .needs {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .step1_05 .types .categories {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .step1_05 .should .lists {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 420px) {
  .step1_05 .important .flow {
    margin-top: 50px;
  }

  .step1_05 .important {
    padding-bottom: 50px;
  }

  .step1_05 .reason {
    padding-bottom: 60px;
  }

  .step1_05 .reason .copy {
    margin-top: 40px;
  }

  .step1_05 .reason .copy p {
    font-size: 1.4rem;
  }

  .step1_05 .reason .copy span {
    margin: 5px;
    padding: 8px 10px;
  }

  .step1_05 .reason .ex {
    margin-top: 40px;
  }

  .step1_05 .reason .ex h5 {
    font-size: 1.2rem;
  }

  .step1_05 .reason .ex ul {
    padding: 10px 20px 10px;
  }

  .step1_05 .reason .ex li {
    font-size: 1.3rem;
    padding: 15px 0 15px 2em;
  }

  .step1_05 .reason .needs {
    margin-top: 40px;
  }

  .step1_05 .reason .needs section .frame {
    padding: 20px;
  }

  .step1_05 .reason .needs section .frame .sub {
    font-size: 1.5rem;
    margin: -10px -10px 0;
  }

  .step1_05 .reason .needs section .frame h6 {
    font-size: 1.8rem;
  }

  .step1_05 .reason .needs section .result p {
    font-size: 1.6rem;
  }

  .step1_05 .types {
    padding-bottom: 60px;
  }

  .step1_05 .types .type {
    margin-top: 40px;
  }

  .step1_05 .types .type p {
    font-size: 1.3rem;
  }

  .step1_05 .types .type ul {
    gap: 10px;
    margin-top: 30px;
  }

  .step1_05 .types .type li {
    font-size: 1.2rem;
    letter-spacing: 0.04em;
  }

  .step1_05 .types .type li p {
    font-size: 1rem;
  }

  .step1_05 .types .details {
    margin-top: 30px;
  }

  .step1_05 .types .details .head {
    padding: 12px 12px 12px 20px;
    font-size: 1.3rem;
  }

  .step1_05 .types .details dd {
    font-size: 1.3rem;
  }

  .step1_05 .types .categories > div {
    padding: 20px;
  }

  .step1_05 .types .categories > div h5 {
    font-size: 1.6rem;
  }

  .step1_05 .types .categories > div .sub {
    font-size: 1.3rem;
  }

  .step1_05 .types .categories > div p {
    font-size: 1.3rem;
    margin-top: 15px;
  }

  .step1_05 .should {
    padding-bottom: 60px;
  }

  .step1_05 .should .lists {
    gap: 10px;
  }

  .step1_05 .should .ideal {
    margin-top: 40px;
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .step1_05 .should .ideal > div {
    padding: 20px;
  }

  .step1_05 .should .ideal > div .sub {
    margin: -10px -10px 0;
    font-size: 1.4rem;
  }

  .step1_05 .should .ideal > div li {
    font-size: 1.3rem;
  }

  .step1_05 .should .comment {
    font-size: 1.6rem;
  }

  .step1_05 .should .comment + .ex {
    padding: 20px;
    margin-top: 20px;
    font-size: 1.2rem;
  }

  .step1_05 .should .small-lists ul {
    margin-top: 40px;
  }

  .step1_05 .should .small-lists ul {
    font-size: 1.3rem;
    gap: 6px;
  }

  .step1_05 .should .small-lists li {
    font-size: 1.3rem;
  }

  .step1_05 .should .comment-l {
    font-size: 1.6rem;
  }

  .step1_05 .should .summary {
    margin-top: 60px;
  }

  .step1_05 .should .summary .first {
    font-size: 1.3rem;
  }

  .step1_05 .should .summary .balloon p {
    font-size: 1.5rem;
  }

  .step1_05 .should .summary .merit h6 {
    font-size: 1.4rem;
  }

  .step1_05 .should .summary .merit ul {
    row-gap: 25px;
  }

  .step1_05 .should .summary .merit li {
    font-size: 1.6rem;
    line-height: 1.5;
    &::before {
      font-size: 1.8rem;
    }
  }

  .step1_05 .should .summary .merit li .result {
    font-size: 1.8rem;
  }

  .step1_05 .should .summary .merit li .addition {
    font-size: 1.2rem;
  }

  .step1_05 .should .lists {
    margin-top: 40px;
  }

  .step1_05 .should .lists.after {
    grid-template-columns: 1fr 1fr;
  }

  .step1_05 .should .lists li {
    padding: 20px 10px;
    font-size: 1.3rem;
  }

  .step1_05 .should .priority {
    grid-template-columns: 1fr;
    row-gap: 60px;
    margin-top: 60px;
  }

  .step1_05 .should .priority dl:first-of-type {
    padding-right: 0;
  }

  .step1_05 .should .priority dl:last-of-type {
    padding-left: 0;
    border: none;
  }

  .step1_05 .should .priority dl {
    row-gap: 30px;
  }

  .step1_05 .should .priority dt {
    font-size: 1.2rem;
    padding: 12px 20px;
  }

  .step1_05 .should .priority dd {
    padding: 0 3vw;
  }

  .step1_05 .should .important > p {
    line-height: 1.6;
    font-size: 1.8rem;
  }

  .step1_05 .should .future {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }

  .step1_05 .should .future > div {
    padding: 20px;
  }

  .step1_05 .should .future > div .sub {
    font-size: 1.4rem;
    margin: -10px -10px 0;
  }

  .step1_05 .should .future h6 {
    font-size: 1.6rem;
  }

  .step1_05 .should .future > div li {
    font-size: 1.3rem;
  }

  .step1_05 .should .goal p:first-of-type {
    font-size: 1.4rem;
  }

  .step1_05 .should .goal p:last-of-type {
    font-size: 1.8rem;
  }

  .step1_05 .should .next .small-lists > p {
    margin-top: 40px;
    font-size: 1.4rem;
  }

  .step1_05 .should .comment {
    font-size: 1.5rem;
  }

  .step1_05 > .summary {
    padding-bottom: 60px;
  }

  .step1_05 .summary .content {
    margin-top: 40px;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .step1_05 .summary .content > div {
    padding: 20px;
  }

  .step1_05 .summary .content > div .sub {
    font-size: 1.4rem;
  }

  .step1_05 .summary .content .lists li {
    font-size: 1.3rem;
  }

  .step1_05 .sheet {
    padding-bottom: 60px;
  }

  .step1_05 .sheet .flow {
    margin-top: 40px;
    grid-template-columns: 1fr;
  }

  .step1_05 .sheet .flow > figure {
    width: 60%;
    margin: 0 auto;
  }

  .step1_05 .sheet .flow .arrow {
    transform: rotate(90deg);
    &::after {
      width: 18px;
      height: 28px;
    }
  }

  .step1_05 .sheet .flow .list {
    padding: 20px;
  }

  .step1_05 .sheet .flow .list li {
    font-size: 1.3rem;
    padding: 12px 15px;
  }

  .step1_05 .sheet .flow .app ul {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }

  .step1_05 .sheet .app li span {
    font-size: 1.4rem;
  }

  .step1_05 .sheet dl {
    margin-top: 40px;
  }

  .step1_05 .sheet .template {
    margin-top: 40px;
    grid-template-columns: 1fr;
    row-gap: 20px;
  }

  .step1_05 .sheet .template > div {
    padding: 20px;
  }

  .step1_05 .sheet .template > div .sub {
    font-size: 1.4rem;
    margin: -10px -10px 0;
  }

  .step1_05 .sheet .template > div li {
    font-size: 1.3rem;
  }
}

/*----------------------------------

step1_06

----------------------------------*/

.step1_06 .glossary {
  padding-bottom: 120px;
}

.step1_06 .glossary .anchor {
  padding-top: 60px;
}

.step1_06 .glossary .anchor ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.step1_06 .glossary .anchor a {
  font-size: 1.5rem;
  font-weight: 700;
  padding: 13px 20px;
  border-radius: 999px;
  border: solid 1px var(--tag-color);
  &:hover {
    border-color: var(--main-color);
  }
}

.step1_06 .glossary .content dt {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}

.step1_06 .glossary .content dd {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 10px;
  border-bottom: solid 1px var(--line-color);
  margin-bottom: 25px;
  padding-bottom: 20px;
}

.step1_06 .glossary .content dd:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 420px) {
  .step1_06 .glossary {
    padding-bottom: 60px;
  }

  .step1_06 .glossary .anchor {
    padding-top: 40px;
  }

  .step1_06 .glossary .anchor a {
    font-size: 1.3rem;
    padding: 10px 15px;
  }

  .step1_06 .glossary .content dt {
    font-size: 1.5rem;
  }

  .step1_06 .glossary .content dd {
    font-size: 1.3rem;
  }
}

/*----------------------------------

step2_01

----------------------------------*/

.step2_01 .basic {
  padding-bottom: 120px;
}

.step2_01 .basic .bsh {
  display: flex;
  justify-content: center;
  gap: 5vw;
  margin-top: 60px;
}

.step2_01 .basic .tint,
.step2_01 .basic .balance {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6vw;
  margin-top: 60px;
}

.step2_01 .basic .tint div,
.step2_01 .basic .balance figure {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 2vw;
}

.step2_01 .basic .tint div img:first-of-type,
.step2_01 .basic .balance div img:first-of-type {
  border-radius: 10px;
}

.step2_01 .basic .balance .analysis {
  margin-top: 25px;
}

.step2_01 .basic .balance .analysis p:first-of-type {
  font-size: 1.3rem;
}

.step2_01 .basic .balance .analysis p:last-of-type {
  font-size: 1.8rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  margin-top: 15px;
  &::before {
    content: '';
    background: url(../img/step/arrow_nml.svg) no-repeat left center;
    width: 22px;
    height: 14px;
    display: block;
    margin-right: 10px;
  }
}

.step2_01 .basic .hue {
  text-align: center;
  margin-top: 60px;
}

.step2_01 .basic .hue dl {
  display: inline-block;
  border: solid 1px var(--line-color);
  border-radius: 10px;
  padding: 25px 40px;
  text-align: center;
  font-size: 1.6rem;
}

.step2_01 .basic .hue dt {
  font-weight: 700;
  margin-bottom: 15px;
}

.step2_01 .basic .hue ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

.step2_01 .basic .hue li {
  font-weight: 700;
}

.step2_01 .basic .hue li:not(:first-of-type) {
  border-left: solid 1px var(--tag-color);
  padding-left: 15px;
}

.step2_01 .basic .hue li:nth-of-type(1) {
  color: #e60113;
}

.step2_01 .basic .hue li:nth-of-type(2) {
  color: #0368b7;
}

.step2_01 .basic .hue li:nth-of-type(3) {
  color: #fff100;
}

.step2_01 .basic .hue li:nth-of-type(4) {
  color: #f29702;
}

.step2_01 .basic .hue li:nth-of-type(5) {
  color: #910686;
}

.step2_01 .basic .hue li:nth-of-type(6) {
  color: #009946;
}

.step2_01 .basic .bar__lists {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  gap: 40px 25px;
}

.step2_01 .basic .base .kind {
  display: flex;
  justify-content: center;
  gap: 5vw;
  text-align: center;
}

.step2_01 .basic .base .kind img {
  width: max-content;
  margin: 0 auto;
}

.step2_01 .basic .base .kind figcaption,
.step2_01 .basic .base .level dd:last-of-type li {
  color: #4f473f;
  font-size: 1.3rem;
  font-weight: 700;
  border-radius: 999px;
  border: solid 1px #4f473f;
  display: inline-block;
  padding: 8px 15px;
  margin-top: 10px;
}

.step2_01 .basic .base .kind > div:last-of-type figcaption,
.step2_01 .basic .base .level dd:last-of-type li.pheo {
  color: #ef9a45;
  border: solid 1px #ef9a45;
}

.step2_01 .basic .base .kind .color {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 20px;
}

.step2_01 .basic .base .kind .feature {
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 20px;
  line-height: 1.4;
  color: var(--main-color);
}

.step2_01 .basic .base .kind .feature span {
  margin-bottom: 5px;
}

.step2_01 .basic .base .level {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3vw;
  text-align: center;
}

.step2_01 .basic .base .level img {
  border-radius: 10px;
}

.step2_01 .basic .base .level dd:first-of-type {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 20px 0 10px;
}

.step2_01 .basic .base .level dd .note {
  margin-top: 10px;
}

.step2_01 .basic .base .level dd:last-of-type li + li {
  margin-top: 8px;
}

.step2_01 .basic .flow {
  margin-top: 60px;
}

.step2_01 .basic .ros {
  margin-top: 60px;
}

.step2_01 .basic .ros .copy {
  text-align: center;
  margin-top: 60px;
}

.step2_01 .basic .ros .copy {
  font-size: 2.2rem;
  font-weight: 700;
}

.step2_01 .basic .ros .copy span {
  border-radius: 5px;
  border: solid 1px var(--sub-color);
  padding: 10px 15px;
  margin: 5px 10px;
  display: inline-block;
}

.step2_01 .basic .ros .ex {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.6;
  color: var(--main-color);
  margin-top: 30px;
  text-align: center;
}

.step2_01 .principles {
  padding-bottom: 120px;
}

.step2_01 .principles .difficult {
  margin-top: 60px;
}

.step2_01 .principles .difficult img {
  width: min(100%, 500px);
  margin: 0 auto;
}

.step2_01 .principles .difficult p {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.6;
  text-align: center;
  margin-top: 40px;
}

.step2_01 .principles .simple {
  width: min(100%, 560px);
  margin: 50px auto;
}

.step2_01 .principles .point p {
  font-weight: 700;
}

.step2_01 .principles .point .marker {
  color: var(--main-color);
}

.step2_01 .principles .base {
  margin-top: 60px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 5vw;
}

.step2_01 .principles .base .before {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 4vw;
}

.step2_01 .principles .base .before dt {
  font-size: 2.4rem;
  font-weight: 700;
}

.step2_01 .principles .base .before dd {
  font-size: 1.5rem;
  line-height: 1.6;
  margin-top: 20px;
}

.step2_01 .principles .base .before img {
  border-radius: 10px;
}

.step2_01 .principles .base .table {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4vw;
}

.step2_01 .principles .base .table dt {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 25px;
  text-align: center;
}

.step2_01 .principles .base .table dd {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 15px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.step2_01 .principles .base .table p {
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 20px;
}

.step2_01 .element {
  padding-bottom: 120px;
}

.step2_01 .element .categories {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2vw;
  margin-top: 60px;
}

.step2_01 .element .categories > div {
  border-radius: 10px;
  padding: 25px 30px;
  position: relative;
}

.step2_01 .element .categories > div:nth-of-type(1) {
  display: inline-block;
  background: none;
  border: none;
  &::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 10px;
    border: 1px solid transparent;
    transition: transform 0.3s linear, border-width 0.3s linear,
      border-radius 0.3s linear, filter 0.6s linear;
    background-image: linear-gradient(
      90deg,
      rgba(75, 175, 210, 1) 4%,
      rgba(113, 155, 193, 1) 13%,
      rgba(192, 146, 187, 1) 28%,
      rgba(193, 130, 183, 1) 49%,
      rgba(224, 121, 121, 1) 67%,
      rgba(210, 151, 119, 1) 78%,
      rgba(197, 144, 115, 1) 95%
    );
    background-origin: border-box;
    background-clip: border-box;
    -webkit-mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
    -webkit-mask-clip: padding-box, border-box;
    -webkit-mask-composite: destination-out;
    mask-image: linear-gradient(#fff 0 0), linear-gradient(#fff 0 0);
    mask-clip: padding-box, border-box;
    -webkit-mask-composite: xor;
    mask-composite: exclude;
  }
}

.step2_01 .element .categories > div:nth-of-type(2) {
  border: solid 1px #653b8a;
}

.step2_01 .element .categories > div:nth-of-type(3) {
  border: solid 1px #a27a5b;
}

.step2_01 .element .categories > div h5 {
  font-size: 2.2rem;
  font-weight: 700;
  text-align: center;
}

.step2_01 .element .categories > div:nth-of-type(1) h5 {
  background: linear-gradient(
    90deg,
    rgba(75, 175, 210, 1) 4%,
    rgba(113, 155, 193, 1) 13%,
    rgba(192, 146, 187, 1) 28%,
    rgba(193, 130, 183, 1) 49%,
    rgba(224, 121, 121, 1) 67%,
    rgba(210, 151, 119, 1) 78%,
    rgba(197, 144, 115, 1) 95%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}

.step2_01 .element .categories > div:nth-of-type(2) h5 {
  color: #653b8a;
}

.step2_01 .element .categories > div:nth-of-type(3) h5 {
  color: #a27a5b;
}

.step2_01 .element .categories > div h5 .en {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
}

.step2_01 .element .categories > div .sub {
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 999px;
  padding: 10px 15px;
  margin-top: 10px;
  line-height: 1.4;
}

.step2_01 .element .categories > div:nth-of-type(1) .sub {
  background: linear-gradient(
    90deg,
    rgba(75, 175, 210, 1) 4%,
    rgba(113, 155, 193, 1) 13%,
    rgba(192, 146, 187, 1) 28%,
    rgba(193, 130, 183, 1) 49%,
    rgba(224, 121, 121, 1) 67%,
    rgba(210, 151, 119, 1) 78%,
    rgba(197, 144, 115, 1) 95%
  );
}

.step2_01 .element .categories > div:nth-of-type(2) .sub {
  background: #653b8a;
}

.step2_01 .element .categories > div:nth-of-type(3) .sub {
  background: #a27a5b;
}

.step2_01 .element .categories > div p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 20px;
}

.step2_01 .element .selection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4vw;
  align-items: center;
  width: min(100%, 900px);
  margin: 60px auto 0;
}

.step2_01 .element .selection .photo figure {
  display: grid;
  grid-template-columns: 1fr 0.3fr 1fr;
  align-items: center;
  gap: 1.5vw;
  width: min(100%, 360px);
  margin: 0 auto;
}

.step2_01 .element .selection .photo figure img {
  border-radius: 10px;
}

.step2_01 .type {
  padding-bottom: 120px;
}

.step2_01 .type .main .assignment {
  display: flex;
  justify-content: flex-end;
  margin-top: 60px;
}

.step2_01 .type .main .assignment li {
  font-size: 1.4rem;
  font-weight: 700;
}

.step2_01 .type .main .assignment li:not(:first-of-type):before {
  content: '｜';
  padding: 0 3px;
}

.step2_01 .type .main .lists {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2vw;
  margin-top: 20px;
}

.step2_01 .type .main .lists > div {
  border-radius: 10px;
  border: solid 1px var(--line-color);
  padding: 15px 15px 35px;
}

.step2_01 .type .main .lists header {
  display: flex;
  gap: 2vw;
  align-items: center;
}

.step2_01 .type .main .lists header h5 {
  font-size: 2.2rem;
  color: #fff;
  font-weight: 700;
  background: var(--main-color);
  border-radius: 5px;
  padding: 10px;
  width: 130px;
  text-align: center;
}

.step2_01 .type .main .lists header p {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
}

.step2_01 .type .main .lists figure {
  margin-top: 2vw;
}

.step2_01 .type .main .lists figure img {
  height: 50px;
  margin: 0 auto;
}

.step2_01 .type .bar {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5vw;
  margin-top: 60px;
}

.step2_01 .type .bar dl {
  display: flex;
  align-items: flex-start;
  gap: 3vw;
}

.step2_01 .type .bar dt {
  border-radius: 5px;
  border: solid 1px var(--tag-color);
  font-size: 2rem;
  font-weight: 700;
  width: 110px;
  text-align: center;
  color: var(--main-color);
  padding: 12px 10px;
}

.step2_01 .type .details {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2vw;
  margin-top: 80px;
}

.step2_01 .type .details > div {
  border-radius: 10px;
  padding: 25px 30px;
  position: relative;
  border: solid 1px var(--line-color);
  display: flex;
  flex-direction: column;
}

.step2_01 .type .details > div h5 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  color: var(--main-color);
}

.step2_01 .type .details > div .sub {
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 999px;
  padding: 10px 15px;
  margin-top: 25px;
  line-height: 1.4;
  background: var(--main-color);
}

.step2_01 .type .details > div .sub:last-of-type {
  background: var(--sub-color);
}

.step2_01 .type .details > div p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-top: 15px;
}

.step2_01 .type .details > div h5 + p {
  font-size: 1.5rem;
  margin: 10px 0 25px;
}

.step2_01 .type .details > div img {
  width: max-content;
  margin: auto auto 0;
}

.step2_01 .type .ex {
  margin-top: 60px;
}

.step2_01 .type .ex h6 {
  font-size: 2.6rem;
  font-weight: 700;
  color: var(--main-color);
}

.step2_01 .type .ex h6:not(:first-of-type) {
  margin-top: 70px;
  padding-top: 50px;
  border-top: solid 1px var(--line-color);
}

.step2_01 .type .ex > div {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 5vw;
  margin-top: 30px;
}

.step2_01 .type .ex > div img:first-of-type {
  border-radius: 10px;
}

.step2_01 .summary {
  padding-bottom: 100px;
}

.step2_01 .summary .section__wrap {
  margin-top: 80px;
}

.step2_01 .summary .section__wrap > p:first-of-type {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 15px;
}

.step2_01 .summary .txt p:first-of-type {
  font-size: 1.8rem;
  font-weight: 700;
}

.step2_01 .summary .txt {
  margin-top: 40px;
}

.step2_01 .summary .txt .copy {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 10px;
}

.step2_01 .summary .txt .copy span {
  font-size: 2.2rem;
  border-radius: 5px;
  border: solid 1px var(--sub-color);
  padding: 10px 15px;
  margin: 5px 3px;
  display: inline-block;
  color: var(--main-color);
}

.step2_01 .summary .txt .copy span:first-of-type {
  margin-left: 0;
}

.step2_01 .summary .txt .copy .marker {
  padding: 0;
  margin: 0;
  border: none;
}

@media screen and (max-width: 1024px) {
  .step2_01 .type .bar dl {
    display: block;
  }

  .step2_01 .type .bar dd {
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  .step2_01 .basic .bar__lists {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .step2_01 .element .categories {
    grid-template-columns: 1fr;
  }

  .step2_01 .type .details {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 420px) {
  .step2_01 .basic {
    padding-bottom: 60px;
  }

  .step2_01 .basic .bsh {
    gap: 3vw;
    margin-top: 40px;
  }

  .step2_01 .basic .bsh img {
    min-width: 0;
  }

  .step2_01 .basic .tint,
  .step2_01 .basic .balance {
    grid-template-columns: 1fr;
    margin-top: 40px;
    row-gap: 10vw;
  }

  .step2_01 .basic .tint div,
  .step2_01 .basic .balance figure {
    gap: 20px;
  }

  .step2_01 .basic .balance .analysis p:last-of-type {
    font-size: 1.6rem;
  }

  .step2_01 .basic .hue dl {
    width: 100%;
    padding: 20px;
  }

  .step2_01 .basic .hue dt {
    font-size: 1.4rem;
  }

  .step2_01 .basic .hue dd li {
    font-size: 1.4rem;
  }

  .step2_01 .basic .bar__lists {
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: 40px;
  }

  .step2_01 .basic .base .kind > div {
    width: 50%;
  }

  .step2_01 .basic .base .kind figcaption {
    font-size: 1.2rem;
    padding: 8px 15px;
  }

  .step2_01 .basic .base .kind .color {
    font-size: 1.5rem;
  }

  .step2_01 .basic .base .kind .feature {
    font-size: 1.2rem;
  }

  .step2_01 .basic .base .level dd:first-of-type {
    font-size: 1.4rem;
  }

  .step2_01 .basic .base .level dd:last-of-type li {
    font-size: 1rem;
    padding: 8px;
  }

  .step2_01 .basic .base .level {
    gap: 2vw;
    margin-top: 40px;
  }

  .step2_01 .basic .flow {
    margin-top: 40px;
  }

  .step2_01 .basic .ros {
    margin-top: 40px;
  }

  .step2_01 .basic .ros .copy {
    font-size: 1.6rem;
    margin-top: 40px;
  }

  .step2_01 .basic .ros .ex {
    font-size: 1.6rem;
  }

  .step2_01 .principles {
    padding-bottom: 60px;
  }

  .step2_01 .principles .difficult {
    margin-top: 40px;
  }

  .step2_01 .principles .difficult p {
    font-size: 1.6rem;
  }

  .step2_01 .principles .simple {
    margin: 40px 0;
  }

  .step2_01 .principles .base {
    margin-top: 40px;
    row-gap: 40px;
  }

  .step2_01 .principles .base .before dt {
    font-size: 1.6rem;
  }

  .step2_01 .principles .base .before dd {
    font-size: 1.3rem;
  }

  .step2_01 .principles .base .table dt {
    font-size: 1.4rem;
    margin-top: 20px;
  }

  .step2_01 .principles .base .table dd {
    font-size: 1.2rem;
    margin-top: 10px;
  }

  .step2_01 .principles .base .table p {
    font-size: 1.2rem;
  }

  .step2_01 .element {
    padding-bottom: 60px;
  }

  .step2_01 .element .categories > div {
    padding: 20px;
  }

  .step2_01 .element .categories > div h5 {
    font-size: 1.8rem;
  }

  .step2_01 .element .categories > div h5 .en {
    font-size: 1.3rem;
  }

  .step2_01 .element .categories > div .sub {
    font-size: 1.3rem;
  }

  .step2_01 .element .categories > div p {
    font-size: 1.3rem;
  }

  .step2_01 .element .categories {
    row-gap: 15px;
    margin-top: 40px;
  }

  .step2_01 .element .selection {
    grid-template-columns: 1fr;
    margin-top: 40px;
    row-gap: 30px;
  }

  .step2_01 .element .selection .photo figure {
    gap: 20px;
  }

  .step2_01 .type {
    padding-bottom: 60px;
  }

  .step2_01 .type .main .assignment {
    margin-top: 40px;
  }

  .step2_01 .type .main .assignment li {
    font-size: 1rem;
  }

  .step2_01 .type .main .lists {
    row-gap: 20px;
  }

  .step2_01 .type .main .lists header {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
  }

  .step2_01 .type .main .lists header h5 {
    font-size: 1.4rem;
    width: 100px;
    padding: 8px 10px;
  }

  .step2_01 .type .main .lists header p {
    margin: 0 10px;
  }

  .step2_01 .type .main .lists figure {
    margin-top: 20px;
  }

  .step2_01 .type .main .lists figure img {
    width: auto;
    height: 25px;
  }

  .step2_01 .type .main .lists > div {
    padding: 10px 10px 25px;
  }

  .step2_01 .type .bar {
    margin-top: 40px;
    row-gap: 30px;
  }

  .step2_01 .type .bar dt {
    font-size: 1.3rem;
    width: 80px;
    padding: 8px 10px;
  }

  .step2_01 .type .details {
    row-gap: 20px;
  }

  .step2_01 .type .details > div {
    padding: 20px;
  }

  .step2_01 .type .details > div h5 {
    font-size: 2rem;
  }

  .step2_01 .type .details > div h5 + p {
    font-size: 1.3rem;
  }

  .step2_01 .type .details > div .sub {
    font-size: 1.3rem;
  }

  .step2_01 .type .details > div p {
    font-size: 1.3rem;
  }

  .step2_01 .type .ex {
    margin-top: 40px;
  }

  .step2_01 .type .ex h6 {
    font-size: 1.8rem;
  }

  .step2_01 .type .ex > div {
    row-gap: 30px;
    margin-top: 20px;
  }

  .step2_01 .type .ex > div img:first-of-type {
    width: min(100%, 150px);
    height: min(100%, 150px);
  }

  .step2_01 .type .ex h6:not(:first-of-type) {
    margin-top: 40px;
    padding-top: 30px;
  }

  .step2_01 .summary {
    padding-bottom: 50px;
  }

  .step2_01 .summary .section__wrap {
    margin-top: 50px;
  }

  .step2_01 .summary .section__wrap > p:first-of-type {
    font-size: 1.6rem;
  }

  .step2_01 .summary .txt p:first-of-type {
    font-size: 1.6rem;
  }

  .step2_01 .summary .txt .copy {
    font-size: 1.6rem;
  }

  .step2_01 .summary .txt .copy span {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}

/*----------------------------------

step2_02

----------------------------------*/

.step2_02 .mechanism {
  padding-bottom: 100px;
}

.step2_02 .mechanism .small__width {
  margin-top: 80px;
}

.step2_02 .condition {
  padding-bottom: 100px;
}

.step2_02 .condition .table__normal {
  text-align: center;
  margin-top: 80px;
}

.step2_02 .condition .table__normal th {
  background: var(--body-color);
  width: 15%;
}

.step2_02 .condition .table__normal td {
  font-weight: 700;
}

.step2_02 .condition .table__normal td p {
  margin-top: 5px;
  font-size: 1.2rem;
}

.step2_02 .condition .table__normal td span {
  font-weight: 700;
  font-size: 1.5rem;
}

.step2_02 .condition .table__normal td span + span::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 9px;
  border-left: 2px solid var(--accent-color);
  border-bottom: 2px solid var(--accent-color);
  transform: rotate(45deg);
}

.step2_02 .measure {
  padding-bottom: 120px;
}

.step2_02 .measure .type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3vw;
  margin-top: 80px;
}

.step2_02 .measure .type > div {
  border: solid 1px var(--line-color);
  border-radius: 10px;
  padding: 30px;
}

.step2_02 .measure .type > div h5 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.step2_02 .measure .type dl {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 5px 15px;
  align-items: center;
  margin-top: 30px;
}

.step2_02 .measure .type dl:not(:first-of-type) {
  border-top: solid 1px var(--line-color);
  padding-top: 15px;
  margin-top: 15px;
}

.step2_02 .measure .type dt {
  font-size: 1.4rem;
  font-weight: 700;
  background: var(--sub-color);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
}

.step2_02 .measure .type dt:last-of-type {
  background-color: var(--accent-color);
}

.step2_02 .measure .type dd {
  font-size: 1.6rem;
  line-height: 1.5;
}

.step2_02 .measure .lists {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 20px;
}

.step2_02 .measure .lists li {
  border-radius: 10px;
  border: solid 1px var(--tag-color);
  font-size: 1.6rem;
  font-weight: 700;
  padding: 25px 30px;
  line-height: 1.5;
}

.step2_02 .recommend {
  padding-bottom: 120px;
}

.step2_02 .recommend .products {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2vw;
  margin-top: 80px;
}

.step2_02 .recommend .products > div {
  border-radius: 10px;
  border: solid 1px var(--line-color);
  padding: 25px 35px;
}

.step2_02 .recommend .products header {
  position: relative;
}

.step2_02 .recommend .products header img {
  position: absolute;
  top: 0;
  right: 0;
  width: min(8vw, 100px);
}

.step2_02 .recommend .products header p {
  font-size: 1.6rem;
  font-weight: 700;
  padding-top: 10px;
}

.step2_02 .recommend .products header h5 {
  font-size: 2rem;
  font-weight: 700;
  margin-top: 5px;
}

.step2_02 .recommend .products h6 {
  border-radius: 5px;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
  padding: 6px 20px;
  color: #fff;
  display: inline-block;
  margin-top: 30px;
}

.step2_02 .recommend .products h6:first-of-type {
  background-color: var(--accent-color);
}

.step2_02 .recommend .products h6:last-of-type {
  background-color: var(--sub-color);
}

.step2_02 .recommend .products ul {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5em;
}

.step2_02 .recommend .products li {
  font-size: 1.5rem;
  padding-left: 1.5em;
  position: relative;
  line-height: 1.6;
  &::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--main-color);
    border-radius: 999px;
    position: absolute;
    left: 5px;
    top: 0.6em;
  }
}

.step2_02 .recommend .reaction {
  margin-top: 60px;
}

.step2_02 .recommend .reaction ul {
  margin-top: 1.2vw;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5em;
  background: var(--body-color);
  border-radius: 10px;
  padding: 25px 30px;
  margin-top: 60px;
}

.step2_02 .recommend .reaction li {
  font-size: 1.5rem;
  padding-left: 1.5em;
  font-weight: 700;
  position: relative;
  line-height: 1.6;
  &::before {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: var(--main-color);
    border-radius: 999px;
    position: absolute;
    left: 5px;
    top: 0.6em;
  }
}

.step2_02 .recommend .reaction li span {
  padding-right: 3px;
}

.step2_02 .recommend .reaction li .bleachn {
  color: #3ab57d;
}

.step2_02 .recommend .reaction li .bleachf {
  color: #f083b1;
}

.step2_02 .recommend .reaction .type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3vw;
  margin-top: 50px;
}

.step2_02 .recommend .reaction .type > div {
  border: solid 1px var(--line-color);
  border-radius: 10px;
  padding: 30px 30px 40px;
}

.step2_02 .recommend .reaction .type > div .sub {
  background: #3ab57d;
  border-radius: 999px;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  padding: 12px 10px;
  margin: -15px -15px 0;
}

.step2_02 .recommend .reaction .type > div:last-of-type .sub {
  background: #f083b1;
}

.step2_02 .recommend .reaction .type figure img {
  width: min(80%, 120px);
  margin: 40px auto 0;
}

.step2_02 .recommend .reaction .comment {
  font-size: 2.2rem;
  text-align: center;
  font-weight: 700;
  margin-top: 50px;
  line-height: 1.6;
}

.step2_02 .recommend .table__normal {
  margin-top: 60px;
}

.step2_02 .recommend .table__normal tr:first-child th {
  background: var(--body-color);
}

.step2_02 .recommend .table__normal th {
  text-align: center;
}

.step2_02 .recommend .table__normal td {
  text-align: center;
}

.step2_02 .recommend .table__normal tr:not(:first-of-type) th {
  padding: 20px 30px;
}

.step2_02 .recommend .table__normal tr:not(:first-of-type) th img {
  width: min(100%, 80px);
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .step2_02 .recommend .products {
    grid-template-columns: 1fr;
  }

  .step2_02 .recommend .products header img {
    width: min(20vw, 100px);
    margin-right: -10px;
  }
}

@media screen and (max-width: 768px) {
  .step2_02 .measure .type {
    grid-template-columns: 1fr;
  }

  .step2_02 .recommend .products header img {
    width: min(14vw, 100px);
  }

  .step2_02 .recommend .table__normal tr:not(:first-of-type) th {
    padding: 20px 15px;
  }

  .step2_02 .recommend .reaction .type {
    grid-template-columns: 1fr;
    row-gap: 30px;
  }
}

@media screen and (max-width: 420px) {
  .step2_02 .mechanism {
    padding-bottom: 50px;
  }

  .step2_02 .mechanism .small__width {
    margin-top: 50px;
  }

  .step2_02 .condition {
    padding-bottom: 50px;
  }

  .step2_02 .condition .table__normal {
    margin-top: 50px;
  }

  .step2_02 .condition .table__normal td span {
    font-size: 1.3rem;
  }

  .step2_02 .condition .table__normal td span + span::before {
    width: 8px;
    height: 8px;
  }

  .step2_02 .measure {
    padding-bottom: 60px;
  }

  .step2_02 .measure .type {
    margin-top: 40px;
    row-gap: 20px;
  }

  .step2_02 .measure .type > div {
    padding: 25px 20px;
  }

  .step2_02 .measure .type > div h5 {
    font-size: 1.8rem;
  }

  .step2_02 .measure .type dl {
    margin-top: 25px;
  }

  .step2_02 .measure .type dt {
    font-size: 1.2rem;
  }

  .step2_02 .measure .type dd {
    font-size: 1.3rem;
  }

  .step2_02 .measure .lists {
    gap: 10px;
    grid-template-columns: 1fr;
  }

  .step2_02 .measure .lists li {
    padding: 20px 15px;
    font-size: 1.3rem;
  }

  .step2_02 .recommend {
    padding-bottom: 60px;
  }

  .step2_02 .recommend .products {
    margin-top: 40px;
    row-gap: 20px;
  }

  .step2_02 .recommend .products > div {
    padding: 20px 20px 30px;
  }

  .step2_02 .recommend .products header img {
    width: min(20vw, 66px);
    margin-right: -10px;
  }

  .step2_02 .recommend .products h6 {
    font-size: 1.2rem;
    margin-top: 20px;
  }

  .step2_02 .recommend .products li {
    font-size: 1.3rem;
  }

  .step2_02 .recommend .reaction {
    margin-top: 40px;
  }

  .step2_02 .recommend .reaction ul {
    margin-top: 40px;
    padding: 20px;
  }

  .step2_02 .recommend .reaction li {
    font-size: 1.3rem;
  }

  .step2_02 .recommend .reaction .type > div {
    padding: 20px 20px 30px;
  }

  .step2_02 .recommend .reaction .type > div .sub {
    margin: -10px -10px 0;
    font-size: 1.5rem;
  }

  .step2_02 .recommend .reaction .type figure img {
    width: min(40%, 100px);
    margin-top: 30px;
  }

  .step2_02 .recommend .reaction .comment {
    font-size: 1.6rem;
    margin-top: 30px;
  }

  .step2_02 .recommend .table__normal {
    margin-top: 40px;
  }
}

/*----------------------------------

category

----------------------------------*/

.recipe__wrap.category {
  margin-top: 70px;
  text-align: left;
}

.recipe__wrap .contents__page__ttl {
  margin: 0 50px 70px;
}

@media screen and (max-width: 768px) {
  .recipe__wrap.category {
    margin-top: min(12vw, 70px);
  }

  .recipe__wrap .contents__page__ttl {
    margin: 0 min(4vw, 50px) min(12vw, 70px);
  }
}

/*----------------------------------

serach_results

----------------------------------*/

.serach-results__wrap {
  margin: 0 50px 60px;
  border-bottom: solid 1px var(--line-color);
  padding-bottom: 30px;
}

.serach-results__wrap .count {
  color: var(--main-color);
  font-weight: 700;
  font-size: 1.6rem;
}

.serach-results__wrap .count em {
  font-size: 3rem;
  padding-right: 3px;
}

.serach-results__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 30px;
  font-size: 1.3rem;
  margin-top: 25px;
}

.serach-results__lists dl {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.6;
}

.serach-results__lists dt {
  font-weight: 700;
  &::after {
    content: '：';
    font-weight: 400;
  }
}

.serach-results__lists dd + dd::before {
  content: ',';
  padding-right: 0.3em;
}

@media screen and (max-width: 768px) {
  .serach-results__wrap {
    margin: 0 min(4vw, 50px) min(12vw, 70px);
    padding-bottom: min(8vw, 30px);
  }

  .serach-results__lists {
    flex-direction: column;
    gap: 5px 20px;
    font-size: min(3vw, 1.2rem);
  }

  .serach-results__wrap .count {
    font-size: min(3.6vw, 1.6rem);
  }

  .serach-results__wrap .count em {
    font-size: min(6.5vw, 3rem);
  }
}

/*----------------------------------

post

----------------------------------*/

.post__heading {
  position: relative;
}

.post__heading .contents__page__ttl {
  margin-top: 20px;
  font-size: 2.8rem;
}

.post__heading .recipe__tags {
  margin-right: 230px;
}

.favorite__btn {
  position: absolute;
  top: 0;
  right: 0;
}

.btn_favorite_add {
  background: #fff;
  color: var(--accent-color);
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
  border-radius: 999px;
  padding: 13px 20px;
  border: solid 1px var(--accent-color);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.3s;
  &::before {
    content: '';
    display: inline-block;
    background: url(../img/ico_favorite.svg) no-repeat left center;
    background-size: 100%;
    width: 12px;
    height: 15.43px;
  }
}

.btn_favorite_added {
  background: var(--accent-color);
  color: #fff;
  font-weight: 700;
  font-size: 1.3rem;
  text-align: center;
  border-radius: 999px;
  padding: 13px 20px 13px 23px;
  border: solid 1px var(--accent-color);
  display: flex;
  align-items: center;
  gap: 8px;
  transition: transform 0.3s;
  &::before {
    content: '';
    display: inline-block;
    background: url(../img/ico_favorite_added.svg) no-repeat left center;
    background-size: 100%;
    width: 12px;
    height: 15.43px;
  }
}

.btn_favorite_add:hover,
.btn_favorite_added:hover {
  transform: scale(1.03);
}

.posts__slider .slick-slider {
  overflow: hidden;
}

.posts__slider .custom-navigation {
  margin: 40px 0 0;
}

.posts__slider .slick-list {
  margin: 0 -10px;
}

.posts__slider .slick-slide {
  margin: 0 10px;
  cursor: pointer;
}

.posts__slider .slick-slide img {
  border-radius: 10px;
}

.posts__modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(47, 47, 59, 0.9);
  opacity: 0;
  transition: all 0.3s ease;
}

.posts__modal.show,
.modal-content.show {
  opacity: 1;
}

.modal-content {
  opacity: 0;
  transition: all 0.3s ease;
}

.posts__modal .modal__wrap {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.posts__modal .modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: min(80%, 500px);
}

.posts__modal .slick-current,
.posts__modal .slick-slide img {
  border-radius: 20px;
}

.posts__modal .close {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  cursor: pointer;
  top: 30px;
  right: 30px;
  &::before,
  &::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1px;
    height: 30px;
    background: #fff;
  }
  &::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  &::after {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}

.posts__modal .slick-prev {
  position: absolute;
  top: calc(50% - 5px);
  left: -75px;
  &::before {
    background-color: #fff;
  }
  &::after {
    border-color: #fff;
  }
}

.posts__modal .slick-next {
  position: absolute;
  top: calc(50% - 5px);
  right: -60px;
  &::before {
    background-color: #fff;
  }
  &::after {
    border-color: #fff;
  }
}

.posts__modal .slick-next:before,
.posts__modal .slick-prev:before {
  width: 30px;
}

.posts__modal .slick-prev:after {
  left: -4px;
  width: 16px;
  height: 16px;
}

.posts__modal .slick-next:after {
  right: -44px;
  width: 16px;
  height: 16px;
}

.modal__wrap .slick-slide {
  margin: 0 10px;
}

.slick-slider {
  -ms-touch-action: auto !important;
  touch-action: auto !important;
}

.posts__movie {
  width: min(100%, 800px);
  margin: 80px auto 0;
}

.movie__wrap {
  aspect-ratio: 16 / 9;
}

.movie__wrap iframe {
  width: 100%;
  height: 100%;
}

.posts__products {
  position: relative;
  margin-top: 100px;
}

.products__slider {
  margin: 0 -8px;
}

.posts__products img {
  border-radius: 10px;
  padding: 10px;
  background: #fff;
}

.posts__products figcaption {
  font-size: 1.2rem;
  text-align: center;
  margin-top: 15px;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

.products__slider .slick-slide {
  margin: 0 8px;
}

.custom-navigation-products {
  position: absolute;
  right: 0;
  top: 10px;
  display: flex;
  align-items: center;
}

.products__slider .slick-prev {
  margin-right: 10px;
}

.posts__explanation {
  margin-top: 80px;
}

.posts__points {
  margin-top: 80px;
}

.posts__points .points__wrap {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.points__wrap .points {
  aspect-ratio: 9 / 16;
  width: 100%;
}

.points__wrap .points iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

.posts__related {
  border-top: solid 1px var(--line-color);
  margin-top: 120px;
  padding-top: 70px;
}

.related__wrap > ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

.related__wrap a {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 10px;
}

.related__wrap a img {
  border-radius: 10px 0 0 10px;
  width: 8vw;
  height: 100%;
}

.related__wrap a .post-name {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 20px 0 20px;
}

.related__wrap a .tag {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  color: var(--sub-color);
  font-size: 1.1rem;
  margin: 12px 20px 0 20px;
}

.related__wrap a .tag li:before {
  content: '#';
}

@media screen and (max-width: 1024px) {
  .posts__points .points__wrap {
    gap: 30px;
  }

  .related__wrap > ul {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .post__heading .contents__page__ttl {
    font-size: min(4.6vw, 2.8rem);
    margin-top: min(3vw, 20px);
  }

  .post__heading .recipe__tags {
    margin-right: 80px;
  }

  .btn_favorite_add,
  .btn_favorite_added {
    justify-content: center;
    font-size: min(2.8vw, 1.3rem);
    padding: 0;
    gap: 0;
    height: 40px;
    width: 40px;
  }

  .btn_favorite_add span,
  .btn_favorite_added span {
    display: none;
  }

  .posts__slider .slick-list {
    margin: 0 -6px;
  }

  .posts__slider .slick-slide {
    margin: 0 6px;
  }

  .posts__slider .custom-navigation {
    margin: min(5.4vw, 40px) 0;
  }

  .modal__wrap .slick-slide {
    margin: 0 5px;
  }

  .posts__modal .slick-next {
    top: auto;
    bottom: -40px;
    right: 35%;
  }

  .posts__modal .slick-prev {
    top: auto;
    bottom: -40px;
    left: calc(35% - 15px);
  }

  .posts__movie {
    margin-top: min(12vw, 80px);
  }

  .posts__products {
    margin-top: min(15vw, 100px);
  }

  .posts__explanation {
    margin-top: min(12vw, 80px);
  }

  .posts__points {
    margin-top: min(12vw, 80px);
  }

  .posts__points .points__wrap {
    gap: min(3.2vw, 30px);
  }

  .posts__related {
    margin-top: min(18vw, 120px);
    padding-top: min(12vw, 70px);
  }

  .related__wrap > ul {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .related__wrap a img {
    width: clamp(22%, 14vw, 30%);
  }

  .related__wrap a .post-name {
    margin-top: 0;
  }

  .related__wrap a .tag {
    margin-top: min(2.2vw, 12px);
  }

  .related__wrap a .post-name {
    font-size: min(3.4vw, 1.4rem);
  }

  .posts__products figcaption {
    font-size: min(2.6vw, 1.2rem);
    margin-top: min(2.4vw, 15px);
  }

  .favorite__btn {
    top: -10px;
  }

  .products__slider {
    margin: 0 min(-1.2vw, -8px);
  }

  .products__slider .slick-slide {
    margin: 0 min(1.2vw, 8px);
  }
}

/*----------------------------------

404

----------------------------------*/

.contents__error {
  text-align: center;
}
