@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;
	max-width: 100%;
}
/* ボタンデザイン自由に変えてください  */
.buy_btn {
	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.2em/2.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	position: relative;
	margin: 20px auto 40px;
	text-align: center;
	width: 60%;
}
.buy_btn a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.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;
}
.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);
}
#container section {
	margin: 0 auto 0;
	padding: 0;
}
/*-------------------
   mainvisual
-------------------*/
.head {
	background: url(/contents/shop/sevenbeauty/img/freepage/facialcosme-list/facialcosme-list_01.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 14px 6px;
}
.head .text-bottom {
	margin: 6px 0 10px;
	padding: 5px;
	text-align: justify;
	text-justify: inter-ideograph;
}
#container .head-title {
	font: bold 1.5rem/1.2 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin: 5px 0 20px;
    color: #a2a533;
    background: -webkit-linear-gradient(-125deg, #adb924, #a2a017, #c5c591, #bcbf3f, #adab12, #c4c59d, #ccd042);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -2px;
}
#container .head-title em {
	font-size: .9em;
}
#container .head-title em:before {
	content: '\A';
	white-space: pre;
}
#container .flow {
	margin: 5px 0;
}
#container .flow1 .flowimg, #container .flow2 .flowimg, #container .flow3 .flowimg, #container .flow4 .flowimg {
	display: block;
	margin: 5px 0 0;
	width: 100%;
}
#container .flowchart {
	margin: 0 1.5%;
}
#container .flowchart li {
	display: inline-block;
	float: left;
	text-align: center;
	font-size: 0.8rem;
	margin: 5px 1% 8px 0;
	padding: 0;
	color: #98762a;
}
#container .flow1 li, #container .flow2 li {
	min-width: 38%;
}
#container .flow3 li, #container .flow4 li {
	width: 49%;
	font-size: 0.8rem;
}
#container .flowchart a {
	background-color: #f9f3e5;
	padding: 10px 15px;
	display: block;
	font-weight: bold;
}
#container .flowchart a:hover {
	text-decoration: none;
	filter: alpha(opacity=80);
	opacity: 0.8;
	transition: all ease-in 0.3s;
}
/*-------------------
   btn
-------------------*/
#container .kikaku-btn {
	background: #8a8dce;
	background: -moz-linear-gradient(top, #8a8dce 0%, #5d61ab 100%);
	background: -webkit-linear-gradient(top, #8a8dce 0%, #5d61ab 100%);
	background: linear-gradient(to bottom, #8a8dce 0%, #5d61ab 100%);
	border: #5d61ab 1px solid;
	border-radius: 5px;
	color: #fff;
	display: block;
	font: bold 1.3em/2.8 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	position: relative;
	margin: 0 auto 1em;
	text-align: center;
	width: 80%;
}
#container .kikaku-btn a {
	color: #fff;
	display: block;
	text-decoration: none;
}
#container .kikaku-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 .kikaku-btn:hover {
	filter: alpha(opacity=90);
	opacity: 0.7;
	transition: all ease-in 0.4s;
	text-decoration: none;
}
#container .btn-list a {
	background: #c3c649;
    border-radius: 0;
    color: #fff;
    display: block;
    font: bold 0.8rem/3.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    position: relative;
    margin: 0 auto;
    min-height: 35px;
    text-align: center;
    width: 100%;
    border-radius: 5px;
}
.btn-list a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.btn-list a::before {
	border: solid 4px transparent;
	border-left: solid 6px #fff;
	content: "";
	display: inline-block;
	width: 0;
	height: 0;
	position: relative;
}
.btn-list a:hover {
	filter: alpha(opacity=90);
	opacity: 0.8;
	transition: all ease-in 0.2s;
	text-decoration: none;
	position: relative;
}
.txover {
	font-size: .9em;
	letter-spacing: -0.05em;
}
/*-------------------
   section1
-------------------*/
#container .wrapper .section-title {
	font: bold 1.2rem/1.8 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	border-bottom: 1px solid #232759;
	margin: 0 auto;
}
.wrapper .boxarea {
	margin: 12px 1.5% 25px;
}
#container .boxarea .box-title {
	color: #fff;
    font-size: 0.8rem;
    line-height: 1.2;
    font-weight: normal;
    background-image: none;
    background-color: #232759;
    margin: 0;
    padding: 15px 5px;
}
#container .boxarea h4 {
	font-size: 1.3rem;
    text-shadow: 0 0 3px #fff, 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
}
#container .boxarea .brandname {
	background-repeat: no-repeat;
	background-size: contain, 40%;
	background-position: right 0, 0% 5px;
	height: 43vw;
	margin: 10px 3%
}
#container .medisthe .brandname {
	background-image: url(/contents/shop/sevenbeauty/img/freepage/facialcosme-list/graph1.png), url(/contents/shop/sevenbeauty/img/freepage/facialcosme-list/item_1.png);
}
#container .medisthe h4 {
	color: #232759;
}
#container .bridal .brandname {
	background-image: url(/contents/shop/sevenbeauty/img/freepage/facialcosme-list/graph2.png), url(/contents/shop/sevenbeauty/img/freepage/facialcosme-list/item_2.png);
}
#container .bridal h4 {
	color: #4ea599;
}
#container .olocos .brandname {
	background-image: url(/contents/shop/sevenbeauty/img/freepage/facialcosme-list/graph3.png), url(/contents/shop/sevenbeauty/img/freepage/facialcosme-list/item_3.png);
	background-position: right 0, 0% 15px;
}
#container .olocos h4 {
	color: #d2a428;
}
#container .mortia .brandname {
	background-image: url(/contents/shop/sevenbeauty/img/freepage/facialcosme-list/graph4.png), url(/contents/shop/sevenbeauty/img/freepage/facialcosme-list/item_4.png);
}
#container .mortia h4 {
	color: #ca7955;
}
#container .collagen .brandname {
	background-image: url(/contents/shop/sevenbeauty/img/freepage/facialcosme-list/graph5.png), url(/contents/shop/sevenbeauty/img/freepage/facialcosme-list/item_5.png);
}
#container .collagen h4 {
	color: #e6747b;
}
#container .plagin .brandname {
	background-image: url(/contents/shop/sevenbeauty/img/freepage/facialcosme-list/graph6.png), url(/contents/shop/sevenbeauty/img/freepage/facialcosme-list/item_6.png);
	background-position: right 0, 0% 5px;
}
#container .plagin h4 {
	color: #6fb3a8;
}
#container .sofy .brandname {
	background-image: url(/contents/shop/sevenbeauty/img/freepage/facialcosme-list/graph7.png), url(/contents/shop/sevenbeauty/img/freepage/facialcosme-list/item_7.png);
}
#container .sofy h4 {
	color: #773b77;
}
#container .cellogycosme .brandname {
	background-image: url(/contents/shop/sevenbeauty/img/freepage/facialcosme-list/graph8.png), url(/contents/shop/sevenbeauty/img/freepage/facialcosme-list/item_8.png);
}
#container .cellogycosme h4 {
	color: #a1597e;
}
#container .boxarea .box-title span {
	font-size: 1.1rem;
	font-weight: normal;
	background-image: none;
	display: inline-block;
	float: none;
	padding-right: 0;
	color: inherit;
	cursor: auto;
}
.databox {
	border-top: 1px dashed #fff;
	margin: 0 1%;
	padding: 0 0%;
}
#container .boxarea .desc {
	font-size: 0.8rem;
    margin: 10px 2%;
    text-align: justify;
    text-justify: inter-ideograph;
}
.boxarea .kikaku-btn {
	margin: 0 1% 20px 0;
}
#container .boxarea .btn-title {
	clear: both;
	font-size: 1.0em;
	line-height: 1.0;
	border-left: 3px solid #3b3b3b;
	padding: 3px 0 0 5px;
	margin: 20px 0 10px 1%;
}
.boxarea .btn-list {
	margin: 0 1%;
}
.boxarea .btn-list li:nth-of-type(odd) {
	width: 49%;
	float: left;
	margin-bottom: 8px;
}
.boxarea .btn-list li:nth-of-type(even) {
	width: 49%;
	float: right;
	margin-bottom: 8px;
}
.wrapper .medisthe {
	background: #efeef0;
}
#container .wrapper .medisthe .box-title img {
	float: right;
	width: 26%;
}
.wrapper .cellogycosme .desc span,
.wrapper .medisthe .desc span {
	font-size: .9em;
	display: inline-block;
	margin: 10px 0 0;
}
.wrapper .bridal {
	background: #e1eedb;
}
#container .wrapper .bridal .box-title {
	background-color: #6ebdb2;
}
.wrapper .olocos {
	background: #f9f5ea;
}
#container .wrapper .olocos .box-title {
	background-color: #d8ad37;
}
.wrapper .mortia {
	background: #fbede5;
}
#container .wrapper .mortia .box-title {
	background-color: #eba383;
}
.wrapper .collagen {
	background: #fff1f0;
}
#container .wrapper .collagen .box-title {
	background-color: #ef858c;
}
.wrapper .plagin {
	background: #e6f2f0;
}
#container .wrapper .plagin .box-title {
	background-color: #92cbc2;
}
.wrapper .sofy {
	background: #e8e3e8;
}
#container .wrapper .sofy .box-title {
	background-color: #773b77;
}
.wrapper .sofy .desc {
	margin-bottom: 40px;
}
.wrapper .cellogycosme {
	background: #fcf0f4;
}
#container .wrapper .cellogycosme .box-title {
	background-color: #a1597e;
}
/*ブレイクポイントのルール*/
/* -スマホ基本設計 解像度に依存しない-
 *350pxまで：SP縦 i5 SE
 *350px〜480px：SP縦 i6-8　****一番重要****
 *480px〜960px：SP横からタブレット
 *960px〜小型PC　大型PC
---------------------------------*/
/*  スマホ縦 i5 i5SE　350pxまで  */

@media screen and (min-width:350px) and ( max-width:480px) {
/*　スマホ縦　i6 / i6plus / i7  350pxから480pxまではここを読み込む　*/
#container .head-title {
	font: bold 2.1em/1.2 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: -2px;
}
#container .btn-list a {
	font-size: 1rem;
}
#container .boxarea .box-title {
	font-size: 1.4rem;
    line-height: 1.3;
}
#container .boxarea .box-title span {
	font-size: 1.3rem;
}
}
 @media screen and (min-width:481px) and ( max-width:960px) {
/*　スマホ横～タブレット 480pxから960pxまではここを読み込む　*/
.head {
	padding: 3rem 5%;
}
#container .head p {
	font-size: 1.1rem
}
.head .text-bottom {
	margin: 6px 0;
}
#container .head-title {
	font: bold 3.3em/1.2 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0.2em 0;
	letter-spacing: -2px;
}
#container .flowchart {
	margin: 0 10% 2rem;
}
#container .flowchart ul {
	margin: 1rem auto;
}
#container .flowchart .flow1 li:nth-of-type(1) {
    min-width: 30%;
}
#container .flowchart .flow1 li:nth-of-type(2) {
    min-width: 25%;
}
#container .flowchart .flow1 li:nth-of-type(3) {
    min-width: 42%;
}
#container .wrapper .section-title {
	font: bold 2em/1.8 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}
#container .boxarea .box-title span {
	font-size: 1.5rem;
}
#container .boxarea .box-title {
	font-size: 1rem;
	line-height: 1.8;
	padding: 15px 20px;
}
#container .boxarea h4 {
	font-size: 2.4rem;
	margin: 3%;
}
#container .boxarea .brandname {
	background-repeat: no-repeat;
	background-size: contain, 33%;
	background-position: right 0, 20% 0;
	height: 38vw;
	margin: 10px 2%
}
#container .kikaku-btn {
	font: bold 1.5rem/2.8 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	position: relative;
	margin: 0 auto 1.4em;
	text-align: center;
	width: 80%;
}
.wrapper .boxarea {
	margin: 12px 3% 25px;
}
#container .boxarea .desc {
	font-size: 1.2rem;
    letter-spacing: -0.01rem;
    margin: 1em 10px;
}
.boxarea .kikaku-btn {
	float: none;
}
.boxarea .btn-title {
	margin: 20px 0 10px 3%;
}
.boxarea .btn-list {
	margin: 0 3% 1rem;
}
.txover {
	font-size: 1em;
	letter-spacing: 0;
}
#container .btn-list a {
	font: 1.5em/2.8 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
    position: relative;
    margin: 0 auto;
    min-height: 40px;
    text-align: center;
    width: 100%;
}
.btn-list a {
	color: #fff;
	display: block;
	text-decoration: none;
}
.btn-list a::before {
	border: solid 6px transparent;
	border-left: solid 10px #fff;
}
#container .boxarea .btn-title {
	font-size: 1.3rem;
	margin: 2rem 0 1rem 3%;
}
#container .flowchart a {
    font-weight: normal;
}
#container .flow1 li, #container .flow2 li, #container .flow3 li, #container .flow4 li {
	font-size: 1.0rem;
}
#container .flow1 li, #container .flow2 li {
    min-width: 13%;
}
#container .wrapper .medisthe .box-title img {
	width: 22%;
}
}
 @media screen and (min-width:960px) {
/*　小・大画面デスクトップ　960pxからはここを読み込む　*/
#container {
	margin: 0 auto;
	width: 960px;
}
.head {
    padding: 10px 30px;
}
#container .head-title {
	font: bold 4.0rem/1.2 "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	letter-spacing: -0.08em;
	margin: 1rem 0;
}
#container .head p {
	font-size: 1.4rem;
	margin: 2.7rem auto 0;
}
.flowchart {
	display: flex;
	flex-flow: wrap;
}
.flowchart ul {
	margin: 1rem auto;
	width: 75%;
}
#container .flow1 .flowimg, #container .flow2 .flowimg, #container .flow3 .flowimg, #container .flow4 .flowimg {
	display: block;
	margin: 5px 0 0;
	width: 100%;
}
#container .flowchart li {
	margin: 5px 1% 8px 0;
	min-width: 21%;
	padding: 0;
	font-size: 1rem;
}
#container .flowchart .flow1 li:nth-of-type(1) {
    min-width: 30%;
}
#container .flowchart .flow1 li:nth-of-type(3) {
    min-width: 45%;
}
.flowchart .flow3 li, .flowchart .flow4 li {
	width: 49%;
}
#container .flowchart a {
	padding: 20px 15px;
}
#container .wrapper .section-title {
	font: bold 2.5em/1.8 "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	border-bottom: 1px solid #000;
	margin: 1em 0 0;
}
.brand_flex {
	display: flex;
	flex-flow: wrap;
}
.wrapper .boxarea {
	width: 47%;
	margin: 1.2rem 1.5%;
}
#container .wrapper .medisthe .box-title img {
	width: auto;
}
#container .boxarea .brandname {
	background-size: auto, 36%;
	background-position: right 0, 12% 0;
	height: 220px;
	margin: 10px 3%;
}
#container .boxarea .box-title span {
	font-size: 2rem;
}
#container .boxarea .box-title {
	font-size: 1rem;
	line-height: 1.5;
}
#container .boxarea h4 {
	margin-top: 1em
}
#container .kikaku-btn {
	font: bold 1.6em/2.6 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	margin: 0 auto 1.5em;
}
#container .boxarea .desc {
	font-size: 1rem;
	margin: 15px 3%;
}
.boxarea .btn-list {
	margin: 0 5% 1rem;
}
#container .btn-list a {
	background: #c3c649;
	border-radius: 0;
	color: #fff;
	display: block;
	font: bold 1.0rem/3.2 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	position: relative;
	margin: 0 auto;
	min-height: 40px;
	text-align: center;
	width: 100%;
	border-radius: 5px;
}
.txover {
	font-size: 1em;
	letter-spacing: 0;
}
#container .boxarea .btn-title {
	font-size: 1rem;
	margin-left: 5%;
}
}
/*-------------------
   footer
-------------------*/
#container .page-top {
	display: block;
	margin: 30px auto;
	text-align: center;
}
