@charset "UTF-8";
body {
    padding-top: 0 !important;
}
.c_fix {
    min-height: 1px;
}
/*header*/
.h-logo_img {
	width: 1000px;
	margin: 0 auto;
	padding: 15px 0;
	text-align: left;
}
.h-logo_img a {
	display: inline-block;
}
.h-logo_img img {
	height: 36px;
	width: 200px;
}
/*mv*/
.mv_wrap {
    /*padding: 15px 0 25px 0;*/
    padding: 10px 0 40px 0;
    background: url("../img/mv_bg01.jpg") no-repeat center top / cover;
}
.mv_ttl {
    text-align: center;
    margin: 0 0 10px 0;
}
.goods_list {
    text-align: center;
    margin: 0 0 20px 0;
}
.campaign_txt {
    text-align: center;
}
.wid_in {
    width: 1000px;
    margin: 0 auto;
}
.wid_in.mv {
    width: 1105px;
}
/*応募方法*/
.sec_wrap {
    position: relative;
    padding: 35px 0 57px 0;
    background: url("../img/section_bg01.png") repeat 0 0;
}
.sec_wrap:before {
    content: "";
    content: none;
    position: absolute;
    display: block;
    bottom: 0;
    left: 50%;
    margin-left: -17px;
    z-index: 15;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 17px 0 17px;
    border-color: transparent #fdee21 transparent #fdee21;
}
.sec-ttl {
    text-align: center;
    line-height: 1;
}
.step_wrap {
    display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
    margin: 15px 0 0 0;
}
.step_in {
    position: relative;
    width: 240px;
    text-align: center;
    margin: 0 13px 0 0;
    padding: 20px 20px 15px 20px;
    background: #fff;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    box-sizing: border-box;
}
.step_in:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: -7px;
    margin-top: -8px;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 8px;
    border-color: transparent transparent transparent #fff;
}
.step_in:last-child {
    margin: 0;
}
.step_in:last-child:before {
    content: none;
}
.step-ttl {
    width: 50px;
    height: 19px;
    margin: 0 auto;
}
.step-ttl span {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 19px 0 0 0;
}
.step_in.step1 .step-ttl span {
    background: url("../img/step1_txt.png") no-repeat 0 0;
}
.step_in.step2 .step-ttl span {
    background: url("../img/step2_txt.png") no-repeat 0 0;
}
.step_in.step3 .step-ttl span {
    background: url("../img/step3_txt.png") no-repeat 0 0;
}
.step_in.step4 .step-ttl span {
    background: url("../img/step4_txt.png") no-repeat 0 0;
}
.step-txts {
    font-size: 16px;
    line-height: 1.5;
    margin: 12px 0 49px 0;
}
.step-txts span {
    display: block;
     font-weight: bold;
     color: #c1272d;
     margin: 5px 0 0 0;
}
.step_in.step2 .step-txts {
    margin: 12px 0 34px 0;
}
.step_in.step3 .step-txts {
    margin: 12px 0 23px 0;
}
.step_in.step4 .step-txts {
    margin: 12px 0 23px 0;
}
.step_btn li {
    margin: 0 0 20px 0;
}
.step_btn li:last-child {
    margin: 0;
}
.step_btn li a {
    display: table;
    width: 100%;
    height: 60px;
    font-size: 16px;
    font-weight: bold;
    color: #c1272d;
    border-bottom: 4px solid #ebce17;
    border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: #fcee21 url("../img/arw_red.png") no-repeat center right 7px;
    text-decoration: none;
}
@media (min-width:896px) {
    .step_btn li a:hover {
        color: #fcee21;
        border-bottom: 4px solid #b42220;
        background: #c1272d url("../img/arw_ylw.png") no-repeat center right 7px;
    }
    .step_btn li a.is-ver2 {
        border-bottom: 3px solid #ebce17;
    }
    .step_btn li a.is-ver2:hover {
        border-bottom: 3px solid #b42220;
    }
}
.step_btn li a span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
/**/
.present_wrap {
    position: relative;
    height: 600px;
    padding: 40px 0 40px 0;
    background: #fff;
}
.present_wrap:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 600px;
    top: 0;
    left: 50%;
    margin-left: -50%;
    z-index: 11;
    background: url("../img/present_bg01.png") no-repeat center top / cover;
}
.present_before {
    margin: -40px 0 0 34px;
    position: relative;
}
.present_after {
    margin: -40px 0 0 -34px;
    position: relative;
}
.present_before:before,
.present_after:before {
    content: "";
    content: none;
    position: absolute;
    display: block;
    width: 50%;
    height: 17px;
    background: #fcee21;
    top: -17px;
    z-index: 10;
}
.present_before:before {
    right: 0;
}
.present_after:before {
    left: 0;
}
.present_in {
    position: absolute;
    top: 70px;
    left: 50%;
    margin-left: -552.5px;
    z-index: 12;
}
.present-ttl {
	text-align: center;
}
.present_img {
	text-align: center;
}
/*「IQくんのmyにち」とは？*/
.lpmain_con {
    position: relative;
	padding: 60px 0 0 0;
	margin: 0 0 75px;
    height: 844px;
    background: #fff url("../img/lp_iqmy_bg_img01.jpg?data=20210610") no-repeat top center;
}
.lpmain-ttl {
	text-align: center;
    line-height: 1;
}
.lpmain-tls {
	text-align: center;
    line-height: 1;
    margin: 28px 0 0 0;
}
.lpmain_conimg {
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
}
.lpmain_btn {
    position: absolute;
    bottom: -36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 11;
    width: 404px;
    height: 56px;
	background: #fff;
}
.lpmain_btn a {
    display: block;
    height: 0;
    overflow: hidden;
    padding: 56px 0 0 0;
    background: url("../img/iq_app_btn1n.png") no-repeat 0 0;
}
@media (min-width:896px) {
    .lpmain_btn a:hover {
        opacity: 0.7;
    }
}
/*キャンペーン概要*/
.lpsec_wrap {
	padding: 50px 0 100px 0;
	background: url("../img/section_bg02.png") repeat 0 0;
}
.lp_sec {
    width: 860px;
    margin: 0 auto;
}
.lpsec-ttl {
	text-align: center;
	margin: 0 0 40px 0;
}
.lp_secdl {
    width: 100%;
    margin: 0 0 50px 0;
}
.lp_secdl:last-child {
    margin: 0;
}
.lp_secdl dt {
    position: relative;
    padding: 0 0 0 12px;
	margin: 0 0 10px 0;
    font-size: 16px;
    line-height: 1.2;
    font-weight: bold;
    color: #c1272d;
    box-sizing: border-box;
}
.lp_secdl dt.ver1 {
    margin: 0 0 20px 0;
}
.lp_secdl dt:before {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    background: #c1272d;
}
.lp_secdl dd {
	font-size: 15px;
}
.lp_secdl dd.ver1 {
	padding: 0 170px 0 0;
}
.lottery_img {
    padding: 10px 0 0 0;
}
.lptxt_list {
    margin: 0 0 15px 0;
	padding: 0 0 15px 0;
	border-bottom: 2px solid #929292;
}
.lptxt_list:last-child {
    margin: 0;
	padding: 0;
	border-bottom: none;
}
.lptxt_list li {
    position: relative;
    padding: 0 0 0 1.5em;
}
.lptxt_list.ver2 li {
	padding: 0 0 0 3em;
}
.lptxt_list.ver3 li {
	font-size: 12px;
	line-height: 2;
}
.lptxt_list li span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
}
.lottery_img {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.receipt_wrap {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	margin: 0 0 10px 0;
}
.receipt_left {
	width: 430px;
	padding: 0 60px 0 0;
}
.receipt_right {
	width: 430px;
	padding: 0 0 0 60px;
	border-left: 1px solid #333333;
}
.receipt-txt {
	font-size: 15px;
	line-height: 2;
}
.receipt-txt span {
	display: block;
	font-size: 16px;
	font-weight: bold;
}
.footer_wrap {
	padding: 60px 0 35px 0;
	width: 1000px;
	margin: 0 auto;
}
.footer_ttl {
	width: 320px;
	height: 35px;
	margin: 0 auto 60px auto;
}
.footer-ttl {
	display: block;
	height: 0;
	overflow: hidden;
	padding: 35px 0 0 0;
	background: url("../img/footer-ttl.png") no-repeat 0 0;
}
.dlicn_wrap {
	width: 700px;
	border-bottom: 1px solid #333333;
	padding: 0 0 65px 0;
	margin: 0 auto 50px auto;
}
.dlicn-txt {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    color: #d03e2e;
}
.dlicn-txt.is-ver2 {
    text-align: left;
}
.dlicn-txt.is-ver3 {
    padding: 0 0 0 0;
    font-size: 28px;
    margin: 40px 0 0 0;
}
.dlicn-txt.is-ver3 span {
    display: inline-block;
    padding: 15px 30px;
    background: #d03e2e;
    border-radius: 40px;
    color: #fff;
    line-height: 1;
}
.dl_icn {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 490px;
	margin: 0 auto 20px auto;
}
.dl-icn a {
	display: block;
}
@media (min-width:896px) {
	.dl-icn a:hover {
		opacity: 0.8;
	}
}
.footer_txt {
	width: 700px;
	margin: 0 auto;
	/*padding: 0 30px;*/
	padding: 0 20px;
	box-sizing: border-box;
}
.ft-txt {
	margin: 0 0 15px 0;
}
.ft-txt.is-bd {
	font-weight: bold;
}
.ft-txt a {
	font-size: 18px;
	line-height: 1;
	position: relative;
	padding: 0 0 0 35px;
	text-decoration: none;
}
.ft-txt a:link {
    color: #333;
    text-decoration: none;
}
@media (min-width:896px) {
	.ft-txt a:hover {
		text-decoration: underline;
	}
}
.ft-txt a:before {
	content: "";
	position: absolute;
	display: block;
	width: 23px;
	height: 18px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	background: url("../img/icn_mail.png") no-repeat 0 0;
}
.ft-txt span {
	display: block;
	font-size: 14px;
}
.ft-txt:last-child {
	font-size: 14px;
	margin: 0;
}
.footer_btm {
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 70px 0 0 0;
}
.footer_btm ul li {
	display: inline-block;
	margin: 0 40px 0 0;
}
.footer_btm ul li:last-child {
	margin: 0;
}
.footer_btm ul li a {
	font-size: 14px;
    color: #333;
}
@media (min-width:896px) {
	.footer_btm ul li a:hover {
		text-decoration: none;
	}
}
.ftb-right {
	float: right;
	text-align: right;
}
.footer_bnr {
    margin: 0 0 50px 0;
    text-align: center;
}
.footer_bnr a {
    display: inline-block;
}
@media (min-width:896px) {
    .footer_bnr a:hover {
        opacity: 0.7;
    }
}
.ns-bnr {
    padding: 40px 0 0 0;
}
@media screen and (max-width:768px) {
    .h-logo_img {
		width: 100%;
        padding: 14px 0 9px 0;
		text-align: center;
	}
	.h-logo_img a {
		display: inline-block;
		margin: 0 auto;
	}
	.h-logo_img img {
		height: auto;
		width: 175px;
	}
    .mv_wrap {
        /*padding: 5px 0 15px 0;*/
        padding: 0 0 15px 0;
        background: url("../img/sp/mv_bg01.jpg") no-repeat center top / cover;
    }
    .mv_ttl {
        margin: 0;
        /*padding: 0 2.5px;*/
        padding: 0;
    }
    .mv_ttl img {
        width: 100%;
    }
    .goods_list {
        margin: 0 0 10px 0;
    }
    .goods_list img {
        width: 100%;
    }
    .campaign_txt {
        /*padding: 0 44px;*/
        /*padding: 0 11.8%;*/
        padding: 0 4.4%;
    }
    .campaign_txt img {
        width: 100%;
    }
    .wid_in {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .wid_in.mv {
        padding: 0;
        width: 100%;
    }
    /*応募方法*/
    .sec_wrap {
        /*padding: 25px 0 28px 0;*/
        padding: 25px 0 54px;
        background: url("../img/section_bg01.png") repeat 0 0;
        background-size: 5px auto;
        -ms-background-size: 5px auto;
        -moz-background-size: 5px auto;
        -webkit-background-size: 5px auto;
    }
    .sec_wrap:before {
        content: none;
        margin-left: -14px;
        border-width: 14px 14px 0 14px;
    }
    .sec-ttl {
        line-height: 1;
        font-size: 0;
    }
    .sec-ttl img {
        width: 109px;
    }
    .step_wrap {
        display: block;
        margin: 23px 0 0 0;
    }
    .step_in {
        width: 100%;
        /*margin: 0 0 20px 0;*/
        margin: 0 0 45px;
        padding: 25px 29px;
        border-radius: 5px;
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }
    .step_in.is-ver2 {
        margin: 0;
    }
    .step_in.is-ver2:before {
        content: none;
    }
    .step_in:last-child {
        content: none;
        margin: 20px 0 0 0;
    }
    .step_in:before {
        top: inherit;
        right: inherit;
        margin-top: 0;
        bottom: -12px;
        left: 50%;
        margin-left: -13px;
        border-width: 13px 13px 0 13px;
        border-color: #fff transparent transparent transparent;
    }
    .step-ttl {
        height: 18px;
    }
    .step-ttl span {
        padding: 18px 0 0 0;
    }
    .step_in.step1 .step-ttl span {
        background: url("../img/sp/step1_txt.png") no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .step_in.step2 .step-ttl span {
        background: url("../img/sp/step2_txt.png") no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .step_in.step3 .step-ttl span {
        background: url("../img/sp/step3_txt.png") no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .step_in.step4 .step-ttl span {
        background: url("../img/sp/step4_txt.png") no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .step-txts {
        font-size: 15px;
        line-height: 1.6;
        margin: 15px 0;
    }
    .step-txts span {
        margin: 10px 0 0 0;
    }
    .step_img img {
        width: 100%;
    }
    .step_in.step2 .step-txts,
    .step_in.step3 .step-txts,
    .step_in.step4 .step-txts {
        margin: 15px 0;
    }
    .step_btn li {
        margin: 0 0 15px 0;
    }
    .step_btn li a {
        height: 46px;
        border-bottom: 2px solid #ebce17;
        border-radius: 5px;
        -ms-border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        background: #fcee21 url("../img/sp/arw_red.png") no-repeat center right 10px;
        background-size: 11px auto;
        -ms-background-size: 11px auto;
        -moz-background-size: 11px auto;
        -webkit-background-size: 11px auto;
    }
    .step_btn li a:hover {
        color: #fcee21;
        border-bottom: 2px solid #b42220;
        background: #c1272d url("../img/sp/arw_ylw.png") no-repeat center right 10px;
        background-size: 11px auto;
        -ms-background-size: 11px auto;
        -moz-background-size: 11px auto;
        -webkit-background-size: 11px auto;
    }
    /**/
    .present_wrap {
        height: calc(137vw - 4vw);
        padding: 20px 0 0 0;
        box-sizing: border-box;
    }
    .present_wrap:before {
        height: 137vw;
        top: -4vw;
        background: url("../img/sp/present_bg01_2401.png") no-repeat center center / cover;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .present_before {
        margin: -20px 0 0 27px;
    }
    .present_after {
        margin: -20px 0 0 -27px;
    }
    .present_before:before,
    .present_after:before {
        height: 14px;
        top: -14px;
    }
    .present_in {
        top: 20px;
        margin-left: -50%;
    }
    .present-ttl {
        /*width: 81.87vw;*/
        margin: 0 auto;
        line-height: 1;
        margin: 0 0 1.3vw;
    }
    .present-ttl img {
    	width: 100%;
        height: auto;
    }
    /*
    .present_img {
        margin: 0 -15px;
    }
    */
    .present_img img {
    	width: 100%;
    }
    /*「IQくんのmyにち」とは？*/
    .lpmain_con {
    	padding: 40px 0 32px;
    	margin: 0 0 /*0px*/;
        height: auto/*153vw*/;
        background: #fff url("../img/sp/lp_iqmy_bg_img01n2.png") no-repeat top center;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    .lpmain-ttl img {
        width: 342px;
    }
    .lpmain-tls {
        margin: 11px 0 0 0;
    }
    .lpmain_conimg {
        top: 120px;
    }
    .lpmain_conspimg {
        padding: 6vw 0 9.8vw;
        text-align: center;
    }
    .lpmain_conspimg img {
        width: 100%;
        height: auto;
    }
    .lpmain_btn {
        position: relative;
        bottom: auto;
        left: auto;
        width: 345px;
        height: 50px;
        transform: none;
        margin: 0 auto;
    }
    .lpmain_btn a {
        padding: 50px 0 0 0;
        background: url("../img/sp/iq_app_btn1n.png") no-repeat 0 0;
        background-size: 100% auto;
        -ms-background-size: 100% auto;
        -moz-background-size: 100% auto;
        -webkit-background-size: 100% auto;
    }
    /*キャンペーン概要*/
    .lpsec_wrap {
    	padding: 40px 15px 50px 15px;
    	background: url("../img/section_bg02.png") repeat 0 0;
        background-size: 5px auto;
        -ms-background-size: 5px auto;
        -moz-background-size: 5px auto;
        -webkit-background-size: 5px auto;
    }
    .lp_sec {
        width: 100%;
    }
    .lpsec-ttl {
        margin: 0 0 30px 0;
    }
    .lpsec-ttl img {
        width: 186px;
    }
    .lp_secdl {
        width: 100%;
        margin: 0 0 45px 0;
    }
    .lp_secdl dt {
        padding: 0 0 0 11px;
    	margin: 0 0 10px 0;
    }
    .lp_secdl dt.ver2 {
        margin: 0 0 15px 0;
    }
    .lp_secdl dd.ver1 {
    	padding: 0;
    }
    .lp_secdl dd span.note {
        font-size: 12px;
    }
    .lptxt_list {
        margin: 0 0 20px 0;
    	padding: 0 0 20px 0;
    	border-bottom: 1px solid #929292;
    }
    .lptxt_list.ver2 li {
        padding: 0 0 0 2.6em;
    }
    .lottery_img {
    	display: block;
    }
    .lottery_img img {
        width: 100%;
    }
    .receipt_wrap {
    	display: block;
        padding: 0 0 20px 0;
    	margin: 0 0 20px 0;
        border-bottom: 1px solid #929292;
    }
    .receipt_left {
    	width: 100%;
        padding: 0 0 20px 0;
    	margin: 0 0 20px 0;
        border-bottom: 1px solid #929292;
    }
    .receipt_right {
    	width: 100%;
    	padding: 0;
    	border-left: none;
    }
    .receipt-txt span {
        line-height: 1.6;
    }
    .footer_wrap {
		/*padding: 50px 15px 30px 15px;*/
		padding: 50px 15px 0 15px;
		width: 100%;
		box-sizing: border-box;
	}
	.footer_wrap:before {
		width: 193px;
		height: 105px;
		left: 0;
		background: #fff url("../img/sp/footer_bg.png") no-repeat 0 0;
		background-size: 100% auto;
		-ms-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-webkit-background-size: 100% auto;
	}
	.footer_ttl {
		width: 223px;
		height: 25px;
		margin: 0 auto 35px auto;
	}
	.footer-ttl {
		padding: 25px 0 0 0;
		background: url("../img/footer-ttl.png") no-repeat 0 0;
		background-size: 100% auto;
		-ms-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-webkit-background-size: 100% auto;
	}
	.dlicn_wrap {
		width: 100%;
		padding: 0 0 50px 0;
		margin: 0 0 50px 0;
	}
	.dl_icn {
		width: 100%;
		max-width: 345px;
	}
	.footer_txt {
		width: 100%;
		padding: 0;
	}
	.ft-txt {
		margin: 0 0 20px 0;
	}
    .ft-txt:last-child {
        line-height: 2;
        font-size: 12px
    }
	.ft-txt a:before {
		width: 26px;
		height: 20px;
		background: url("../img/sp/icn_mail.png") no-repeat 0 0;
		background-size: 100% auto;
		-ms-background-size: 100% auto;
		-moz-background-size: 100% auto;
		-webkit-background-size: 100% auto;
	}
    .ft-txt span {
    	margin: 5px 0 0 0;
    }
	.footer_btm {
        display: block;
		margin: 30px 0 0 0;
	}
	.footer_btm ul {
		float: none;
		display:-webkit-box;
	  	display:-ms-flexbox;
	  	display:flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
        margin: 0 0 10px 0;
	}
	.footer_btm ul li a {
		float: none;
		font-size: 12px;
	}
	.ftb-right {
		float: none;
		text-align: center;
	}
	.dl-icn.ver1 img {
		width: 147px;
	}
	.dl-icn.ver2 img {
		width: 183px;
	}
    .dlicn-txt {
        text-align: center;
        font-weight: bold;
        font-size: 20px;
        color: #d03e2e;
        line-height: 1.6;
    }
    .dlicn-txt.is-ver2 {
        text-align: left;
    }
    .dlicn-txt.is-ver3 {
        font-size: 20px;
        margin: 40px 10px 0 10px;
    }
    .dlicn-txt.is-ver3 span {
        display: block;
        padding: 10px 10px;
        line-height: 1.2;
    }
    .footer_bnr {
        margin: 0 -15px 30px -15px;
    }
    .ns-bnr {
        position: relative;
        padding: 24px 0 0 0;
    }
}
@media screen and (max-width:400px) {
}
@media screen and (max-width:374px) {
    .lpmain_btn {
        width: 280px;
        height: 40px;
    }
    .lpmain_btn a {
        padding: 40px 0 0 0;
    }
    .dl-icn.ver1 img {
		width: 122px;
	}
	.dl-icn.ver2 img {
		width: 154px;
	}
    .dlicn-txt.is-ver3 {
        font-size: 18px;
    }
    .lpmain-ttl img {
        width: 280px;
    }
    .present_in {
        top: 27px;
    }
}
@media screen and (max-width:320px) {
}
