@charset "utf-8";
/* CSS Document */

:root {
  --main-color: #f8f8f3;
  --sub-color1: #ffffff;
  --sub-color2: #ffffff;
}


div#sysMain {
    width: 100% !important;
    max-width: none !important;
    margin: 0px auto !important;
}

#stella-wrap {
	width: 100%;
	text-align: center;
	font-size: 20px;
	font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

#stella-wrap .sp_ {
	display: none;
}

#stella-wrap #seiki {
	background: #000;
    color: #fff;
    font-size: 24px;
    padding: 15px 0;
}

#stella-wrap img {
	max-width: 100%;
	vertical-align: bottom;
	border: none!important;
}

#stella-wrap .inner {
	width: 90%;
	max-width: 1200px;
	margin: auto;
}

#stella-wrap .inner2 {
	width: 90%;
	margin: auto;
}

#stella-wrap a {
	display: block;
	text-decoration: none;
}

#stella-wrap .flex_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#stella-wrap h2,#stella-wrap h3 {
	font-weight: normal;
}

#stella-wrap .ttl_h3 {
	font-size: 20px;
	line-height: 1.8;
	margin-bottom: 30px;
}

#stella-wrap .ttl_h3 span {
	font-size: 40px;
	letter-spacing: 0.2em;
}

#stella-wrap .kome {
	font-size: 10px;
}

#stella-wrap .hidden {
	display: none;
}

#stella-wrap p,#stella-wrap h2,#stella-wrap h3,#stella-wrap ul,#stella-wrap dd {
	margin: auto;
}

#stella-wrap ul {
	list-style: none;
	padding: 0;
}


@media only screen and (max-width: 798px) {
	#stella-wrap {
		font-size: 16px;
	}
}


@media only screen and (max-width: 480px) {
	#stella-wrap {
		font-size: 14px;
	}
	#stella-wrap .sp_ {
	display: block;
}
	#stella-wrap .pc_ {
	display: none;
}
	#stella-wrap #seiki {
    font-size: 16px;
    padding: 10px 0;
}
	#stella-wrap .ttl_h3 span {
    font-size: 25px;
}
	#stella-wrap .ttl_h3 {
    font-size: 14px;
    margin-bottom: 15px;
}
}


#stella-wrap #obi {
	background: #000000;
	color: #FFFFFF;
	font-size: 24px;
	padding: 15px 0;
	letter-spacing: 0.1em;
}

#stella-wrap #obi ul {
	display: flex;
	justify-content: center;
	align-items: center;
}

#stella-wrap #obi li {
	padding: 0 1.5em;
}

#stella-wrap #obi .span {
	border-left: 1px solid;
	border-right: 1px solid;
}

#stella-wrap #obi a {
	color: #FFFFFF;
}


@media only screen and (max-width: 798px) {
	#stella-wrap #obi li {
    padding: 0 1.0em;
		font-size: 20px;
}
}

@media only screen and (max-width: 480px) {
	#stella-wrap #obi .inner {
		width: 95%;
	}
	    #stella-wrap #obi li {
        padding: 0;
        font-size: 12px;
    }
	
	#stella-wrap #obi .span {
    padding: 0 0.8em;
    margin: auto 0.8em;
		letter-spacing: 0.05em;
}
}



#stella-wrap #ninsyo {
	background: var(--main-color);
	padding: 50px 0;
	text-align: left;
}

#stella-wrap #ninsyo .box_01 {
	width: 20%;
}

#stella-wrap #ninsyo .box_02 {
	width: 75%;
}

#stella-wrap #ninsyo dt {
	font-size: 28px;
	margin-bottom: 20px;
	font-weight: bold;
}


@media only screen and (max-width: 480px) {
	#stella-wrap #ninsyo {
    padding: 30px 0;
}
	#stella-wrap #ninsyo .flex_box {
		flex-direction: column;
	}
	#stella-wrap #ninsyo .box_01 {
    width: 35%;
		margin-bottom: 1.5em;
}
	#stella-wrap #ninsyo .box_02 {
    width: 100%;
}
	#stella-wrap #ninsyo dt {
    font-size: 20px;
    margin-bottom: 0.5em;
}
}


#stella-wrap #ranking {
	margin: 30px auto;
}


@media only screen and (max-width: 480px) {
	#stella-wrap #ranking {
    margin: 0.5em auto;
}
}


#stella-wrap #product_s {
	background: var(--main-color);
	padding: 50px 0;
}

#stella-wrap #product_s .flex_box {
	flex-wrap: wrap;
}

#stella-wrap #product_s .inner2 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#stella-wrap #product_s ul {
	margin-top: 50px;
}

#stella-wrap #product_s li {
	background: #FFFFFF;
	width: 32%;
	margin-bottom: 20px;	
	text-align: left;
}

#stella-wrap #product_s .box_01 {
	width: 60%;
}

#stella-wrap #product_s .bota {
	width: 60%;
}

#stella-wrap #product_s .box_02 {
	width: 40%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#stella-wrap #product_s .box_02:after {
	content: ">";
}

#stella-wrap #product_s li a {
	color: #000000;
	display: block;
	padding: 10px 2%;
	box-sizing: border-box;
}


@media only screen and (max-width: 798px) {
	#stella-wrap #product_s li {
		width: 48%;
	}
	
}

@media only screen and (max-width: 480px) {
	#stella-wrap #product_s {
    padding: 30px 0;
}
	#stella-wrap #product_s li {
		font-size: 10px;
		margin-bottom: 0.8em;
		width: 49%;
	}
	#stella-wrap #product_s .box_02 {
    width: 30%;
}
	#stella-wrap #product_s .box_01 {
    width: 70%;
}
	#stella-wrap #product_s .flex_box {
    margin-top: 20px;
}
}


#stella-wrap #concept {
	padding: 80px 0;
}

#stella-wrap #concept h3 {
	font-family: "hiragino-mincho-pron", sans-serif;
font-weight: 300;
font-style: normal;
	font-size: 55px;
	margin: 50px auto;
}

#stella-wrap #concept p {
	line-height: 1.8;
}

#stella-wrap #concept .flex_box {
	position: relative;
	z-index: 2;
	margin: 80px auto auto;
	align-items: flex-start;
}

#stella-wrap #concept .box_01 {
	text-align: left;
	width: 50%;
}

#stella-wrap #concept .box_02 {
	width: 50%;
}

#stella-wrap #concept .box_03 {
	margin-top: -100px;
	width: 70%;
	text-align: left;
}


@media only screen and (max-width: 798px) {
	#stella-wrap #concept .box_01 {
    width: 65%;
}
	#stella-wrap #concept .box_03 {
    margin-top: 30px;
	width: 100%;
}
}

@media only screen and (max-width: 480px) {
	#stella-wrap #concept .logo3 {
		width: 40%;
		margin-bottom: 2.0em;
	}
	#stella-wrap #concept {
    padding: 50px 0;
}
	#stella-wrap #concept .box_main2 {
		position: relative;
	}
	
	#stella-wrap #concept .box_main2 .sp_box {
		text-align: left;
		position: absolute;
		top: 0.5em;
		right: 0;
		width: 65%;
		text-shadow: 2px 2px 10px #fff ,
    -2px 2px 10px #fff ,
    2px -2px 10px #fff ,
    -2px -2px 10px #fff;
	}
	
	#stella-wrap #concept .box_main2 .sp_box h3 {
        font-size: 20px;
        margin: auto auto 0.5em;
    }
	#stella-wrap #concept .box_01 {
        width: 100%;
    }
	#stella-wrap #concept .flex_box {
    margin: 30px auto auto;
}
}


#stella-wrap #product_detail h3 {
	margin-bottom: 50px;
}

#stella-wrap #product_detail .flex_box {
	align-items: flex-start;
}

#stella-wrap #product_detail .box_01 {
	background: var(--main-color);
	padding: 80px 0;
}

#stella-wrap #product_detail .box_02 {
	padding: 80px 0;
}

#stella-wrap #product_detail .box_02 .flex_box {
	flex-direction: row-reverse;
}

#stella-wrap #product_detail .box_03 {
	width: 50%;
}

#stella-wrap #product_detail .box_03 ul {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

#stella-wrap #product_detail .box_03 li {
	border: 1px solid;
	border-radius: 20px;
	padding: 0.2em 0.8em;
	margin-right: 0.5em;
	font-size: 17px;
}

#stella-wrap #product_detail .box_03 dl {
	text-align: left;
	margin: 30px auto 50px;
}

#stella-wrap #product_detail .box_03 dt {
	font-size: 40px;
	font-family: "hiragino-mincho-pron", sans-serif;
font-weight: 300;
font-style: normal;
	padding-bottom: 20px;
	border-bottom: 1px solid;
	margin-bottom: 20px;
}

#stella-wrap #product_detail .box_03 dd span,#stella-wrap #product_detail .box_03 .btn p span,#stella-wrap #product_detail .box_03 li span {
	font-size: 10px;
	vertical-align: text-top;
}

#stella-wrap #product_detail .box_03 a {
	color: #FFFFFF;
}

#stella-wrap #product_detail .box_03 .btn {
	background: #000000;
	color: #FFFFFF;
	font-size: 22px;
	border-radius: 30px;
	padding: 0.5em 1.5em;
	margin-bottom: 20px;
}

#stella-wrap #product_detail .box_03 .btn p {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#stella-wrap #product_detail .box_03 .btn p:after {
	content: ">";
}



#stella-wrap #product_detail .box_04 {
	width: 48%;
}



@media only screen and (max-width: 798px) {
	#stella-wrap #product_detail .box_04 {
    width: 40%;
}
	#stella-wrap #product_detail .box_03 {
    width: 58%;
}
	#stella-wrap #product_detail .box_03 ul {
    flex-wrap: wrap;
}
	#stella-wrap #product_detail .box_03 li {
		margin-bottom: 10px;
	}
	#stella-wrap #product_detail .box_03 .btn p {
    font-size: 20px;
}
}

@media only screen and (max-width: 480px) {
	#stella-wrap #product_detail h3 span {
		letter-spacing: 0.1em;
		font-size: 20px;
	}
	#stella-wrap #product_detail h3 {
    margin-bottom: 30px;
}
	
	#stella-wrap #product_detail .box_01,#stella-wrap #product_detail .box_02 {
    padding: 40px 0;
}
	#stella-wrap #product_detail .box_01 .flex_box,#stella-wrap #product_detail .box_02 .flex_box {
    flex-direction: column-reverse;
}
	#stella-wrap #product_detail .box_03 {
		width: 100%;
	}
	
	#stella-wrap #product_detail .box_04 {
		width: 80%;
		margin: auto auto 1.0em;
	}
	#stella-wrap #product_detail .box_03 ul {
        justify-content: center;
    }
	#stella-wrap #product_detail .box_03 dt {
		text-align: center;
		font-size: 24px;
		padding-bottom: 10px;
        margin-bottom: 10px;
	}
	#stella-wrap #product_detail .box_03 dl {
    margin: 0.8em auto 1.5em;
}
	    #stella-wrap #product_detail .box_03 .btn p {
        font-size: 14px;
    }
	#stella-wrap #product_detail .box_03 li {
        font-size: 12px;
    }
	
	
}

#stella-wrap #sns {
	padding: 80px 0;
}

#stella-wrap #sns .ttl_h3 {
	margin-bottom: 50px;
}


@media only screen and (max-width: 480px) {
	#stella-wrap #sns {
    padding: 40px 0;
}
	#stella-wrap #sns .ttl_h3 {
    margin-bottom: 20px;
}
}


#stella-wrap #uservoice {
	background: var(--main-color);
	padding: 80px 0;
}

#stella-wrap #uservoice .ttl_h3 {
	margin-bottom: 50px;
	line-height: 1.2;
}

#stella-wrap #uservoice .ttl_h3 span {
	display: flex;
	justify-content: center;
	align-items: center;
}

#stella-wrap #uservoice .ttl_h3 span:before {
	content: "";
        display: inline-block;
        background: url(https://www.forcise.jp/img/item/stellabeaute/category/user_voice.png) no-repeat left;
        background-size: 100%;
        height: 50px;
        width: 50px;
	margin-right: 30px;
}


#stella-wrap #uservoice ul {
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	flex-wrap: wrap;
}

#stella-wrap #uservoice ul li {
	background: #FFFFFF;
	text-align: left;
	width: 48%;
	margin-bottom: 30px;
	padding: 20px 0;
	position: relative;
}

#stella-wrap #uservoice ul li .more {
	position: absolute;
	top: 20px;
	right: 5%;
	text-align: right;
	font-size: 15px;
	
	display: none;
}

#stella-wrap #uservoice .item_ {
	border: 1px solid;
	padding: 0.1em 1.0em;
	display: inline-block;
	margin-bottom: 20px;
}

#stella-wrap #uservoice dt {
	background: linear-gradient(transparent 50%, #f0eed0 50%);
	font-size: 25px;
	display: inline;
}

#stella-wrap #uservoice dd {
	margin-top: 20px;
}

#stella-wrap #uservoice a {
	color: #000000;
}


@media only screen and (max-width: 798px) {
	#stella-wrap #uservoice .item_ {
    font-size: 16px;
}
	#stella-wrap #uservoice dt {
    font-size: 20px;
}
}


@media only screen and (max-width: 480px) {
	#stella-wrap #uservoice {
    padding: 40px 0;
}
	#stella-wrap #uservoice .ttl_h3 {
    margin-bottom: 30px;
}
	#stella-wrap #uservoice ul li {
    width: 100%;
		margin-bottom: 1.0em;
}
	#stella-wrap #uservoice .item_ {
        font-size: 12px;
		margin-bottom: 1.0em;
    }
	#stella-wrap #uservoice ul li .more {
    font-size: 12px;
}
	    #stella-wrap #uservoice dt {
        font-size: 18px;
    }
	#stella-wrap #uservoice dd {
    margin-top: 1.0em;
}
	#stella-wrap #uservoice .ttl_h3 span:before {
    height: 25px;
    width: 25px;
    margin-right: 15px;
}
}


#stella-wrap #lineup {
	padding: 80px 0 50px;
}

#stella-wrap #lineup .ttl_h3 {
	margin-bottom: 50px;
}

#stella-wrap #lineup ul {
	display: flex;
	justify-content: space-between;
	/*align-items: center;*/
	flex-wrap: wrap;
}

#stella-wrap #lineup li {
	background: var(--main-color);
	text-align: left;
	width: 48%;
	margin-bottom: 30px;
	padding: 30px 0;
	position: relative;
}

#stella-wrap #lineup .box_01 {
	width: 25%;
}

#stella-wrap #lineup .box_02 {
	width: 70%;
}

#stella-wrap #lineup dt {
	margin-bottom: 0.5em;
}

#stella-wrap #lineup dd {
	line-height: 1.8;
	font-size: 16px;
}

#stella-wrap #lineup dd span {
	font-size: 8px;
	vertical-align: text-top;
}

#stella-wrap #lineup .btn {
	background: #000000;
	color: #FFFFFF;
	text-align: center;
	border-radius: 20px;
	font-size: 15px;
	padding: 0.5em 0;
}

#stella-wrap #lineup .price {
	margin: 0.5em auto;
}

#stella-wrap #lineup .btn {
	margin-top: 1.0em;
}

#stella-wrap #lineup .btn p {
	display: flex;
	justify-content: center;
	align-items: center;
}

#stella-wrap #lineup .btn p:after {
	content: ">";
	margin-left: 25px;
}

#stella-wrap #lineup a {
	color: #FFFFFF;
}

#stella-wrap #lineup .kome {
	position: absolute;
	left: 5%;
	bottom: 30px;
}

#stella-wrap #lineup li .flex_box {
	align-items: flex-start;
}

@media only screen and (max-width: 798px) {
	#stella-wrap #lineup li {
    width: 100%;
}
}

@media only screen and (max-width: 480px) {
	#stella-wrap #lineup {
    padding: 40px 0;
}
	#stella-wrap #lineup .ttl_h3 {
    margin-bottom: 15px;
}
	#stella-wrap #lineup dd {
    font-size: 12px;
}
	#stella-wrap #lineup .btn {
    font-size: 12px;
}
	#stella-wrap #lineup li {
    padding: 1.0em 0;
		margin-bottom: 1.0em;
}
}
