/* ====================
	https://store.maruman-healthcare.com/lp?u=pureal_amb
	PurealアンバサダーLP 固有CSS
==================== */
/* common */
img {
	-webkit-touch-callout: none;
	-webkit-user-drag: none;
	user-select: none;
}
@media screen and (max-width: 767px) {
	html {
		font-size: 14px;
	}
}
@media print, screen and (min-width: 768px) {
	html {
		font-size: 16px;
	}
}
body {
	font-size: 1rem;
	line-height: 1.8;
}

/* MV */
#mv__block {
	background-color: #7dc8c8;
}
#mv__bg {
	aspect-ratio: 1920 / 1073;
	position: relative;
	background-image: url("https://d2w53g1q050m78.cloudfront.net/storemarumanheal/uploads/pureal_amb/img/mv_bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	user-select: none;
	-webkit-user-drag: none;
}
@media screen and (max-width: 767px) {
	#mv__bg {
		width: 100%;
		height: 100%;
	}
	#mv__ttl {
		width: 27.5vw;
		position: absolute;
		left: 8.8vw;
		top: 5.9vw;
	}
}
@media print, screen and (min-width: 768px) {
	#mv__block {
		padding: 90px 114px 0;
	}
	#mv__bg {
		width: 90%;
		max-width: 1696px;
		margin-left: auto;
		margin-right: auto;
	}
	#mv__ttl {
		width: 26%;
		max-width: 441px;
		position: absolute;
		left: 7.72%;
		top: 9.47%;
	}
}
/* イントロ */
#lead__block {
	width: 100%;
	background-color: #7dc8c8;
	text-align: center;
}
.sec__inner {
	width: 90%;
	margin: 0 auto;
}
.lead__catch,
.lead__intro {
	margin-left: auto;
	margin-right: auto;
}
@media screen and (max-width: 767px) {
	.lead__inner {
		padding: 15% 10% 10%;
	}
	.lead__catch {
		margin-bottom: 15%;
	}
}
@media print, screen and (min-width: 768px) {
	.sec__inner {
		max-width: 1672px;
	}
	.lead__inner {
		padding-top: 500px;
		padding-bottom: 510px;
	}
	.lead__catch {
		width: 59.6%;
		max-width: 995px;
		margin-bottom: 400px;
	}
	.lead__intro {
		width: 52.2%;
		max-width: 872px;
	}
}
/* MOVIE */
.bg_cream {
	background-color: #f0efde;
}
.sec__ttl {
	text-align: center;
	line-height: 1;
	position: relative;
	font-size: 1.88rem;
}
.sec__ttl::before {
	content: '';
	width: 100%;
	height: 1px;
	display: block;
	background-color: #000;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 0;
}
.sec__ttl img {
	display: inline-block;
	padding-left: 1em;
	padding-right: 1em;
	background-color: #f0efde;
	position: relative;
	z-index: 1;
	height: 1em;
	width: auto;
}
.mov__inner {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.mov__dl__ttl {
	text-align: center;
	font-size: 0.88rem;
	line-height: 1;
}
.mov__dl__ttl img {
	display: inline-block;
	height: 1em;
	width: auto;
}
.mov_dl__thum a {
	position: relative;
}
.mov_dl__thum a::before {
	content: '';
	display: block;
	background-image: url("https://d2w53g1q050m78.cloudfront.net/storemarumanheal/uploads/pureal_amb/img/btn_movie.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100% auto;
	position: absolute;
	z-index: 2;
}
.talent-photo {
	display: block;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	user-select: none;
	-webkit-user-drag: none;
}
.thum__img__wrap .talent-photo {
	aspect-ratio: 1210 / 680;
}
.movie .thum__img__wrap .talent-photo {
	background-image: url("https://d2w53g1q050m78.cloudfront.net/storemarumanheal/uploads/pureal_amb/img/movie-capture_01.png");
}
.making .thum__img__wrap .talent-photo {
	background-image: url("https://d2w53g1q050m78.cloudfront.net/storemarumanheal/uploads/pureal_amb/img/movie-capture_02.png");
}
@media screen and (max-width: 767px) {
	.mov__inner {
		padding-top: 20%;
		padding-bottom: 25%;
	}
	.sec__ttl {
		margin-bottom: 1.5em;
	}
	.mov__dl__ttl {
		margin-bottom: 1.5em;
	}
	.mov__dl + .mov__dl {
		margin-top: 30px;
	}
	.mov_dl__thum a::before {
		width: 30px;
		height: 30px;
		right: -15px;
		bottom: -15px;
	}
}
@media print, screen and (min-width: 768px) {
	.mov__inner {
		max-width: 1210px;
		padding-top: 400px;
		padding-bottom: 670px;
	}
	.sec__ttl {
		max-width: 1210px;
		font-size: 4rem;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 280px;
	}
	.mov__dl__ttl {
		font-size: 1.625rem;
		margin-bottom: 80px;
	}
	.mov__dl + .mov__dl {
		margin-top: 230px;
	}
	.mov_dl__thum a::before {
		width: 126px;
		height: 126px;
		right: -63px;
		bottom: -63px;
	}
}
/* モーダル */
.mov_dl__thum a {
	position: relative;
	display: block;
	cursor: pointer;
}
.mov_dl__thum .talent-photo {
	width: 100%;
	transition: transform 0.4s ease, opacity 0.4s ease;
	z-index: 1;
}
.thum__img__wrap {
	display: block;
	border-radius: 1em;
	overflow: hidden;
}
.mov_dl__thum a:hover .talent-photo {
	transform: scale(1.04);
}
.visually-hidden {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0 0 0 0);
	white-space: nowrap;
	border: 0;
}
@media print, screen and (min-width: 768px) {
	.thum__img__wrap {
		border-radius: 2em;
	}
}
/* =========================================================
FANCYBOX MOVIE SIZE
========================================================= */
.fancybox-slide--video .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
	width: 90vw !important;
	max-width: 960px !important;
	height: auto !important;
	aspect-ratio: 16 / 9;
	padding: 0 !important;
	background: #000;
}
.fancybox-slide--video video,
.fancybox-slide--iframe iframe {
	width: 100% !important;
	height: 100% !important;
}
@media screen and (max-width: 767px) {
	.fancybox-slide--video .fancybox-content,
	.fancybox-slide--iframe .fancybox-content {
		width: 92vw !important;
		height: calc(92vw * 9 / 16) !important;
		max-width: none !important;
		max-height: calc(100svh - 80px) !important;
		margin: auto !important;
		padding: 0 !important;
	}
	.fancybox-slide--video,
	.fancybox-slide--iframe {
		display: flex !important;
		align-items: center !important;
		justify-content: center !important;
	}
}

/* PRODUCT LINEUP */
.item__img {
	border-radius: 1em;
	overflow: hidden;
}
.item__product__spec .spec__catch {
	height: 3rem;
	position: absolute;
	left: 0;
	top: -3.5rem;
}
.item__product__spec .spec__price {
	height: 1.75rem;
}
.item__product__spec .spec__catch img,
.item__product__spec .spec__price img {
	height: 100%;
	width: auto;
}
.item__product__spec .spec__btm {
	margin-top: auto;
	margin-bottom: 0;
}
.buy__btn {
	display: block;
	font-size: 1rem;
	border-radius: 2em;
	width: 11em;
	height: 2em;
	line-height: 1;
	margin-top: 0.5em;
	background-image: url("https://d2w53g1q050m78.cloudfront.net/storemarumanheal/uploads/pureal_amb/img/buy.svg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto 0.8em;
	text-align: left;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.lineup__list__item:last-child {
	margin-bottom: 0;
}
.item__img .talent-photo {
	aspect-ratio: 704 / 880;
}
.product_01 .item__img .talent-photo {
	background-image: url("https://d2w53g1q050m78.cloudfront.net/storemarumanheal/uploads/pureal_amb/img/product_01-img.png");
}
.product_02 .item__img .talent-photo {
	background-image: url("https://d2w53g1q050m78.cloudfront.net/storemarumanheal/uploads/pureal_amb/img/product_02-img.png");
}
.product_03 .item__img .talent-photo {
	background-image: url("https://d2w53g1q050m78.cloudfront.net/storemarumanheal/uploads/pureal_amb/img/product_03-img.png");
}
@media screen and (max-width: 767px) {
	.lineup__inner {
		padding-bottom: 15%;
	}
	.lineup__list__item {
		margin-bottom: 50px;
	}
	.lineup__list__item:last-child {
		margin-bottom: 0;
	}
	.item__img {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
	}
	.item__product {
		margin-top: 1rem;
	}
	.item__product__package {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 1em;
	}
	.item__product__spec .spec__catch {
		position: static;
		left: 0;
		top: 0;
		margin-bottom: 0.5rem;
	}
	.spec__name {
		margin-bottom: 1em;
	}
	.item__product__spec .spec__price {
		height: 3rem;
	}
	.spec__btm {
		display: flex;
		justify-content: space-between;
		align-items: flex-end;
	}
	.buy__btn {
		background-image: url("https://d2w53g1q050m78.cloudfront.net/storemarumanheal/uploads/pureal_amb/img/buy_hover.svg");
	}
	.product_01 .buy__btn {
		background-color: #7dc8c8;
		border: #7dc8c8 1px solid;
	}
	.product_02 .buy__btn {
		background-color: #d36b86;
		border: #d36b86 1px solid;
	}
	.product_03 .buy__btn {
		background-color: #f3d64f;
		border: #f3d64f 1px solid;
	}
}
@media print, screen and (min-width: 768px) {
	.lineup__inner {
		max-width: 1396px;
		margin-left: auto;
		margin-right: auto;
		padding-bottom: 510px;
	}
	.lineup__list__item {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 260px;
	}
	.item__img {
		border-radius: 2em;
		width: 42.1%;
	}
	.item__product {
		width: 53.9%;
	}
	.item__product__spec .spec__catch {
		width: 37.8%;
		height: auto;
		left: -8.8%;
		top: -22%;
	}
	.item__product a {
		display: flex;
		justify-content: space-between;
		align-items: stretch;
	}
	.item__product__package {
		width: 33%;
	}
	.item__product__spec {
		width: 60.6%;
		position: relative;
		display: flex;
		flex-direction: column;
	}
	.item__product__spec .spec__price {
		width: 25.2%;
		height: auto;
		margin-bottom: 1em;
	}
	.buy__btn {
		border: #000 1px solid;
		width: 38%;
		height: 38%;
		background-size: auto 55%;
	}
	.lineup__list__item:nth-child(even) .item__product {
		order: 1;
	}
	.lineup__list__item:nth-child(even) .item__img {
		order: 2;
	}
}
/* アンバサダー */
.bg_green {
	background-color: #7dc8c8;
}
.ambassador__photo {
	border-radius: 1em;
	overflow: hidden;
}
.ambassador__photo .talent-photo {
	aspect-ratio: 760 / 587;
	background-image: url("https://d2w53g1q050m78.cloudfront.net/storemarumanheal/uploads/pureal_amb/img/profile-photo.png");
}
.end__logo {
	margin-left: auto;
	margin-right: auto;
}
.link__list {
	text-align: center;
	letter-spacing: -0.4em;
}
.link__list > li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: bottom;
}
.link__list > li:last-child {
	margin-right: 0;
}
.link__list > li a {
	display: block;
}
@media screen and (max-width: 767px) {
	.ambassador__inner {
		padding-top: 20%;
		padding-bottom: 25%;
	}
	.ambassador__photo {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 25px;
	}
	.ambassador__ttl {
		width: 50%;
		margin-left: auto;
		margin-right: auto;
	}
	.end__inner {
		padding-bottom: 15%;
	}
	.end__logo {
		width: 27.5vw;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 10%;
	}
	.link__list > li {
		width: 25px;
		margin-right: 20px;
	}
}
@media print, screen and (min-width: 768px) {
	.ambassador__inner {
		max-width: 1108px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding-top: 220px;
		padding-bottom: 350px;
	}
	.ambassador__photo {
		width: 65.9%;
	}
	.ambassador__ttl {
		width: 28.5%;
	}
	.end__inner {
		padding-bottom: 100px;
	}
	.end__logo {
		max-width: 400px;
		margin-bottom: 125px;
	}
	.link__list > li {
		width: 50px;
		margin-right: 50px;
	}
}
@media (hover: hover) {
	a,
	a .buy__btn,
	.link__list > li a {
		transition: 0.3s;
	}
	a:hover .buy__btn {
		background-image: url("https://d2w53g1q050m78.cloudfront.net/storemarumanheal/uploads/pureal_amb/img/buy_hover.svg");
	}
	.product_01 a:hover .buy__btn {
		background-color: #7dc8c8;
		border: #7dc8c8 1px solid;
	}
	.product_02 a:hover .buy__btn {
		background-color: #d36b86;
		border: #d36b86 1px solid;
	}
	.product_03 a:hover .buy__btn {
		background-color: #f3d64f;
		border: #f3d64f 1px solid;
	}
	
	a:hover .item__product__package {
		transform: rotate(2deg);
	}
	.link__list > li a:hover {
		transform: translateY(-4px);
	}
}

/* IntersectionObserver */
.js-scroll {
	opacity: 0;
	transition:
		opacity 0.8s ease,
		transform 0.8s ease;
}
.js-scroll.is-show {
	opacity: 1;
	transform: none;
}
.fade-up {
	transform: translateY(40px);
}
.delay-1 {
	transition-delay: 0.5s;
}
.fade-in {
	transform: none;
}
.fade-in.js-scroll {
	opacity: 0;
}
.fade-in.js-scroll.is-show {
	opacity: 1;
}
.lead__catch img {
	transform:
		translateY(40px)
		scaleX(0.8);

	transform-origin: center;

	opacity: 0;
	filter: blur(4px);

	transition:
		opacity 0.8s ease,
		transform 1.8s cubic-bezier(.19,1,.22,1),
		filter 1.4s ease;
}

.lead__catch.is-show img {
	transform:
		translateY(0)
		scaleX(1);

	opacity: 1;
	filter: blur(0);
}

@media print {
	#mv__bg,
	.talent-photo {
		display: none;
	}
}
