@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: 950px;
  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;
  }
}
main div.area {
  width: 100%;
  position: relative;
}
main div.area .inner-area {
  width: 740px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  #skincare {
    width: 100%;
  }
  main > article > section {
    width: 100%;
    margin: 0 auto;
  }
  main div.area .inner-area {
    width: 94%;
    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;
}
main img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
/* テキスト */
main p, main h2, main h3 {
  color: #000;
}
main em { /* reset */
  font-style: normal;
  font-weight: normal;
}
main p.txt {
  font-size: 18px;
  line-height: 1.7;
}
main p.txt-c {
  text-align: center;
}
main p.txt-c span {
  display: inline-block;
}
main p.txt-c-adj {
  text-align: center;
}
main p.txt-c-adj span {
  letter-spacing: -0.03em;
}
main p.desc {
  text-align: justify;
  text-justify: inter-ideograph; /* for IE */
}
main > article > section {
  font-size: 1.125rem; /* 18px/16px */
}
#skincare .txt-small {
  font-size: 0.875rem; /* 14px/16px */
  line-height: 1.7;
  letter-spacing: 0.02em;
  text-align: justify;
  text-justify: inter-ideograph; /* for IE */
}
#skincare .notes {
  font-size: 0.75rem; /* 12px/16px */
  line-height: 1.3;
  font-family: sans-serif;
}
#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-small {
    font-size: 0.5625rem; /* 9px/16px */
  }
  #skincare notes {
    font-size: 0.875rem; /* 14px/16px */
  }
}
#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.5;
}
#skincare a > div:hover {
  opacity: 0.5;
}
/* 改行位置切り替え(PC/SP) */
br.br-pc {
  display: inline;
}
br.br-sp {
  display: none;
}
br.br-tab {
  display: none;
}
br.br-iPhoneX {
  display: none;
}
br.br-se {
  display: none;
}
@media screen and (max-width: 767px) {
  br.br-pc {
    display: none;
  }
  br.br-sp {
    display: inline;
  }
}
@media screen and (min-width: 470px) {
  br.br-tab {
    display: inline;
  }
}
@media screen and (max-width: 375px) {
  br.br-iPhoneX {
    display: inline;
  }
}
@media screen and (max-width: 320px) {
  br.br-se {
    display: inline;
  }
}
p.txt span {
  display: inline-block;
}
.txtl-l {
  text-align: left;
}
.txtl-r {
  text-align: right;
}
/* ===========================================================
文字色
============================================================= */
/* 商品名と仕様のテキスト */
#skincare .spec-text {
  text-align: center;
}
.spec-text p.cp-text {
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 36px;
  letter-spacing: 0.01em;
}
.spec-text p.p-icon {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 4px;
}
.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-block;
  /*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: 16px;
  line-height: 1.6;
  margin-bottom: 8px;
  color: #333;
}
.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: 8px;
  margin-bottom: 8px;
}
.text_cap {
  padding-left: 20px;
  text-align: left;
}
.item-box.small .spec-text p.price {
  margin-bottom: 8px;
}
/* SPF/PAのアイコン表示 */
.spec-text.with-spf {
  position: relative;
}
.spf img {
  width: auto;
  height: 100%;
  max-width: none;
  max-height: 100%;
  vertical-align: top;
}
.spf-space {
  padding: 0 0.3em;
}
@media print, screen and (min-width: 768px) {
  .spec-text .spf {
    height: 23px;
  }
}
@media screen and (max-width: 767px) {
  .spec-text .spf {
    height: 20px;
  }
  .spf img {
    vertical-align: baseline;
  }
}
.spec > div > a {
  color: #666666;
}
img.ic-arrow {
  display: inline-block;
  width: auto;
  height: 0.9em;
  max-height: 100%;
  max-width: none;
  margin-left: 0.5em;
  /*vertical-align: text-bottom;*/ /* IE/Edgeではズレる */
  position: absolute; /* 縦方向中央寄せする */
  top: 0;
  bottom: 3px; /*0;*/ /* やや上に微調整 */
  margin-top: auto;
  margin-bottom: auto;
}
.spec-text p.p-name {
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 15px;
}
.spec-text p.release {
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 1.6;
}
/* 商品名　色 */
#spec01 p.p-name > span {
  color: #ec8d83;
  border-bottom: solid 1px #ec8d83;
}
#spec02 p.p-name > span {
  color: #D49B5D;
  border-bottom: solid 1px #D49B5D;
}
#spec03 p.p-name > span {
  color: #866908;
  border-bottom: solid 1px #866908;
}
#spec04 p.p-name > span {
  color: #e26759;
  border-bottom: solid 1px #e26759;
}
#spec05 p.p-name > span {
  color: #dc6ba3;
  border-bottom: solid 1px #dc6ba3;
}
#spec06 p.p-name > span {
  color: #f57a30;
  border-bottom: solid 1px #f57a30;
}
#spec07 p.p-name > span {
  color: #3b37dc;
  border-bottom: solid 1px #3b37dc;
}
#spec08 p.p-name > span {
  color: #3bc727;
  border-bottom: solid 1px #3bc727;
}
#spec09 p.p-name > span {
  color: #3b37dc;
  border-bottom: solid 1px #3b37dc;
}
#spec10 p.p-name > span {
  color: #3bc727;
  border-bottom: solid 1px #3bc727;
}
#spec11 p.p-name > span {
  color: #1a94d0fa;
  border-bottom: solid 1px #1a94d0fa;
}
/*.spec06-box {
  padding-top: 15px;
}*/
/* ===========================================================
201903 追加　ここから
============================================================= */
/* メインビジュアル */
#skincare .header {
  text-align: center;
  margin-bottom: 38px;
}
@media screen and (max-width: 767px) {
  #skincare .header img {
    width: 100%;
  }
}
/* リード文 */
.lead-para {
  margin: 0 auto;
  text-align: center;
  font-size: 1.3rem;
}
.lead-para p {
  line-height: 1.6;
}
.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-bottom: 20px;
  }
}
/* 商品詳細 */
.item-tab {
  /*margin-bottom: 40px;*/
  padding: 0;
}
@media screen and (max-width: 767px) {
  .item-tab {
    margin-bottom: 0;
  }
  .item-tab-inner {
    width: 95%;
    margin: 0 auto;
  }
  .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 print, screen and (min-width: 768px) {
  .item-box.small {
    width: 400px;
    margin-right: 0;
    margin-left: auto;
  }
  .item-box.small .pic {
    width: calc(100% - 300px);
  }
  .item-box.small .spec {
    width: 300px;
    padding: 4px 0;
    background-color: rgba(255, 255, 255, 0);
  }
}
.item-box .inner {
  width: 100%;
  padding-top: 84%; /* W 227px(100%): H 194px */
  position: relative;
}
.item-box.small .inner {
  padding-top: 143%; /* W 100px(100%): H 143px */
}
.item-tab .item-box .inner {
  padding-top: 87.5%; /* W 264px(100%): H 231px */
}
@media screen and (max-width: 767px) {
  .item-box .pic {
    margin: 0 auto;
  }
  .item-box.small .pic {
    width: 60%;
    max-width: 200px;
  }
  .item-box .inner {
    padding-top: 100%;
  }
  .item-box.small .inner {
    padding-top: 100%;
  }
  .item-tab .item-box .inner {
    padding-top: 100%;
  }
}
.item-tab {
  background-color: #fff;
  position: relative;
}
.item-tab > p.cp-text {
  font-size: 18px;
  text-align: center;
  margin-bottom: 16px;
}
.item-tab .stamp-mark {
  width: 79px;
  position: absolute;
  top: 16px;
  left: 14px;
}
@media screen and (max-width: 768px) {
  .item-tab > p.cp-text {
    margin-bottom: 0;
  }
  .item-tab .stamp-mark {
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .stamp-mark img {
    max-width: 79px;
  }
}
@media screen and (max-width: 500px) {
  .item-tab .stamp-mark {
    left: 0;
    width: 16vw;
  }
  .stamp-mark img {
    max-width: 90%;
  }
}
/* フッターとバナーセクション */
#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%;
  }
}
/* ----- */
/* 文字間隔調整 */
@media screen and (max-width: 500px) {
  p.txt em {
    letter-spacing: -0.18em;
  }
}
/* ------- */
/* 個別のマージン調整 */
#s09 {
  margin-bottom: 58px;
  clear: both;
}
main {
  margin-bottom: 85px;
}
@media screen and (max-width: 767px) {
  #skincare .header {
    margin-bottom: 20px;
  }
  .lead-para {
    margin: 0 auto 25px;
    width: 96%;
    text-align: center;
  }
  #s09 {
    margin-bottom: 34px;
  }
}
/* ------- */
/* フォントサイズ(レスポンシブ) */
@media screen and (max-width: 767px) {
  main p.txt-c, main p.txt-c-adj {
    font-size: 1.1rem;
  }
  main p.txt-c.lead {
    font-size: 1.1rem;
  }
}
/* ------- */
/* リードテキスト ------------------------------------------------ */
#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.1875rem;
  }
}
/* ------------------------------------------------------------- */
/* ===========================================================
  201903 追加 ここまで
============================================================= */
/* ===========================================================
201904 追加　ここから
============================================================= */
.item-tab-inner {
  margin: 0 auto;
  width: 740px;
  clear: both;
  overflow: hidden;
}
.text-block p {
  font-size: 1.0rem; /* 16px/16px */
}
@media screen and (max-width: 767px) {
  .item-tab-inner {
    margin: 30px auto 0;
    width: 80%; /*new*/
    float: none;
  }
  .text-block {
    margin: 0 auto 2em;
    width: 92%;
    position: relative;
  }
  .text-block p {
    font-size: 0.9375rem; /* 15px/16px */
  }
}
@media screen and (max-width: 480px) {
  .item-tab-inner { /*new*/
    width: 100%;
  }
}
/* ===========================================================
  201904 追加 ここまで
============================================================= */
/* ===========================================================
201907 追加　ここから
============================================================= */
.inner-content {
  width: 96%;
  margin: 0 auto;
}
/* POINTアイコン ------ */
.ic_point {
  margin: 0 auto 5px;
  display: block;
  width: 90px;
  height: 50px;
}
/* 賞品紹介box高さ ------ */
#spec03.spec, #spec04.spec, #spec05.spec, .spec06.spec, #spec07.spec {
  padding: 15px 0;
}
.item_container {
  clear: both;
}
/* 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;
  }
}
/* 文字調整 ------------------------------------------------ */
@media screen and (max-width: 320px) {
  .spec-text p.price {
    font-size: 4.6875vw;
  }
}
@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: 1rem;
  }
}
@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: 3vw; /* 11px近似値 */
  }
}
/* ===========================================================
201907 追加 ここまで
============================================================= */
/* ===========================================================
201910 追加　ここから
============================================================= */
#inner-item {
  margin: 0 auto 30px;
  width: 90%;
  display: block;
  overflow: hidden;
}
#item_text p {
  text-align: left;
}
#item_spec p {
  margin-top: 10px;
  text-align: center;
}
#item_spec p.price {
  margin: 0 0 15px;
}
#item_spec {
  margin-top: 20px;
  padding: 1px 0 20px;
  background-color: #f7f6fb;
  border-radius: 15px;
}
@media print, screen and (min-width: 768px) {
  /* レイアウト ------ */
  #inner-item {
    margin: 0 0 20px;
    width: 740px;
  }
}
/* ===========================================================
201910 追加 ここまで
============================================================= */
/* ===========================================================
201911 追加　ここから
============================================================= */
/* テキスト調整 --　*/
@media print, screen and (min-width: 768px) {
  #spec03.spec, #spec04.spec, #spec05.spec {
    background-color: rgba(255, 255, 255, 0);
  }
  /* テキスト調整 --　*/
  .s_txt {
    font-size: 85%;
    vertical-align: -1px;
  }
}
/* 脚注 ---------------------------------------*/
.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;
  }
}
/* PC版 ------ */
@media print, screen and (min-width: 768px) {
  .inner-content {
    width: 740px;
    padding-top: 10px;
  }
}
/* 商品画像 -----------------------------------------*/
@media print, screen and (max-width: 375px) {
  .pic {
    margin: 0 auto;
    width: 96%;
  }
}
/* ===========================================================
201911 追加 ここまで
============================================================= */
/* ===========================================================
201912 追加　ここから
============================================================= */
.text-inner {
  position: absolute;
  top: 90px;
  left: 50%;
  width: 90%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
  overflow: hidden;
  text-align: center;
}
h3 {
  font-size: 4.2667vw;
  line-height: 1.4em;
}
/* ▼▼▼ 見出と背景とコンテンツのマージン ▼▼▼ ------ */
/* 見出とコンテンツのマージン ------ */
#bg_h2_01 {
  margin-bottom: 1353px;
  background-image: url("../images/bg_01_sp.png");
}
#bg_h2_02 {
  margin-bottom: 1657px;
  background-image: url("../images/bg_02_sp.png");
}
/* 見出 背景 ------ */
#bg_h2_01, #bg_h2_02, #bg_h2_03 {
  width: 100%;
  height: 0;
  /* (画像の高さ / 画像の横幅) × 100 */
  padding-top: 72.4638%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
/* 見出 テキスト ------ */
#bg_h2_01 .subtitle-inner h2, #bg_h2_02 .subtitle-inner h2 {
  margin: 0 auto 10px;
  padding-bottom: 0;
  width: 100%;
  display: block;
  font-size: 4.8vw;
  line-height: 1.5em;
  font-weight: bold;
  -ms-font-weight: bold; /* IE */
  background-position: bottom center;
  background-size: 90% 2px;
  background-repeat: no-repeat;
}
#bg_h2_01 .subtitle-inner h2 {
  color: #047BB1;
}
#bg_h2_02 .subtitle-inner h2 {
  color: #e04c95;
}
.text-inner p {
  font-size: 4vw;
  color: #5c5c5c;
}
@media print, screen and (min-width: 769px) {
  /* 見出 背景 ------ */
  /*	#bg_h2_01,
	#bg_h2_02,
	#bg_h2_03 {
		border-radius: 20px;
	}*/
  /* 見出 テキスト ------ */
  #bg_h2_01 .subtitle-inner h2, #bg_h2_02 .subtitle-inner h2 {
    font-weight: normal;
    -ms-font-weight: bold; /* IE */
  }
}
@media print, screen and (max-width: 320px) {
  /* 見出とコンテンツのマージン ------ */
  #bg_h2_01 {
    margin-bottom: 1222px;
  }
  #bg_h2_02 {
    margin-bottom: 1513px;
  }
}
@media screen and (min-width: 376px) and (max-width: 414px) {
  /* 見出とコンテンツのマージン ------ */
  #bg_h2_01 {
    margin-bottom: 1550px;
  }
  #bg_h2_02 {
    margin-bottom: 1640px;
  }
  .text-inner p {
    font-size: 3.86473429951691vw;
  }
}
@media screen and (min-width: 415px) and (max-width: 480px) {
  /* 見出とコンテンツのマージン ------ */
  #bg_h2_01 {
    margin-bottom: 1445px;
  }
  #bg_h2_02 {
    margin-bottom: 1715px;
  }
  .text-inner {
    top: 110px;
  }
  .text-inner p {
    font-size: 3.95833333333333vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 568px) {
  /* 見出の上部あき ------ */
  .text-inner {
    top: 120px;
  }
  /* 見出とコンテンツのマージン ------ */
  #bg_h2_01 {
    margin-bottom: 1712px;
  }
  #bg_h2_02 {
    margin-bottom: 1680px;
  }
}
@media screen and (min-width: 569px) and (max-width: 700px) {
  /* 見出の上部あき ------ */
  .text-inner {
    top: 140px;
  }
  /* 見出とコンテンツのマージン ------ */
  #bg_h2_01 {
    margin-bottom: 1403px;
  }
  #bg_h2_02 {
    margin-bottom: 1640px;
  }
}
@media screen and (min-width: 701px) and (max-width: 767px) {
  /* 見出の上部あき ------ */
  .text-inner {
    top: 200px;
  }
  /* 見出とコンテンツのマージン ------ */
  #bg_h2_01 {
    margin-bottom: 1401px;
  }
  #bg_h2_02 {
    margin-bottom: 1640px;
  }
}
@media print, screen and (min-width: 768px) {
  /* 見出とコンテンツのマージン ------ */
  #bg_h2_01, #bg_h2_02 {
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 49.136364%;
  }
  #bg_h2_01 {
    background-image: url("../images/bg_01_pc.png");
    /*margin-bottom: 367px;*/
    margin-bottom: 480px;
  }
  #bg_h2_02 {
    /*margin-bottom: 279px;*/
    margin-bottom: 795px;
    background-image: url("../images/bg_02_pc.png");
  }
  /* 見出 テキスト位置 ------ */
  #bg_h2_01 .text-inner, #bg_h2_02 .text-inner {
    width: auto;
    top: 40px;
  }
  #bg_h2_01 .text-inner, #bg_h2_03 .text-inner {
    left: 175px;
  }
  #bg_h2_02 .text-inner {
    left: 50px;
  }
  /* 見出 テキスト ------ */
  #bg_h2_01 .subtitle-inner h2, #bg_h2_02 .subtitle-inner h2 {
    margin: 0 auto;
    padding-bottom: 10px;
    display: block;
    background-position: bottom center;
    background-size: 700px 2px;
    background-repeat: no-repeat;
    font-size: 1.5rem;
  }
  #bg_h2_01 .subtitle-inner h2 {
    color: #5caad0;
  }
  #bg_h2_02 .subtitle-inner h2 {
    color: #fb74b6;
  }
  .text-inner p {
    font-size: 1.0rem;
  }
}
@media print, screen and (min-width: 880px) {
  /* 見出とコンテンツのマージン ------ */
  #bg_h2_01 {
    margin-bottom: 837px;
  }
  #bg_h2_02 {
    margin-bottom: -251px;
  }
  /* 見出 テキスト位置 ------ */
  #bg_h2_01 .text-inner, #bg_h2_02 .text-inner {
    width: auto;
    top: 70px;
  }
  #bg_h2_01 .text-inner {
    left: 210px;
  }
  #bg_h2_02 .text-inner {
    left: 100px;
  }
}
/* ▲▲▲ 見出と背景とコンテンツのマージン ▲▲▲ ------ */
@media screen and (min-width: 768px) {
  h3 {
    font-size: 1.0625rem;
  }
}
/* デイセラム */
#dayserum_link, #glowcompact_link, #melangery_link {
  display: block;
  clear: both;
}
/* ===========================================================
201912 追加 ここまで
============================================================= */
/* ===========================================================
202002 追加　ここから
============================================================= */
/* リンク -----------------------------------------*/
#makeupbase a, #richitem a, #checklist a {
  color: inherit;
}
/* 背景グラデ -----------------------------------------*/
#makeupbase {
  padding-bottom: 30px;
  background: -moz-linear-gradient(#FFFFFE 60%, #fffffd 95%, #fff5c8 100%);/* Firefox */
  background: -webkit-linear-gradient(#FFFFFE 60%, #fffffd 95%, #fff5c8 100%);/* safari Chrome */
  background: -ms-linear-gradient(#FFFFFE 60%, #fffffd 95%, #fff5c8 100%); /* IE */
  background: linear-gradient(#FFFFFE 60%, #fffffd 95%, #fff5c8 100%);
}
#richitem {
  margin-top: 50px;
  padding-bottom: 40px;
    background: -moz-linear-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 60%, #ffffff 95%, #FDEFEB 100%); /* Firefox */
  background: -webkit-linear-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 60%, #ffffff 95%, #FDEFEB 100%); /* safari Chrome */
  background: -ms-linear-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 60%, #ffffff 95%, #FDEFEB 100%); /* IE */
  background: linear-gradient(#ffffff 0%, rgba(255, 255, 255, 0) 60%, #ffffff 95%, #FDEFEB 100%);
}
@media print, screen and (min-width: 768px) {
  #makeupbase, #richitem {
    width: 768px;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
  #checklist {
    width: 768px;
  }
  .text-inner {
    top: 120px;
    text-align: left;
    transform: translateX(0);
  }
}
@media print, screen and (min-width: 880px) {
  #makeupbase, #richitem, #checklist {
    width: 880px;
    /*border-radius: 20px;*/
    -webkit-box-shadow: 0 0 10px 0 #DDDDDD;
    -moz-box-shadow: 0 0 10px 0 #DDDDDD;
    box-shadow: 0 0 10px 0 #DDDDDD;
    border: solid 1px #D4D3CB;
  }
  #checklist {
    width: 880px;
    margin-top: 90px;
    margin-bottom: 60px;
  }
  #makeupbase {
    margin-top: 40px;
    padding-bottom: 0;
  }
}
/* ボタン「詳しくはこちら」 -----------------------------------------*/
.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;
}
.btn-detail:after {
  content: "";
  position: absolute;
  top: 11px;
  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:after {
  right: 10px;
}
/* ボタン「詳しくはこちら」スペチ用 -----------------------------------------*/
#btn-detail_spec {
  box-sizing: border-box;
  display: inline-block;
  width: 143px;
  line-height: 31px;
  font-size: 14px;
  font-family: sans-serif;
  text-align: center;
  position: relative;
  /*background-color: #ad8301;*/
  background: -moz-linear-gradient(top, #CC9D0A, #886700);
  background: -webkit-linear-gradient(top, #CC9D0A, #886700);
  background: linear-gradient(to bottom, #CC9D0A, #886700);
  border-radius: 30px;
  color: #ffffff;
}
#btn-detail_spec:after {
  content: "";
  position: absolute;
  top: 10px;
  right: 12px;
  display: block;
  width: 10px;
  height: 10px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transition: left .2s;
  transition: left .2s;
  will-change: left;
  transform: rotate(45deg);
}
a:hover > #btn-detail_spec:after {
  right: 10px;
}
/* 2カラム 等分 ---------------------------------------*/
.equal_container-l, .equal_container-r {
  text-align: center;
}
.equal_container-r {
  margin-top: 50px;
}
.specitext-innner {
  text-align: center;
}
/* iPad〜PC */
@media print, screen and (min-width: 768px) {
  #products-inner, #specialelip-inner {
    position: absolute;
    width: 100%;
    top: 160px;
  }
  .products-column {
    margin: 0 auto;
    width: 740px;
  }
  .equal_container-l, .equal_container-r {
    width: 350px;
  }
  .equal_container-l {
    margin-right: 20px;
    float: left;
  }
  .equal_container-r {
    margin-top: 0;
    float: right;
  }
  .specitext-innner {
    margin: 0 auto;
    width: 680px;
    clear: both;
    display: block;
    overflow: hidden;
    text-align: center;
  }
}
/* 2カラム デイセラム ---------------------------------------*/
#dayserum-txt, #glowcompact-txt, #melangery-txt {
  text-align: center;
  align-self: center;
}
@media print, screen and (min-width: 768px) {
  #dayserum-img, #dayserum-txt, #glowcompact-img, #glowcompact-txt, #melangery-img, #melangery-txt {
    float: left;
  }
  #dayserum-img, #glowcompact-img, #melangery-img {
    margin: 10px 0;
    width: 45%;
  }
  #dayserum-img img, #glowcompact-img img, #melangery-img img {
    width: 100%;
  }
  #dayserum-txt, #glowcompact-txt, #melangery-txt {
    /*padding-top: 40px;*/
    /*text-align: left;*/
    width: 50%;
  }
}
/* 見出し テキスト -----------------------------------------*/
.chach-inner {
  margin-bottom: 10px;
}
.chach-inner h3 {
  margin-bottom: 5px;
}
#chach_01 {
  color: #ec8d83;
}
#chach_02 {
  color: #D49B5D;
}
#chach_03 {
  color: #866908;
}
#chach_04 {
  color: #e26759;
}
#chach_05 {
  color: #dc6ba3;
}
#chach_06 {
  /*color: #fb5617;*/
}
#line_01, #line_02, #line_03, #line_04, #line_05, #line_06 {
  display: block;
  width: 100%;
  height: 2px;
}
#line_03, #line_04, #line_05 {
  margin: 5px 0 10px;
}
#line_01 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ec8d83 25%, #ec8d83 50%, #ec8d83 75%, rgba(255, 255, 255, 0) 100%);
}
#line_02 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #D49B5D 25%, #D49B5D 50%, #D49B5D 75%, rgba(255, 255, 255, 0) 100%);
}
#line_03 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #866908 25%, #866908 50%, #866908 75%, rgba(255, 255, 255, 0) 100%);
}
#line_04 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #e26759 25%, #e26759 50%, #e26759 75%, rgba(255, 255, 255, 0) 100%);
}
#line_05 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #dc6ba3 25%, #dc6ba3 50%, #dc6ba3 75%, rgba(255, 255, 255, 0) 100%);
}
#line_06 {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #FAAF92 25%, #FF9663 50%, #FAAF92 75%, rgba(255, 255, 255, 0) 100%);
}
/*.product-text {
	font-size: 1rem;
}*/
/* 「医薬部外品」 */
.iyaku, #iyaku-dayserum, #iyaku-glowcompact, #iyaku-melangery {
  display: inline-block;
  vertical-align: text-top;
  border: 1px solid #bbb;
  font-size: 2.4vw;
  padding: 1px 2px;
  position: relative;
  font-weight: normal;
}
.#iyaku-dayserum, #iyaku-glowcompact, #iyaku-melangery {
  top: 2px;
}
.iyaku {
  top: -2px;
}
/* 小見出し スペチ */
#dayserum h3, #glowcompact h3, #melangery h3 {
  font-size: 5.3333vw;
}
@media print, screen and (min-width: 768px) {
  .iyaku, #iyaku-dayserum, #iyaku-glowcompact, #iyaku-melangery {
    font-size: 11px;
    padding: 2px;
    margin-left: 0.3em;
  }
  .iyaku {
    font-size: 11px;
    margin-top: -0.3em;
  }
  #iyaku-dayserum, #iyaku-glowcompact, #iyaku-melangery {
    font-size: 12px;
    margin-top: -0.3em;
  }
  /* 小見出し スペチ */
  #dayserum h3, #glowcompact h3, #melangery h3 {
    font-size: 1.375rem;
  }
}
/* 見出し ---*/
.chach-inner h3 {
  font-size: 5.3333vw;
}
.product-text {
  font-size: 4.2666vw;
}
@media screen and (min-width: 376px) and (max-width: 414px) {
  .product-text {
    font-size: 4.10628019323671vw;
  }
}
@media print, screen and (max-width: 320px) {
  .product-text {
    font-size: 4.0625vw;
  }
}
@media screen and (min-width: 415px) and (max-width: 480px) {
  .product-text {
    font-size: 4.16666666666667vw;
  }
}
@media screen and (min-width: 481px) and (max-width: 767px) {
  .chach-inner h3, #lip h3, #dayserum h3, #glowcompact h3, #melangery h3 {
    font-size: 1.5rem;
  }
  .text-inner p {
    font-size: 1.125rem;
  }
  .product-text {
    font-size: 1.125rem;
  }
}
@media print, screen and (min-width: 768px) {
  /* 見出し ---*/
  .chach-inner h3 {
    font-size: 1.375rem;
  }
  .product-text {
    font-size: .9375rem;
    /*margin-bottom: 15px;*/
  }
}
/* 美容液成分 ---*/
#ingredient {
  margin: 30px auto 10px;
  padding: 0.5em;
  width: 90%;
  border: 1px solid #BEBEBE;
  text-align: left;
}
#ingredient dt {
  font-size: 0.875rem;
  font-weight: bold;
  color: #666666;
}
#ingredient dd {
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #BEBEBE;
  font-size: 0.75rem;
  line-height: 1.6em;
  color: #666666;
}
@media print, screen and (min-width: 768px) {
  /* 美容液成分 ---*/
  #ingredient {
    width: 96%;
  }
  #ingredient dt {
    font-size: 0.875rem;
  }
  #ingredient dd {
    font-size: 0.75rem;
  }
}
/* おすすめリップ2色を使ったメイクアップパターンはこちら ---*/
#makepattern {
  text-align: center;
}
.btn-circle-make {
  margin-top: 20px;
  padding: 5px 10px 5px 20px;
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  width: 80%;
  border-radius: 40px;
  text-align: center;
  overflow: hidden;
  background-image: linear-gradient(45deg, #ffb0f4 0%, #FFABA6 100%);
  transition: .4s;
  position: relative;
}
.btn-circle-make:hover {
  background-image: linear-gradient(45deg, #FAA9A5 0%, #F89ACC 100%);
}
.lipbtn {
  padding: 5px 0 0 10px;
  display: inline-block;
  color: #ffffff;
  font-size: 5.0666vw;
  line-height: 1.0em;
}
.lipbtn:before {
  content: "";
  position: absolute;
  top: 26px;
  left: 12px;
  display: block;
  width: 16px;
  height: 16px;
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  -webkit-transition: left .2s;
  transition: left .2s;
  will-change: left;
  transform: rotate(45deg);
}
.btn-circle-make:hover > .lipbtn:before {
  left: 14px;
}
.lipbtn-txt {
  padding-left: 8px;
  display: inline-block;
  line-height: 1.2em;
  text-align: left;
}
@media print, screen and (min-width: 414px) {
  .btn-circle-make {
    width: 330px;
  }
  /*.lipbtn {
    font-size: 1.25rem;
  }
  .lipbtn:before {
    left: 18px;
  }
  .btn-circle-make:hover > .lipbtn:before {
    left: 24px;
  }
  .lipbtn-txt {
    padding-left: 0;
  }*/
}
/* デイセラム コンテンツ */
#dayserum, #glowcompact, #melangery {
  padding-top: 35px;
}
@media print, screen and (min-width: 768px) {
  #dayserum, #glowcompact, #melangery {
    padding-top: 40px;
  }
}
/* デイセラム色玉 ------ */
#colortype {
  margin: 20px auto;
  width: 95%;
}
#colortype ul {
  /*margin-right: 20px;*/
  clear: both;
}
#colortype ul:first-child {
  padding-left: 40px;
}

#colortype li {
  display: inline;
  float: left;
}
#colortype dl.newtype {
  padding-top: 3rem;
}
#colortype dl.regulartype {
  padding-top: 2rem;
}
#colortype dl.brandname dt, #colortype dl.brandname dd {
  font-size: 3.2vw;
  white-space: nowrap;
  display: inline-block;
  overflow: hidden;
  margin-right: 5px;
  float: left;
}
#colortype span {
  margin-right: 10px;
  font-size: 2.5rem;
  line-height: 1em;
  vertical-align: middle;
}
#colortype span.colornum {
  font-size: 90%;
  line-height: 1em;
}
#l1 {
  color: #f5b584;
}
#l2 {
  color: #f3bb7d;
}
#m3 {
  color: #ebaa77;
}
#m4 {
  color: #eab670;
}
/*.colornum dt {
	height: 18px;
}*/
/* NEWマーク */
.colornum dt.ic_new {
  margin-top: 2em;
  width: 5em;
  padding: 1px 0 0;
  color: #ffffff;
  background-color: #9e7e48;
  font-size: .5rem;
  border-radius: 10px;
  text-align: center;
}
#colortype .colornum dd span.cn {
  padding-top: .375em;
  font-size: 4.8vw;
}
#dayserum_link, #glowcompact_link, #melangery_link {
  margin: 20px auto;
  padding: 20px 0 30px;
  width: 90%;
  text-align: center;
}
.spec06.spec {
  margin-top: 30px;
  padding-top: 0;
  clear: both;
}
@media screen and (min-width: 415px) and (max-width: 767px) {
  #colortype .colornum dd span.cn {
    font-size: 1.25rem;
  }
  #colortype dl.brandname dt, #colortype dl.brandname dd {
    font-size: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  #colortype {
    /*width: 100%;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  /*#colortype ul {
    margin-right: 20px;
    float: left;
  }*/
  /*#colortype ul li {
    float: left;
  }*/
  #colortype dl.newtype, #colortype dl.regulartype {
    padding-top: 0;
  }
  #colortype dl.brandname dt, #colortype dl.brandname dd {
    font-size: .6875rem;
    float: left;
  }
  #colortype .colornum dd span.cn {
    font-size: 1.25rem;
  }
  /* 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;
  }
}
/* メランジェリー ------ */
#information {
  margin: 50px auto 30px;
  width: 98%;
  display: block;
  position: relative;
  background: url("../images/bg_information_sp.png") no-repeat;
  box-sizing: border-box;
  height: 0;
  /* (画像の高さ / 画像の横幅) × 100 */
  padding-top: 131.6425%;
  background-position: center center;
  background-size: cover;
  border-radius: 15px;
}
#information_lead {
  padding-left: 2%;
  position: absolute;
  top: 8.0%;
  width: 100%;
  text-align: center;
}
#information_lead p {
  color: #ffffff;
  font-size: 4.8vw;
  line-height: 1.5em;
}
#information_link {
  position: absolute;
  right: 5%;
  bottom: 5%;
}
br.br-info {
  display: inline;
}
@media screen and (min-width: 740px) {
  #information {
    margin: 50px auto 30px;
    padding-top: 0;
    width: 740px;
    height: 420px;
    clear: both;
    overflow: hidden;
    background: url("../images/bg_information.png") no-repeat;
    background-size: contain;
  }
  #information_lead {
    margin: 45px auto 0;
    padding-left: 0;
    width: 100%;
    position: relative;
    top: 0%;
  }
  #information_lead p {
    font-size: 1.1875rem;
  }
  #information_link {
    right: 30px;
    bottom: 30px;
  }
  br.br-info {
    display: none;
  }
}
/* 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%;
  }
}
/* iPhone 4 横 調整 ---------------------------------------*/
@media screen and (min-width: 415px) {}
/* ===========================================================
202002 追加 ここまで
============================================================= */
/* 共通 ---------------------------------------*/
#skincare .flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#skincare .item-tab .section_inner div .title {
  width: 100%;
  text-align: center;
  /*border-bottom: solid 1px #333333;*/
  margin-top: -351px;
}
#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;
}
/* makeupbase ここから ---------------------------------------*/
#products-inner .products-column .makeupbase-img .img-pc {
  display: block;
}
#products-inner .products-column .makeupbase-img .img-sp {
  display: none;
}
#makeupbase .section_inner div .title h2 {
  color: #91620f;
  border-bottom: solid 1px #91620f;
}
#makeupbase .section_inner #products-inner .products-column .flexbox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}
#makeupbase .section_inner #products-inner .products-column .makeupbase-txt .illust {
  width: 35%;
}
#makeupbase .section_inner #products-inner .products-column .makeupbase-txt p {
  font-size: 1.0rem;
  width: 65%;
}
#makeupbase .section_inner #products-inner .products-column .makeupbase-img img {
  width: 100%
}
#makeupbase .section_inner #products-inner .products-column .makeupbase-img {
  margin-bottom: 30px;
}

/* makeupbase ここまで ---------------------------------------*/
/* richitem ここから ---------------------------------------*/
#richitem .section_inner div .title h2 {
  color: #a53232;
  border-bottom: solid 1px #a53232;
}
#richitem .section_inner .products-column .richitem-txt p {
  font-size: 1.0rem;
  text-align: center;
}
#glowcompact .flexbox, #melangery .flexbox, #dayserum .flexbox {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#glowcompact .detail {
  background-image: url("../images/product_03bg.png");
  background-size: cover;
}
#glowcompact-img .sp_img {
  display: none;
}
#glowcompact-img .pc_img {
  display: block;
}
#melangery .detail, #dayserum .detail {
  border: solid 1px #D6D6D6;
}
#glowcompact .colortype, #melangery .colortype {
  clear: both;
  text-align: center;
  padding: 20px 30px;
}
#melangery .colortype .flexbox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#glowcompact .colortype .flexbox {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around;
}
#glowcompact .colortype .colorlist li .color {
  width: 40%;
  margin: 0 auto;
}
#glowcompact .colortype .colorlist li .name_num {
  font-size: 1.23rem;
}
#glowcompact .colortype .colorlist li .name_com, #melangery .colortype .colorlist .f-item .color {
  font-size: 0.6875rem;
	line-height: 1.6;
}
#melangery .colortype .colorlist .f-item .copy {
  font-size: 0.9rem;
}
#melangery .colortype .colorlist .f-item {
  width: 40%;
  margin: 0 auto;
}
#melangery .colortype .colorlist .f-item figure {
  width: 40%;
  margin: 0 auto;
}
/* richitem ここまで ---------------------------------------*/
/* checklist ここから ---------------------------------------*/
#checklist .section_inner {
  /*border: solid 1px #666666;*/
}
#checklist .section_inner .checklist_title {
  text-align: center;
  margin-top: -94px;
}
#checklist .section_inner .checklist_title .title-line {
  padding: 16px;
  background-color: #ffffff;
  width: 15%;
  margin: -37px auto 0;
  font-size: 1.8rem;
}
#checklist .section_inner .checklist_title h2 {
  font-size: 1.6rem;
  margin: 20px 0;
  color: #a9863e;
  position: relative;
  display: inline-block;
  padding: 0 55px;
}
#checklist .section_inner .checklist_title h2:before, #checklist .section_inner .checklist_title h2:after {
  content: '';
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  border-top: solid 1px #a9863e;
  border-bottom: solid 1px #a9863e;
}
#checklist .section_inner .checklist_title h2:before {
  left: 0;
}
#checklist .section_inner .checklist_title h2:after {
  right: 0;
}
#check-inner .case_warpper {
  margin-bottom: 30px;
}
#check-inner .case_warpper .flexbox {
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-top: 10px;
}
#check-inner .case_warpper .flexbox .pic {
  width: 30%;
}
/*#check-inner .case_warpper .flexbox .pic_h {
  width: 17%;
}*/
#check-inner .case_warpper .flexbox .spec {
  width: 68%;
}
#check-inner .case_warpper .flexbox .pic, #check-inner .case_warpper .flexbox .spec {
  align-self: center;
}
#check-inner .case_warpper h3 {
  color: #3ca22f;
  padding: .25em 0 .25em .75em;
  border-left: 6px solid #a5d6a0;
  margin-bottom: 1em;
  font-size: 1.375rem;
}
#check-inner .case_warpper h3 .num_ {
  font-size: 1.3em;
}
#check-inner .case_warpper .flexbox .spec .spec-text .ic_day {
  padding: 5px;
  width: 9em;
  color: #FB6772;
  background-color: #ffffff;
  font-size: .75rem;
  border: solid 1px #FB6772;
  border-radius: 17px;
  margin: 1px 5px;
}
#spec11 .spec-text .senko{
	font-size: 11px;
  letter-spacing: -0.01em;
  color: #333;
	  margin-top: 8px;
  margin-bottom: 8px;
	margin-left: 10px;
}
#spec06 .spec-text .sp_text {
  display: none;
}
#spec06 .spec-text .pc_text {
  display: block;
}
#bg_h2_03 {
  background-image: url("../images/bg_pc_03.png");
  padding-top: 19.4638%;
  margin-bottom: 100px;
}
/* checklist ここまで ---------------------------------------*/
/* スマホ調整　ここから ---------------------------------------*/
@media screen and (max-width: 767px) {
  #skincare .item-tab .section_inner div .title {
    margin-top: -60vw;
  }
  #skincare .item-tab .section_inner div .title h2 {
    font-size: 4.8vw;
    line-height: 1.5em;
    padding: 10px 0;
  }
  #makeupbase .section_inner #products-inner .products-column .flexbox, #glowcompact .flexbox, #melangery .flexbox, #check-inner .case_warpper .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  #dayserum .flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #makeupbase .section_inner #products-inner .products-column .makeupbase-txt .illust {
    width: 50%;
}
  #makeupbase .section_inner #products-inner .products-column .makeupbase-txt p {
    width: 90%;
    text-align: center;
  }
  #products-inner .products-column .makeupbase-img .img-sp {
    display: block;
  }
  #products-inner .products-column .makeupbase-img .img-pc {
    display: none;
  }
  #bg_h2_02 {
    margin-bottom: -55vw;
  }
  #dayserum, #glowcompact, #melangery {
    padding-top: 0;
  }
  #richitem .section_inner .products-column .richitem-txt {
    margin-top: 16vw;
  }
  #richitem .section_inner .products-column .inner-content {
    margin-top: 9vw;
  }
  #richitem .section_inner .products-column .richitem-txt p {
    width: 90%;
    margin: 0 auto;
  }
  #glowcompact .colortype .flexbox, #melangery .colortype .flexbox {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #glowcompact .colortype .colorlist li .name_num {
    font-size: 1.1rem;
  }
  #dayserum_link, #glowcompact_link, #melangery_link {
    padding: 0;
    margin: 0 auto 20px;
  }
  #glowcompact .detail {
    background-color: #fdfdf5;
    background-image: none;
  }
  #glowcompact-img .pc_img {
    display: none;
  }
  #glowcompact-img .sp_img {
    display: block;
  }
  #colortype dl.regulartype {
    padding-top: 0.7rem;
  }
  #colortype {
    padding-bottom: 47px;
  }
  #melangery .colortype .colorlist .f-item {
    width: 47%;
  }
  #glowcompact .colortype, #melangery .colortype {
    padding: 20px 0;
}
#glowcompact .colortype .colorlist li .name_com, #melangery .colortype .colorlist .f-item .color {
    font-size: 0.72rem;
    line-height: 1.5;
}
#glowcompact .colortype .colorlist li .color {
    width: 45%;
    margin: 0 auto;
}
  #checklist {
    margin-top: 40px;
    border: solid 1px #ad8b47;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  #checklist .section_inner .checklist_title {
    margin-top: -70px;
  }
  #bg_h2_03 {
    padding-top: 30.4638%;
    margin-bottom: 180px;
  }
  #checklist .section_inner .checklist_title h2 {
    font-size: 1.4rem;
    padding: 0 44px;
    border-bottom: double #a9863e;
  }
  #checklist .section_inner .checklist_title h2:before, #checklist .section_inner .checklist_title h2:after {
    content: none;
  }
  #check-inner .case_warpper h3 {
    font-size: 1.25rem;
  }
  #check-inner .case_warpper .flexbox .pic {
    width: 70%;
  }
  #check-inner .case_warpper .flexbox .spec {
    width: 100%;
  }
  #check-inner .case_warpper .flexbox .spec .spec-text p.brand-name,
	#spec11 .spec-text .senko{
    font-size: 3vw;
  }
  .spec-text p.p-name {
    margin-bottom: 10px;
  }
	#spec09 .spec-text{
		margin-top: -40px;
	}
	#spec10 .spec-text{
		margin-top: -44px;
	}
	#spec07 .spec-text{
		margin-top: -16px;
	}
	#spec08 .spec-text{
		margin-top: -15px;
	}
}
@media print, screen and (max-width: 320px) {
  /* 見出とコンテンツのマージン ------ */
  #bg_h2_01 {
    margin-bottom: 1234px;
  }
	#checklist .section_inner .checklist_title h2 {
    padding: 0 18px;
}
}
@media print, screen and (min-width: 321px) and (max-width: 375px) {
  /* 見出とコンテンツのマージン ------ */
  #bg_h2_01 {
    margin-bottom: 1316px;
  }
}
@media screen and (min-width: 376px) and (max-width: 480px) {
  /* 見出とコンテンツのマージン ------ */
  #bg_h2_01 {
    margin-bottom: 1324px;
  }
}
@media screen and (min-width: 481px) and (max-width: 568px) {
  /* 見出とコンテンツのマージン ------ */
  #bg_h2_01 {
    margin-bottom: 1324px;
  }
}
@media screen and (min-width: 569px) and (max-width: 767px) {
  /* 見出とコンテンツのマージン ------ */
  #bg_h2_01 {
    margin-bottom: 1305px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 879px) {
  #bg_h2_01 {
    margin-bottom: 870px;
  }
  #skincare .item-tab .section_inner div .title {
    margin-top: -35vw;
  }
  #bg_h2_02 {
    margin-bottom: -26vw;
  }
  #checklist {
    margin-top: 40px;
    border: solid 1px #ad8b47;
    padding: 0 5px;
    margin-bottom: 10px;
  }
  #checklist .section_inner .checklist_title {
    margin-top: -70px;
  }
  #bg_h2_03 {
    padding-top: 20.4638%;
    margin-bottom: 125px;
  }
}
@media screen and (max-width: 767px) {
#colortype ul:first-child {
    padding-left: 0;
}
}
@media screen and (min-width: 600px) and (max-width: 767px){
	#check-inner .case_warpper .flexbox .spec .spec-text p.brand-name, #spec11 .spec-text .senko {
    font-size: 2vw;
}
}
