@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP&subset=japanese');
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.7;
  color: #000;
  font-family: 'Noto Serif', 'Noto Serif JP', serif;	
}
#skincare .font_g {
 font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
 line-height: 1.7;	
}
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/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/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: 32px;
	position: relative;
    top: -40px;
}
main .header p {
	color: #4f4f4f;
	font-size: 1.125rem;
	margin-top: -12px;
}

@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: 20px;
		top: -16px;
	}
	main .header p {
	font-size: 0.9375rem;
	margin-top: -5px;	
	}
}
@media screen and (min-width: 568px) and (max-width: 767px){
	main .header .month {
		height: 28px;
		top: -30px;
	}
}
@media print, screen and (max-width: 329px) {
	main .header .month {
		height: 16px;
		top: -14px;
	}
	main .header p {
	font-size: 0.875rem;
	}
}

/* ===========================================================
202107 　新ヘッダー（Beauty clum＋月 ロゴ追加）　ここまで
============================================================= */


/* テキスト */
main p, main h2, main h3 {
  color: #333333;
}
main > article > section {
  font-size: 1.125rem; /* 18px/16px */
}
#skincare sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  top: -0.5em;
  vertical-align: baseline;
}
@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;
}
#skincare a:hover {
  opacity: 0.7;
}
#skincare a > div:hover {
  opacity: 0.7;
}
/* -------出し分け(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: none;
	}
	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;
	}
}
@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;
}
/* ===========================================================
文字色
============================================================= */
/* 商品名と仕様のテキスト */
#skincare .spec-text {
  text-align: left;
	/*margin-bottom: 25px;*/
}
.item-box.small .spec-text p.p-name {
  font-size: 5vw;
  letter-spacing: 0em;
}
.spec-text p.p-name > span {
  line-height: normal;
  display: inline;
  /*color: #666666;*/
}
.spec-text p.p-icon > span, .spec-text p.price > span {
  display: inline-block;
}
.spec-text p.p-name span.small {
  font-size: 60%;
  position: relative;
  top: -0.2em;
  color: #666666;
}
.spec-text p.category {
  font-size: 16px;
  line-height: 1.6;
}
.spec-text p.price {
  font-size: 0.875rem;
  line-height: 1.6;
 /* margin-bottom: 8px;*/
  margin-top: 5px;	
  color: #333;
  font-feature-settings: "palt";  
}
.spec-text p.type {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.spec-text p.brand-name, .text_cap {
  font-size: 11px;
  letter-spacing: -0.01em;
  color: #333;
}

.spec-text p.brand-name {
  margin-top: 5px;
  /*margin-bottom: 8px;*/
}
.spec-text p.photo {
  font-size: 11px;
  letter-spacing: -0.01em;
  color: #333;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 64px;
  text-align: left;
}
.text_cap {
  padding-left: 20px;
  text-align: left;
}
.item-box.small .spec-text p.price {
  margin-bottom: 8px;
}
.spec > div > a,
.spec > div > div > a,
.spec > div > div > div > a,
.spec > div > div > div > div > a{
  color: #666666;
}

.spec-text p.p-name {
  line-height: 1.6;
  letter-spacing: 0.05em;
 /* margin-bottom: 15px;*/
}
/* 商品名　色 */
.spec01 p.p-name > span {
  color: #0c7a93;
  /*font-weight: bold;*/
  border-bottom: 1px solid #0c7a93;	
}
.spec01 p.p-name > span.iyaku {
  border-color: #0c7a93;
  display: inline-block;
  vertical-align: baseline;
}
 .spec01 a:hover p.p-name > span {
	 border-bottom: none;
	 color: #4164c9;
}
 .spec01 a:hover p.p-name > span.iyaku {
	 border: 1px solid #4164c9;
}
.spec01 p.p-name > img {
	position: relative;
	top: -7px;
}
.spec02 p.p-name > span {
  color: #0c7a93;
  /*font-weight: bold;*/
  border-bottom: 1px solid #0c7a93;
}
.spec02 p.p-name > span.iyaku {
  border-color: #0c7a93;
  display: inline-block;
  vertical-align: baseline;
}
.spec02 a:hover p.p-name > span {
	border-bottom: none;
	color: #4164c9;
}
 .spec02 a:hover p.p-name > span.iyaku {
	 border: 1px solid #4164c9;
}
.spec02 p.p-name > img {
	position: relative;
	top: -7px;
}
.spec03 p.p-name > span {
  color: #0c7a93;
  /*font-weight: bold;*/
  border-bottom: 1px solid #0c7a93;
}
.spec03 p.p-name > span.iyaku {
  border-color: #0c7a93;
  display: inline-block;
  vertical-align: baseline;
}
 .spec03 a:hover p.p-name > span {
	 border-bottom: none;
	 color: #4164c9;
}
 .spec03 a:hover p.p-name > span.iyaku {
	 border: 1px solid #4164c9;
}
.spec03 p.p-name > img {
	position: relative;
	top: -7px;
}
@media screen and (max-width: 768px){
	.spec01 p.p-name > img {
	position: relative;
	top: -1px;
	}
	.spec02 p.p-name > img {
	position: relative;
	top: -4px;
	}
	.spec03 p.p-name > img {
	position: relative;
	top: -1px;
	}
}
/* リード文 */
.lead-para {
  margin: 0 auto;
  text-align: left;
  width: 750px;	
}
.lead-para p {
  line-height: 1.8;
}
.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: 20px;
}
@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 */
}
@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: 508px;
  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: 4.5333vw;
}
@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横版スタイル ------------------------------------------------ */
@media screen and (min-width: 481px) and (max-width: 767px) {
  /* スペック中商品名 ----------------- */
  .spec-text p.p-name {
    font-size: 4.0vw;
  }
}
/* PC版スタイル ------------------------------------------------ */
@media print, screen and (min-width: 768px) {
  .section_inner {
    padding-bottom: 20px;
  }
  .spec-text p.p-name {
    /*font-size: 17px;*/
	  font-size:1.0625rem
  }
}
/* 文字調整 ------------------------------------------------ */
@media screen and (max-width: 320px) {
  .spec-text p.price {
    font-size: 3.75vw;
  }
}
@media screen and (max-width: 667px) {
  #s09 p.t2 {
    font-size: 3.7vw;
  }
}
@media screen and (min-width: 415px) and (max-width: 500px) {
  .spec-text p.price {
    font-size: 3.6vw; /* 15px */
  }
}
@media screen and (min-width: 471px) and (max-width: 500px) {
  .spec-text p.p-name {
    font-size: 3.8vw;
  }
}
@media screen and (min-width: 501px) and (max-width: 600px) {
  .spec-text p.p-name {
    font-size: 3.3vw;
  }
}
@media print, screen and (min-width: 501px) {
  .spec-text p.price {
    font-size: 0.9rem;
  }
}
@media screen and (min-width: 601px) and (max-width: 674px) {
  .spec-text p.p-name {
    font-size: 3.1vw;
  }
}
@media screen and (min-width: 675px) and (max-width: 767px) {
  .spec-text p.p-name {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 530px) {
  #skincare p.txt-c-adj, #skincare p.txt-c {
    font-size: 3.7vw;
  }
  #skincare .spec-text p.cp-text {
    font-size: 4vw;
  }
  .spec-text p.category {
    font-size: 3.2vw; /* 16px/16px */
  }
  #skincare p.ref {
    font-size: 3.2vw;
  }
  .spec-text br.opt {
    display: block !important;
  }
}
@media screen and (max-width: 449px) {
.spec-text p.brand-name, .senko {
    font-size: 2.8vw; 
  }
.spec-text p.photo {
    font-size: 3vw; /* 11px近似値 */
	text-align: center;
	margin-left: 0;
  }	
}
/* 脚注 ---------------------------------------*/
.note_r, .note_l {
  display: block;
  overflow: hidden;
}
.note_l, .note_r {
  margin: 20px auto 30px;
  padding-top: 5px;
  width: 94%;
  text-align: left;
}
.note_r ul {
  float: right
}
.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;
}
@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;
  }
}
/* 商品画像 -----------------------------------------*/
@media print, screen and (max-width: 375px) {
  .pic {
    margin: 0 auto;
    width: 96%;
  }
}

/* リンク -----------------------------------------*/
#section01 a {
  color: inherit;
}
/* ボタン「詳しくはこちら」 -----------------------------------------*/
.btn-detail {
  box-sizing: border-box;
  display: inline-block;
  width: 143px;
  line-height: 31px;
  font-size: 14px;
  font-family: sans-serif;
  border: solid 1px #a2a2a2;
  text-align: center;
  position: relative;
  background-color: #fff;
  border-radius: 30px;
  margin-top: 20px;
}
.btn-detail:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  -webkit-transition: left .2s;
  transition: left .2s;
  will-change: left;
  transform: rotate(45deg);	
}

a:hover > .btn-detail {
  border: solid 1px #333333;
  color: #333333;
}
a:hover > .btn-detail:after {
  right: 10px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
}

/* 見出し テキスト -----------------------------------------*/

.product-text {
  font-size: .9375rem;
}
.article_txt {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
	.article_txt {
	  font-size: 0.9375rem;
	  line-height: 1.6;
	}
}
/* 「医薬部外品」 */
.iyaku {
  display: inline-block;
  vertical-align: text-top;
  border: 1px solid #bbb;
  font-size: 2.4vw;
  padding: 1px 2px;
  position: relative;
  /*top: -2px;*/	
  font-weight: normal;
}

@media print, screen and (min-width: 768px) {
  .iyaku {
    font-size: 11px;
    padding: 0px 2px 1px;
	margin-top: 0.5em;  
  }
}
@media screen and (max-width: 767px){
	.iyaku {
	margin-top: 0.5em;
	position: relative;
    top: 5px;	
  }
}
	
/* 商品の特長 */
.features {
  display: inline-block;
  vertical-align: text-top;
  border: 1px dotted #00aca8;
  padding: 1px 2px;
  font-size: 2.4vw;	
  position: relative;
  font-weight: normal;
  border-radius: 3px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  color: #00aca8;
  margin-right: 5px;	
}
.features:last-child { 
	margin-right: 0;
}
.features {
  top: -2px;
}
/* 小見出し */
@media print, screen and (min-width: 768px) {
  .features {
    padding: 1px 2px 0 3px;
	margin-top: 0.4em; 
  	font-size: 11px;
  }	

}

/* NEWマーク */
.colornum dt.ic_new {
  margin-top: 0;
}
.spec06.spec {
  margin-top: 0;
}
#dayserum_link, #glowcompact_link, #melangery_link {
  margin: 0 auto;
  padding: 0;
  /*width: 680px;*/
  text-align: center;
}

/* iPhone SE 調整 ---------------------------------------*/
@media print, screen and (max-width: 320px) {
  .spec-text p.p-name {
    font-size: 4.5333333333vw;
  }
}
/* 商品画像 調整 ---------------------------------------*/
@media screen and (min-width: 375px) and (max-width: 767px) {
  .pic {
    margin: 0 auto;
    /*width: 350px;*/
  }
  .pic img {
    width: 100%;
  }
}
/* 共通 ---------------------------------------*/
#skincare .item-tab .section_inner div .title {
  width: 100%;
  text-align: center;
  /*border-bottom: solid 1px #333333;*/
}
#skincare .item-tab .section_inner div .title p {
  font-size: 1.2rem;
}
#skincare .item-tab .section_inner div .title h2 {
  font-size: 1.5rem;
  margin: 0 20px;
}
#skincare .font_space {
  letter-spacing: -0.1em;
}
#skincare .font_space02 {
  letter-spacing: -0.04em;
}

/*---------------共通----------------*/
#skincare section {
  margin-top: .5rem;
  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;
}
/*---------------flexbox----------------*/
#skincare .f-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;	
}
#skincare .f-wrap-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#skincare .f-wrap-rsp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;	
}

#skincare .reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
/*---------------top----------------*/
/*.item-tab-inner {
	margin: 0 auto;
	width: 880px;
	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 {
		width: 100%;
	}
}*/


/*======== タイトル＋メインビジュアル＋リード文エリア =======*/
/*フェードインアニメーションスタイル*/
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 {
	text-align: center;
	margin-bottom: 20px;
	color: #ac4ad1;
	font-size: 1.875rem;
	font-weight: bold;
}
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;
		/*margin: 15px auto 30px;*/
		margin: 6px auto 20px;
		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 3s ease forwards;
}
 
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
 
main .main-text .block {
	animation-delay: 1s;
}
/*========タイトル＋メインビジュアル＋リード文エリアここまで =========*/


/* スクロールフェードインアニメーション */
/* ---------------------------- */

/* アニメーション前 */
.u-fade-type-up{
    transform: translateY(50px);
    opacity: 0;
}

/* トリガー発火でis-activeを付与 */
.u-fade-type-up.is-active{
    transition: .6s;
    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(300px);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
.scroll-in.block1 {
  transition-delay: 0.3s;
}
.scroll-in.block2 {
  transition-delay: 0.8s;
}
.scroll-in.block3 {
  transition-delay: 1.3s;
}

/*=================== section01 ==================*/
#section01 .section_inner {
  width: 100%;
}
#section01 .item_info {
    width: 880px;
    margin: 0 auto;
	clear: both;
}

#section01 h4 {
	width: 582px;
	margin: 30px 0 50px;
	float: right;
}
#section01 h4 img {
	width: 100%
}


/*=================== section02 ==================*/
#section02 .section_inner {
  width: 100%;
}
#section02 .item-tab-inner {
	width: 880px;
    margin: 0 auto 60px;
	padding: 30px 0;
	background-color: #e6daed;
}
#section02 .item_info {
    width: 820px;
    margin: 0 auto;
	background-color: #f7f4fa;
	position: relative;
}

#section02 .answer_area .researcher {
	width: 362px;
	height: 220px;
}
#section02 .answer_area .answer {
	width: 489px;
	height: 110px;
	position: absolute;
    top: 38px;
    left: 280px;
}

#section02 .answer_txt {
	width: 760px;
    margin: 45px auto 0;
}
#section02 .skin_illust {
	width: 330px;
	margin: 0 auto;
	padding: 30px 0;
}
#section02 .answer_area .researcher img,
#section02 .answer_area .answer img,
#section02 .skin_illust img {
	width: 100%;
	height: auto;
}

/*=================== section03 ==================*/
#section03 .section_inner {
  width: 100%;
}
#section03 .item_info {
    width: 880px;
    margin: 0 auto;
	clear: both;
}

#section03 h4 {
	width: 654px;
	margin: 30px 0;
	float: right;
}
#section03 h4 img {
	width: 100%
}
/*=================== section04 ==================*/

#section04 .section_inner {
  width: 100%;
}
#section04 .item-tab-inner {
	width: 940px;
    margin: 0 auto;
}

#section04 .item-tab-inner h4 {
	margin: 30px auto;
}

#section04 .item_info {
  width: 820px;
  margin: 0 auto;
}

#section04 h5,
#section05 h5{
	width: 406px;
	margin: 50px auto 45px;
}
#section04 h5 img,
#section05 h5 img {
	width: 100%;
}
#section04 .items {
	width:820px;
	margin: 15px auto 35px;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
#section04 .items .product_item {
	width: 47%;
}

#section04 .items .product_item .product_txt {
	font-size: 0.9375rem;
	color: #333333;
	width: 384px;
	margin: 0 auto;
	font-feature-settings: "palt";
}

#section04 .main_copy {
	color: #9166bf;
	font-size:1.1875rem;
	font-weight: bold;
}
#section04 .item_spec,
#section05 .item_spec {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	align-items: center;
	margin: 30px auto 20px;
}
#section04 .items .item_spec .product_img,
#section05 .items .item_spec .product_img {
	width: 160px;
	margin: 0 auto;
}
#section04 .items .item_spec .product_img img,
#section05 .items .item_spec .product_img img {
	width: 100%;
}
#section04 .items .item_spec .product_spec {
	width: 225px;
}
#section04 .items .item_spec .product_spec .spec-text,
#section05 .items .item_spec .product_spec .spec-text{
	line-height: 1.5;
	margin-bottom: 13px;
}
#section04 .items .item_spec .product_spec .spec01 .spec-text {
	margin-left: 10px;
}
#section04 .items .item_spec .product_spec .spec02 .spec-text {
	margin-top: 28px;
}


/*=================== section05 ==================*/

#section05 .section_inner {
  width: 100%;
  margin-bottom: 60px;	
}
#section05 .item-tab-inner {
	width: 940px;
    margin: 0 auto;
	padding-bottom: 60px;
	background: linear-gradient(to bottom, #ffffff 0%, #ffffff 78%, #e6daed 100%);
}

#section05 .item-tab-inner h4 {
	margin: 30px auto;
}

#section05 .item_info {
  width: 820px;
  margin: 0 auto;
}
#section05 .main_copy {
	color: #9166bf;
	font-size:1.1875rem;
	font-weight: bold;
	text-align: center;
}

#section05 .items {
	width:650px;
	margin: 15px auto 35px;
}
#section05 .items .item_spec .product_spec {
	width: 468px;
}
#section05 .items .product_item .product_txt {
	font-size: 0.9375rem;
	color: #333333;
	margin: 0 auto 20px;
	font-feature-settings: "palt";
}


/*=========== タブレット ===========*/
@media screen and (min-width: 768px) and (max-width: 930px){
.item-tab-inner { width: 100%; }
main h3 {
	font-size: 1.6875rem;
	line-height: 1.5;
	margin-bottom: 30px;
}
	
#section01 .item_info {
    width: 95%;
}
#section02 .item-tab-inner { 
	width: 100%;
}
#section02 .item_info {
    width: 95%;
}
#section02 .answer_area .researcher {
	width: 40%;
	height: auto;
}
#section02 .answer_area .answer {
	width: 58%;
	height: auto;
	position: absolute;
    top: 30px;
    left: 247px;
}	
#section02 .answer_txt {
	width: 90%;
}
#section02 .skin_illust {
	width: 40%;
}	
#section03 .item_info {
    width: 95%;
}
#section04 .item-tab-inner,
#section05 .item-tab-inner { 
	width: 100%;
}
#section04 .item_info,
#section05 .item_info {
    width: 90%;
}	
#section04 h5,
#section05 h5{
	width: 50%;
}

#section04 .items {
	width:100%;
}
#section04 .items .product_item .product_txt {
	width: 100%;
}
#section04 .main_copy {
	font-size: 2.05vw;
}
#section04 .items .item_spec .product_img {
	width: 40%;
}	
.spec-text p.p-name {
    font-size: 2vw;
}	
	
}	


/*=========== スマホ ===========*/
@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;
  }
#skincare .f-wrap-rsp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 0 0.3rem 2.2rem;	
}	
  #skincare .reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .sp_font_space {
    letter-spacing: -0.1rem;
  }
  .spec-text p.p-name > span {
    display: inline;
	font-size: 3.8vw;  
  }	
  .spec-text p.p-name > span.iyaku {
    display: inline;
	font-size: 3vw;  
  }
  .item_spec .product_spec .detail {
    text-align: center;
}	
	
}

@media screen and (min-width: 330px) and (max-width: 567px){
  /*---------------sp_top----------------*/
  #skincare .lead-para p {
    font-size: 4.0625vw;
}
		
}

@media screen and (min-width: 320px) and (max-width: 767px) {	
#skincare #s09,	
#skincare #past_articles {
    width: 95%;
	margin-top: 0;  
  }
	
#skincare section .section_inner {
    padding: 0 0 1rem;
	margin-top: 30px;
  }
	
.lead-para p {
  line-height: 1.6;
}

/* アニメーションスタイル 共通 */
/* ---------------------------- */

.scroll-in.block1 {
  transition-delay: 0.3s;
}
.scroll-in.block2 {
  transition-delay: 0.6s;
}
.scroll-in.block3 {
  transition-delay: 1s;
}		
/*---------------sp_section01----------------*/	
#skincare #section01 {
	margin: 0 auto;
}
#section01 .item_info {
    width: 95%;
}	
#section01 h4 {
	width: 100%;
	margin: 0 auto;
	float: none;
}
	

/*---------------sp_section02----------------*/	
#skincare #section02 {
	margin: 0 auto;
}
#skincare #section02 .section_inner	{
	margin-top: 20px;	
}	
#section02 .item-tab-inner {
	width: 95%;
	margin: 0 auto 20px;
}
#section02 .item_info {
    width: 90%;
}

#section02 .answer_area .researcher {
	width: 44%;
	height: auto;
	margin: 50px auto 0;
}
#section02 .answer_area .answer {
	width: 98%;
	height: auto;
	position: relative;
    top: 20px;
    left: 0;
	margin: 0 auto;
}

#section02 .answer_txt {
	width: 90%;
    margin-top: 30px;;
}
#section02 .skin_illust {
	width: 90%;
}
	
/*---------------sp_section03----------------*/	

#skincare #section03 {
	margin: 0 auto;
}
#skincare #section03 .section_inner	{
	padding-bottom: 0;	
}	
#section03 .item_info {
    width: 95%;
}	
#section03 h4 {
	width: 100%;
	margin: 0 auto;
	float: none;
}	
	
/*---------------sp_section04----------------*/	
#skincare #section04 {
	margin: 0 auto;
}
#skincare #section04 .section_inner	{
	margin-top: 0;	
}
#section04 .item-tab-inner {
	width: 100%;
    margin: 0 auto;
}
#section04 .item-tab-inner h4 {
	width: 98%;
	margin: 15px auto;
}
#section04 .item_info {
  width: 90%;
  margin: 0 auto;
}
#section04 h5,
#section05 h5{
	width: 90%;
	margin: 50px auto 45px;
}
#section04 h5 img,
#section05 h5 img {
	width: 100%;
}
#section04 .items {
	width:100%;
	margin: 15px auto 35px;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
#section04 .items .product_item {
	width: 100%;
}
#section04 .items .product_item:first-child {
	padding-bottom: 30px;
	border-bottom: 2px dotted #9166bf;
}
#section04 .items .product_item:last-child {
	margin-top: 30px;
}	
#section04 .items .product_item .product_txt {
	font-size: 3.84vw;
	width: 100%;
	margin: 0 auto;
}

#section04 .main_copy {
    font-size: 4.5vw;
    text-align: center;
	font-feature-settings: "palt";
}
#section04 .item_spec,
#section05 .item_spec {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
	margin: 10px auto 20px;
}

#section04 .items .item_spec .product_spec {
	width: 100%;
	margin: 0 auto;
}
#section04 .items .item_spec .product_spec .spec-text,
#section05 .items .item_spec .product_spec .spec-text{
	text-align: center;
}
#section04 .items .item_spec .product_spec .spec01 .spec-text {
	margin-left: 0;
}
#section04 .items .item_spec .product_spec .spec02 .spec-text {
	margin-top: 0;
}	
#section04 .detail,
#section05 .detail {
	text-align: center;
	margin-bottom: 20px;
}
#section04 .detail a,
#section05 .detail a {
	color: #666666;
}	
/*---------------sp_section05----------------*/	
#skincare #section05 {
	margin: 0 auto;
}
#section05 .section_inner {
  margin-bottom: 30px;
}	
#section05 .item-tab-inner {
	width: 100%;
    margin: 0 auto;
	padding-bottom: 15px;
}

#section05 .item-tab-inner h4 {
	width: 98%;
	margin: 15px auto;
}
#section05 .item_info {
  width: 90%;
  margin: 0 auto;
}	
#section05 .main_copy {
	font-size: 4.5vw;
}

#section05 .items {
	width: 100%;
	margin: 15px auto 35px;
}
#section05 .items .item_spec .product_spec {
	width: 100%;
}
#section05 .items .product_item .product_txt {
	font-size: 3.84vw;
	width: 100%;
	margin: 0 auto;
}
#section05 .items .item_spec .product_img {
	width: 150px;
}	
	
}
/*=========== スマホ 横 ===========*/
@media screen and (min-width: 568px) and (max-width: 767px){


	
}

/*=========== スマホ 横 ===========*/
@media screen and (min-width: 640px) and (max-width: 767px){


}

	
/* iPhone SE ---------------------------------------*/
@media screen and (max-width: 329px) {

.product-text {
	font-size: 0.8125rem;
}	
.article_txt {
  font-size: .9375rem;
}	
.spec-text p.p-name > span {
	font-size: 0.8125rem;
	}

	
}
/*=========== 調整 ===========*/
/*--------テキスト-------*/
@media screen and (min-width: 480px) and (max-width: 767px) {

/*  #skincare p {
    font-size: 1.1rem;
  }
*/
	#skincare .spec-text p.p-name{
		font-size:  1.3rem;
	}
}

/*--------▼注釈▼-------*/
.note01,
.note01_lr,
.note01_r {
    margin: 5px auto;
    width: 100%;
}
.note01 p {
	padding-top: 8px;
    font-size: 0.65rem;
	text-align: left;
}

.note01_lr p,
.note01_r p {
	/*padding-top: 8px;*/
    font-size: 0.65rem;
	text-align: right;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
.note01 p {
    font-size: 0.7rem;
}
.note01_r p {
	padding-top: 0;
    font-size: 0.7rem;
}	
.note01_lr p	{
	padding-top: 0;
    font-size: 0.7rem;
	text-align: left;
}
}
@media screen and (max-width: 329px) {
.note01 p,
.note01_lr p,
.note01_r p	{
    font-size: 0.625rem;
}	
}
/*--------▲注釈▲-------*/


/* ===============
 font調整
================ */

@media all and (max-width: 675px) {
	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 {
		font-size: 5.625vw;
	}
}
@media all and (max-width: 320px) {
	main h3 {
		padding-bottom: 8px;
		font-size: 6vw;
		line-height: 1.4;
	}

}
