@charset "UTF-8";


/* ヘッダー＆メインビジュアル */
@media screen and (min-width: 1000px) {
header {
	width: 100%;
	height: 830px;
	box-sizing: border-box;
	border-top: 30px #ffffff solid;
	border-left: 30px #ffffff solid;
	border-right: 30px #ffffff solid;
	margin: 0 0 15px;
	background: url(../images/sor7/sor7Main.jpg) no-repeat center center;
	background-size: cover;
}
#mainTxt {
	width: 50%;
	height: 400px;
	background: #f5f5f5;
	box-sizing: border-box;
	margin: 200px 0 0;
	padding: 40px 40px 0;
}
#main_sp {
	display: none;
}
header h1 {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 300%;
	line-height: 120%;
}
header h2 {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 140%;
	margin: 0 0 5px;
}
#mainTtl {
	margin: 35px 0 0;
}
}
@media screen and (max-width: 999px) and (min-width: 768px) {
header {
	width: 100%;
	height: 830px;
	box-sizing: border-box;
	border-top: 20px #ffffff solid;
	border-left: 20px #ffffff solid;
	border-right: 20px #ffffff solid;
	margin: 0 0 15px;
	background: url(../images/sor7/sor7Main.jpg) no-repeat -600px center;
	background-size: cover;
}
#mainTxt {
	width: 50%;
	height: 500px;
	background: #f5f5f5;
	box-sizing: border-box;
	margin: 150px 0 0;
	padding: 30px 30px 0;
}
#main_sp {
	display: none;
}
header h1 {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 300%;
	line-height: 120%;
}
header h2 {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 140%;
	margin: 0 0 5px;
}
#mainTtl {
	margin: 35px 0 0;
}
}
@media screen and (max-width: 767px) {
header {
	width: 100%;
	box-sizing: border-box;
	border-top: 20px #ffffff solid;
	border-left: 20px #ffffff solid;
	border-right: 20px #ffffff solid;
	margin: 0 0 20px;
}
#mainTxt {
	width: 100%;
	background: #f5f5f5;
	box-sizing: border-box;
}
#main_sp {
	width: 100%;
	border-bottom: 20px #ffffff solid;
	line-height: 0;
}
#main_sp img {
	width: 100%;
	height: auto;
}
#txtArea {
	width: 100%;
	box-sizing: border-box;
	padding: 30px 20px 40px;
}
header h1 {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 300%;
	line-height: 120%;
}
header h2 {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 140%;
	margin: 0 0 5px;
}
#mainTtl {
	margin: 35px 0 0;
}
}


/* シャンプー＆トリートメント */
@media screen and (min-width: 1000px) {
#shampoo {
	width: 100%;
	box-sizing: border-box;
	margin: 15px 0 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
  -webkit-flex-direction: row; /* Safari */
  flex-direction: row;
}
#shampoo h2 {
	margin: 0 0 25px;
}
#shampooL {
	width: 50%;
	background: #f5f5f5;
	box-sizing: border-box;
	border-right: 7px #ffffff solid;
	padding: 40px 40px 50px;
}
#shampooR {
	width: 50%;
	box-sizing: border-box;
	border-left: 8px #ffffff solid;
	background: #f5f5f5;
	padding: 40px 40px 50px;
}
.shampooCnt {
	display: table;
	table-layout: fixed;
}
.shampooCnt div {
	width: 200px;
	display: table-cell;
	line-height: 0;
}
.shampooCnt p {
	width: 100%;
	display: table-cell;
	vertical-align: top;
	box-sizing: border-box;
	padding: 0 0 0 25px;
}
}
@media screen and (max-width: 999px) and (min-width: 768px) {
#shampoo {
	width: 100%;
	box-sizing: border-box;
	margin: 15px 0 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
  -webkit-flex-direction: row; /* Safari */
  flex-direction: row;
}
#shampoo h2 {
	margin: 0 0 25px;
}
#shampooL {
	width: 50%;
	background: #f5f5f5;
	box-sizing: border-box;
	border-right: 7px #ffffff solid;
	padding: 30px 30px 50px;
}
#shampooR {
	width: 50%;
	box-sizing: border-box;
	border-left: 8px #ffffff solid;
	background: #f5f5f5;
	padding: 30px 30px 50px;
}
.shampooCnt div {
	width: 200px;
	margin: 0 0 10px;
	line-height: 0;
}
.shampooCnt p {
	width: 100%;
}
}
@media screen and (max-width: 767px) {
#shampoo {
	width: 100%;
	margin: 0 0 20px;
}
#shampoo h2 {
	margin: 0 0 15px;
}
#shampooL {
	background: #f5f5f5;
	box-sizing: border-box;
	padding: 40px 20px 20px;
}
#shampooR {
	box-sizing: border-box;
	background: #f5f5f5;
	padding: 20px 20px 40px;
}
.shampooCnt div {
	width: 200px;
	margin: 0 auto 15px;
	line-height: 0;
}
.shampooCnt p {
	width: 100%;
}
}


/* シルク */
@media screen and (min-width: 768px) {
#silk {
	width: 100%;
	background: #f5f5f5;
	margin: 15px 0 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
  -webkit-flex-direction: row; /* Safari */
  flex-direction: row;
}
#silkL {
	width: 50%;
	box-sizing: border-box;
	padding: 40px;
}
#silkL div {
	width: 100%;
	line-height: 0;
}
#silkL div img {
	width: 100%;
	height: auto;
}
#silkR {
	width: 50%;
	box-sizing: border-box;
	padding: 40px 40px 40px 48px;
}
#silkR h2 {
	margin: 0 0 10px;
}
#silkTxt {
	margin: 0 0 35px;
}
}
@media screen and (max-width: 999px) and (min-width: 768px) {
#silkL {
	padding: 30px 30px 50px !important;
}
#silkR {
	padding: 30px 30px 50px !important;
}
}
@media screen and (max-width: 767px) {
#silk {
	width: 100%;
	background: #f5f5f5;
}
#silk h2 {
	margin: 0 0 15px;
}
#silkL {
	width: 100%;
	box-sizing: border-box;
	padding: 40px 20px 0;
}
#silkL div {
	width: 100%;
	line-height: 0;
}
#silkL div img {
	width: 100%;
	height: auto;
}
#silkR {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 20px 40px;
}
#silkR h2 {
	margin: 0 0 15px;
}
#silkTxt {
	margin: 0 0 35px;
}
}


/* HOW TO USE */
#use {
	width: 100%;
	background: #f5f5f5;
	box-sizing: border-box;
	margin: 15px 0 0;
	padding: 40px 40px 60px;
}
#use h2 {
	margin: 0 0 30px;
}
#use h3 {
	font-size: 130%;
	margin: 0 0 10px;
}
.howto li div {
	line-height: 0;
}
.howto li p {
	line-height: 130% !important;
	margin: 5px 0 0;
}
@media screen and (min-width: 1370px) {
.howto li {
	width: 150px;
	float: left;
}
.arrow {
	width: 30px !important;
	line-height: 0;
}
#use01 {
	width: 870px;
	margin: 0 0 40px;
}
#use02 {
	margin: 0 210px 0 0;
	float: left;
}
#use03 {
	float: left;
}
}
@media screen and (max-width: 1369px) {
.howto li {
	width: 120px;
	float: left;
}
.howto li img {
	width: 100%;
	height: auto;
}
.arrow {
	width: 30px !important;
	line-height: 0;
}
#use01 {
	margin: 0 0 40px;
}
#use02 {
	margin: 0 0 40px;
}
#use03 {
}
}
@media screen and (max-width: 841px) and (min-width: 768px) {
#use {
	padding: 30px 30px 50px;
}
.howto li {
	width: 105px;
	float: left;
}
.howto li img {
	width: 100%;
	height: auto;
}
.arrow {
	width: 30px !important;
	line-height: 0;
}
#use01 {
	margin: 0 0 40px;
}
#use02 {
	margin: 0 0 40px;
}
#use03 {
}
}
@media screen and (max-width: 767px) {
.howto li {
	width: 150px;
	margin: 0 auto 20px;
	float: none !important;
}
.arrow {
	display: none;
}
#use01 {
	margin: 0 0 40px;
}
#use02 {
	margin: 0 0 40px;
}
#use03 {
}
}


/* sor7 */
@media screen and (min-width: 768px) {
#sor7 {
	width: 100%;
	box-sizing: border-box;
	margin: 15px 0 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
  -webkit-flex-direction: row; /* Safari */
  flex-direction: row;
}
#sor7L {
	width: 50%;
	background: #f5f5f5;
	box-sizing: border-box;
	border-right: 7px #ffffff solid;
	padding: 40px 40px 60px;
}
#sor7L h2 {
	margin: 0 0 15px;
}
#sor7L h3 {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 180% !important;
	line-height: 130% !important;
	font-weight: bold;
	margin: 0 0 12px;
}
#sor7L p {
	margin: 10px 0 0;
}
#sor7R {
	width: 50%;
	height: 450px;
	box-sizing: border-box;
	border-left: 8px #ffffff solid;
	line-height: 0;
	background: url(../images/sor7/sor7Img.jpg) no-repeat right center;
	background-size: cover;
}
#sor7R img {
	display: none;
}
}
@media screen and (max-width: 999px) and (min-width: 768px) {
#sor7L {
	padding: 30px 30px 50px;
}
}
@media screen and (max-width: 767px) {
#sor7 {
	width: 100%;
	box-sizing: border-box;
	margin: 20px 0 0;
}
#sor7L {
	width: 100%;
	background: #f5f5f5;
	box-sizing: border-box;
	padding: 40px 20px 20px;
}
#sor7L h2 {
	margin: 0 0 15px;
}
#sor7L h3 {
	font-family: TBUDGothic E, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 140% !important;
	line-height: 130% !important;
	font-weight: bold;
	margin: 0 0 12px;
}
#sor7L p {
	margin: 10px 0 0;
}
#sor7R {
	width: 100%;
	background: #f5f5f5;
	box-sizing: border-box;
	padding: 20px 20px 40px;
	line-height: 0;
}
#sor7R img {
	width: 100%;
	height: auto;
}
}

