@charset "UTF-8";




/*------------ PC　-------------*/
body#line .pc_display{
	display:initial:
}
	
body#line .sp_display{
	display: none;
}


body#line .main_box {
	width: 100%;
	max-width: 100%;
}
body#line article.box1{
	width: 100%;
	background: #00b900;
	color: #fff;
	padding: 150px 0 70px;
}

body#line article.box1 div .flex {
	width:80%;
	max-width:1200px;
    display: flex;
    margin: 30px auto 0;
    text-align: left;
    align-items: flex-end;
    justify-content:space-between;
}

body#line article.box1 div .flex li p {
    margin: 0;
}

body#line article.box1 div .flex li:nth-child(1){
	width:40%;
}
body#line article.box1 div .flex li:nth-child(2){
	width:58%;
}
body#line article.box1 div .flex li img{
	width:100%;
}


/*body#line article.box1 section{
	margin-top:50px;
}*/

/*body#line article.box1 section div{
}*/

body#line article.box1 p{
	width: 700px;
	max-width: 100%;
	margin:0 auto;
	font-size: 16px;
	font-weight:bold;
	padding-top: 40px;
}

body#line article.box1 div{
	text-align: center;
}


body#line article.manga{
	width:100%;
	margin:0 0 50px;
	padding:0 0 50px 0;
	background: #00b900;
}
body#line article.manga ul{
	width:700px;
	margin:auto;
	display:flex;
	justify-content:space-between;
}
body#line article.manga ul li{
	width:45%;
}
body#line article.manga ul li img{
	width:100%;
}
	
body#line article.box2 {
	text-align: center;
	padding: 50px 0;
}
body#line article.box2 div h4{
	font-size:30px !important;
	border-bottom:none !important;
	margin-bottom:20px !important;
}
body#line article.box2 div h4 em{
	font-weight:bold !important;
	border-bottom:7px solid #00b802;
	padding-bottom:10px;
}
body#line article.box2 div h4 span{
	font-family:unset !important;
	font-size:110% !important;
	font-weight:bold !important;
	margin:0 7px;
	margin-right:0 !important;
	padding-right:0 !important;
	color:#00b802;
}
body#line article.box2 div ul{
	width:96%;
	max-width:1200px;
	margin:0 auto 100px auto;
	display:
	flex;
	box-sizing:
	border-box;
}

body#line article.box2 div ul li{
	width:33.333%;
	padding:0 40px;
	background:#fff;
	box-sizing:border-box;
}

body#line article.box2 div ul li dl{
	color:#c32020;
	font-size:20px;
	font-weight:bold;
}
body#line article.box2 div ul li dl span{
	color:#fff;
	font-size:35px;
	background:#c32020;
	padding:2px 10px;
	margin:0 0 0 7px;
}

body#line article.box2 div ul li dt{
	width:100%;
	margin:10px auto;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #000;
}
body#line article.box2 div ul li dd{
	width:80%;
	margin:0 auto;
	font-size:12px;
	font-weight:bold;
	text-align:initial;
}

body#line article.cta{
	background: #ffeb3b;
	padding:100px 0;
}
body#line article.cta dl{
	width:100%;
	max-width:960px;
	margin:auto;
	display:flex;
}
body#line article.cta dl dt{
	width:550px;
	display:flex;
	align-items: center;
}
body#line article.cta dl dt img{
	width:100%;
	filter: drop-shadow(3px 3px 10px #dabd00);
}
body#line article.cta dl dd{
	width:calc(100% - 620px);
	margin:0 0 0 100px;
	padding:20px 10px 20px 10px;
	background:#fff;
	position:relative;
	filter: drop-shadow(3px 3px 10px #dabd00);
}
body#line article.cta dl dd:before{
	content:"";
	width:70px;
	height:100%;
	background:#fff;
	clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
	position:absolute;
	top:0;
	left:-69px;
}
body#line article.cta dl dd h5{
	font-size:130%;
	font-weight:bold;
	border-bottom:3px solid #ffeb3b;
	padding-bottom:5px;
	margin-bottom:10px;
}

/*body#line article.box2 section{	
	width: 900px; 
	color: #fff;
	margin:0 auto;
}

body#line article.box2 section div img{
	width:100%;
}

body#line article.box2 section div{
	font-size: 30px;
}



body#line article.box2 section h2{
	padding: 0 0 45px;
	font-size: 46px;
	font-weight: bold;
}

body#line article.box2 section h2 span{
	color: #fff000;
}

body#line article.box2 section p{
	font-size: 46px;
	font-weight: bold;
	padding: 100px 0 30px;
}

body#line article.box2 section .btn a:hover img{
	 opacity: 0.9;
	 filter: alpha(opacity=90);
	 -ms-filter: "alpha(opacity=90)";
}
*/

@media screen and (max-width:959px) {
	body#line article.cta{
		background: #ffeb3b;
		padding:100px 0;
	}
	body#line article.cta dl{
		width:100%;
		max-width:960px;
		margin:auto;
		display:unset;
	}
	body#line article.cta dl dt{
		width:100%;
		display:block;
		align-items: unset;
		text-align:center;
	}
	body#line article.cta dl dt img{
		width:70%;
		max-width:550px;
	}
	body#line article.cta dl dd{
		width:80%;
		max-width:500px;
		margin:70px auto 0;
		padding:20px 30px 30px;
		background:#fff;
		position:relative;
		box-sizing:border-box;
	}
	body#line article.cta dl dd:before{
		content:unset;
		width:100%;
		height:40px;
		background:#fff;
		clip-path:unset;
		position:absolute;
		top:-39px;
		left:0;
	}
		body#line article.cta dl dd h5{
		font-size:180%;
		text-align:center;
	}
}

@media screen and (max-width:768px) {
	
	body#line .pc_display{
	display: none;
	}

	body#line .sp_display{
	display: initial;
	}


	body#line .sp_display section{
		display: block;
		background: #00b900 !important;
		padding: 0 3%;
	}
	body#line .sp_display section {
    	padding: 5% 3%;
	}

	body#line .sp_display section h1 {
    	text-align: center;
	}

	body#line .sp_display section h1 img{
		max-width: 100%;
	}

	body#line .sp_display .left_box {
    	width: 70%;
		max-width:300px;
		margin:auto;
    	padding: 30px 0 0;
	 }

	body#line .sp_display .left_box img {
    	max-width: 100%;
	}

	body#line .sp_display .right_box {
    	width: 90%;
		max-width:500px;
		margin:auto;
    	color: #fff;
	}
	body#line .sp_display .right_box p{
		font-size:120%;
		font-weight:bold;
		 margin-top: 10px;
	}
	body#line .sp_display .right_box img {
    	max-width: 100%;
	}
	body#line .sp_display .btn img {
		width: 100%;
        max-width: 500px;
	}
	body#line .sp_display .btn {
    	clear: both;
    	padding: 10px 0;
    	text-align: center;
    	overflow: hidden;
	}

	body#line .sp_display .btn a:hover img{
		 opacity: 0.9;
	 	filter: alpha(opacity=90);
	 	-ms-filter: "alpha(opacity=90)";
	}
	body#line .sp_display .btn a{
		height: auto;
    	margin: 0 auto;
    	text-decoration: none;
    	border:none !important;
    	background:none !important;
	}
	body#line article.manga{
		margin:0 0 0;
	}
	body#line article.manga ul{
		width:90%;
			display:flex;
		justify-content:space-between;
	}
	body#line article.manga ul li{
		width:45%;
	}
	body#line article.manga ul li img{
		width:100%;
	}
	body#line article.cta dl dd{
		width:60%;
		max-width:500px;
		margin:0 auto 70px;
		padding:20px 10px 0px;
		background:#fff;
		position:relative;
		box-sizing:border-box;
	}
	body#line article.cta dl dd:before{
		content:"";
		width:100%;
		height:40px;
		background:#fff;
		clip-path: polygon(100% 0%, 0% 0%, 50% 100%);
		position:absolute;
		top:unset;
		bottom:-40px;
		left:0;
	}
	body#line article.cta dl dd h5{
		font-size:150%;
	}
	body#line article.cta dl dt img{
		width:80%;
		max-width:500px;
	}
}

@media screen and (max-width:519px) {
	body#line article.manga ul{
		width:90%;
		display:unset;
		justify-content:unset;
	}
	body#line article.manga ul li{
		width:90%;
		padding:0 0 50px;
		margin:0 auto 0px;
	}
	body#line article.manga ul li:nth-child(1){
		border-bottom:2px solid #fff;		
	}
	body#line article.manga{
		padding:0 0 0px 0;
	}
}