.article p{
    font-size: 15px;
}
.article h2{
    font-size: 22px;
    margin-bottom: 0.5rem;
}
.article h3{
    font-size: 16px;
    margin-top: 0.5rem;
}
section{
    margin-bottom: 50px;
}
.article img{
    width: 100%;
}
.image_box{
    margin: 0.5rem 0;
}
.series_btn{
    width: 50%;
    margin: 0 auto;
}
.article .sub {
    font-size: 10px;
    text-align: right;
}
.sp_only{
    display: none;
}

@media screen and (max-width:768px){
.article p{
    font-size: 3.2vw;
}
.article h2{
    font-size: 4.2vw;
}
.article h3{
    font-size: 3.4vw;
}
.series_btn{
    width: 100%;
}
.article .sub {
    font-size: 2.8vw;
}
.pc_only{
    display: none;
}
.sp_only{
    display: inline-block;
}
}


/*-----

ビオフィート

-----*/

.biophyto_box6 .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2rem;
}
.biophyto_box6 .content_box1{
    width: 47%;
    margin: 0 0
}
.biophyto_box6 .content_heading{
    color: #fff;
    margin-bottom: 5px;
}
.biophyto_box6 .content_heading span{
    background: #6d8e46;
    padding: 2px 5px;
}

.biophyto_box7 .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1rem;
}
.biophyto_box7 .content .content_box2{
    width: 30%;
}
.biophyto_box7 .content_image{
    width: 85%;
    margin: 0 auto;
}
.biophyto_box7 .content_head{
    color: #6d8e46;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 20px 0 8px;
}
.biophyto_box7 .content_text{
    margin: 0 5px;
}

@media screen and (max-width: 768px) {
.biophyto_box6 .content, .biophyto_box7 .content{
    display: inline-block;
}
.biophyto_box6 .content_box1, .biophyto_box7 .content .content_box2{
    width: 100%;
    margin-bottom: 1rem;
}
.biophyto_box7 .content .content_box2:nth-of-type(2){
    margin: 2rem 0;
}
}


/*-----

ミューズ

-----*/

.muse_box7 .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1rem;
}
 .muse_box7 .content .content_box2{
    width: 30%;    
}
.muse_box7 .content_image{
    width: 85%;
    margin: 0 auto;
}
.muse_box7 .content_head{
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 20px 0 8px;
}
.muse_box7 .content_text{
    margin: 0 5px;
}

@media screen and (max-width: 768px) {
.muse_box7 .content{
    display: inline-block;
}
.muse_box7 .content .content_box2{
    width: 100%;
    margin-bottom: 1rem;
}
.muse_box7 .content .content_box2:nth-of-type(2){
    margin: 2rem 0;
}
}

/*-----

ミューズ　エンチャンティングボディクリーム

-----*/

/* sec_text1　芸能人愛用 */
.topic_box{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.topic_box img{
    width: 15%;
}
.topic_box h3{
    font-size: 30px;
    text-align: center;
    padding-bottom: 1rem;
}
/* sec_text1　芸能人愛用 ここまで*/

/* sec_text2　メディア掲載 */
.media_box h3{
    text-align: center;
    font-size: 30px;
}
.media_box h4{
    text-align: center;
    font-size: 22px;
    margin: 1rem 0 2rem;
}
.media_box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 3rem;
}
.media_box li{
    width: 17%;
    margin-bottom: 1rem;
}
.media_box .vogue img{
    height: 93%;
}

/* sec_text2　メディア掲載 ここまで*/

/* sec_text3　topic2 */

.muse_text3 h3{
    text-align: center;
}
.topic2_box{
    position: relative;
    background: #ea6b8d2b;
    box-shadow: 0px 0px 0px 18px #ea6b8d2b;
    border: dashed 3px white;
    padding: 3em 0.5em 2em;
    margin: 1rem;
}
.topic2_box:after{
    position: absolute;
    content: '';
    right: -20px;
    top: -21px;
    border-width: 0px 55px 55px 0;
    border-style: solid;
    border-color: #EA6B8D #fff #ea6b8d;
    box-shadow: -1px 1px 1px rgb(0 0 0 / 15%);
}
.topic2_box h3 {
    margin: 0; 
    padding: 0;
    font-size: 24px;
}
.topic2_box .topic2_text1{
    font-size: 26px;
}
.topic2_box .topic2_text2{
    color: #EA6B8D;
    font-size: 38px;
}


/* sec_text3　topic2 ここまで*/

/* sec_text4　愛される理由 */

.product_box .product_title{
    text-align: center;
    font-size: 28px;
    margin: 5rem 0 0;
}
.product_box .product_text{
    text-align: center;
    margin: 2rem 0 3rem;
    font-size: 27px;
}
.product_box .product_text span{
    background-color: #EA6B8D;
    color: #fff;
    padding: 0.5rem 1.8rem 0.5rem;
    line-height: 2.5;
    border-radius: 100px;
}

/* point */

.point_cont .point_no{
    text-align: center;
    font-size: 22px;
    line-height: 1.1;
}
.point_cont .point_no span{
    font-size: 55px;
}

.point_inner{
    position: relative;
}
.point_inner:nth-of-type(1)::before{
    content: url(https://gigaplus.makeshop.jp/wclinic/shop/article/CHRISTINA/muse_bodycream_point5.png);
    position: absolute;
    top: 78%;
    z-index: 10;
    transform: scale(0.9);
}
.point_inner:nth-of-type(2)::before{
    content: url(https://gigaplus.makeshop.jp/wclinic/shop/article/CHRISTINA/muse_bodycream_point6.png);
    position: absolute;
    top: 110%;
    left: 71%;
    z-index: 20;
    transform: rotate(10deg) scale(0.8);
}
.point_inner:nth-of-type(3)::before{
    content: url(https://gigaplus.makeshop.jp/wclinic/shop/article/CHRISTINA/muse_bodycream_point7.png);
    position: absolute;
    top: 102%;
    left: -5%;
    z-index: 30;
    transform: scale(0.8);
}

.point_inner_image{
    text-align: center;
    margin: 1rem auto -2rem;
    width: 9%;
}
.point_inner_headline{
    text-align: center;
    font-size: 26px;
    margin: 1rem 0;
}
.point_inner_text p{
    text-align: center;
    font-size: 18px;
    line-height: 2;
}
.point_inner_text{
    border: 3px solid #A4A4A4;
    padding: 30px 0px;
    margin-bottom: 5rem;
}
.point_inner:nth-of-type(4) .point_inner_text{
    margin-bottom: 5rem;
}


/* sec_text4　愛される理由 ここまで*/

/* sec_text5　こんな方におすすめ */

.recommend_box h3{
    text-align: center;
    font-size: 28px;
}
.recommend_box h4{
    text-align: center;
    font-size: 22px;
    margin: 20px 0;
}
.recommend_box ul{
    width: fit-content;
    margin: auto;
    font-size: 18px;
    line-height: 2.3;
}
.recommend_box li{
    width: 100%;
    list-style-type: square;
    color: #DB6D8A;
}
.recommend_box li span{
    color: #333;
}

/* sec_text5　こんな方におすすめ ここまで*/

/* sec_text6　5つの成分 */

.object_box{
    background-color: #eee;
    margin: 3rem 0;
    padding: 40px 10px 10px;
}

.object_box h3{
    text-align: center;
    margin: 0 0 2rem;
    font-size: 24px;
}
.object_box h3 span{
    background-color: #EA6B8D;
    color: #fff;
    padding: 0.3rem 1.5rem 0.3rem;
    line-height: 3;
    border-radius: 100px;
}
.object_box ul{
    margin: 0 4rem;
    font-weight: 600;
}
.object_box li{
    font-size: 15px;
    margin-bottom: 2rem;
    font-weight: 500;
}
.object_box li span{
    font-size: 22px;
}

/* sec_text6　5つの成分 ここまで*/

/* sec_text7　FREE */

.free_box h3{
    text-align: center;
    font-size: 28px;
}
.free_box h4{
    text-align: center;
    font-size: 22px;
    margin: 20px 0;
}
.free_box h4 span{
    text-emphasis: dot #333;
}

.circle_box{
  text-align: center;
}
.circle {	
  position: relative;
  display: inline-block;
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  border: solid 2px #DB6D8A;
  margin: 1rem;
  pointer-events: none;
}

.circle span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 1.4;

}
.circle:before {
    position: absolute;
    left: 63px;
    top: 0;
    content: "";
    width: 1.5px;
    height: 100%;
    background: #DB6D8A;
    border-radius: 3px;
    transform: rotate(45deg);
}

/* sec_text7　FREE　ここまで */

/* sec_text9 */
/*     ブランド紹介     */
/*アコーディオン全体*/
.brandbox {
  width: 100%;
  padding: 0 0 10px;
}
.brandbox input {
  display: none; /*チェックボックスを隠す*/
}
/*バー部分*/
.brandbox label {
  text-align: start;
  cursor :pointer;
  display: block;
  text-decoration: none;
  color: #404040;
  letter-spacing: 1px;
  position: relative;
  padding: 10px 10px 10px 50px;
  margin-bottom: 10px;
  background-color: #eeeeef;
  font-size: 15px;
}
/*開いたときに表示される部分*/
.brandbox ul {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 1px;
}
.brandbox li {
  font-size: 14px;
  height: 0;
  overflow-y: hidden;
  transition: padding-bottom 0.5s, padding-top 0.5s; /*閉じるときのアニメーション*/
  -webkit-transition: padding-bottom 0.5s, padding-top 0.5s;
  -moz-transition: padding-bottom 0.5s, padding-top 0.5s;
  -ms-transition: padding-bottom 0.5s, padding-top 0.5s;
  -o-transition: padding-bottom 0.5s, padding-top 0.5s;
  line-height: 1.86;
}
#menu_bar01:checked ~ #links01 li,
#menu_bar02:checked ~ #links02 li,
#menu_bar03:checked ~ #links03 li,
#menu_bar04:checked ~ #links04 li{
  height: auto; /*開いたときに表示されるliの高さ*/
  opacity: 1;
  background: #fff;
  padding: 10px;
  color: #383838;
}
 /*開いたときの下の余白*/
#menu_bar01:checked ~ #links01 li:last-child,
#menu_bar02:checked ~ #links02 li:last-child,
#menu_bar03:checked ~ #links03 li:last-child,
#menu_bar04:checked ~ #links04 li:last-child{
  margin-bottom: 20px;
}
/*閉じた状態の矢印描画*/
.brandbox label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #4c4c4c 3px solid;
  border-right: #4c4c4c 3px solid;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  position:absolute;
  left: 3%;
  top: 0;
  bottom: 15%;
  margin: auto;
}
/*開いた状態の矢印描画*/
.brandbox input[type=checkbox]:checked + label:after{
  content:"";
  display:block;
  width:8px;
  height:8px;
  border-top: #4c4c4c 3px solid;
  border-right: #4c4c4c 3px solid;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position:absolute;
  left: 3%;
  top: 7%;
  bottom: 0;
  margin: auto;
}
.brandbox .explanation1 {
    font-size: 15px;
    color: #668ad8;
}
.muse_text9 ul#links04 {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
}
.muse_text9 ul#links04 li {
    overflow: hidden;
    position: relative;
    width: 49.5%;
}
.muse_text9 ul#links04 img {
    margin: 1.5em 0;
    object-fit: contain;
    width: 100%;
}
.muse_text9 #links04 li a {
    display: block;
    color: #5d6b74;
}

@media screen and (max-width: 768px) {
.topic_box{
    justify-content: space-between;
}
.topic_box h3{
    line-height: 1.9;
    letter-spacing: 1px;
}
.topic_text{
    text-align: center;
}
/* sec_text1　芸能人愛用 ここまで*/

/* sec_text2　メディア掲載 */
.media_box h3{
    margin: 1rem 0 1rem;
    letter-spacing: 4px;
}
.media_box h4{
    font-size: 3.4vw;
}
.media_box li{
    width: 30%;
}
.topic2_box h3 {
    font-size: 15px;
}
.topic2_box .topic2_text1{
    font-size: 3.4vw;
}
.topic2_box .topic2_text2{
    font-size: 4.2vw;
}
/* sec_text3　topic2 ここまで*/

/* sec_text4　愛される理由 */
.product_box .product_title{
    font-size: 3.4vw;
}
.product_box .product_text{
    margin: 1rem 0;
    font-size: 3.4vw;
}
.product_box .product_text span{
    padding: 0.3rem 0.8rem;
    line-height: 3.5;
}

/* point */

.point_cont .point_no{
    font-size: 3.4vw;
}
.point_cont .point_no span{
    font-size: 10vw;
}
.point_inner:nth-of-type(1)::before{
    left: -15%;
    top: 65%;
    transform: scale(0.5);
}
.point_inner:nth-of-type(2)::before{
    left: 50%;
    top: 100%;
    transform: rotate(10deg) scale(0.4);
}
.point_inner:nth-of-type(3)::before{
    left: -20%;
    top: 80%;
    transform: scale(0.5);
}
.point_inner_image{
    width: 15%;
}
.point_inner_headline{
    font-size: 4.2vw;
}
.point_inner_text{
    padding: 30px 10px;
}
/* sec_text4　愛される理由 ここまで*/

/* sec_text5　こんな方におすすめ */
.recommend_box ul{
    font-size: 3.2vw;
    margin: auto;
    line-height: 2;
}
.recommend_box h4{
    font-size: 3.4vw;
}

/* sec_text5　こんな方におすすめ ここまで*/

/* sec_text6　5つの成分 */

.object_box{
    margin: 4rem 0 0;
}

.object_box h3{
    margin-bottom: 1rem;
}
.object_box h3 span{
    padding: 0.3rem 1.5rem;
}
.object_box ul{
    margin: 0 10px;
}
.object_box li{
    font-size: 3.2vw;
    margin-bottom: 1.4rem;
}
.object_box li span{
    font-size: 3.4vw;
}

/* sec_text6　5つの成分 ここまで*/

/* sec_text7　FREE */

.free_box{
    position: relative;
}
.free_box h3{
    margin: 3rem 0 0;
}
.free_box h4{
    font-size: 3.4vw;

}

.circle_box{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}
.circle {
    width: 4.5rem;
    height: 4.5rem;
    margin: 0.3rem;
}
.circle span {
   font-size: 3vw;
}

.circle:before {
    left: 35px;
    width: 2px;
}
/* sec_text7　FREE　ここまで */

/* sec_text9 */
.shadow {
    margin: 0 0 32px;
}
}
/*-----

ミューズ　エンチャンティングボディクリームここまで

-----*/



/*-----

シャトーデボーテ

-----*/

.chateaudebeaute_box7 .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1rem;
}
.chateaudebeaute_box7 .content .content_box2{
    width: 24%;
}
.chateaudebeaute_box7 .content_image{
    width: 85%;
    margin: 0 auto;
}
.chateaudebeaute_box7 .content_head{
    color: #992655;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 20px 0 8px;
}
.chateaudebeaute_box7 .content_text{
    margin: 0 5px;
}

@media screen and (max-width: 768px) {
.chateaudebeaute_box7 .content{
    display: inline-block;
}
.chateaudebeaute_box7 .content .content_box2{
    width: 100%;
    margin-bottom: 1rem;
}
.chateaudebeaute_box7 .content .content_box2:nth-of-type(2){
    margin: 2rem 0;
}
.chateaudebeaute_box7 .content .content_box2:nth-of-type(3){
    margin: 2rem 0;
}
}

/*-----

イラストリアス

------*/

.illustrious_box7 .image_box{
    width: 70%;
    margin: 2rem auto 4rem;
}
.illustrious_box7 .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1rem;
}
.illustrious_box7 .content .content_box2{
    width: 24%;
}
.illustrious_box7 .content_image{
    width: 85%;
    margin: 0 auto;
}
.illustrious_box7 .content_head{
    text-align: center;
    margin: 20px 0 8px;
}


@media screen and (max-width: 768px) {
.illustrious_box7 .image_box{
    width: 100%;
    margin: 2rem auto;
}
.illustrious_box7 .content{
    display: inline-block;
}
.illustrious_box7 .content .content_box2{
    width: 100%;
    margin-bottom: 1rem;
}
.illustrious_box7 .content .content_box2:nth-of-type(2){
    margin: 2rem 0;
}
.illustrious_box7 .content .content_box2:nth-of-type(3){
    margin: 2rem 0;
}
.illustrious_box7 .content_image{
    width: 70%;
}
}

/*-----

ローズドメーラ

-----*/

.rosedemer_box7 .image_box{
    width: 70%;
    margin: 2rem auto 4rem;
}
.rosedemer_box7 .content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 1rem;
}
.rosedemer_box7 .content .content_box2{
    width: 40%;
}
.rosedemer_box7 .content_image{
    width: 85%;
    margin: 0 auto;
}
.rosedemer_box7 .content_head{
    text-align: center;
    margin: 20px 0 8px;
}

@media screen and (max-width: 768px) {
.rosedemer_box7 .image_box{
    width: 100%;
    margin: 2rem auto;
}
.rosedemer_box7 .content{
    display: inline-block;
}
.rosedemer_box7 .content .content_box2{
    width: 100%;
    margin-bottom: 1rem;
}
.rosedemer_box7 .content .content_box2:nth-of-type(2){
    margin: 2rem 0;
}
.rosedemer_box7 .content .content_box2:nth-of-type(3){
    margin: 2rem 0;
}
.rosedemer_box7 .content_image{
    width: 70%;
}
}




/*-----

シリーズごとのカラー

-----*/

.unstress{
    color: #51b8b8;
}
.biophyto{
    color: #7fb942;
}
.muse{
    color: #e95293;
}
.foreveryoung{
    color: #efb05d;
}
.chateaudebeaute{
    color: #992655;
}
.illustrious{
    color: #6c7a84;
}
.comodex{
    color: #d0231e;
}
.rosedemer{
    color: #2a3480;
}

