




h1, h2{
	font-size: 22px;
	font-style: italic;
	display: inline-block;
    max-width: 600px;
}


.girl{
    width: 220px;
	position: fixed;
	bottom: -20px;
	right: -50px;
}

.girl img{
	width: 100%;
}



/*----------------------------------------------------------
	ヘッダーより上の部分
----------------------------------------------------------*/

.comment{
	background-color: #000;
	color: #fff;
	font-size: 16px;
	padding: 2px;
}


/*----------------------------------------------------------
	ベース
----------------------------------------------------------*/

body {

	background-attachment: fixed;
	background-color: #333;

	background-position: 0px 0px, 8px 8px;
	background-size: 16px 16px;
	background-image: -webkit-linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 100%),-webkit-linear-gradient(45deg, #ccc 25%, white 25%, white 75%, #ccc 75%, #ccc 100%);
	background-image: linear-gradient(45deg, #ccc 25%, transparent 25%, transparent 75%, #ccc 75%, #ccc 100%),linear-gradient(45deg, #ccc 25%, white 25%, white 75%, #ccc 75%, #ccc 100%);

}

.contents{

	max-width: 1920px;

	background-color: #f7dc48;
	margin-left: auto;
	margin-right: auto;

	padding-bottom: 50px;

	/* display: flex;
	justify-content: center;
	flex-direction: column;
	flex-wrap: wrap; */

}



/*----------------------------------------------------------
	ヘッダー
----------------------------------------------------------*/

.header{

	/* width: 100%; */

	padding: 10px;

	padding-top: 80px;
	padding-bottom: 5px;

	text-align: center;

	line-height: 1;

	/* max-width: 500px; */


	/* position: relative; */
	/* position: absolute; */

}

.header .title{

	font-size: 40px;
	font-weight: bold;
	text-underline-offset: 6px;

    color: red;

    /* transform: rotate(-8deg); */

	/* position: fixed; */
	/* top: 0; */
	/* height: 40px; */

	font-size: 58px;
	letter-spacing: -1px;

	margin-top: 5px;
	margin-bottom: 5px;


	/* -webkit-text-fill-color: red;
	-webkit-text-stroke-color: black;
	-webkit-text-stroke-width: 2px;  */

	/* text-shadow:1px 1px 1px #333; */

}

.header .title span{
	font-size: 66px;
}

.header .emoji{
	font-size: 80px;
}



/*----------------------------------------------------------
	CTA スタートボタン
----------------------------------------------------------*/

.start{

	font-size: 33px !important;

	margin: 0 auto;
	margin-top: 10px;
	margin-bottom: 10px;

	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;

	line-height: 1.3;

	padding-top: 15px;
	padding-bottom: 15px;

	display: block;

	width: 95%;
	max-width: 500px;
	position: fixed;

	display: inline-block;

	top: 80%;
	left: 50%;
	transform: translateX(-50%);

	border: 4px solid #ffffff;
	border-radius: 50px;

	font-weight: bold !important;

}

.start .copy{
	font-size: 18px;
}



/*----------------------------------------------------------
	キャッチコピー
----------------------------------------------------------*/

.catchcopy{}



/*----------------------------------------------------------
	セクション
----------------------------------------------------------*/

.section{

	max-width: 700px;

	text-align: center;

	padding-left: 5px;
	padding-right: 5px;

	margin: 0 auto;

}

.section img{

	width: 100%;
	max-width: 400px;

	margin-top: 15px;
	margin-bottom: 15px;

	border-radius: 3px;

	border: solid 6px #f1f1f1;

	box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;

}

.section p{

	font-style: italic;

	font-weight: bold;

	font-size: 22px;
	/* line-height: 1.5; */
	/* text-align: center; */

	display: inline-block;

	max-width: 600px;
	margin-left: auto;
	margin-right: auto;

	margin: 0;

	margin-top: 5px;
	margin-bottom: 5px;

}


/*----------------------------------------------------------
	Footer
----------------------------------------------------------*/


.footer{

	margin-top: 20px;
	text-align: center;
	/* line-height: 1.5; */
	font-size: 18px;

	margin-bottom: 180px;

}


.footer a{
	display: block;
}



/*----------------------------------------------------------
	その他
----------------------------------------------------------*/

.small{
	font-size: 16px !important;
}

