@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@300;400;500;700;900&family=Oswald:wght@300;400;500;600;700&display=swap');


@media (hover: hover) and (pointer: fine) {
  main[class*=_wiz-points] .sec01 .point__list-item a.nolink:hover {
	opacity: 1;
	cursor: default;
  }
}

.anchor {
  padding-top: 100px;
  margin-top: -100px;
}
@media only screen and (max-width: 769px) {
  .anchor {
	padding-top: 50px;
	margin-top: -50px;
  }
}

main[class*=_wiz-points] {
	background: linear-gradient(90deg,rgba(255, 255, 255, 0.25) 0%, rgba(228, 247, 247, 0.25) 10%, rgba(36, 190, 186, 0.25) 70%);
  font-family: 'Noto Sans JP', sans-serif;
  padding-bottom: 8rem;
}
main[class*=_wiz-points] .oswald {
  font-family: 'Oswald', sans-serif;
}
main[class*=_wiz-points] .contents__block {
  margin: 0 auto;
  width: calc(100% - (100vw / (1366 / 220)));
  max-width: 1120px;
}

/* 選ばれる理由 */
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
main[class*=_wiz-points] img {
  width: 100%;
}
main[class*=_wiz-points] .content__title__mv {
	position: relative;
}
main[class*=_wiz-points] .content__title__mv h1 {
  width: calc(100vw /(1366 / var(--hl-w, 1366)));
  max-width: calc(var(--hl-w)* 1px);
  min-width: calc(var(--hl-w)* 1px);
  height: fit-content;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
main[class*=_wiz-points] .content__title__mv h1::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 60%;
	height: fit-content;
	background: url(../img/wiz-points/v2/headline_cover.svg) no-repeat center / contain;
	aspect-ratio: 480 / 185;
	mix-blend-mode: multiply;
	z-index: 0;
}
main[class*=_wiz-points] .content__title__mv h1 img {
	position: relative;
}
main[class*=_wiz-points] .sec01 .contents__inner {
  padding-block: 0;
}
main[class*=_wiz-points] .button {
	background: #fff;
	border-radius: 100vw;
	border: 1px solid #000;
	box-sizing: border-box;
	max-width: 460px;
	height: 55px;
	justify-content: center;
	padding: 0 1em;
	font-size: clamp(12px, 18 / 1366 * 100vw, 18px);
	display: flex;
	align-items: center;
	margin-top: 3rem;
	position: relative;
	width: 100%;
	z-index: 1;
}
main[class*=_wiz-points] .button .label {
	color: #fff !important;
	font-weight: 600;
	position: relative;
}
main[class*=_wiz-points] .button::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	margin: auto;
	width: 100%;
	height: 100%;
	border-radius: 100vw;
	mix-blend-mode: multiply;
	transition: all 0.3s ease;
	transform: translate(5px, 5px);
	background: linear-gradient(90deg,rgba(20, 75, 145, 1) 0%, rgba(0, 200, 210, 1) 50%, rgba(45, 196, 155, 1) 100%);
}
main[class*=_wiz-points] .button::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1rem;
	margin: auto;
	width: 12px;
	height: 12px;
	background-color: #000;
	clip-path: polygon(12px 50%, 0% 0%, 0% 12px);
}
main[class*=_wiz-points] .button:hover::before {
	transform: translate(0, 0);
}

main[class*=_wiz-points] .point__list {
  display: grid;
  gap: 4rem;
  padding: 4rem 0;
}
main[class*=_wiz-points] .point__list-item {
	position: relative;
	padding: 0 3rem;
}
main[class*=_wiz-points] .point__list-item .head-flex{
	position: relative;
	width: calc(100% + 3rem);
}
main[class*=_wiz-points] .point__list-item .flag {
	position: absolute;
	top: -1.5rem;
	width: 12rem;
}
main[class*=_wiz-points] .point__list-item .num {
	position: absolute;
	bottom: 4rem;
	width: 9rem;
	display: flex;
	justify-content: center;
}
main[class*=_wiz-points] .point__list-item .num img {
	width: fit-content;
	height: 14em;
}
main[class*=_wiz-points] .point__list-item .txt {
	background-color: rgba(255, 255, 255, 0.7);
	box-sizing: border-box;
	padding: 2rem;
	position: absolute;
	bottom: 0;
	width: 550px;
}
main[class*=_wiz-points] .point__list-item .txt .label {
	display: flex;
	flex-direction: column;
	gap: 8px;
	white-space: nowrap;
	margin-bottom: 1rem;
}
main[class*=_wiz-points] .point__list-item .txt .label span {
	background-color: #000;
	color: #fff;
	display: inline-block;
	font-size: clamp(24px, 45/1366 * 100vw, 45px);
	font-weight: 600;
	line-height: 1;
	padding: 0 10px 5px;
	transform: skewX(-15deg);
	width: fit-content;
}
main[class*=_wiz-points] .point__list-item .txt .label span.sizeS {
	font-size: clamp(18px, 36/1366 * 100vw, 36px);
}
main[class*=_wiz-points] .point__list-item .txt .text {
	font-size: clamp(14px, 20/1366* 100vw, 20px);
	color: #000;
}
main[class*=_wiz-points] .point__list-item:nth-of-type(odd) .head-flex {
	margin-left: -3rem;
}
main[class*=_wiz-points] .point__list-item:nth-of-type(odd) .flag {
	left: 2rem;
}
main[class*=_wiz-points] .point__list-item:nth-of-type(odd) .num {
	left: 3rem;
}
main[class*=_wiz-points] .point__list-item:nth-of-type(odd) .txt {
	right: 0;
}
main[class*=_wiz-points] .point__list-item:nth-of-type(even) .flag {
	right: 2rem;
}
main[class*=_wiz-points] .point__list-item:nth-of-type(even) .num {
	right: 3rem;
}
main[class*=_wiz-points] .point__list-item:nth-of-type(even) .txt {
	left: 0;
}
main[class*=_wiz-points] .point__list-item:nth-of-type(even) .button {
	margin-left: auto;
	margin-right: 0;
}
/* 情報・ゲーム */
main[class*=_infogame] {
	background: linear-gradient(90deg,rgba(255, 255, 255, 0.25) 0%, rgba(220, 240, 248, 0.25) 30%, rgba(122, 195, 229, 0.25) 70%);
}
main[class*=_infogame] .button::before {
	background: linear-gradient(-90deg, rgba(170, 60, 150, 1) 0%, rgba(30, 150, 209, 1) 100%);
}
main[class*=_infogame] .content__title__mv h1::before  {
	width: 100%;
}
@media only screen and (max-width: 769px) {
	main[class*=_wiz-points] {
		margin-top: 50px;
		padding-bottom: 5rem;
	}
	main[class*=_wiz-points] .contents__block {
		width: calc(100% - 2rem);
		max-width: inherit;
	}
	main[class*=_wiz-points] .content__title__mv h1 {
		width: calc(100vw /(375 /(var(--hl-w, 375)* .4)));
		min-width: inherit;
	}
	main[class*=_wiz-points] .content__title__mv h1::before {
		content: "";
		position: absolute;
		top: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 66%;
        height: fit-content;
        background: url(../img/wiz-points/v2/headline_sp_cover.svg) no-repeat center / contain;
        aspect-ratio: 220 / 210;
        mix-blend-mode: multiply;
        z-index: 0;
	}

	main[class*=_wiz-points] .button {
		height: 35px;
		margin: auto;
		margin-top: 1.5rem;
		width: 75%;
	}
	main[class*=_wiz-points] .point__list-item:nth-of-type(even) .button {
		margin: auto;
		margin-top: 1.5rem;
	}

	main[class*=_wiz-points] .point__list {
		gap: 2rem;
		padding: 2rem 0;
	}
	main[class*=_wiz-points] .point__list-item {
		margin: 0 calc(50% - 50vw);
		padding: 0;
		width: 100vw;
	}
	main[class*=_wiz-points] .point__list-item .head-flex {
		width: calc(100% - 2rem);
		z-index: 1;
	}
	main[class*=_wiz-points] .point__list-item .img {
		position: relative;
		width: 100%;
		height: 13em;
	}
	main[class*=_wiz-points] .point__list-item .img img {
		position: absolute;
		width: fit-content;
		height: 100%;
		object-fit: cover;
	}
	main[class*=_wiz-points] .point__list-item .flag {
		top: -1rem;
		width: 5rem;
	}
	main[class*=_wiz-points] .point__list-item .num {
		bottom: 2rem;
		width: 3.5rem;
	}
	main[class*=_wiz-points] .point__list-item .num img {
		height: 6em;
	}
	main[class*=_wiz-points] .point__list-item .txt {
		bottom: inherit;
		margin: -5% 0 0 auto;
		padding: 5%;
		position: relative;
		width: calc(100% - 2rem);
	}
	main[class*=_wiz-points] .point__list-item .txt .label {
		gap: 4px;
		position: relative;
		z-index: 2;
	}
	main[class*=_wiz-points] .point__list-item .txt .label span {
		padding: 3px 10px 5px;
	}
	main[class*=_wiz-points] .point__list-item:nth-of-type(odd) .head-flex {
		margin-left: 0;
	}
	main[class*=_wiz-points] .point__list-item:nth-of-type(odd) .num {
		left: 2.5rem;
	}
	main[class*=_wiz-points] .point__list-item:nth-of-type(even) .head-flex {
		margin-left: auto;
	}
	main[class*=_wiz-points] .point__list-item:nth-of-type(even) .num {
		right: 2.5rem;
	}
	main[class*=_wiz-points] .point__list-item:nth-of-type(even) .txt {
		margin-left: 0;
		margin-right: auto;
	}
	main[class*=_wiz-points] .point__list-item:nth-of-type(even) .txt .label {
		align-items: flex-end;
	}
	/*  */
	main[class*=_infogame] {
		background: linear-gradient(90deg,rgba(255, 255, 255, 1) 0%, rgba(122, 195, 229, 1) 25%);
	}
	main[class*=_infogame] .content__title__mv h1 {
		width: calc(100vw /(375 /(var(--hl-w, 375)* .7)));
	}
}