/* common
------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&family=Roboto:wght@500&display=swap");

.en {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.08em;
}
.serif {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

/*clr*/
:root {
  --mlClr: #d70032;
}

/*font*/
:root {
  --fs-1616: 2.5vw;
  --fs-2020: 3.125vw;
  --fs-2424: 3.75vw;
  --fs-3030: 4.688vw;
  --fs-4040: 6.25vw;
  --fs-5050: 7.413vw;
}
@media screen and (min-width: 641px) {
  :root {
    --fs-1616: 2.5vw;
    --fs-2020: 3.125vw;
    --fs-2424: 3.75vw;
    --fs-3030: 4.688vw;
    --fs-4040: 6.25vw;
    --fs-5050: 7.813vw;
  }
}
@media screen and (min-width: 1081px) {
  :root {
    --fs-1616: 1.481vw;
    --fs-2020: 1.852vw;
    --fs-2424: 2.222vw;
    --fs-3030: 2.778vw;
    --fs-4040: 3.704vw;
    --fs-5050: 4.63vw;
  }
}

.fs-1616 {
  font-size: clamp(8px, var(--fs-1616), 16px);
}
.fs-2020 {
  font-size: clamp(10px, var(--fs-2020), 20px);
}
.fs-2424 {
  font-size: clamp(12px, var(--fs-2424), 24px);
}
.fs-3030 {
  font-size: clamp(15px, var(--fs-3030), 30px);
}
.fs-4040 {
  font-size: clamp(20px, var(--fs-4040), 40px);
}
.fs-5050 {
  font-size: clamp(25px, var(--fs-5050), 50px);
}

/* products
------------------------------------------*/
#products {
  color: #d70032;
  position: relative;
}
#products .prdArea {
}
#products .ttl-section {
  margin-bottom: 64px;
}
#products .product {
  text-align: center;
  position: relative;
  z-index: 100;
}
#products .product .figure {
  width: 445px;
  margin: 0 auto 34px;
}
#products .product .figure img {
  width: 100%;
}
#products .product .phrase {
  line-height: 1.4em;
  font-size: 50px;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  font-weight: 500;
  color: var(--mlClr);
  font-size: clamp(25px, var(--fs-5050), 50px);
}
#products .product .phrase span {
  margin-right: 0.5em;
}
#products .product .tag {
  margin-bottom: 42px;
  display: flex;
  justify-content: center;
}
#products .product .tag span {
  font-size: clamp(9px, var(--fs-2020), 18px);
  letter-spacing: 0.15em;
  border: 1px solid #d70032;
  -webkit-border-radius: 2em;
  border-radius: 2em;
  padding: 0.5em 1.2em 0.6em;
  font-weight: 600;
  line-height: 1;
}
#products .product .price {
  line-height: 1.4;
  text-align: center;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
  font-size: 14px;
}
#products .product .price span {
  margin-left: 1em;
}
#products .product .award {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(80%, 600px);
  margin: 0 auto 60px;
  padding: 0 30px;
}
#products .product .award::before,
#products .product .award::after {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 28px;
  height: 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#products .product .award::before {
  background-image: url("/product/mylash/common/img/img_brackets_r_1.png");
  left: 0;
}
#products .product .award::after {
  background-image: url("/product/mylash/common/img/img_brackets_r_2.png");
  right: 0;
}
#products .product .award .icon {
  width: 140px;
  margin-right: 12px;
}
#products .product .award .txt {
  text-align: left;
  letter-spacing: 0.15em;
  /* width: 60%; */
}
#products .product .award .txt .title {
  font-size: clamp(12px, var(--fs-2424), 24px);
  margin-bottom: 0.5em;
  font-weight: 500;
}
#products .product .award .txt .title sup {
  margin-left: 0.5em;
}
#products .product .award .txt p {
  line-height: 1.8em;
  font-weight: 400;
  font-size: clamp(8px, var(--fs-1616), 16px);
}

#products ul.points {
  margin: 0 auto 120px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
#products ul.points li {
  width: 100%;
  max-width: 640px;
  text-align: center;
}
#products ul.points li .title {
  font-size: clamp(25px, var(--fs-5050), 50px);
  margin-bottom: 20px;
  line-height: 1;
}
#products ul.points li .phrase {
  margin-bottom: 70px;
  line-height: 1;
}
#products ul.points li .phrase span {
  position: relative;
  font-size: clamp(20px, var(--fs-4040), 40px);
  letter-spacing: 0.15em;
  display: inline-block;
  line-height: 1.5;
}
#products ul.points li .phrase span + span {
  margin: 0.8em 0 0;
}
#products ul.points li .phrase span d {
  position: relative;
}
#products ul.points li .phrase span d::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -0.06em;
  width: 0.18em;
  height: 0.18em;
  border-radius: 11px;
  background: #d70032;
  margin: auto;
}
#products ul.points li .phrase span::after {
  position: absolute;
  content: "";
  bottom: -5px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 105%;
  height: 4px;
  background-color: rgba(215, 0, 50, 0.5);
}
#products ul.points li .feature {
  font-size: 18px;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}
#products ul.points li .explanation {
  line-height: 2em;
  letter-spacing: 0.15em;
  margin-bottom: 20px;
}
#products ul.points li.point01 .figure img {
  width: 235px;
}
#products ul.points li.point02 .figure {
  margin-top: 58px;
}
#products ul.points li.point02 .figure img {
  width: 368px;
}
#products ul.tags {
  margin: 0 auto;
  display: block;
  width: min(90%, 540px);
  text-align: left;
}
#products ul.tags li:first-child {
}
#products ul.tags li:last-child {
}
#products ul.tags li span {
  font-size: 21px;
  font-weight: 500;
  text-align: left;
}
#products ul.tags li:last-child span {
  width: 281px;
}

/* < 768px */
@media screen and (min-width: 1px) and (max-width: 768px) {
  #products {
  }
  #products .prdArea {
    position: relative;
    z-index: 100;
    padding: 0;
  }
  #products .ttl-section {
    margin-bottom: 9.375vw;
  }
  #products .product .figure {
    width: 69.53125vw;
    margin: 0 auto 6.71875vw;
  }
  #products .product .phrase {
    line-height: 1.35;
    font-size: clamp(25px, var(--fs-5050), 50px);
    margin-bottom: 4.6875vw;
  }
  #products .product .phrase span {
    display: block;
    margin-right: 0;
  }
  #products .product .tag {
    margin-bottom: 4.6875vw;
  }
  #products .product .tag span {
    font-size: 2.8125vw;
  }
  #products .product .price {
    font-size: 3.125vw;
    margin-bottom: 6.25vw;
  }
  #products .product .price span {
    display: block;
    margin-left: 0;
  }
  #products .product .award {
    width: 84.375vw;
    margin: 0 auto 13.125vw;
    padding: 0 10px;
  }
  #products .product .award::before,
  #products .product .award::after {
    width: 4.375vw;
    height: 10.9375vw;
  }
  #products .product .award .icon {
    width: 18.75vw;
    margin-right: 2.5vw;
  }
  #products .product .award .icon img {
    width: 100%;
  }
  #products .product .award .txt .title {
    font-size: 3.75vw;
  }
  #products .product .award .txt p {
    line-height: 1.5em;
    font-size: 2.5vw;
  }
  #products ul.points {
    display: block;
    margin: 0 auto 14.6875vw;
  }
  #products ul.points li {
    width: 100%;
    max-width: none;
  }
  #products .points .imgTxtBlk + .imgTxtBlk {
  }
  #products ul.points li .title {
    font-size: 7.8125vw;
    margin-bottom: 3.125vw;
  }
  #products ul.points li .phrase {
    margin-bottom: 6.25vw;
  }
  #products ul.points li .phrase span {
    font-size: 6.25vw;
  }
  #products ul.points li .phrase span::after {
    bottom: -0.78125vw;
    height: 0.78125vw;
  }
  #products ul.points li .feature {
    font-size: 3.4375vw;
    margin-bottom: 6.25vw;
  }
  #products ul.points li .explanation {
    font-size: 3.125vw;
    margin-bottom: 6.25vw;
  }
  #products ul.points li.point01 {
    margin-bottom: 12.5vw;
  }
  #products ul.points li.point01 .figure img {
    width: 46.875vw;
  }
  #products ul.points li.point02 .figure {
    margin-top: auto;
  }
  #products ul.points li.point02 .figure img {
    width: 77.8125vw;
  }
  #products ul.tags {
    max-width: 81.40625vw;
  }
  #products ul.tags li:first-child {
    margin-right: 2.65625vw;
  }
  #products ul.tags li:last-child {
    margin-top: 0;
  }
  #products ul.tags li span {
    width: 39.375vw;
    font-size: 3.125vw;
  }
  #products ul.tags li:last-child span {
    width: 59.375vw;
  }
}

#products #pointArea {
  padding: 100px 0;
  position: relative;
  z-index: 40;
}
#products .points .imgTxtBlk {
}
#products .points .imgTxtBlk + .imgTxtBlk {
  margin: 170px auto 0;
}
#products .points .imgTxtBlk .title {
}
#products .points .imgTxtBlk .phrase {
}
#products .points .imgTxtBlk .imgObj {
}
#products .points .imgTxtBlk .imgObj img {
  mix-blend-mode: darken;
}
#products .points .imgTxtBlk .txtObj {
  letter-spacing: 0.15em;
  line-height: 1.6;
  margin: 20px auto 0;
  font-weight: 500;
  font-size: clamp(10px, var(--fs-2020), 20px);
}
#products .points .imgTxtBlk .txtObj + .imgObj {
  margin: 80px auto 0;
}
#products .tagBlk {
}
#products .tagBlk .ttlObj {
  text-align: center;
  line-height: 1;
  margin: 0 auto 40px;
  letter-spacing: 0.15em;
  font-size: clamp(20px, var(--fs-4040), 40px);
  font-weight: 500;
}
#products .tagBlk .tags {
}
#products .tagBlk .tags li {
  /* width: 100%; */
  line-height: 2;
  padding: 0 0 0 2.8em;
  position: relative;
  text-align: left;
  letter-spacing: 0.1em;
}
#products .tagBlk .tags li::before {
  content: "";
  width: 1.8em;
  height: 1.8em;
  position: absolute;
  left: 0;
  top: 50%;
  border: 1.5px solid;
  transform: translate(0, -50%);
}
#products .tagBlk .tags li span {
  font-size: clamp(15px, var(--fs-3030), 30px);
}
#products .tagBlk .tags li span::before {
  content: "";
  position: absolute;
  border-right: 1.5px solid;
  border-bottom: 1.5px solid;
  width: 0.4em;
  height: 0.75em;
  transform: rotate(45deg) translate(0, -50%);
  top: 38%;
  left: 0.2em;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  #products #pointArea {
    padding: 60px 0;
  }
  #products .tagBlk .ttlObj {
    font-size: 25px;
    margin: 0 auto 20px;
  }
  #products .points .imgTxtBlk .txtObj + .imgObj {
    margin: 60px auto 0;
  }
  #products .points .imgTxtBlk + .imgTxtBlk {
    margin: 120px auto 0;
  }
}

.spno {
  display: block;
}
br.spno {
  display: inline;
}
.pcno {
  display: none;
}
br.pcno {
  display: none;
}

/* < 768px */
@media screen and (min-width: 1px) and (max-width: 768px) {
  .pcno {
    display: block;
  }
  br.pcno {
    display: inline;
  }
  .spno {
    display: none;
  }
  br.spno {
    display: none;
  }
}

.page-goods .block-goods-comment-box__accordion .block-goods-comment-box-c__c dl {
}
.page-goods .block-goods-comment-box__accordion .block-goods-comment-box-c__c dl dt {
  margin-bottom: 0.25em;
  font-weight: bold;
}
.page-goods .block-goods-comment-box__accordion .block-goods-comment-box-c__c dl dt::before {
  content: "";
}
.page-goods .block-goods-comment-box__accordion .block-goods-comment-box-c__c dl dd {
}
.page-goods .block-goods-comment-box__accordion .block-goods-comment-box-c__c dl dd + dt {
  margin-top: 1.5em;
}
