@charset "UTF-8";
.freepage-contents .navitopicpath_.bottom_ {
  display: none;
}

#present_cp {
  font-size: 14px;
  line-height: 1.45;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  #present_cp {
    padding-inline: 16px;
    padding-bottom: 50px;
  }
}
#present_cp * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#present_cp img {
  vertical-align: bottom;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  #present_cp .for-pc {
    display: none;
  }
}
#present_cp .for-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #present_cp .for-sp {
    display: inline-block;
  }
}
#present_cp .anchors {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px 0;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #present_cp .anchors {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    margin-bottom: 50px;
  }
}
#present_cp .anchors a {
  min-height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 25%;
  font-weight: 500;
  border-right: 1px solid #CC0000;
  padding-inline: 20px;
}
@media screen and (max-width: 767px) {
  #present_cp .anchors a {
    min-height: 65px;
    padding: 0 15px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #CC0000;
    text-decoration: none;
  }
}
#present_cp .anchors a span {
  width: 100%;
  position: relative;
  padding-right: 30px;
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  #present_cp .anchors a span {
    display: block;
    padding-right: 0;
    text-align: center;
  }
}
#present_cp .anchors a span:before, #present_cp .anchors a span:after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
}
#present_cp .anchors a span:before {
  width: 16px;
  height: 16px;
  background: #CC0000;
  border-radius: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  #present_cp .anchors a span:before {
    width: 20px;
    height: 20px;
  }
}
#present_cp .anchors a span:after {
  width: 4px;
  height: 4px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  right: 5px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  margin-top: -1px;
}
@media screen and (max-width: 767px) {
  #present_cp .anchors a span:after {
    width: 6px;
    height: 6px;
    right: 6px;
  }
}
@media screen and (max-width: 767px) {
  #present_cp .anchors a span img {
    margin-left: 0 !important;
  }
}
#present_cp .anchors a:first-child {
  border-left: 1px solid #CC0000;
}
@media screen and (max-width: 767px) {
  #present_cp .anchors a:first-child {
    border: none;
    border-top: 1px solid #CC0000;
    border-bottom: 1px solid #CC0000;
  }
}
@media screen and (min-width: 768px) {
  #present_cp .anchors a:nth-child(5n) {
    border-left: 1px solid #CC0000;
  }
}
#present_cp .anchors a[href="#estee-lauder"] img {
  width: 120px;
}
#present_cp .anchors a[href="#sk2"] img {
  width: 62px;
}
#present_cp .anchors a[href="#clarins"] img {
  width: 120px;
}
#present_cp .anchors a[href="#clinique"] img {
  width: 90px;
  margin-left: 10px;
}
#present_cp .anchors a[href="#est"] img {
  width: 54px;
  margin-left: 20px;
}
#present_cp .anchors a[href="#rmk"] img {
  width: 110px;
}
#present_cp .anchors a[href="#cledepeau-beaute"] img {
  width: 110px;
}
#present_cp .anchors a[href="#decorte"] img {
  width: 87px;
  margin-left: 20px;
}
#present_cp .anchors a[href="#theginza"] img {
  width: 120px;
}
#present_cp .container {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  #present_cp .container {
    margin-bottom: 30px;
  }
}
#present_cp .contents .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #89712C;
  padding: 40px 30px 50px;
  gap: 30px;
  margin-bottom: 20px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #present_cp .contents .box {
    display: block;
    padding: 30px 16px;
    margin-bottom: 30px;
  }
}
#present_cp .contents .box:before, #present_cp .contents .box:after {
  position: absolute;
  display: block;
  content: "";
  background: #CC0000;
  width: 100px;
  height: 14px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#present_cp .contents .box:before {
  top: 10px;
  left: -30px;
}
#present_cp .contents .box:after {
  bottom: 10px;
  right: -30px;
}
#present_cp .contents .box .img {
  width: 310px;
}
@media screen and (max-width: 767px) {
  #present_cp .contents .box .img {
    width: 88%;
    max-width: 310px;
    margin-inline: auto;
    margin-bottom: 10px;
  }
}
#present_cp .contents .box .desc {
  width: 380px;
}
@media screen and (max-width: 767px) {
  #present_cp .contents .box .desc {
    width: 100%;
  }
}
#present_cp .contents .box .desc .brand:not(:has(img)) {
  margin-bottom: 20px !important;
  font-size: 22px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #present_cp .contents .box .desc .brand:not(:has(img)) {
    font-size: 20px;
  }
}
#present_cp .contents .box .desc .lead {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  #present_cp .contents .box .desc .lead {
    font-size: 16px;
  }
}
#present_cp .contents .box .desc .lead span,
#present_cp .contents .box .desc .lead a {
  color: #CC0000;
}
#present_cp .contents .box .desc .lead a {
  text-decoration: underline;
}
#present_cp .contents .box .desc .lead a:hover {
  text-decoration: none;
}
#present_cp .contents .box .desc .product-list {
  padding-block: 10px;
  margin-bottom: 10px;
  border-top: 1px solid #D7D7D7;
  border-bottom: 1px solid #D7D7D7;
}
#present_cp .contents .box .desc .product-list li {
  text-indent: -1em;
  padding-left: 1em;
}
#present_cp .contents .box .desc .product-list li:before {
  content: "・";
}
#present_cp .contents .box .desc .notes {
  margin-bottom: 20px;
}
#present_cp .contents .box .desc .notes li {
  font-size: 11px;
  text-indent: -1em;
  padding-left: 1em;
}
#present_cp .contents .box .desc .notes li:before {
  content: "※";
}
#present_cp .contents .box .desc .btn {
  width: 190px;
  min-height: 36px;
  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;
  margin-left: auto;
  background: #976F11;
  border-radius: 20px;
  gap: 10px;
  color: #FFF;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #present_cp .contents .box .desc .btn {
    margin-inline: auto;
  }
}
#present_cp .contents .box .desc .btn:after {
  content: "";
  width: 4px;
  height: 4px;
  border-top: 1px solid #FFF;
  border-right: 1px solid #FFF;
  right: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media screen and (max-width: 767px) {
  #present_cp .contents .box .desc .btn:after {
    width: 6px;
    height: 6px;
  }
}
#present_cp .contents .box .desc .btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
#present_cp .contents:last-child .box:last-child {
  margin-bottom: 0;
}
#present_cp .caution {
  margin-bottom: 40px;
  border: 1px solid #CC0000;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  #present_cp .caution {
    padding: 10px 15px;
  }
}
@media screen and (min-width: 768px) {
  #present_cp .caution li {
    text-indent: -1em;
    padding-left: 1em;
  }
  #present_cp .caution li:before {
    content: "・";
  }
}
#present_cp .caution li + li {
  margin-top: 8px;
}
#present_cp #estee-lauder .brand {
  margin-bottom: 20px;
}
#present_cp #estee-lauder .brand img {
  max-height: 23px;
}
#present_cp #sk2 .brand {
  margin-bottom: 10px;
}
#present_cp #sk2 .brand img {
  max-height: 52px;
  margin-left: -15px;
}
#present_cp #clarins .brand {
  margin-bottom: 20px;
}
#present_cp #clarins .brand img {
  max-height: 20px;
}
#present_cp #clinique .brand img {
  max-height: 65px;
}
#present_cp #est .brand {
  margin-bottom: 20px;
}
#present_cp #est .brand img {
  max-height: 50px;
}
#present_cp #rmk .brand img {
  max-height: 65px;
  margin-left: -25px;
}
#present_cp #cledepeau-beaute .brand {
  margin-bottom: 10px;
}
#present_cp #cledepeau-beaute .brand img {
  max-height: 85px;
  margin-left: -15px;
}
#present_cp #decorte .brand {
  margin-bottom: 20px;
}
#present_cp #decorte .brand img {
  max-height: 60px;
}
#present_cp #theginza .brand {
  margin-bottom: 10px;
}
#present_cp #theginza .brand img {
  max-height: 80px;
  margin-left: -38px;
}/*# sourceMappingURL=present_cp.css.map */