@charset "utf-8";
.lp-lifeandbeautymuseumH1 {
	font-size: 58rem;
	line-height: 1;
}

.lp-lifeandbeautymuseumR {
	color: #c30e2d;
}

.mb {
	display: none!important;
}

@media (max-width: 800px) {

	.pc {
		display: none!important;
	}
	.mb {
		display: block!important;
	}
}





/*緣起銀座*/

.BeautyBlog_img {
	position: relative;
	z-index: 6;
}

.BeautyBlog_img0 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

.BeautyBlog_img span {
	width: 100%;
}

.BeautyBlog_img img {
	display: block;
	width: 100%;
}

.BeautyBlog_txt {
	padding-left: 60rem;
	padding-right: 50rem;
	padding-top: 50rem;
	box-sizing: border-box !important;
	background-position: center center;
	background-image: url(../images/gradation.jpg);
	background-size: 150% 100%;
	position: relative;
	z-index: 5;
}

.BeautyBlog_txtR {
	color: #c30e2d;
}

.BeautyBlog_new {
	font-weight: bold;
	font-size: 1.3vw;
	margin-bottom: 10px;
	display: inline-block;
	padding: 5px 10px;
	color: #c30e2d;
	border: 1px solid #c30e2d;
	overflow: hidden;
	position: relative;
}

.BeautyBlog_new:after {
	content: '';
	background: -webkit-linear-gradient(305deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, white 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(305deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, white 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, white 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 150%;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-animation: bt_shine 2s ease infinite;
	animation: bt_shine 2s ease infinite;
}

@-webkit-keyframes bt_shine {
	0% {
		left: -100%
	}
	50%,
	to {
		left: 100%
	}
}

@keyframes bt_shine {
	0% {
		left: -100%
	}
	50%,
	to {
		left: 100%
	}
}

.BeautyBlog_listTXT a {
	font-size: 15rem;
	padding-left: 0;
	color: #fff!important;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	display: -webkit-box;
	-webkit-transition: 500ms;
	transition: 500ms;
	line-height: 250%;

}

.BeautyBlog_listTXT a:hover {
	-webkit-transition: 500ms;
	transition: 500ms;
	opacity: 0.70!important;
}

.BeautyBlog_txt .lp-lifeandbeautymuseumH1 {
	font-family: shiseido, sans-serif!important;
	font-size: 60rem;
	font-weight: 400;
	letter-spacing: -2px;
	margin-bottom: .8vw;
}

.BeautyBlog_txt .lp-lifeandbeautymuseumH1 img {
	display: block;
	width: 50%;
}

.BeautyBlog_txt .font {
	font-size: .9vw;
	padding-left: .3vw;
}

.BeautyBlog_list .slick-list,
.BeautyBlog_list .slick-slider,
.BeautyBlog_list .slick-track {
	z-index: 3;
}

.BeautyBlog_list .slick-slider {
	padding-bottom: 120rem;
}

.BeautyBlog_list .slick-arrow {
	width: 91rem;
	height: 91rem;
	background-color: #000;
	top: auto;
	bottom: 0;
	left: 0;
}

.BeautyBlog_list .slick-arrow.slick-next {
	right: auto;
	left: 170rem;
}

.BeautyBlog_list .slick-arrow:after {
	content: "";
	background-image: url(../images/arrowRightL.svg);
	background-size: 66rem 66rem;
	background-position: center center;
	background-repeat: no-repeat;
	border-width: 0;
	opacity: 1;
	border: none;
	transform: rotate(-0deg);
	-webkit-transition: 500ms;
	transition: 500ms;
	width: 100%;
	height: 100%;
	padding: 0;
	z-index: 2;
	border-radius: 210rem;
	background-color: #000;
	position: absolute;
	left: 0;
	top: 0;
}

.BeautyBlog_list .slick-arrow:hover:after {
	width: 150rem;
	height: 150rem;
	left: 50%;
	top: 50%;
	margin-left: -75rem;
	margin-top: -75rem;
	border-radius: 210rem;
	-webkit-transition: 500ms;
	transition: 500ms;
}


.BeautyBlog_list .slick-arrow.slick-prev:after {
	transform: rotate(180deg);
}

.BeautyBlog_btn2,
.BeautyBlog_btn {
	display: inline-block;
	padding: 15px;
	font-size: 14px;
	color: #fff;

	font-weight: bold;
	letter-spacing: 1px;
}

.BeautyBlog_btn {
	border: 1px solid #fff;
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-transition: 500ms;
	transition: 500ms;
	overflow: hidden;
	position: relative;
	margin-top: 10px;
	-webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
	box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
}

.BeautyBlog_btn img,
.BeautyBlog_btn2 img {
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
	width: 10px;
}

.BeautyBlog_btn:after {
	content: '';
	background: -webkit-linear-gradient(305deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, white 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(305deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, white 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, white 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 0;
	left: -100%;
	width: 100%;
	height: 100%;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-animation: bt_shine 2s ease infinite;
	animation: bt_shine 2s ease infinite
}

.BeautyBlog_menu {
	position: fixed;
	right: 0;
	top: 25%;
	z-index: 6;
}

.BeautyBlog_menu>a {
	padding: 15px 25px;
	border: 1px solid #fff;
	border-right: none;
	background-color: rgba(255, 255, 255, 0.3);
	color: #fff!important;
	text-align: center;
	overflow: hidden;
	font-weight: bold;
	line-height: 120%;
	-webkit-box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
	box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
	-webkit-transition: 500ms;
	transition: 500ms;
	position: relative;
	display: block;
}

.BeautyBlog_menuB {
	margin-top: 10px;
}

.BeautyBlog_menu:not(.active) .BeautyBlog_menu_imgb,
.BeautyBlog_menu:not(.active) .BeautyBlog_menu_imgb2 {
	display: none;
}

.BeautyBlog_menu.active .BeautyBlog_menu_imgb2 {
	display: inline-block;
}

.BeautyBlog_menu.active a {
	border: 1px solid #000;
	color: #000!important;
}

.BeautyBlog_menu.active .BeautyBlog_menu_imga,
.BeautyBlog_menu.active .BeautyBlog_menu_imga2 {
	display: none;
}

@media (min-width: 769px) {
	.BeautyBlog_menu {
		z-index: 7;
	}
	.BeautyBlog_btn:hover,
	.BeautyBlog_menu a:hover {
		background-color: #000;
	}
	.BeautyBlog_menu.active a:hover {
		color: #fff!important;
	}
}

.BeautyBlog_menu_img2 {
	display: inline-block;
	width: 10px;
	transform: rotate(90deg);
	margin-top: 10px;
}

.BeautyBlog_menu>a:after {
	content: '';
	background: -webkit-linear-gradient(305deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, white 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
	background: -o-linear-gradient(305deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, white 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(145deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, white 50%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 0) 100%);
	position: absolute;
	top: 0;
	left: -0%;
	width: 150%;
	height: 150%;
	-webkit-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-animation: bt_shine2 2.5s ease infinite;
	animation: bt_shine2 2.5s ease infinite
}
.BeautyBlog_menu>a:nth-of-type(3):after{
	display: none;
}
@-webkit-keyframes bt_shine2 {
	0% {
		top: -100%
	}
	50%,
	to {
		top: 100%
	}
}

@keyframes bt_shine2 {
	0% {
		top: -100%
	}
	50%,
	to {
		top: 100%
	}
}

@-webkit-keyframes bt_shine {
	0% {
		left: -100%
	}
	50%,
	to {
		left: 100%
	}
}

@keyframes bt_shine {
	0% {
		left: -100%
	}
	50%,
	to {
		left: 100%
	}
}

html:not(.sp) main#lifeandbeautymuseum:not(.init)>.container>article.top .sectionContainer section.content.head h1.title span {
	bottom: -90rem;
}

main#lifeandbeautymuseum:not(.init)>.container>article.top .sectionContainer section.content.head h1.title span {
	bottom: -130px;
}

main#lifeandbeautymuseum:not(.init)>.container>article.top:after {
	pointer-events: none;
}

main#lifeandbeautymuseum:not(.init)>.container>article.top .sectionContainer section.content.head footer {
	margin-top: 170px;
}

@media (min-width: 801px) {
	.BeautyBlog_list {
		position: absolute;
		bottom: 5%;
		width: 90%;
		z-index: 6;
	}
	.BeautyBlog_menu_img {
		display: none;
	}
	.BeautyBlog_txt {
		position: absolute;
		left: 0;
		top: 0;
		height: 100%;
		z-index: 3;
		width: 45%;
	}
	.BeautyBlog_img {
		margin-left: 45%;
		width: 55%;
		display: flex;
		align-items: center;
		background-color: #c30e2d;
	}
	.BeautyBlog_menu,
	.BeautyBlog_btn {
		font-size: 18px;
	}
	html:not(.sp) main#lifeandbeautymuseum:not(.init)>.container>article#innovations .sectionContainer a section.content.body .texts,
	html:not(.sp) main#lifeandbeautymuseum:not(.init)>.container>article#history .sectionContainer a section.content.body .texts,
	html:not(.sp) main#lifeandbeautymuseum:not(.init)>.container>article#stories .sectionContainer a section.content.body .texts {
		bottom: auto;
		top: 40%;
	}
	html:not(.sp) main#lifeandbeautymuseum:not(.init)>.container>article#innovations .sectionContainer a section.content.body{
		background-size: 180%;
	}
	html:not(.sp) main#lifeandbeautymuseum:not(.init)>.container>article#history .sectionContainer a section.content.body,
	html:not(.sp) main#lifeandbeautymuseum:not(.init)>.container>article#stories .sectionContainer a section.content.body {
		background-size: 110%;
	}
}

@media (min-width: 1025px) {
	.BeautyBlog_list {
		bottom: 10%;
	}
}



/*.container>article .sectionContainer section.content*/

@media (max-width: 800px) {
	.BeautyBlog_btn2 {
		display: none;
	}
	.BeautyBlog_menu {
		width: 5%;
		right: 20px;
		top: 10%;
	}
	.BeautyBlog_menu a {
		padding: 10px;
		width: 100%;
	}
	.BeautyBlog_menu_img {
		width: 70%;
		display: block;
		margin: 0 auto;
	}

	.BeautyBlog_menu.active .BeautyBlog_menu_imgb {
		display: block;
	}

	.BeautyBlog_menu span {
		display: none;
	}
	.BeautyBlog_listTXT a {
		font-size: 14px;
		height: 35px;
	}
	.BeautyBlog_new {
		font-size: 2vw;
	}
	.BeautyBlog_txt {
		padding-left: 68px;
		padding-right: 15px;
		padding-bottom: 30px;
		z-index: 6;
	}
	.BeautyBlog_txt .lp-lifeandbeautymuseumH1 {

		margin-top: 10%;
		font-size: 150rem;
	}
	.BeautyBlog_list {
		margin-top: 10%;
	}
	.BeautyBlog_list .slick-arrow {
		width: 69px;
		height: 69px;
		visibility: visible;
	}
	.BeautyBlog_list .slick-slider {
		padding-bottom: 100px;
	}
	.BeautyBlog_list .slick-arrow.slick-prev {
		left: 0;
	}
	.BeautyBlog_list .slick-arrow.slick-next {
		left: 100px;
	}
	.BeautyBlog_list .slick-arrow:after {
		background-size: 50px 50px;
	}
	.BeautyBlog_txt .font .w_bold {
		font-size: 12px;
	}
}





/*動態*/

.BeautyBlog_img1,
.BeautyBlog_img2,
.BeautyBlog_img3 {
	opacity: 0;
}

.BeautyBlog_img2 {
	-webkit-animation: img1 25s infinite;
	animation: img1 25s infinite;
}

.BeautyBlog_img3 {
	-webkit-animation: img2 25s infinite;
	animation: img2 25s infinite;
}

.BeautyBlog_img1 {
	-webkit-animation: img0 25s infinite;
	animation: img0 25s infinite;
}

@keyframes img0 {

	0% {
		opacity: 1;
	}
	5% {
		opacity: 1;
	}
	45% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	95% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@-webkit-keyframes img0 {

	0% {
		opacity: 1;
	}
	5% {
		opacity: 1;
	}
	45% {
		opacity: 1;
	}
	50% {
		opacity: 0;
	}
	95% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes img1 {

	0% {
		opacity: 0;
	}
	45% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes img1 {

	0% {
		opacity: 0;
	}
	45% {
		opacity: 0;
	}
	50% {
		opacity: 1;
	}
	70% {
		opacity: 1;
	}
	75% {
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}

@keyframes img2 {

	0% {
		opacity: 0;
	}
	70% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	95% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@-webkit-keyframes img2 {

	0% {
		opacity: 0;
	}
	70% {
		opacity: 0;
	}
	75% {
		opacity: 1;
	}
	95% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}