@charset "utf-8";
/*-------------------
   clearfix
-------------------*/
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}

/*-------------------
   common
-------------------*/
.wrapper {
	font: 0.9rem/1.2 "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
	font-feature-settings: "palt";
	padding: 0 0 20px;
	position: relative;
}
.wrapper * {
	box-sizing: border-box;
}
.wrapper a {
	color: inherit;
	display: block;
}
.wrapper img {
	height: auto;
	max-width: 100%;
}
/*-- 画面外にいる状態 --*/
.fadein {
	opacity : 0;
	transform : translate(0, 30px);
	transition: ease-in 400ms;
}
/*-- 画面内に入った状態 --*/
.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}
#container .flex {
	display: flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: -webkit-flex;
	flex-wrap: wrap;
	margin: 0 auto;
}
/*-----------------------
   ボタン
-----------------------*/
#container .wrapper .buy-btn {
	clear:both;
	position: relative;
	margin:10px auto;
	text-align:center;
	padding:7px 0 7px 0;
	font: bold 1.0rem/2.4 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	text-align:center;
	color: #fff;
	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;
	width: 90%;
}
#container .wrapper .buy-btn a {
	color: #fff;
	display: block;
	text-decoration: none;
}
#container .wrapper .buy-btn a::before {
	position: relative;
	display: inline-block;
	width: 0;
	height: 0;
	top: -1px;
	border: solid 5px transparent;
	border-left: solid 7px #fff;
	content: "";
}
#container .wrapper .buy-btn:hover {
	filter: alpha(opacity=90);
	opacity: 0.7;
	transition: all ease-in 0.4s;
}
/*-----------------------
   section
-----------------------*/
/*  スマートフォン  */
@media screen and (max-width: 767px) {
/*-------------------
   common
   -------------------*/
.wrapper {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
	padding-bottom: 30px;
}
.wrapper * {
	box-sizing: border-box;
}
.wrapper a {
	color: inherit;
	display: block;
}
.wrapper img {
	display: block;
	height: auto;
	margin: 10px auto;
	max-width: 100%;
}
/*-------------------
   .mainvisual
-------------------*/
#container .mainvisual {
    font: 12px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    background: url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/sp_top.jpg) no-repeat;
    background-size: contain;
	background-position: 50% 24%;
	position: relative;
	margin: 0;
}
#container .sub-title {
	display: block;
	position: relative;
	font: bold 1.3rem/1 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #ba85b8;
	text-align: center;
}
#container .head-title {
    display: block;
    position: relative;
    margin: 0 0 220px 0;
    font: bold 1.4rem/1 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    color: #000000;
    text-align: center;
}
#container .item-title {
    display: block;
    position: relative;
    margin: 0 0 30px 0;
    font: bold 1.4rem/1 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    color: #000000;
    text-align: center;
}
#container .head-title strong,
#container .item-title strong {
	display: block;
	padding: 10px 0 0 0;
	font-size: 2.4rem;
	color: #512762;
	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;
	webkit-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;
}
#container .item-title strong {
	font-size: 1.8rem;
}
#container .head-title em,
#container .item-title em {
	font-size: 2rem;
}
#container .head-item {
	position: relative;
	margin: 15px auto;
	font: bold 1.0rem/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: -0.05rem;
	text-align:center;
}
#container .head-use img {
	width:70%;
}

#container .head-item em {
	display: block;
	font-size: 1.1rem;
}
#container .mainvisual .buy-btn {
    display: block;
    margin: 0 auto 50px;
    width: 90%;

}
/*-------------------
   section共通
-------------------*/
#container section {
    border-top: dashed 2px #f4ddf4;
	margin: 10px auto;
    padding: 20px 10px;
}
#container section:first-child {
	border-top: none;
}
#container .section-title {
	font: normal 1.4rem/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 10px 10px 5px 15px;
	position: relative;
	margin: 20px 0 15px;
	text-align:center;
}
#container .section-title span:before {
	content: url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/point_check.png);
	padding: 5px;
	position: relative;
	top: 5px;
}
#container .section-title span {
	display: block;
	font: normal .8em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .section-title span i {
	padding-left: 5px;
	font: italic 1.1rem Georgia, "Times New Roman", Times, serif;
	color: #49256e;
}
#container .section-title span em {
	padding-left: 3px;
	font: italic 1.2rem Tahoma, Geneva, sans-serif;
	color: #49256e;
}
#container .section-title strong {
	padding-left: 3px;
	font-size: 1.2rem;
	color: #49256e;
}
#container .under {
	border-bottom: solid 1px #000;
}
#container .point-title {
	margin: 10px auto 10px;
	font: normal 1.5rem/1.1 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing:-0.05rem;
	color:#6C6CFF;
	text-align: center;
}
#container .point-title strong {
	display: block;
	margin:5px 0 0 0;
	font: bold 1.2rem "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #C00;
}
#container .text {
	margin: 15px 7px;
	font: 0.9rem/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: left;
}
#container .wrapper .img-class {
	flex-wrap: wrap;
	justify-content: center;
}
#container .wrapper .img-class img {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 90%;
    padding: 0 5px 0 5px;
}
/*-------------------
   section1
--------------------*/
#container .top-title {
	color: #000;
	font: bold 1.4rem/1.2 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin: 10px auto;
	text-align: center;
}
#container .top-title em {
	font-size: 1.2rem;
}
#container .top-title strong {
	color: #512762;
	font-size: 1.5rem;
}
#container .top-title span, #container .top-title span strong {
	color: #C03;
}
#container .re-title {
	color: #512762;
	font: bold 1.4rem/1.2 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	letter-spacing: -1px;
	margin: 30px auto 10px;
	text-align: center;
}
#container .sec1_point {
	margin: 0 auto;
	width: 96%;
}
#container .sec1_point li {
	font: 1em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0 10px;
	margin: 10px auto;
	width: 96%;
}
#container .sec1_point li p {
	font: 0.9rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0 10px;
}
#container .sec1_point li img {
	display: block;
	margin: 10px auto;
	text-align: center;
}
#container .power {
	border: solid 3px #7b4999;
	padding: 5px;
	margin: 10px auto 30px;
	width: 94%;
}
#container .power_up {
	border: solid 1px #7b4999;
	padding: 10px;
}
#container .voice {
	background: url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/voice_bg.png) no-repeat;
	height: 448px;
	margin: 0 auto;
	width: 924px;
}
#container .voice li {
	color: #fff;
	font: bold 1.3rem/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: absolute;
	text-align: center;
}
#container ul.old {
	float: left;
	height: 448px;
	position: relative;
	width: 46%;
}
#container .old li:first-child {
	left: 20px;
	top: 35px;
	width: 35%;
}
#container .old li:nth-child(2) {
	left: 20px;
	top: 210px;
	width: 35%;
}
#container .old li:nth-child(3) {
	left: 25px;
	bottom: 55px;
	width: 35%;
}
#container .old li:nth-child(4) {
	right: 20px;
	top: 30px;
	width: 35%;
}
#container .old li:nth-child(5) {
	right: 20px;
	bottom: 53px;
	width: 35%;
}
#container .old li.power-title, #container .new li.power-title {
	color: #000;
	bottom: 0px;
	font-size: 1.8em;
	text-align: center;
	width: 100%;
}
#container ul.new {
	float: right;
	height: 448px;
	position: relative;
	width: 46%;
}
#container .new li:first-child {
	left: 15px;
	top: 38px;
	width: 35%;
}
#container .new li:nth-child(2) {
	left: 15px;
	top: 195px;
	width: 35%;
}
#container .new li:nth-child(3) {
	left: 30px;
	bottom: 68px;
	width: 35%;
}
#container .new li:nth-child(4) {
	right: 17px;
	top: 55px;
	width: 38%;
}
#container .new li:nth-child(5) {
	right: 25px;
	bottom: 73px;
	width: 38%;
}
/*-------------------
   section3
--------------------*/
#container .needs {
	height: 100px;
	margin: 10px auto;
	width: 96%;
}
#container .needs li {
	border-radius: 30px;
	color: #fff;
	float: left;
	font: 1.8rem/2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 48px;
	margin: 5px 0 0 3%;
	text-align: center;
	width: 30%;
}
#container .needs li::after {
	content: url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/arrow.png);
	display: block;
	padding: 15px;
}
#container .needs li.mint {
	background-color: #48759e;
}
#container .needs li.lavender {
	background-color: #8f82bc;
}
#container .needs li.citrus {
	background-color: #ec8d41;
}
#container .flavor {
	margin: 10px auto 30px;
	width: 96%;
}
#container .flavor li {
	border-radius: 50%;
	float: left;
	height: 293px;
	margin: 5px 0 0 3%;
	width: 293px;
}
#container .flavor li dt {
	font: bold 2.7rem "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin: 25px auto 10px;
	text-align: center;
}
#container .flavor li dd {
	font: 1.5rem/1.3 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 10px auto;
	width: 80%;
}
#container .flavor li.mint {
	background: url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/min_bg.jpg) no-repeat;
	background-position: left bottom;
	border: solid 3px #48759e;
}
#container .flavor li.lavender {
	background: url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/lav_bg.jpg) no-repeat;
	background-position: left bottom;
	border: solid 3px #8f82bc;
}
#container .flavor li.citrus {
	background: url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/sit_bg.jpg) no-repeat;
	background-position: left bottom;
	border: solid 3px #ec8d41;
}
#container .flavor li.mint dt {
	color: #48759e;
}
#container .flavor li.lavender dt {
	color: #8f82bc;
}
#container .flavor li.citrus dt {
	color: #ec8d41;
}
/*-------------------
   section4-5
--------------------*/
#container .square {
	border: solid 1px #8f82bc;
	border-radius: 10px;
	padding: 10px;
	margin: 10px auto 30px;
	width: 96%;
}
#container .hikaku, #container .hikaku2 {
	margin: 0 auto;
	width: 94%;
}
#container .sec4 .hikaku li {
	font: 1.1rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .hikaku li {
	float: left;
	padding: 0 10px;
	text-align: center;
}
#container .sec4 .hikaku li {
	margin: 10px 0 10px 1.5%;
}
#container .sec5 .hikaku li {
	margin: 10px 0 10px 3%;
	width: 45%;
}
#container .hikaku2 li {
	padding: 0 10px;
	text-align: center;
}
/*-------------------
   section6
--------------------*/
#container .harb-bg .point-title {
	font-size: 2.4em;
}
/*-------------------
   section5
--------------------*/
#container .buy-item {
	margin: 20px auto 40px;
}
#container .buy-item li {
}

#container .buy-item dl{
	margin:0 auto;
	padding:0 20px;
}

#container .buy-item .item-name {
	font: bold 1.1rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 5px;
}
#container .buy-item .item-name strong {
	display: block;
	font-size: 1.1rem;
}
#container .buy-item .no {
	border: solid 1px #666;
	display: block;
	font: 0.9rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 5px;
}
#container .buy-item .no::before {
	background-color: #666;
	content: "商品番号";
	color: #fff;
	height: 36px;
	padding: 0 10px;
	margin-right: 20px;
}
#container .buy-item .price {
	color: #C03;
	display: block;
	font: bold 1.5rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 5px 0 0 0;
	text-align: right;
}
#container .buy-item .price::after {
	content: "（税込）";
	color: #000;
	font: normal 0.9rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .buy-item .wait {
	display: block;
	font: 0.9rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing:-0.05rem;
	margin: 0 20px 0;
	text-align: right;
}
#container .buy-btn {
	background: #9dd53a;
	background: -moz-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
	background: -webkit-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
	background: linear-gradient(to bottom, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
	border-radius: 5px;
	border: #99b61e 1px solid;
	color: #fff;
	border-radius: 5px;
	display: block;
	font: bold 18px/36px 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 20px auto;
	text-align: center;
	width: 72%;
}
#container .buy-btn a {
	color: white;
	display: block;
	text-decoration: none;
}
#container .buy-btn:hover {
	filter: alpha(opacity=90);
	opacity: 0.7;
	transition: all ease-in 0.4s;
}
#container #item-buy {
	padding-top: 30px;
}
/*-------------------
   section_step
--------------------*/
.sec_step{
		padding-top:60px;
}
.dry_head_spa{
	border-radius: 20px;
	background-color:#fffcdb;
	padding:30px 0;
	margin-bottom: 60px;
}
.sec_step .title{
	margin:0 20px 0 20px;
	padding:15px 10px 5px 10px;
	overflow:hidden;
}
.sec_step .title img{
	float:left;
	margin:5px 25px 0 0;
}
.sec_step .title em{
	color:#e62e8b;
	font-size:2rem;
	font-weight:bold;
	line-height:1.1rem;
	padding-top:10px;
}
.sec_step .title strong{
	font-size:1.8em;
    margin-left: -10px;
}
.sec_step .yoyaku{
	width: 85px;
	height: 60px;
	display: block;
	position: relative;
	background: url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/n_step7.png) no-repeat left top;
    left: 320px;
    top:100px;
}
.sec_step span.yoyaku_text{
	visibility:hidden;
}
.sec_step ul.step{
	width:100%;
	font: 0.8rem/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin:0 auto;
	overflow:hidden;
}
.sec_step ul.step li{
  width : 33.33333% ; /* 未対応ブラウザ用フォールバック */
  width : -webkit-calc(100% / 3) ;
  width : calc(100% / 3) ;
  float:left;
}
li.step1,li.step2,li.step3,li.step4,li.step5,li.step6{
	height:186px;
	line-height:1.3rem;
	padding:15px 50px 0 160px;
}
.sec_step ul.step li strong{
	display:block;
}
.sec_step ul.step li.step1{
	background:url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/n_step1.png) left top no-repeat;
	background-size: contain;
}

.sec_step ul.step li.step2{
	background:url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/n_step2.png) left top no-repeat;
	background-size: contain;
}
.sec_step ul.step li.step3{
	background:url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/n_step3.png) left top no-repeat;
	background-size: contain;
}
.sec_step ul.step li.step4{
	background:url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/n_step4.png) left top no-repeat;
	background-size: contain;
}
.sec_step ul.step li.step5{
	background:url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/n_step5.png) left top no-repeat;
	background-size: contain;
}
.sec_step ul.step li.step6{
	background:url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/n_step6.png) left top no-repeat;
	background-size: contain;
}

.sec_step ul.step li p{
	text-align:left;
}

.sec_step {
	padding-top: 30px;
}
.dry_head_spa {
	border-radius: 20px;
	background-color: #fffcdb;
	padding: 30px 0;
}
#container section .title {
	overflow: hidden;
	margin: 0 10px 10px 10px;
	text-align: center;
}
#container section .title img {
	float: left;
	margin: 5px 25px 10px 0;
}
#container section .title em {
    color: #e62e8b;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.4;
    padding-top: 5px;
    display: block;
}
#container section .title strong {
    font-size: 1.2rem;
    margin-left: -10px;
}
.sec_step ul.step {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
	padding: 0 5px 0 0;
}
.sec_step ul.step li {
	margin: 0 0 0 10px;
	text-align:center;
	position: relative;
	width : 360px;
}
.sec_step ul.step li p {
    position: absolute;
    top: 16px;
    left: 153px;
    margin: 0 auto;
    padding: 0 10px 0 0;
    height: 186px;
    font: normal 0.8rem/1.3 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    letter-spacing: -0.05rem;
    color: #000;
}
#container .item-title {
    margin: 0 0 30px 0;
}
.sec_step ul.step li strong {
	display: block;
}
.sec_step .seminar_button {
	display: block;
	width: 95%;
	margin: 20px auto 0px auto;
	padding: 10px 5px;
	font: bold 1.0rem/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align: center;
	color: #ffffff;
	text-shadow: 1px 1px 1px #555555;
	background: linear-gradient(to bottom, rgba(255, 153, 0, 0.65) 0%, rgba(255, 153, 0, 0.9) 100%);
	border: rgba(255, 153, 0, 0.97) 1px solid;
	box-shadow: 1px 3px 0 rgba(175, 105, 50, 0.9);
	border-radius: 5px;
}
.sec_step .seminar_button:active {
	box-shadow: none;
}
/*-------------------
   footer
--------------------*/
#container .page-top img {
	display: block;
	margin: 5px auto;
	text-align: center;
}
}
/*ここからPC*/
@media screen and (min-width: 768px) {
#container  {
	margin:0 auto;
	max-width:900px;
	overflow: hidden;
}
#container .head-use {
display: block;
    float: left;
    margin: 0 auto;
    width: 65%;
}
/*-------------------
   common
   -------------------*/
.wrapper {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: relative;
    padding-bottom: 0;
	margin: 0 auto;
}
.wrapper * {
	box-sizing: border-box;
}
.wrapper a {
	color: inherit;
	display: block;
}
.wrapper a:hover {
	color: inherit;
	text-decoration: none;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
/*-------------------
   .mainvisual
-------------------*/
#container .mainvisual{
	background: url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/pc_top.jpg) no-repeat;
	display: block;
	height: 849px;
	position: relative;
	margin: 0 0 90px;
    background-size: contain;
}

#container .mainvisual ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#container .mainvisual ul li{
	position:relative;
	margin:0;
	padding:0 5px 0 5px;
    width: 100%;
    -webkit-width: 100%;
}
#container .mainvisual ul li:last-child{
	margin: 350px 0 0;
	padding: 0 20px;
}
#container .mainvisual ul li:last-child p {
    display: inline-block;
    width: 60%;
}
#container .mainvisual ul li:last-child p.head-use {
	margin: 25px 0;
    width: 40%;
}
#container .mainvisual ul li:last-child p.buy-btn {
    width: 100%;
}
#container .mainvisual ul li img {
    margin: 0;
    padding: 0 0;
    display: block;
}

#container .sub-title {
	margin: 20px 0 0 20px;
	color: #ba85b8;
	display: block;
	font: bold 2.2rem/1.2 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	position: relative;

}
#container .head-title,
#container .item-title{
    margin: 5px 0 20px 20px;
    color: #000;
    display: block;
    font: bold 1.6rem/.9 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    position: relative;
    text-align: left;
}
#container .item-title {
	text-align: center;
}
#container .head-title strong,
#container .item-title strong {
	margin: 10px 0 0 0;
	color: #512762;
	display: block;
	font-size:4.5rem;
	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;
	webkit-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;
}
#container .head-title em,
#container .item-title em{
	font-size: 3.2rem;
}
#container ul.head-icon {
	background: url(h/contents/shop/sevenbeauty/img/freepage/herbaqua_s/3boll.png) no-repeat;
	display: inline-block;
	height: 177px;
	position: absolute;
	top: 15px;
	right: 15px;
	width: 519px;
}
#container ul.head-icon li{
	color: #fff;
	float: left;
	font: 1.8rem/1.3 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 8% 2% 0 3%;
	text-align: center;
	width: 33%;
}
#container .head-item {
	font: 1.8rem/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:center;
	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;
	webkit-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;
	margin:20px 0 10px;
}
#container .head-item br{
	display:none;
}

#container .head-price {
    margin: 0 0 0 26%;
    text-align: right;
    width: 70%;
}

#container .mainvisual .buy-btn {
}

/*-------------------
   section共通
-------------------*/
#container section{
	border-top: dashed 2px #f4ddf4;
	margin: 30px auto;
}
#container section:first-child{
	border-top: none;
}
#container .section-title {
	font: normal 2.7rem/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 10px 0 5px 10px;
	position: relative;
	margin: 40px 0 15px;
	width: 100%;
}
#container .section-title span:before{
	content: url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/point_check.png);
	padding: 5px;
	position: relative;
	top: 5px;
}
#container .section-title span{
	display: block;
	font: normal 1.2rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .section-title span i{
	color: #beaad1;
	font: italic 1.1rem Georgia, "Times New Roman", Times, serif;
	padding-left: 5px;
}
#container .section-title span em{
	color: #49256e;
	font: italic 1.2rem Tahoma, Geneva, sans-serif;
	padding-left: 3px;
}
#container .section-title strong{
	color: #49256e;
	font-size: 1.2rem;
	padding-left: 3px;
}
#container .under {
	border-bottom: solid 1px #000;
}
#container .point-title{
	color: #b999d8;
	font: normal 2.4rem/1.4 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin: 30px auto 10px;
	text-align: center;
}
#container .point-title strong{
	color: #C00;
    font: bold 2.2rem "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#container .text{
	font: 1rem/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 15px auto;
	text-align: left;
	width: 90%;
}
#container .img img{
	display: block;
	margin: 10px auto;
	text-align: center;
}

/*-------------------
   section1
--------------------*/
#container .top-title{
	color: #000;
	font: bold 2.7rem/1.2 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin: 20px auto 30px;
	text-align: center;
}
#container .top-title strong{
	color: #512762;
}
#container .top-title span,
#container .top-title span strong{
	color: #C03;
}
#container .re-title{
	color: #512762;
	font: bold 2.7rem/1.2 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin: 50px auto 20px;
	text-align: center;
}
#container .sec1_point{
	margin: 0 auto;
	width: 80%;	
}
#container .sec1_point li{
	float: left;
	font: 1em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0 10px;
	margin: 10px 0 10px 4%;
	width: 46%;
}
#container .sec1_point li p{
	font: 1.3rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0 30px;
}
#container .sec1_point li img{
	display: block;
	margin: 10px auto;
	text-align: center;
}
#container .power{
	background-color: #fdf7fd;
	border: solid 3px #7b4999;
	padding: 5px;
	margin: 10px auto 30px;
	width: 94%;
}
#container .power_up{
	border: solid 1px #7b4999;
	padding: 10px;
}
#container .voice {
	background: url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/voice_bg.png) no-repeat;
	height: 448px;
	margin: 0 auto;
	width: 924px;
}
#container .voice li{
	color: #fff;
	font: bold 1.3rem/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: absolute;
	text-align: center;
}
#container ul.old{
	float: left;
	height: 448px;
	position: relative;
	width: 46%;
}
#container .old li:first-child{
	left: 20px;
	top: 35px;
	width: 35%;
}
#container .old li:nth-child(2){
	left: 20px;
	top: 210px;
	width: 35%;
}
#container .old li:nth-child(3){
	left: 25px;
	bottom: 55px;
	width: 35%;
}
#container .old li:nth-child(4){
	right: 20px;
	top: 30px;
	width: 35%;
}
#container .old li:nth-child(5){
	right: 20px;
	bottom: 53px;
	width: 35%;
}
#container .old li.power-title,
#container .new li.power-title{
	color: #000;
	bottom: 0px;
	font-size: 1.8em;
	text-align: center;
	width: 100%;
}
#container ul.new{
	float: right;
	height: 448px;
	position: relative;
	width: 46%;
}
#container .new li:first-child{
	left: 15px;
	top: 38px;
	width: 35%;
}
#container .new li:nth-child(2){
	left: 15px;
	top: 195px;
	width: 35%;
}
#container .new li:nth-child(3){
	left: 30px;
	bottom: 68px;
	width: 35%;
}
#container .new li:nth-child(4){
	right: 17px;
	top: 55px;
	width: 38%;
}
#container .new li:nth-child(5){
	right: 25px;
	bottom: 73px;
	width: 38%;
}

#container .wrapper .img-class {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#container .wrapper .img-class img {
	position:relative;
	margin:0;
	padding:0 5px 0 5px;
    width: calc(98% / 3);
    webkit-width: calc(98% / 3);
}

/*-------------------
   section3
--------------------*/
#container .needs{
	height: 100px;
	margin: 10px auto;
	width: 96%;
}
#container .needs li{
	border-radius: 30px;
	color: #fff;
	float: left;
	font: 1.8rem/2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	height: 48px;
	margin: 5px 0 0 3%;
	text-align: center;
	width: 30%;
}
#container .needs li::after{
	content: url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/arrow.png);
	display: block;
	padding: 15px;
}
#container .needs li.mint{
	background-color: #48759e;
}
#container .needs li.lavender{
	background-color: #8f82bc;
}
#container .needs li.citrus{
	background-color: #ec8d41;
}
#container .flavor{
	margin: 10px auto 30px;
	width: 96%;
}
#container .flavor li{
	border-radius: 50%;
	float: left;
	height: 293px;
	margin: 5px 0 0 3%;
	width: 293px;
}
#container .flavor li dt{
	font: bold 2.7rem "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	margin: 25px auto 10px;
	text-align: center;
}
#container .flavor li dd{
	font: 1.5rem/1.3 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 10px auto;
	width: 80%;
}
#container .flavor li.mint{
	background: url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/min_bg.jpg) no-repeat;
	background-position: left bottom;
	border: solid 3px #48759e;
}
#container .flavor li.lavender{
	background: url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/lav_bg.jpg) no-repeat;
	background-position: left bottom;
	border: solid 3px #8f82bc;
}
#container .flavor li.citrus{
	background: url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/sit_bg.jpg) no-repeat;
	background-position: left bottom;
	border: solid 3px #ec8d41;
}
#container .flavor li.mint dt{
	color: #48759e;
}
#container .flavor li.lavender dt{
	color: #8f82bc;
}
#container .flavor li.citrus dt{
	color: #ec8d41;
}

/*-------------------
   section4-5
--------------------*/
#container .square{
	border: solid 1px #8f82bc;
	border-radius: 20px;
	padding: 0 10px 20px;
	margin: 10px auto 30px;
	width: 96%;
}
#container .hikaku {
	margin: 0 auto;
	width: 94%;
}
#container .sec4 .hikaku li{
	font: 1.8em "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .hikaku li{
	float: left;
	padding: 0 10px;
	text-align: center;
}
#container .sec4 .hikaku{
	margin: 0 auto;
	width: 420px;
}
#container .sec4 .hikaku li{
	margin: 10px 0 10px 1.5%;
}
#container .sec5 .hikaku li{
	margin: 10px 0 10px 3%;
	width: 45%;
}
/*-------------------
   section6
--------------------*/
#container .yukou {
	display: block;
	position: relative;
	margin: 15px auto 20px;
}
#container .yukou .point-title,
#container .harb-bg .point-title{
	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;
	webkit-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;
}
#container .harb-bg .point-title{
	font-size: 2.4em;
}
#container .yukou li:first-child{
	padding-top: 55px;
	width: 100%;
}
#container .yukou li:nth-child(2),
#container .yukou li:nth-child(3),
#container .yukou li:nth-child(4),
#container .yukou li:nth-child(5){
	font: 1.5em/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: absolute;
	width: 200px;
}
#container .yukou li:nth-child(2) strong,
#container .yukou li:nth-child(3) strong,
#container .yukou li:nth-child(4) strong,
#container .yukou li:nth-child(5) strong,
#container .sinseibun dt p strong{
	display: block;
}
#container .yukou li:nth-child(2){
	top: 170px;
	left: 245px;
}
#container .yukou li:nth-child(3){
	top: 277px;
	left: 245px;
}
#container .yukou li:nth-child(4){
	top: 170px;
	right: 90px;
}
#container .yukou li:nth-child(5){
	top: 277px;
	right: 90px;
}
#container .sinseibun{
	float: left;
	margin: 10px 0 40px 5%;
	width: 45%;
}
#container .sinseibun dt{
	position: relative;
	padding: 0;
}
#container .sinseibun dt p{
	font: 1.4rem/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	position: absolute;
	top: 50px;
	left: 195px;
	width: 200px;
	z-index: 1000;
}
#container .sinseibun dd{
	font: 1.4rem/1.5 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 450px;
}
#container .harb-bg{
	background: url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/sec6_main_bg2.jpg) no-repeat;
	display: block;
	height: 478px;
	padding-top: 55px;
	margin: 15px auto 20px;
	width: 748px;
}
#container #item-buy{
	padding-top: 20px;
}


/*-------------------
   section_step
--------------------*/
.sec_step{
		padding-top:60px;
}
.dry_head_spa{
	border-radius: 20px;
	background-color:#fffcdb;
	padding:30px 0;
	margin-bottom: 60px;
}
.sec_step .title{
	margin:0 20px 0 20px;
	padding:25px 10px 10px 10px;
	overflow:hidden;
	text-align:center;
}
.sec_step .title img{
	float:left;
	margin:5px 25px 0 0;
}
.sec_step .title em{
    color: #e62e8b;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.5;
    padding-top: 10px;
}
.sec_step .title strong{
	font-size:1.8em;
    margin-left: -10px;
}
.sec_step .yoyaku{
	width: 85px;
	height: 60px;
	display: block;
	position: relative;
	background: url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/n_step7.png) no-repeat left top;
    left: 320px;
    top:100px;
}
.sec_step span.yoyaku_text{
	visibility:hidden;
}
.sec_step ul.step{
	width:100%;
	margin:0 0 0 20px;
	overflow:hidden;
	font: 0.8rem/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sec_step ul.step li{
  width : 33.33333% ; 
  width : -webkit-calc(100% / 2) ;
  width : calc(100% / 2) ;
  float:left;
}



.title img {
	float: none;
	margin: 0 auto;
}


li.step1,li.step2,li.step3,li.step4,li.step5,li.step6{
	height:186px;
	line-height:1.3rem;
	padding:15px 100px 0 160px;
}
.sec_step ul.step li strong{
	display:block;
}
.sec_step ul.step li.step1{
	background:url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/n_step1.png) left top no-repeat;
}

.sec_step ul.step li.step2{
	background:url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/n_step2.png) left top no-repeat;
}
.sec_step ul.step li.step3{
	background:url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/n_step3.png) left top no-repeat;
}
.sec_step ul.step li.step4{
	background:url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/n_step4.png) left top no-repeat;
}
.sec_step ul.step li.step5{
	background:url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/n_step5.png) left top no-repeat;
}
.sec_step ul.step li.step6{
	background:url(/contents/shop/sevenbeauty/img/freepage/herbaqua_s/n_step6.png) left top no-repeat;
}
.sec_step .seminar_button{
	background: linear-gradient(to bottom, rgba(255, 153, 0, 0.65) 0%,rgba(255, 153, 0, 0.9) 100%);
    border: rgba(255, 153, 0, 0.97) 1px solid;
    box-shadow: 1px 3px 0 rgba(175, 105, 50, 0.9);
    border-radius: 5px;
    width: 70%;
    height: 80px;
    margin: 20px auto 10px auto;
    text-align: center;
    color: #FFF;
    font-size: 1.3rem;
    font-weight: bold;
    text-shadow: 1px 1px 1px #555555;
    padding: 13px 5px 5px;
    line-height: 1.7rem;
	display:block;
}
.sec_step .seminar_button a{
	text-decoration:none;
}

.sec_step .seminar_button:active{
	box-shadow:none;
	text-decoration:none;
}
.sec_step .seminar_button span{
/*	display:block;*/
}

/*-------------------
   //end_section_step
--------------------*/
#container .buy-item{
	margin: 70px auto 40px;
}

#container .buy-item {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
#container .buy-item li {
	position:relative;
	margin:0;
	padding:0 5px 0 5px;
    width: calc(85% / 2);
    webkit-width: calc(85% / 2);
}

#container .buy-item .item-name{
	font: bold 1.1rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 5px 5px 5px 30px;
}
#container .buy-item .item-name strong{
	display: block;
	font-size: 1.1rem;
}
#container .buy-item .text{
	font: 1.3rem/1.8 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 5px 15px;
}
#container .buy-item .no{
	border: solid 1px #666;
	display: block;
	font: 0.9rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 5px 5px 5px 30px;
	width: 55%;
}
#container .buy-item .no::before{
	background-color: #666;
	content: "商品番号";
	color: #fff;
	height: 36px;
	padding: 0 10px;
	margin-right: 20px;
}
#container .buy-item .price{
	color: #C03;
	display: block;
	font: bold 1.8rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 5px 5px 0 30px;
	text-align: right;
}
#container .buy-item .price::after{
	content: "（税込）";
	color: #000;
	font: normal 0.9rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#container .buy-item .wait{
	display: block;
	font: 1.2rem "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0 20px 0;
	text-align: right;
}
#container .buy-btn {
    background: #9dd53a;
    background: -moz-linear-gradient(top, #9dd53a 0%, #a1d54f 50%, #80c217 51%, #7cbc0a 100%);
    background: -webkit-linear-gradient(top, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
    background: linear-gradient(to bottom, #9dd53a 0%,#a1d54f 50%,#80c217 51%,#7cbc0a 100%);
    border-radius: 5px;
    border: #99b61e 1px solid;
	color: #fff;
	border-radius: 5px;
	display: block;
	font: bold 18px/36px 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 20px auto;
	text-align: center;
	width: 72%;
}
#container .buy-btn a {
	color: white;
	display: block;
	text-decoration: none;
}
#container .buy-btn:hover {
	filter: alpha(opacity=90);
	opacity: 0.7;
	transition: all ease-in 0.4s;
}
}

@media screen and (min-width:960px) {
/*　PC画面　960px以上*/

#container .mainvisual ul li:last-child {
    margin: 460px 0 0;
    padding: 0 40px;
}
#container .mainvisual ul li:last-child p {
    display: inline-block;
    width: 60%;
}
#container .mainvisual ul li:last-child p.head-use {
	margin: 25px 0;
    width: 40%;
}
#container .mainvisual ul li:last-child p.buy-btn {
	margin: 10px auto 0;
    width: 100%;
}
#container .mainvisual ul li img {
    margin: 0;
    padding: 0 0;
    display: block;
}
#container .top-title {
    margin: 80px auto 30px;
}
#container .head-item {
    font: 1.7rem/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0 20px 0 0;
}
#container .head-title strong {
    text-align: left;
}
#container .item-title strong{
    text-align: center;
}
#container .mainvisual {
    height: 850px;
    position: relative;
    margin: 0 0 110px;
    background-size: contain;
}
#container .hikaku2 {
	display: flex;
	flex-wrap: wrap;
} 
#container .hikaku2 li {
	margin: 0 auto;
	width: calc(90%/2);
} 
#container .point-title {
    color: #b999d8;
    font: normal 1.6rem/1.4 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    margin: 30px auto 10px;
    text-align: center;
}
#container .point-title {
    font: normal 1.8rem/1.4 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    margin: 30px auto 10px;
}
.sec_step ul.step {
    width: 100%;
    margin: 0 0 0 20px;
    overflow: hidden;
    font: 0.8rem/1.2 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    margin: 0 auto;
    padding: 0 40px;
}
.sec_step ul.step li {
    height: 200px;
    width: calc(73% / 2);
    margin: 0 0 0 80px;
    float: left;
}
li.step1, li.step2, li.step3, li.step4, li.step5, li.step6 {
    height: 186px;
    line-height: 1.3rem;
    padding: 15px 25px 0 125px;
}
#container .item-title {
    text-align: center;
}
.dry_head_spa p {
	text-align: center;
	margin: 0 auto;
}
}