@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&family=Montserrat:wght@500;700&display=swap');

:root {
	--akb-red:#ed1c24;
	font-size:10px;
	line-height:26px;
	height: 100%;
	max-height:100%;
	font-family: "M PLUS Rounded 1c", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	padding:0;
	word-break: break-all;
}

.clearfix:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
	font-size: 0;
}
.clearfix{
	display:inline-block;
	min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac */
	* html .clearfix { height: 1%; }
	.clearfix { display: block; }


html {


}

body {
	margin: 0px;
	font-size:1.2rem;
	text-align:center;
	width:100%;
	height: 100%;
	background-color:#FFDD1A;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;/*Chrome,Safari*/
	-ms-text-size-adjust: 100%;/*EgdeMobile*/
	-moz-text-size-adjust: 100%;/*firefox*/

}

.fadein {
	opacity : 0;
	transform: translateY(20px);
	transition: all 1s;
}

.fadeout {
	opacity : 100;
	transform: translateY(20px);
	transition: all 1s;
}

.sp { display:none; }
.pc { display:block; }
.pc_inline { display:inline; }
.sp_inline {display:none; }


@media screen and (max-width: 750px) {

	
}
@media screen and (min-width: 751px) {
	
	
	
}
@media screen and (max-width: 450px) {
	.sp { display:block; }
	.sp_inline {display:inline; }
	.pc { display:none; }
	.pc_inline { display:none; }

}

