@charset "UTF-8";

.top-cmt {
	position:absolute;
	top:0;
	left:50%;
	width:600px;
	height:100svh;
	display:flex;
	justify-content:center;
	align-items:center;
	padding:0 80px;
	color:#fff;
}

.top-cmt .text1 {
	font-size:2em;
	font-weight:bold;
	text-align:center;
	margin-bottom:1em;
	text-shadow:0 0 6px #000;
}

.top-cmt .text2 {
	font-size:1.2em;
	text-shadow:0 0 6px #000;
}


h2 > span {
	border-bottom:1px solid rgb(155,29,54);
	padding:0 0.6em 0.3em 0.6em;
}

.h2subtitle {
	color:rgb(155,29,54);
	font-size:1.1em;
	font-weight:bold;
	padding-top:0.9em;
}


/* --- パソコン ---------------------------------------------------------------------- */
@media screen and (min-width: 576px) {
	
	
	
}

/* --- スマホ ------------------------------------------------------------------------ */
@media screen and (max-width: 575px) {
	
	.top-cmt {
		display:block;
		left:0;
		width:100%;
		padding:0 5px;
		
	}
	
	.top-cmt .text1 {
		position:absolute;
		top:100px;
		width:100%;
		font-size:2em;
		font-weight:bold;
		text-align:left;
		margin-bottom:1em;
	}
	
	.top-cmt .text2 {
		position:absolute;
		left:0;
		top:180px;
		margin:0 auto;
		width: 100%;
		padding:10px;
		font-size:1.1em;
	}
	
}
