

.mainContainer {
    background: #221814;
	color:#FFFFFF;
    padding-top: 50px;
	}


.keyvisual__lang-nav {
  position: absolute;
  top: 70%;
  right: 12%;
  width: 25%;
}
.keyvisual__lang-list {
  overflow: hidden;
}
.keyvisual__lang-list__item {
  float: left;
  width: 45%;
}
.keyvisual__lang-list__item:first-child {
  margin-right: 9%;
}
.keyvisual__lang-list__item__anchor {
  border: 1px solid #ffffff;
  color: #ffffff;
  display: block;
  padding: 1em 0;
  text-align: center;
  width: 100%;
}



.news>.l-container {
    border-top: none;
    
}
.news-container{
	color: #000;
}
.news__detail__body__name span{
	display: inline-block;
	font-size: 12px;
	padding: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #000;
}



.skincaresystem{
	background-color:#FFFFFF;
	color:#000000;
}
.product{
	background-color:#FFFFFF;
	color:#000000;
}

.concept{
	padding-bottom: 100px;
}

.concept__title {
    font-size: 30px;
    margin-top: 100px;
    text-align: center;
}

.concept__list {
    margin-top: 50px;
}
.concept__message__title{
	font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "MS PMincho", "ＭＳ Ｐ明朝", serif;
	font-size: 32px;
	line-height: 40px;
	text-align: center;
}

.concept__message__copy{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 30px;
	margin-top: 80px;
	width: 90%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.concept__message__lead{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 22px;
	margin-top: 60px;
	text-align: center;
}
.concept__message__lead__text{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	margin-top: 10px;
	text-align: center;
}
.concept__message__text{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 0;
	line-height: 1.8em;
	text-align: center; 
}
.concept__message__text strong{
	font-size: 18px;
	 display: block;
	margin-bottom: 5px;
	border-bottom: 1px solid #756e61;
}
.concept__message__text span{
		font-size: 14px;
}

.concept__message__text.viefusion{
	margin-bottom: 80px;
	margin-top: 50px;
}
.concept__message__text.ingradient{
	text-align: center; 
	font-size: 14px;
	margin-top: 30px;
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.concept__message__text.last{
	margin-top: 80px;
}
.product__category__select {
    color: #ffffff;
}
.product {
    padding-bottom: 40px;
}
.skincaresystem {
}

.skincaresystem__step__header h2 {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 18px;
	padding-bottom: 3px;
	border-bottom: 1px solid #000;
}

.skincaresystem .l-container ,
.skincaresystem__title {
        margin-top: 0;
}

#skincaresystem_step4{
	text-align: center;
}
#skincaresystem_step4 .skincaresystem__step__row{
	width: 49%;
	margin-right: 1%;
	display: inline-block;
}

#skincaresystem_step4 .skincaresystem__step__row p{
	padding-top: 40px;
}

#skincaresystem_step4 .skincaresystem__step__row:last-child{
		margin-right: 0;
}

.store {
}
.store__title {
  background-color: rgba(117, 110, 97, 0.3);
  border: 4px double #756e61;
  cursor: pointer;
	font-family: "Noto Serif JP", "Times New Roman", "Hiragino Mincho Pro", "ヒラギノ明朝 Pro", "Yu Mincho", "游明朝", "YuMincho", "游明朝体", "MS PMincho", "ＭＳ Ｐ明朝", serif;
	font-size: 32px;
	line-height: 2em;
  position: relative;
	text-align: center;
}
.store__title::before {
  background-color: #ffffff;
  content: "";
  display: block;
  position: absolute;

  right: 29px;
  top: calc(50% - 10px);
  height: 20px;
  width: 2px;
}
.store__title.active::before {
  display: none;
}
.store__title::after {
  background-color: #ffffff;
  content: "";
  display: block;
  position: absolute;

  right: 20px;
  top: calc(50% - 1px);
  height: 2px;
  width: 20px;
}
.store__list {
  display: none;
}
.store__list__item {
  font-size: 14px;
  padding: 1.5em 30px 1.5em 50px ;
}
.store__list__item:last-child {
}
.store__list__item:nth-child(2n) {
  background-color: rgba(117, 110, 97, 0.3);
}
.store__list__item .name,
.store__list__item .address,
.store__list__item .phone {
  display: table-cell;
}
.store__list__item .name {
  width: 400px;
}
.store__list__item .address {
  width: 550px;
}
.store__list__item .phone {
  width: 170px;
}

@media screen and (max-width: 736px){

.keyvisual__lang-nav {
  bottom: 7%;
  top: auto;
  right: calc(7% + 40px);
  width: calc(86% - 80px);
}
.keyvisual__lang-list {
}
.keyvisual__lang-list__item {
  width: calc(50% - 7px);
}
.keyvisual__lang-list__item:first-child {
  margin-right: 10px;
}
.keyvisual__lang-list__item__anchor {
  font-size: 14px;
  line-height: 28px;
  padding: 0;
}


.concept{
	padding-bottom: 60px;
}

.concept__message__title{
	font-size: 20px;
}

.concept__message__copy{
	font-size: 20px;
	margin-top: 80px;
}
.concept__message__lead{
	font-size: 14px;
	margin-top: 30px;
}
.concept__message__lead__text{
	font-size: 12px;
}
.concept__message__text{
	font-size: 12px;
}
.concept__message__text strong{
	font-size: 14px;
}
.concept__message__text span{
		font-size: 12px;
}
.concept__message__text.viefusion{
	margin-bottom: 40px;
	margin-top: 30px;
}
.concept__message__text.ingradient{
	font-size: 12px;
	margin-top: 20px;
	width: auto;
}

.concept__message__text.last{
	margin-top: 40px;
}
	

.skincaresystem__step__header h2 {
	font-size: 14px;
	}
#skincaresystem_step4 .skincaresystem__step__row{
	width: 46%;
}
#skincaresystem_step4 .skincaresystem__step__row p{
	margin-top: 0;
}
	

.product .itemlist__item__txt {
    height: 90px;
}

.store {
}
.store__title {
	font-size: 20px;
}
.store__title::before {
  right: 27px;
  top: calc(50% - 8px);
  height: 16px;
  width: 2px;
}
.store__title::after {
  right: 20px;
  top: calc(50% - 1px);
  height: 2px;
  width: 16px;
}

.store__list__item {
  font-size: 12px;
  padding: 1.5em 10px;
}
.store__list__item:last-child {
}
.store__list__item:nth-child(2n) {
  background-color: rgba(117, 110, 97, 0.3);
}
.store__list__item .name,
.store__list__item .address,
.store__list__item .phone {
  display: block;
  line-height: 1.7;
}
.store__list__item .name {
  width: auto;
}
.store__list__item .address {
  width: auto;
}
.store__list__item .phone {
  width: auto;
}


}
