@charset "UTF-8";
/* CSS Document */

img { -ms-interpolation-mode: bicubic !important; max-width: 100%; }

.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.txtLink {
    text-decoration: underline;
}
.txtLink:hover {
    text-decoration: none;
}

.mobile {
	display:none;
}

.pc {
	display:block;
}

.tablet {
	display:none;
}

.inner {
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}

.mini-inner {
	max-width: 940px;
	width: 100%;
	margin: 0 auto !important;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.alignC {
	text-align: center;
}

.lp_contents {
    width: 100%;
    max-width: 1374px;
    margin: 0 auto;
}

.lp_contents .sec01 .box1_wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.matsui-video {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 65px !important;
}

.lp_contents .lp_article .img_tit .img_tit_s {
  position: relative;
  width: 100%;
  left: auto;
  margin-left: 0;
}

.lp_contents .lp_article .itv_txt_link {
  width: 100%;
  margin: 0 auto 0;
}




@media only screen and (max-width: 768px) {
    
    .pc {
        display: none;
    }
    
    .mobile {
        display: block;
    }
	
	.inner, .mini-inner {
		padding: 0 2% !important;
	}

    .matsui-video {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 65px !important;
    }
    
    .matsui-video li {
        width: 48%;
    }
    
    .matsui-video li:last-child {
        margin-top: 15px;
    }

    .lp_contents .lp_article .img_tit .img_tit_s {
      position: relative;
      width: 100%;
      left: auto;
      margin-left: 0;
    }

    .lp_contents .lp_article .itv_txt_link {
      width: 100%;
      margin: 0 auto 0;
    }
    
	
	
	
/***メディアクエリここまで***/}





@media only screen and (max-width: 640px) {
	
	#campaign-wrapper dl, #campaign-wrapper ol, #campaign-wrapper ul {
		font-size: 12px;
	}

	.fs-outer .inner {
		box-sizing: border-box;
	}
	
	.section-search .cont-shop-search .body ul li {
		text-indent: 0 !important;
	}
	
	
	.mobile {
		display:block;
	}

	.pc {
		display:none;
	}

	
/***メディアクエリここまで***/}