body {
	margin: 0;
	padding: 0;
	vertical-align:baseline;
	background:transparent;
	text-decoration: none;
	font-family: "Noto Sans JP","Yu Gothic", "Meiryo", sans-serif;
	font-weight: 500;
	font-style: normal;
	list-style: none;
	min-width: 380px;
}
p{
	font-weight: 300;
}
.colorRed{
	color: #ff143d;
}
.size15{
	font-size: 15px;
	line-height: 1.9em;
}
.size20{
	font-size: 20px;
	line-height: 1.9em;
}
.size30{
	font-size: 30px;
	line-height: 1.9em;
}
.size50{
	font-size: 50px;
	line-height: 1.9em;
}
.center{
	text-align: center;
}
.top25{
	margin-top: 25px;
}
.top50{
	margin-top: 50px;
}
.bottom25{
	margin-bottom: 25px;
}
.bottom50{
	margin-bottom: 50px;
}
.secondTop{
	width: 100%;
	background-color: #ff143d;
	height: 350px;
	position: relative;
}
.w1280px{
	width: 1280px;
	margin: 0 auto ;
	position: relative;
}
.secondTopText{
	color: #fff;
	padding-top: 150px;
}
.secondTopText h1{
	font-size: 30px;
	padding-bottom: 15px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
.secondTopText p{
	font-size: 12px;
	letter-spacing: 0.2em;
}
.breadList{
	position: absolute;
	display: flex;
	background-color: #fff;
	width: 100%;
	top: -110px;
	padding: 20px 0 20px 20px;
	border-radius: 15px 15px 0 0;
}
.breadList a{
	margin-right: 10px;
	background: #333;
	color: #fff;
	padding: 5px 15px;
	border-radius: 15px;
}
.breadList p:nth-of-type(1){
	padding: 5px;
}
.breadList p:nth-of-type(2){
	background: #ff143d;
	color: #fff;
	padding: 5px 15px;
	border-radius: 20px ;
}
.breadList2{
	position: absolute;
	display: flex;
	background-color: #fff;
	width: 100%;
	top: -110px;
	padding: 20px 0 20px 20px;
	border-radius: 15px 15px 0 0;
}
.breadList2 a{
	margin-right: 10px;
	background: #333;
	color: #fff;
	padding: 5px 15px;
	border-radius: 15px;
}
.breadList2 p:nth-of-type(1){
	padding: 5px;
}
.breadList2 p:nth-of-type(2){
	padding: 5px;
}
.breadList2 p:nth-of-type(3){
	background: #ff143d;
	color: #fff;
	padding: 5px 15px;
	border-radius: 20px ;
}
.toTop{
	position: fixed;
	bottom: 100px;
	right: 30px;
	cursor: pointer;
}
.margin100{
    margin: 50px 0 0 0 ;
}
@media (max-width: 1440px) {
	.w1280px{
		width: 80%;
	}
	.size20{
		font-size: 15px;
		line-height: 1;
	}
}
@media (max-width: 768px) {
	.w1280px{
		width: 85%;
	}
}
@media (max-width: 540px) {
	.breadList{
		width: 92%;
		padding: 6% 4%;
		border-radius: 15px 15px 0 0;
	}
	.breadList2{
		width: 92%;
		top: -110px;
		padding: 7% 4%;
		border-radius: 15px 15px 0 0;
	}
	.breadList p:nth-of-type(1){
		font-size: 13px;
	}
	.breadList p:nth-of-type(2){
		font-size: 13px;
	}
	.breadList a{
		font-size:13px;
	}
	.margin100{
		margin: 30px 0px 0 0;
	}
	.breadList{
		top:-90px;
	}
	.breadList2 p:nth-of-type(1){
		font-size: 10px;
	}
	.breadList2 p:nth-of-type(2){
		font-size: 10px;
	}
	.breadList2 p:nth-of-type(3){
		font-size: 10px;
	}
	.breadList2 a{
		font-size:8px;
	}
	.breadList2{
		top:-90px;
	}
}
/* レイアウト関連 */
.flexLayout{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.flexLayoutTop{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.flexLayoutCenter{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:center;
	    -ms-flex-pack:center;
	        justify-content:center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.flexLayoutReverse{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack:  justify;
	    -ms-flex-pack:  justify;
	        justify-content:  space-between;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: row-reverse;
	        flex-direction: row-reverse;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.centerPosition{
	position: absolute;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}
.longLayout {
	width: 80vw;
	padding: 0 10vw;
}
.shortLayout{
	width: 65vw;
	padding: 0 17.5vw;	
}
@media screen and (min-width: 1920px) {
	.longLayout {
		width: 65vw;
		padding: 0 17.5vw;
	}
	.shortLayout{
		width: 50vw;
		padding: 0 25vw;	
	}	
}
@media screen and (min-width: 2560px) {
	.shortLayout{
		width: 40vw;
		padding: 0 30vw;	
	}	
}
@media screen and (max-width: 1366px) {
	.shortLayout{
		width: 80vw;
		padding: 0 10vw;	
	}
}
@media screen and (max-width: 414px) {
	.longLayout{
		width: 90vw;
		padding: 0 5vw;
	}
	.shortLayout{
		width: 90vw;
		padding: 0 5vw;	
	}
}
@media screen and (max-width: 768px) {
	.flexLayout{
		display: block;
	}
	.flexLayoutReverse{
		display: block;
	}
	.flexLayoutTop{
		display:block;
	}
}