html {
  scroll-behavior: smooth;
}

#dcs-02 {
  background: #fadce2;
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .dcs-wrap {
    padding-top: 12.5rem;
    padding-bottom: 14.375rem;
  }
}
@media only screen and (max-width: 48em) {
  .dcs-wrap {
    padding-top: 10rem;
    padding-bottom: 7.5rem;
  }
}

.dcs-section {
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .dcs-section {
    width: 68.75rem;
  }
}
@media only screen and (max-width: 48em) {
  .dcs-section {
    padding: 0 1.25rem;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .dcs-section + .dcs-section {
    margin-top: 6.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .dcs-section + .dcs-section {
    margin-top: 4.375rem;
  }
}

.section-box {
  background: #fff;
  position: relative;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .section-box {
    border-radius: 0.625rem;
    box-shadow: 0px 0px 10px rgba(101, 99, 69, 0.2);
  }
}
@media only screen and (max-width: 48em) {
  .section-box {
    border-radius: 0.625rem;
    box-shadow: 0px 0px 10px rgba(101, 99, 69, 0.2);
    padding: 2.5rem 2.3125rem;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .section-title {
    margin-bottom: 3.75rem;
  }
}

.contents01 .section-box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .contents01 .section-box {
    background-image: url(../../img/dcs/page02/nurie-bg.png);
    background-repeat: no-repeat;
    background-position: center left -1.75rem;
    background-size: 47.5rem auto;
    padding-right: 5.4375rem;
    height: 40.9375rem;
  }
}
@media only screen and (max-width: 48em) {
  .contents01 .section-box {
    background-image: url(../../img/dcs/page02/nurie-bg_sp.png);
    background-repeat: no-repeat;
    flex-direction: column-reverse;
    height: 35rem;
    background-position: bottom 1.875rem center;
    background-size: 100% auto;
    padding-top: 1.75rem;
  }
}

.nurie-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .nurie-inner {
    width: 25.25rem;
    margin-left: auto;
    margin-right: 0;
  }
}
@media only screen and (max-width: 48em) {
  .nurie-inner {
    margin-bottom: 2.1875rem;
  }
}
.nurie-inner .text01 {
  color: #418fde;
  font-weight: 700;
  letter-spacing: 0.1em;
  position: relative;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .nurie-inner .text01 {
    font-size: 1.625rem;
    margin-bottom: 2.1875rem;
  }
}
@media only screen and (max-width: 48em) {
  .nurie-inner .text01 {
    font-size: 1.625rem;
    margin-bottom: 0.75rem;
  }
}
.nurie-inner .text01::before {
  display: block;
  content: "";
  background: url(../../img/dcs/page02/text01-bar.png) no-repeat center center;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .nurie-inner .text01::before {
    background-size: auto 2.125rem;
    width: 0.875rem;
    height: 2.125rem;
    position: absolute;
    top: 0.375rem;
    left: -1.5625rem;
  }
}
@media only screen and (max-width: 48em) {
  .nurie-inner .text01::before {
    background-size: auto 2.125rem;
    width: 0.875rem;
    height: 2.125rem;
    position: absolute;
    top: 0.375rem;
    left: -1.5625rem;
  }
}
.nurie-inner .text01::after {
  display: block;
  content: "";
  background: url(../../img/dcs/page02/text01-bar.png) no-repeat center center;
  transform: scale(-1, 1);
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .nurie-inner .text01::after {
    background-size: auto 2.125rem;
    width: 0.875rem;
    height: 2.125rem;
    position: absolute;
    top: 0.375rem;
    right: -1.5625rem;
  }
}
@media only screen and (max-width: 48em) {
  .nurie-inner .text01::after {
    background-size: auto 2.125rem;
    width: 0.875rem;
    height: 2.125rem;
    position: absolute;
    top: 0.375rem;
    right: -1.5625rem;
  }
}
.nurie-inner .text02 {
  color: #ed7a94;
  font-weight: 700;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .nurie-inner .text02 {
    font-size: 1.875rem;
    margin-bottom: 0.625rem;
  }
}
@media only screen and (max-width: 48em) {
  .nurie-inner .text02 {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .nurie-inner .text02 span {
    font-size: 3.125rem;
  }
}
@media only screen and (max-width: 48em) {
  .nurie-inner .text02 span {
    font-size: 2.1875rem;
  }
}
.nurie-inner .text03 {
  color: #418fde;
  font-weight: 700;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .nurie-inner .text03 {
    font-size: 2rem;
    margin-bottom: 1.0625rem;
  }
}
@media only screen and (max-width: 48em) {
  .nurie-inner .text03 {
    font-size: 1.25rem;
  }
}
.nurie-inner .c-button {
  background-image: unset;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .nurie-inner .c-button {
    width: 16.25rem;
    height: 3.75rem;
    box-shadow: 0 8px 0 #9bcfeb;
  }
}
@media only screen and (max-width: 48em) {
  .nurie-inner .c-button {
    position: absolute;
    bottom: 2.125rem;
    width: 18.75rem;
    height: 3.75rem;
  }
}
.nurie-inner .c-button::before {
  display: block;
  content: "";
  background: url(../../img/dcs/common/pdf-icon.png) no-repeat center center/cover;
  position: absolute;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .nurie-inner .c-button::before {
    width: 1.5625rem;
    height: 1.75rem;
    left: 2.1875rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
@media only screen and (max-width: 48em) {
  .nurie-inner .c-button::before {
    width: 1.5625rem;
    height: 1.75rem;
    left: 2.1875rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
}
.nurie-inner .c-button:hover {
  box-shadow: 0 3px 0 #9bcfeb;
  transform: translateY(3px);
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .monthly-nurie {
    position: absolute;
    top: 9.5rem;
    left: 12.9375rem;
  }
}
@media only screen and (max-width: 48em) {
  .monthly-nurie {
    position: relative;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .monthly-nurie img {
    width: 17.6875rem;
    height: 25rem;
  }
}
@media only screen and (max-width: 48em) {
  .monthly-nurie img {
    width: 10rem;
    height: 14.125rem;
  }
}
.monthly-nurie .month {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: absolute;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .monthly-nurie .month {
    width: 14.0625rem;
    height: 7.5rem;
    padding-top: 1.25rem;
    background: url(../../img/dcs/page02/nurie-fukidashi.png) no-repeat center center/cover;
    top: -4.625rem;
    left: -6.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .monthly-nurie .month {
    width: 7.6875rem;
    height: 3.625rem;
    padding-top: 0.5rem;
    background: url(../../img/dcs/page02/nurie-fukidashi.png) no-repeat center center/cover;
    top: -1.625rem;
    left: -4.375rem;
  }
}
.monthly-nurie .month p {
  font-weight: 700;
  color: #418fde;
  transform: rotate(-10deg);
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .monthly-nurie .month p {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 48em) {
  .monthly-nurie .month p {
    font-size: 1.0625rem;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .monthly-nurie .month span {
    font-size: 2.5rem;
  }
}
@media only screen and (max-width: 48em) {
  .monthly-nurie .month span {
    font-size: 1.3125rem;
  }
}

.contents-movie {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .contents-movie {
    width: 65rem;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 48em) {
  .contents-movie {
    flex-direction: column;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .contents-movie .movie {
    width: 31.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .contents-movie .movie + .movie {
    margin-top: 1.875rem;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .contents-movie .movie iframe {
    width: 31.25rem;
    height: 17.5rem;
    border-radius: 1.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .contents-movie .movie iframe {
    width: 23.375rem;
    height: 13.125rem;
    border-radius: 1.25rem;
  }
}
.contents-movie .movie p {
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .contents-movie .movie p {
    margin-top: 1.1875rem;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 48em) {
  .contents-movie .movie p {
    margin-top: 0.5625rem;
    font-size: 1rem;
  }
}

.contents03 .section-box {
  background-image: url(../../img/dcs/page02/skincare-img.png);
  background-repeat: no-repeat;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .contents03 .section-box {
    padding: 3.5rem 4.0625rem 0;
    background-position: bottom 6.875rem right 3.1875rem;
    background-size: 18.4375rem auto;
  }
}
@media only screen and (max-width: 48em) {
  .contents03 .section-box {
    padding: 2.5rem 1rem 0;
    background-position: right 1.5rem bottom 5.125rem;
    background-size: 8.625rem auto;
  }
}

.skincare-category {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.skincare-category::after {
  display: block;
  content: "";
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .skincare-category::after {
    width: 18.75rem;
  }
}
@media only screen and (max-width: 48em) {
  .skincare-category::after {
    width: 10.375rem;
  }
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .skincare-contents {
    width: 18.75rem;
    margin-bottom: 5.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .skincare-contents {
    width: 10.375rem;
    margin-bottom: 2.5rem;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .skincare-contents p {
    width: 14.0625rem;
    margin: 0 auto 0.9375rem;
  }
}
@media only screen and (max-width: 48em) {
  .skincare-contents p {
    width: 7.75rem;
    margin: 0 auto 0.5rem;
  }
}
.skincare-contents p img {
  width: 100%;
  height: auto;
}

.skincare-contents .thumbnail {
  overflow: hidden;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .skincare-contents .thumbnail {
    border-radius: 0.625rem;
    width: 100%;
    height: 14.0625rem;
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 48em) {
  .skincare-contents .thumbnail {
    border-radius: 0.625rem;
    width: 100%;
    height: 7.8125rem;
    margin-bottom: 0.625rem;
  }
}
.skincare-contents .thumbnail img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .skincare-contents .c-button {
    width: 17.5rem;
    height: 3.75rem;
    font-size: 1.375rem;
    box-shadow: 0 8px 0 #9bcfeb;
  }
}
@media only screen and (max-width: 48em) {
  .skincare-contents .c-button {
    width: 9.375rem;
    height: 2.25rem;
    font-size: 0.8125rem;
    letter-spacing: 0.06em;
    box-shadow: 0 2px 0 #9bcfeb;
    background-position: right 1.0625rem center;
    background-size: 0.3125rem auto;
  }
}
.skincare-contents .c-button:hover {
  box-shadow: 0 3px 0 #9bcfeb;
  transform: translateY(3px);
}
.skincare-contents .c-button::before {
  display: none;
}

@media only screen and (min-width: calc(48em + 0.01px)) {
  .dcs-section.contents04 {
    margin-bottom: 9.375rem;
  }
}
@media only screen and (max-width: 48em) {
  .dcs-section.contents04 {
    margin-bottom: 4.625rem;
    padding: 0 1.6875rem;
  }
}

.characters {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.characters li img {
  width: 100%;
  height: auto;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .characters li:first-child {
    width: 75.6875rem;
    margin: 0 auto 3.0625rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .characters li:first-child img {
    width: 28.6875rem;
    height: auto;
  }
}
@media only screen and (max-width: 48em) {
  .characters li:first-child {
    width: 18.75rem;
    height: auto;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .characters li:nth-child(2) {
    width: 31.0625rem;
  }
}
@media only screen and (max-width: 48em) {
  .characters li:nth-child(2) {
    width: 20.25rem;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .characters li:last-child {
    width: 35.9375rem;
  }
}
@media only screen and (max-width: 48em) {
  .characters li:last-child {
    width: 22.5rem;
  }
}
@media only screen and (max-width: 48em) {
  .characters li + li {
    margin-top: 2.375rem;
  }
}

.next-button {
  background-color: #fffde6;
  border: 3px solid #e3e1c5;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .next-button {
    box-shadow: 0 12px 0 #e3e1c5;
  }
}
@media only screen and (max-width: 48em) {
  .next-button {
    box-shadow: 0 5px 0 #e3e1c5;
  }
}
.next-button:hover {
  box-shadow: 0 7px 0 #e3e1c5;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .next-button p span {
    font-size: 2.375rem;
  }
}

.modal-contents {
  background-color: #fff;
  overflow-y: scroll;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .modal-contents {
    width: 68.75rem;
    height: 70%;
    margin: auto;
    border-radius: 0.625rem;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 48em) {
  .modal-contents {
    width: 24.625rem;
    max-height: calc(100lvh - 10.625rem);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    margin: 5.3125rem auto;
    border-radius: 0.625rem;
    align-items: flex-start;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .modal-contents img.care-modal {
    width: 62.5rem;
  }
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .anchor_link {
    scroll-margin-top: 9.375rem;
  }
}
@media only screen and (max-width: 48em) {
  .anchor_link {
    scroll-margin-top: 9.375rem;
  }
}

.header-nav__item:nth-child(2) a p {
  position: relative;
  color: #ed7a94;
}
@media only screen and (min-width: calc(48em + 0.01px)) {
  .header-nav__item:nth-child(2) a p::after {
    display: block;
    content: "";
    background: url(../../../img/dcs/common/nav-bar.png) no-repeat center center/cover;
    width: 100%;
    height: 0.3125rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -0.3125rem;
  }
}
@media only screen and (max-width: 48em) {
  .header-nav__item:nth-child(2) a p::after {
    display: block;
    content: "";
    background: url(../../../img/dcs/common/nav-bar.png) no-repeat center center/cover;
    width: 100%;
    height: 0.3125rem;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -0.3125rem;
  }
}/*# sourceMappingURL=page02.css.map */