@charset "UTF-8";
/*----- topics_2026-07-06 -----*/
@media screen and (max-width: 640px) {
  #article h4 {
    margin-top: 3rem;
  }
}

/* ------------------------------------------------
 item
------------------------------------------------ */
#article .item {
  margin-top: 4.4444444444em;
  display: grid;
  align-items: center;
  align-items: start;
  align-content: start;
  grid-template-columns: 50% auto;
  grid-template-rows: auto 1fr;
  gap: 0.8888888889em 5%;
}
#article .item + .item {
  margin-top: 5.5555555556em;
}
#article .item .package .ph {
  width: 100%;
}
#article .item {
  /* ----- bathadditive (powder / milk 共通) ----- */
}
#article .item.bathadditive sup {
  font-size: 0.5555555556em;
  vertical-align: super;
}
#article .item.bathadditive .heading .series {
  font-size: 1.5555555556em;
  font-weight: bold;
  line-height: 1;
  display: inline-flex;
  align-items: center;
  align-content: start;
  -moz-column-gap: 0.5em;
       column-gap: 0.5em;
}
#article .item.bathadditive .heading .series .s {
  font-size: 0.4285714286em;
  font-weight: 500;
  border-width: 1px;
  border-style: solid;
  padding: 0.4em 0.5em;
  display: inline-block;
  align-content: center;
}
#article .item.bathadditive .heading .name {
  font-size: 1em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2;
  margin-top: 0.2222222222em;
}
#article .item.bathadditive .heading .type {
  font-size: 1em;
  margin-top: 0.7777777778em;
}
#article .item.bathadditive .detail .copy {
  font-size: 0.8888888889em;
  line-height: 1.6;
}
#article .item.bathadditive .detail .ingredients {
  text-align: center;
  line-height: 1.5;
  margin-top: 1em;
  display: grid;
  justify-content: space-between;
  align-items: stretch;
}
#article .item.bathadditive .detail .ingredients .col {
  font-size: 0.8333333333em;
  border-width: 1px;
  border-style: solid;
  border-radius: 0.6666666667em;
  padding: 0.9333333333em 0.6666666667em;
  margin: 0 !important;
  align-content: center;
}
#article .item.bathadditive .detail .ingredients .col .sub {
  font-size: 0.9333333333em;
  line-height: 1.4;
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: 0.5714285714em;
  padding-top: 0.5714285714em;
  display: block;
}
#article .item.bathadditive .detail .spec {
  font-size: 0.8888888889em;
  line-height: 1.6;
  margin-top: 1.25em;
}
#article .item.bathadditive .detail .spec + .spec {
  margin-top: 0.3125em;
}
#article .item.bathadditive .detail .spec .s {
  font-size: 0.625em;
  display: inline-block;
}
#article .item.bathadditive .detail .annotation {
  font-size: 0.5555555556em;
  line-height: 1.6;
  margin-top: 1.5em;
}
#article .item.bathadditive .detail .annotation li {
  text-indent: -2em;
  padding-left: 2em;
}
#article .item.bathadditive .detail .annotation li + li {
  margin-top: 0.4em;
}
#article .item.bathadditive {
  /* powder: 画像左 / テキスト右、2カラム成分 */
}
#article .item.bathadditive.powder .package {
  margin-left: -4%;
}
#article .item.bathadditive.powder .detail .ingredients {
  grid-template-columns: repeat(2, 48%);
}
#article .item.bathadditive.powder .detail .ingredients .col:last-child {
  font-size: 0.8333333333em;
}
#article .item.bathadditive.powder .detail .ingredients .col:last-child .sub {
  font-size: 0.8em;
}
#article .item.bathadditive.powder .detail .ingredients .col.main {
  margin-top: 0.2727272727em;
}
#article .item.bathadditive.powder .detail .ingredients .col .sub {
  display: block;
}
#article .item.bathadditive {
  /* milk: テキスト左 / 画像右（左右反転）、1カラム成分 */
}
#article .item.bathadditive.milk .package {
  margin-right: -8.6%;
}
#article .item.bathadditive.milk .detail .ingredients {
  grid-template-columns: 1fr;
}
#article .item.bathadditive.milk .detail .ingredients .head {
  font-size: 1.2222222222em;
}
#article .item.bathadditive.milk .detail .ingredients .head .rate {
  font-size: 0.8636363636em;
  margin-left: 0.4210526316em;
}
#article .item.bathadditive.milk .detail .ingredients .head .rate strong {
  font-weight: normal;
  font-size: 1.9473684211em;
  line-height: 1;
}
#article .item.bathadditive.milk .detail .ingredients .sub {
  font-size: 0.8333333333em;
  line-height: 1.7;
  margin-top: 0.8em;
}
@media screen and (min-width: 640.1px) {
  #article .item {
    font-size: 18px;
  }
  #article .item.bathadditive .package {
    grid-column: 1/span 1;
    grid-row: 1/span 2;
  }
  #article .item.bathadditive .heading {
    grid-column: 2/span 1;
    grid-row: 1/span 1;
  }
  #article .item.bathadditive .detail {
    grid-column: 2/span 1;
    grid-row: 2/span 1;
  }
  #article .item.bathadditive.milk {
    grid-template-columns: auto 50%;
  }
  #article .item.bathadditive.milk .package {
    grid-column: 2/span 1;
  }
  #article .item.bathadditive.milk .heading {
    grid-column: 1/span 1;
  }
  #article .item.bathadditive.milk .detail {
    grid-column: 1/span 1;
  }
}
@media screen and (max-width: 640px) {
  #article .item {
    grid-template-columns: 1fr;
    row-gap: 1.1111111111em;
  }
  #article .item.bathadditive .heading .series {
    font-size: 1.7777777778em;
  }
  #article .item.bathadditive .heading .name {
    font-size: 1.1666666667em;
  }
  #article .item.bathadditive .heading .type {
    font-size: 1.1666666667em;
  }
  #article .item.bathadditive .detail .copy {
    font-size: 1em;
  }
  #article .item.bathadditive .detail .ingredients {
    margin-top: 1.3888888889em;
  }
  #article .item.bathadditive .detail .ingredients .col {
    font-size: 1em;
  }
  #article .item.bathadditive .detail .spec {
    font-size: 1em;
  }
  #article .item.bathadditive .detail .annotation {
    font-size: 0.6666666667em;
    margin-top: 1em;
  }
}
@media screen and (min-width: 640.1px) and (max-width: 1220px) {
  #article .item {
    font-size: 1.1475409836vw;
  }
}
@media screen and (min-width: 1700.1px) {
  #article .item {
    font-size: 17px;
    font-size: 0.9994121105vw;
  }
}
@media screen and (min-width: 1920.1px) {
  #article .item {
    font-size: 19.18px;
  }
}

/* ------------------------------------------------
 movie
------------------------------------------------ */
#article #movie {
  margin: 12rem 0;
  padding: 12rem 0;
  position: relative;
}
#article #movie h2 {
  margin-top: 0;
}
#article #movie::before {
  content: "";
  background-color: #e6dbda;
  width: 100vw;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 640px) {
  #article #movie {
    margin: 4rem 0;
    padding: 4rem 0;
  }
}