@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.2rem/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/omd-forump-base/sp-logo.png) no-repeat;
	background-color: #fa6887;
	background-size: 100%;
	padding: 3% 5% 5%;
}
#container .mainvisual .headtitle{
	color: #FFF;
	font: bold 1rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 2% 0 0;
	text-align: center;
}

/*-------------------
   section共通
-------------------*/
#container .sec1,
#container .sec3{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd-forump-base/sec-bg-sp.png) repeat-y;
	background-size: 100%;
	padding: 8% 5%;
}
#container .text{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#container .teacher{
	margin: 5% 0 0;
}
#container .gelWrap li{
	background: #FFF;
	margin: 5% 0 0;
	padding: 5% 3%;
	width: 50%;	
}
#container .gelWrap li .gel-catch,
#container .gelWrap li .number{
	font: 0.9rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#container .gelWrap li .gel-catch{
	text-align: center;
}
#container .gelWrap li .name{
	color: #000;
	font: bold 1rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 0 0 5%;
}
#container .gelWrap li .number:before{
	background: #666;
	content: "商品番号";
	color: #FFF;
	font-size: 0.6rem;
	margin: 0 2% 0 0;
	padding: 2% 3%;
}
#container .gelWrap li .buy-btn a{
	font-size: 1rem;
}
#container .question{
	display: block;
	margin: 5% auto 2%;
	width: 100%;
}
#container .sub-title{
	color: #fa6887;
	font: 1.5rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 0 0 1%;
	text-align: center;
}

/*-------------------
   section1
-------------------*/
#container .sec1 .featureWrap{
	background: #FFF;
	margin: 5% 0 0;
	padding: 5%;
}
#container .sec1 .change{
	flex-wrap: wrap-reverse;
}
#container .sec1 .featureWrap .textBox{
	margin: 0;
}
#container .sec1 .featureWrap .textBox dt{
	color: #fa6887;
	font: 1.3rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 2% 0 0;
	text-align: center;
}
#container .sec1 .featureWrap .textBox dt span{
	font: 2rem/1.1 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	font-style: italic;
}
#container .sec1 .featureWrap .textBox dd{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

/*-------------------
   section2
-------------------*/
#container .sec2{
	padding: 8% 5%;
}
#container .sec2 .howtoWrap li{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 5% 2% 0;
	width: 46%;
}
#container .sec2 .howtoWrap li img{
	margin: 0 0 2%;
}

/*-------------------
   section3
-------------------*/
#container .sec3 .innerWrap{
	background: #FFF;
	margin: 5% 0 0;
	padding: 5%;
}
#container .sec3 .merit dt img{
	width: 100px;
}
#container .sec3 .merit dd{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 2% 0 5%;
}
#container .sec3 .beaf li{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 0 1%;
	width: 48%;
}
#container .sec3 .beaf{
	margin: 0 0 5%;
}
#container .sec3 .beaf li img{
	margin: 0 0 2%;
}
#container .sec3 .artWrap img{
	margin: 3% 0;
}
#container .sec3 .salon-text{
	font: 0.9rem/1.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 5% 0 2%;
}
#container .sec3 .academy-title{
	font: 1.5rem/1.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 3% 0;
	text-align: center;
}
#container .sec3 .academy-btn a{
	background: #5cc4b7;
	color: #FFF;
	font: bold 1.1rem/1.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	padding: 3%;
	text-align: center;
}
#container .sec3 .academy-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 .sec3 .academy-btn:hover{
	filter: alpha(opacity=90);
	opacity: 0.7;
	transition: all ease-in 0.4s;
}
#container .sec3 .gelWrap li{
	margin: 5% 0 0;
	padding: 0 2%;
}

@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;
}
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual .headtitle{
	font-size: 1.5rem;
}
#container .mainvisual  .buy-btn a{
	width: 80%;
}

/*-------------------
   section共通
-------------------*/
#container .text,
#container .gelWrap li .gel-catch,
#container .gelWrap li .number{
	font-size: 1.1rem;
}
#container .gelWrap li .name{
	font-size: 1.3rem;
	letter-spacing: -0.5px;
	text-align: center;
}
#container .gelWrap li .number{
	margin: 0 0 7%;
}
#container .gelWrap li .number:before{
	font-size: 0.9rem;
}
#container .sub-title{
	font-size: 2.2rem;
}
#container .gelWrap li .buy-btn a{
	font-size: 1.5rem;
}

/*-------------------
   section1.2
-------------------*/
#container .sec1 .featureWrap .textBox dt{
	font-size: 2rem;
}
#container .sec1 .featureWrap .textBox dt span{
	font-size: 2.8rem;
}
#container .sec1 .featureWrap .textBox dd,
#container .sec2 .howtoWrap li{
	font-size: 1.1rem;
}

/*-------------------
   section3
-------------------*/
#container .sec3 .merit dt img{
	width: 125px;
}
#container .sec3 .merit dd,
ontainer .sec3 .beaf li,
#container .sec3 .salon-text{
	font-size: 1.1rem;
}
#container .sec3 .academy-title{
	font-size: 2rem;
}
#container .sec3 .academy-btn a{
	font-size: 1.8rem;
}
#container .sec3 .academy-btn a::before {
	border: solid 7px transparent;
	border-left: solid 9px #fff;
}
}

@media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container{
	margin: 0 auto;
	width: 1040px;
}
#container .buy-btn a{
	font-size: 1.3rem;
	line-height: 3rem;
}
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd-forump-base/pc-logo.png) no-repeat;
	background-color: #fa6887;
}
#container .mainvisual .head-catch{
	display: block;
	margin: 0 auto;
	width: 800px;
}
#container .mainvisual .headtitle{
	font-size: 1.3rem;
}
#container .mainvisual .buy-btn a{
	width: 70%;
}

/*-------------------
   section共通
-------------------*/
#container .sec1,
#container .sec3{
	background: url(/contents/shop/sevenbeauty/img/freepage/omd-forump-base/sec-bg-pc.png) repeat-y;
	padding: 5%;
}
#container .sec-title{
	margin: 0 auto;
	width: 640px;
}
#container .gelWrap li{
	margin: 3% 0 0;
}
#container .text,
#container .gelWrap li .gel-catch,
#container .gelWrap li .number{
	font-size: 0.9rem;
}
#container .gelWrap li .name{
	font-size: 1.1rem;
	margin: 0 0 3%;
	text-align: center;
}
#container .gelWrap li .number{
	margin: 0 0 5%;
}
#container .gelWrap li .number:before{
	padding: 1% 2%;
}
#container .gelWrap li .buy-btn a{
	font-size: 1.3rem;
}
#container .question{
	margin: 3% auto 1%;
	width: 560px;
}
#container .sub-title{
	font-size: 2.5rem;
}

/*-------------------
   section1
-------------------*/
#container .sec1 .featureWrap{
	align-items: center;
	margin: 3% 0 0;
}
#container .sec1 .featureWrap{
	padding: 3% 1%;
}
#container .sec1 .change{
	flex-wrap: nowrap;
}
#container .sec1 .featureWrap img:not(.teacher),
#container .sec1 .featureWrap .textBox{
	margin: 0 2%;
	width: 46%;
}
#container .sec1 .featureWrap .textBox dt{
	font-size: 1.7rem;
	margin: 0;
}
#container .sec1 .featureWrap .textBox dt span{
	font-size: 2.5rem;
}
#container .sec1 .featureWrap .textBox dd{
	font-size: 0.9rem;
}

/*-------------------
   section2
-------------------*/
#container .sec2 .howtoWrap li{
	margin: 3% 1% 0;
	width: 23%;
}

/*-------------------
   section3
-------------------*/
#container .sec3 .innerWrap{
	margin: 3% 0 0;
}
#container .sec3 .merit dt img{
	width: 125px;
}
#container .sec3 .merit dd{
	margin: 1% 0 3%;
}
#container .sec3 .beaf{
	margin: 0 auto 5%;
	width: 700px;
}
#container .sec3 .beaf li{
	margin: 0 2%;
	width: 46%;
}
#container .sec3 .artWrap img:not(.teacher),
#container .sec3 .artWrap .right{
	margin: 0 2%;
	width: 46%;
}
#container .sec3 .salon-text{
	margin: 5% auto 2%;
	text-align: center;
	width: 750px;
}
#container .sec3 .photo{
	display: block;
	margin: 0 auto;
	width: 560px;
}
#container .sec3 .academy-title{
	font-size: 2.2rem;
	margin: 2% 0;
}
#container .sec3 .academy-btn a{
	font-size: 1.5rem;
	margin: 0 auto;
	padding: 2%;
	width: 70%;
}
#container .sec3 .academy-btn a::before {
	border: solid 7px transparent;
	border-left: solid 9px #fff;

}
}