@charset "euc-jp";
*{
	box-sizing: border-box;
}
html{
	font-size:10px;
}
header,footer,.OpinionBtn{
	font-size: 18px;
}
.OpinionBtn > p,
.OpinionBtn a{
	font-size: 14px;
}

img,
a{
	display: inline-block;
	max-width: 100%;
}
.wrap,
.Contents,
.Main_Column{
	width: 100%;
	float: none;
	margin:0;
}
.sp,.pc{
	display: none;
}
a:hover{
	text-decoration: none;
	opacity: .5;
}
/*==========================================
コンテンツ本体
==========================================*/
@media only screen and (min-width: 1025px) {
	.pc{
		display: block;
	}
}	
.main{
    position: relative;
    height: 723px;
    padding-top:353px;
    /*background-color: #e03d3d;*/
    background-color: #fff;
    background-image: url(../../../../img/campaign/2020/newrelease/main_bg_pc.png);
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
}
.main:after{
    position: absolute;
    display: block;
    content: '';
    width: 40%;
    height: 800px;
    background-color: #e03d3d;
    top: 0px;
    left: -415px;
    z-index: 1;
    /* transform: rotate(40deg); */
    transform: skew(-40deg);
}	
.inner{
	position: relative;
	width: 960px;
	max-width: 100%;
	margin:auto;
}

.main .inner:after{
	position: absolute;
    display: block;
    content: '';
    width: 1685px;
    height: 1631px;
    background-color: #e03d3d;
    top: -310px;
    left: calc(42% + 630px);
    transform: rotate(40deg);
}

.intro{
	position: relative;
	width: 760px;
	padding:36px 67px 27px 80px;
	background-color: #fff;
}
.intro:before{
	position: absolute;
	display: block;
	content:'';
	width: 480px;
	height: 70px;
	top: -50px;
	left:0;
    background-image: url(../../../../img/campaign/2020/newrelease/release.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.main .intro h1{
	text-align: center;
}
.main .intro h1 img{
	width: 553px;
}

.main .intro p{
	font-size:2.0rem;
	line-height: 1.5;
	color: #444444;
	letter-spacing: -1px;
	margin-top:49px;
}
.contents{
    background-image: url(../../../../img/campaign/2020/newrelease/bg_01.png),
                      url(../../../../img/campaign/2020/newrelease/bg_02.png);
    background-repeat: no-repeat,no-repeat;
    background-position: 130% 340px, -1100px 1198px;

}
.contents h2{
	font-size: 4.8rem;
	color: #000000;
	padding:65px 0 34px;
	text-align: center;
}
.content{
	padding-top:37px;
	padding-left: 140px;
	padding-bottom: 185px;
	background-position: top left;
	background-repeat: no-repeat;
	background-size: 300px 356px;


}
.content.num_01{
	position: relative;
    background-image: url(../../../../img/campaign/2020/newrelease/num_01_pc.png);

}
.content.num_02{
	position: relative;
    background-image: url(../../../../img/campaign/2020/newrelease/num_02_pc.png);

}
.content.num_03{
	position: relative;
    background-image: url(../../../../img/campaign/2020/newrelease/num_03_pc.png);

}
.content h3{
	font-size: 4rem;
	line-height: 1.4;
	color: #e03d3d;
}

.content div:first-child{
	position: relative;
	padding-top:180px;
	width: 415px;
	z-index: 1;
}

.content.num_02 div{
	width: 705px;
}
.content.num_01 > div.img{
	position: absolute;
	top: 20px;
	right: 0;
	width: 480px;
}


.content div p.text{
	color: #3d3939;
	font-size: 2rem;
	line-height: 1.8;
	letter-spacing: -1px;
	padding:10px 0 20px;
}
.content.num_03 div p.text{
	letter-spacing: 0;
}
.content div p.sub{
	color: #3d3939;
	font-size:1.6rem;
	line-height: 1.5;
	font-weight: bold;
}


.content a{
	display: inline-block;
	width: 340px;
	height: 70px;
	color:#fff;
	font-size: 2.6rem;
	line-height: 70px;
	border-radius: 70px;
	text-align: center;
	background-color: #3d3939;
}
.content.num_01 a{
	margin-top: 50px;
}
.content.num_02 a{
	display: block;
	margin:54px auto 0;
}
.content.num_03 a{
	margin-top:106px;
}

.present{
	margin-top:140px;
	padding-bottom: 200px;
	position: relative;
	background-color: #d54444;
    background-image: url(../../../../img/campaign/2020/newrelease/present_bg.png);
    background-position: center;
    background-repeat: no-repeat;
}
.present h2{
	display: block;
	position: absolute;
	width: 660px;
	height: 150px;
	left:0;
	top: -80px;
}
.present > div{
	padding-top: 128px;
	padding-left: 140px;
}
.present p{
	font-size: 2.4rem;
	color: #fff;
	line-height: 1.5;
	margin-bottom: 62px;
}
.present img{
	width: 680px;
}
.present img + div{
	text-align: center; 
	width: 680px;
	margin:100px 0 62px;

}
.present a.btn{
	display: inline-block;
	color: #fff;
	font-size: 3.6rem;
	font-weight: bold;
	width: 600px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	border-radius: 90px;
	background-color: #000;

}
.present p.sub{
	width: 680px;
	font-size: 1.8rem;
	line-height: 1.6667;
}
.present p.sub a{
	color: #fff;
	text-decoration: underline;
	font-size: 1rem;
	display: inline;
}

.bottom{
	padding-top:50px;
	padding-bottom:486px;

	text-align: center;
    background-image: url(../../../../img/campaign/2020/newrelease/bottom_bg_pc.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.bottom p{
	color: #e03d3d;
	font-size: 2.6rem;

}
.bottom p em{
	display: block;
	margin-top:18px;
	margin-bottom: 16px;
	font-size: 3.0rem;
	font-weight: bold;
}
.bottom .img{
	position: relative;
}
.bottom .img a{
	position: absolute;
	display: block;
	width: 400px;
	height: 60px;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 20px;
	line-height: 60px;
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
	border-radius: 60px;
	background-color: #000;
}
.bottom .img + p{
	font-size: 1.8rem;
	color: #444444;
    line-height: 1.3333;
    margin: 12px 19px;
}
.bottom h5{
	margin-top:262px;
	font-size: 4.8rem;
	font-weight: bold;
	color: #e03d3d;
	text-align: center;
}
.bottom h5 + a{
	font-size: 2.2rem;
	font-weight: bold;
	color: #fff;
	width: 400px;
	height: 60px;
	line-height: 60px;
	border-radius: 60px;
	background-color: #e04e4b;
	margin-top:40px;
}
@media only screen and (max-width: 1746px) {
	.main:after{
		width: 30%;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	.main{
		background-position: center;
	}
	.main:after{
		left: -855px;
	}
	.intro{
		width: 640px;
	}
	.contents h2{
		font-size: 3.6rem;
	}
	.content.num_01 > div.img{
	    top: 290px;
    	right: -70px;
	}
	.content.num_01 a{
		margin-top: 330px;
	    width: 280px;
	    font-size: 2.4rem;
	    height: 60px;
	    line-height: 60px;
	}
	.content.num_02 div p.text{
		width: 560px;
	}
	.content.num_02 div{
		width: 560px;
	}
	.content.num_02 a{
		width: 280px;
	    font-size: 2.4rem;
	    height: 60px;
	    line-height: 60px;
	}
	.content.num_03 div:first-child{
		width: 530px;
	}
	.content.num_03 > div.img{
		top: -50px;
	    right: 0;
	    position: relative;
	}
	.content.num_03 a{
		position: absolute;
		left:0;
		right: 0;
		margin:auto;
		bottom: -810px;
	}
	.present{
		position: relative;
	}
	.present p{
		width: 560px;
	}
	.present .inner{
		position:static; 
		padding-left: 0;
		width: 560px;
	}
	.present .inner img{
		width: 550px;
	}
	.present a.btn{
		width: 100%;
	}
	.present img + div{
	    width: 100%;
	    font-size: 3.0rem;
	    height: 70px;
	    line-height: 70px;
	}
	.present p.sub{
		width: 560px;
	}
	.bottom p{
		font-size: 2.0rem;
	}
	.bottom p em{
		font-size: 2.4rem;
	}
	.bottom .img{
		width: 560px;
		margin:auto;
	}
	.bottom .img + p{
		font-size: 1.4rem;

	}
	.bottom .img a{
		width: 300px;
    	height: 40px;
    	line-height: 40px;
	}
	.bottom{
		background-size: cover;
	}
}


@media only screen and (max-width: 767px) {
	.sp{
		display: block;
	}
	.main{
		padding-top:228.3333px;
    	background-image: url(../../../../img/campaign/2020/newrelease/main_bg_sp.png);
    	background-size: 100% auto;
    	height: auto;
    	background-position: center top;
	}
	.main:after{
		display: none;
	}
	.main .inner:before{
		position: absolute;
		display: block;
		content:'';
		background-color: #e03d3d;
	    transform: rotate(40deg);
		width: 358px;
		height: 541.6667px;
	    top: -487px;
    	left: -290px;
	}
	.main .inner:after{
		width: 448px;
	    height: 541.6667px;
	    top: -37px;
	    left: calc(50% + 180px);
	}
	.intro{
		width: 329px;
		max-width: 90%;
		padding:26.6667px 24.6667px 23px 21px;

	}
	.intro:before{
		width: 247.3333px;
		left:40px;
		top:-27px;
	}

	.main .intro p{
		margin-top:22px;
		font-size: 1.4rem;
		letter-spacing: 0;
	}
	.contents h2{
		padding-top: 22px;
		font-size: 2.3rem;
		text-align: left;
		padding-left: 20px;
	}
	.content{
		position: relative;
		padding:87px 0 77px;
		left:20px;
		background-size: 100px 118.6667px;
	}
	.content.num_01{
    	background-image: url(../../../../img/campaign/2020/newrelease/num_01_sp.png);

	}
	.content.num_02{
		position: relative;
	    background-image: url(../../../../img/campaign/2020/newrelease/num_02_sp.png);

	}
	.content.num_03{
		position: relative;
		width: 283px;
	    background-image: url(../../../../img/campaign/2020/newrelease/num_03_sp.png);

	}

	.content h3{
		font-size: 2.4rem;
		line-height: 1.2162;
	}
	.content div:first-child{
		padding:0;
		padding-left: 34px;
	}
	.content div p.text{
		font-size: 1.5rem;
		width: 259px;
	}
	.content.num_01 > div.img{
		width: 291px;
	    right: -25px;
	    top: 196px;
	}
	.content div p.sub{
		font-size: 1rem;
	}
	.content a{
		width: 282px;
		height: 42px;
		line-height: 42px;
		border-radius: 42px;
		font-size: 1.5rem;
	}
	.content.num_01 a{
		margin-top:282px;
		
	}
	.content.num_02 div.img{
		/*text-align: center;*/
		width: 100%;
		padding-left: 34px;
		
	}
	.content.num_02 div.img img{
		width: 262px;
	}
	.content.num_02 a{
		margin-left: -10px;
	}
	.content.num_03 div.img{
		/*position: relative;*/
	    top: 280px;
	    left: 0;
		width: 283px;
		margin:auto;
	}
	.content.num_03 a{
		margin-top: 440px;
	}
	.present{
		margin-top:0;
		padding-bottom: 61px;
	    background-size: cover;
    	background-position: right;
	}
	.present h2{
		width: 265px;
	    top: -25px;
	    left: 12px;
	}
	.present > div{
		padding:64px 25px 0;
	}
	.present p{
		font-size:1.5rem;
		line-height: 1.3333;
		margin-bottom:38px;
	}
	.present a.btn{
		width: 280px;
		height: 42px;
		line-height: 42px;
		font-size: 1.5rem;
	}
	.present img + div{
		width: 100%;
		margin:58px 0 20px;
	}
	.present p.sub{
		width: 230px;
		font-size: 1rem;
		margin:auto;
	}
	.bottom{
		padding-bottom: 346px;
		background-size: 907px auto;
	}
	.bottom p{
		font-size: 1.6rem;
	}
	.bottom p em{
		font-size: 1.8rem;
		line-height: 1.2963;
	}
	.bottom .img{
		padding:0 7px;
	}
	.bottom .img a{
		width: 280px;
		height: 42px;
		line-height: 42px;
		font-size: 1.5rem;
		bottom: 17px;
	}
	.bottom .img + p{
		font-size: 1.2rem;
		color: #444444;
		line-height: 1.3333;
		margin:12px 19px;
		text-align: left;
	}	

	.bottom h5{
		margin-top:189px;
		font-size: 2.5rem;
	}
	.bottom h5 + a{
		margin-top: 36px;
		width: 280px;
		height: 40px;
		line-height: 40px;
		font-size: 1.5rem;
	}
}