@charset "UTF-8";
:root {
  --c-brown: #ceb795;
  --c-brown2: #96866d;
  --c-yellow2: #ffe791;
  --c-yellow3: #ffefb8;
  --c-pink2: #f5d3c4;
}

html {
  font-size: var(--basefont);
}

.l-contents {
  max-width: var(--width);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.l-contents.baby-carrier a {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .l-contents {
    padding-top: var(--headerHeight);
    overflow: hidden;
  }
}
h1 {
  width: 73.866cqi;
  margin: 15.996cqi auto;
}

.type {
  margin-bottom: 26.666cqi;
}
.type h2 {
  margin-bottom: 6.666cqi;
  font-size: 3.733cqi;
}
.type h2 span {
  display: block;
  margin-top: 2.4cqi;
  line-height: 1;
  font-family: "Open Sans", sans-serif;
  font-size: 6.933cqi;
  color: var(--c-brown);
}
.type ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 4.666cqi;
}
.type ul li {
  width: calc(33.3333333333% - 1.6cqi);
}
.type ul li a {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--c-yellow2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1.6cqi;
  -webkit-filter: drop-shadow(0cqi 0cqi 0.4cqi rgba(206, 183, 149, 0.6));
          filter: drop-shadow(0cqi 0cqi 0.4cqi rgba(206, 183, 149, 0.6));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  overflow: hidden;
}
.type ul li a .img-block {
  background: var(--c-white);
}
.type ul li a .img-block img {
  width: 100%;
}
.type ul li a .txt-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 113/55;
  padding: 3.2cqi 0 6.4cqi;
  position: relative;
  font-weight: 600;
  font-size: 3.2cqi;
}
.type ul li a .txt-block::before {
  content: "";
  width: 3.2cqi;
  height: 1.6cqi;
  position: absolute;
  right: 0;
  bottom: 2cqi;
  left: 0;
  margin: auto;
  background: url("../images/arrow_01.svg") no-repeat center/contain;
}

.age-table {
  width: 100%;
  margin-bottom: 24cqi;
  padding-bottom: 2.666cqi;
  overflow-x: scroll;
}
.age-table table {
  margin: 0 4.666cqi;
  border-collapse: collapse;
  border: 1px solid var(--c-brown);
}
.age-table table th, .age-table table td {
  line-height: 1.4;
  font-size: 2.933cqi;
}
.age-table table th {
  padding: 2.666cqi 3.2cqi;
  white-space: nowrap;
  background: var(--c-yellow);
  border-right: 1px solid var(--c-brown);
  border-bottom: 1px solid var(--c-brown);
}
.age-table table th.age {
  padding: 4cqi 3.2cqi;
  font-weight: 400;
}
.age-table table td {
  padding: 1.866cqi 2.666cqi;
  white-space: nowrap;
  border-bottom: 1px solid var(--c-brown);
  position: relative;
}
.age-table table td:not(.type-use, :last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -0.5px;
  background: url("../images/border_01.svg") repeat-y top/1px;
  z-index: 1;
}
.age-table table td.type-use {
  border-right: 1px solid var(--c-brown);
}
.age-table table td.cr {
  position: relative;
}
.age-table table td.cr::before {
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: var(--c-pink2);
  z-index: 0;
}
.age-table table td.cr__left::before {
  width: 90%;
  right: 0;
  left: auto;
  border-radius: 14px 0 0 14px;
}
.age-table table td.cr__right::before {
  width: 90%;
  right: auto;
  left: 0;
  border-radius: 0 14px 14px 0;
}
.age-table .scroll-hint-text {
  font-size: 2.666cqi;
}

.products {
  margin-bottom: 26.666cqi;
}
.products img {
  width: 100%;
}
.products__title {
  margin-bottom: 13.333cqi;
  padding-top: 4cqi;
  background: url("../images/pat.webp") repeat center/2.666cqi;
}
.products__title p {
  width: 60.266cqi;
  margin: 0 auto;
  padding: 4.266cqi 0 3.2cqi;
  background: var(--c-white);
  border-radius: 8cqi 8cqi 0 0;
  text-align: center;
  font-weight: 600;
  font-size: 3.2cqi;
}
.products__title h2 {
  padding: 7.466cqi 0;
  background: var(--c-yellow2);
  line-height: 1.3;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 6.4cqi;
}
.products__use {
  margin: 0 4.666cqi 16cqi;
}
.products__use___item .age-icon {
  position: absolute;
  top: 1.333cqi;
  right: 1.333cqi;
}
.products__use___item .age-icon p {
  width: 12.8cqi;
  line-height: 1;
  font-size: 2.533cqi;
  color: var(--c-brown2);
}
.products__use___item .age-icon p:not(:last-child) {
  margin-bottom: 1.866cqi;
}
.products__use___item .age-icon p span {
  display: block;
  margin-top: 1.066cqi;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.products__use___item .use-title {
  background: var(--c-yellow3);
  line-height: 1.3;
  text-align: center;
  font-weight: 600;
  font-size: 3.733cqi;
}
.products__use___item .use-title span {
  font-size: 2.933cqi;
}
.products__use___item____typeA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 2.666cqi;
  border: 1px solid var(--c-yellow2);
  overflow: hidden;
}
.products__use___item____typeA:not(:last-child) {
  margin-bottom: 1.6cqi;
}
.products__use___item____typeA .use-title {
  width: 40%;
  position: relative;
}
.products__use___item____typeA .use-title p {
  position: absolute;
  -ms-grid-row-align: center;
  -ms-grid-column-align: center;
  place-self: center;
  inset: 0;
}
.products__use___item____typeA .img-block {
  width: 60%;
  position: relative;
}
.products__use___item____typeB:not(:last-child) {
  margin-bottom: 5.333cqi;
}
.products__use___item____typeB .use-title {
  padding: 3.733cqi 0;
  border-radius: 2.666cqi 2.666cqi 0 0;
}
.products__use___item____typeB .img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 4cqi;
  border-radius: 0 0 2.666cqi 2.666cqi;
  border: 1px solid var(--c-yellow2);
  overflow: hidden;
}
.products__use___item____typeB .img-block > div {
  width: 50%;
  position: relative;
}
.products__use___item____typeB .img-block > div:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -0.5px;
  background: url("../images/border_02.svg") repeat-y top/1px;
  z-index: 1;
}
.products__use___item____typeB .txt-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.products__use___item____typeB .txt-block p {
  width: 50%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 600;
  font-size: 2.933cqi;
}
.products__point {
  margin-bottom: 16cqi;
  padding: 10.666cqi 0;
  position: relative;
}
.products__point::before {
  content: "";
  width: calc(100% - 9.333cqi);
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: var(--c-yellow);
  border-radius: 2.666cqi;
}
.products__point .baby {
  width: 14.8cqi;
  position: absolute;
  top: -6.4cqi;
  right: 8.8cqi;
}
.products__point___item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}
.products__point___item:not(:last-child) {
  margin-bottom: 3.2cqi;
}
.products__point___item .img-block {
  width: 49%;
  margin: 0 5.333cqi 0 0;
  -webkit-filter: drop-shadow(0cqi 0cqi 1.6cqi rgba(255, 231, 145, 0.6));
          filter: drop-shadow(0cqi 0cqi 1.6cqi rgba(255, 231, 145, 0.6));
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
.products__point___item p {
  line-height: 1.8;
  text-align: left;
  font-weight: 600;
  font-size: 3.466cqi;
}
.products__point___item:nth-of-type(2n) {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.products__point___item:nth-of-type(2n) .img-block {
  margin: 0 0 0 5.333cqi;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.products__point___item:nth-of-type(2n) p {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.products__lineup {
  padding-top: 16cqi;
  position: relative;
}
.products__lineup::before {
  content: "";
  width: 100%;
  height: 8cqi;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/pat.webp") repeat center/2.666cqi;
}
.products__lineup h3 {
  margin-bottom: 6.666cqi;
}
.products__lineup h3.lelutin {
  line-height: 1;
  font-size: 3.2cqi;
  color: var(--c-pink);
}
.products__lineup h3.lelutin span {
  display: block;
  margin: 0 auto 3.2cqi;
  width: 32cqi;
}
.products__lineup___list {
  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;
  gap: 0 5.333cqi;
  margin: 0 4.666cqi 16cqi;
}
.products__lineup___list____item {
  width: calc(50% - 2.666cqi);
}
.products__lineup___list____item figure {
  margin-bottom: 4cqi;
  border-radius: 2.133cqi;
  border: 1px solid var(--c-brown);
  overflow: hidden;
}
.products__lineup___list____item p {
  margin-bottom: 4cqi;
  text-align: left;
  font-size: 3.2cqi;
}
.products__lineup___list____item nav {
  width: 100%;
}
.products__lineup___list____item nav a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4cqi 3.733cqi 4cqi 5.333cqi;
  position: relative;
  background: var(--c-brown);
  border-radius: 5.333cqi;
  line-height: 1;
  font-weight: 600;
  font-size: 2.933cqi;
  color: var(--c-white);
}
.products__lineup___list____item nav a .cart {
  width: 5.066cqi;
  height: 5.066cqi;
  position: absolute;
  top: 0;
  right: 3.733cqi;
  bottom: 0;
  margin: auto;
  background: var(--c-white);
  border-radius: 50%;
}
.products__lineup___list____item nav a .cart svg {
  width: 3.2cqi;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.8cqi;
  margin: auto;
}
.products__lineup___list____item nav a .cart svg .cart-path {
  fill: var(--c-brown);
}
.products__lineup .contents-links__item {
  width: 58.666cqi;
  margin: 0 auto;
}
.products__lineup .contents-links__item:not(:last-child) {
  margin-bottom: 5.333cqi;
}
.products__lineup .contents-links__item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 4.533cqi 0;
  background: var(--c-yellow);
  position: relative;
  border-radius: 6.666cqi;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 4.266cqi;
}
.products__lineup .contents-links__item a i {
  position: absolute;
  width: 7.733cqi;
  top: 50%;
  left: 4.4cqi;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 0;
}
.products__lineup .contents-links__item a::before {
  content: "";
  width: 4.8cqi;
  height: 4.8cqi;
  position: absolute;
  top: 0;
  right: 4cqi;
  bottom: 0;
  margin: auto;
  background: url("../images/arrow_02.svg") no-repeat center/contain;
}