h1,h2,h3{
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}

p{
  font-family: "Noto Sans CJK JP","Noto Sans JP",sans-serif;
  font-size: 15px;
}

.aboutNotes{
  font-size: 12px;
  color: #757575;
  line-height: 1.5;
}

.prescBox .aboutNotes{
  font-size: 12px;
  color: #757575;
  line-height: 1.5;
  margin-top: 10px;
}

.AboutTitleBack {
    background: url(../img/about/bg01.png) no-repeat;
    height: 522px;
    background-size: cover;
    margin-top: -50px;
    z-index: -1;
    position: relative;
    width: 100%;
}

.AboutTitle {
  width: 1040px;
  margin: 0 auto;
  padding: 100px 0;
}

@media screen and (max-width: 1060px) {
  .AboutTitle {
    width: 90%;
  }
}

.AboutTitle h1 {
    line-height: 1;
}

.AboutTitle .AT_en{
  font-size: 40px;
}

.AboutTitle .AT_jp{
  font-size: 18px;
  font-weight: normal;
}

.aboutKV {
    position: relative;
    width: 100%;
    min-height: 28vw;
}


.aboutKV picture {
    position: absolute;
    top: -280px;
    text-align: right;
    width: 100%;
    animation: fadeIn 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.aboutKV picture img {
    max-width: 90%;
    max-height: 590px;
}


.KVtext{
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}

.KVtext > p:first-child {
    font-weight: 500;
    font-size: 30px;
    font-family: "Noto Serif JP", serif;
}

.KVtext > div p {
    margin-top: 25px;
    font-size: 18px;
    font-family: "Noto Serif JP", serif;
}

.troubleReason{
  background-color: #EFF3F6;
  padding: 100px 0;
}

.troubleReason h2,
.promiseForCustomer h2 {
    text-align: center;
    margin-bottom: 65px;
    font-weight: 500;
    /* font-size: 2.8vw; */
    font-size: 36px;
}

.troubleReason h2:after,
.promiseForCustomer h2:after {
    content: "";
    display: block;
    border-top: 1px solid;
    width: 40px;
    margin: 25px auto 0;
}

.trBox {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.trBox > div:first-child {
    width: 50%;
    position: relative;
    flex: 1;
}

.trBoxInner {
    position: absolute;
    right: -30px;
    width: 556px;
    content: '';
}

@media screen and (max-width: 1060px) {
  .trBoxInner{
    position: relative;
    width: auto;
  }
}

.trBox > div:last-child {
    width: 50%;
    text-align: right;
}


.trTitle {
    display: inline-block;
}

.trTitle span {
    display: inline-block;
    background-color: #fff;
    font-size: 24px;
    padding: 0 5px;
    margin-bottom: 10px;
    white-space: nowrap;
}

.trTitle span:last-child{
  margin-bottom: 0;
}

.trBox img {
    width: 80%;
}

.trTitle + p{
  margin-top: 30px;
}

.trNotes {
    /* font-size: 1vw; */
    margin-top: 20px;
}

@media screen and (max-width: 1200px) {
  .trTitle span{
    font-size: 1.9vw;
  }

  .trTitle + p{
  font-size: 1.35vw;
  }

  .trNotes {
    font-size: 1vw;
  }
}


.prescription{
  background: url(../img/about/bg02.png) no-repeat;
  background-size: cover;
}

.prescription > div {
    width: 1040px;
    margin: 0 auto;
    padding: 100px 0 200px;
}

@media screen and (max-width: 1060px) {
  .prescription > div {
    width: 95%;
}
}

.prescription h2,
.dshcResearch h2{
  font-size: 36px;
  margin-bottom: 35px;
  text-align: left;
}

@media screen and (max-width: 1060px) {
  .dshcResearch h2,
  .prescription h2 {
    font-size: 3vw;
  }
}

.prescription h2:after,
.dshcResearch h2:after{
    content: "";
    width: 50px;
    border-top: 1px solid #757575;
    display: block;
    margin-top: 35px;
}

.dshcResearch h2:after{
  margin: 35px 0 0 0;
}

.prescription h2 + p{
  margin-bottom: 20px;
}

.presNotes{
  margin-bottom: 40px;
}

.prescBox {
    background: rgba(255, 255, 255, 0.5);
    padding: 65px;
}

.prescBox h2{
  font-size: 30px;
  margin-bottom: 20px;
}

.prescBox p {
    line-height: 32px;
}

.prescBox .prescTitle{
    font-family: "Noto Serif JP", serif;
    font-size: 22px;
    margin: 20px 0;
    border-bottom: 1px solid;
    display: inline-block;
    line-height: 2;
}

.prescBox .prescTitle.beauty{
  margin-top: 40px;
}

.activeIngredient,
.beautyIngredient {
  display: grid;
  margin-top: 30px;
}

.activeIngredient {
    grid-template-columns: repeat(2, 50%);
    grid-column-gap: 5px;
}

.beautyIngredient {
  grid-template-columns: 1.5fr 0.5fr 1fr 1fr;
  grid-template-rows   : repeat(2, 50%);
  gap: 5px;
}

.beautyIngredient > div:nth-of-type(1){
  grid-column: 1 / 2;
}

.beautyIngredient > div:nth-of-type(2) {
    grid-column: 2 / 5;
}

.beautyIngredient > div:nth-of-type(3) {
    grid-column: 1 / 3;
}

.beautyIngredient > div:nth-of-type(4) {
    grid-column: 3 / 5;
}

.activeIngredient > div,
.beautyIngredient > div {
    background: #fff;
    padding: 40px 20px;
    text-align: center;
}

.activeIngredient > div  p,
.beautyIngredient > div  p,
.beautyIngredient > div h4{
  line-height: 1.5;
}

.activeIngredient > div >p:first-child,
.beautyIngredient > div >p:first-child {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 24px;
}

.activeIngredient img {
    width: 120px;
    margin-bottom: 10px;
}

.beautyIngredient img{
  width: 100px;
  margin-bottom: 10px;
}

.beautyIngredient .beautyIngrBox{
  display: flex;
  justify-content: space-around;
}

.beautyIngredient .beautyIngrBox > div{
  width: 50%;
}

.beautyIngrBox .smallText{
  font-size: 13px;
}

.promiseForCustomer {
    width: 1040px;
    margin: 0 auto;
    padding: 100px 0;
}
@media screen and (max-width: 1060px) {
  .promiseForCustomer {
    width: 100%;
  }
}

.promiseForCustomer h2 + p {
    text-align: center;
    margin-bottom: 100px;
}

.promiseBox {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto;
}

@media screen and (max-width: 1060px) {
.promiseBox {
    max-width: 90%;
  }
}

.promiseBox img {
    width: 190px;
}

.promiseBox p {
    text-align: center;
    margin-top: 20px;
    line-height: 1.5;
}

.promiseBox span{
  font-size: 10px;
  color: #757575;
  line-height: 1.5;
  display: block;
  margin-top: 5px;
}

.aboutNotes.promiseNotes{
  text-align: center;
  margin-top: 40px;
}

.sdgsBox {
    padding: 50px;
    border: 5px solid #EFF3F6;
    margin-top: 100px;
    text-align: center;
}

@media screen and (max-width: 1060px) {
  .sdgsBox {
    width: 80%;
    margin: 50px auto;
  }
}

.sdgsBox h3 {
    font-size: 30px;
    margin-bottom: 30px;
}

.linkBox {
    margin: 40px 0 0;
    display: inline-block;
    border: 1px solid;
    padding: 15px 100px;
    text-decoration: none;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    background-color: #fff;
}

.linkBox:after {
    content: "";
    font-weight: normal;
    color: #707070;
    position: absolute;
    top: 25px;
    bottom: 0;
    right: 15px;
    width: 9px;
    height: 9px;
    border-top: 1px solid;
    border-right: 1px solid;
    transform: rotate(45deg);
    box-sizing: border-box;
}

.dshcResearch{
  background: url(../img/about/bg03.png) no-repeat;
  background-size: cover;
  padding: 100px 0 0;
}

.rsBox div:first-child {
    order: 2;
}

.rsBoxInner {
    right: 372px;
}

.rsBoxInner .rsLink{
  margin-top: 30px;
  text-align: center;
  width: 362px;
}

.trBoxInner.rsBoxInner .rsLink p{
  font-family: "Noto Serif JP", serif;
}

.rsLink .linkBox {
    margin-top: 10px;
}

.rsBox > div:last-child {
    text-align: left;
}

.rsBoxInner{
  position: relative;
  right: 0;
  width: 512px;
}

@media screen and (max-width: 1060px) {
  .rsBoxInner {
    width: 90%;
  }
}

.dshcResearch .lastText {
    text-align: center;
    padding: 100px 0;
}

.dshcResearch .lastText p{
  font-family: "Noto Serif JP", serif;
  font-size: 24px;
  line-height: 56px;
}


/* SP */
@media screen and (max-width: 767px) {

  .AboutTitle {
    width: 90%;
  }

  .aboutKV{
    min-height: 26vh;
  }

  .aboutKV .KVBox picture{
    width: auto;
    display: flex;
    justify-content: flex-end;
  }

  .aboutKV picture img {
    max-width: 95%;
    max-height: auto;
  }

  .KVBox{
    display: flex;
    justify-content: flex-end;
  }

  .KVtext {
    width: 90%;
    margin: 0 auto 60px;
    line-height: 1.5;
  }

  .KVtext > p:first-child {
    font-size: 21px;
  }

  .KVtext > div p {
    font-size: 14px;
    line-height: 1.8;
  }

  .troubleReason{
    padding: 60px 0;
  }

  .troubleReason h2,
  .promiseForCustomer h2{
    font-size: 7vw;
    margin-bottom: 30px;
  }

  .trBox {
    flex-direction: column-reverse;
    margin: 0 auto;
  }

  .trBox > div:first-child {
    width: 100%;
    margin: 0 auto;
  }

  .trBoxInner {
    position: relative;
    right: 0;
    width: 90%;
    margin: 0 auto;
  }

  .trBox > div:last-child {
    width: 90%;
    margin: 0 auto;
  }

  .trBox img{
    width: 100%;
  }

  .trTitle span {
    font-size: 20px;
  }

  .trTitle + p{
    font-size: 14px;
  }

  .trNotes {
    font-size: 10px;
  }

  .prescription {
    background: url(../img/about/bg02_sp.png) no-repeat;
    background-size: cover;
  }

  .prescription > div {
    width: 90%;
    padding: 100px 0;
  }

  .prescription h2 {
      margin: 0 auto 35px;
      font-size: 24px;
  }

  .prescBox{
    padding: 5%;
  }
  .prescBox h2{
    font-size: 20px;
  }

  .prescBox p {
    line-height: 24.5px;
}

  .prescBox .prescTitle {
    display: inline;
    padding-bottom: 5px;
  }

.prescBox .prescTitle:before, 
.prescBox .prescTitle:after {
    display: block;
    margin: 20px;
    content: "";
  }

  .activeIngredient {
    grid-template-columns: auto;
    grid-row-gap: 5px;
  }

  .activeIngredient > div > div {
    display: flex;
    align-items: center;
    text-align: left;
    column-gap: 20px;
    font-size: 16px;
  }

  .activeIngredient img {
    width: 80px;
  }

  .beautyIngredient {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }

  .beautyIngredient .beautyIngrBox {
    flex-direction: column;
    gap: 20px;
  }

  .beautyIngredient .beautyIngrBox > div,
  .beautyIngredient > div > .glossy {
    display: flex;
    width: 100%;
    column-gap: 20px;
    align-items: center;
    text-align: left;
  }

    .beautyIngredient .beautyIngrBox > div span{
      font-size: 12px;
    }

  .beautyIngredient img {
    width: 80px;
  }

  .promiseForCustomer {
    width: 90%;
    padding: 50px 0;
  }

  .promiseForCustomer h2 + p {
    text-align: left;
    width: 100%;
    margin: 0 auto 30px;
  }

  .promiseBox {
    flex-direction: column;
  }

  .promiseBox > div {
    display: flex;
    align-items: center;
    gap: 15px;
  }

  .promiseBox img {
    width: 120px;
  }

  .promiseBox p {
    text-align: left;
  }

  .aboutNotes.promiseNotes {
    text-align: left;
  }

  .sdgsBox {
    margin-top: 50px;
    padding: 20px;
  }

  .sdgsBox h3 {
    font-size: 20px;
    letter-spacing: -0.8px;
  }

  .linkBox {
    margin: 30px 0 0;
    padding: 15px 20%;
  }

  .dshcResearch{
    background: url(../img/about/bg03_sp.png);
    background-size: cover;
  }

  .rsBox{
    flex-direction: column;
  }

  .rsBoxInner h2 {
    margin-top: 30px;
  }

  .rsBox > div:last-child {
    width: 90%;
  }

  .rsBoxInner .rsLink {
    width: 100%;
  }

  .rsLink .linkBox {
    width: 59%;
    text-align: center;
  }

  .dshcResearch .lastText {
    padding: 100px 0 50px;
  }

  .dshcResearch .lastText p {
    font-size: 18px;
    line-height: 42px;
  }

}

@media screen and (max-width: 720px) {
    .AboutTitleBack {
    background: url(../img/about/bg01_sp.png) no-repeat;
    height: 480px;
    background-size: contain;
  }
}

@media screen and (max-width: 736px) and (min-width: 720px) {
  .aboutKV{
    min-height: 16vh;
  }
}

@media screen and (max-width: 719px) and (min-width: 493px) {
  .aboutKV{
    min-height: 42vh;
  }
}