@charset "UTF-8";
@import url("../../css/common.sp02.css");

/* ---------------------------------------------------------
	CSS Document common
--------------------------------------------------------- */

:root{
	--black: #434343;
	--blue: #21bcd9;
	--yellow: #ffc529;
}

#wrapper {
	padding-top: 44px;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", sans-serif;
	font-weight: 400;
	color: var(--black);
}

/* ---------------------------------------------------------
	CSS Document visual
--------------------------------------------------------- */

#visual {
	overflow: hidden;
	background: #d5dee6;
}

#visual .container {
	height: 78.66666666666667vw;
	padding-top: 15px;
	position: relative;
	z-index: 0;
}

#visual .bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#visual .bg img {
	width: 100%;
	height: 78.66666666666667vw;
	aspect-ratio: 750 / 590;
	object-fit: cover;
}

#visual .logo img {
	width: 100%;
	aspect-ratio: 860 / 374;
	object-fit: cover;
}

#visual .desc p {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	font-size: 6vw;
	line-height: 1.6;
	color: var(--black);
}

#visual .sp img {
	width: 100%;
	aspect-ratio: 750 / 600;
	object-fit: cover;
}

/* ---------------------------------------------------------
	CSS Document title
--------------------------------------------------------- */

.title {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.title figure img {
	width: auto;
	height: 140px;
}

.title .tag {
	display: inline-block;
	vertical-align: top;
	height: 30px;
	margin-bottom: 15px;
	padding: 0 1.5em;
	border-radius: 30px;
	background: var(--yellow);
	text-align: center;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 0.05em;
	line-height: 30px;
	color: #fff;
}

.title h2 {
	font-weight: bold;
	font-family: "Noto Serif JP", serif;
	font-size: 6vw;
	line-height: 1.5;
	color: var(--blue);
}

/* ---------------------------------------------------------
	CSS Document risk
--------------------------------------------------------- */

#risk {
	overflow: hidden;
	padding: 10vw 5vw;
	position: relative;
	z-index: 0;
}

#risk .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#risk .bg img {
	width: 100%;
	height: 100%;
}

#risk h2 {
	margin-bottom: 30px;
	font-weight: bold;
	font-family: "Noto Serif JP", serif;
	font-size: 7vw;
	line-height: 1.6;
	color: var(--blue);
}

#risk .desc {
	margin-bottom: 60px;
	text-align: justify;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.9;
}

#risk .faq {
	margin-bottom: 60px;
	padding: 1px 5vw 40px;
	border-radius: 20px;
	background: #fff;
	background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='20' ry='20' stroke='%2321bcd9' stroke-width='5' stroke-dasharray='10%2c 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
	position: relative;
}

#risk .faq  figure {
	margin-top: -35px;
}

#risk .faq  figure img {
	width: 80px;
	height: 80px;
}

#risk .faq h3 {
	margin-bottom: 20px;
	font-weight: bold;
	font-family: "Noto Serif JP", serif;
	font-size: 7vw;
	color: var(--blue);
}

#risk .faq li {
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	gap: 10px;
	text-align: justify;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	color: var(--black);
}

#risk .faq li:not(:last-of-type) {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: dotted 1px var(--blue);
}

#risk .faq li .num {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background: var(--yellow);
	font-size: 20px;
	line-height: 1;
	color: #fff;
}

#risk .faq .arrow {
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
	bottom: -40px;
}

#risk .faq .arrow {
	width: 50px;
	aspect-ratio: 90 / 100;
	object-fit: cover;
}

#risk .title p {
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.1em;
	line-height: 1.5;
}

/* ---------------------------------------------------------
	CSS Document create
--------------------------------------------------------- */

#create {
	padding: 10vw 5vw;
	background: #f6f6f6;
}

#create h2 {
	font-weight: bold;
	font-family: "Noto Serif JP", serif;
	font-size: 6vw;
	line-height: 1.5;
	color: var(--blue);
}

#create p {
	margin-top: 2em;
	text-align: justify;
	font-size: 16px;
	letter-spacing: 0.1em;
}

/* ---------------------------------------------------------
	CSS Document nft
--------------------------------------------------------- */

#nft {
	margin: 15vw 5vw;
}

#nft .title {
	margin-bottom: 40px;
}

#nft .title p {
	margin-top: 10px;
	text-align: left;
	font-size: 15px;
	letter-spacing: 0.1em;
}

#nft .flex img {
	width: 100%;
	aspect-ratio: 350 / 516;
	object-fit: cover;
}

#nft .section {
	text-align: justify;
	font-size: 16px;
	letter-spacing: 0.05em;
}

#nft .head {
	font-weight: bold;
}

#nft .section p {
	margin: 2em 0;
}

/* ---------------------------------------------------------
	CSS Document platform
--------------------------------------------------------- */

#platform {
	overflow: hidden;
	margin-bottom: 15vw;
	padding: 10vw 5vw;
	position: relative;
	z-index: 0;
}

#platform .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#platform .bg img {
	width: 100%;
	height: 100%;
}

#platform .title {
	margin-bottom: 40px;
}

#platform .title p {
	margin-top: 10px;
	text-align: left;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.5;
}

#platform .figure img {
	border: solid 5px #eee;
	width: 100%;
	aspect-ratio: 1031 / 770;
	object-fit: cover;
}

/* ---------------------------------------------------------
	CSS Document step
--------------------------------------------------------- */

#step .container {
	margin: 0 5vw 15vw;
}

#step h2 {
	margin-bottom: 40px;
}

#step h2 .en {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: var(--yellow);
}

#step h2 .ja {
	display: block;
	font-weight: bold;
	font-family: "Noto Serif JP", serif;
	font-size: 6vw;
	line-height: 1.5;
	color: var(--blue);
}

#step .section {
	margin-bottom: 20px;
	padding: 5vw;
	border-radius: 20px;
	border: solid 5px #eee;
}

#step .section:nth-of-type(2) {
	border: solid 5px #ffeab2;
}

#step .section .head {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

#step .section .num {
	font-weight: bold;
	font-size: 46px;
	line-height: 1;
	color: var(--yellow);
}

#step .section .tag {
	height: 30px;
	padding: 0 1.5em;
	border-radius: 30px;
	background: var(--blue);
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 30px;
	color: #fff;
}

#step .section h3 {
	margin-bottom: 15px;
	font-weight: bold;
	font-family: "Noto Serif JP", serif;
	font-size: 26px;
	line-height: 1.4;
	color: var(--blue);
}

#step .section h3 span {
	display: block;
	font-size: 20px;
}

#step .section p {
	text-align: justify;
	font-size: 16px;
	letter-spacing: 0.05em;
}

/* ---------------------------------------------------------
	CSS Document value
--------------------------------------------------------- */

#value .container {
	margin: 0 5vw 15vw;
}

#value h2 {
	margin-bottom: 10px;
}

#value h2 .en {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: var(--yellow);
}

#value h2 .ja {
	display: block;
	font-weight: bold;
	font-family: "Noto Serif JP", serif;
	font-size: 6vw;
	line-height: 1.5;
	color: var(--blue);
}

#value .start p {
	margin-bottom: 1em;
	text-align: left;
	font-size: 16px;
	letter-spacing: 0.05em;
}

#value .chart {
	display: inline-flex;
	align-items: flex-end;
	gap: 30px;
	margin: 50px 0 60px;
	position: relative;
}

#value .chart .bar {
	width: 60px;
	position: relative;
}

#value .chart .bar::after {
	content: attr(data-label);
	position: absolute;
	bottom: -30px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	font-weight: bold;
	font-size: 16px;
}

#value .chart .gray {
	height: 100px;
	background-color: #b8b8b8;
}

#value .chart .orange {
	height: 182px;
	background-color: var(--yellow);
}

#value .chart .blue {
	height: 230px;
	background-color: var(--blue);
}

#value .chart .arrow {
	position: absolute;
	bottom: 170px; 
	left: -50px;
}

#value .chart .arrow {
	width: 160px;
	aspect-ratio: 241 / 151;
	object-fit: cover;
}

/* ---------------------------------------------------------
	CSS Document case
--------------------------------------------------------- */

#case .container {
	margin: 0 5vw 15vw;
}

#case h2 {
	margin-bottom: 30px;
}

#case h2 .en {
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: 0.05em;
	line-height: 1;
	color: var(--yellow);
}

#case h2 .ja {
	display: block;
	font-weight: bold;
	font-family: "Noto Serif JP", serif;
	font-size: 6vw;
	line-height: 1.5;
	color: var(--blue);
}

#case .section {
	margin-bottom: 5vw;
	padding: 5vw;
	border-radius: 20px;
	border: solid 5px #eee;
}

#case .section figure {
	margin-bottom: 20px;
}

#case .section h3 {
	margin-bottom: 15px;
	font-weight: bold;
	font-family: "Noto Serif JP", serif;
	font-size: 6vw;
	white-space: nowrap;
	letter-spacing: -0.05em;
	line-height: 1.5;
	color: var(--blue);
}

#case .section p {
	text-align: justify;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 1.9;
}

/* ---------------------------------------------------------
	CSS Document link
--------------------------------------------------------- */

#link {
	overflow: hidden;
	padding: 15vw 5vw;
	position: relative;
	z-index: 0;
}

#link .bg {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

#link .bg img {
	width: 100%;
	height: 100%;
}

#link h2 {
	margin-bottom: 30px;
	font-weight: bold;
	font-family: "Noto Serif JP", serif;
	font-size: 6vw;
	line-height: 1.5;
	color: var(--blue);
}

#link .box {
	padding: 30px 5vw 30px;
	border-radius: 20px;
	background: var(--yellow);
	color: #fff;
}

#link .box p {
	margin-bottom: 20px;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.7;
}

#link a {
	display: block;
	height: 60px;
	border-radius: 60px;
	background: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 60px;
	color: var(--black);
}

/* ---------------------------------------------------------
	CSS Document footer
--------------------------------------------------------- */

#footer {
	margin-top: 0;
}
