@charset "utf-8";
@import url('https://fonts.googleapis.com/earlyaccess/hannari.css');
/*-------------------
   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 20px;
	position: relative;
}
.wrapper * {
	box-sizing: border-box;
}
.wrapper a {
	color: inherit;
	display: block;
}
.wrapper img {
	height: auto;
	max-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: #d66391;
	border-radius: 1.5em;
	color: #fff;
	display: block;
	font: normal 1.1rem/2.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	position: relative;
	margin: 20px auto;
	text-align: center;
	width: 60%;
}
#container .buy_btn a {
	color: #fff;
	display: block;
	text-decoration: none;
}
#container .buy_btn a::after {
	border: solid 6px transparent;
	border-left: solid 4px #fff;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
	top: 2px;
	left:8px;
}
#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);
}
#container section {
	margin: 0 auto;
	padding: 0 10px;
}

[data-ruby] {
    position: relative;
}
[data-ruby]::before {
    content: attr(data-ruby);
    position: absolute;
    top: -0.8em;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 1em;
    color:#d66391;
}
/*-------------------
   mainvisual
-------------------*/

.mainvisual{
	background-image:url(/contents/shop/sevenbeauty/img/freepage/deepskin/scriber-hd_sp.jpg);
	background-repeat:no-repeat;
	background-size:100%;
	padding:28% 0 0;
}
.headtitle{
	font: bold 3rem/.9 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#81a8e3;
	text-align:center;
	margin:0 auto 0;
	text-shadow:0px 0px 2px #fff,1px 1px 5px #fff;
	letter-spacing:0;
}
#container .headtitle em{
	font-size:0.7em;
	font-weight: bold;
}

.headtitle em:before{
	content:"\A";
	white-space:pre;
}

.buy-info{
	text-align:center;
	font: normal .9rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
color:#666;
}
.cordless{
	font: normal .8rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#7078b5;
	border:1px solid;
	padding: 1px;
	letter-spacing:0;
}

.cordless:after{
	content:"\A";
	white-space:pre;
}
.buy-info .price{
    color: #e23f61;
    font: bold 1.2rem/1.1 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    letter-spacing: 0;
    margin: 10px;
    display: inline-block;
    width: 35%;
}
#container .buy-info .price em{
	font-size:1.5em;
	margin-right:-0.2em;
	font-weight:bold;
}

/*-------------------
   section 1
-------------------*/
.sec1{
	border-top:2px solid #81b3c8;
	border-bottom:2px solid #81b3c8;
}
.sec1 ul{
	display:flex;
	flex-flow:wrap;
	margin-bottom:10px;
}
.sec1 ul li{
	font: normal 1.1rem/2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#81b3c8;
}

#container .sec1 a{
	display:inline-block;
	width:50%;
} 

.sec1 ul li:before{
	content:url(/contents/shop/sevenbeauty/img/freepage/deepskin/scriber-hd_a.png);
	position:relative;
	top:8px;
	margin-right:3px;
}

/*-------------------
   section 2
-------------------*/

.sec2,.sec7{
	background-image:url(/contents/shop/sevenbeauty/img/freepage/deepskin/scriber_01.png);
	background-size:100%;
}
#container h2{
	font: normal 1.6rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#656b6e;
	position:relative;
	margin:0;
	letter-spacing:0;
	text-align:center;
	padding-top:20px;
}
#container .sec2 h2{
	text-align:center;
}

.sec2 h2 .naname{
	font-size:0.8em;
	position:absolute;
	display:inline;
	top:0.8em;
	left:0;
	transform: rotate( -10deg );
	text-align:left;
}

#container h2 .marker{
	font: bold 2.2rem/1.8 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
background: linear-gradient(transparent 50%, #edfe79 50%);
}


#container .sec2 h2 .marker:after,
#container .sec3 h2 .marker:after{
	content:"\A";
	white-space:pre;
} 

.sec2 ul{
	display:flex;
	flex-flow:wrap;
	margin:1em 0 0;
}
.sec2  .trouble-check li{
	font: bold 1.4em/1.8 "Hannari","Hiragino Mincho ProN", "HG明朝B";
	width:90%;
	position:relative;
	color:#656b6e;
	letter-spacing:0;
	margin-left:1em;
}
.sec2 .trouble-check li:before{
	content:"□";
	color:#656b6e;
	margin-right:3px;
}
.sec2 .trouble-check li:after{
	font: bold .8em/1.8 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	content:"レ";
	color:#da0000;
	position:absolute;
	left:5px;
	top:0.5em;
	transform: rotate( -18deg );

}
.sec2  .trouble-face li{
	font: bold 1.3em/1 "Hannari","Hiragino Mincho ProN", "HG明朝B";
	width:50%;
	position:relative;
	letter-spacing:0;
	text-align:center;
	padding-bottom:1.2em;
}

/*-------------------
   section 3
-------------------*/
#container .sec3 {
	background-image:url(/contents/shop/sevenbeauty/img/freepage/deepskin/scriber_10.jpg);
	background-size:100%;
}
#container .sec3 h2{
    font: normal 1.3rem/1.1 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    color: #656b6e;
    margin: 0;
    letter-spacing: 0;
    padding: 20px 0;
}

#container .sec3 ul{
	display:flex;
	flex-flow:wrap;
	justify-content: space-between;
	margin:0 auto;
}
#container .sec3 li{
	width:88%;
	margin:0 6%;
	background-color:#fff;
	margin-bottom:1em;
	padding:12px 10px;
	text-align:center;
	font: normal 1.2rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	border-radius:5px;
}
#container .sec3 li span{
	color:#d66391;
}

/*-------------------
   section 4
-------------------*/
#container .sec4 {
	background-image:url(/contents/shop/sevenbeauty/img/freepage/deepskin/scriber_11.jpg);
	background-size:100%;
	background-repeat:no-repeat;
	background-color:#daf7fd;
	padding-bottom:2px;
}
#container .sec4 h2{
	font: normal 1.3rem/1.3 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-align:center;
	padding:0em 0 20%;
	color:#d66391;
	text-shadow:0px 0px 2px #fff,1px 1px 3px #fff;
}

#container .sec4 h3{
	font: bold 1.8rem/1.05 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#81a8e3;
	text-align:center;
	margin:0 auto 5px;
	text-shadow:0px 0px 2px #fff,1px 1px 5px #fff;
	letter-spacing:0
}

#container .sec4 h3 em{
	font-size:0.8em;
}
#container .sec4 h3 em:before{
	content:"\A　　　";
	white-space:pre;
}
.desc4_1{
	 font: bold 1.5em/1.2 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	 color:#7676ca;
	 text-shadow:0px 0px 1px #fff,0px 0px 3px #fff,1px 1px 5px #fff;
}
.desc4_1 .size1{
	font-size:.9em

}
.desc4_1 .size1:after{
	content:"\A";
	white-space:pre;
}
#container .sec4 .buy_btn,
#container .sec10 .buy_btn {
margin: 25px auto;
    width: 94%;
}
/*-------------------
   section 5
-------------------*/
#container .sec5 {
	background-image:url(/contents/shop/sevenbeauty/img/freepage/deepskin/scriber_12.jpg);
	background-size:110%;
	background-repeat:no-repeat;
	background-position:right;
	padding:5px 38% 5px 5%;
	background-color:#daf7fd;
}

#container .sec5 h2{
	font: normal 1.2rem/1.3 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
margin-bottom:1em;
}
#container .sec5 h2 .marker{
	font: bold 2rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#container .desc-left,
#container .sec9 dd{
	font-size:1.0rem;
    line-height: 1.4;
    text-align:left;
    margin:.6em 0 1em;
}
#container .desc-center{
	font-size:1.2em;
    line-height: 1.4;
    text-align:center;
    margin:.6em 0 1em;
}
#container .sec6 .desc-center{
    margin:3em 0 0;
}
/*-------------------
   section 6
-------------------*/
#container .sec6 {
	background-image:url(/contents/shop/sevenbeauty/img/freepage/deepskin/scriber_13.jpg);
	background-size:100%;
	background-repeat:no-repeat;
	background-position:0 70px;
	margin:15px 0 0;
	padding-bottom:20px;
}
#container .sec6 .desc-center{
    margin:1.5em 0 0;
}
#container .sec6 h2{
	color:#80a8e4;
	text-shadow:0px 0px 2px #fff,1px 1px 3px #fff;
	padding-top:0;
}

.img-point{
	display:inline-block;
	text-align:center;
	width:70%;
	margin:30px 15% 10px;
}
#container .sec6 h3{
	font: normal 1.5rem/1.3 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-align:center;
	padding:1em 0;
	color:#666;
	text-shadow:0px 0px 2px #fff,1px 1px 3px #fff;
}

.sec6_box{
	width:98%;
	margin:0 auto;
	padding:15px 15px 0;
	background-color:#f8f8f8;
	background-image:url(/contents/shop/sevenbeauty/img/freepage/deepskin/scriber_15b.png);
	background-repeat:no-repeat;
	background-position:center 48%;
	background-size:15%;
	position:relative;
}
.sec6_box ul{
	display:flex;
	flex-flow:wrap;
	
}
.sec6_box li{color:#666;
	padding-bottom:2.5em;
	width:85%;
	margin:0 auto;
}

.fukidasi{
	display:block;
	position:absolute;
	width:32%;
	top:48%;
	right:5%;
}

/*-------------------
   section 7
-------------------*/

.sec7 ul{
	display:flex;
	flex-flow:wrap;
}
.sec7 li{
	width:46%;
	margin:0 2%;
}

#container .sec7 h2{
	padding-bottom:10px;
}

/*-------------------
   section 8
-------------------*/
#container .sec8{
	margin:0 auto;
	background-image:url(/contents/shop/sevenbeauty/img/freepage/deepskin/scriber_21_bg.png);
	padding:15px;

}
#container .sec8_1{
	background-color:#fff;
	padding:8px;
	border:5px double #e4f3f9;
}

#container .sec8 .img-point{
	margin:10px 15%;
}

#container .sec8 h2{
	margin-bottom:20px;
}
/*-------------------
   section 9
-------------------*/

#container .sec9{
	margin:0 auto;
	background-color:#e6f5fa;
	background-image:url(/contents/shop/sevenbeauty/img/freepage/deepskin/scriber_29a.jpg),
	url(/contents/shop/sevenbeauty/img/freepage/deepskin/scriber_29b.jpg),
	url(/contents/shop/sevenbeauty/img/freepage/deepskin/scriber_29c.jpg);
	background-repeat:no-repeat;
	background-position: 0% 40px,100% 300px,bottom;
	background-size:50%,50%,100%;
	padding-bottom:20px;
}


.sec9_1{
	background-color:#fff;
	border:2px solid #c0d7fb;
	padding:0 2%;
	position:relative;
}
#container .sec9_1 .use-point{
	padding:14em 0 1.2em 0;
	background-image:url(/contents/shop/sevenbeauty/img/freepage/deepskin/scriber_27.jpg);
	background-repeat:no-repeat;
	background-size:88%;
	background-position:right top;

}
#container .sec9 h3{
	font: bold 1.5em/1.2 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
display:block;
width:72%;
margin:0 14%;
background-color:#81a8e3;
color:#fff;
padding:5px 15px;
text-align:center;
border-radius:1.5em;
position:relative;
top:1em;
z-index:2;
}


.sec9_1 ul{
	display:flex;
	flex-flow:wrap;
}
.sec9_1 li{
	width:85%;
	margin:2.5em 7.5% 1em;
}
.sec9_2{
	background-image:url(/contents/shop/sevenbeauty/img/freepage/deepskin/scriber_15b.png);
	background-repeat:no-repeat;
	background-position:center 50%;
	background-size:15%;
}
.sec9_3{
	display:flex;
}
.sec9_3 li{
	width:100%;
	margin:.5em 1%;
}
.sec9_3 li img,.sec9_3 li dl{
	width:48%;
	display:inline-block;
}

#container .sec9 dt{
	color:#d66391;
	text-align:center;
	font: bold 1.5em/1.5 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	text-align:left;
}

/*-------------------
   section 10
-------------------*/

.sec10{
	background-image:url(/contents/shop/sevenbeauty/img/freepage/deepskin/scriber_28.jpg);
	background-repeat:no-repeat;
	background-size:200%;
}
#container  .sec10 .desc-center{
	 font: bold 1.5em/1.2 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	 color:#45459e;
	 text-shadow:0px 0px 1px #fff,0px 0px 3px #fff,1px 1px 6px #fff;
	 padding:25px 0;
}
#container .sec10 .headtitle{
	font: bold 3rem/.9 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#818ad9;
	text-align:center;
	margin:240px auto 10px;
	text-shadow:0px 0px 1px #fff,0px 0px 3px #fff,1px 1px 6px #fff;
	letter-spacing:0
}

#container .sec10 .headtitle em{
	font-size:0.7em;
}
#container .sec10 .headtitle em:before{
	content:"\A";
	white-space:pre;
}

#container .sec10 .cordless{
	font: normal .8rem/1.0 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#7078b5;
	border:1px solid;
	padding: 2px;
	letter-spacing:0;
	display:inline-block;
}


@media screen and (min-width:350px) and ( max-width:480px) {
/*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/
.headtitle{
    font: bold 2.6rem/.8 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

#container h2{
    font: normal 1.3rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#container .sec3 li{
	width:92%;
	margin:0 4%;
	margin-bottom:1em;
	padding:12px 2px;
	font-size:1.1em;
}

#container .sec4 h2{
	font: normal 1.5rem/1.3 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	padding:0em 0 20%;
	color:#d66391;
}
#container .sec4 h3{
	font: bold 2.2rem/1.1 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

#container .sec5 {
    background-size: 156%;
    padding: 20px 36% 15px 5%;
}
.img-point{
	width:60%;
	margin:30px 20% 10px;
}

#container .sec9_1 .use-point{
	padding:15em 1em 1.2em
	;

}

#container .sec10 .headtitle{
	font: bold 3.5rem/1.05 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#818ad9;
	text-align:center;
	margin:330px auto 5px;
	text-shadow:0px 0px 1px #fff,0px 0px 3px #fff,1px 1px 6px #fff;
	letter-spacing:0
}
}


 @media screen and (min-width:480px) {
/*　スマホ横～タブレット 480pxからはここを読み込む　*/

#container section {
	padding: 1px 30px 10px;
}
#container .desc-left{
	font-size: 1.2em;
	color:#6a6a6a;
}
#container .desc-center{
	font-size: 1.2em;
	color:#6a6a6a;
}

.mainvisual{
	background-image:url(/contents/shop/sevenbeauty/img/freepage/deepskin/scriber-hd_pc.jpg);
	padding:18% 0 0;
}

.headtitle{
	font: bold 3.6rem/1.05 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#81a8e3;
	text-align:center;
	margin:0 auto 0;
	text-shadow:0px 0px 2px #fff,1px 1px 5px #fff;
	letter-spacing:0
}

.buy-info .price{
    font: bold 1.8rem/1.1 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 15px;
    width: 167px;
}

.mainvisual ul{
	display:flex;
	flex-flow:wrap;
	width:50%;
	margin:15px 25% 0
}
.mainvisual ul li{
	display:block;
	width:100%;
	padding-bottom:5px;
}
.cordless{
	font: normal .9rem/1.3 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	border:1px solid;
	padding: 5px;
	letter-spacing:0;
	display:inline-block;
}

#container .buy_btn {
	font: normal 1.4rem/2.5 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 0 auto;
	width: 65%;
}
#container .sec1 a{
	width:25%;
	text-align:center;
} 

#container h2 {
    font: normal 2.0rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    padding-top: 30px;
}


#container .sec2 h2{
	text-align:right;
}

.sec2 h2 .naname{
	font-size:0.8em;
	position:absolute;
	display:inline;
	top:0.6em;
	left:0;
	transform: rotate( -10deg );
	text-align:left;
}

#container h2 .marker{
	font: bold 1.2em/1.8 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}


#container .sec2 h2 .marker:after,
#container .sec3 h2 .marker:after{
	content:"";
	white-space:pre;
}

 .sec2  .trouble-check li{
	font: bold 2em/2.3 "Hannari","Hiragino Mincho ProN", "HG明朝B";
	width:48%;
	margin-left:2%;
}

.sec2  .trouble-face li{
	font: bold 1.4em/1 "Hannari","Hiragino Mincho ProN", "HG明朝B";
	width:24%;
	padding-bottom:2em;
	margin:0 0.5% 0
}
#container .sec3 li{
	width:46%;
	margin:0 2% 1.2em;
	padding:15px;
	font-size:1.2em;
	border-radius:5px;
}

#container .sec3 h2{
	font: normal 2rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	padding-top:20px;
}

#container .sec4 h2{
	font: normal 2.5rem/1.3 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	padding:0.5em 0 20%;
}
#container .sec4 h3{
	font: bold 4.5rem/.9 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.desc4_1{
	 font: bold 2.5em/1.3 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	 display:inline-block;
}

#container .sec4 .buy_btn {
	font: normal 1.4rem/2.5 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 15px auto;
	width: 42%;
	display:inline-block;
}
#container .sec5 h2{
	font: normal 2rem/1.5 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
margin-bottom:1em;
}
#container .sec5 h2 .marker{
	font: bold 1.3em/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

#container .sec5 {
	background-size:cover;
	padding:50px 40% 50px 5%;
}

.img-point{
	width:auto;
	margin:30px 30% 10px;
	display:inline-block;
}
.sec6_box li{
	padding-bottom:2.5em;
	width:45%;
	margin:0 2.5%;
}

.fukidasi{
	width:18%;
	top:-12px;
	right:20px;
}
.sec6_box{
	background-image:url(/contents/shop/sevenbeauty/img/freepage/deepskin/scriber_15a.png);
	background-size:auto;
}
#container .sec6 h3{
	font: normal 3rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	padding:1em 0;
}
#container .sec8_1{
	text-align:center;
}

#container .sec8{
	padding:30px;
}

.sec9_1 li{
	width:45%;
	margin:1em 2.5%;
}
.sec9_2{
	background-image:url(/contents/shop/sevenbeauty/img/freepage/deepskin/scriber_15a.png);
	background-size:auto;
	margin-top:2.5em;
	background-position:center 130px;
}
#container .sec9_1 .desc-left{
	padding:.5em 0 1em;
	background-size:90%;
	background-position:20px top;
}

#container .sec9_1 .use-point{
	padding:8em 2% 6em 53%;
	background-size:50%;
	background-position:5% top;
}

#container .sec9 h3{
	font: bold 2em/1.5 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
display:block;
width:50%;
margin:0 25%;

}
.sec10{
	background-size:100%;
}
#container  .sec10 .desc-center{
	 font: bold 2.2em/1.3 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	 padding:50px 0 20px;
}

#container .sec10 .headtitle{
	font: bold 5.2rem/1 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#818ad9;
	text-align:center;
	margin:110px 0 0 45%;
	text-shadow:0px 0px 1px #fff,0px 0px 3px #fff,1px 1px 6px #fff;
	letter-spacing:0
}

#container .sec10 .buy-info,#container .sec10 .buy_btn{
	width:55%;
	margin-left:45%;
}

}

 @media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container .wrapper {
	margin: 0 auto;
	width: 1040px;
}
.headtitle{
	font: bold 5rem/.8 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

#container .sec1{
	padding: 0 30px;
}
.sec1 ul li:before{
	top:6px;
	margin-right:5px;
}

#container .buy_btn a::after {
	border: solid 14px transparent;
	border-left: solid 9px #fff;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
	top: 7px;
	left:10px;
}

#container .desc-left,#container .desc-center{
	font-size: 1.4em;
}
#container .sec2 h2{
	padding-top:40px;
}

.sec1 ul li{
	font: normal 1.2rem/2.8 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	padding-top:10px;
}
#container .sec1 a:hover li {
	color:#2b89b1;
	letter-spacing:.1em;
	transition: all ease-in-out 0.1s;
} 
#container .sec1 a {
	text-decoration:none;
} 
#container h2 .marker {
font-size:1.4em
}
.sec2 h2 .naname{
	top:30px;
}
.sec2 .trouble-check li{
    font: bold 2.0rem/2.5 "Hannari","Hiragino Mincho ProN", "HG明朝B";
    width: 44%;
    margin-left: 5%;
}

#container .sec3 h2{
	font: normal 2rem/1.1 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	padding:50px 0;
}
#container .sec3 li{
	width:45%;
	margin:0 2.5% 1.5em;
	padding:25px 50px;
	font-size:2em;
	border-radius:5px;
}

#container .sec4 h2{
	font: normal 2.5rem/1.3 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	padding:0.5em 0 220px;
}
.desc4_1{
	 font: bold 3.5em/1.3 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	 display:inline-block;
}
#container .sec5 h2{
	font: normal 2.5rem/1.5 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#container .sec6 {
	background-position:0 160px;
	margin:10px 0 0;
	text-align:center;
}

#container .sec6 .desc-center{
	margin:50px 0 0;
	font-size:1.8em
}

#container .desc-left,
#container .desc-center{
    font-size: 1.0rem;
}
#container .sec6 h2{
	padding-top:0;
}
#container .sec6 .desc-left,
#container .sec7 .desc-left{
	width:80%;
	margin:1em 10% 2em;
}

.fukidasi{
	width:auto;
	top:-20px;
	right:40px;
}
#container .sec7 {
	text-align:center;
}
#container .sec8{
	padding:50px;
}

#container .sec9 h3{
	font: bold 2.8em/1.8 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
width:44%;
margin:0 28%;

}
.sec9_1 ul{
	justify-content:space-around
}
.sec9_2 li{
	width:350px;
	margin:1em 50px;
}
.sec9_2{
	background-size:auto;
	margin-top:2em;
	background-position:center 150px;
}
#container .sec9 dt{
	font: bold 2.4em/1.5 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	text-align:left;
}
#container .sec9 dd{
    font-size: 1.0rem;
    color: #666;
}

#container .sec9_1 .use-point{
	padding:10em 5% 8em 55%;
	background-size:auto;
	background-position:5% top;
}
#container  .sec10 .desc-center{
    font: bold 2.4rem/1.4 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    letter-spacing: -1px;
    padding: 40px 0;
}

#container .sec10 .headtitle{
	font: bold 5.2rem/.8 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	color:#818ad9;
	text-align:center;
	margin:160px 0 0 45%;
	text-shadow:0px 0px 1px #fff,0px 0px 3px #fff,1px 1px 6px #fff;
	letter-spacing:0
}
#container .sec10 .cordless{
	padding: 5px;
}
#container .sec10 .buy_btn {
    width: 46%;
    margin-left: 48%;
}
}
