/*
Theme Name: Gimmick
Theme URI: https://magicalgimmick.com
Author: Magical Gimmick
Author URI: https://magicalgimmick.com
Description: Thankyou
Version: 2.0
License: Magical Gimmick
License URI: https://magicalgimmick.com
*/

/*--------------------------------------------------------------
　Layout
--------------------------------------------------------------*/
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
	
	height: 100%;
	margin: 0;
}


.wrap {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    padding-left: 2em;
    padding-right: 2em;
}

.wrap:after {
    clear: both;
    content: "";
    display: block;
}

body {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 16px;
	text-align: justify;
	line-height: 1.5;
	
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

.wrap {
	flex: 1;
}

h1 {
	font-family: "M PLUS 1p", sans-serif;
	font-size: 1.3rem;
	text-align: justify;
	line-height: 1.3;
}

.main {
	margin-top: 50px;
	margin-bottom: 50px;
}