/*-------------------
   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.2rem/2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	position: relative;
	margin: 5% 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 a: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/led-desklight/mainvisual-bg-sp.jpg) no-repeat;
    background-size: 100%;
}
#container .mainvisual .headtitle{
	font: bold 2.2rem/1.2 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
	letter-spacing: -0.5px;
	margin: 3% auto;
	text-align: center;
}
#container .mainvisual .head-text{
	font: 0.9rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    margin: 0 auto;
    width: 90%;
}
#container .mainvisual .buy-btn a{
	margin: 43% auto 0;
	width: 80%;
}

/*-------------------
   section1
-------------------*/
/*レスポンシブなテーブルのためのスタイル*/
#container .table-responsive{
	background: linear-gradient(to left, hsla(0,0%,100%,0), white 15px) 0 0 / 50px 100%, linear-gradient(to left, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) 0 0/20px 100%, linear-gradient(to right, hsla(0,0%,100%,0), white 15px) right / 50px 100%, linear-gradient(to right, rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.2)) right/20px 100%;
    background-repeat: no-repeat;
    background-attachment: local, scroll, local, scroll;
	border: solid 1px #d9d9d9;
	border-bottom: none;
    display: block;
    margin: 8% auto;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    margin-bottom: 20px;
    width: 90%;
}
/*テーブルの左側を固定するためのスタイル*/
#container .table-sticky.sticky-left tbody th {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
	z-index: 5;
}
/*テーブル装飾*/
#container .sec1 table,
#container .sec1 td{
	font: 0.9rem/1.2 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    padding: 1%;
    text-align: center;
}
#container .sec1 .head-title{
	background: #716d99;
	color: #FFF;
	font-size: 1rem;
	text-align: left;
}
#container .sec1 .vertical{
	background: #666;
	color: #FFF;
	min-width: 100px;
	text-align: center;
}
#container .sec1 .item-photo{
	min-width: 120px;
	padding: 0;
}
#container .sec1 .cl-white,
#container .sec1 .cl-black,
#container .sec1 .cl-red,
#container .sec1 .cl-brown{
	margin: 0 3px 0 0;
	text-shadow: -1px -1px #ccc, 1px -1px #ccc, -1px 1px #ccc, 1px 1px #ccc;
}
#container .sec1 .cl-white{
	color: #FFF;
}
#container .sec1 .cl-black{
	color: #000;
}
#container .sec1 .cl-silver img,
#container .sec1 .cl-mat-black img{
	width: 15px;
}
#container .sec1 .cl-red{
	color: #de0000;
}
#container .sec1 .cl-brown{
	color: #58342a;
}
#container .sec1 .img-f{
	display: block;
	margin: 0 auto;
	width: 230px;
}
#container .sec1 .item-detail dl{
	margin: 0 auto 3%;
	width: 80%;
}
#container .sec1 .item-detail dt{
	background: #666;
	color: #FFF;
	display: block;
	font-size: 0.7rem;
	margin: 0 auto 3%;
	padding: 2%;
	width: 70%;
}
#container .sec1 .item-detail .price{
	color: #c40830;
	letter-spacing: -0.5px;
	font-size: 1rem;
	font-weight: bold;
}
#container .sec1 .item-detail .price em{
	color: #c40830;
	font-size: 1.4rem;
	font-weight: bold;
}
#container .sec1 .item-detail .buy-btn a{
	margin: 0 auto 8%;
	font-size: 1rem;
	width: 80%;
}

/*-------------------
   section2
-------------------*/
#container .sec2 .sec-title{
	background: #716d99;
	color: #FFF;
	font: bold 1.3rem/2 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    margin: 8% auto 0;
    text-align: center;
}
#container .sec2 .table-title{
	border-left: solid 6px #000;
	border-bottom: solid 1px #000;
	font: bold 1.1rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
	margin: 5% auto 3%;
	padding: 0 2%;
	width: 90%;
}
#container .sec2 .table-wrap{
	margin: 0 auto;
	width: 94%;
}
#container .sec2 .table-wrap li{
	margin: 0 2% 5%;
	width: 46%;
}
#container .sec2 .table-wrap img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
#container .sec2 .table-wrap .item-name{
	font: bold 1rem/1.2 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
	margin: 3% auto;
	text-align: center;
}
#container .sec2 .table-wrap .board,
#container .sec2 .table-wrap .number{
	font: 1rem/1.2 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    margin: 5% 0;
}
#container .sec2 .table-wrap .board:before{
	background: #666;
	color: #FFF;
	content: "天板厚み";
	font-size: 0.8rem;
	margin: 0 2% 0 0;
	padding: 2%;
}
#container .sec2 .table-wrap .number:before{
	background: #666;
	color: #FFF;
	content: "商品番号";
	font-size: 0.8rem;
	margin: 0 2% 0 0;
	padding: 2%;
}
#container .sec2 .table-wrap .price{
	color: #c40830;
	letter-spacing: -0.5px;
	font-size: 1rem;
	font-weight: bold;
}
#container .sec2 .table-wrap .price em{
	color: #c40830;
	font-size: 1.3rem;
	font-weight: bold;
}
#container .sec2 .table-wrap .buy-btn a{
	font-size: 1rem;
}

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

/*-------------------
   mainvisual
-------------------*/
#container .mainvisual{
	background: url(/contents/shop/sevenbeauty/img/freepage/led-desklight/mainvisual-bg-tab.jpg) no-repeat;
    background-size: 100%;
}
#container .mainvisual .headtitle{
	font-size: 3.5rem;
}
#container .mainvisual .head-text{
	font-size: 1.1rem;
	text-align: center;
	width: 70%;
}
#container .mainvisual .buy-btn a{
	margin: 48% auto 0;
}

/*-------------------
   section1
-------------------*/
/*テーブル装飾*/
#container .sec1 table,
#container .sec1 td{
	font-size: 1.1rem;
}
#container .sec1 .head-title{
	font-size: 1.3rem;
}
#container .sec1 .item-photo{
	min-width: 130px;
	padding: 0;
}
#container .sec1 .cl-silver img,
#container .sec1 .cl-mat-black img{
	width: 20px;
}
#container .sec1 .item-detail dt{
	font-size: 0.9rem;
	width: 80%;
}
#container .sec1 .item-detail .price{
	font-size: 1.1rem;
}
#container .sec1 .item-detail .buy-btn a{
	font-size: 1.3rem;
	line-height: 2.8rem;
}

/*-------------------
   section2
-------------------*/
#container .sec2 .sec-title{
	font-size: 2rem;
}
#container .sec2 .table-title{
	font-size: 1.5rem;
	padding: 0 1%;
}
#container .sec2 .table-wrap .item-name{
	font-size: 1.3rem;
}
#container .sec2 .table-wrap .board,
#container .sec2 .table-wrap .number{
	font-size: 1.1rem;
}
#container .sec2 .table-wrap .price{
	font-size: 1.2rem;
}
#container .sec2 .table-wrap .price em{
	font-size: 1.5rem;
}
#container .sec2 .table-wrap .buy-btn a{
	font-size: 1.3rem;
}
}

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

/*-------------------
   mainvisual
-------------------*/
#container .mainvisual{
	background: url(/contents/shop/sevenbeauty/img/freepage/led-desklight/mainvisual-bg-pc.jpg) no-repeat;
    height: 445px;
    padding: 1% 0 0;
}
#container .mainvisual .headtitle{
	font-size: 4rem;
	margin: 0 5% 0 0;
	text-align: right;
}
#container .mainvisual .head-text{
	font: 0.9rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    margin: 2% 2% 0 auto;
    width: 60%;
}
#container .mainvisual .buy-btn a{
	margin: 20.5% 3% 0 auto;
	width: 32%;
}

/*-------------------
   section1
-------------------*/
/*レスポンシブなテーブルのためのスタイル*/
#container .table-responsive{
    margin: 5% auto;
    width: 100%;
}
/*テーブル装飾*/
#container .sec1 table,
#container .sec1 td{
	font-size: 0.8rem;
	line-height: 1.2rem;
	letter-spacing: -0.5px;
}
#container .sec1 .head-title{
	font-size: 1.3rem;
	text-align: center;
}
#container .sec1 .vertical{
	min-width: 70px;
}
#container .sec1 .item-photo{
	min-width: 100px;
}
#container .sec1 .img-f{
	float: left;
}

/*-------------------
   section2
-------------------*/
#container .sec2 .sec-title{
	font-size: 1.5rem;
}
#container .sec2 .table-title{
	font-size: 1.3rem;
	padding: 0 1%;
	width: 100%;
}
#container .sec2 .table-wrap{
	width: 100%;
}
#container .sec2 .table-wrap li{
	margin: 0 1% 3%;
	width: 18%;
}
#container .sec2 .table-wrap .board,
#container .sec2 .table-wrap .number{
	font-size: 0.9rem;
}
#container .sec2 .table-wrap .board:before,
#container .sec2 .table-wrap .number:before{
	font-size: 0.7rem;
}
#container .sec2 .half{
	float: left;
	margin: 0 2% 0 0;
	width: 48%;
}
#container .sec2 .half .table-title{
	margin: 2% auto 3%;
}
#container .sec2 .half .table-wrap li{
	margin: 0 2%;
	width: 33.3%;
}
}