@charset "utf-8";

/* ヒーローエリア
--------------------------------- */
.hero {
	width: 100%;
	height: calc(100vh - 100px);
	display: grid;
}
@media only screen and (max-width: 1000px) {
	.hero {
		height: calc(100vh - 64px);
	}
}
.hero > * {
	grid-area: 1/-1;
}
.hero-content {
	padding: 4rem 2rem;
	margin: auto;
	max-width: calc(1280px + 4rem);
	text-align: center;
	z-index: 1;
}

@media only screen and (max-width: 1279px) {
	.hero-content {
	}
}
.hero-content h1 {
	margin-bottom: 4rem;
	font-size: clamp(2.2rem, 1.537rem + 2.83vw, 3.8rem);
	color: #fff;
}
.hero-content p {
	margin: 0;
	color: #fff;
	font-size: 2rem;
}
@media only screen and (max-width: 374px) {
	.hero-content p {
		font-size: 1.9rem;
	}
}

.hero > picture {
	width: 100%;
	min-height: 0;
	height: 100%;
	overflow: hidden;
}
.hero > picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	animation: zoomIn 10s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}
@keyframes zoomIn {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(1.2);
	}
}
.hero::after {
	content: "";
	background: #000;
	opacity: 0.3;
	grid-area: 1/-1;
}

div.bg-img {
	padding-top: 8rem;
	background: url(/powerstone/images/panel-bg.png) center top /auto;
}
@media only screen and (max-width: 480px) {
	div.bg-img {
		padding-top: 4rem;
	}
}

/* 意味から選ぶ
--------------------------------- */
.tab-wrap {
	padding: 8rem 0;
	margin: 0 auto;
}
@media only screen and (max-width: 480px) {
	.tab-wrap {
		padding: 4rem 0;
	}
}
.tab-wrap > p {
	padding: 0 2rem;
}
.tab {
	position: relative;
	margin: 0 auto 4rem;
	max-width: calc(768px + 4rem);
	display: flex;
	justify-content: space-between;
}

@media only screen and (max-width: 480px) {
	.tab {
		padding: 0 1rem;
	}
}
.tab li {
	width: calc(25% - 1rem);
}
@media only screen and (max-width: 480px) {
	.tab li {
		width: calc(25% - 0.5rem);
	}
}
.tab li a {
	display: block;
	background: #fff;
	color: #D54884;
	text-decoration: none;
	padding: 1rem;
	font-weight: 700;
	text-align: center;
	border: 2px solid #D54884;
	border-radius: 100vh 100vh 100vh 0;
}
@media only screen and (max-width: 480px) {
	.tab li a {
		padding: 10px;
	}
}
@media only screen and (max-width: 374px) {
	.tab li a {
		font-size: 1.4rem;
		padding: 6px;
	}
}
.tab li.active a {
	background: #D54884;
	color: #fff;
}
.area {
	display: none;
	opacity: 0;
	background: #fff;
	padding: 4rem 1rem;
}
#tab-1.area {
	background: #fff url(/powerstone/images/area-bg-tab-1.jpg) no-repeat top center /cover;
}
#tab-2.area {
	background: #fff url(/powerstone/images/area-bg-tab-2.jpg) no-repeat top center /cover;
}
#tab-3.area {
	background: #fff url(/powerstone/images/area-bg-tab-3.jpg) no-repeat top center /cover;
}
#tab-4.area {
	background: #fff url(/powerstone/images/area-bg-tab-4.jpg) no-repeat top center /cover;
}
@media only screen and (max-width: 480px) {
	#tab-1.area {
		background: #fff url(/powerstone/images/area-bg-tab-1-sp.jpg) no-repeat top center /cover;
	}
	#tab-2.area {
		background: #fff url(/powerstone/images/area-bg-tab-2-sp.jpg) no-repeat top center /cover;
	}
	#tab-3.area {
		background: #fff url(/powerstone/images/area-bg-tab-3-sp.jpg) no-repeat top center /cover;
	}
	#tab-4.area {
		background: #fff url(/powerstone/images/area-bg-tab-4-sp.jpg) no-repeat top center /cover;
	}
}

.area.is-active {
	display: block;
	animation-name: displayAnime;
	animation-duration: 2s;
	animation-fill-mode: forwards;
}
@keyframes displayAnime {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
.area dl {
	display: flex;
	flex-wrap: wrap;
}
.area dt,
.area dd {
	width: 50%;
	margin: 0 !important;
	padding: 0.5rem 0;
	font-size: 1.6rem !important;
	line-height: 1.4 !important;
}
.area dt {
	padding-right: 1rem;
	text-align: right;
}
.area dd {
	padding-left: 1rem;
}
@media only screen and (max-width: 480px) {
	.area dt {
		width: 40%;
	}
	.area dd {
		width: 60%;
		font-size: 1.5rem !important;
	}
}
@media only screen and (max-width: 374px) {
	.area dt {
		width: 46%;
	}
	.area dd {
		width: 54%;
	}
}
.area h3 {
	display: grid;
	text-align: center;
	color: #D54884;
	justify-content: center;
}
.area h3 span {
	grid-area: 1/-1
}
.area h3 img {
	grid-area: 1/-1;
	width: 100%;
	max-width: 400px;
}
.tab-wrap .svg-wrap {
	margin-top: 2rem;
	display: flex;
	justify-content: center;
}
.tab-wrap svg .st0 {
	fill:#D54884;
}
.tab-wrap .box-a {
	margin: 2rem auto 0;
	max-width: calc(768px + 4rem);
	width: calc(100% - 2rem);
	padding: 1rem;
	background: url(/powerstone/images/cristal-bg.jpg) no-repeat top 40% center /cover;
	border: 2px solid #D54884;
	border-radius: 100vh 0 100vh 100vh;
}


/* ストーンで選ぶ
--------------------------------- */
.card {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
	gap: 2rem;
}
.card > .item {
	display: grid;
}
.card > .item > * {
	grid-area: 1/-1;
}
.card > .item > .text-wrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	align-self: flex-end;
}
.card > .item > .text-wrap .title {
	padding: 0.3rem 1rem 0.1rem 1rem;
	font-size: 1.8rem;
	color: #fff;
	background: rgba(195, 83, 131, 0.6);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.card > .item > .text-wrap .title span {
	padding: 0.2em 0.4em 0.1em;
	background: #fff;
	color: #c35383;
	font-size: 1.3rem;
	line-height: 1;
}
.card > .item > .text-wrap .desc {
	padding: 0.3rem 1rem 0.1rem 1rem;
	margin: 0;
	line-height: 1.6;
	font-size: 1.4rem;
	background: rgba(255, 255, 255, 0.9);
}