/* CSS Document */
#pgpage html{
    
}
body{
	padding-top: 109px;
	font-size:16px;
	color:#fff;
	line-height:180%;
    background-image: url("img/backimg.jpg") ;
    background-size: cover;
    margin-top: -95px;
}
.bread-crumb {
	margin-top: 95px;}

#pgpage ul,#pgpage li{margin:0;list-style-type:none;}

#pgpage a:link{
	color: #000000;
	text-decoration:underline;
}

#pgpage a:hover{
	color:#ff2965;
}

#pgpage a:visited{
	color:#000000;
	text-decoration:underline;
}

#pgpage img{margin:0;}

#pgpage .inner{
	margin:0 auto;
	text-align: center;
}

#pgpage #container {
    width: 100%!important;
}

.bread-crumb{
	max-width: none;
	background: #fff;
}
.breadcrumb{
	max-width: calc(1056px + (24px * 2));
    margin: 0 auto;
}

/* ======================================= 

レイアウト

 ======================================= */


#pgpage #imgWrap{
	width: 970px;
	padding: 0 0  40px 0;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}

#pgpage .secPlayer {text-align: center;}
#pgpage .secPlayer img {width: 100%;}
#pgpage .main{
    margin: 0 auto 20px;
    padding: 0 0 40px 0;
    width: 1100px;
}
/* ======================================= 

メインビジュアル

 ======================================= */
#pgpage .secMv{
	text-align:center;
	margin:40px auto 30px auto;
}
#pgpage .secMv img {border-image-width: 100%;}
#pgpage .mv_img{
    margin: 0 auto;
}
#pgpage .cont1, #pgpage .cont2,#pgpage .cont3,#pgpage .cont4,#pgpage .cont5,#pgpage .cont6,#pgpage .cont7{
	width: 1050px;
	margin: 0 auto;
}
#pgpage .src_logo{
    background-color: #fff;
    text-align: center;
}


#pgpage .subtitle{
    color: #fff;
    background: #0070C0;
    font-size: 32px;
    padding: 10px 0;
    font-weight: bold;
    text-align: center;
    margin-bottom: 20px;
}
#pgpage .special{
    position: absolute;
    margin-bottom: 50px;
    left: 0;
}
/* ======================================= 

リード分

 ======================================= */
#pgpage p{
    font-size: 20px;
    font-weight: bold;
}
#pgpage .secLead{
	text-align: center;
}
#pgpage .secLead_2{
	margin-top: 20px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 40px;
}

#pgpage .explanation{
    font-weight: bold;
    text-align: center;
    font-size: 28px;
    margin-top: 60px;
    margin-bottom: 30px;
}
#pgpage .blue{
    color: #C5E5FF;
}

#pgpage .text_back{
    background: #C5E5FF;
    padding: 10px 0;
    width: 950px;
    margin: 30px auto;
    color: #0070C0;
}
#pgpage .secLead_2 span{
	font-size: 24px;
}
/**
 * 1080
 * ----------------------------------------------------------------------------
 */
@media screen and (max-width:1080px){
	body{
		margin-top: -43px;
	}
	#pgpage .main{
		width: 100%;
	}
	#pgpage .cont1, #pgpage .cont2, #pgpage .cont3, #pgpage .cont4, #pgpage .cont5, #pgpage .cont6, #pgpage .cont7{
    width: 95%;
    
}
	#pgpage .text_back{
		width: 95%;
	}
	#pgpage .cont3 p,#pgpage .cont5 p{
		display: flex;
		        justify-content: center;
	}
	#pgpage .cont3 p img,#pgpage .cont5 p img{
		width: 45%;
	}
	#pgpage .cont0 p .special{
		width: 150px;
	}
	#pgpage .subtitle,#pgpage .explanation{
		font-size: 26px;
	}
	.bread-crumb {
    margin-top: 5px;
}
}


/**
 * 767
 * ----------------------------------------------------------------------------
 */
@media screen and (max-width:767px){
	body{
		margin-top: -5%;
	}
	    .bread-crumb {
        margin-top: -6%;
    }
	    #pgpage .cont0 p .special {
        width: 110px;
    }
	    #pgpage .subtitle, #pgpage .explanation, #pgpage p {
			 font-size: 14px;     
    }
	#pgpage .secLead_2 span {
    font-size: 18px;
}
	    #pgpage .text_back {
        width: 100%;
    }
	    #pgpage .cont3 p, #pgpage .cont5 p {
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
	    #pgpage .cont3 p img, #pgpage .cont5 p img {
        width: 100%;
    }
	
}



















