@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;
	max-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{
    clear: both;
    position: relative;
    display: block;
    padding: 3px 0 3px 0;
    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;
	text-align:center;
	font: bold 1.2rem/2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
#container .buy-btn a {
	color: #fff;
    display: block;
    text-decoration: none;
}
#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/compact_chair/compact_chair_main.jpg) no-repeat;
    background-size: 100%;
    padding: 1.5% 3%;
}

#container .mainvisual  .headtitle {
    color: #563223;
    font: bold 1.8rem/1.1 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
    letter-spacing: -0.5px;
    margin: 0;
    padding: 0 0 51%;
    text-shadow: -1px -1px 5px #fff, 1px 1px 5px #fff, 0px 0px 20px #fff, -2px -2px 5px #fff, 2px 2px 5px #fff, 0px 0px 7px #fff, 0px 0px 10px #fff, 0px 0px 15px #fff, 0px 0px 20px #fff;
}
#container .mainvisual .tx01{
	font: bold 1rem/1.3 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    margin: 0 auto 2%;
    text-align: center;
    width: 96%;
}
#container .wrapper .mainvisual .tx02 {
    font: 0.9rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    text-align: center;
}
#container .wrapper .mainvisual .tx02 span {
    background-color: #666;
    color: #FFF;
    font-size: 0.7rem;
    margin: 0 1% 0 0;
    padding: 1% 2%;
}
#container .wrapper .mainvisual .buy-btn a{
	margin: 0 auto;
    width: 90%;
}

/*-------------------
   section共通
-------------------*/
#container .sec-title{
	color: #2f2f2f;
	font: bold 1.5rem/1.2 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	letter-spacing: -1px;
	margin: 8% 0 3%;
	padding: 3%;
    position: relative;
    text-align: center;
}
#container .sec-title em{
	color: #2f2f2f;
	font-size: 2rem;
	font-weight: bold;
}
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 #878180;
	border-bottom: 1px solid #878180;
}
#container .sec-title:after{
	bottom: 0;
	border-top: 1px solid #878180;
	border-bottom: 2px solid #878180;
}
#container .wide-pht{
	display: block;
	margin: 0 auto;
	width: 90%;
}

/*-------------------
   section1
-------------------*/
#container .sec1 .tx02{
	color: #2f2f2f;
    font: bold 1rem/1.4 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    margin: 0 auto;
    width: 90%;
    text-align: center;
}
#container .sec1 img{
	margin: 3% 0 0;
	width: 50%;
}

/*-------------------
   section2
-------------------*/
#container .sec2  .tx02{
    color: #2f2f2f;
    font: bold 1rem/1.4 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    margin: 0 auto;
    width: 90%;
    text-align: center;
}

/*-------------------
   section4
-------------------*/
#container .sec4 .cushion-wrap{
	margin: 3% 0 0;
}
#container .sec4 .cushion-wrap li{
	align-items: center;
	justify-content: center;
	margin: 0;
}
#container .sec4 .cushion-wrap li img,
#container .sec4 .cushion-wrap li .cushion-txt{
	width: 50%;
}
#container .sec4 .cushion-wrap li .cushion-txt{
	font: 1rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
	padding: 0 5%;
}

/*-------------------
   section5
-------------------*/
#container .sec5 .howto-title{
	background: #a98575;
	border-radius: 30px;
	color: #FFF;
	font: bold 1.3rem/1.5 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	margin: 5% auto 3%;
	text-align: center;
	width: 90%;
}
#container .sec5 dl{
	margin: 0 auto 5%;
	width: 90%;
}
#container .sec5 dt img{
	display: block;
	margin: 0 auto 1%;
	width: 100%;
}
#container .sec5 dd{
	font: 0.9rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
}
#container .sec5 dd span{
	font-size: 0.7rem;
}

/*-------------------
   section6
-------------------*/
#container .sec6 .angle-desc-txt{
	font: 0.9rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    margin: 2% auto 0;
    width: 90%;
}

/*-------------------
   section7
-------------------*/
#container .sec7 .detail-title{
	background: #a98575;
	color: #FFF;
	font: 1.5rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
	margin: 8% 0 5%;
	padding: 1% 4%;
}
#container .sec7 .size-wrap img{
	display: block;
	margin: 0 auto 5%;
	width: 90%;
}
#container .sec7 .color-wrap{
	margin: 0 auto;
	width: 94%;
}
#container .sec7 .color-wrap li{
	margin: 0 2%;
	width: 29.3%;
}
#container .sec7 .item-name{
	color: #2f2f2f;
	font: bold 1.3rem/1.2 "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	letter-spacing: -1px;
	margin: 5% auto 3%;
	width: 90%;
}
#container .sec7 .detail-wrap li{
	font: 0.9rem/1.2 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
	margin: 0 auto 3%;
	width: 90%;
}
#container .sec7 .detail-wrap li:before{
	content: "■";
	font-size: 0.7rem;
}
#container .sec7 .icon-price{
	margin: 3% auto;
	width: 94%;
}
#container .sec7 .icon-price .item-icon{
	margin: 0 1%;
	width: 18%;
}
#container .sec7 .icon-price .item-price{
	color: #d8017c;
	font: bold 1.2rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
	margin: 0 1%;
	text-align: left;
	width: 56%;
}
#container .sec7 .icon-price .item-price em{
	color: #d8017c;
	font-size: 2.2rem;
	font-weight: bold;
}
#container .sec7 .buy-btn a{
	margin: 0 auto;
	width: 90%;
}
#container .feature{
	margin: 8% auto;
	width: 90%;
}
#container .feature h3{
	border-left: solid 4px #94c;
	font: bold 1.2rem/1.6 'Ubuntu',"ヒラギノ角ゴ ProN W3",'Hiragino Kaku Gothic ProN','メイリオ', Meiryo,"遊ゴシック体",YuGothic,"游ゴシック","Yu Gothic",'ＭＳ ゴシック',sans-serif;
    margin: 0 0 3%;
    padding: 0 2%;
}
#container .feature .bn{
	display: block;
	width: 100%;
}
#container .feature .bn li img{
	margin: 0 auto 3%;
	width: 100%;
}

@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: 3.5rem;
}
#container .mainvisual .tx01{
	font-size: 1.5rem;
}
#container .wrapper .mainvisual .tx02 {
   font-size: 1.2rem;
   margin: 0 0 3%;
}
#container .wrapper .mainvisual .tx02 span {
    font-size: 0.9rem;
}

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

/*-------------------
   section1.2.4
-------------------*/
#container .sec1 .tx02,
#container .sec2  .tx02,
#container .sec4 .cushion-wrap li .cushion-txt{
    font-size: 1.5rem;
}

/*-------------------
   section5
-------------------*/
#container .sec5 .howto-title{
	font-size: 1.8rem;
}
#container .sec5 .howto-wrap{
	width: 94%;
}
#container .sec5 dl{
	margin: 0 2% 5%;
	width: 46%;
}
#container .sec5 dd{
	font-size: 1.1rem;
}
#container .sec5 dd span{
	font-size: 0.9rem;
}

/*-------------------
   section6
-------------------*/
#container .sec6 .angle-desc-txt{
	font-size: 1.1rem;
}

/*-------------------
   section7
-------------------*/
#container .sec7 .detail-title{
	font-size: 1.8rem;
}
#container .sec7 .item-name{
	font-size: 2.2rem;
	margin: 3% auto 2%;
}
#container .sec7 .detail-wrap li{
	font-size: 1.1rem;
	margin: 0 auto 2%;
}
#container .sec7 .detail-wrap li:before{
	font-size: 0.9rem;
}
#container .sec7 .icon-price .item-price{
	font-size: 2.5rem;
}
#container .sec7 .icon-price .item-price em{
	font-size: 4.5rem;
}
#container .sec7 .buy-btn a{
	width: 80%;
}
#container .feature{
	margin: 8% auto;
	width: 90%;
}
#container .feature h3{
	border-left: solid 7px #94c;
	font-size: 1.5rem;
	padding: 0 1%;
}
}
 @media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container{
	margin: 0 auto;
	width: 1040px;
}
#container .buy-btn a{
	font-size: 1.5rem;
	line-height: 3.2rem;
}
/*-------------------
   mainvisual
-------------------*/
#container .mainvisual{
    padding: 4% 2%;
}
#container .mainvisual  .headtitle {
   font-size: 4rem;
    padding: 0 0 49%;
}
#container .mainvisual .tx01{
	font-size: 1.5rem;
    margin: 0 auto 1%;
}
#container .wrapper .mainvisual .tx02 {
    font-size: 1.2rem;
    margin: 0 0 2%;
}
#container .wrapper .mainvisual .tx02 span {
    font-size: 0.8rem;
    padding: 0.5%;
}
#container .wrapper .mainvisual .buy-btn a{
	margin: 0 auto;
    width: 70%;
}

/*-------------------
   section共通
-------------------*/
#container .sec-title{
	font-size: 3rem;
	margin: 5% 0 2%;
	padding: 1%;
}
#container .sec-title em{
	font-size: 3.5rem;
}

/*-------------------
   section1.2
-------------------*/
#container .sec1 .tx02,
#container .sec2  .tx02{
    font-size: 1.5rem;
    margin: 0 0 1%;
}

/*-------------------
   section4
-------------------*/
#container .sec4 .cushion-wrap li .cushion-txt{
	font-size: 2.2rem;
	text-align: center;
}

/*-------------------
   section5
-------------------*/
#container .sec5 .howto-title{
	font-size: 1.8rem;
	margin: 5% auto 2%;
}
#container .sec5 .howto-wrap{
	width: 94%;
}
#container .sec5 dl{
	margin: 0 2%;
	width: 46%;
}
#container .sec5 dd span{
	display: block;
	font-size: 0.8rem;
}

/*-------------------
   section6
-------------------*/
#container .sec6 .angle-desc-txt{
    margin: 1% auto 0;
}

/*-------------------
   section7
-------------------*/
#container .sec7 .detail-title{
	font-size: 1.8rem;
}
#container .sec7 .size-wrap img{
	margin: 0 auto;
	width: 50%;
}
#container .sec7 .item-name{
	font-size: 2.2rem;
	margin: 5% auto 1%;
	text-align: center;
}
#container .sec7 .detail-wrap li{
	margin: 0 auto 1%;
	width: 510px;
}
#container .sec7 .detail-wrap li:before{
	content: "■";
	font-size: 0.7rem;
}
#container .sec7 .icon-price{
	margin: 2% auto;
	width: 510px;
}
#container .sec7 .icon-price .item-price{
	font-size: 1.8rem;
}
#container .sec7 .icon-price .item-price em{
	font-size: 3.2rem;
}
#container .sec7 .buy-btn a{
	width: 70%;
}
#container .feature h3{
	border-left: solid 6px #94c;
    margin: 0 0 2%;
    padding: 0 1%;
}
#container .feature .bn{
	display: flex;
}
#container .feature .bn li{
	margin: 0 1%;
	width: 48%;
}
}