@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%;
}

/*---7esthe_mobile.css リセットOP対策----*/
#container h3,
#container h4,
#container h5 {
	background: none;
	color: #000;
	cursor: auto;
	float: none;
}
#container h3 span,
#container h4 span,
#container h5 span {
	background: none;
	color: #000;
	cursor: auto;
	float: none;
}
#container .flex {
    align-items: flex-start;
    display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
/*--7esthe_mobile.css 商品ページ用リセットOP対策　----*/
.write_box {
    margin: 0;
    padding: 0;
}
#mobile_detail_content {
	font-size: 1.0em;
}
.item_explanation .cont {
	margin: 0;
	padding: 0;
}
/*ブレイクポイントのルール*/
/* -スマホ基本設計 解像度に依存しない-
 *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.1rem/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-footcare/sp-top.jpg) no-repeat;
	background-size: 100%;
	padding: 48% 5% 8%;
}
#container .mainvisual .headtitle{
	color: #000;
	font: bold 1.6rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 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;
	text-align: center;
	margin: 3% 0;
}

/*-------------------
   section1
-------------------*/
#container .sec1{
	background: url(/contents/shop/sevenbeauty/img/freepage/nail-footcare/nayami-bg-sp.jpg) no-repeat;
	background-size: cover;
	padding: 8% 5%;
}
#container .sec1 h2{
	color: #000;
	font: 0.9rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-align: center;
}
#container .sec1 h2 em{
	color: #000;
	font-size: 2rem;
	font-weight: bold;
}
#container .sec1 .nayami .text{
	color: #000;
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 3% 0 5%;
}
#container .sec1 .nayami img{
	display: block;
	margin: 0 auto;
	width: 70%;
}

/*-------------------
   section2
-------------------*/
#container .sec2 .itemBtn{
	margin: 5% auto;
	width: 92%;
}
#container .sec2 .itemBtn li{
	margin: 1%;
	width: 48%;
}
#container .sec2 .sec-title{
	background: #0089cf;
	color: #FFF;
	font: bold 1.5rem/1 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 5% 0 3%;
	padding: 3%;
	text-align: center;
}
#container .sec2 .sec-title span{
	font-size: 1rem;
}
#container .sec2 .innerWrap{
	margin: 0 0 15%;
}
#container .sec2 .text{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 0 0 1% 5%; 
}
#container .sec2 .photo{
	margin: 0 0 3%;
}
#container .sec2 .bnrBox{
	margin: 5% auto 0;
	width: 94%;
}
#container .sec2 .bnrBox li{
	margin: 0 2%;
	width: 46%;
}

/*-------------------
   .scroll table
-------------------*/
#container .sec2 .scroll{	
    border: solid 1px #d9d9d9;
    display: block;
    margin: 0 auto;
    width: 90%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
#container .sec2 .scroll thead .height-left{
	min-width: 65px;
	position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
	z-index: 5;
	padding: 0;
}
#container .sec2 .scroll tbody .gray{
	background: #eaeaea;
	border-top: solid 1px #d9d9d9;
	border-bottom: solid 1px #d9d9d9;
	position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
	z-index: 5;
	text-align: center;
}
/* テーブル(装飾) */
#container .sec2 .scroll thead th{
    background: #666;
    border-right: solid 1px #d9d9d9;
    color: #FFF;
    font: bold 1rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    padding: 1%;
    min-width: 150px;
    text-align: center;
}
#container .sec2 .scroll td{
	border: solid 1px #d9d9d9;
	font: 0.8rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	min-width: 150px;
	padding: 0;
	text-align: left;
	vertical-align: top;
}
#container .sec2 .scroll td ul{
	margin: 0 auto 5%;
	width: 90%;
}
#container .sec2 .scroll td ul li{
	margin: 3% 0;
}
#container .sec2 .scroll td ul .number span{
	background: #666;
	color: #FFF;
	font-size: 0.6rem;
	margin: 0 5px 0 0;
	padding: 3px 4px;
	text-align: center;
}
#container .sec2 .scroll td ul .price{
	color: #F00;
	font-weight: bold;
}
#container .sec2 .scroll td ul .price em{
	color: #F00;
	font-size: 1.3rem;
	font-weight: bold;
}

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

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

/*-------------------
   section1
-------------------*/
#container .sec1 h2{
	font-size: 1.3rem;
}
#container .sec1 h2 em{
	font-size: 3rem;
}
#container .sec1 .nayami .text,
#container .sec1 .nayami img{
	font-size: 1.1rem;
	margin: 3% 2% 0;
	width: 46%;
}

/*-------------------
   section2
-------------------*/
#container .sec2 .sec-title{
	font-size: 2.5rem;
}
#container .sec2 .sec-title span{
	font-size: 1.6rem;
}
#container .sec2 .innerWrap{
	margin: 0 0 8%;
}
#container .sec2 .text{
	font-size: 1.2rem;
}

/*-------------------
   .scroll table
-------------------*/
/* テーブル(装飾) */
#container .sec2 .scroll thead th{
    font-size: 1.3rem;
    min-width: 180px;
}
#container .sec2 .scroll td{
	font-size: 1.1rem;
	min-width: 180px;
}
#container .sec2 .scroll td ul{
	margin: 0 auto 5%;
	width: 90%;
}
#container .sec2 .scroll td ul li{
	margin: 3% 0;
}
#container .sec2 .scroll td ul .number span{
	font-size: 0.8rem;
}
#container .sec2 .scroll td ul .price em{
	font-size: 1.5rem;
}
}

@media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container{
	margin: 0 auto;
	width: 1040px;
}
#container .buy-btn a{
	font-size: 1.1rem;
	line-height: 2.2rem;
}
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual{
	background: url(/contents/shop/sevenbeauty/img/freepage/nail-footcare/pc-top.jpg) no-repeat;
	padding: 30% 0 5%;
}
#container .mainvisual .headtitle{
	font-size: 4rem;
}
#container .mainvisual .title-desc{
	margin: 1% 0 2%;
}
#container .mainvisual img{
	display: block;
	margin: 0 auto;
	width: 750px;
}

/*-------------------
   section1
-------------------*/
#container .sec1{
	background: url(/contents/shop/sevenbeauty/img/freepage/nail-footcare/nayami-bg-pc.jpg) no-repeat;
	background-size: 100%;
	padding: 4%;
}
#container .sec1 h2{
	font-size: 1.2rem;
	margin: 0;
}
#container .sec1 h2 em{
	font-size: 3rem;
}
#container .sec1 .nayami{
	margin: 3% auto 0;
	width: 750px;
}
#container .sec1 .nayami .text,
#container .sec1 .nayami img{
	font-size: 0.9rem;
	line-height: 1.8rem;
	margin: 0 2%;
	width: 46%;
}

/*-------------------
   section2
-------------------*/
#container .sec2 .itemBtn{
	padding: 0;
}
#container .sec2 .itemBtn li{
	width: 23%;
}
#container .sec2 .sec-title{	
	margin: 0 0 3%;
	padding: 3%;
}
#container .sec2 .innerWrap{
	margin: 0 0 8%;
}
#container .sec2 .text{
	margin: 0 0 1%; 
}
#container .sec2 .photo{
	display: block;
	margin: 0 auto 3%;
	width: 640px;
}
#container .sec2 .bnrBox{
	margin: 0 auto;
	width: 640px;
}
#container .sec2 .bnrBox li{
	margin: 5% 2% 0;
}

/*-------------------
   .scroll table
-------------------*/
#container .sec2 .scroll{
	overflow: scroll;
	max-height: 500px;
    width: 100%;
}
#container .sec2 .scroll td ul .price{
	margin: 5% 0 0;
	letter-spacing: -0.5px;
}
#container .sec2 .scroll td ul .price em{
	font-size: 1.1rem;
}
}