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

/*---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.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;	
	margin: 3% auto 0;
	position: relative;
	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,
#container .sec4{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd-uv-led-light/mainvisual-bg-sp.jpg) no-repeat;
	background-color: #3b3c40;
	background-size: 100%;
	margin: 0;
	padding: 13% 5% 8%;
}
#container .mainvisual .head-catch,
#container .sec4 .head-catch{
	color: #FFF;
	font: bold 0.8rem/1.2 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin: 0;
	text-align:center;
}
#container .mainvisual .head-catch em,
#container .sec4 .head-catch em{
	color: #c4cce9;
	font-size: 1rem;
	font-weight: bold;
}
#container .mainvisual .headtitle,
#container .sec4 .headtitle{
	color: #FFF;
	font: bold 1.5rem/1.2 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: -0.5px;
	margin: 3% 0;
	text-align: center;
}
#container .mainvisual .headtitle em,
#container .sec4 .headtitle em{
	color: #FFF;
	display: block;
	font-size: 1.8rem;
	font-weight: bold;
}
#container .mainvisual .head-icon,
#container .sec4 .head-icon{
	display: block;
	margin: 75% auto 3%;
	width: 80%;
}
#container .mainvisual .head-price,
#container .sec4 .head-price{
	display: block;
	margin: 0 auto;
	width: 60%;
}
#container .mainvisual .title-desc,
#container .sec4 .title-desc{
	color: #FFF;
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 3% 0 5%;
}

/*-------------------
   section共通
-------------------*/
#container section,
#container .sec4{
	margin: 10% 0 0;
}
#container .sec-title{
	color: #333;
	font: bold 1.5rem/1.2 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	letter-spacing: -0.5px;
	margin: 0 auto 5%;
	padding: 5% 3%;
	position: relative;
	text-align: center;
}
#container .sec-title:before,
#container .sec-title:after{
	position: absolute;
	left: 0;
	content: '';
	width: 100%;
	height: 6px;
	box-sizing: border-box;
}
#container .sec-title:before{
	top: 0;
	border-top: 2px solid #333;
	border-bottom: 1px solid #333;
}
#container .sec-title:after{
	bottom: 0;
	border-top: 1px solid #333;
	border-bottom: 2px solid #333;
}

/*-------------------
   section1
-------------------*/
#container .sec1 .design-pht{
	display: block;
	margin: 0 auto;
	width: 90%;
}
#container .sec1 .design-pht .design-pht1{
	display: block;
	margin: 0 auto;
	width: 80%;
}
#container .sec1 .sec1-desc-txt{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 3% auto;
	width: 90%; 
}

/*-------------------
   section2
-------------------*/
#container .sec2 .feature-title{
	font: 1.2rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 8% 0 0;
	text-align: center;
}
#container .sec2 .feature-wrap dl{
	margin: 0 auto;
	width: 90%;
}
#container .sec2 .feature-wrap dt{
	margin: 5% 0 0;;
}
#container .sec2 .feature-wrap dt img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
#container .sec2 .feature-wrap dd{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 3% 0 0;
}
#container .sec2 .feature-subwrap{
	margin: 0 auto;
	width: 90%;
}
#container .sec2 .feature-subwrap dl{
	width: 100%;
}
#container .sec2 .feature-subwrap dt{
	margin: 8% 0 0;
	font: 1.2rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-align: center;
}
#container .sec2 .feature-subwrap dd{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 3% 0 0;
}
#container .sec2 .feature-subwrap dd img{
	display: block;
	margin: 0 auto;
	width: 100%;
}

/*-------------------
   section3
-------------------*/
#container .sec3 .detail-wrap img{
	display: block;
	margin: 0 auto;
	width: 90%;
}
#container .sec3 .detail-wrap .item-detail{
	width: 100%;
}
#container .sec3 .detail-wrap .item-detail li{
	font: 0.9rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    margin: 5% auto 0;
    width: 90%;
}
#container .sec3 .detail-wrap .item-detail li:before{
	content: "■";
}

/*-------------------
   category(footer)
-------------------*/
#container footer{
	background: none;
}
#container .category-title{
	border-bottom: solid 1px #000;
	border-left: solid 5px #ab4430;
	font: bold 1.2rem/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: -1px;
	margin: 10% auto 0;
	padding: 0 0 0 2%;
	text-align: left;
	width: 90%;
}
#container .category{
	font: 0.9rem/2.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 auto;
	padding: 0;
	position: relative;
	width: 90%;
}
#container .category li{
	background-color: #fefefe;
	border-bottom: solid 1px #ccc;
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	display: block;
	margin: 0;
	padding: 10px;
	position: relative;
}
#container .category li::after{
	display: block;
	content: '';
	position: absolute;
	top: 1.6em;
	right: 20px;
	width: 6px;
	height: 6px;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

@media screen and (min-width:350px) and ( max-width:480px) {
/*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual .head-catch,
#container .sec4 .head-catch{
	font-size: 0.9rem;
}
#container .mainvisual .head-catch em,
#container .sec4 .head-catch em{
	font-size: 1.2rem;
}
#container .mainvisual .headtitle,
#container .sec4 .headtitle{
	font-size: 1.8rem;
}
#container .mainvisual .headtitle em,
#container .sec4 .headtitle em{
	font-size: 2.1rem;
}
#container .mainvisual .head-icon,
#container .sec4 .head-icon{
	margin: 75% auto 3%;
}
}

 @media screen and (min-width:480px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
#container .buy-btn a{
	font: bold 1.8rem/2.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	width: 80%;
}

/*-------------------
   mainvisual
-------------------*/
#container .mainvisual .head-catch,
#container .sec4 .head-catch{
	font-size: 2rem;
}
#container .mainvisual .head-catch em,
#container .sec4 .head-catch em{
	font-size: 2.8rem;
}
#container .mainvisual .headtitle,
#container .sec4 .headtitle{
	font-size: 2.8rem;
	letter-spacing: 0px;
}
#container .mainvisual .headtitle em,
#container .sec4 .headtitle em{
	font-size: 4rem;
}
#container .mainvisual .head-icon,
#container .sec4 .head-icon{
	margin: 78% auto 3%;
}
#container .mainvisual .title-desc,
#container .sec4 .title-desc{
	font-size: 1.1rem;
}

/*-------------------
   section共通
-------------------*/
#container .sec-title{
	font-size: 2.8rem;
}
#container .sec-title:before,
#container .sec-title:after{
	height: 10px;
}

/*-------------------
   section1
-------------------*/
#container .sec1 .sec1-desc-txt{
	font-size: 1.1rem;
}

/*-------------------
   section2
-------------------*/
#container .sec2 .feature-title,
#container .sec2 .feature-subwrap dt{
	font-size: 2rem;
}
#container .sec2 .feature-wrap dd,
#container .sec2 .feature-subwrap dd{
	font-size: 1.1rem;
}
#container .sec2 .feature-subwrap{
	margin: 0 auto;
	width: 90%;
}

/*-------------------
   section3
-------------------*/
#container .sec3 .detail-wrap .item-detail li{
	font-size: 1.1rem;
    margin: 3% auto 0;
}

/*-------------------
   category(footer)
-------------------*/
#container .category-title{
	font-size: 1.5rem;
	margin: 5% auto 0;
	padding: 0 0 0 1%;
}
#container .category{
	font-size: 1.2rem;
}
}

@media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container{
	margin: 0 auto;
	width: 1040px;
}
#container .buy-btn a{
	font-size: 1.6rem;
	width: 80%;
}
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual,
#container .sec4{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd-uv-led-light/mainvisual-bg-pc.jpg) no-repeat;
	background-color: #3b3c40;
	height: 630px;
	padding: 8% 3% 8%;
	position: relative;
}
#container .mainvisual .head-catch,
#container .sec4 .head-catch{
	font-size: 1.8rem;
	text-align: left;
}
#container .mainvisual .head-catch em,
#container .sec4 .head-catch em{
	font-size: 2.2rem;
}
#container .mainvisual .headtitle,
#container .sec4 .headtitle{
	font-size: 2rem;
	letter-spacing: 0px;
	line-height: 2.6rem;
	margin: 1% 0;
	text-align: left;
}
#container .mainvisual .headtitle em,
#container .sec4 .headtitle em{
	font-size: 3.2rem;
}
#container .mainvisual .head-icon,
#container .sec4 .head-icon{
	margin: 3% 0 0;
	width: 297px;
}
#container .mainvisual .head-price,
#container .sec4 .head-price{
	position: absolute;
	top: 46%;
	left: 34%;
	width: 200px;
}
#container .mainvisual .title-desc,
#container .sec4 .title-desc{
	margin: 3% 0;
}

/*-------------------
   section共通
-------------------*/
#container section,
#container .sec4{
	margin: 8% 0 0;
}
#container .sec-title{
	font-size: 2.5rem;
	padding: 3%;
}

/*-------------------
   section1
-------------------*/
#container .sec1 .design-pht .design-pht1{
	display: inline-block;
	margin: 0 2% 0 0;
	width: 37%;
}
#container .sec1 .design-pht .design-pht2{
	width: 60%;
}
#container .sec1 .sec1-desc-txt{
	text-align: center;
}

/*-------------------
   section2
-------------------*/
#container .sec2 .feature-title{
	font-size: 1.5rem;
	margin: 5% 0 0;
}
#container .sec2 .feature-wrap{
	margin: 0 auto;
	width: 90%;
}
#container .sec2 .feature-wrap dl{
	margin: 0 2%;
	width: 46%;
}
#container .sec2 .feature-wrap dt{
	margin: 3% 0 0;;
}
#container .sec2 .feature-subwrap dl{
	margin: 3% 1% 0;
	width: 31%;
}
#container .sec2 .feature-subwrap dd img{
	display: block;
	margin: 0 auto;
	width: 100%;
}

/*-------------------
   section3
-------------------*/
#container .sec3 .detail-wrap img{
	display: inline-block;
	margin: 0 auto;
	width: 55%;
}
#container .sec3 .detail-wrap .item-detail{
	width: 45%;
}
#container .sec3 .detail-wrap .item-detail li{
    margin: 6% auto 0;
}

/*-------------------
   category(footer)
-------------------*/
#container .category-title{
	margin: 5% 0 0 0;
	padding: 0 0 0 10px;
	width: 100%;
}
#container .category{
	font-size: 1.1rem;
	margin: 10px auto;
	width: 96%;
}
#container .category li{
	border: none;
	display: inline-block;
	padding: 0 0 0 10px;
}
#container .category li:after{
	display: none;
}
#container .category .ver a:after{
	content: "|";
	display: inline-block;
	padding: 0 0 0 15px;
}
}