@charset "UTF-8";
@font-face {
  font-family: "hanatotyoutyou";
  src: url(https://zwvfihef.itembox.design/item/caretea-brand/hanatotyoutyou.ttf) format("truetype");
  font-weight: normal;
}

body {
  background: url(https://zwvfihef.itembox.design/item/caretea-brand/cb-bg.jpg);
  background-repeat: repeat-y;
  overflow-x: hidden;
  color: #333;
}

#caretea-brand h1,
#caretea-brand h2,
#caretea-brand h3,
#caretea-brand h4,
#caretea-brand h5,
#caretea-brand h6 {
  font-family: serif;
}

#caretea-brand section {
  text-align: center;
}

#caretea-brand section:not(:first) {
  margin: 20rem auto;
  padding-bottom: 3rem;
}

#caretea-brand section h2:not(.p-vision__title-main) {
  display: inline-block;
  text-align: center;
  margin: 3rem auto;
  padding: 1rem 2rem;
  font-size: 3rem;
}

@media screen and (min-width: 1200px) {
  .fs-c-heading--page {
    padding: 0;
  }
}

#cb-banners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  section > div[class*="container"] {
    padding-inline: 1rem;
  }
  section.p-page_article .p-page_article__inner h2 {
    line-height: 1.2;
  }
  .scrolldownIcon-wrapper {
    top: 80%;
  }
}

.l-content-wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.banner-baby {
  width: 100%;
  text-align: center;
}

.banner-baby img {
  width: 100%;
  max-width: 600px;
  text-align: center;
  margin-inline: auto;
}

/* フェードインさせる要素 */
.fadeup {
  opacity: 0;
  /* 最初は非表示にしておく */
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  /* 動きを滑らかに */
}

/* フェードイン用のクラス */
.fadeIn {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

@-webkit-keyframes dearModalZoomIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes dearModalZoomIn {
  0% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes dearModalZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}

@keyframes dearModalZoomOut {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
    opacity: 0;
  }
}

#cb-fv {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#cb-fv .cb-fv-wrapper {
  margin: 0 auto;
}

#cb-fv .cb-fv-wrapper .cb-fv-banner {
  width: 100%;
  max-width: 1200px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
}

#caretea-brand .p-vision__bg {
  position: absolute;
  top: 1000px;
  right: 0;
  width: 100%;
  height: 100%;
  max-height: 600px;
  background-image: url("https://zwvfihef.itembox.design/item/caretea-brand/04.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  opacity: 0.5;
  max-width: 800px;
}

#cb-catch {
  width: 100%;
}

#cb-catch .toc ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  margin-inline: auto;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
}

#cb-catch .toc ul li::after {
  content: "＞";
}

#cb-catch .toc ul a:last-child li::after {
  content: "";
}

#cb-catch .letter-title {
  margin-bottom: 4rem;
  font-family: "hanatotyoutyou", serif !important;
  font-size: 3rem;
}

#cb-catch .content {
  max-width: 650px;
  margin-inline: auto;
  background-color: #fff;
  -webkit-box-shadow: 5px 15px 20px 5px rgba(158, 158, 158, 0.3);
          box-shadow: 5px 15px 20px 5px rgba(158, 158, 158, 0.3);
  padding: 2rem 4rem;
  position: relative;
  font-family: "hanatotyoutyou", serif !important;
  text-align: center;
  letter-spacing: 0.2rem;
  line-height: 2;
}

#cb-catch .content p {
  font-size: 2rem !important;
  text-align: left;
}

#cb-catch > img {
  max-width: 350px;
}

#cb-catch h3 {
  font-size: 2.5rem;
}

#cb-catch h2 {
  font-size: 2.5rem !important;
  font-weight: bold;
}

#cb-catch img:last-child {
  position: absolute;
  left: -100px;
  bottom: -50px;
  max-width: 140px;
}

#cb-4themes hgroup p {
  font-size: 1.3em;
  margin-bottom: unset;
  vertical-align: baseline;
}

#cb-4themes hgroup span {
  color: #4bb3ab;
  font-weight: bold;
  font-size: inherit;
}

#cb-4themes hgroup span.big {
  font-size: 40px;
  color: #4bb3ab;
}

#cb-4themes .card-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}

#cb-4themes .card {
  background-color: #fff;
  overflow: hidden;
  margin: 10px;
  padding: 6rem 2rem;
  width: 300px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#cb-4themes .card__content {
  padding: 15px;
}

#cb-4themes .card__title {
  font-size: 1.5em;
  margin: 0 0 10px;
  color: #5dc3c5;
  font-family: "Noto Sans JP", sans-serif;
}

#cb-4themes .card__title::before {
  content: "①";
  margin-right: 1rem;
}

#cb-4themes .card__description {
  color: #666;
  text-align: left;
}

#cb-4themes .card:first-child {
  border-radius: 24% 24% 0 24%;
}

#cb-4themes .card:nth-child(2) {
  border-radius: 24% 24% 24% 0;
}

#cb-4themes .card:nth-child(3) {
  border-radius: 24% 0 24% 24%;
}

#cb-4themes .card:nth-child(4) {
  border-radius: 0 24% 24% 24%;
}

@media screen and (max-width: 400px) {
  #cb-catch .toc ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
  }
}

@media screen and (max-width: 768px) {
  #cb-4themes .inner img {
    width: 90vw;
  }
}

#cb-manga .manga-container_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 900px;
  overflow-x: hidden;
  padding-top: 20px;
  background-color: #fff;
}

#cb-manga a img {
  max-width: 90vw;
}

#cb-habit .inner {
  max-width: 96vw;
  margin-inline: auto;
}

#cb-habit .inner h2 {
  display: block !important;
  text-align: center;
  text-wrap: balance;
  word-break: keep-all;
  overflow-wrap: break-word;
  max-width: 720px;
}

#cb-feature {
  width: 100%;
}

#cb-feature h3 {
  font-weight: bold;
  text-align: left;
  font-size: 28px;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
  padding-top: 10rem;
  padding-bottom: 2rem;
  text-shadow: 0 0 10px #fff !important;
  font-family: hiragino-mincho-pron, sans-serif;
  font-weight: 300;
  font-style: normal;
  color: #333;
}

#cb-feature h3 span {
  font-size: 28px !important;
}

#cb-feature p {
  text-align: left;
}

#cb-feature img {
  width: 80%;
  margin: 0 auto 2rem;
}

#cb-feature .cb-feature_ps {
  font-size: 0.8em;
  color: darkgrey;
}

#cb-feature .cb-feature_container {
  text-align: center;
}

#cb-feature .cb-feature_container:first-child {
  margin-bottom: 48px;
}

#cb-feature .video-container {
  padding-block: 3rem;
}

#cb-feature .video-container video {
  max-width: 600px;
}

#cb-products {
  padding: 3rem auto;
}

#cb-products .p-products-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  padding: 4rem 2rem;
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  max-width: 90vw;
  margin-inline: auto;
}

#cb-products .p-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  padding: 3rem 1rem;
}

#cb-products .p-product img,
#cb-products .p-product .square {
  width: 100%;
  height: 100%;
  max-width: 250px;
  max-height: 250px;
  margin: 3rem auto;
}

#cb-products .p-product .square {
  min-width: 250px;
  min-height: 250px;
  background-color: gray;
}

#cb-products .p-product__text {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

#cb-products .p-product__text h4 {
  font-weight: bold;
  color: #333;
  font-size: 2em;
  font-family: Sans-Serif;
}

#cb-products .p-product__text h4 span {
  font-size: 0.7em;
  margin-left: 4px;
}

#cb-products .p-product__text p {
  padding: 1rem 0;
  width: 100%;
  height: auto;
}

#cb-products .p-product__text a {
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.2);
  width: auto;
  max-width: 250px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  padding: 1rem;
}

#cb-products .p-product__text a:hover {
  border: 1px solid;
}

#cb-products .p-product__text a::after {
  content: "→";
  padding-left: 10px;
}

#caretea-brand .fs-c-productListItem .fs-c-productListItem__productName {
  all: unset;
  text-align: left;
  font-size: 14px;
  font-family: Sans-Serif;
  font-weight: bold;
}

.l-teiki-products .l-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  -ms-grid-column-align: center;
      justify-self: center;
}

.l-teiki-products .product {
  max-width: 220px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  overflow: hidden;
  background-color: #fff;
}

.l-teiki-products .product .appeal {
  background-color: #8097a4;
  color: #fff;
  font-weight: bold;
}

.l-teiki-products .product form table td {
  width: 100%;
  text-wrap: nowrap;
  text-align: start;
}

.l-teiki-products .product form table td input[name*="quantity"] {
  width: unset;
}

.l-teiki-products .product .product-info {
  text-align: left;
}

.l-teiki-products .product .product-info p {
  margin: 0.2rem 0 !important;
}

.l-teiki-products .product .product-info .product-name {
  font-weight: bold;
}

.l-teiki-products .product .product-info .product-name span {
  border: 1px solid #74706d;
  border-radius: 24px;
  padding: 0.2rem 0.5rem;
  margin-left: 0.5rem;
  font-size: 0.9rem;
  color: #74706d;
}

.l-teiki-products .product .product-info .product-meta span {
  border: 1px solid #74706d;
  padding: 0.2rem 0.5rem;
  font-size: 1.2rem;
}

.l-teiki-products .product .product-info .subscription-price {
  color: #dc362e;
  font-weight: bold;
}

.l-teiki-products .l-btnContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  margin-top: 0.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-teiki-products .l-btnContainer button {
  border: none;
  background-color: #5dc3c5;
  color: #fff;
  font-weight: normal;
  cursor: pointer;
}

.l-teiki-products .l-btnContainer a span {
  display: inline-block;
  color: #fff;
  background-color: #74706d;
  padding: 4px 8px;
}

#cb-products {
  margin-top: 3rem;
}

.subscription-top img {
  text-align: center;
  padding-bottom: 3rem;
  max-width: 600px;
}

.subscription-top .sub-merits-container {
  width: 100%;
  background-color: #fff;
  border: 1px solid #66666660;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: auto;
  overflow: hidden;
  text-align: left;
  font-size: 20px;
  max-width: 600px;
  margin-inline: auto;
  color: #666;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.subscription-top .sub-merits-container .icon-container-parent {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 40px;
}

.subscription-top .sub-merits-container .icon-text {
  color: #fff;
}

.subscription-top .sub-merits-container .icon-text p {
  font-size: 2rem;
  font-weight: bold;
}

.subscription-top .sub-merits-container .icon-background {
  -ms-flex-item-align: stretch;
      align-self: stretch;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
}

.subscription-top .sub-merits-container .icon-container {
  width: 100%;
  max-width: 200px;
  max-height: 200px;
  aspect-ratio: 1/1;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.subscription-top .sub-merits-container .benefits-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  text-align: left;
  color: #666;
  font-size: 16px;
  max-height: 200px;
}

.subscription-top .sub-merits-container .benefits-container .benefit-title {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  margin: 0.5rem;
}

.subscription-top .sub-merits-container .benefits-container .benefit-title::before {
  content: url(https://zwvfihef.itembox.design/item/caretea-brand/icon-check.svg?d=20250617184016);
  color: #d8a492;
  margin-right: 1rem;
  width: 20px;
  height: 20px;
  vertical-align: middle;
  display: inline;
}

@media screen and (max-width: 768px) {
  .l-teiki-products .l-container {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    text-align: center;
    -ms-grid-column-align: center;
        justify-self: center;
    width: 100%;
    margin-inline: auto;
  }
  .l-teiki-products .product {
    width: 100%;
    max-width: unset;
    background-color: #fff;
  }
  .l-teiki-products .product img {
    max-width: 180px;
  }
  .l-teiki-products .product .product-info .subscription-price {
    font-size: 0.5rem;
  }
  .l-teiki-products .product .content-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .l-teiki-products .product .content-container .content-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #cb-feature img {
    width: 100% !important;
  }
  .subscription-top img {
    max-width: 600px;
    width: 90vw;
  }
  .subscription-top .sub-merits-container {
    padding: 1rem;
  }
  .subscription-top .sub-merits-container .icon-container-parent {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0.5rem;
    width: 100%;
  }
  .subscription-top .sub-merits-container .icon-container {
    max-width: 100px;
    max-height: 100px;
  }
  .subscription-top .sub-merits-container .benefits-container {
    font-size: 14px;
    text-wrap: nowrap;
    gap: 1rem;
  }
}

.teiki {
  max-width: 900px;
  margin-inline: auto;
}

.teiki h2 {
  text-align: center;
}

@font-face {
  .cb-teiki {
    font-family: "mushin";
    src: url(../fonts/mushin.otf) format("otf"), local(serif);
    font-display: auto;
  }
}

.cb-teiki .hand-written {
  font-family: "mushin", sans-serif;
  color: #333;
  line-height: 1.2;
  font-weight: normal !important;
}

.cb-teiki .l-teiki-intro h2.hand-written {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.cb-teiki .l-teiki-intro h2.hand-written span {
  color: #a55f77;
  font-size: 1.3em;
}

.cb-teiki .l-teiki-intro_content {
  padding: 1rem;
  border: 1px solid #a55f77;
  border-radius: 24px;
}

.cb-teiki .l-btnContainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.1rem;
}

.cb-teiki .l-btnContainer button {
  outline: none;
  border: none;
}

.cb-teiki h2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-wrap: nowrap;
}

.cb-teiki h2 .p-heading-icon {
  content: url(https://zwvfihef.itembox.design/item/caretea-brand/cb-icon-teiki.svg);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin-right: 1rem;
}

.qa-list {
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 5px;
  border-bottom: 0.5px solid #716e6d30;
}

.qa-list .bold {
  font-weight: bold;
}

.qa-list p {
  position: relative;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 3em 1.5em;
  color: #333;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  text-align: left;
}

.qa-list p::before {
  color: #5dc3c5;
  line-height: 1.2;
  content: "A";
}

.qa-list summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #212121;
  cursor: pointer;
  text-align: left;
}

.qa-list summary::before {
  color: #5dc3c5;
  content: "Q";
}

.qa-list summary::after {
  -webkit-transform: translateY(-25%) rotate(45deg);
          transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #212121b3;
  border-right: 3px solid #212121b3;
  content: "";
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.qa-list summary::before,
.qa-list p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-list[open] summary::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.qa-list[open] p {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

/*-------------------------
* dear-baby 専用スタイル
* ------------------------
*/
#dear-baby > h2 {
  font-size: 2.5em;
  text-align: center;
}

/*-------------------------
* Variables
* ------------------------
*/
/*-------------------------
* Common Styles
* ------------------------
*/
.dear-col-md-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.dear-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.dear-lead {
  color: #666;
}

.dear-section {
  padding: 3rem 1rem;
}

.dear-section-inner {
  max-width: 800px;
  margin-inline: auto;
}

.dear-section h5 {
  font-size: 20px;
}

.dear-container {
  max-width: 900px;
  margin: 0 auto;
  padding-left: 1rem;
  padding-right: 1rem;
}

/*-------------------------
* Header
* ------------------------
*/
.dear-header {
  background: #f8f9fa;
  text-align: center;
  padding: 3rem 1rem 2rem 1rem;
}

.dear-features .dear-container {
  max-width: unset;
}

.dear-features .dear-row {
  -ms-grid-columns: (1fr)[3];
      grid-template-columns: repeat(3, 1fr);
}

.dear-features .dear-row div {
  min-height: 200px;
}

/*-------------------------
* カードレイアウト
* ------------------------
*/
.dear-row {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  overflow-x: auto;
}

.dear-col {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  margin-right: 1rem;
  min-width: 220px;
}

.dear-card {
  background: #fff;
  border-radius: 1rem;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  border: 1px solid #e0e0e0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
}

.dear-card-body {
  padding: 1.5rem;
}

.dear-card-body img {
  width: 100%;
  max-width: 300px;
}

.dear-card-title {
  -ms-grid-column-align: center;
      justify-self: center;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 0.5rem;
}

.dear-card-text {
  color: #444;
  padding: 1rem;
}

/*-------------------------
*  商品ラインナップ用
* ------------------------
*/
.dear-row-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.dear-col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  min-width: 260px;
  margin-bottom: 2rem;
}

/*-------------------------
* How to Care
* ------------------------
*/
.dear-howto .dear-section-inner {
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}

.dear-howto .dear-section-inner .dear-step {
  margin-bottom: 1.5rem;
}

.dear-howto .dear-section-inner img {
  max-width: 300px;
}

.dear-detail-btn {
  padding: 0.7em 2em;
  border-radius: 2em;
  background: #f5e9e0;
  border: none;
  color: #222;
  font-weight: bold;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  cursor: pointer;
}

.dear-detail-btn:hover {
  background: #efdbcd;
}

.dear-detail-btn-wrap {
  margin-top: 2rem;
}

.dear-detail-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.4);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dear-detail-modal.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dear-detail-modal-content {
  background: #fff;
  border-radius: 4px;
  max-width: 90vw;
  width: 70vw;
  max-height: 90vh;
  overflow-y: scroll;
  margin: auto;
  padding: 8rem;
  position: relative;
  -webkit-box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 16px rgba(0, 0, 0, 0.15);
  -webkit-animation: dearModalZoomOut 0.35s cubic-bezier(0.4, 0, 0.2, 1);
          animation: dearModalZoomOut 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
  -webkit-transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.dear-detail-modal-content h3 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 3rem;
}

.dear-detail-modal-content p {
  max-width: 70%;
  margin-inline: auto;
}

/*-------------------------
* レスポンシブ
* ------------------------
*/
@media (max-width: 768px) {
  .dear-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.5rem;
  }
  .dear-col-2 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    min-width: 0;
  }
  .dear-container {
    padding: 0 0.5rem;
  }
  .dear-header {
    padding: 2rem 0.5rem 1.5rem 0.5rem;
  }
  .dear-detail-modal-content {
    padding: 2rem;
    width: 96vw;
    text-align: left;
  }
  .dear-detail-modal-content p {
    max-width: unset;
  }
}

/*-------------------------
* Modal
* ------------------------
*/
.dear-detail-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: none;
  border: none;
  cursor: pointer;
}

.dear-detail-modal.active .dear-detail-modal-content {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  -webkit-animation: dearModalZoomIn 0.35s cubic-bezier(0.4, 0, 0.2, 1);
          animation: dearModalZoomIn 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.dear-recommend .dear-container,
.dear-comparison .dear-container {
  padding: 1rem;
}

.dear-recommend .dear-container .container-inner,
.dear-comparison .dear-container .container-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
}

.dear-recommend .dear-container .container-inner img,
.dear-comparison .dear-container .container-inner img {
  max-width: 100%;
  height: auto;
  display: block;
}

.dear-recommend .dear-container .container-inner img {
  max-width: 400px;
}

.dear-recommend .dear-container .container-inner .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.dear-recommend .dear-container .container-inner .content h3 {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 1rem;
}

.dear-comparison h2 {
  text-align: center;
}

.dear-comparison h2 span {
  font-size: 0.8em;
}

.dear-comparison .dear-comparison-seasons {
  padding: 1rem 3rem;
  background-color: #e8aa98;
  border-radius: 24px;
  color: #fff;
  font-weight: bold;
  font-family: sans-serif !important;
  margin-bottom: 2rem;
  font-size: 1.2em;
}

.dear-comparison .dear-comparison-seasons.potteri {
  background-color: #0072c6;
}

.dear-comparison div {
  margin-inline: auto;
  width: 100%;
  background-color: #fff;
  padding: 1rem;
}

.dear-comparison .last-phrase {
  font-size: 1.5em;
  font-weight: bold;
  color: #fc6e7d;
}

.dear-lineup h2 {
  -ms-grid-column-align: center;
      justify-self: center;
}

.dear-lineup .dear-col-2 {
  max-width: 90%;
}

.dear-eco .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 200px;
  background-color: #8ebfb6;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  left: -10%;
  top: -25%;
}

.dear-eco .title h2 {
  color: #fff !important;
}

.dear-eco-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
  text-align: left;
  position: relative;
}

.dear-eco-inner img {
  width: 100%;
  bottom: 5%;
  left: 10%;
  max-width: 150px;
  position: absolute;
}

.dear-eco-inner .content {
  background-color: #f5f5f5;
  padding: 2rem;
  padding-left: 300px;
}

@media (max-width: 768px) {
  .dear-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .dear-col-md-6 {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 1.5rem;
  }
  .dear-border-end {
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
  .dear-features .dear-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: unset;
        grid-template-rows: unset;
  }
  .dear-features .dear-row div {
    text-align: center;
    text-wrap: balance;
    word-break: keep-all;
    overflow-wrap: break-word;
    min-height: unset;
    max-width: 96%;
    margin-inline: auto;
  }
  .dear-lineup .dear-col-2 {
    margin-inline: auto;
  }
  .dear-lineup .dear-row {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    margin-inline: auto;
  }
  .dear-comparison .dear-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dear-howto .container-inner,
  .dear-recommend .container-inner,
  .dear-comparison .container-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dear-howto .container-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .dear-howto .container-inner img {
    width: 60%;
    margin-block: 1rem;
  }
  #cb-banners {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
    padding-inline: 2rem;
  }
  .dear-eco .dear-eco-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .dear-eco .dear-eco-inner .title {
    top: -12%;
    z-index: -1;
    left: 0;
  }
  .dear-eco .dear-eco-inner .img {
    margin-inline: auto;
    text-align: center;
  }
  .dear-eco .dear-eco-inner .img img {
    position: unset;
    width: 80%;
  }
  .dear-eco .dear-eco-inner .content {
    padding-left: unset;
    padding-inline: 1rem;
    max-width: 94vw;
  }
}

@media screen and (max-width: 768px) {
  #caretea-brand p {
    font-size: 14px;
  }
  #caretea-brand .p-vision__bg {
    right: unset;
    width: 100vw;
    max-width: unset;
    max-height: 60vh;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  #caretea-brand #cb-catch h2 {
    text-align: center;
    text-wrap: balance;
    word-break: keep-all;
    overflow-wrap: break-word;
    margin: unset;
    font-size: 2em !important;
    margin-block: 4rem !important;
  }
  #caretea-brand #cb-catch .content {
    max-width: 90vw;
    font-size: 2rem !important;
  }
  #caretea-brand #cb-catch img:last-child {
    left: 60%;
    bottom: -80px;
  }
  #caretea-brand section h2:not(.p-vision__title) {
    font-size: 2.5rem;
    margin: 1rem auto;
  }
  #cb-feature h3 {
    -webkit-transform: unset;
            transform: unset;
    font-size: 2em;
    padding-top: 0;
  }
  #cb-feature img {
    width: unset;
    margin: 0 auto 2rem;
  }
  #cb-products .p-products-container {
    gap: unset;
  }
  #cb-products .p-product {
    display: unset;
  }
  #cb-products .p-product sup {
    font-size: 0.8em;
  }
  #cb-products .p-product__text h4 {
    font-size: 1.5em !important;
  }
  #cb-how-to-use label {
    -webkit-transform: unset;
            transform: unset;
    font-size: 0.75em;
    width: cal(95%/6);
  }
  #cb-how-to-use label:nth-of-type(5) {
    padding-left: 4px !important;
  }
  #cb-how-to-use .p-slides .p-slides-slide {
    padding: unset;
  }
  #cb-how-to-use .p-slides .p-slides-slide .p-slides-slide__content {
    display: unset;
  }
  .br-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .br-pc {
    display: block;
  }
}
