#st_wrap {
	width: 100%;
	margin:0 auto ;
	padding: 1% 0;
	position: relative;
	overflow: hidden;
}
ul {
	padding:0;
	margin:0;
}
.visual {
	width: 60%;
	max-width: 500px;
	margin: 2% auto;
}

.visual img {
    width: 100%;
    margin: 0 auto;
}

#st_wrap h1 {
	font-family: "Roboto", serif;
	font-size: 2em;
	text-align: left;
	margin: 7% auto 3%;
	color: #024a64;
}

#st_wrap h2 {
	font-family: "Noto Sans JP", serif;
	font-size: 1.1em;
	line-height: 1.2em;
	font-weight: 500;
	margin: 10% 0 0;
	padding: 5% 0;
	text-align: center;
	background-color: #003f8f;
	color: #fff;
}

#st_wrap p {
	font-size: 1em;
	text-align: left;
	margin: 5% 0;
	line-height: 2.5em;
	font-weight: 400;
	color: #024a64;
}

#st_wrap img {
	width: 100%;
}

.wrap_content {
	width: 1000px;
	min-height: 1100px;
	margin: 2% auto;
	padding: 2%;
	background-image: url("../images/st_kw_250710_coolcosme.jpg");
	background-size: cover;
	position: relative;
}

.Lead {
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	line-height: 1.8em;
	width: 100%;
	margin: 2% auto;
	color: #fff;
	text-shadow: 0px 0px 8px #2968a1;
	position: absolute;
	bottom: 4%;
	left: 0;
}


.sp {
	display: none;
}
.clear {
	clear: both;
}

.flxbox {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-start;
	gap: 2%;
	margin: 0 auto;
}

.cate {
	width: 33%;
	text-align: left;
}

.triangle-button{
    background-color: #000;
    border-radius: 4px;
    color: #fff;
    display: block;
    padding: 8px;
    position: relative;
    text-align: center;
    text-decoration: none;
}

.triangle-button::after{
    content: '';
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fff;
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}


.Btn-1 {
	display: block;
	width: 70%;
	font-size: 13px;
	font-weight: 500;
	margin: 8% auto;
	padding: 10px 5px;
	color: #fff;
}


@media only screen and (max-width: 750px) {

	#st_wrap {
		padding: 0;
		background-color: #fff;
	}
	
	#st_wrap h1 {
		font-size: 1.6em;
		margin: 10% 0 4%;
	}
	
	#st_wrap h2 {
		font-size: .7em;
	}
	
	#st_wrap p {
		font-size: .8em;
	}
	
	.wrap_content {
		width: 100%;
		min-height: 480px;
		margin: 0;
		padding: 2% 0 3%;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
	.Lead {
		font-size: 14px;
		line-height: 1.7em;
	}
	
	
	.pc {
		display: none;
	}	
	
	.sp {
		display: block;
	}
	
	
}
