@charset "UTF-8";
.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 1.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.fade-up.is-animated {
  opacity: 1;
  transform: translateY(0);
}

@keyframes lineFadeIn {
  0% {
    opacity: 0;
    transform: scaleY(0);
    transform-origin: top center;
  }
  100% {
    opacity: 1;
    transform: scaleY(1);
  }
}
.text-fade,
.text-fade-sp {
  opacity: 0;
  transform: translateY(20px);
}
.text-fade.is-visible,
.text-fade-sp.is-visible {
  animation: textFadeIn 1.2s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}

@keyframes textFadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
p {
  line-height: 1.8;
}

h2 {
  color: #2F3A3A;
  font-size: 2.2rem;
  font-weight: 700;
  position: relative;
  margin-bottom: 7.2rem;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 2rem;
    margin-bottom: 4rem;
    line-height: 1.6;
  }
}
h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 80px;
  height: 1px;
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  h2::after {
    bottom: -24px;
  }
}

.title-submessage {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2.2;
  color: #1A1A1A;
}
@media screen and (max-width: 768px) {
  .title-submessage {
    font-size: 1.6rem;
  }
}

.fv-treatment {
  position: relative;
  top: -82px;
  margin-bottom: -82px;
  z-index: -1;
  opacity: 0;
  animation: fadeIn 4s ease-out forwards;
}
.fv-treatment figure img {
  width: 100%;
}
@media screen and (max-width: 1120px) {
  .fv-treatment {
    top: 64px;
    margin-bottom: 64px;
  }
}

.fadein {
  opacity: 0;
  transition: all 1s;
}

.fadein.active {
  opacity: 1;
}

#header {
  z-index: 100;
  width: 100%;
  z-index: 100;
  position: fixed;
}
@media screen and (max-width: 1120px) {
  #header {
    background-color: rgba(255, 255, 255, 0.9490196078);
  }
}
#header {
  transition: 0.5s; /* アニメーションタイミング */
}
#header.is-scrolled {
  background: rgba(255, 255, 255, 0.9490196078);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(1.05);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.message-treatment {
  padding: 8rem 0 6rem;
}
@media screen and (max-width: 768px) {
  .message-treatment {
    padding: 4rem 0 3rem;
  }
}
.message-treatment {
  background: linear-gradient(to bottom, #E9F5F6 0%, #FFFFFF 100%);
}
.message-treatment p {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .message-treatment p {
    font-size: 1.5rem;
    text-align: left;
  }
}
.message-treatment .text01 {
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .message-treatment .text01 {
    margin-bottom: 2rem;
    font-size: 1.5rem;
  }
}
.message-treatment .text02 {
  margin-bottom: 5.4rem;
}
@media screen and (max-width: 768px) {
  .message-treatment .text02 {
    margin-bottom: 3rem;
    font-size: 1.5rem;
  }
}
.message-treatment .message-logo {
  text-align: right;
  margin-top: 6rem;
  margin-right: 20rem;
}
@media screen and (max-width: 768px) {
  .message-treatment .message-logo {
    text-align: right;
    margin-top: 3rem;
    margin-right: 0;
  }
  .message-treatment .message-logo img {
    width: 10rem;
  }
}

.bg-treatment {
  background-image: url("../img/bg-pc-treatment01.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: 0% 20%;
  background-repeat: no-repeat;
  height: 416px;
  margin-bottom: 240px;
  position: relative;
  opacity: 0;
  animation: fadeIn 4s ease-out forwards;
}
@media screen and (max-width: 1020px) {
  .bg-treatment {
    background: none;
    margin-bottom: 3rem;
    height: auto;
  }
}
.bg-treatment .wrapper {
  position: absolute;
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
}
@media screen and (min-width: 1021px) {
  .bg-treatment .wrapper {
    bottom: -165px;
  }
}
@media screen and (min-width: 1601px) {
  .bg-treatment .wrapper {
    bottom: -195px;
  }
}
@media screen and (max-width: 1020px) {
  .bg-treatment .wrapper {
    position: static;
    transform: inherit;
    padding: 2rem;
  }
}
.bg-treatment .material-lists {
  display: flex;
  gap: 40px;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 1401px) {
  .bg-treatment .material-lists {
    gap: 60px;
  }
}
@media screen and (max-width: 1020px) {
  .bg-treatment .material-lists {
    gap: 20px;
    margin-top: 2rem;
  }
}
.bg-treatment .material-lists .material-item {
  width: calc(50% - 20px);
  background-color: rgba(255, 255, 255, 0.95);
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  border-radius: 18px;
  padding: 32px 20px;
  text-align: center;
}
@media screen and (max-width: 1020px) {
  .bg-treatment .material-lists .material-item {
    position: static;
    transform: inherit;
    width: calc(50% - 10px);
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.bg-treatment .material-lists .material-item .title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #12B8D7;
  margin-bottom: 1.2rem;
  flex: 1;
}
@media screen and (max-width: 768px) {
  .bg-treatment .material-lists .material-item .title {
    font-size: 1.8rem;
  }
}
.bg-treatment .material-lists .material-item .title.sunflower {
  color: #E2AD1A;
}
.bg-treatment .material-lists .material-item .copy {
  color: #2F3A3A;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1020px) {
  .bg-treatment .material-lists .material-item .copy {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    flex: 1;
  }
}
.bg-treatment .material-lists .material-item .merit-box {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 1020px) {
  .bg-treatment .material-lists .material-item .merit-box {
    flex-direction: column;
    align-items: center;
  }
}
.bg-treatment .material-lists .material-item .merit-box img {
  width: 18rem;
}
@media screen and (max-width: 1020px) {
  .bg-treatment .material-lists .material-item .merit-box img {
    width: 85%;
  }
}
.bg-treatment .material-lists .material-item .merit-box .merit-list {
  width: 50%;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 1020px) {
  .bg-treatment .material-lists .material-item .merit-box .merit-list {
    font-size: 1.8rem;
    width: 100%;
    padding: 0;
  }
}
.bg-treatment .material-lists .material-item .merit-box .merit-list p {
  color: #FFFFFF;
  background-color: #74C8D3;
  border-radius: 23px;
  padding: 8px 10px;
  width: 100%;
  text-align: center;
}

.bg-under-message {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding: 8rem 4rem 8rem;
}
@media screen and (max-width: 768px) {
  .bg-under-message {
    padding: 0 20px;
  }
}
.bg-under-message p {
  font-size: 1.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .bg-under-message p {
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }
}

.artificial-free {
  padding-top: 6rem;
  padding-bottom: 8rem;
  border-bottom: 1px solid #74C8D3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .artificial-free {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.artificial-free::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1.5px;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background-color: #74C8D3;
}
.artificial-free::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20%;
  height: auto;
  aspect-ratio: 434/593;
  background-image: url("/img/free_treatment.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 768px) {
  .artificial-free::after {
    width: 33%;
    max-width: 125px;
  }
}
.artificial-free.treatment {
  background: linear-gradient(to bottom, #E9F5F6 0%, #FFFFFF 100%);
}
.artificial-free-box {
  width: 60%;
  margin-top: 4.8rem;
}
@media screen and (max-width: 768px) {
  .artificial-free-box {
    width: 100%;
    margin-top: 2.4rem;
    display: flex;
    flex-direction: column-reverse;
  }
}
.artificial-free-box p {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .artificial-free-box p {
    font-size: 1.6rem;
  }
}
.artificial-free-box .number {
  font-family: "noto-sans-jp, sans-serif";
  font-size: 6.4rem;
  font-weight: 500;
  color: #12B8D7;
}
@media screen and (max-width: 768px) {
  .artificial-free-box .number {
    font-size: 3.2rem;
  }
}
.artificial-free-box .text01 {
  font-size: 2.8rem;
  font-weight: 700;
  color: #2F3A3A;
}
@media screen and (max-width: 768px) {
  .artificial-free-box .text01 {
    font-size: 2rem;
  }
}
.artificial-free-list {
  background-color: #DEDEDE;
  border-radius: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2.8rem 1.4rem;
  list-style: none;
  padding: 4rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .artificial-free-list {
    gap: 1.2rem;
    padding: 1.6rem;
    margin-bottom: 2.8rem;
    justify-content: flex-start;
  }
}
.artificial-free-item {
  width: calc(25% - 1.4rem);
  font-size: 1.6rem;
  color: #000000;
  padding: 0.8rem 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  border: 1px solid #000000;
}
@media screen and (max-width: 768px) {
  .artificial-free-item {
    width: calc(25% - 1.4rem);
    font-size: 1.4rem;
    color: #000000;
    padding: 0.6rem 0.8rem;
  }
}
.artificial-free-item::before {
  content: "";
  position: absolute;
  inset: 0; /* 親要素いっぱい */
  pointer-events: none;
  background: linear-gradient(to bottom right, transparent 49.5%, #000 50%, transparent 50.5%);
}
.artificial-free .title-submessage.treatment {
  margin-top: 3.2rem;
  font-weight: 700;
}
.artificial-free .title-submessage.treatment span {
  color: #12B8D7;
}

.research {
  padding-top: 8rem;
  border-bottom: 1px solid #74C8D3;
  position: relative;
}
@media screen and (max-width: 768px) {
  .research {
    padding-top: 4rem;
  }
}
.research::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2.5px;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background-color: #74C8D3;
}
.research h2 {
  text-align: center;
  text-decoration: underline;
}
.research h2::after {
  content: none;
}
.research-content {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-image: url("/img/bg-research.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media screen and (max-width: 768px) {
  .research-content {
    padding-top: 2rem;
    padding-bottom: 3.2rem;
  }
}
.research-number-list {
  display: flex;
  justify-content: center;
  gap: 6rem;
  padding: 0 4.8rem;
  width: 80%;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 1020px) {
  .research-number-list {
    width: 100%;
    padding: 0;
    gap: 1.6rem;
  }
}
.research-title {
  text-align: center;
  margin-bottom: 2rem;
}
.research-item {
  width: 60%;
  margin: 0 auto;
  background-color: rgba(183, 183, 183, 0.4);
  border-radius: 18px;
  padding: 2.4rem 4.8rem;
}
@media screen and (max-width: 768px) {
  .research-item {
    width: 100%;
    padding: 2rem;
  }
}
.research-item p {
  font-weight: 700;
}
.research-item p + p {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .research-item p + p {
    margin-top: 1.2rem;
  }
}

.copy-treatment {
  background-image: url("../img/bg-treatment02.png");
  background-size: 100%;
  background-position: 0 15%;
  background-repeat: no-repeat;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .copy-treatment {
    background-position: top center;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 1120px) {
  .copy-treatment {
    background-size: auto 100%;
    background-position: 82%;
  }
}
.copy-treatment::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(255, 255, 255, 0.4); /* ← 白の透明度 */
  z-index: 0;
}
@media screen and (max-width: 1120px) {
  .copy-treatment::before {
    background: rgba(255, 255, 255, 0.7);
  }
}
.copy-treatment .wrapper.treatment-title {
  display: flex;
  padding-top: 6rem;
  padding-bottom: 6rem;
}
@media screen and (max-width: 1120px) {
  .copy-treatment .wrapper.treatment-title {
    padding-top: 3rem;
  }
}
.copy-treatment h2 {
  line-height: 2;
}
.copy-treatment h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -40px;
  width: 80px;
  height: 1px;
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  .copy-treatment h2::after {
    bottom: -24px;
  }
}
.copy-treatment .title-submessage {
  line-height: 2.4;
}
.copy-treatment .title-submessage span {
  color: #12B8D7;
  font-weight: 700;
}
.copy-treatment .title-submessage:not(:last-of-type) {
  margin-bottom: 3.2rem;
}

.two-material-treatment {
  padding-top: 6rem;
  padding-bottom: 8rem;
}
.two-material-treatment .material-lists {
  display: flex;
  gap: 40px;
  justify-content: center;
  width: 100%;
}
@media screen and (min-width: 1401px) {
  .two-material-treatment .material-lists {
    gap: 60px;
  }
}
@media screen and (max-width: 1020px) {
  .two-material-treatment .material-lists {
    gap: 20px;
    margin-top: 2rem;
  }
}
.two-material-treatment .material-lists .material-item {
  width: calc(50% - 20px);
  background: linear-gradient(to bottom, #E9F5F6 0%, #FFFFFF 100%);
  box-shadow: 0 3px 12px rgba(116, 200, 211, 0.41);
  border-radius: 18px;
  padding: 32px 20px;
  text-align: center;
}
@media screen and (max-width: 1020px) {
  .two-material-treatment .material-lists .material-item {
    position: static;
    transform: inherit;
    width: calc(50% - 10px);
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
}
.two-material-treatment .material-lists .material-item .title {
  font-size: 2.2rem;
  font-weight: 700;
  color: #12B8D7;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .two-material-treatment .material-lists .material-item .title {
    font-size: 1.8rem;
  }
}
.two-material-treatment .material-lists .material-item .copy {
  color: #2F3A3A;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 2rem;
}
@media screen and (max-width: 1020px) {
  .two-material-treatment .material-lists .material-item .copy {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    flex: 1;
  }
}
.two-material-treatment .material-lists .material-item .merit-box {
  display: flex;
  gap: 10px;
  justify-content: center;
}
@media screen and (max-width: 1020px) {
  .two-material-treatment .material-lists .material-item .merit-box {
    flex-direction: column;
    align-items: center;
  }
}
.two-material-treatment .material-lists .material-item .merit-box img {
  width: 18rem;
}
@media screen and (max-width: 1020px) {
  .two-material-treatment .material-lists .material-item .merit-box img {
    width: 85%;
  }
}
.two-material-treatment .material-lists .material-item .merit-box .merit-list {
  width: 50%;
  padding: 0 16px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 12px;
}
@media screen and (max-width: 1020px) {
  .two-material-treatment .material-lists .material-item .merit-box .merit-list {
    font-size: 1.8rem;
    width: 100%;
    padding: 0;
  }
}
.two-material-treatment .material-lists .material-item .merit-box .merit-list p {
  color: #FFFFFF;
  background-color: #74C8D3;
  border-radius: 23px;
  padding: 8px 10px;
  width: 100%;
  text-align: center;
}

.washing-treatment {
  background: linear-gradient(to bottom, #E9F5F6 0%, #FFFFFF 100%);
  padding-top: 8rem;
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .washing-treatment {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.washing-treatment .wrapper.treatment-title {
  display: flex;
  padding-right: 0.6em;
}
@media screen and (max-width: 768px) {
  .washing-treatment .wrapper.treatment-title {
    flex-direction: column;
  }
}
.washing-treatment .wrapper-left {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .washing-treatment .wrapper-left {
    width: 100%;
    margin-bottom: 2.4rem;
  }
}
.washing-treatment .wrapper-right {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .washing-treatment .wrapper-right {
    width: 100%;
  }
}
.washing-treatment .wrapper-right img {
  width: 200px;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .washing-treatment .wrapper-right img {
    width: 15rem;
  }
}
.washing-treatment .wrapper-right p {
  font-size: 1.4rem;
}
.washing-treatment .wrapper:nth-child(2) {
  margin-top: 4rem;
}
.washing-treatment h2 {
  line-height: 2;
}
.washing-treatment h2 .spacer-left {
  padding-left: 0.6em;
}
.washing-treatment h2::after {
  content: "";
  position: absolute;
  left: 0.6em;
  bottom: -40px;
  width: 80px;
  height: 1px;
  background-color: #000000;
}
@media screen and (max-width: 768px) {
  .washing-treatment h2::after {
    bottom: -24px;
  }
}
.washing-treatment .title-submessage {
  padding-left: 0.6em;
  line-height: 2.4;
}
.washing-treatment .title-submessage span {
  color: #12B8D7;
  font-weight: 700;
}
.washing-treatment .selective-washing {
  padding: 0 0.6em;
  display: flex;
  gap: 3.2rem;
  align-items: stretch;
}
@media screen and (max-width: 768px) {
  .washing-treatment .selective-washing {
    flex-direction: row-reverse;
    padding: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    gap: 2.4rem;
    padding-bottom: 14px;
    scroll-snap-type: x mandatory;
  }
}
.washing-treatment .selective-washing-item {
  width: calc(50% - 5rem);
}
@media screen and (max-width: 768px) {
  .washing-treatment .selective-washing-item {
    width: inherit;
    flex: 0 0 70%;
    scroll-snap-align: start;
  }
}
.washing-treatment .selective-washing-item .selective-title {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  color: #FFFFFF;
  border-radius: 32px;
  padding: 1.2rem 2.4rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .washing-treatment .selective-washing-item .selective-title {
    font-size: 1.6rem;
    padding: 1.2rem 1.6rem;
    border-radius: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.washing-treatment .selective-washing-item .selective-title.strong {
  background-color: #BDBDBD;
}
.washing-treatment .selective-washing-item .selective-title.selective {
  background-color: #12B8D7;
}
.washing-treatment .selective-washing-item dl {
  margin: 0;
  display: flex;
  flex-direction: column;
}
.washing-treatment .selective-washing-item dl dt {
  text-decoration: underline;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
@media screen and (max-width: 768px) {
  .washing-treatment .selective-washing-item dl dt {
    font-size: 1.5rem;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 768px) {
  .washing-treatment .selective-washing-item dl dd {
    font-size: 1.5rem;
    letter-spacing: 0.01em;
  }
}
.washing-treatment .selective-washing-item dl dd:first-of-type {
  margin-bottom: 2.8rem;
}
.washing-treatment .selective-washing-item dl dd:nth-of-type(2) {
  margin-bottom: 4rem;
}
.washing-treatment .selective-washing-item dl dd:nth-of-type(3) {
  margin-bottom: 4rem;
  text-align: center;
}
.washing-treatment .selective-washing-item dl dd img {
  margin-bottom: 2rem;
  width: 400px;
}
@media screen and (max-width: 768px) {
  .washing-treatment .selective-washing-item dl dd img {
    margin-bottom: 1rem;
    width: 100%;
  }
}
.washing-treatment .selective-washing-item dl dd .bd-gray {
  color: #AFABAB;
  font-weight: 700;
}
.washing-treatment .selective-washing-item dl dd .bd-blue {
  color: #12B8D7;
  font-weight: 700;
}
.washing-treatment .selective-washing-item .dl-row {
  display: flex;
  flex-direction: column;
}
.washing-treatment .selective-washing-text01 {
  text-align: center;
  margin-top: 4.8rem;
  margin-bottom: 2.8rem;
}
@media screen and (max-width: 768px) {
  .washing-treatment .selective-washing-text01 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
.washing-treatment .selective-washing-text02 {
  text-align: center;
}

.selective-washing::-webkit-scrollbar {
  height: 10px;
}

.selective-washing::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.08);
  border-radius: 999px;
}

.selective-washing::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.28);
  border-radius: 999px;
}

.natural-material {
  background: linear-gradient(to bottom, #E9F5F6 0%, #FFFFFF 100%);
  padding-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .natural-material {
    padding-bottom: 4rem;
  }
}
.natural-material .title-wrapper {
  padding: 2.2rem 0;
  margin-bottom: 6rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("../img/bg-material-title.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: top;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .natural-material .title-wrapper {
    padding: 0 20px;
    margin-bottom: 3.2rem;
    height: 90px;
    background-size: 100% 100%;
  }
}
.natural-material .title-wrapper h2 {
  color: #000000;
  margin-bottom: 0;
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .natural-material .title-wrapper h2 {
    line-height: 2;
    color: #FFFFFF;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
    font-size: 1.8rem;
    font-weight: 500;
  }
}
@media screen and (max-width: 364px) {
  .natural-material .title-wrapper h2 {
    font-size: 1.6rem;
  }
}
.natural-material .title-wrapper h2::after {
  content: none;
}
.natural-material .title-wrapper p {
  color: #000000;
}
@media screen and (max-width: 768px) {
  .natural-material .title-wrapper p {
    color: #FFFFFF;
    text-shadow: 0 3px 6px rgba(0, 0, 0, 0.8);
    font-weight: 500;
  }
}
.natural-material .wrapper {
  background-color: #FFFFFF;
  border-radius: 22px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
  padding: 3.2rem 6rem 4rem;
}
@media screen and (max-width: 768px) {
  .natural-material .wrapper {
    width: calc(100% - 40px);
    padding: 1.6rem;
  }
}
.natural-material-tab {
  display: flex;
  margin-bottom: 3.2rem;
  border: 1px solid #C6CACB;
  border-radius: 18px;
}
@media screen and (max-width: 768px) {
  .natural-material-tab {
    flex-direction: column;
  }
}
.natural-material-tab-item {
  width: 33.3333333333%;
  padding: 1.6rem;
  text-align: center;
  border-radius: 17px;
  color: #222222;
  cursor: pointer;
  opacity: 0.5;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .natural-material-tab-item {
    width: 100%;
    padding: 0.8rem;
    border-bottom: 1px solid #C6CACB;
  }
}
.natural-material-tab-item.active {
  background-color: #12B8D7;
  color: #FFFFFF;
  font-weight: 500;
  opacity: 1;
  border-bottom: none;
}
.natural-material-tab-item:last-of-type.active {
  margin-left: 1px;
}
@media screen and (max-width: 768px) {
  .natural-material-tab-item:last-of-type.active {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .natural-material-tab-item .tab-name {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .natural-material-tab-item .tab-area {
    font-size: 1.2rem;
  }
}
.natural-material-content {
  display: none;
}
.natural-material-content.active {
  display: flex;
  gap: 4rem;
  padding: 0 3.2rem;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .natural-material-content.active {
    flex-direction: column;
    padding: 0 2rem;
    gap: 1.6rem;
  }
}
.natural-material-content-left {
  width: calc(50% - 2rem);
  position: relative;
  text-align: center;
  padding-right: 1.2rem;
}
@media screen and (max-width: 768px) {
  .natural-material-content-left {
    width: 100%;
  }
}
.natural-material-content-left img {
  width: 80%;
}
.natural-material-content-left::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 25%;
  height: auto;
  aspect-ratio: 90/134;
  background-image: url("/img/treatment01.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.natural-material-content-left .item-text02 {
  margin-bottom: 1.2rem;
  color: #12B8D7;
  font-weight: 700;
}
.natural-material-content-right {
  width: calc(50% - 2rem);
  padding-top: 4rem;
}
@media screen and (max-width: 768px) {
  .natural-material-content-right {
    width: 100%;
    padding-top: 0;
  }
}
.natural-material-content-right p {
  color: #12B8D7;
}
.natural-material-content-right .item-name {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  .natural-material-content-right .item-name {
    font-size: 1.8rem;
    margin-bottom: 1.6rem;
    font-weight: 500;
  }
}
.natural-material-content-right .item-text01 {
  font-weight: 500;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .natural-material-content-right .item-text01 {
    margin-bottom: 2rem;
    font-size: 1.4rem;
  }
}
.natural-material-content-right .item-text02 {
  font-weight: 500;
  font-size: 1.8rem;
}
.natural-material-message {
  padding-top: 6rem;
  font-weight: 500;
  text-align: center;
  line-height: 2.4;
}
@media screen and (max-width: 768px) {
  .natural-material-message {
    padding: 4rem 2rem 0 2rem;
  }
}

.how-to-use {
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .how-to-use {
    padding-bottom: 4rem;
  }
}
.how-to-use h2 {
  text-align: center;
}
.how-to-use h2::after {
  content: none;
}
.how-to-use-desc {
  background: linear-gradient(to bottom, #E9F5F6 0%, #FFFFFF 100%);
  padding-top: 6rem;
  margin-bottom: 4.8rem;
}
@media screen and (max-width: 768px) {
  .how-to-use-desc {
    padding-top: 4rem;
    margin-bottom: 2.4rem;
  }
}
.how-to-use-list {
  margin-top: 4rem;
}
.how-to-use-list li:not(:first-child) {
  margin-top: 2rem;
}
@media screen and (max-width: 768px) {
  .how-to-use-list li:not(:first-child) {
    margin-top: 1.6rem;
  }
}
.how-to-use-content {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .how-to-use-content {
    flex-direction: column;
  }
}
.how-to-use-content-left01 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .how-to-use-content-left01 {
    width: 100%;
    margin-bottom: 2rem;
    text-align: center;
  }
}
.how-to-use-content-left01 img {
  width: 80%;
}
.how-to-use-content-right01 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .how-to-use-content-right01 {
    width: 100%;
  }
}
.how-to-use-content-right01 p {
  color: #12B8D7;
  font-weight: 500;
}
.how-to-use-content-right01 P + p {
  color: inherit;
  font-weight: 400;
  margin-top: 3.2rem;
}
.how-to-use-content-right01 P + p + P {
  margin-top: 5.2rem;
}

.thoughts {
  border-bottom: 1px solid #74C8D3;
  position: relative;
}
.thoughts::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2.5px;
  transform: translateX(-50%);
  width: 120px;
  height: 3px;
  background-color: #74C8D3;
}
.thoughts p {
  color: #5C6666;
  font-weight: 500;
  line-height: 2.6;
}
.thoughts h2 {
  padding: 2.4rem 0;
  margin-bottom: 0;
  text-align: center;
  background-color: #74C8D3;
  color: #FFFFFF;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .thoughts h2 {
    padding: 1.6rem 0;
    font-size: 1.8rem;
    line-height: 1.6;
  }
}
.thoughts h2::after {
  content: none;
}
.thoughts h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2;
  color: #3F4A4A;
  position: relative;
  margin-bottom: 6.2rem;
}
@media screen and (max-width: 768px) {
  .thoughts h3 {
    font-size: 1.8rem;
    margin-bottom: 4.2rem;
  }
}
.thoughts h3::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -24px;
  width: 80px;
  height: 1px;
  background-color: #000000;
}
.thoughts-content {
  padding: 6rem 0;
}
@media screen and (max-width: 768px) {
  .thoughts-content {
    padding: 2.4rem 0;
  }
}
.thoughts-content.message {
  padding: 6rem 0 4.8rem;
}
@media screen and (max-width: 768px) {
  .thoughts-content.message {
    padding: 3.2rem 0;
  }
}
.thoughts-content.scent {
  background-color: #E9F5F6;
}
.thoughts-content .wrapper {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .thoughts-content .wrapper {
    flex-direction: column;
  }
}
.thoughts-content-left01 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .thoughts-content-left01 {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.thoughts-content-left01 img {
  width: 90%;
}
@media screen and (max-width: 768px) {
  .thoughts-content-left01 img {
    width: 100%;
  }
}
.thoughts-content-right01 {
  width: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .thoughts-content-right01 {
    width: 100%;
  }
}
.thoughts-content-right01 p {
  color: #12B8D7;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .thoughts-content-right01 p {
    color: #5C6666;
  }
}
.thoughts-content-left02 {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .thoughts-content-left02 {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.thoughts-content-right02 {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .thoughts-content-right02 {
    width: 100%;
  }
}
.thoughts-content-right02 img {
  width: 75%;
}
.thoughts-content-left03 {
  width: 60%;
}
@media screen and (max-width: 768px) {
  .thoughts-content-left03 {
    width: 100%;
    margin-bottom: 1.6rem;
  }
}
.thoughts-content-right03 {
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .thoughts-content-right03 {
    width: 100%;
  }
}
.thoughts-content-right03 img {
  width: 75%;
}
.thoughts-content.goal {
  padding: 6rem 0;
  background-color: #E9F5F6;
}
@media screen and (max-width: 768px) {
  .thoughts-content.goal {
    padding: 4rem 0;
  }
}
.thoughts-content.goal .wrapper {
  justify-content: center;
}
.thoughts-content.goal .wrapper p {
  text-align: center;
}
.thoughts-message01 {
  padding-bottom: 6rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .thoughts-message01 {
    text-align: left;
    padding-bottom: 3.2rem;
  }
}

.product {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
@media screen and (max-width: 768px) {
  .product {
    padding: 4rem 0;
  }
}
.product .wrapper {
  max-width: 960px;
}
.product .title-wrapper {
  text-align: center;
}
.product .title-wrapper h2 {
  margin-bottom: 0.8rem;
}
.product .title-wrapper h2::after {
  content: none;
}
.product .title-wrapper p {
  color: #74C8D3;
  font-size: 1.4rem;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .product .two-column {
    gap: 2rem;
  }
}
.product-info__list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media screen and (max-width: 768px) {
  .product-info__list {
    margin-bottom: 2rem;
  }
}
.product-info__row {
  display: flex;
}
@media screen and (max-width: 768px) {
  .product-info__row dt, .product-info__row dd {
    font-size: 1.4rem;
  }
}
.product .two-column-right {
  display: flex;
  flex-direction: column;
}
.product .two-column-right .link-btn {
  margin-top: auto;
}
@media screen and (max-width: 768px) {
  .product .two-column-right .link-btn {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .product .two-column-right .link-btn span {
    padding-right: 0;
  }
}/*# sourceMappingURL=treatment.css.map */