@charset "UTF-8";
.dd_beauty {
  padding-bottom: 180px;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.7777777778;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .dd_beauty {
    padding-bottom: 80px;
  }
}
.dd_beauty * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dd_beauty img {
  vertical-align: bottom;
  width: 100%;
}
.dd_beauty a {
  color: #333;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.dd_beauty a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.dd_beauty sub {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .dd_beauty sub {
    font-size: 11px;
  }
}
.dd_beauty .for-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .dd_beauty .for-sp {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .dd_beauty .for-pc {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .dd_beauty {
    font-size: 14px;
    line-height: 1.7;
  }
}
.dd_beauty .mainvisual {
  position: relative;
}
.dd_beauty .mainvisual .header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  padding: min(70px, 3.6458333333vw) min(80px, 4.1666666667vw) 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .dd_beauty .mainvisual .header {
    padding: 20px 16px 0;
  }
}
.dd_beauty .mainvisual .header .logo {
  width: 644px;
}
@media screen and (max-width: 1050px) {
  .dd_beauty .mainvisual .header .logo {
    width: 60vw;
  }
}
@media screen and (max-width: 767px) {
  .dd_beauty .mainvisual .header .logo {
    width: 45.9677419355vw;
  }
}
.dd_beauty .mainvisual .header .logo a {
  display: block;
}
.dd_beauty .mainvisual .header .logo a img {
  vertical-align: middle;
}
.dd_beauty .mainvisual .header .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(55px, 2.8645833333vw);
}
@media screen and (max-width: 767px) {
  .dd_beauty .mainvisual .header .nav {
    gap: 16px;
  }
}
.dd_beauty .mainvisual .header .nav a {
  font-size: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .dd_beauty .mainvisual .header .nav a {
    font-size: 10px;
  }
}
.dd_beauty .mainvisual .news {
  position: absolute;
  left: min(80px, 4.1666666667vw);
  bottom: min(40px, 2.0833333333vw);
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .dd_beauty .mainvisual .news {
    font-size: 12px;
    left: 16px;
    bottom: 16px;
  }
}
.dd_beauty .mainvisual .news span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-right: 24px;
}
.dd_beauty .mainvisual .news span:after {
  content: "";
  width: 1px;
  height: 24px;
  background: #333333;
}
.dd_beauty .section {
  padding-top: 100px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .section {
    padding-top: 40px;
  }
}
.dd_beauty .title {
  font-size: 56px;
  margin: 0 0 50px;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .dd_beauty .title {
    font-size: 28px;
    margin-bottom: 30px;
  }
}
.dd_beauty .notes {
  margin-top: 50px;
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  text-align: right;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .notes {
    margin-top: 30px;
    font-size: 12px;
  }
}
.dd_beauty .notes-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 10px;
}
.dd_beauty a.official, .dd_beauty a.rakuten {
  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;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.dd_beauty a.official:before, .dd_beauty a.rakuten:before {
  content: "";
  background: url("/cms/img/usr/daily_delight/icon_cart.png") no-repeat center/100% auto;
}
.dd_beauty a.official {
  background: #666666;
}
.dd_beauty a.rakuten {
  background: #B3B3B3;
}
.dd_beauty #about {
  background: url("/cms/img/usr/daily_delight/bg_about_pc.png") no-repeat center top/100% auto;
}
@media screen and (max-width: 767px) {
  .dd_beauty #about {
    background-image: url("/cms/img/usr/daily_delight/bg_about_sp.png");
  }
}
.dd_beauty .about-block {
  padding-bottom: 120px;
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .dd_beauty .about-block {
    padding: 0 20px 60px;
  }
}
.dd_beauty .about-title {
  font-size: 48px;
  line-height: 1.3333333333;
  margin: 0 0 50px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .dd_beauty .about-title {
    font-size: 20px;
    margin-bottom: 30px;
  }
}
.dd_beauty .about-block p {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .dd_beauty .about-block p {
    display: block;
  }
}
.dd_beauty .about-block p span {
  display: block;
  text-align: right;
  font-size: 14px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .about-block p span {
    margin-top: 15px;
    font-size: 11px;
  }
}
.dd_beauty .about-block._col {
  background: #FFF;
  padding-top: 100px;
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .about-block._col {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.dd_beauty .about-img {
  max-width: 752px;
  width: calc(100% - 36px);
  margin: 50px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .about-img {
    margin-top: 30px;
    gap: 12px;
  }
}
.dd_beauty .about-block._seibun {
  background: #F1F4F7;
  padding-top: 100px;
  padding-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .about-block._seibun {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
.dd_beauty .about-seibun-wrap {
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .about-seibun-wrap {
    padding-inline: 7px;
  }
}
.dd_beauty .about-seibun {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .about-seibun {
    margin-top: 40px;
  }
}
.dd_beauty .about-seibun > dt {
  font-size: 24px;
  margin-bottom: 30px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .dd_beauty .about-seibun > dt {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.dd_beauty .about-seibun__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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 70px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .about-seibun__list {
    gap: 20px 10px;
  }
}
.dd_beauty .about-seibun__list-item {
  width: 186px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .dd_beauty .about-seibun__list-item {
    width: calc((100% - 20px) / 3);
  }
}
.dd_beauty .about-seibun__list-item span {
  display: block;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .dd_beauty .about-seibun__list-item span {
    margin-top: 10px;
    font-size: 12px;
  }
}
.dd_beauty .about-seibun__col-lead {
  display: block;
  font-size: 28px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .dd_beauty .about-seibun__col-lead {
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .dd_beauty .about-seibun__col-lead {
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.dd_beauty .about-seibun__col-box {
  max-width: 1200px;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.6666666667%;
}
@media screen and (max-width: 767px) {
  .dd_beauty .about-seibun__col-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dd_beauty .about-seibun__col-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .dd_beauty .about-seibun__col-img {
    width: 100%;
    margin-bottom: 10px;
  }
}
.dd_beauty .about-seibun__col-desc {
  text-align: left;
  width: 46.5%;
}
@media screen and (max-width: 767px) {
  .dd_beauty .about-seibun__col-desc {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-inline: auto;
  }
}
@media screen and (max-width: 767px) {
  .dd_beauty .about-seibun__col:has(.about-seibun__col-lead) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dd_beauty .about-seibun__col:has(.about-seibun__col-lead) .about-seibun__col-lead {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .dd_beauty .about-seibun__col:has(.about-seibun__col-lead) .about-seibun__col-box {
    display: contents;
  }
  .dd_beauty .about-seibun__col:has(.about-seibun__col-lead) .about-seibun__col-img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .dd_beauty .about-seibun__col:has(.about-seibun__col-lead) .about-seibun__col-desc {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.dd_beauty .about-block._aroma {
  padding-top: 100px;
  background: url("/cms/img/usr/daily_delight/bg_about-aroma.png") no-repeat center bottom/100% auto;
  padding-bottom: 360px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .about-block._aroma {
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
.dd_beauty .about-aroma {
  margin-top: 100px;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .dd_beauty .about-aroma {
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .dd_beauty .about-aroma {
    margin-top: 40px;
    font-size: 14px;
  }
}
.dd_beauty .about-aroma__tag {
  font-size: 32px;
  margin-bottom: 20px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .dd_beauty .about-aroma__tag {
    margin-bottom: 20px;
    font-size: 20px;
  }
}
.dd_beauty .about-aroma__lead {
  font-size: 36px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .dd_beauty .about-aroma__lead {
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .dd_beauty .about-aroma__lead {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .dd_beauty .about-aroma p {
    text-align: left;
  }
}
.dd_beauty .about-aroma__list {
  margin-top: 50px;
  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;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 110px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .about-aroma__list {
    width: 80%;
    margin: 20px auto 0;
    gap: 8px;
  }
}
.dd_beauty .about-aroma__list li {
  width: 160px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .dd_beauty .about-aroma__list li {
    width: calc((100% - 16px) / 3);
  }
}
.dd_beauty .about-aroma__list li span {
  display: block;
  margin-top: 10px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .about-aroma__list li span {
    font-size: 12px;
  }
}
.dd_beauty #lineup {
  background: #F1F4F7;
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .dd_beauty #lineup {
    padding-bottom: 70px;
  }
}
.dd_beauty .lineup-block {
  width: 100%;
  max-width: 1232px;
  padding-inline: 16px;
  margin: 0 auto 100px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-block {
    margin-bottom: 50px;
  }
}
.dd_beauty .lineup-block:last-child {
  margin-bottom: 0;
}
.dd_beauty .lineup-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 3.3333333333%;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-inline: 10px;
  }
}
@media screen and (min-width: 768px) {
  .dd_beauty .lineup-box:has(.lineup-more) {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}
.dd_beauty .lineup-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-img {
    margin-bottom: 10px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.dd_beauty .lineup-desc {
  width: 46.6666666667%;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-desc {
    width: 100%;
    display: contents;
  }
}
@media screen and (min-width: 768px) {
  .dd_beauty .lineup-desc:has(.lineup-more) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dd_beauty .lineup-title {
  margin: 0 0 30px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-title {
    margin-bottom: 15px;
    font-size: 14px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }
}
.dd_beauty .lineup-name {
  display: block;
  font-size: 40px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-name {
    font-size: 20px;
  }
}
.dd_beauty .lineup-name span {
  background: #333333;
  display: inline-block;
  color: #FFF;
  font-size: 20px;
  padding: 2px 10px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-name span {
    font-size: 12px;
  }
}
.dd_beauty .lineup-name:has(span) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
@media screen and (max-width: 1050px) {
  .dd_beauty .lineup-name:has(span) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-name:has(span) {
    -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;
    gap: 10px;
  }
}
@media screen and (min-width: 768px) {
  .dd_beauty .lineup-detail:has(+ .lineup-more) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-detail {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.dd_beauty .lineup-detail span {
  display: block;
  margin-top: 10px;
  font-size: 14px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-detail span {
    font-size: 11px;
    margin-top: 15px;
  }
}
.dd_beauty .lineup-btn {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-btn {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dd_beauty .lineup-btn a.official, .dd_beauty .lineup-btn a.rakuten {
  width: calc((100% - 12px) / 2);
  max-width: 268px;
  height: 64px;
  font-size: 24px;
  gap: 12px;
  border-radius: 1px;
}
@media screen and (min-width: 768px) {
  .dd_beauty .lineup-btn a.official, .dd_beauty .lineup-btn a.rakuten {
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-btn a.official, .dd_beauty .lineup-btn a.rakuten {
    max-width: 100%;
    width: 100%;
    height: 48px;
    font-size: 16px;
  }
}
.dd_beauty .lineup-btn a.official:before, .dd_beauty .lineup-btn a.rakuten:before {
  width: 26px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-btn a.official:before, .dd_beauty .lineup-btn a.rakuten:before {
    width: 22px;
    height: 20px;
  }
}
.dd_beauty .lineup-more,
.dd_beauty .lineup-close {
  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: 100%;
  font-size: 24px;
  background: none;
  border: none;
  border-bottom: 1px solid #333333;
  padding: 10px;
  gap: 25px;
  cursor: pointer;
  color: #333;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .dd_beauty .lineup-more,
  .dd_beauty .lineup-close {
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-more,
  .dd_beauty .lineup-close {
    font-size: 16px;
    gap: 15px;
  }
}
.dd_beauty .lineup-more span,
.dd_beauty .lineup-close span {
  position: relative;
  width: 20px;
  height: 20px;
  display: block;
}
.dd_beauty .lineup-more {
  margin-top: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-more {
    margin-top: 30px;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.dd_beauty .lineup-more span:after {
  display: block;
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-more span:after {
    width: 8px;
    height: 8px;
  }
}
.dd_beauty .lineup-more.is-hidden {
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .dd_beauty .lineup-more:hover {
    opacity: 0.7;
  }
}
.dd_beauty .lineup-close {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-close {
    margin-top: 50px;
  }
}
.dd_beauty .lineup-close span:before, .dd_beauty .lineup-close span:after {
  display: block;
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #333333;
  top: 50%;
  right: 50%;
}
.dd_beauty .lineup-close span:before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.dd_beauty .lineup-close span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.dd_beauty .lineup-moreConts {
  display: none;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-moreConts {
    margin-top: 0;
  }
}
.dd_beauty .lineup-moreConts-block {
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-moreConts-block {
    margin-top: 50px;
  }
}
.dd_beauty .lineup-moreConts-block:first-child {
  margin-top: 0;
}
.dd_beauty .lineup-moreConts-block._col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 3.3333333333%;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-moreConts-block._col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.dd_beauty .lineup-moreConts-title {
  margin: 0 0 50px;
  padding: 0 0 10px;
  font-size: 40px;
  border-bottom: 1px solid #333333;
  text-align: center;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-moreConts-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
.dd_beauty .lineup-moreConts-col-desc {
  width: 46.6666666667%;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-moreConts-col-desc {
    width: 100%;
    display: contents;
  }
}
@media screen and (min-width: 768px) {
  .dd_beauty .lineup-moreConts-col-desc .lineup-moreConts-title {
    text-align: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.dd_beauty .lineup-moreConts-col-img {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-moreConts-col-img {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-inline: 20px;
  }
}
.dd_beauty .lineup-moreConts-col-yakuwari {
  margin-top: 80px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-moreConts-col-yakuwari {
    margin-top: 15px;
    padding-inline: 20px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 14px;
  }
}
.dd_beauty .lineup-moreConts-col-yakuwari dt {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  gap: 12px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-moreConts-col-yakuwari dt {
    font-size: 18px;
    gap: 8px;
  }
}
.dd_beauty .lineup-moreConts-col-yakuwari dt:before {
  content: "";
  background: url("/cms/img/usr/daily_delight/icon_check.png") no-repeat center/100% auto;
  width: 24px;
  height: 24px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-moreConts-col-yakuwari dt:before {
    width: 20px;
    height: 20px;
  }
}
.dd_beauty .lineup-moreConts-col-yakuwari dd:has(+ dt) {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-moreConts-col-yakuwari dd:has(+ dt) {
    margin-bottom: 15px;
  }
}
.dd_beauty .lineup-moreConts-mutenka {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 800px;
  width: calc(100% - 40px);
  margin-inline: auto;
  gap: 24px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-moreConts-mutenka {
    gap: 9px;
  }
}
.dd_beauty .lineup-moreConts-mutenka li {
  position: relative;
  background: #FFF;
  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: calc((100% - 72px) / 4);
  aspect-ratio: 1/1;
  border: 1px solid #666666;
  border-radius: 50%;
  text-align: center;
  font-size: 26px;
  overflow: hidden;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-moreConts-mutenka li {
    width: calc((100% - 27px) / 4);
    font-size: 2.8vw;
  }
}
.dd_beauty .lineup-moreConts-mutenka li:after {
  position: absolute;
  display: block;
  content: "";
  background: #666666;
  width: 110%;
  height: 1px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.dd_beauty .lineup-moreConts-seibun {
  background: #FFF;
  margin-bottom: 40px;
  padding: 32px 40px 55px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-moreConts-seibun {
    margin-bottom: 15px;
    padding: 13px 10px 30px;
  }
}
.dd_beauty .lineup-moreConts-seibun > dt {
  margin-bottom: 40px;
  padding-bottom: 20px;
  display: block;
  font-size: 36px;
  text-align: center;
  border-bottom: 1px dashed #707070;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-moreConts-seibun > dt {
    margin: 0 30px 15px;
    padding-bottom: 10px;
    font-size: 20px;
  }
}
.dd_beauty .lineup-moreConts-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px 60px;
  padding-inline: 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1050px) {
  .dd_beauty .lineup-moreConts-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-moreConts-head {
    margin-bottom: 40px;
  }
}
.dd_beauty .lineup-moreConts-head-item {
  max-width: 860px;
  width: 100%;
  margin-inline: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-moreConts-head-item {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.dd_beauty .lineup-moreConts-head-img {
  width: 186px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-moreConts-head-img {
    width: 128px;
    margin: 0 auto 10px;
  }
}
.dd_beauty .lineup-moreConts-head-desc {
  width: calc(100% - 216px);
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-moreConts-head-desc {
    width: 100%;
  }
}
.dd_beauty .lineup-moreConts-head-desc dt {
  margin-bottom: 10px;
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .dd_beauty .lineup-moreConts-head-desc dt {
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-moreConts-head-desc dt {
    font-size: 16px;
    text-align: center;
  }
}
.dd_beauty .lineup-moreConts-body-lead {
  margin-bottom: 30px;
  text-align: center;
  font-size: 32px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-moreConts-body-lead {
    margin-bottom: 10px;
    font-size: 18px;
  }
}
.dd_beauty .lineup-moreConts-body-lead span {
  font-size: 24px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-moreConts-body-lead span {
    font-size: 14px;
  }
}
.dd_beauty .lineup-moreConts-body-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-moreConts-body-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px 40px;
  }
}
.dd_beauty .lineup-moreConts-body-list li {
  width: 186px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-moreConts-body-list li {
    width: calc((100vw - 74px) / 3);
  }
}
.dd_beauty .lineup-moreConts-body-list li span {
  display: block;
  margin-top: 10px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .lineup-moreConts-body-list li span {
    font-size: 12px;
  }
}
.dd_beauty .lineup-moreConts-body-list:has(li:last-child:nth-child(5)) {
  gap: 20px 10px;
}
.dd_beauty #qa {
  padding-bottom: 120px;
}
@media screen and (max-width: 767px) {
  .dd_beauty #qa {
    padding-bottom: 55px;
  }
}
.dd_beauty .qa-block {
  position: relative;
  width: calc(100% - 54px);
  max-width: 960px;
  margin-inline: auto;
  border-bottom: 1px solid #707070;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.dd_beauty .qa-block:after {
  display: block;
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  top: 30px;
  right: 10px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .qa-block:after {
    top: auto;
    bottom: 26px;
    right: 5px;
    width: 8px;
    height: 8px;
  }
}
.dd_beauty .qa-block.is-open:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .dd_beauty .qa-block.is-open:after {
    bottom: 22px;
  }
}
.dd_beauty .qa-block dt,
.dd_beauty .qa-block .qa-block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 15px;
  font-size: 20px;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .qa-block dt,
  .dd_beauty .qa-block .qa-block-item {
    padding-right: 20px;
    font-size: 14px;
    gap: 5px;
  }
}
.dd_beauty .qa-block dt span,
.dd_beauty .qa-block .qa-block-item span {
  font-family: "ヒラギノ角ゴ Pro W3", sans-serif;
  font-size: 40px;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 767px) {
  .dd_beauty .qa-block dt span,
  .dd_beauty .qa-block .qa-block-item span {
    font-size: 24px;
  }
}
.dd_beauty .qa-block dt {
  cursor: pointer;
}
.dd_beauty .qa-block dd {
  display: none;
  padding-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .qa-block dd {
    padding-bottom: 10px;
  }
}
.dd_beauty .fix-btn {
  display: none;
  left: 50%;
  bottom: 30px;
  position: fixed;
  max-width: 1200px;
  width: calc(100% - 30px);
  border-radius: 12px;
  background: #FFF;
  -webkit-box-shadow: 2px 5px 8px -5px rgba(51, 51, 51, 0.24);
          box-shadow: 2px 5px 8px -5px rgba(51, 51, 51, 0.24);
  padding: 20px min(50px, 2.6041666667vw);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .dd_beauty .fix-btn {
    bottom: 10px;
    padding: 10px;
  }
}
.dd_beauty .fix-btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.dd_beauty .fix-btn span {
  margin-left: min(20px, 1.0416666667vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: min(20px, 1.0416666667vw);
  font-size: 32px;
  font-weight: 500;
  color: #23939F;
}
@media screen and (min-width: 768px) {
  .dd_beauty .fix-btn span {
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .dd_beauty .fix-btn span {
    font-size: 14px;
    gap: 8px;
    margin-left: 10px;
    line-height: 1.2857142857;
    text-align: center;
  }
}
.dd_beauty .fix-btn span:before {
  content: "";
  background: url("/cms/img/usr/daily_delight/icon_product.png") no-repeat center/100% auto;
  width: 24px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .fix-btn span:before {
    width: 14px;
    height: 35px;
  }
}
.dd_beauty .fix-btn-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: calc(100% - 280px);
}
@media screen and (max-width: 767px) {
  .dd_beauty .fix-btn-link {
    max-width: calc(100% - 96px);
    gap: 8px;
  }
}
.dd_beauty .fix-btn-link a.official, .dd_beauty .fix-btn-link a.rakuten {
  width: calc((100% - 16px) / 2);
  max-width: 360px;
  height: 65px;
  font-size: 32px;
  gap: 16px;
  border-radius: 4px;
}
@media screen and (min-width: 768px) {
  .dd_beauty .fix-btn-link a.official, .dd_beauty .fix-btn-link a.rakuten {
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 767px) {
  .dd_beauty .fix-btn-link a.official, .dd_beauty .fix-btn-link a.rakuten {
    width: calc((100% - 8px) / 2);
    gap: 8px;
    height: 40px;
    font-size: 13px;
  }
}
.dd_beauty .fix-btn-link a.official:before, .dd_beauty .fix-btn-link a.rakuten:before {
  width: 39px;
  height: 36px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .fix-btn-link a.official:before, .dd_beauty .fix-btn-link a.rakuten:before {
    width: 14px;
    height: 13px;
  }
}
.dd_beauty .footer {
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .dd_beauty .footer {
    font-size: 10px;
  }
}/*# sourceMappingURL=daily_delight.css.map */