@charset "utf-8";
/*-------------------
   clearfix
-------------------*/
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
/*-------------------
   common
-------------------*/
.wrapper {
	font: 1.0em/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-feature-settings: "palt";
	letter-spacing: .1em;
	padding: 0 0 40px;
	position: relative;
}
.wrapper * {
	box-sizing: border-box;
}
.wrapper a {
	color: inherit;
	display: block;
}
.wrapper img {
	height: auto;
	width: 100%;
}

#container .flex {
    align-items: flex-start;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
/*ブレイクポイントのルール*/
/* -スマホ基本設計 解像度に依存しない-
 *350pxまで：SP縦 i5 SE
 *350px〜480px：SP縦 i6-8　****一番重要****
 *480px〜960px：SP横からタブレット
 *960px〜小型PC　大型PC
 
 /*  全体指定 スマホ縦 i5 i5SE　350pxまで  */
 
 
/* ボタンデザイン自由に変えてください  */
#container .buy_btn {
	background: #9dd53a;
	background: -moz-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%);
	background: -webkit-linear-gradient(top, #9dd53a 0%, #7cbc0a 100%);
	background: linear-gradient(to bottom, #9dd53a 0%, #7cbc0a 100%);
	border: #99b61e 1px solid;
	border-radius: 5px;
	color: #fff;
	display: block;
	font: bold 1.2rem/2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	position: relative;
	margin: 10px auto 0;
	text-align: center;
	width: 100%;
}
#container .buy_btn a {
	font-weight:bold;
	color: #fff;
	display: block;
	text-decoration: none;
}
#container .buy_btn a::before {
	border: solid 5px transparent;
	border-left: solid 7px #fff;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
	top: -1px;
}
#container .buy_btn:hover {
	filter: alpha(opacity=90);
	opacity: 0.7;
	transition: all ease-in 0.4s;
}
/*-- 画面外にいる状態 --*/
.fadein {
	opacity : 0;
	transform : translate(0, 30px);
	transition: ease-in 400ms;
}
/*-- 画面内に入った状態 --*/
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}

/*-------------------
   mainvisual
-------------------*/
#container .mainvisual,
#container .sec5{
	background: url(/contents/shop/sevenbeauty/img/freepage/wl-lashprimer/mainvisual-bg-sp.jpg) no-repeat;
	background-color: #eef3ec;
	background-size: 100%;
	margin: 0;
	padding: 5% 5% 8%;
}
#container .mainvisual .head-catch,
#container .sec5 .head-catch{
	color: #FFF;
	font: bold 1.1rem/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0;
	text-align: center;
	text-shadow: -1px -1px 5px #e37602, 1px 1px 5px #e37602, 0px 0px 10px #e37602, -2px -2px 3px #e37602, 2px 2px 3px #e37602, 0px 0px 5px #e37602, 0px 0px 5px #e37602, 0px 0px 8px #e37602, 0px 0px 10px #e37602;
	webkit-text-shadow: -1px -1px 5px #e37602, 1px 1px 5px #e37602, 0px 0px 10px #e37602, -2px -2px 3px #e37602, 2px 2px 3px #e37602, 0px 0px 5px #e37602, 0px 0px 5px #e37602, 0px 0px 8px #e37602, 0px 0px 10px #e37602;
}
#container .mainvisual .headtitle,
#container .sec5 .headtitle{
	color: #FFF;
	font: bold 2.8rem/1.2 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	margin: 3% 0;
	text-align: center;
	text-shadow: -1px -1px 5px #e37602, 1px 1px 5px #e37602, 0px 0px 10px #e37602, -2px -2px 3px #e37602, 2px 2px 3px #e37602, 0px 0px 5px #e37602, 0px 0px 5px #e37602, 0px 0px 8px #e37602, 0px 0px 10px #e37602;
	webkit-text-shadow: -1px -1px 5px #e37602, 1px 1px 5px #e37602, 0px 0px 10px #e37602, -2px -2px 3px #e37602, 2px 2px 3px #e37602, 0px 0px 5px #e37602, 0px 0px 5px #e37602, 0px 0px 8px #e37602, 0px 0px 10px #e37602;
}
#container .mainvisual .headtitle span,
#container .sec5 .headtitle span{
	display: block;
}
#container .mainvisual .title-desc{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 73% 0 3%;
}
#container .mainvisual .item-name,
#container .sec5 .item-name{
	color: #000;
	font: bold 1rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	letter-spacing:-0.05rem;
    text-align: center;
}

/*-------------------
   section共通
-------------------*/
#container section{
	margin: 10% 0 0;
}
#container .sec-title{
	background: #fedbb5;
	color: #000;
	font: bold 1.5rem/1.1 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	letter-spacing:-0.1rem;
	margin: 0 0 8%;
	padding: 3% 0;
	position: relative;
	text-align: center;
}
#container .sec-title span{
	display: block;
	font-size: 1.5rem;
	letter-spacing:-0.05rem;
}
#container .sec-title:after{
	position: absolute;
	content: '';
	top: 100%;
	left: 43%;
	border: 30px solid transparent;
	border-top: 20px solid #fedbb5;
	width: 0;
	height: 0;
}

/*-------------------
   section1
-------------------*/
#container .sec1{
	margin: 0;
}
#container .sec1 .sec1-desc-txt{
	margin: 0 auto;
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	width: 90%;
}
#container .sec1 .purpose-wrap{
	margin: 0 auto;
	width: 90%;
}
#container .sec1 .purpose-wrap dl{
	margin: 5% 0 0;
	width: 100%;
}
#container .sec1 .purpose-wrap dt{
	background: #e1e1e1;
	font: bold 1.1rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 0 0 3%;
	padding: 3%;
	text-align: center;
}
#container .sec1 .purpose-wrap dt.available{
	background: #e37602;
	color: #FFF;
}
#container .sec1 .purpose-wrap dd{
	margin: 0;
}
#container .sec1 .purpose-wrap dd img{
	display: block;
	margin: 0 auto;
	width: 100%;
}

/*-------------------
   section2
-------------------*/
#container .sec2 .goodpoint-wrap{
	margin: 0 auto;
	width: 90%;
}
#container .sec2 .goodpoint-wrap dl{
	margin: 0 0 5%;
	width: 100%;
}
#container .sec2 .goodpoint-wrap dt{
	font: bold 1rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	letter-spacing:-0.05rem;
	margin: 0 0 3%;
	text-align: center;
}
#container .sec2 .goodpoint-wrap dt em{
	color: #e37602;
	font-size: 1.3rem;
	font-weight: bold;
}
#container .sec2 .check-wrap{
	border: dashed 3px #d9d9d9;
	border-radius: 10px;
	margin: 3% auto 0;
	padding: 3%;
	width: 90%;
}
#container .sec2 .check-wrap .check-title{
	font: bold 1.1rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	letter-spacing:-0.05rem;
	margin: 0;
	text-align: center;
}
#container .sec2 .check-wrap .check-title:before{
	background: #f6dae9;
	color: #ba2372;
	content: "CHECK!";
	display: block;
	font-size: 1rem;
	margin: 0 auto 3%;
	padding: 1%;
	text-align: center;
	width: 40%;
}
#container .sec2 .check-wrap .check-desc-txt{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	letter-spacing:-0.05rem;
    margin: 3% 0;
}
#container .sec2 .check-wrap .check-desc-txt .pc-only{
	display: none;
}
#container .sec2 .check-wrap .sp-difference-pht{
	display: block;
	margin: 0 auto;
	width: 100%;
}
#container .sec2 .check-wrap .pc-difference-pht{
	display: none;
}

/*-------------------
   section3
-------------------*/
#container .sec3 .howtouse-pht{
	margin: 0 auto;
	width: 90%;
}
#container .sec3 .howtouse-pht img{
	display: block;
	margin: 0 0 3%;
	width: 100%;
}
#container .sec3 .howtouse-list li,
#container .sec3 .attention-list li{
	font: 0.9rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	letter-spacing:-0.05rem;
    margin: 0 auto 3%;
    width: 90%;
}
#container .sec3 .howtouse-list li:before,
#container .sec3 .attention-list li:before{
	content: "・";
}
#container .sec3 .attention-list .color-red{
	color: #F00;
}
#container .sec3 .attention-title{
	border-bottom: solid 1px #000;
	font: bold 1.5rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	letter-spacing:-0.05rem;
    margin: 5% 0;
    padding: 0 0 1%;
    text-align: center;
}
#container .sec3 .keep-title{
	color: #000;
	font: bold 1.1rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	letter-spacing:-0.05rem;
    margin: 8% auto 2%;
}
#container .sec3 .nogood-wrap{
	margin: 5% auto 0;
	width: 92%;
}
#container .sec3 .nogood-wrap dl{
	margin: 0 1% 3%;
	width: 48%;
}
#container .sec3 .nogood-wrap dt{
	margin: 0 0 5%;
}
#container .sec3 .nogood-wrap dt img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
#container .sec3 .nogood-wrap dd{
	font: 0.9rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	letter-spacing:-0.05rem;
    margin: 0;
    text-align: center;
}

/*-------------------
   section4
-------------------*/
#container .sec4 .voice-title{
	border-top: solid 1px #000;
	border-bottom: solid 1px #000;
	font: bold 1.6rem/1.1 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	letter-spacing:-0.05rem;
	margin: 0;
	padding: 3%;
	text-align: center;
}
#container .sec4 .voice-title span{
	color: #e37602;
	display: block;
	font-size: 1.8rem;
}
#container .sec4 .voice-wrap{
	background: url(/contents/shop/sevenbeauty/img/freepage/wl-lashprimer/sp-voice-bg.jpg) no-repeat;
	background-position: left bottom;
	background-size: 100%;
	padding: 0 5% 5%;
}
#container .sec4 .voice-wrap li{
	margin: 8% 0 0;
}
#container .sec4 .voice-wrap li .monitor-pht{
	margin: 0 3% 0 0;
	width: 37%;
}
#container .sec4 .voice-wrap li .monitor-txt{
	margin: 0;
	width: 60%;
}
#container .sec4 .voice-wrap li .monitor-txt dt{
	border-bottom: solid 1px #e37602;
	font: 1rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	letter-spacing:-0.05rem;
	margin: 0 0 5%;
	padding: 0 0 1%;
}
#container .sec4 .voice-wrap li .monitor-txt dt span{
	font-weight: bold;
}
#container .sec4 .voice-wrap li .monitor-txt dt em{
	font-size: 1.2rem;
	font-weight: bold;
}
#container .sec4 .voice-wrap li .monitor-txt dd{
	font: 0.9rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 0;
}

/*-------------------
   section5
-------------------*/
#container .sec5 .item-name{
	margin: 73% 0 0;
}
#container .sec5 .item-number{
	font: 1rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 0 0 3%;
}
#container .sec5 .item-number:before{
	background: #666;
	color: #FFF;
	content: "商品番号";
	font-size: 0.8rem;
	letter-spacing:-0.05rem;
	margin: 0 2% 0 0;
	padding: 1% 2%;
	text-align: center;
}
#container .sec5 .item-price{
	color: #c1331f !important;
	font: bold 1.2rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	letter-spacing:-0.05rem;
	text-align: left;
}

@media screen and (min-width:350px) and ( max-width:480px) {
/*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual .head-catch,
#container .sec5 .head-catch{
	font-size: 1.3rem;
}
#container .mainvisual .headtitle,
#container .sec5 .headtitle{
	font-size: 3rem;
}
}

 @media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
#container  {
	margin:0 auto;
	max-width:940px;
}
#container .buy_btn {
	font: bold 2rem/2.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 20px auto 0;
}
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual,
#container .sec5{
	padding: 5%;
}
#container .mainvisual .head-catch,
#container .sec5 .head-catch{
	font-size: 2.4rem;
}
#container .mainvisual .headtitle,
#container .sec5 .headtitle{
	font-size: 5.5rem;
}
#container .mainvisual .title-desc{
	font-size: 1.4rem;
    margin: 82% 0 3%;
}
#container .mainvisual .item-name,
#container .sec5 .item-name{
	font-size: 1.8rem;
}

/*-------------------
   section共通
-------------------*/
#container section{
	margin: 8% 0 0;
}
#container .sec-title{
	font-size: 3.2rem;
	margin: 0 0 7%;
}
#container .sec-title span{
	font-size: 2.5rem;
}
#container .sec-title:after{
	border: 60px solid transparent;
	border-top: 40px solid #fedbb5;
}

/*-------------------
   section1
-------------------*/
#container .sec1 .sec1-desc-txt{
	font-size: 1.4rem;
}
#container .sec1 .purpose-wrap dt{
	font-size: 1.8rem;
	margin: 0 0 2%;
	padding: 2%;
}

/*-------------------
   section2
-------------------*/
#container .sec2 .goodpoint-wrap dt{
	font-size: 1.8rem;
	margin: 0 0 2%;
}
#container .sec2 .goodpoint-wrap dt em{
	font-size: 2.2rem;
}
#container .sec2 .check-wrap .check-title{
	font-size: 2.2rem;
}
#container .sec2 .check-wrap .check-title:before{
	font-size: 1.8rem;
	margin: 0 auto 2%;
	width: 20%;
}
#container .sec2 .check-wrap .check-desc-txt{
	font-size: 1.4rem;
}

/*-------------------
   section3
-------------------*/
#container .sec3 .howtouse-list li,
#container .sec3 .attention-list li{
	font-size: 1.4rem;
	margin: 0 auto 2%;
}
#container .sec3 .attention-title{
	font-size: 2.2rem;
    margin: 5% 0 3%;
}
#container .sec3 .keep-title{
	font-size: 1.8rem;
    margin: 5% auto 1%;
}
#container .sec3 .nogood-wrap dt{
	margin: 0 0 3%;
}
#container .sec3 .nogood-wrap dd{
	font-size: 1.4rem;
}

/*-------------------
   section4
-------------------*/
#container .sec4 .voice-title{
	font-size: 3.2rem;
}
#container .sec4 .voice-title span{
	font-size: 2.5rem;
}
#container .sec4 .voice-wrap li{
	margin: 5% 0 0;
}
#container .sec4 .voice-wrap li .monitor-pht{
	width: 25%;
}
#container .sec4 .voice-wrap li .monitor-txt{
	width: 72%;
}
#container .sec4 .voice-wrap li .monitor-txt dt{
	font-size: 1.6rem;
	margin: 0 0 3%;
}
#container .sec4 .voice-wrap li .monitor-txt dt em{
	font-size: 2.2rem;
}
#container .sec4 .voice-wrap li .monitor-txt dd{
	font-size: 1.4rem;
	line-height: 2.4rem;
}

/*-------------------
   section5
-------------------*/
#container .sec5 .item-name{
	margin: 80% 0 0;
}
#container .sec5 .item-number{
	font-size: 1.6rem;
    margin: 1% 0 3%;
}
#container .sec5 .item-number:before{
	font-size: 1.2rem;
	margin: 0 1% 0 0;
}
#container .sec5 .item-price{
	font-size: 2.2rem;
}
}

@media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container  {
	margin:0 auto;
	max-width:1040px;
}
#container .wrapper{
	padding: 0;
}
#container .buy_btn{
	font-size: 1.3rem;
}
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual,
#container .sec5{
	background: url(/contents/shop/sevenbeauty/img/freepage/wl-lashprimer/pc-top.jpg) no-repeat;
	height: 510px;
	margin: 0;
	padding: 3%;
	position: relative;
}
#container .mainvisual .head-catch,
#container .sec5 .head-catch{
	font-size: 1.5rem;
	margin: 0 0 0.5%;
	text-align: left;
}
#container .mainvisual .head-catch .sp-only,
#container .sec5 .head-catch .sp-only{
	display: none;
}
#container .mainvisual .headtitle,
#container .sec5 .headtitle{
	font-size: 4rem;
	margin: 0;
	text-align: left;
}
#container .mainvisual .headtitle span,
#container .sec5 .headtitle span{
	display: inline-block;
	font-size: 4.5rem;
	margin: -4px 0 0;
	vertical-align: top;
}
#container .mainvisual img,
#container .sec5 img{
	margin: 1% 0 0;
	width: 515px;
}
#container .mainvisual .title-desc{
	background: rgba(255,255,255,0.7);
	border-radius: 10px;
	font-size: 0.9rem;
    margin: 3% 0 2%;
    padding: 2%;
    width: 65%;
}
#container .mainvisual .item-name,
#container .sec5 .item-name{
	font-size: 1rem;
	letter-spacing: -0.5px;
    text-align: left;
}
#container .mainvisual .buy_btn{
	position: absolute;
	top: 83%;
	left: 38%;
	width: 28%;
}

/*-------------------
   section共通
-------------------*/
#container section{
	margin: 8% 0 0;
}
#container .sec-title{
	font-size: 2.5rem;
	margin: 0 0 4%;
	padding: 2% 0;
}
#container .sec-title span{
	font-size: 2rem;
	line-height: 2.6rem;
}
#container .sec-title span .sp-only{
	display: none;
}
#container .sec-title:after{
	left: 45%;
	border: 60px solid transparent;
	border-top: 30px solid #fedbb5;
}

/*-------------------
   section1
-------------------*/
#container .sec1 .sec1-desc-txt{
	font-size: 0.9rem;
}
#container .sec1 .purpose-wrap dl{
	margin: 3% 1% 0;
	width: 48%;
}
#container .sec1 .purpose-wrap dt{
	font-size: 1.2rem;
	padding: 2%;
}

/*-------------------
   section2
-------------------*/
#container .sec2 .goodpoint-wrap{
	width: 95%;
}
#container .sec2 .goodpoint-wrap dl{
	margin: 2% 1% 0;
	width: 48%;
}
#container .sec2 .goodpoint-wrap dt{
	font-size: 1rem;
}
#container .sec2 .goodpoint-wrap dt em{
	font-size: 1.2rem;
}
#container .sec2 .check-wrap{
	background: url(/contents/shop/sevenbeauty/img/freepage/wl-lashprimer/check-bg.jpg) no-repeat;
	border: none;
	height: 300px;
}
#container .sec2 .check-wrap .check-title{
	font-size: 1.8rem;
	margin: 1% 0 0;
}
#container .sec2 .check-wrap .check-title:before{
	display: none;
}
#container .sec2 .check-wrap .check-desc-txt{
	font-size: 0.9rem;
    margin: 1% 0;
    text-align: center;
}
#container .sec2 .check-wrap .check-desc-txt .pc-only{
	display: inline-block;
}
#container .sec2 .check-wrap .sp-difference-pht{
	display: none;
}
#container .sec2 .check-wrap .pc-difference-pht{
	display: block;
	margin: 2% auto 0;
	width: 95%;
}

/*-------------------
   section3
-------------------*/
#container .sec3 .howtouse-pht img{
	display: block;
	margin: 2% 1%;
	width: 48%;
}
#container .sec3 .howtouse-list li,
#container .sec3 .attention-list li{
	font-size: 0.9rem;
    margin: 0 auto 1%;
}
#container .sec3 .attention-title{
    margin: 5% auto 2%;
    padding: 0 0 1%;
    width: 90%;
}
#container .sec3 .keep-title{
    margin: 3% auto 1%;
}
#container .sec3 .nogood-wrap dl{
	margin: 0 1% 3%;
	width: 23%;
}
#container .sec3 .nogood-wrap dt{
	margin: 0 0 5%;
}
#container .sec3 .nogood-wrap dd{
	font-size: 0.9rem;
}

/*-------------------
   section4
-------------------*/
#container .sec4 .voice-title{
	font-size: 2.5rem;
	padding: 2%;
}
#container .sec4 .voice-title span{
	font-size: 2rem;
}
#container .sec4 .voice-wrap{
	background: url(/contents/shop/sevenbeauty/img/freepage/wl-lashprimer/voice-bg.jpg) no-repeat;
	background-position: left bottom;
	padding: 0 3% 3%;
}
#container .sec4 .voice-wrap li{
	margin: 3% 1% 0;
	width: 48%;
}
#container .sec4 .voice-wrap li .monitor-pht{
	margin: 0 3% 0 0;
	width: 30%;
}
#container .sec4 .voice-wrap li .monitor-txt{
	margin: 0;
	width: 67%;
}
#container .sec4 .voice-wrap li .monitor-txt dt{
	font-size: 0.9rem;;
}
#container .sec4 .voice-wrap li .monitor-txt dt em{
	font-size: 1.3rem;
}
#container .sec4 .voice-wrap li .monitor-txt dd{
	font-size: 0.9rem;
}

/*-------------------
   section5
-------------------*/
#container .sec5{
	background: url(/contents/shop/sevenbeauty/img/freepage/wl-lashprimer/buy-bg.jpg) no-repeat;
	height: 365px;
	position: relative;
}
#container .sec5 .item-name{
	font-size: 1.1rem;
	margin: 2% 0 0;
}
#container .sec5 .item-name .sp-only{
	display: none;
}
#container .sec5 .item-number{
	font-size: 1rem;
    margin: 3% 0;
}
#container .sec5 .item-number:before{
	font-size: 0.8rem;
	margin: 0 1% 0 0;
	padding: 0.5% 1%;
}
#container .sec5 .item-price{
	font-size: 1.5rem;
	position: absolute;
	top: 82%;
	left: 18%;
}
#container .sec5 .buy_btn{
	position: absolute;
	top: 75%;
	left: 44%;
	width: 24%;

}
}
/*-------------------
   footer
-------------------*/
#container .page-top {
	display: block;
	margin: 40px auto;
	text-align: center;
	width: 82px;
}