@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&subset=japanese');
#skincare sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
}
html, body {
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  body {
    -webkit-text-size-adjust: 100%; /* iOS Safariで文字が大きすぎるのを調整する */
  }
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 61px; /* sticky header height 55px  + border-top 6px */
  }
}
@media screen and (min-width: 768px) and (max-width: 930px) {
  main {
    margin-top: 90px;
  }
}
#skincare {
  width: 100%;
  margin: 0 auto;
}
main > article > section {
  box-sizing: border-box;
  /*width: 950px;*/
  margin: 0 auto;
  clear: both;
}
@media screen and (max-width: 768px) {
  main > article > section {
    /*width: 740px;*/
    width: 760px;
  }
}
@media screen and (max-width: 767px) {
  #skincare {
    width: 100%;
  }
  main > article > section {
    width: 100%;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 959px) {
  #skincare {
    width: 100%;
  }
}
#skincare {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
  color: #333;
  font-family: 'Noto Serif', 'Noto Serif JP', serif;
}
#skincare .font_g, .exp1, .n-text, .small, #researcher_group, .lip_color_name, .lip_color_summary, .lip_note, .nyuance-eye_howto, .nyuance-eye_howto p {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
.n-text{text-align: justify;}
.small {
  margin-top: 10px;
  font-size: 12px;
}
main img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* ===========================================================
202107 　新ヘッダー（Beauty clum＋月 ロゴ追加）　ここから
============================================================= */
/* ヘッダー　BG */
main .logo_area {
  width: 100%;
  height: 150px;
  background-size: cover;
  background: url("../../images/common/bg_logo.jpg") center center / cover no-repeat;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  main .logo_area {
    width: 100%;
    height: auto;
    background-size: cover;
    background: url("../../images/common/bg_logo.jpg") center center / cover no-repeat;
    margin-bottom: 18px;
  }
}
/* ヘッダー　ロゴエリア */
main .header {
  text-align: center;
  margin: 0 auto 10px;
  padding-top: 10px;
}
main .header .bc_logo {
  width: 340px;
  margin-right: 25px;
}
main .header .month {
  height: 40px;
  position: relative;
/*  top: -36px;*/
}
main .header p {
  color: #4f4f4f;
  font-size: 1.125rem;
  margin-top: -12px;
}
main .header_text {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  main .header {
    text-align: center;
    margin: 0 auto;
    padding: 10px;
  }
  main .header .bc_logo {
    width: 45%;
    margin-right: 15px;
  }
  main .header .month {
    height: auto;
/*    top: -16px;*/
    width: 137px;
  }
  main .header p {
	font-size: 0.9375rem;
    margin-top: -5px;
  }
}
@media screen and (min-width: 568px) and (max-width: 767px) {
  main .header .month {
    height: 32px;
/*    top: -30px;*/
  }
}
@media print, screen and (max-width: 329px) {
  main .header .month {
    height: 18px;
/*    top: -12px;*/
  }
  main .header p {
    font-size: 0.875rem;
  }
}
/* ===========================================================
202107 　新ヘッダー（Beauty clum＋月 ロゴ追加）　ここまで
============================================================= */
@media screen and (max-width: 767px) {
  main > article > section {
    font-size: 1rem;
  }
}
#skincare .txt-block {
  width: 90%; /* approx. 567px/640px */
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  #skincare .txt-block {
    width: 100%; /* 750px; */
  }
}
/* リンク */
/*
#skincare a {
  text-decoration: none;
}
*/
/* -------出し分け(PC/SP) -------*/
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
.pc_inline {
  display: inline !important;
}
.sp_inline {
  display: none !important;
}
.pc_inlineblock {
  display: inline-block !important;
}
.sp_inlineblock {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .pc_inline {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .pc_inlineblock {
    display: none !important;
  }
  .sp_inlineblock {
    display: inline-block !important;
  }
}
/* 改行位置切り替え(PC/SP) */
br.br-pc {
  display: inline;
}
br.br-sp {
  display: none;
}
br.br-tab {
  display: none;
}
br.br-tabmini {
  display: none;
}
br.br-iPhone {
  display: none;
}
br.br-se {
  display: none;
}
@media screen and (max-width: 768px) {
  br.br-pc {
    display: none;
  }
  br.br-sp {
    display: block;
  }
  br.br-tab {
    display: inline;
  }
}
@media screen and (max-width: 699px) {
  br.br-tabmini {
    display: inline;
  }
}
@media screen and (max-width: 600px) {
  br.br-sp {
    display: inline-block;
  }
}
@media screen and (max-width: 480px) {
  br.br-iPhone {
    display: inline;
  }
}
@media screen and (max-width: 320px) {
  br.br-se {
    display: inline;
  }
}
p.txt span {
  display: inline-block;
}
/* ===========================================================
文字色
============================================================= */
/* 商品名と仕様のテキスト */


/* 商品名　色 */
.spec01 p.p-name > span, .spec02 p.p-name > span {
  color: #e55a81;
  /*font-weight: bold;*/
  /*border-bottom: 1px solid #333;*/
}
.spec03 p.p-name > span, .spec04 p.p-name > span, .spec05 p.p-name > span, .spec06 p.p-name > span {
  color: #005fa3;
  /*font-weight: bold;*/
  /*border-bottom: 1px solid #005fa3;	*/
}
.section_inner .seibun .pickup {
  width: 230px;
  height: auto;
  margin-top: 20px;
  position: relative;
}
.section_inner .seibun .pickup img {
  width: 100%;
  height: auto;
  position: relative;
  top: 5px;
}
/* リード文 */
.lead-para {
  margin: 0 auto;
  text-align: left;
  width: 782px;
}
.lead-para p {
  line-height: 1.8;
    text-align: justify;
}
.lead-para p span {
  display: inline-block;
}
@media screen and (min-width: 767px) {
  .lead-para {
    margin-bottom: 30px;
    font-size: 1.0625rem; /* 17px/16px */
  }
}
@media print, screen and (min-width: 880px) {
  .lead-para {
    margin: -5px auto 30px;
  }
}
/* 商品詳細 */
@media screen and (max-width: 767px) {
  .item-tab {
    margin-bottom: 0;
  }
  .item-box .spec {
    box-sizing: border-box;
    width: 96%;
    /*max-width: 380px;*/
    margin: 0 auto;
    padding: 0;
  }
  .item-tab .item-box .spec {
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  .item-tab > p.cp-text {
    margin-bottom: 0;
  }
}
/* フッターとバナーセクション */
#s09 div.t1 {
  width: 60.59%; /* 349px/576px */
  margin: 0 auto;
}
#s09 p.t1 {
  font-size: 1rem;
  text-align: center;
}
#s09 p.t1 span {
  display: inline-block;
}
#s09 .blank {
  height: 46px;
}
#s09 div.t2 {
  width: 67%; /* 429px/640px */
  margin: 0 auto;
}
#s09 p.t2 {
  font-size: 0.875rem; /* 14px/16px */
  text-align: center;
}
#s09 {
  margin-bottom: 58px;
}
@media print, screen and (min-width: 768px) {
  #s09 div.t1 {
    width: 81.6%; /* 612px/750px */
  }
  #s09 div.t2 {
    width: 58%; /* 430px/750px */
  }
  #s09 p.t1 {
    font-size: 18px;
  }
  #s09 p.t2 {
    font-size: 1.125rem; /* 18px/16px */
  }
  #s09 {
    margin-bottom: 30px;
  }
}
#s09 .banner {
  width: 90%; /* approx.573px/640px */
  padding-top: 10px;
  margin: 0 auto;
  text-align: center;
}
@media print, screen and (min-width: 768px) {
  #s09 .banner {
    width: 74.6%; /* 560px/750px */
  }
}
#skincare hr.line {
  width: 851px;
  margin: 0 auto;
  color: #3B3A3A;
  border-top: solid 1px #000;
  margin-bottom: 30px;
}
#skincare .footer {
  width: 90%; /* approx. 566px/640px */
  margin: 0 auto;
  margin-bottom: 40px;
}
#skincare .footer .logo {
  margin-bottom: 20px;
}
#skincare .footer .logo img {
  width: 133px;
  height: 26px;
}
#skincare .footer p {
  font-size: 0.875rem; /* 14px/16px */
  line-height: 1.85; /* 26px/14px */
  text-align: justify;
  text-justify: inter-ideograph; /* for IE */
}
#skincare .footer p.co {
  font-size: 0.75rem;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  #skincare .footer {
    width: 67.466%; /* 506px/750px */
  }
}
/* 商品情報バナー */
#s09 .banner {
  padding-top: 0; /* reset */
}
#s09 p.t2 {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  #s09 .banner {
    width: 100%;
  }
  #s09 p.t1 {
    font-size: 3.5vw;
  }
  #s09 p.t1 span {
    padding-left: 10px;
  }
  #s09 p.t2 {
    font-size: 2.9vw;
    margin-bottom: 22px;
  }
}
@media screen and (max-width: 480px) {
  #s09 p.t1 {
    font-size: 4.5333vw;
    padding: 0 5px;
  }
}
/* ----- */
/* フッター(ロゴと文章) */
#skincare .footer {
  width: 540px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #skincare .footer {
    width: 90%;
  }
}
/* ------- */
/* 個別のマージン調整 */
#s09 {
  margin-bottom: 58px;
  clear: both;
}
main {
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  .lead-para {
    margin: 0 auto;
    width: 90%;
    text-align: left;
  }
  #s09 {
    margin-bottom: 34px;
  }
}
/* リードテキスト ------------------------------------------------ */
#skincare .lead-para p {
  font-size: 16.3px;
}
@media screen and (min-width: 425px) and (max-width: 479px) { /*16px*/
  #skincare .lead-para p {
    font-size: 3.3333vw;
  }
}
@media screen and (min-width: 480px) and (max-width: 667px) { /*16px*/
  #skincare .lead-para p {
    font-size: 1.375rem;
  }
}
@media print, screen and (min-width: 668px) { /*19px*/
  #skincare .lead-para p {
    font-size: 1.0625rem;
  }
}
/* 商品紹介box高さ ------ */
/*.spec03.spec, .spec04.spec, .spec05.spec, .spec06.spec {
  padding: 15px 0;
}*/
/* SP横版スタイル ------------------------------------------------ */

/* 文字調整 ------------------------------------------------ */


/* 脚注 ---------------------------------------*/
.note_r, .note_l {
  display: block;
  overflow: hidden;
}
.note_l ul li, .note_r ul li {
  font-size: 11px;
  letter-spacing: -0.01em;
  margin: 3px 0;
  text-indent: -1.5em;
  padding-left: 1.5em;
}
.list_num {
  padding-right: 6px;
}
.note_l ul {
  font-size: 11px;
  line-height: 1.8em;
}
.note_l ul li {
  margin: 0;
  padding: 0 10px 0 0;
  display: inline;
  text-indent: 0;
}
.note01, .note01_r, .note01_c {
  margin: 5px auto;
  width: 100%;
}
.note01 p {
  padding-top: 8px;
  font-size: 0.65rem;
  text-align: left;
}
.note01_r p {
  /*padding-top: 8px;*/
  font-size: 0.65rem;
  text-align: right;
  position: relative;
  right: 145px;
}
.note01_c p {
  padding-top: 8px;
  font-size: 0.65rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .note_r, .note_l {
    margin: 30px auto 30px;
    padding-top: 0;
    width: 740px;
    display: block;
    overflow: hidden;
  }
  .note_l ul, .note_r ul {
    font-size: 11px;
    line-height: 1.8em;
  }
  .note01 p, .note01_r p, .note01_c p {
    font-size: 0.7rem;
  }
}
@media print, screen and (max-width: 329px) {
  .note01 p, .note01_r p, .note01_c p {
    font-size: 0.625rem;
  }
}
/* 商品画像 -----------------------------------------*/
@media print, screen and (max-width: 375px) {
  .pic {
    margin: 0 auto;
    width: 96%;
  }
}
/* リンク -----------------------------------------*/
#section01 a {
/*  color: inherit;*/
}
@media screen and (max-width: 767px) {
  .article_txt {
    font-size: 4.1vw;
  }
}
@media print, screen and (min-width: 768px) {
  .iyaku {
    font-size: 11px;
    padding: 0 2px 1px;
    margin-top: 0.4em;
  }
}
@media screen and (max-width: 767px) {
  .iyaku {
    margin-top: 0.5em;
  }
}
/* NEWマーク */
.colornum dt.ic_new {
  margin-top: 0;
}
.marker_yellow {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
/* iPhone SE 調整 ---------------------------------------*/
@media print, screen and (max-width: 320px) {

}
/* 商品画像 調整 ---------------------------------------*/
@media screen and (min-width: 375px) and (max-width: 767px) {
  .pic {
    margin: 0 auto;
    /*width: 350px;*/
  }
  .pic img {
    width: 100%;
  }
}
/* 共通 ---------------------------------------*/
/*---------------共通----------------*/
#skincare section {
/*  margin-top: 3rem;*/
  position: relative;
}
#skincare section .section_inner {
  padding: 0 0 1rem;
}
#skincare .font_space {
  letter-spacing: -0.1em;
}
#skincare .item-tab *, #skincare .item-tab *:before, #skincare .item-tab *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.item-tab-inner {
  margin: 0 auto;
  width: 940px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .item-tab-inner {
    margin: 0 auto;
    width: 100%;
    float: none;
  }
}
@media screen and (max-width: 480px) {
  .item-tab-inner { /*new*/
    width: 100%;
  }
}
/* ===============
 font
================ */
.title_area h3 {
  margin: 10px 0 20px 0;
  font-size: 1.875rem;
  line-height: 1.7em;
  color: #3361e2;
  text-align: center;
  font-weight: 600;
}
.title_area h3 span.numb {
  font-family: 'Zen Old Mincho', serif;
}
.title_area p {
  margin: 15px 0 30px;
  font-size: 1.5rem;
  line-height: 1.4em;
  color: #ed7c99;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .title_area h3 {
    font-size: 1.6875rem;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 600px) {
  .title_area h3 {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 480px) {
  .title_area h3 {
    font-size: 5.5555vw;
    line-height: 1.4;
    margin: 6px auto 20px;
  }
  .title_area p {
    font-size: 5vw;
    line-height: 1.3;
    margin: 10px 0 25px;
  }
}
@media only screen and (max-width: 375px) {
  /* ===============
	 font
	================ */
  .title_area h3 {
    font-size: 5.625vw;
  }
  .title_area p {
    font-size: 5.6vw;
  }
}
@media only screen and (max-width: 320px) {
  .title_area h3 {
    font-size: 6vw;
    line-height: 1.4;
  }
  .title_area p {
    font-size: 6.2vw;
  }
}
#interview_txt P {
  margin: 10px auto 0;
  width: 90%;
}
#intro_txt dt {
  margin-bottom: 1em;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.5;
}
/*======== タイトル＋メインビジュアル＋リード文エリア =======*/
/*フェードインアニメーションスタイル*/
main .title_area {
  width: 960px;
  margin: 10px auto 0;
  padding: 0 0 20px;
  opacity: 0;
  animation: fadeIn 3s ease forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
main h3 img {
  width: 650px;
  position: relative;
  top: -10px;
}
main .mv {
  width: 650px;
  margin: 0 auto 30px;
}
main .mv img {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 930px) {
  main .title_area {
    width: 100%;
    margin: 10px auto 0;
    padding: 20px 0;
  }
  main h3 {
    font-size: 1.75rem;
  }
}
@media screen and (max-width: 767px) {
  main .title_area {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0 15px;
  }
  main h3 {
    text-align: center;
    font-size: 1.625rem;
    line-height: 1.4;
  }
  main h3 img {
    width: 92%;
    position: relative;
    /*top: -15px;*/
  }
  main .mv {
    width: 85%;
    margin: 10px auto;
  }
}
@media print, screen and (max-width: 329px) {
  main h3 {
    text-align: center;
    margin: 0 auto 12px;
    font-size: 1.5rem;
    line-height: 1.4;
  }
  main h3 img {
    width: 75%;
    position: relative;
    /*top: -20px;*/
  }
}
/* リード文エリア */
main .main-text .lead-para {
  opacity: 0;
  animation: fadeIn 1s ease forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
main .main-text .block {
  animation-delay: 0.3s;
}
.section_inner h3.title {
  animation-delay: 1s;
}
/*========タイトル＋メインビジュアル＋リード文エリアここまで =========*/
/* スクロールフェードインアニメーション */
/* ---------------------------- */
/* アニメーション前 */
.u-fade-type-up {
  transform: translateY(50px);
  opacity: 0;
}
/* トリガー発火でis-activeを付与 */
.u-fade-type-up.is-active {
  transition: .2s;
  transform: translateY(0);
  opacity: 1;
}
/* アニメーションスタイル　共通 */
/* ---------------------------- */
.fade-in {
  opacity: 0;
  transition-duration: 1000ms;
  transition-property: opacity, transform;
}
.fade-in2 {
  opacity: 0;
  transition-duration: 700ms;
  transition-property: opacity, transform;
}
.fade-in-up {
  transform: translate(0, 50px);
}
.fade-in-left {
  transform: translateX(-300px);
}
.fade-in-left2 {
  transform: translateX(-100px);
}
.fade-in-right {
  transform: translateX(100px);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
.scroll-in.block1 {
  transition-delay: 0.5s;
}
.scroll-in.block2 {
  transition-delay: 0.8s;
}
.scroll-in.block3 {
  transition-delay: 1.1s;
}
.scroll-in.block4 {
  transition-delay: 1.4s;
}
.scroll-in.block5 {
  transition-delay: 1.7s;
}
.scroll-in.block6 {
  transition-delay: 2.0s;
}
/* アニメーションスタイル */
/* ---------------------------- */
/* アニメーション前 */
.u-fade-type-up {
  transform: translateY(50px);
  opacity: 0;
}
/* トリガー発火でis-activeを付与 */
.u-fade-type-up.is-active {
  transition: 1.2s;
  transform: translateY(0);
  opacity: 1;
}
/*=========== タブレット ===========*/
@media screen and (min-width: 768px) and (max-width: 1024px) {
  main h3 {
    font-size: 1.6875rem;
    line-height: 1.5;
  }
  .lead-para {
    margin: 0 auto;
    width: 96%;
    text-align: left;
  }
  #skincare .lead-para p {
    font-size: 1.02rem;
  }
  .item-tab-inner {
    width: 98%;
  }
  .product-text {
    font-size: .9375rem;
    font-feature-settings: "palt";
  }
  .article_txt {
    font-size: 1rem;
  }
}
/*=========== スマホ ===========*/
@media screen and (min-width: 320px) and (max-width: 767px) {
  /*---------------sp_flexbox----------------*/
  #skincare .f-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 0.3rem 1rem;
  }
  #skincare .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sp_font_space {
    letter-spacing: -0.1rem;
  }

  #skincare .lead-para p {
    font-size: 16.3px;
  }
  #skincare #s09 {
    width: 100%;
    margin-top: 0;
  }
  #skincare #s09 .banner {
    width: 95%;
    margin-top: 0;
  }
  #skincare #past_articles {
    width: 95%;
    margin-top: 0;
  }	
	
  .lead-para p {
    line-height: 1.7;
  }
  /* アニメーションスタイル　共通 */
  /* ---------------------------- */
  .scroll-in.block1 {
    transition-delay: 0.3s;
  }
  .scroll-in.block2 {
    transition-delay: 0.6s;
  }
  .scroll-in.block3 {
    transition-delay: 1s;
  }
}
/* iPhone SE ---------------------------------------*/
@media print, screen and (max-width: 329px) {
  .product-text {
    font-size: 0.8125rem;
  }
  .article_txt {
    font-size: .9375rem;
  }
  .staff_img {
    margin-left: 17%;
  }
  #section01 .answer_area .answer {
    width: 100%;
    height: 75px;
  }
  .recommend {
    margin: 0 auto 20px;
  }
}
/* ===============
 font調整
================ */
@media all and (max-width: 1024px) {
  main h3 span {
    display: block;
  }
}
@media all and (max-width: 414px) {
  main h3 {
    font-size: 5.5555vw;
  }
}
@media all and (max-width: 375px) {
  main h3, h2 {
    font-size: 5.625vw;
  }
}
@media all and (max-width: 320px) {
  main h3 {
    padding-bottom: 8px;
    font-size: 6vw;
    line-height: 1.4;
  }
}


/*========= レイアウトのためのCSS ===============*/



/* ===============================  2025年7月号用CSS  ================= =================*/
section#section01 {
    background: linear-gradient(to bottom, #ffffff 0%, #fef5f5 10%, #ffffff 90%);
}

#section01 .pc{display: block;}
#section01 .sp{display: none;}
.br-nofox{
        display: none;
    }
a:hover{
	opacity: 0.7;
}

span.color-font{
	color: #d62f78;
    font-weight: bold;
}

span.yellow-line {
    background: linear-gradient(transparent 70%, #f3ec2b 0%);
    display: inline;
}

.section_inner{
	font-family: "Shippori Mincho", serif;
}    


/*マージンリセット*/

.section_inner{
    width: 940px;
    margin: auto;
}

h4{
	font-size: 1.8rem;
	line-height: 2.2rem;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	
}

span.mainh4 {
    font-size: 1.4rem;
}

#section01 p{
    font-size: 1em;
    font-weight: 300;
    margin: 0 0 5px 0;
}

span.pink {
    color: #a75897;
    font-weight: bold;
}

.box-01 > *:nth-child(1) {
  width: 30%;
}

.box-01 > *:nth-child(3) {
    width: 58%;
	margin-top: 24px;
}



.box-01_flex {
	display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 24px;
}

.box-01_flex > img:nth-child(1){
    width: 40%;
}

.box-01_flex > img:nth-child(2){
    width: 30%;
}

.box-01 > *:nth-child(5) {
	width: 100%;
    display: block;
	margin: 64px auto 24px;
}

.box-01 > *:nth-child(7) {
	width: 6%;
    display: block;
    margin: 0px auto 32px;
}

.box-02 {
	font-family: sans-serif;
    position: relative;
    border: dotted 5px #e9cccb;
    border-radius: 30px !important;
    margin-top: 30px;
	background-color: #fff;
    padding: 5% 4% 3%;
}

.box-02 > img:nth-child(1){
    width: 80%;
    position: absolute;
    top: -50px;
	left: 0;
}

.box-02 > img:nth-child(3){
    width: 70%;
}

.box-02 > img:nth-child(5){
    width: 47.5%;
    margin-top: 24px;
}

.box-02 > img:nth-child(7){
	width: 56%;
    margin-top: 24px;

}

.box-02_line {
	display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    position: relative;
    margin: 0 24px;
    margin-top: 16px;
}

.box-02_line::before,
.box-02_line::after {
    content: ""; /* 画像の前後にダッシュ（ー）を表示 */
    font-size: 24px; /* ダッシュのサイズ */
    margin: 0 1rem; /* 画像との間にスペース */
}

.box-02_line::before {
    position: absolute;
    left: -6.6%;
    top: 21px;
    width: 3%;
    height: 3px;
    background-color: #e7cdcb;
    border-radius: 35px;
}

.box-02_line::after {
	position: absolute;
    right: -39%;
    width: 33%;
    top: 21px;
    height: 3px;
    border-radius: 30px;
    background-color: #e7cdcb;
}

.box-02_line img {
    display: block; /* 画像をブロック要素にして余白を整える */
}

.box-02_flex {
    display: flex;
    align-items: baseline;
}

.box-02_flex>div {
	width: 28%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.box-02_flex>img {
    width: 8%;
}

.box-02_flex>div>img {
    width: 69%;
	margin-bottom: 8px;
}

.box-02 > img:nth-child(11){
	width: 100%;
    margin-top: 24px;

}









/*PDF遷移ボタン*/


#section01 div.pdf_btn a img {
    width: 19px;
    position: relative;
    top: -2px;
    margin: 0 0 0 5px;
}

#section01 div.pdf_btn {
    margin: 0px auto 40px;
}

#section01 div.pdf_btn a {
    display: block;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    width: 70%;
    max-width: 400px;
    font-size: 1em;
    margin: 48px auto;
    padding: 15px 0rem;
    font-weight: normal;
    border-radius: 10px;
    background: linear-gradient(to top, rgb(51 97 226), #6388f2);
    color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
    transition: 0.5s;
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}

/*PDF遷移ボタン*/


/*=================   section01ここまで   =================*/

/*=================   SPここから   =================*/
@media screen and (max-width: 767px) {
    #section01 .pc{display: none;}
    #section01 .sp{display: block;}
    .br-nofox{
        display: block;
    }
	
#skincare section .section_inner {
	margin-top: 24px;
	padding: 10px;
}
	
.pc_br{
	display: none;
}
	
.section_inner {
    width: 100%;
}

  

h4 {
    font-size: 1.2rem;
    line-height: 1.6rem;
}
	
#section01 p {
    font-size: 1.01875rem;
}
	
#section01 .b {
    font-size: 1.4rem;
}
	
span.mainh4 {
    font-size: 1rem;
}


    
#section01 p.sabtitle {
    font-size: 1.4rem;
    display: block;
    width: 341px;
    margin: 0;
    top: -15px;
    line-height: 1.6rem;
    padding: 0px 20px;
    }	
	
#section01 .box-02>p:nth-of-type(2) {
    font-size: 1.1rem;
}
	

	
#section01 .box-02>p:last-child {
    padding: 16px;
    line-height: 1.2;
	border-radius: 80px;
    font-size: 1.05rem;
	margin-top: 0;
}
	
.box-01 > *:nth-child(1) {
    width: 50%;
}
	
.box-01 > *:nth-child(3) {
    width: 100%;
    margin-top: 24px;
}
	
.box-01_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
	
.box-01_flex > img:nth-child(1) {
    width: 86%;
}
	
.box-01_flex > img:nth-child(2) {
    width: 80%;
}
	
.box-01 > *:nth-child(6) {
	width: 84%;
    margin: 40px auto 12px;
}
	
	
	
.box-01 > *:nth-child(7) {
    width: 12%;
}
	
.box-02 {
    margin-top: 53px;
	padding: 5% 3% 3%;
}
	
	
.box-02 > img:nth-child(2){
	width: 80%;
	position: absolute;
	top: -60px;
	left: 0px;
	right: 0;
	margin: 0 auto;
}
	
.box-02 > img:nth-child(3) {
    width: 100%;
	margin-top: 24px;
}
	
.box-02 > img:nth-child(5) {
	width: 65.3%;
    margin-top: 16px;
}
	
.box-02 > img:nth-child(7) {
    width: 83%;
    margin-top: 24px;
}
	
.box-02_line {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70%;
    margin: 24px auto 0;
}
	
.box-02_line::after {
	width: 17%;
	right: -26%;
}	
	
.box-02_line::before {
    width: 17%;
	left: -26%;
}
	
.box-02_flex {
    display: flex;
    align-items: center;
    flex-direction: column;
}
	
.box-02_flex>div {
    width: 95%;
}

.box-02_flex>div>img {
	width: 50%;
	margin-top: 20px;
}
	
.box-02_flex>img {
    width: 16%;
    transform: rotate(90deg);
	margin-top: 12px;
}
	
	
.box-02 > img:nth-child(12) {
    width: 100%;
    margin-top: 24px;
}
	
	
	
	
	
	
	
	
	

	

/*PDF遷移ボタン*/

	
#section01 div.pdf_btn a {
        width: 85%;
        font-size: 0.9em;
        transition: 0.5s;
    }
	
/*PDF遷移ボタン*/

}
@media screen and (max-width: 444px) {

h4 img {
    width: 70%;
}
	
#section01 .box-02>p:nth-of-type(2) {
	font-size: 1rem;
}
	
.box-02 > img:nth-child(2) {
	top: -50px;
    }

}
/*=================  SP section01ここまで   =================*/


/*=================   SP section02ここまで   =================*/

@media screen and (max-width: 767px) {


	
}