@charset "UTF-8";
/*----------------------------------------

	BABY CATEGORY CSS

-----------------------------------------*/
/*----------------------------------------
	- mv
-----------------------------------------*/
.mv {
  position: relative;
  background-repeat: no-repeat;
  display: grid;
  grid-template-rows: auto 1fr;
}
@media screen and (min-width: 769px) {
  .mv {
    background-image: url(/asset/img/product/baby/baby-mv_p01.webp);
    background-size: cover;
    background-position: center;
    height: 860px;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    background-image: url(/asset/img/product/baby/baby-mv_p01-sp.webp);
    background-size: contain;
    background-position: center top;
    aspect-ratio: 400/810;
  }
}
.mv .c-title__wrap .c-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (min-width: 769px) {
  .mv .c-title__wrap .c-box {
    width: min(1280px, 90%);
    gap: 20px;
    padding-block-start: 240px;
  }
}
@media screen and (max-width: 768px) {
  .mv .c-title__wrap .c-box {
    padding-block-start: max(31.25vw, 100px);
  }
}
@media screen and (min-width: 769px) {
  .mv .c-title__wrap .c-title-unique {
    width: 192.51px;
    margin-block-start: 4px;
  }
}
@media screen and (max-width: 768px) {
  .mv .c-title__wrap .c-title-unique {
    width: 29.5vw;
    transform: translate(-0.75vw, -0.75vw);
  }
}
@media screen and (min-width: 769px) {
  .mv .txt {
    width: min(1009px, 90%);
    margin-block: auto 0;
  }
}
@media screen and (max-width: 768px) {
  .mv .txt {
    display: flex;
    align-items: flex-end;
    justify-content: center;
  }
}
.mv .txt .font18_16 {
  font-weight: var(--font-medium);
  line-height: 2.5;
  display: grid;
}
@media screen and (min-width: 769px) {
  .mv .txt .font18_16 {
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto 0;
    margin-block: auto 205px;
  }
}
@media screen and (max-width: 768px) {
  .mv .txt .font18_16 {
    text-align: center;
  }
}

/*----------------------------------------
	- LINEUP
-----------------------------------------*/
@media screen and (min-width: 769px) {
  .lineup {
    margin-block-start: 120px;
  }
}
@media screen and (max-width: 768px) {
  .lineup {
    margin-block-start: 20vw;
  }
}
@media screen and (min-width: 769px) {
  .lineup .c-box {
    width: min(995px, 90%);
  }
}
@media screen and (max-width: 768px) {
  .lineup .c-box {
    padding-inline: 7.5vw;
  }
}
.lineup .item-list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .lineup .item-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 68px 8.163%;
    margin-inline: auto;
    margin-block-start: 78px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-list {
    grid-template-columns: 1fr;
    gap: 10vw 4.5vw;
    margin-inline: auto;
    margin-block-start: 12vw;
  }
}
.lineup .item-list a {
  width: 100%;
  display: grid;
  gap: 0;
}
.lineup .item-list figure {
  position: relative;
  z-index: 1;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .lineup .item-list figure {
    width: 71%;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-list figure {
    width: 70.5%;
  }
}
.lineup .item-list figure::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 1;
  background-color: var(--color-white);
  border-radius: 50%;
  z-index: -1;
  border: 1px solid var(--color-primarydefault);
}
@media screen and (min-width: 769px) {
  .lineup .item-list figure::before {
    transition: background-color 0.2s, border 0.2s;
  }
}
.lineup .item-list figure .c-icon-base {
  display: inline-flex;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .lineup .item-list figure .c-icon-base {
    bottom: 0;
    right: 38px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-list figure .c-icon-base {
    bottom: 0;
    right: 7.5vw;
    width: 9vw;
    height: 9vw;
  }
}
.lineup .item-list .font28_20 .c-icon-base {
  display: none;
}
@media (hover: hover) {
  .lineup .item-list a:hover figure::before {
    background-color: var(--color-palepink);
    border-color: var(--color-palepink);
  }
}
.lineup .item-list .font28_20 {
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  .lineup .item-list .font28_20 {
    margin-block-start: 30px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-list .font28_20 {
    margin-block-start: 7.75vw;
    line-height: 1.333;
  }
}
.lineup .item-list .font18_15 {
  font-weight: var(--font-regular);
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .lineup .item-list .font18_15 {
    margin-block-start: 22px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-list .font18_15 {
    margin-block-start: 3.75vw;
  }
}
.lineup .item-list:not(:has(li:nth-of-type(2))) {
  display: grid;
  grid-template-columns: 1fr;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .lineup .item-list:not(:has(li:nth-of-type(2))) {
    margin-block-start: 0;
    padding-inline: 6vw;
  }
}
@media screen and (min-width: 769px) {
  .lineup .item-list:not(:has(li:nth-of-type(2))) a {
    margin-block-start: 0;
    margin-inline: auto 0;
    width: 100%;
    display: grid;
    grid-template-columns: 42.3% 1fr;
    grid-template-rows: 1fr auto auto auto 1fr;
    gap: 0 6.8%;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-list:not(:has(li:nth-of-type(2))) a {
    display: block;
  }
}
.lineup .item-list:not(:has(li:nth-of-type(2))) a figure {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .lineup .item-list:not(:has(li:nth-of-type(2))) a figure {
    grid-column: 1/2;
    grid-row: 1/6;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-list:not(:has(li:nth-of-type(2))) a figure {
    width: 60vw;
    margin-inline: auto;
    margin-block-start: 12vw;
  }
}
.lineup .item-list:not(:has(li:nth-of-type(2))) a .font28_20 {
  font-weight: var(--font-medium);
  display: inline-flex;
  align-items: center;
  gap: 1em;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  caret-color: transparent;
}
@media screen and (min-width: 769px) {
  .lineup .item-list:not(:has(li:nth-of-type(2))) a .font28_20 {
    grid-column: 2/3;
    grid-row: 2/3;
    margin-block-start: 0;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-list:not(:has(li:nth-of-type(2))) a .font28_20 {
    margin-block-start: 7.5vw;
    gap: 0.5em;
  }
}
@media screen and (min-width: 769px) {
  .lineup .item-list:not(:has(li:nth-of-type(2))) a .font24_18 {
    grid-column: 2/3;
    grid-row: 3/4;
    margin-block-start: 30px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-list:not(:has(li:nth-of-type(2))) a .font24_18 {
    margin-block-start: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .lineup .item-list:not(:has(li:nth-of-type(2))) a .font18_15 {
    grid-column: 2/3;
    grid-row: 4/5;
    margin-block-start: 20px;
  }
}
@media screen and (max-width: 768px) {
  .lineup .item-list:not(:has(li:nth-of-type(2))) a .font18_15 {
    margin-block-start: 4vw;
  }
}
.lineup .item-list:not(:has(li:nth-of-type(2))) a figure .c-icon-base {
  display: none;
}
.lineup .item-list:not(:has(li:nth-of-type(2))) a .font28_20 .c-icon-base {
  display: inline-flex;
  position: static;
}

/*----------------------------------------
	- chu-bo!の特徴
-----------------------------------------*/
@media screen and (min-width: 769px) {
  .features {
    margin-block-start: 120px;
  }
}
@media screen and (max-width: 768px) {
  .features {
    margin-block-start: 19vw;
  }
}
.features .bg {
  width: 100%;
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 769px) {
  .features .bg {
    aspect-ratio: 1600/170;
    background-image: url(/asset/img/product/baby/baby-features_bg01.svg);
  }
}
@media screen and (max-width: 768px) {
  .features .bg {
    aspect-ratio: 400/78;
    background-image: url(/asset/img/product/baby/baby-features_bg01-sp.svg);
  }
}
.features .box {
  width: 100%;
  background: linear-gradient(180deg, #FEFFD2 0%, #FFF2F4 100%);
}
@media screen and (min-width: 769px) {
  .features .box {
    padding-block-end: 80px;
  }
}
@media screen and (max-width: 768px) {
  .features .box {
    padding-block-end: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .features .c-box {
    margin-block-start: -31px;
    width: min(755px, 90%);
    overflow: hidden;
  }
}
.features h2 {
  text-align: center;
}
.features .font40_30,
.features .font32_24 {
  color: var(--color-primarydark);
  font-weight: var(--font-medium);
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.features .item-list {
  width: 100%;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-inline: auto;
}
@media screen and (min-width: 769px) {
  .features .item-list {
    gap: 83px 79px;
    margin-block-start: 50px;
  }
}
@media screen and (max-width: 768px) {
  .features .item-list {
    gap: 52.5vw 4.5vw;
    margin-block-start: 9vw;
  }
}
.features .item-list::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url(/asset/img/product/baby/baby-features_item01.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .features .item-list::before {
    width: min(140px, 16.867vw);
    aspect-ratio: 140/400;
  }
}
@media screen and (max-width: 768px) {
  .features .item-list::before {
    top: calc(50% - 2.25vw);
    width: 25vw;
    height: 71.5vw;
  }
}
.features li {
  position: relative;
  width: 100%;
  aspect-ratio: 338/243;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .features li:nth-of-type(2) {
    transform: translateY(1.25vw);
  }
}
.features li::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
.features li:nth-of-type(1):before {
  background-image: url(/asset/img/product/baby/baby-features_speechbubble01.svg);
}
.features li:nth-of-type(2):before {
  background-image: url(/asset/img/product/baby/baby-features_speechbubble02.svg);
}
.features li:nth-of-type(3):before {
  background-image: url(/asset/img/product/baby/baby-features_speechbubble03.svg);
}
.features li:nth-of-type(4):before {
  background-image: url(/asset/img/product/baby/baby-features_speechbubble04.svg);
}
.features li:nth-of-type(1)::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/asset/img/product/baby/baby-features_item02.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .features li:nth-of-type(1)::after {
    left: 0;
    bottom: -10px;
    width: min(135px, 16.265vw);
    aspect-ratio: 1;
  }
}
@media screen and (max-width: 768px) {
  .features li:nth-of-type(1)::after {
    left: -1.25vw;
    bottom: -4.75vw;
    width: 15vw;
    height: 15vw;
  }
}
.features li:nth-of-type(4)::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(/asset/img/product/baby/baby-features_item03.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 2;
}
@media screen and (min-width: 769px) {
  .features li:nth-of-type(4)::after {
    top: -34px;
    right: -20px;
    width: min(162px, 19.518vw);
    height: min(135px, 16.265vw);
  }
}
@media screen and (max-width: 768px) {
  .features li:nth-of-type(4)::after {
    top: 0.5vw;
    right: -1vw;
    width: 15vw;
    height: 12.5vw;
  }
}
@media screen and (min-width: 769px) {
  .features li:nth-of-type(1) .txt {
    padding-block: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .features li:nth-of-type(1) .txt {
    padding-block: 0 4.5vw;
  }
}
@media screen and (min-width: 769px) {
  .features li:nth-of-type(2) .txt {
    padding-block: 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .features li:nth-of-type(2) .txt {
    padding-block: 0 5vw;
  }
}
@media screen and (min-width: 769px) {
  .features li:nth-of-type(3) .txt,
  .features li:nth-of-type(4) .txt {
    padding-block: 30px 0;
  }
}
@media screen and (max-width: 768px) {
  .features li:nth-of-type(3) .txt,
  .features li:nth-of-type(4) .txt {
    padding-block: 4.5vw 0;
  }
}
.features .txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.features .font13_11 {
  text-align: center;
  color: var(--color-primarydark);
  font-weight: var(--font-medium);
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .features .font13_11 {
    font-size: min(13px, 1.566vw);
  }
}
.features .font20_14 {
  text-align: center;
  color: #6e6969;
  font-weight: var(--font-bold);
  letter-spacing: 0.03em;
}
@media screen and (min-width: 769px) {
  .features .font20_14 {
    line-height: 1.6;
    margin-block-start: 16px;
    font-size: min(20px, 2.41vw);
  }
}
@media screen and (max-width: 768px) {
  .features .font20_14 {
    line-height: 1.5;
    margin-block-start: 2vw;
  }
}

/*----------------------------------------
	- お客様の声
-----------------------------------------*/
@media screen and (min-width: 769px) {
  .voice {
    margin-block-start: 150px;
  }
}
@media screen and (max-width: 768px) {
  .voice {
    margin-block-start: 20vw;
  }
}
.voice .c-title__wrap .font30_24 {
  font-weight: var(--font-medium);
}
.voice .c-title__wrap .font30_24 + p {
  margin-block: auto;
}
.voice .item-list {
  display: grid;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .voice .item-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 0 7.273%;
    margin-block-start: 60px;
  }
}
@media screen and (max-width: 768px) {
  .voice .item-list {
    margin-block-start: 9vw;
    gap: 9vw;
    padding-inline: 4vw;
  }
}
.voice .item-list .c-link-area {
  display: grid;
}
@media screen and (min-width: 769px) {
  .voice .item-list .c-link-area {
    grid-template-columns: 35.294% 1fr;
    gap: 0 5.882%;
  }
}
@media screen and (max-width: 768px) {
  .voice .item-list .c-link-area {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.voice .item-list figure {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .voice .item-list figure {
    grid-column: 1/2;
    grid-row: 1/4;
  }
}
@media screen and (max-width: 768px) {
  .voice .item-list figure {
    width: 45vw;
    margin-inline: auto;
  }
}
.voice .item-list figure::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  aspect-ratio: 1;
  background-color: var(--color-white);
  border-radius: 50%;
  z-index: -1;
  border: 1px solid var(--color-primarydefault);
  transition: background-color 0.2s;
}
.voice .item-list .font18_16 {
  font-weight: var(--font-medium);
  line-height: 2;
  letter-spacing: 0.01em;
}
@media screen and (max-width: 768px) {
  .voice .item-list .font18_16 {
    margin-block-start: 6vw;
  }
}
.voice .item-list .font16_14 {
  font-weight: var(--font-regular);
  line-height: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .voice .item-list .font16_14 {
    margin-block: 12px 20px;
    -webkit-line-clamp: 4;
  }
}
@media screen and (max-width: 768px) {
  .voice .item-list .font16_14 {
    margin-block: 2vw 2.5vw;
    -webkit-line-clamp: 4;
  }
}
@media (hover: hover) {
  .voice .item-list a:hover figure::before {
    background-color: var(--color-palepink);
    border-color: var(--color-palepink);
  }
}

/*----------------------------------------
	- 導入事例
-----------------------------------------*/
@media screen and (min-width: 769px) {
  .example {
    margin-block-start: 180px;
  }
}
@media screen and (max-width: 768px) {
  .example {
    margin-block-start: 26.5vw;
  }
}
.example .c-title02 {
  margin-inline: auto;
}
.example .box {
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .example .box {
    margin-block-start: 50px;
  }
}
@media screen and (max-width: 768px) {
  .example .box {
    margin-block-start: 8.5vw;
  }
}
.example .box::before {
  content: "";
  display: block;
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: -1;
}
@media screen and (min-width: 769px) {
  .example .box::before {
    top: 23%;
    left: 0;
    width: 100%;
    aspect-ratio: 1600/216;
    background-image: url(/asset/img/product/baby/baby-example_bg01.svg);
  }
}
@media screen and (max-width: 768px) {
  .example .box::before {
    top: 9.5vw;
    left: 0;
    width: 100%;
    aspect-ratio: 400/155;
    background-image: url(/asset/img/product/baby/baby-example_bg01-sp.svg);
  }
}
.example .box .c-box {
  display: grid;
}
@media screen and (min-width: 769px) {
  .example .box .c-box {
    width: min(990px, 90%);
    grid-template-columns: 40.5% 1fr;
    grid-template-rows: 1fr auto auto 1fr;
    gap: 0 24px;
  }
}
@media screen and (max-width: 768px) {
  .example .box .c-box {
    grid-template-columns: 35.5vw 7.25vw 1fr;
    padding-inline: 0;
  }
}
@media screen and (min-width: 769px) {
  .example .box figure {
    grid-column: 1/2;
    grid-row: 1/5;
    margin-block: auto;
  }
}
@media screen and (max-width: 768px) {
  .example .box figure {
    grid-column: 1/3;
    grid-row: 1/2;
  }
}
.example .box .txt {
  font-weight: var(--font-medium);
}
@media screen and (min-width: 769px) {
  .example .box .txt {
    grid-column: 2/3;
    grid-row: 2/3;
    line-height: 1.5;
    margin-block-start: 75px;
  }
}
@media screen and (max-width: 768px) {
  .example .box .txt {
    grid-column: 2/4;
    grid-row: 1/2;
    height: -moz-fit-content;
    height: fit-content;
    margin-block: auto;
    line-height: 2;
    padding-block-end: 1.25vw;
  }
}
@media screen and (min-width: 769px) {
  .example .box .font18_15 {
    grid-column: 2/3;
    grid-row: 3/4;
    line-height: 2;
    margin-block: 35px 0;
  }
}
@media screen and (max-width: 768px) {
  .example .box .font18_15 {
    grid-column: 1/-1;
    grid-row: 2/3;
    padding-inline: 6vw;
    margin-block-start: 2.5vw;
    line-height: 2;
  }
}
@media screen and (min-width: 769px) {
  .example .interview {
    margin-block-start: 42px;
  }
}
@media screen and (max-width: 768px) {
  .example .interview {
    margin-block-start: 9vw;
  }
}
.example .interview .font24_18 {
  color: var(--color-primarydark);
  font-weight: var(--font-medium);
}
.example .interview .item-list {
  display: grid;
}
@media screen and (min-width: 769px) {
  .example .interview .item-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 46px 4.182%;
    margin-block-start: 23px;
  }
}
@media screen and (max-width: 768px) {
  .example .interview .item-list {
    grid-template-columns: 1fr;
    gap: 8.75vw;
    margin-block-start: 4vw;
  }
}
.example .interview .item-list figure {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.example .interview .item-list img {
  transition: scale 1.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media (hover: hover) {
  .example .interview .item-list a:hover img {
    scale: 1.1;
  }
}
@media screen and (min-width: 769px) {
  .example .interview .item-list .txt {
    margin-block-start: 24px;
  }
}
@media screen and (max-width: 768px) {
  .example .interview .item-list .txt {
    margin-block-start: 3vw;
  }
}
.example .interview .item-list .font18_16 {
  display: block;
  font-weight: var(--font-medium);
  text-align: center;
  line-height: 2;
}
.example .interview .item-list .font16_14 {
  display: block;
  font-weight: var(--font-regular);
  text-align: center;
  line-height: 2;
}
@media screen and (min-width: 769px) {
  .example .interview .item-list .font16_14 {
    margin-block-start: 10px;
  }
}
@media screen and (max-width: 768px) {
  .example .interview .item-list .font16_14 {
    margin-block-start: 1.25vw;
  }
}
@media screen and (max-width: 768px) {
  .example .interview .c-icon-base {
    width: 10vw;
    height: 10vw;
    right: 3.75vw;
    bottom: 3.75vw;
  }
}

/*----------------------------------------
	- SAGAMI MAGAZINE
-----------------------------------------*/
.magazine {
  background-color: var(--color-ghostwhite);
}
@media screen and (min-width: 769px) {
  .magazine {
    padding-block: 103px 96px;
    margin-block-start: 148px;
  }
}
@media screen and (max-width: 768px) {
  .magazine {
    padding-block: 20vw 19.5vw;
    margin-block-start: 20vw;
  }
}
@media screen and (min-width: 769px) {
  .magazine .c-box {
    width: min(980px, 90%);
  }
}
@media screen and (min-width: 769px) {
  .magazine .c-box ul {
    margin-block-start: 40px;
  }
}
@media screen and (max-width: 768px) {
  .magazine .c-box ul {
    margin-block-start: 9vw;
  }
}