.p-Contents__Title {
  font-family: "ryo-text-plusn", serif;
  font-weight: 500;
  font-size: 1.75rem;
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .p-Contents__Title {
    font-size: 1.25rem;
  }
}

.p-Mainvisual__Image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.p-Mainvisual {
  display: grid;
  grid-template-columns: 100%;
  align-items: center;
  position: relative;
  z-index: 0;
  color: #fff;
}

.p-Mainvisual__Body {
  grid-column: 1;
  grid-row: 1;
  padding-bottom: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-Mainvisual__Body {
    padding-bottom: 0.93rem;
  }
}

.p-Mainvisual__Body.is-black {
  color: #333;
}

.p-Mainvisual__Inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  margin-left: 50%;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .p-Mainvisual__Inner {
    margin-left: 48%;
  }
}

.p-Mainvisual__Title {
  font-size: 2.5rem;
  font-family: "ryo-text-plusn", serif;
  line-height: 1.4;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-Mainvisual__Title {
    font-size: 1.12rem;
  }
}

.p-Mainvisual__Title .is-small {
  font-size: 1.87rem;
}

@media screen and (max-width: 767px) {
  .p-Mainvisual__Title .is-small {
    font-size: 0.75rem;
  }
}

.p-Mainvisual__Sub {
  font-size: 1.25rem;
  font-family: "ryo-text-plusn", serif;
  line-height: 1.6;
  font-weight: 300;
  margin-bottom: 0.75rem;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-Mainvisual__Sub {
    font-size: 0.75rem;
    margin-bottom: 0.12rem;
  }
}

.p-Mainvisual__Small {
  font-size: 0.75rem;
  font-family: "ryo-text-plusn", serif;
  line-height: 1.6;
  font-weight: 300;
  margin-top: 0.75rem;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .p-Mainvisual__Small {
    font-size: 0.43rem;
    margin-top: 0.25rem;
  }
}

.p-Mainvisual__Image {
  grid-column: 1;
  grid-row: 1;
  position: relative;
  z-index: -1;
}

.p-General {
  margin-top: 4.37rem;
}

@media screen and (max-width: 767px) {
  .p-General {
    margin-top: 2.12rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

.p-General__Header {
  position: relative;
}

.p-Detail__Slider {
  position: absolute;
  width: 29.06rem;
  height: 29.06rem;
  background-color: transparent;
}

@media screen and (min-width: 1440px) {
  .p-Detail__Slider {
    width: 465px;
    height: 465px;
  }
}

@media screen and (min-width: 767.1px) {
  .p-Detail__Slider {
    right: 0;
    top: -10.63rem;
  }
}

@media screen and (max-width: 767px) {
  .p-Detail__Slider {
    right: 0;
    top: -4rem;
    width: 8.75rem;
    height: 8.75rem;
  }
}

.p-Detail__Slider.is-black {
  background-color: #000;
}

.p-Detail__Slider.is-white {
  background-color: #fff;
}

body.series_cleansing .p-Detail__Slider,
body.series_mask .p-Detail__Slider,
body.series_specialcare .p-Detail__Slider {
  background-color: #e8e8e8;
}

body.series_spb-peeling .p-Detail__Slider {
  background-color: #dfe6ec;
}

body.series_ac-clear .p-Detail__Slider {
  background-color: #dadee1;
}

body.series_moisturizer .p-Detail__Slider {
  background: url(/images/2022/series/moisturizer/slider_img01@2x.jpg) no-repeat left top;
  background-size: 100% auto;
}

body.series_uv-lock-sunscreen .p-Detail__Slider {
  background: url(/images/2022/series/uv-lock-sunscreen/slider_img01@2x.jpg) no-repeat left top;
  background-size: 100% auto;
}

.p-Detail__Slider__item img {
  width: 100%;
  height: auto;
}

.p-General__Body {
  width: 50%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .p-General__Body {
    width: 46%;
  }
}

@media screen and (max-width: 767px) {
  .p-General__Body {
    width: 100%;
  }
}

.p-Contents__Title {
  font-size: 1.75rem;
  color: #009CA2;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-Contents__Title {
    font-size: 1rem;
    margin-bottom: 1.12rem;
    width: 56%;
  }
}

.p-Contents__Copy {
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  .p-Contents__Copy {
    font-size: 0.75rem;
    line-height: 1.64;
  }
}

.p-Contents__Annotation {
  line-height: 1.5;
  font-size: 0.75rem;
  margin-top: 2.5rem;
}

@media screen and (max-width: 767px) {
  .p-Contents__Annotation {
    font-size: 0.68rem;
    margin-top: 2.5rem;
  }
}

.p-Contents__Banner {
  margin-top: 5.93rem;
}

@media screen and (max-width: 767px) {
  .p-Contents__Banner {
    margin-top: 3.75rem;
  }
}

@media screen and (min-width: 767.1px) {
  .p-Contents__Banner_link {
    transition: opacity 0.2s;
  }
  .p-Contents__Banner_link:hover {
    opacity: 0.6;
  }
}

.p-OrdinaryLinks {
  margin-top: 3.75rem;
  background-color: #F6F6F6;
  padding: 4.37rem 0;
}

@media screen and (max-width: 767px) {
  .p-OrdinaryLinks {
    margin-top: 1.87rem;
    padding: 2.18rem 0;
  }
}

.p-OrdinaryLinks__Buttons {
  margin-left: auto;
  display: flex;
  justify-content: center;
  gap: 2.5rem;
  font-size: 0.87rem;
}

@media screen and (max-width: 767px) {
  .p-OrdinaryLinks__Buttons {
    gap: 1.25rem;
    flex-direction: column;
  }
}

.p-OrdinaryLinks__Buttons .g-ConversionButton2 {
  width: 25rem;
}

@media screen and (max-width: 767px) {
  .p-OrdinaryLinks__Buttons .g-ConversionButton2 {
    width: 100%;
  }
}

sup {
  font-size: 50%;
}

.p-Products {
  margin-top: 6.25rem;
}

@media screen and (max-width: 767px) {
  .p-Products {
    margin-top: 3.12rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

.p-Products__Box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem 2.5rem;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .p-Products__Box {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (max-width: 767px) {
  .p-Products__Box {
    grid-template-columns: 100%;
    gap: 2.5rem;
  }
}

.p-Products__Box--img {
  max-width: 11.25rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .p-Products__Box--img {
    max-width: 12.5rem;
  }
}

.p-Products__Box--img img {
  width: 100%;
  height: auto;
}

.p-Products__Box--title {
  font-weight: 500;
  line-height: 1.3;
  font-size: 1.12rem;
  margin-top: 0.87rem;
  color: #525252;
}

@media screen and (max-width: 767px) {
  .p-Products__Box--title {
    font-size: 1rem;
    margin-top: 1.25rem;
  }
}

.p-Products__Box--price {
  line-height: 1.6;
  font-size: 0.87rem;
  margin-top: 0.43rem;
}

@media screen and (max-width: 767px) {
  .p-Products__Box--price {
    font-size: 0.75rem;
    margin-top: 0.31rem;
  }
}

.p-Products__Box--price .is-large {
  font-size: 1.12rem;
}

@media screen and (max-width: 767px) {
  .p-Products__Box--price .is-large {
    font-size: 1rem;
  }
}

.p-Products__Box--copy {
  line-height: 1.7;
  font-size: 0.87rem;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .p-Products__Box--copy {
    font-size: 0.75rem;
    margin-top: 1.12rem;
  }
}

.p-Products__Box--usages {
  margin-top: 0.37rem;
  display: block;
  color: #666666;
}

.p-Products__Box--usages li {
  display: inline-block;
  border: 1px solid #666666;
  font-size: 0.62rem;
  line-height: 1;
  padding: 0.37rem 0.56rem;
  margin-right: 0.62rem;
}

@media screen and (max-width: 767px) {
  .p-Products__Box--usages li {
    font-size: 0.56rem;
    padding: 0.25rem 0.43rem;
    margin-right: 0.5rem;
  }
}

.p-Products__Box--detail {
  margin-top: 1.37rem;
  border-top: 1px solid #B5B8C3;
  border-bottom: 1px solid #B5B8C3;
}

.p-Products__Box--openBtn a {
  display: block;
  text-align: center;
  position: relative;
  text-decoration: none;
  line-height: 1;
  font-size: 0.87rem;
  padding: 1.37rem 0;
}

@media screen and (max-width: 767px) {
  .p-Products__Box--openBtn a {
    font-size: 0.87rem;
    padding: 0.93rem 0;
  }
}

.p-Products__Box--openBtn a:after {
  display: inline-block;
  content: "";
  width: 0.81rem;
  height: 0.81rem;
  position: relative;
  top: 0.18rem;
  margin-left: 0.31rem;
  background: url(/images/2022/series/ico_open.svg) no-repeat center top;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .p-Products__Box--openBtn a:after {
    width: 0.68rem;
    height: 0.68rem;
  }
}

.p-Products__Box--openBtn.--Active a:after {
  background: url(/images/2022/series/ico_close.svg) no-repeat center top;
  background-size: contain;
}

.p-Products__Box--block {
  display: none;
}

.p-Products__Box--block_inner {
  padding: 0.37rem 0 1.25rem;
}

@media screen and (max-width: 767px) {
  .p-Products__Box--block_inner {
    padding: 0.37rem 0rem 20px;
  }
}

.p-Products__Box--block_text {
  line-height: 1.7;
  font-size: 0.87rem;
}

@media screen and (max-width: 767px) {
  .p-Products__Box--block_text {
    font-size: 0.87rem;
  }
}

.p-Products__Box--block_keyword {
  line-height: 1.5;
  font-size: 0.75rem;
  margin-top: 0.62rem;
  padding: 0.62rem;
  background-color: #EFEFEF;
}

@media screen and (max-width: 767px) {
  .p-Products__Box--block_keyword {
    font-size: 0.68rem;
    margin-top: 0.62rem;
    padding: 0.5rem 0.62rem;
  }
}

.p-Products__Box--block_notes {
  line-height: 1.6;
  font-size: 0.75rem;
  margin-top: 0.93rem;
}

@media screen and (max-width: 767px) {
  .p-Products__Box--block_notes {
    font-size: 0.68rem;
    margin-top: 0.93rem;
  }
}

.p-Products__Box--block_notes small {
  font-size: 0.68rem;
}

@media screen and (max-width: 767px) {
  .p-Products__Box--block_notes small {
    font-size: 0.62rem;
  }
}

.p-Products__Box--block_howto, .p-Products__Box--block_seibun {
  line-height: 1.6;
  font-size: 0.68rem;
  margin-top: 1.56rem;
}

@media screen and (max-width: 767px) {
  .p-Products__Box--block_howto, .p-Products__Box--block_seibun {
    font-size: 0.62rem;
    margin-top: 1.56rem;
  }
}

.p-Products__Box--block_howto small, .p-Products__Box--block_seibun small {
  display: inline-block;
  font-size: 0.62rem;
  line-height: 1.6;
  color: #999;
  margin-top: 0.3rem;
}

@media screen and (max-width: 767px) {
  .p-Products__Box--block_howto small, .p-Products__Box--block_seibun small {
    font-size: 0.56rem;
  }
}

.p-Products__Box--block_seibun {
  margin-top: 0.93rem;
}
