@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 20px;
	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 a{
	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.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	position: relative;
	margin: 10px auto 0;
	text-align: center;
	text-decoration: none;
	width: 100%;
}
#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{
	background: url(/contents/shop/sevenbeauty/img/freepage/nail_doublewing/sp-top.jpg) no-repeat;
	background-size: 100%;
	margin: 0;
	padding: 52% 5% 8%;
}
#container .mainvisual .catch{
	color: #000;
	font: 1.2rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-align: center;
}
#container .mainvisual .catch span{
	display: block;
}
#container .mainvisual .headtitle{
	color: #000;
	font: bold 1.8rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	letter-spacing: -1px;
	margin: 2% 0;
	text-align: center;
}
#container .mainvisual .title-desc{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

/*-------------------
   section共通
-------------------*/
#container .text{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 3% 0 0;
}
#container article{
	padding: 0 5%;
}
#container section h2{
	background: none;
	border-bottom: solid 1px #000;
	color: #000;
	font: 1.8rem/1.2 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	margin: 8% 0 3%;
	padding: 0 0 1%;
	text-align: center;
}

/*-------------------
   section2
-------------------*/
#container .sec2 .pointWrap{
	border: dashed 1px #ed8475;
	border-radius: 5px;
	margin: 0 0 5%;
	padding: 3%;
}
#container .sec2 .pointWrap h3{
	color: #000;
	font: bold 1.5rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	letter-spacing: -0.5px;
	text-align: center;
}
#container .sec2 .pointWrap h3 span{
	background: #666;
	color: #FFF;
	display: block;
	font-size: 0.9rem;
	line-height: 1.6rem;
	margin: 0 auto 3%;
	padding: 1%;
	width: 30%;
}
#container .sec2 .pointWrap ul li{
	margin: 3% 2% 0;
	width: 46%;
}

/*-------------------
   section4
-------------------*/
#container .sec4 .detail .icon li{
	margin: 3% 1%;
	width: 31%;
}
#container .sec4 .detail .item-catch{
	color: #eda200;
	font: bold 1.2rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	letter-spacing: -0.5px;
	text-align: center;
}
#container .sec4 .detail .name{
	font: 1rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 3% 0;
	text-align: center;
}
#container .sec4 .detail .number{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#container .sec4 .detail .number:before{
	background: #666;
	color: #FFF;
	content: "商品番号";
	font-size: 0.7rem;
	margin: 0 2% 0 0;
	padding: 1% 2%;
	text-align: center;
}
#container .sec4 .detail .price-icon{
	margin: 3% 0 0;
	width: 259px;
}


@media screen and (min-width:350px) and ( max-width:480px) {
/*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/

}

 @media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
#container .buy-btn a{
	font-size: 1.5rem;
	line-height: 3.2rem;
	margin: 2% auto 0;
	width: 90%;
}
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual .catch{
	font-size: 1.5rem;
}
#container .mainvisual .catch span{
	display: inline-block;
}
#container .mainvisual .headtitle{
	font-size: 2.5rem;
}
#container .mainvisual .title-desc{
	font-size: 1.1rem;
}

/*-------------------
   section共通
-------------------*/
#container .text{
	font-size: 1.1rem;
}
#container section h2{
	font-size: 2.8rem;
	margin: 8% 0 3%;
	padding: 0 0 1%;
	text-align: center;
}

/*-------------------
   section2
-------------------*/
#container .sec2 .pointWrap{
	border: dashed 2px #ed8475;
}
#container .sec2 .pointWrap h3{
	font-size: 2.5rem;
}
#container .sec2 .pointWrap h3 span{
	font-size: 1.3rem;
	letter-spacing: 1px;
	width: 20%;
}

/*-------------------
   section4
-------------------*/
#container .sec4 .item-photo,
#container .sec4 .detail{
	margin: 0 2%;
	width: 46%;
}
#container .sec4 .detail .icon li{
	margin: 3% 1%;
	width: 31%;
}
#container .sec4 .detail .item-catch{
	font-size: 1.4rem;
	line-height: 2rem;
}
#container .sec4 .detail .name,
#container .sec4 .detail .number{
	font-size: 1.1rem;
}
#container .sec4 .detail .number:before{
	font-size: 0.9rem;
}
}

@media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container{
	margin: 0 auto;
	width: 1040px;
}
#container .buy-btn a{
	font-size: 1.3rem;
	line-height: 3rem;
}

/*-------------------
   section共通
-------------------*/
#container section h2{
	font-size: 2.5rem;
}

/*-------------------
   mainvisual
-------------------*/
#container .mainvisual{
	background: url(/contents/shop/sevenbeauty/img/freepage/nail_doublewing/pc-top.jpg) no-repeat;
}
#container .mainvisual .catch{
	font-size: 2rem;
}
#container .mainvisual .catch span{
	display: inline;
}
#container .mainvisual .headtitle{
	font-size: 3rem;
	margin: 1% 0;
}
#container .mainvisual .title-desc{
	margin: 0 auto;
	width: 80%;
}
#container .mainvisual .buy-btn a{
	margin: 2% auto;
	width: 80%;
}

/*-------------------
   section2
-------------------*/
#container .sec2 .pointWrap{
	margin: 0 auto 5%;
	width: 94%;
}
#container .sec2 .pointWrap h3{
	 font-size: 2rem;
}
#container .sec2 .pointWrap h3 span{
	font-size: 1rem;
	margin: 0 auto 1%;
	padding: 0.5%;
	width: 11%;
}
#container .sec2 .pointWrap ul li{
	margin: 3% 1% 0;
	width: 31%;
}

/*-------------------
   section3
-------------------*/
#container .sec3 img{
	display: block;
	margin: 0 auto;
	width: 700px;
}

/*-------------------
   section4
-------------------*/
#container .sec4 .item-photo,
#container .sec4 .detail{
	margin: 0 2%;
	width: 46%;
}
#container .sec4 .detail .icon li{
	margin: 8% 2%;
	width: 125px;
}
#container .sec4 .detail .item-catch{
	font-size: 1.6rem;
}
#container .sec4 .detail .name{
	font-size: 1.2rem;
}
#container .sec4 .detail .number{
	font-size: 1rem;
}
#container .sec4 .detail .price-icon{
	margin: 5% 0 0;
}
}