#d_container {
  overflow: auto;
}
#d_container .wrap {
  width: auto;
}
#d_container #d_topic_path {
  width: 990px;
  margin: 0 auto 20px;
}

.p-cosme-freshstart * {
  box-sizing: border-box;
}
.p-cosme-freshstart a:hover {
  text-decoration: none;
}
.p-cosme-freshstart .u-hover:hover {
  text-decoration: none;
  opacity: 0.6;
}
.p-cosme-freshstart .u-w100 {
  width: 100%;
  height: auto;
}
.p-cosme-freshstart .u-mb0.u-mb0 {
  margin-bottom: 0;
}
.p-cosme-freshstart .u-db-pc {
  display: block;
}
.p-cosme-freshstart .u-db-sp {
  display: none;
}
.p-cosme-freshstart .u-tdu {
  text-decoration: underline;
}
.p-cosme-freshstart .u-tal.u-tal {
  text-align: left;
}
.p-cosme-freshstart .c-container {
  width: 990px;
  margin: 0 auto;
}
.p-cosme-freshstart .c-section:not(:last-child) {
  margin-bottom: 100px;
}
.p-cosme-freshstart .c-section-sub {
  padding-right: 30px;
  padding-left: 30px;
  counter-increment: number;
}
.p-cosme-freshstart .c-section-sub:not(:last-child) {
  margin-bottom: 80px;
}
.p-cosme-freshstart .c-section-head {
  position: relative;
  padding-top: 25px;
  padding-bottom: 20px;
  margin-bottom: 30px;
  line-height: 1.5;
  text-align: center;
  background-color: #33d1f6;
}
.p-cosme-freshstart .c-section-head-icon {
  position: absolute;
  top: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
}
.p-cosme-freshstart .c-head-text {
  font-size: 22px;
  font-weight: bold;
  color: #fef9ae;
}
.p-cosme-freshstart .c-head-text-medium {
  display: block;
  margin-top: 15px;
  font-size: 30px;
  line-height: 1.3;
}
.p-cosme-freshstart .c-head-text-large {
  font-size: 42px;
}
.p-cosme-freshstart .c-head-text-note {
  margin-top: 5px;
  font-size: 18px;
  font-weight: normal;
}
.p-cosme-freshstart .c-head-text-date {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #de42a5;
}
.p-cosme-freshstart .c-section-summary {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.8;
  color: #333;
  text-align: center;
}
.p-cosme-freshstart .c-section-summary:not(:last-of-type) {
  margin-bottom: 26px;
}
.p-cosme-freshstart .c-section-summary--supplement {
  margin-bottom: 26px;
  color: #e143a8;
}
.p-cosme-freshstart .c-note {
  color: #333;
  text-align: center;
}
.p-cosme-freshstart .c-note-title {
  margin-bottom: 14px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
}
.p-cosme-freshstart .c-note-list {
  display: inline-block;
  font-size: 14px;
  line-height: 1.64;
  text-align: left;
}
.p-cosme-freshstart .c-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 20px;
  text-align: center;
}
.p-cosme-freshstart .c-list--col3 {
  grid-template-columns: repeat(3, 1fr);
  overflow: hidden;
}
.p-cosme-freshstart .c-list--col3 .c-list__item-image img {
  width: 100%;
}
.p-cosme-freshstart .c-list--col3-wide {
  gap: 60px;
}
.p-cosme-freshstart .c-list--col3-wide .c-list__item-catch {
  padding: 0;
  font-size: 16px;
  text-decoration: none;
}
.p-cosme-freshstart .c-list--col3-wide .c-list__item-catch--fs14 {
  font-size: 13.5px;
}
.p-cosme-freshstart .c-list__item {
  background-color: #fff;
}
.p-cosme-freshstart .c-list__item > a {
  display: block;
  padding: 18px 20px;
  background-color: #feeeee;
}
.p-cosme-freshstart .c-list__item--flow {
  position: relative;
}
.p-cosme-freshstart .c-list__item--flow::after {
  position: absolute;
  top: 50%;
  right: -20px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-top: 5px solid transparent;
  border-right: 0;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #ccc;
  transform: translateY(-50%);
}
.p-cosme-freshstart .c-list__item * {
  word-break: break-all;
}
.p-cosme-freshstart .c-list__item-catch {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #de42a5;
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 241, 0, 0.5);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}
.p-cosme-freshstart .c-list__item-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  color: 333;
}
.p-cosme-freshstart .c-list__item-image {
  margin-bottom: 13px;
}
.p-cosme-freshstart .c-list__item-image--border {
  border: 1px solid #ccc;
}
.p-cosme-freshstart .c-list__item-image--square {
  background-color: #fff;
}
.p-cosme-freshstart .c-list__item-image img {
  width: 300px;
  height: auto;
}
.p-cosme-freshstart .c-list__item-image-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 340px;
  height: 300px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  background-color: #fff;
  border-radius: 50%;
}
.p-cosme-freshstart .c-list__item-image-circle img {
  width: 250px;
  height: auto;
}
.p-cosme-freshstart .c-list__item-desc {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #333;
}
.p-cosme-freshstart .c-list__item-desc--small {
  font-size: 14px;
}
.p-cosme-freshstart .c-list__item-desc-inner {
  display: inline-block;
}
.p-cosme-freshstart .c-list__item-name {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #000;
}
.p-cosme-freshstart .c-list__item-price {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #333;
}
.p-cosme-freshstart .c-list__item-note {
  width: 100%;
  margin-top: 3px;
  font-size: 12px;
  line-height: 1.4;
  color: #707070;
  text-align: left;
}
.p-cosme-freshstart .c-view-more {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
.p-cosme-freshstart .c-view-more__text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 65px;
  padding-top: 4px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  background-color: #de42a5;
  border-radius: 65px;
}
.p-cosme-freshstart .c-view-more__text::after {
  position: absolute;
  top: 50%;
  right: 16px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-top: 4px solid transparent;
  border-right: 0;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #fff;
  transform: translateY(-50%);
}
.p-cosme-freshstart .c-view-more--has-item-note {
  flex-direction: column;
  align-items: center;
}
.p-cosme-freshstart .c-view-more--has-item-note .c-view-more__text {
  margin-top: 20px;
}
.p-cosme-freshstart .c-view-category {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-top: 60px;
}
.p-cosme-freshstart .c-view-category__text {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 510px;
  height: 76px;
  padding-top: 4px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  color: #de42a5;
  text-align: center;
  background-color: #fff;
  border: 2px solid #de42a5;
}
.p-cosme-freshstart .c-view-category__text::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-top: 7px solid transparent;
  border-right: 0;
  border-bottom: 7px solid transparent;
  border-left: 15px solid #de42a5;
  transform: translateY(-50%);
}
.p-cosme-freshstart__mainvisual {
  margin-bottom: 10px;
  background-color: #fceeed;
  background-image: url("/ec/shop/images/campaign/20250304_cosme_freshstart/bg-mainvisual01.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.p-cosme-freshstart__lead {
  padding-top: 47px;
  padding-bottom: 47px;
  margin-bottom: 13px;
  font-size: 20px;
  line-height: 1.8;
  color: #e143a8;
  text-align: center;
  background-image: url("/ec/shop/images/campaign/20250304_cosme_freshstart/bg-lead01.png");
  background-repeat: no-repeat;
  background-position: center;
}
.p-cosme-freshstart__wrapper {
  background-image: linear-gradient(180deg, rgb(254, 238, 237), rgba(254, 238, 237, 0) 25%, rgb(255, 255, 255) 25%, rgba(255, 255, 255, 0));
}
.p-cosme-freshstart__inner {
  padding-top: 30px;
  background-image: url("/ec/shop/images/campaign/20250304_cosme_freshstart/bg-sakura01.png");
  background-repeat: repeat-y;
  background-position: top -55px center;
}
.p-cosme-freshstart__anchor {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  margin-bottom: 100px;
}
.p-cosme-freshstart__coupon {
  width: calc(100% - 60px);
  padding: 30px 12px;
  margin: 0 auto 30px;
  background-color: #fff;
  border: 2px solid #33d1f6;
  border-radius: 30px;
}
.p-cosme-freshstart__coupon-text {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 20px;
  font-weight: bold;
  color: #de42a5;
}
.p-cosme-freshstart__coupon-head {
  font-size: 20px;
  line-height: 1;
}
.p-cosme-freshstart__coupon-body {
  margin-left: 0;
  font-size: 40px;
  line-height: 1;
}
.p-cosme-freshstart__coupon-button {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
.p-cosme-freshstart__coupon-button-text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: 40px;
  padding-top: 5px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  background-color: #de42a5;
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.p-cosme-freshstart__view-all {
  display: flex;
  justify-content: center;
}
.p-cosme-freshstart__view-all--large {
  width: 100%;
  margin: 60px 0 100px;
}
.p-cosme-freshstart__view-all-text {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 410px;
  height: 76px;
  padding-top: 5px;
  padding-right: 16px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  color: #de42a5;
  text-align: center;
  background-color: #fff;
  border: 2px solid #de42a5;
}
.p-cosme-freshstart__view-all-text::after {
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  border-top: 7px solid transparent;
  border-right: 0;
  border-bottom: 7px solid transparent;
  border-left: 15px solid #de42a5;
  transform: translateY(-50%);
}
.p-cosme-freshstart__view-all-text:link, .p-cosme-freshstart__view-all-text:visited {
  line-height: 1;
  color: #de42a5;
}
.p-cosme-freshstart__view-all-text--large {
  width: 610px;
  padding-right: 0;
  background-color: #de42a5;
  border-radius: 76px;
}
.p-cosme-freshstart__view-all-text--large::after {
  border-left: 15px solid #fff;
}
.p-cosme-freshstart__view-all-text--large:link, .p-cosme-freshstart__view-all-text--large:visited {
  line-height: 1;
  color: #fff;
}
.p-cosme-freshstart__view-all-text-small {
  margin-top: 5px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
}
.p-cosme-freshstart__free-shipping {
  width: calc(100% - 60px);
  padding: 30px 12px;
  margin: 0 auto;
  background-color: #fff;
  border: 2px solid #33d1f6;
  border-radius: 30px;
}
.p-cosme-freshstart__free-shipping-text {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  color: #de42a5;
  text-align: center;
}
.p-cosme-freshstart__video {
  width: 100%;
  max-width: 300px;
  margin: 0 auto 30px;
}
.p-cosme-freshstart__video-inner {
  width: 100%;
  aspect-ratio: 486/864;
}
.p-cosme-freshstart__video-inner video {
  width: 100%;
  height: 100%;
  filter: drop-shadow(0 0 rgba(0, 0, 0, 0));
  border: none;
  outline: none;
}
.p-cosme-freshstart__sns-list-head {
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.4;
  color: #de42a5;
  text-align: center;
}
.p-cosme-freshstart__sns-list-text {
  position: relative;
  display: inline-block;
}
.p-cosme-freshstart__sns-list-decoration {
  position: absolute;
  bottom: 0;
  left: -1em;
}
.p-cosme-freshstart__sns-list-decoration:last-child {
  right: -1em;
  left: auto;
}
.p-cosme-freshstart__spring-list-head {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100px;
  max-height: 110px;
  padding: 24px 12px 16px;
  margin-bottom: 20px;
  line-height: 1.4;
  text-align: center;
  background-image: url("/ec/shop/images/campaign/20250304_cosme_freshstart/bg-title-h3.jpg");
  background-repeat: no-repeat;
  background-position: center;
}
.p-cosme-freshstart__spring-list-head::before {
  position: absolute;
  top: calc(50% + 4px);
  left: 30px;
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  color: #de42a5;
  content: counter(number) ".";
  transform: translateY(-50%);
}
.p-cosme-freshstart__spring-list-head-text {
  font-size: 22px;
  font-weight: normal;
  color: #de42a5;
}
.p-cosme-freshstart__spring-list-head-text-large {
  display: block;
  margin-top: 2px;
  font-size: 28px;
  font-weight: bold;
}
.p-cosme-freshstart__spring-list-head-summary {
  margin-top: 10px;
  font-size: 14px;
}
.p-cosme-freshstart__flow:not(:last-child) {
  margin-bottom: 50px;
}
.p-cosme-freshstart__popup {
  position: fixed;
  inset: 0;
  z-index: 10001;
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.p-cosme-freshstart__message {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 500px;
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  color: #de42a5;
  text-align: center;
  background: white;
  border: 2px solid #33d1f6;
  border-radius: 20px;
  transform: translate(-50%, -50%);
}
.p-cosme-freshstart__close {
  width: 100px;
  padding: 2px 6px 4px;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #707070;
  text-align: center;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 20px;
}
.p-cosme-freshstart__store-pick-up-service .c-section-summary {
  font-size: 18px;
}
.p-cosme-freshstart__store-pick-up-service .c-note {
  margin-top: 5px;
  margin-bottom: 30px;
}
.p-cosme-freshstart__store-pick-up-service .p-cosme-freshstart__spring-list-head::before {
  content: none;
}
.p-cosme-freshstart__merit {
  margin-bottom: 40px;
}
.p-cosme-freshstart__merit .c-list__item {
  padding: 15px;
  background-color: #feeeed;
}
.p-cosme-freshstart__merit .c-list__item-catch {
  margin-bottom: 3px;
  text-decoration: none;
}
.p-cosme-freshstart__howto {
  padding: 40px;
  background-color: #feeeed;
  border: 1px solid #de42a5;
}
.p-cosme-freshstart__howto .c-list--col3 {
  gap: 30px;
}
.p-cosme-freshstart__howto .c-list__item-desc--small {
  margin-bottom: 0;
}
.p-cosme-freshstart__howto .c-list__item {
  background-color: transparent;
}
.p-cosme-freshstart__howto-head {
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
  color: #de42a5;
  text-align: center;
}
.p-cosme-freshstart__howto-head-text {
  position: relative;
  display: inline-block;
}
.p-cosme-freshstart__howto-head-decoration {
  position: absolute;
  bottom: 0;
  left: -1em;
}
.p-cosme-freshstart__howto-head-decoration:last-child {
  right: -1em;
  left: auto;
}
.p-cosme-freshstart__banner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 30px;
}

#news .p-cosme-freshstart .u-db-pc {
  display: none;
}
#news .p-cosme-freshstart .u-db-sp {
  display: block;
}
#news .p-cosme-freshstart .c-container {
  width: 100%;
}
#news .p-cosme-freshstart .c-section:not(:last-child) {
  margin-bottom: 50px;
}
#news .p-cosme-freshstart .c-section-sub {
  padding-right: 12px;
  padding-left: 12px;
}
#news .p-cosme-freshstart .c-section-sub:not(:last-child) {
  margin-bottom: 40px;
}
#news .p-cosme-freshstart .c-section-head {
  padding: 16px 12px 12px;
  margin-bottom: 15px;
}
#news .p-cosme-freshstart .c-section-head-icon {
  top: -35px;
  left: 5px;
  width: 80px;
  height: 80px;
}
#news .p-cosme-freshstart .c-head-text {
  font-size: 16px;
}
#news .p-cosme-freshstart .c-head-text-medium {
  margin-top: 10px;
  font-size: 22px;
  line-height: 1.2;
}
#news .p-cosme-freshstart .c-head-text-large {
  font-size: 24px;
  line-height: 1.2;
}
#news .p-cosme-freshstart .c-head-text-note {
  font-size: 15px;
}
#news .p-cosme-freshstart .c-head-text-date {
  flex-direction: column;
  margin-bottom: 20px;
  text-align: center;
}
#news .p-cosme-freshstart .c-head-text-date dt,
#news .p-cosme-freshstart .c-head-text-date dd {
  font-size: 20px;
  color: #de42a5;
}
#news .p-cosme-freshstart .c-head-text-date dd {
  padding: 0;
}
#news .p-cosme-freshstart .c-section-summary {
  padding-right: 12px;
  padding-left: 12px;
  font-size: 15px;
}
#news .p-cosme-freshstart .c-section-summary:not(:last-of-type) {
  margin-bottom: 13px;
}
#news .p-cosme-freshstart .c-section-summary--supplement {
  margin-bottom: 20px;
  color: #e143a8;
}
#news .p-cosme-freshstart .c-note-title {
  margin-bottom: 10px;
  font-size: 16px;
}
#news .p-cosme-freshstart .c-note-body {
  padding: 0;
}
#news .p-cosme-freshstart .c-note-list {
  text-align: left;
}
#news .p-cosme-freshstart .c-note-list li {
  font-size: 12px;
}
#news .p-cosme-freshstart .c-note-list li a {
  color: #333;
}
#news .p-cosme-freshstart .c-note-list li a:visited {
  color: #333;
}
#news .p-cosme-freshstart .c-list {
  gap: 25px 12px;
}
#news .p-cosme-freshstart .c-list--col3 {
  grid-template-columns: repeat(2, 1fr);
}
#news .p-cosme-freshstart .c-list--col3 .c-list__item a {
  padding: 10px 5px;
}
#news .p-cosme-freshstart .c-list--col3-wide {
  gap: 13px;
}
#news .p-cosme-freshstart .c-list--col3-wide .c-list__item-name {
  font-size: 12px;
}
#news .p-cosme-freshstart .c-list__item > a {
  padding: 10px 7px;
}
#news .p-cosme-freshstart .c-list__item--flow::after {
  right: -11px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 9px solid #ccc;
}
#news .p-cosme-freshstart .c-list__item-image {
  margin-bottom: 13px;
}
#news .p-cosme-freshstart .c-list__item-image-circle {
  width: 100%;
  height: auto;
}
#news .p-cosme-freshstart .c-list__item-image-circle img {
  width: 88%;
  padding: 14px 11px;
}
#news .p-cosme-freshstart .c-list__item-catch {
  padding: 0;
  margin-bottom: 6px;
  font-size: 13px;
}
#news .p-cosme-freshstart .c-list__item-title {
  margin-bottom: 6px;
}
#news .p-cosme-freshstart .c-list__item-image {
  margin-bottom: 6px;
}
#news .p-cosme-freshstart .c-list__item-desc {
  margin-bottom: 6px;
  font-size: 12px;
}
#news .p-cosme-freshstart .c-list__item-desc--small {
  margin-bottom: 0;
  font-size: 11px;
}
#news .p-cosme-freshstart .c-list__item-name {
  margin-bottom: 6px;
  font-size: 13px;
}
#news .p-cosme-freshstart .c-list__item-price {
  font-size: 12px;
}
#news .p-cosme-freshstart .c-list__item-note {
  margin-top: 2px;
  font-size: 10px;
}
#news .p-cosme-freshstart .c-view-more__text {
  width: calc(100% - 24px);
  height: 40px;
  padding-top: 0;
  padding-right: 4px;
  margin-top: 10px;
  font-size: 13px;
  border-radius: 40px;
}
#news .p-cosme-freshstart .c-view-more__text::after {
  right: 10px;
  border-top-width: 3px;
  border-bottom-width: 3px;
  border-left-width: 6px;
}
#news .p-cosme-freshstart .c-view-more--has-item-note .c-view-more__text {
  margin-top: 10px;
}
#news .p-cosme-freshstart .c-view-category {
  margin-top: 30px;
}
#news .p-cosme-freshstart .c-view-category__text {
  width: calc(100% - 24px);
  height: 50px;
  padding-top: 0;
  font-size: 16px;
  border-width: 1px;
}
#news .p-cosme-freshstart .c-view-category__text::after {
  right: 15px;
  border-top-width: 4px;
  border-bottom-width: 4px;
  border-left-width: 8px;
}
#news .p-cosme-freshstart__mainvisual {
  margin-bottom: 20px;
  background-color: transparent;
  background-image: none;
}
#news .p-cosme-freshstart__lead {
  padding: 0 12px;
  padding-right: 12px;
  padding-left: 12px;
  margin-bottom: 20px;
  font-size: 16px;
  background-position: center top 17px;
  background-size: 125%;
}
#news .p-cosme-freshstart__inner {
  padding-top: 20px;
  background-position: top -3px center;
  background-size: 120%;
}
#news .p-cosme-freshstart__anchor {
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding-right: 50px;
  padding-left: 50px;
  margin-bottom: 40px;
}
#news .p-cosme-freshstart__anchor li {
  display: flex;
  align-items: center;
  justify-content: center;
}
#news .p-cosme-freshstart__coupon {
  width: calc(100% - 24px);
  padding: 25px 15px;
  margin-bottom: 15px;
  border-width: 1px;
}
#news .p-cosme-freshstart__coupon-text {
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
  text-align: center;
}
#news .p-cosme-freshstart__coupon-head {
  margin-bottom: 5px;
  font-size: 20px;
  color: #de42a5;
}
#news .p-cosme-freshstart__coupon-body {
  padding: 0;
  font-size: 26px;
  color: #de42a5;
}
#news .p-cosme-freshstart__coupon-button-text {
  width: calc(100% - 40px);
  padding-top: 0;
  font-size: 15px;
}
#news .p-cosme-freshstart__view-all--large {
  margin: 30px 0 50px;
}
#news .p-cosme-freshstart__view-all-text {
  width: calc(100% - 24px);
  height: 70px;
  padding-top: 0;
  padding-right: 0;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  border: 1px solid #de42a5;
}
#news .p-cosme-freshstart__view-all-text::after {
  right: 12px;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left: 10px solid #de42a5;
}
#news .p-cosme-freshstart__view-all-text--large {
  line-height: 1.2;
  border-radius: 50px;
}
#news .p-cosme-freshstart__view-all-text--large::after {
  right: 15px;
  border-left: 8px solid #fff;
}
#news .p-cosme-freshstart__view-all-text-small {
  margin-top: 5px;
  font-size: 12px;
  font-weight: normal;
  line-height: 1;
}
#news .p-cosme-freshstart__free-shipping {
  width: calc(100% - 24px);
  padding: 25px 15px;
  border-width: 1px;
}
#news .p-cosme-freshstart__free-shipping-text {
  margin-bottom: 20px;
  font-size: 15px;
}
#news .p-cosme-freshstart__video {
  max-width: calc(100% - 100px);
  margin: 0 auto 30px;
}
#news .p-cosme-freshstart__sns-list-text {
  font-size: 18px;
  color: #de42a5;
}
#news .p-cosme-freshstart__sns-list-decoration {
  font-size: 24px;
}
#news .p-cosme-freshstart__spring-list-head {
  min-height: 80px;
  max-height: 100px;
  padding: 12px 5px;
  margin-bottom: 15px;
}
#news .p-cosme-freshstart__spring-list-head::before {
  top: 7px;
  left: 12px;
  font-size: 39px;
  transform: none;
}
#news .p-cosme-freshstart__spring-list-head-text {
  font-size: 17px;
}
#news .p-cosme-freshstart__spring-list-head-text-large {
  margin-top: 3px;
  font-size: 18px;
}
#news .p-cosme-freshstart__spring-list-head-summary {
  font-size: 12px;
  text-align: left;
}
#news .p-cosme-freshstart__flow:not(:last-child) {
  margin-bottom: 30px;
}
#news .p-cosme-freshstart__message {
  width: 90%;
  max-width: none;
  border-width: 1px;
  border-radius: 10px;
}
#news .p-cosme-freshstart__message > div:not(.p-cosme-freshstart__close) {
  color: #de42a5;
}
#news .p-cosme-freshstart__close {
  border-radius: 10px;
}
#news .p-cosme-freshstart__store-pick-up-service .c-note {
  padding-right: 12px;
  padding-left: 12px;
  margin-top: 5px;
  margin-bottom: 15px;
}
#news .p-cosme-freshstart__merit {
  margin-bottom: 30px;
}
#news .p-cosme-freshstart__merit .c-list--col3 {
  grid-template-columns: repeat(1, 1fr);
}
#news .p-cosme-freshstart__merit .c-list__item {
  display: grid;
  grid-template-columns: 60% 40%;
  padding: 10px;
}
#news .p-cosme-freshstart__merit .c-list__item-ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#news .p-cosme-freshstart__merit .c-list__item-catch {
  margin-bottom: 3px;
  font-size: 18px;
}
#news .p-cosme-freshstart__merit .c-list__item-desc {
  font-size: 14px;
}
#news .p-cosme-freshstart__merit .c-list__item-image {
  margin-bottom: 0;
  background-color: #fff;
}
#news .p-cosme-freshstart__howto {
  padding: 12px;
}
#news .p-cosme-freshstart__howto .c-list--col3 {
  gap: 10px 12px;
}
#news .p-cosme-freshstart__howto-body .c-list--col3 {
  grid-template-columns: repeat(2, 1fr);
}
#news .p-cosme-freshstart__howto-head-text {
  font-size: 20px;
  color: #de42a5;
}
#news .p-cosme-freshstart__banner {
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
  padding-right: 12px;
  padding-left: 12px;
}

