@charset "UTF-8";
/* =========================================================
共通
============================================================ */
.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
#d_container .wrap {
  width: 100%;
}

#d_topic_path {
  max-width: 990px;
  margin: 0 auto 20px;
}

@media screen and (max-width: 767px) {
  #d_topic_path {
    margin: 0 auto 0px;
  }
}
/* =========================================================
色等
============================================================ */
.link-hover {
  transition: 0.4s;
  color: #000;
}
.link-hover:hover {
  opacity: 0.7;
  cursor: pointer;
  text-decoration: none;
}

.arrow_r {
  position: relative;
  display: inline-block;
}
.arrow_r::before {
  content: "";
  width: 8px;
  height: 8px;
  border: 0;
  border-top: solid 1px #000;
  border-right: solid 1px #000;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
}
.arrow_r.arrow_r_left {
  padding-left: 20px;
}
.arrow_r.arrow_r_left::before {
  left: 0;
  right: auto;
}
.arrow_r.arrow_r_inversion::before {
  border-top: solid 1px #FFF;
  border-right: solid 1px #FFF;
}

/* =========================================================
PC
============================================================ */
#cosmecolumn {
  margin: 0 auto;
  word-break: break-all;
}
#cosmecolumn .all--container {
  max-width: 800px;
  margin: 0 auto;
}

#cosmecolumn .section:not(:last-child) {
  margin-bottom: 40px;
}
#cosmecolumn .sectionText--ttl h1.title {
  font-size: 38px;
  font-weight: normal;
  max-width: 990px;
  margin: 0 auto;
  border-top: 11px solid #EF858C;
  padding: 30px 0 0;
  text-align: center;
  margin-bottom: 40px;
}
#cosmecolumn .sectionText--ttl h2.sectionText--ttlh2 {
  background-color: #FADADC;
  font-size: 30px;
  font-weight: normal;
  padding: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1.5em;
}
#cosmecolumn .sectionText--ttl h3.sectionText--Box--ttlh3 {
  font-size: 25px;
  font-weight: normal;
  text-align: left;
  border-left: 4px solid #EF858C;
  padding-left: 14px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
#cosmecolumn .mv {
  margin: 0 auto 40px;
}
#cosmecolumn .mv img {
  max-width: 100%;
  height: auto;
}
#cosmecolumn .section--Img.Img--only img {
  max-width: 100%;
  height: auto;
}
#cosmecolumn .sectionText--Box {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #EF858C;
}
#cosmecolumn .sectionText--Box:last-child {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
#cosmecolumn .sectionText--Box .Box--Text {
  font-size: 16px;
  line-height: 1.5em;
  margin-bottom: 20px;
}
#cosmecolumn .sectionText--Box .Box--note {
  padding: 15px;
  background-color: #FFF;
}
#cosmecolumn .sectionText--Box .Box--note ul li {
  font-size: 12px;
  line-height: 1.5em;
  position: relative;
  display: flex;
  align-items: baseline;
  margin: 0 0 3px;
}
#cosmecolumn .sectionText--Box .Box--note ul li::before {
  content: "※";
  margin: 0 3px 0 0;
}
#cosmecolumn .sectionText--Box.text--only {
  border-bottom: none;
}
#cosmecolumn .sectionText--Box.text--only:not(:last-child) {
  border-bottom: 1px dashed #EF858C;
}
#cosmecolumn .sectionText--Box.text--only .Box--note {
  background-color: #F8F8F8;
}
#cosmecolumn .sectionProduct--Box {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #EF858C;
}
#cosmecolumn .sectionProduct--Box:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}
#cosmecolumn .sectionProduct--Box .flex {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
}
#cosmecolumn .sectionProduct--Box .product--img {
  max-width: 350px;
  margin-right: 20px;
}
#cosmecolumn .sectionProduct--Box .product--TextWrap {
  width: calc(100% - 370px);
}
#cosmecolumn .sectionProduct--Box .product--TextWrap .product--Text {
  font-size: 14px;
  line-height: 1.5em;
  margin-bottom: 15px;
}
#cosmecolumn .sectionProduct--Box .product--TextWrap .product--Detail {
  line-height: 1.8em;
}
#cosmecolumn .sectionProduct--Box .product--TextWrap .product--Detail .product--Brand, #cosmecolumn .sectionProduct--Box .product--TextWrap .product--Detail .product--Name {
  color: #EF858C;
  font-weight: bold;
  font-size: 18px;
}
#cosmecolumn .sectionProduct--Box .product--TextWrap .product--Detail .product--Brand {
  text-indent: -0.5em;
}
#cosmecolumn .sectionProduct--Box .product--TextWrap .product--Detail .product--PriceWrap {
  margin: 5px 0 0 0;
  font-size: 18px;
  color: #000;
  text-align: right;
}
#cosmecolumn .sectionProduct--Box .product--TextWrap .product--Detail .product--PriceWrap .sml {
  font-size: 80%;
}
#cosmecolumn .sectionProduct--Box .product--Link {
  margin: 10px auto 0;
}
#cosmecolumn .sectionProduct--Box .product--Link a {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 280px;
  height: 50px;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  text-align: center;
  background-color: #fff;
  border: 1px solid #EF858C;
}
#cosmecolumn .bg--pattern {
  background-color: #FFF9FA;
  padding: 30px;
}
#cosmecolumn .sectionCoupon {
  position: relative;
}
#cosmecolumn .sectionCoupon .sectionCoupon--Boxwrap .couponBox {
  border-radius: 20px;
  padding: 30px 20px;
  background-color: #FFF4F5;
  display: flex; /*テキストを真ん中にするためにflexを使用*/
  justify-content: center;
  flex-direction: column;
  align-items: center;
  outline: 1px solid #EF858C;
  outline-offset: -5px;
  max-width: 600px;
  margin: 40px auto 0;
}
#cosmecolumn .sectionCoupon .sectionCoupon--Boxwrap .couponBox .couponBox--textWrap {
  margin: 0 auto 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#cosmecolumn .sectionCoupon .sectionCoupon--Boxwrap .couponBox .couponBox--textWrap .couponBox--conditions {
  font-size: 16px;
}
#cosmecolumn .sectionCoupon .sectionCoupon--Boxwrap .couponBox .couponBox--textWrap .couponBox--conditions .large {
  font-size: 130%;
}
#cosmecolumn .sectionCoupon .sectionCoupon--Boxwrap .couponBox .couponBox--textWrap > h4 {
  font-size: 24px;
  color: #EF858C;
  padding: 0;
  margin: 0;
  line-height: 1.5em;
}
#cosmecolumn .sectionCoupon .sectionCoupon--Boxwrap .couponBox .couponBox--textWrap > h4 > .large {
  font-size: 130%;
}
#cosmecolumn .sectionCoupon .sectionCoupon--Boxwrap .couponBox .couponBox--textWrap > .couponBox--note {
  font-size: 12px;
}
#cosmecolumn .sectionCoupon .sectionCoupon--Boxwrap .couponBox .codeWrap {
  background-color: #FFF;
  padding: 9px 15px 5px;
  margin: 0 auto 20px;
}
#cosmecolumn .sectionCoupon .sectionCoupon--Boxwrap .couponBox .codeWrap > dl {
  display: flex;
  align-items: center;
}
#cosmecolumn .sectionCoupon .sectionCoupon--Boxwrap .couponBox .codeWrap > dl > dt {
  font-size: 18px;
}
#cosmecolumn .sectionCoupon .sectionCoupon--Boxwrap .couponBox .codeWrap > dl > dd {
  font-size: 26px;
  font-weight: bold;
}
#cosmecolumn .sectionCoupon .sectionCoupon--Boxwrap .couponBox .couponBox--Copy button {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #EF858C;
  padding: 5px 10px;
  border-radius: 5px;
  border: none;
}
#cosmecolumn .sectionCoupon .sectionCoupon--Boxwrap .couponBox .couponBox--Copy span.copyText {
  color: #FFF;
  font-size: 16px;
}
#cosmecolumn .sectionCoupon .popup {
  position: fixed;
  background: rgba(255, 255, 255, 0.5);
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 5;
}
#cosmecolumn .sectionCoupon .popup #popup-inside {
  width: 100%;
  max-width: 500px;
  height: 150px;
  background: #fffdfd;
  margin: 10% auto;
  padding: 20px;
  position: absolute;
  top: 15%;
  right: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border: 1px solid #EF858C;
}
#cosmecolumn .sectionCoupon .popup #popup-inside #message {
  font-size: 20px;
  font-weight: bold;
}
#cosmecolumn .sectionCoupon .popup #popup-inside #close {
  font-size: 13px;
  border: 1px solid #7e7e7e;
  border-radius: 5px;
  padding: 10px 10px;
  width: 100px;
  margin-top: 20px;
  cursor: pointer;
}
#cosmecolumn .btn--backTop a {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  max-width: 490px;
  height: 80px;
  background-color: #ef858c;
  border: 1px solid #ef858c;
  color: #FFF;
}

/* =========================================================
SP--#newsを付ける
============================================================ */
#news .pc {
  display: none;
}
#news .sp {
  display: block;
}
#news #cosmecolumn .sectionText--ttl h1.title {
  font-size: 25px;
  font-weight: normal;
  margin: 0 auto;
  border-top: 11px solid #EF858C;
  padding: 20px 0 0;
  text-align: center;
  margin-bottom: 25px;
}
#news #cosmecolumn .sectionText--ttl h2.sectionText--ttlh2 {
  font-size: 6.4vw;
  padding: 6.4vw;
}
#news #cosmecolumn .sectionText--ttl h3.sectionText--Box--ttlh3 {
  font-size: 5.4vw;
}
#news #cosmecolumn .sectionText--Box {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
#news #cosmecolumn .sectionText--Box .Box--Text {
  font-size: 3.73vw;
}
#news #cosmecolumn .sectionText--Box .Box--note ul li {
  font-size: 3.47vw;
}
#news #cosmecolumn .sectionText--Box:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: 0 !important;
}
#news #cosmecolumn .sectionProduct--Box .flex {
  flex-direction: column;
}
#news #cosmecolumn .sectionProduct--Box .product--img {
  max-width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
}
#news #cosmecolumn .sectionProduct--Box .product--TextWrap {
  width: 100%;
}
#news #cosmecolumn .sectionProduct--Box .product--TextWrap .product--Text {
  font-size: 3.73vw;
}
#news #cosmecolumn .sectionProduct--Box .product--TextWrap .product--Detail {
  line-height: 1.8em;
}
#news #cosmecolumn .sectionProduct--Box .product--TextWrap .product--Detail .product--Brand, #news #cosmecolumn .sectionProduct--Box .product--TextWrap .product--Detail .product--Name {
  font-size: 4.27vw;
  line-height: 1.5em;
}
#news #cosmecolumn .sectionProduct--Box .product--TextWrap .product--Detail .product--PriceWrap {
  font-size: 4.2vw;
}
#news #cosmecolumn .sectionProduct--Box .product--TextWrap .product--Detail .product--PriceWrap .sml {
  font-size: 80%;
}
#news #cosmecolumn .sectionProduct--Box .product--Link {
  margin: 10px auto 0;
}
#news #cosmecolumn .sectionProduct--Box .product--Link a {
  width: calc(100% - 8.54vw);
  max-width: 100%;
  font-size: 4.27vw;
  height: 14.67vw;
}
#news #cosmecolumn .bg--pattern {
  padding: 4.27vw 6.4vw 12.8vw;
}
#news #cosmecolumn .sectionCoupon {
  position: relative;
}
#news #cosmecolumn .sectionCoupon .sectionCoupon--Boxwrap .couponBox {
  margin: 4.27vw 6.4vw 12.8vw;
}
#news #cosmecolumn .sectionCoupon .sectionCoupon--Boxwrap .couponBox .couponBox--textWrap .couponBox--conditions {
  font-size: 4.8vw;
}
#news #cosmecolumn .sectionCoupon .sectionCoupon--Boxwrap .couponBox .couponBox--textWrap > h4 {
  font-size: 6.8vw;
}
#news #cosmecolumn .sectionCoupon .sectionCoupon--Boxwrap .couponBox .couponBox--textWrap > .couponBox--note {
  font-size: 3.8vw;
}
#news #cosmecolumn .sectionCoupon .sectionCoupon--Boxwrap .couponBox .codeWrap {
  width: 100%;
  box-sizing: border-box;
  margin: 10px auto 20px;
}
#news #cosmecolumn .sectionCoupon .sectionCoupon--Boxwrap .couponBox .codeWrap > dl {
  flex-direction: column;
}
#news #cosmecolumn .sectionCoupon .sectionCoupon--Boxwrap .couponBox .codeWrap > dl > dt {
  font-size: 3.8vw;
}
#news #cosmecolumn .sectionCoupon .sectionCoupon--Boxwrap .couponBox .codeWrap > dl > dd {
  font-size: 6.8vw;
}
#news #cosmecolumn .sectionCoupon .sectionCoupon--Boxwrap .couponBox .codeWrap > dl > dd .codeText {
  font-size: 6.8vw;
}
#news #cosmecolumn .sectionCoupon .sectionCoupon--Boxwrap .couponBox .couponBox--Copy span.copyText {
  font-size: 4.8vw;
}
#news #cosmecolumn .sectionCoupon .popup #popup-inside {
  width: 100%;
  max-width: 90%;
  box-sizing: border-box;
  height: 200px;
}
#news #cosmecolumn .sectionCoupon .popup #popup-inside #message {
  font-size: 5.8vw;
  font-weight: bold;
}
#news #cosmecolumn .sectionCoupon .popup #popup-inside #close {
  font-size: 3.8vw;
  padding: 8px;
  border-radius: 5px;
}
#news #cosmecolumn .ttl--only--02, #news #cosmecolumn .text--only, #news #cosmecolumn .Product--only {
  margin-left: 6.4vw;
  margin-right: 6.4vw;
}
#news #cosmecolumn .btn--backTop a {
  width: calc(100% - 12.8vw);
  font-size: 4.27vw;
  height: 21.33vw;
  line-height: 1.5em;
  font-weight: normal;
}

/* =========================================================
色違いver
============================================================ */
#cosmecolumn.cosmecolumn_black .sectionText--ttl h1.title {
  border-top: 11px solid #292929;
}
#cosmecolumn.cosmecolumn_black .sectionText--ttl h2.sectionText--ttlh2 {
  background-color: #292929;
  color: #FFF;
}
#cosmecolumn.cosmecolumn_black .sectionText--ttl h3.sectionText--Box--ttlh3 {
  border-left: 4px solid #292929;
}
#cosmecolumn.cosmecolumn_black .sectionProduct--Box {
  border-bottom: 1px dashed #292929;
}
#cosmecolumn.cosmecolumn_black .sectionProduct--Box .product--TextWrap .product--Detail .product--Brand, #cosmecolumn.cosmecolumn_black .sectionProduct--Box .product--TextWrap .product--Detail .product--Name {
  color: #292929;
}
#cosmecolumn.cosmecolumn_black .sectionProduct--Box .product--Link a {
  border: 1px solid #292929;
}
#cosmecolumn.cosmecolumn_black .bg--pattern {
  background-color: #F2F2F2;
}
#cosmecolumn.cosmecolumn_black .sectionText--Box {
  border-bottom: 1px dashed #292929;
}
#cosmecolumn.cosmecolumn_black .sectionText--Box.text--only:not(:last-child) {
  border-bottom: 1px dashed #292929;
}
#cosmecolumn.cosmecolumn_black .sectionCoupon .sectionCoupon--Boxwrap .couponBox {
  background-color: #F2F2F2;
  outline: 1px solid #292929;
}
#cosmecolumn.cosmecolumn_black .sectionCoupon .sectionCoupon--Boxwrap .couponBox .couponBox--textWrap > h4 {
  font-size: 24px;
  color: #292929;
}
#cosmecolumn.cosmecolumn_black .sectionCoupon .sectionCoupon--Boxwrap .couponBox .couponBox--Copy button {
  background-color: #292929;
}
#cosmecolumn.cosmecolumn_black .sectionCoupon .popup #popup-inside {
  border: 1px solid #292929;
}
#cosmecolumn.cosmecolumn_black .btn--backTop a {
  background-color: #292929;
  border: 1px solid #292929;
}

#news #cosmecolumn.cosmecolumn_black .sectionText--ttl h1.title {
  border-top: 11px solid #292929;
}

/* =========================================================
幅指定したいとき
============================================================ */