/* t style ------------------------------------------------------------------------------------------------------------------------*/

.d_flex{
	display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
    justify-content: center;
    align-items: center;
	flex-direction: row;
}
.login_wrap{
	position: relative;
}
.login_wrap .login_wrap_back{
	width: 100%;
	max-width: 768px;
	height: 100%;
	background-image: url(../image/backimg1.png);
	background-repeat: repeat;
	background-size: 100% auto; 
	display: block;
	z-index: 1						;
	position: absolute;
	top: 0;
	left: 0 ;
	right: 0;
	pointer-events: none;
	
}
.login_wrap .z2{
	position: relative;
	z-index: 2;
}
.login_wrap img{width: 100%; height: auto; vertical-align: bottom;}


.login_wrap .btn1 a{
display: block;
    height: 60px;
    text-align: center;
}
.login_wrap .btn1 img{
	height: 100%;
	width: auto;
}
.main_img{
background-color: #1b1e26;
	padding-bottom: 3rem;
}
.lpImg img {
    max-width: 100%;
    height: auto;
}
.main_img .btn_wrap{
	justify-content: space-between;
	width:  92%;
	margin: 0 auto;
}
.main_img .btn_wrap .btn{
	width: 49%;
}
.con1,.con2,.con3,.con4{
	padding: 0px 5%;
}
.con1{
background-color: #1b1e26;
}
.con1_txt1{
	width: 65%;
}
.con1_video{
	width: 35%;
	padding-left: 2%;
	pointer-events: none;
}
.con1_video video{width: 100%;}
.con2{
background-color: #101216;
}
.con2_txt2{
margin-top: -2rem;
    padding-bottom: 5rem;
}
.con3{
background-color: #101216;
}
.con3_txt1{
    padding-bottom: 3rem;
    padding-top: 5rem;
}
.con4{
background-color: #1b1e26;
}
.con4_txt1{
	padding-bottom: 3rem;
}
.con4_box1,.con4_box2,.con4_box3{margin-bottom: 2rem;}
.con4_box4{
	padding-bottom: 3rem;
}
.con4_txt2{
}
.con5{
background-color: #101216;
}
.con5_txt1{
	margin-bottom: 3rem;	
}
.con5_txt2{
	margin-top: 3rem;	
}

@media screen and (min-width: 480px) {
.login_wrap .btn1 a {
    height: 100px;
}
.con4 .box_wrap {justify-content: space-between}
.con4_box1,.con4_box2,.con4_box3,.con4_box4{width: 49%;margin-bottom: 2rem;}
	
}
.loginNote {
    margin: 0 0 10px 0;
    font-size: 1.4rem;
}

.txtSerif { font-family: 'Noto Serif JP', serif; }

.rewordTxt {
    font-size: 2rem;
    line-height: 3rem;
    text-align: center;
    margin: 0 0 30px 0;
}

.rewordTxt span { color: #c9064c; }

.feature li,
.howto li { margin: 0 0 30px 0; }

.recommend {
    display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
    width: 96%;
    margin: 0 auto 30px auto;
}

.recommend li {
    width: 48%;
    margin: 0 0 20px 0;
}

@media screen and (max-width: 480px) {
    .recommend {
        display: block;
        width: 100%;
    }
    .recommend li { width: 100%; }
}

.h2Title h2 {
    font-family: 'Noto Serif JP', serif;
    font-size: 2.4rem;
    line-height: 2.4rem;
    margin: 30px auto 20px auto;
}


.lpCopy {
    background: url(../image/grunge_bg.png) no-repeat center;
    background-size: contain;
    margin: 0 auto 30px auto;
    text-align: center;
    color: #27220f;
    text-shadow:0px 0px 4px #ffffff;
    font-size: 2.4rem;
    padding: 25px 0;
    letter-spacing: -1px;
    width: 60%;
}

@media screen and (max-width: 480px) {
    .lpCopy {
        width: 96%;
        padding: 18px 0;
    }
}

.target {
    background: #333333;
    padding: 30px 2%;
    margin: 0 0 30px 0;
}

.target li {
    margin: 0 0 10px 0;
}

.target li i {
    display: inline-block;
    color: #e20a0a;
    padding: 0 5px 0 0;
}

.footerCopy {
    text-align: center;
    font-size: 2.4rem;
    line-height: 3.4rem;
    text-shadow:0px 0px 4px #ffffff;
    margin: 0 0 30px 0;
}
