@charset "utf-8";

/* common */
.is-star-fortune .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	clip-path: inset(50%);
	white-space: nowrap;
	border: 0;
}

/* background */
.is-star-fortune .page-bg-wrapper {
	padding-bottom: 100px;
	background: url("../../../images/static/star-fortune/star-fortune_bg01.png?$staticlink$") center top repeat #c6e8fa;
}
@media screen and (max-width: 768px) {
	.is-star-fortune .page-bg-wrapper {
		padding-bottom: 15vw;
		background-size: 15.38vw;
	}
}

/* main */
.is-star-fortune .main-contents{
	max-width: 900px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}
.is-star-fortune .main-contents-border{
	border: solid 6px #38a5eb;
	position: absolute;
	top: 0; bottom: 0; right: 0; left: 0;
	pointer-events: none;
	z-index: 10;
}
.is-star-fortune .main-contents-text {
	padding: 30px 0;
}
@media screen and (max-width: 768px) {
	.is-star-fortune .main-contents{
		max-width: 89.33vw;
	}
	.is-star-fortune .main-contents-border{
		border: solid 1.33vw #38a5eb;
	}
	.is-star-fortune .main-contents-text {
		padding: 2.93vw 0 5.87vw;
	}
}

/* -------------------------------------------------- */
/* animation */
.is-star-fortune .animation-bg-wrapper {
    width: 900px;
    height: 700px;
    background: url('../../../images/static/star-fortune/star-fortune_img01pc.jpg?$staticlink$"');
    position: relative;
    overflow: hidden;
}
@media screen and (max-width: 768px) {
	.is-star-fortune .animation-bg-wrapper {
	    width: 89.33vw;
	    height: 146.67vw;
	    background: url('../../../images/static/star-fortune/star-fortune_img01sp.jpg?$staticlink$"');
	    background-size: 89.33vw;
	}
}

/* -------------------------------------------------- */
/* modal */
.is-star-fortune .stars-modal-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	background-color: rgba(0, 0, 0, 0.6);
}
.is-star-fortune .stars-modal-overlay.is-open {
	opacity: 1;
	pointer-events: auto;
}
.is-star-fortune .modal-backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	z-index: 1;
	cursor: pointer;
}
.is-star-fortune .stars-modal-content {
	position: relative;
	z-index: 2;
	width: auto;
	height: auto;
	background-color: transparent;
}
.is-star-fortune .lottery-item {
	background-color: transparent;
	width: 600px;
	height: 600px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
	position: relative;
	flex-shrink: 0;
	box-shadow: 0 10px 30px rgba(0,0,0,0.3);
	border-radius: 30px;
}
@media screen and (max-width: 768px) {
	.is-star-fortune .lottery-item {
		width: 76.53vw;
		height: 93.33vw;
		box-shadow: 0 2.67vw 5.33vw rgba(0,0,0,0.3);
		border-radius: 5.33vw;
	}
}

/* product */
.is-star-fortune .product-card {
	width: 100%;
	height: 100%;
	position: relative;
}
.is-star-fortune .product-img {
	display: block;
	width: 100%;
	height: auto;
}
.is-star-fortune .product-img img {
	display: block;
	width: 100%;
	height: auto;
}
.is-star-fortune .product-info {
	display: none;
}

/* link */
.is-star-fortune .btn-link {
	position: absolute;
	top: 482px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 550px;
	height: auto;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	z-index: 2;
}
.is-star-fortune .btn-link a,
.is-star-fortune .btn-link button {
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	cursor: pointer;
}
.is-star-fortune .btn-link a:hover,
.is-star-fortune .btn-link button:hover {
	filter: brightness(1.05);
	transition: filter 0.2s ease;
}
.is-star-fortune .btn-link a img,
.is-star-fortune .btn-link button img {
	display: block;
	width: 100%;
	height: auto;
}
@media screen and (max-width: 768px) {
	.is-star-fortune .btn-link {
		top: 78vw;
		width: 71.73vw;
	}
}
