@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Lora:400,700');

/*
--------------------------------
	reset
--------------------------------
*/


html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, hr,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
}

body {
	-webkit-text-size-adjust: 100%; /* for iOS, Android */
}

li {
	list-style: none;
}

a {
	-webkit-tap-highlight-color: transparent; /* for iOS, Android */
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

caption, th {
	text-align: left;
}

button {
	padding: 0;
	border-style: none;
	border-radius: 0;
	background-color: transparent;
	outline: none;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	line-height: 1;
}

.clearfix::after {
	content: "";
	display: table;
	clear: both;
}

*, *::before, *::after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	font-family: -apple-system, BlinkMacSystemFont, Meiryo, sans-serif;
	font-size: 1.6rem;
	font-weight: normal;
	line-height: 1;
}
main {
position: relative;
display: flex;
align-items: center;
justify-content: center;
width: 100%;
height: 100vh;
color: #d558c8;
font-family: 'Lora', serif;
}
main::after {
content: "";
position: absolute;
right: 0;
bottom: 0;
width: 0;
height: 0;
border: 20px solid transparent;
border-right-color: #24d292;
border-bottom-color: #24d292;
}
h1 {
  color: #d558c8;
	font-size: 48px;
  background: -webkit-linear-gradient(0deg, #d558c8, #24d292);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
