@charset "utf-8";
/* CSS Document */

/***** reset START ****/
/* SPフォントサイズ指定 */
#main .bge-contents .ItemdetailWrap {
    font-size: 10px;
}

#main .bge-contents .ItemdetailWrap p {
    font-size: 1.4em;
}

/* PCフォントサイズ指定 */
@media screen and (min-width: 641px) {
  #main .bge-contents .ItemdetailWrap,
  #main .bge-contents .ItemdetailWrap p {
    font-size: 16px;
  }
}

#main .bge-contents .ItemdetailWrap sup {
  position: static;
  top: auto;
}

#main .bge-contents .ItemdetailWrap h2,
#main .bge-contents .ItemdetailWrap h3,
#main .bge-contents .ItemdetailWrap h4 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5%;
    padding: 0;
    margin: 0 0 3% 0;
    border: none;
    background: none;
}

#main .bge-contents .ItemdetailWrap h3:before {
  content: none;
}

#main .bge-contents .ItemdetailWrap ul {
    margin: 0;
}


#main .bge-contents .ItemdetailWrap ul li {
  background: none;
}

/***** reset END ****/

#main .bge-contents .ItemdetailWrap h2 {
    font-size: 2em;
}

#main .bge-contents .ItemdetailWrap h3 {
    font-size: 1.8em;
}

@media screen and (min-width: 641px) {
    #main .bge-contents .ItemdetailWrap h2 {
        font-size: 1.625rem;
    }

    #main .bge-contents .ItemdetailWrap h3 {
        font-size: 1.375rem;
    }
}

#main .bge-contents .ItemdetailWrap p {
    line-height: 1.8em;
}

@media screen and (min-width: 641px) {
  #main .bge-contents .ItemdetailWrap p {
      margin: 0 2% 2%;
  }
}

#main .bge-contents .ItemdetailWrap img {
    width: 100%;
}


/***** 注釈 *****/
#main .bge-contents .ItemdetailWrap .attBlock {
    font-size: 1.1em;
    color: #666;
    line-height: 1.25em;
}

@media screen and (min-width: 641px) {
  #main .bge-contents .ItemdetailWrap .attBlock {
      font-size: .75rem;
  }
}

/***** 汎用 *****/

#main .bge-contents .ItemdetailWrap .txtRed {
    color: #d73651;
}

#main .bge-contents .ItemdetailWrap .txtPurple {
    color: #4d4f92;
}

#main .bge-contents .ItemdetailWrap .txtGold {
    color: #866d46;
}

#main .bge-contents .ItemdetailWrap .imgBox001 {
    margin: 0 auto 5%;
    width: 100%;
}

@media screen and (min-width: 641px) {
    #main .bge-contents .ItemdetailWrap .imgBox001 {
        width: 80%;
    }
}

#main .bge-contents .ItemdetailWrap .txtB {
    font-weight: bold;
}

#main .bge-contents .ItemdetailWrap .txtCenter {
    text-align: center;
}

#main .bge-contents .ItemdetailWrap .txtSmall {
    font-size: 1rem;
}

#main .bge-contents .ItemdetailWrap .txtLarge {
    font-size: 1.5rem;
}

@media screen and (min-width: 641px) {
    #main .bge-contents .ItemdetailWrap .txtSmall {
        font-size: 0.75rem;
    }

    #main .bge-contents .ItemdetailWrap .txtLarge {
        font-size: 1.625rem;
    }
}

#main .bge-contents .ItemdetailWrap .mrgB20 {
    margin-bottom: 20px;
}


/******************************
    メインビジュアルブロック
******************************/
#main .bge-contents .ItemdetailWrap p.mvBlock {
  margin: 0 0 1%;
}

/******************************
    BAエリア
******************************/
#main .bge-contents .ItemdetailWrap .baArea {
    background-color: #f5f2ea;
    padding: 5% 0;
    margin: 0 0 5% 0;
}

#main .bge-contents .ItemdetailWrap .baArea .txtBlock {
    font-size: 1.25rem;
    font-weight: bold;
    text-align: center;
}

#main .bge-contents .ItemdetailWrap .baArea .attBlock {
    width: 94%;
}

@media screen and (min-width: 641px) {
    #main .bge-contents .ItemdetailWrap .baArea .txtBlock {
        font-size: 1.5rem;
    }
}

/******************************
    ポイント・秘密エリア
******************************/
#main .bge-contents .ItemdetailWrap .pointArea,
#main .bge-contents .ItemdetailWrap .secretArea,
#main .bge-contents .ItemdetailWrap .freeArea,
#main .bge-contents .ItemdetailWrap .colorArea {
    text-align: center;
    margin: 0 0 10%;
}

#main .bge-contents .ItemdetailWrap .pointArea p,
#main .bge-contents .ItemdetailWrap .secretArea p,
#main .bge-contents .ItemdetailWrap .freeArea p,
#main .bge-contents .ItemdetailWrap .colorArea p {
    text-align: left;
}


/***** 見出しh2 *****/
#main .bge-contents .ItemdetailWrap .pointArea h2,
#main .bge-contents .ItemdetailWrap .secretArea h2 {
    position: relative;
    line-height: 1.4;
    padding: 2% 3%;
    display: inline-block;
    color: #4d4f92;
}

#main .bge-contents .ItemdetailWrap .pointArea h2:before,
#main .bge-contents .ItemdetailWrap .pointArea h2:after,
#main .bge-contents .ItemdetailWrap .secretArea h2:before,
#main .bge-contents .ItemdetailWrap .secretArea h2:after {
    content:'';
    width: 1.5rem;
    height: 2.5rem;
    position: absolute;
    display: inline-block;
}

#main .bge-contents .ItemdetailWrap .pointArea h2:before,
#main .bge-contents .ItemdetailWrap .secretArea h2:before {
    top:0;
    left: 0;
}

#main .bge-contents .ItemdetailWrap .pointArea h2:before {
    border-left: solid 2px #d73651;
    border-top: solid 2px #d73651;
}

#main .bge-contents .ItemdetailWrap .secretArea h2:before {
    border-left: solid 2px #4d4f92;
    border-top: solid 2px #4d4f92;
}

#main .bge-contents .ItemdetailWrap .pointArea h2:after,
#main .bge-contents .ItemdetailWrap .secretArea h2:after {
    bottom:0;
    right: 0;
}

#main .bge-contents .ItemdetailWrap .pointArea h2:after {
    border-right: solid 2px #d73651;
    border-bottom: solid 2px #d73651;
}

#main .bge-contents .ItemdetailWrap .secretArea h2:after {
    border-right: solid 2px #4d4f92;
    border-bottom: solid 2px #4d4f92;
}

/***** 見出しh3 *****/
#main .bge-contents .ItemdetailWrap .pointArea .ttl,
#main .bge-contents .ItemdetailWrap .secretArea .ttl {
    padding: 0 0 1%;
}

#main .bge-contents .ItemdetailWrap .pointArea .ttl {
    border-bottom: 1px solid #d73651;
}

#main .bge-contents .ItemdetailWrap .secretArea .ttl {
    border-bottom: 1px solid #4d4f92;
}

#main .bge-contents .ItemdetailWrap .pointArea .pointIcon,
#main .bge-contents .ItemdetailWrap .secretArea .secretIcon {
    display: block;
    height: 1.5em;
    width: 1.5em;
    border-radius: 50%;
    line-height: 1.5em;
    color: #ffff;
    margin: 0 auto 2%;
}

@media screen and (min-width: 641px) {
    #main .bge-contents .ItemdetailWrap .pointArea .pointIcon,
    #main .bge-contents .ItemdetailWrap .secretArea .secretIcon {
        display: inline-block;
        margin: 0 1% 0 0;
    }
}

#main .bge-contents .ItemdetailWrap .pointArea .pointIcon {
    background-color: #d73651;
}

#main .bge-contents .ItemdetailWrap .secretArea .secretIcon {
    background-color: #4d4f92;
}

#main .bge-contents .ItemdetailWrap .secretArea .seibunTxt {
    color: #866d46;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    border: 1px solid #866d46;
    padding: 1%;
}

@media screen and (min-width: 641px) {
    #main .bge-contents .ItemdetailWrap .secretArea .seibunTxt {
        font-size: 1.25rem;
    }
}

#main .bge-contents .ItemdetailWrap .pointArea h2,
#main .bge-contents .ItemdetailWrap .pointArea h3 {
    color: #d73651;
}

#main .bge-contents .ItemdetailWrap .secretArea h2,
#main .bge-contents .ItemdetailWrap .secretArea h3 {
    color: #4d4f92;
}

#main .bge-contents .ItemdetailWrap .pointArea .inner,
#main .bge-contents .ItemdetailWrap .secretArea .inner {
    margin: 0 0 3% 0;
}

/******************************
    成分エリア
******************************/
#main .bge-contents .ItemdetailWrap .seibunArea {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #ecebf4;
    padding: 2% 2% 0;
    margin: 0 auto 3%;
}

#main .bge-contents .ItemdetailWrap .seibunArea .innerBox {
    width: 49%;
    padding: 1%;
    margin: 0 0 2% 0;
    text-align: left;
    background-color: rgba(255,255,255,0.5);
}

@media screen and (min-width: 641px) {
    #main .bge-contents .ItemdetailWrap .seibunArea .innerBox {
        width: 32%;
    }
}

#main .bge-contents .ItemdetailWrap .seibunArea .innerBox p {
    margin: 0 0 1% 0;
    background-color: #fff;
}

#main .bge-contents .ItemdetailWrap .seibunArea .innerBox .koukaTxt {
    text-align: center;
    color: #866d46;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0 0 3% 0;
}

@media screen and (min-width: 641px) {
    #main .bge-contents .ItemdetailWrap .seibunArea .innerBox {
        font-size: 0.75rem;
    }

    #main .bge-contents .ItemdetailWrap .seibunArea .innerBox .koukaTxt {
        font-size: 1.125rem;
    }
}

#main .bge-contents .ItemdetailWrap .seibunArea .innerBox ul {
    margin: 3% 0 0 0;
}

#main .bge-contents .ItemdetailWrap .seibunArea .innerBox ul li {
    background-color: #9998c8;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 2%;
    margin: 0 0 1% 0;
}


/******************************
    無添加エリア
******************************/
#main .bge-contents .ItemdetailWrap .freeArea {
    background-color: #ebe9f7;
    padding: 5% 0;
}

#main .bge-contents .ItemdetailWrap .freeArea .ttl {
  color: #524692;
}

#main .bge-contents .ItemdetailWrap .freeArea ul li {
    display: inline-block;
    width: 7.5em;
    padding: 1% 0;
    border: 2px solid #bab8c9;
    border-radius: 5px;
    margin: 0 2px 4px;
    text-align: center;
    position: relative;
    font-size: 1.4em;
    font-weight: bold;
    color: #524692;
}

@media screen and (min-width: 641px) {
  #main .bge-contents .ItemdetailWrap .freeArea ul li {
      font-size: 1.125rem;
  }
}

#main .bge-contents .ItemdetailWrap .freeArea ul li:after {
   content: "";
   display: inline-block;
   width: 2px;
   height: 8em;
   background-color: #bab8c9;
   position: absolute;
   top: 50%;
   left: 50%;
   -webkit-transform: translate(-50%, -50%) rotate(75deg);
   transform: translate(-50%, -50%) rotate(75deg);
}

/******************************
    肌色エリア
******************************/
#main .bge-contents .ItemdetailWrap .skinColorArea {
    background-color: #f5f2ea;
    padding: 5% 0;
}

#main .bge-contents .ItemdetailWrap .skinColorArea h2 {
    color: #866d46;
}

#main .bge-contents .ItemdetailWrap .skinColorArea .inner {
    display: flex;
    text-align: center;
}

#main .bge-contents .ItemdetailWrap .skinColorArea .inner .colorTxt {
    margin: 0;
    color: #866d46;
    font-weight: bold;
    line-height: 1.5rem;
}

#main .bge-contents .ItemdetailWrap .skinColorArea .inner .colorImage {
    width: 80%;
    border: 2px solid #c0a975;
    margin: 0 auto 1%;
}

@media screen and (min-width: 641px) {
    #main .bge-contents .ItemdetailWrap .skinColorArea .inner .colorImage {
        width: 70%;
    }
}



/******************************
    コスメコンシェルジュエリア
******************************/
#main .bge-contents .ItemdetailWrap .ccCommentArea {
    background-color: #fff;
    padding: 4% 3%;
    margin: 2%;
    border-radius: 16px;
}


@media screen and (min-width: 641px) {
    #main .bge-contents .ItemdetailWrap .ccCommentArea {
        margin: 3%;
        padding: 2%;
    }
}

#main .bge-contents .ItemdetailWrap .ccCommentArea h4.ttl {
    color: #866d46;
    text-align: center;
    font-size: 1.4em;
    margin-bottom: 3%;
}

#main .bge-contents .ItemdetailWrap .ccCommentArea .inner {
    display: table;
}

#main .bge-contents .ItemdetailWrap .ccCommentArea .ccBlock,
#main .bge-contents .ItemdetailWrap .ccCommentArea .ccCommenBlock {
    display: table-cell;
    vertical-align: middle;
}

#main .bge-contents .ItemdetailWrap .ccCommentArea .ccBlock {
    width: 48%;
}

#main .bge-contents .ItemdetailWrap .ccCommentArea .ccCommenBlock {
    width: 52%;
}

@media screen and (min-width: 641px) {
    #main .bge-contents .ItemdetailWrap .ccCommentArea .ccBlock {
        width: 30%;
    }

    #main .bge-contents .ItemdetailWrap .ccCommentArea .ccCommenBlock {
        width: 70%;
    }
}

#main .bge-contents .ItemdetailWrap .ccCommentArea .ccCommenBlock .ccCommenTxt {
    margin: 0;
    text-align: left;
    line-height: 1.5em;
}

@media screen and (min-width: 641px) {
    #main .bge-contents .ItemdetailWrap .ccCommentArea .ccCommenBlock .ccCommenTxt {
        line-height: 1.8em;
    }
}
