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

:root {
  --gray: #f5f5f5;
  --sub-color1: #ffffff;
  --sub-color2: #ffffff;

	--fontsize_45: clamp(20px, 6.5vw, 45px);
	--fontsize_40: clamp(18px, 5.5vw, 40px);
	--fontsize_35: clamp(16px, 5.0vw, 35px);
	--fontsize_28: clamp(15px, 4.0vw, 28px);
	--fontsize_25_1: clamp(14px, 3.8vw, 25px);
	--fontsize_25_2: clamp(12px, 3.2vw, 25px);
	--fontsize_20: clamp(12px, 3.0vw, 20px);
}


#stella_jewel {
	max-width: 800px;
	margin: 0 auto;
	text-align: center;
	font-size: var(--fontsize_25_1);
}

#stella_jewel .comm_ttl {
	font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
	/*font-size: 4.5rem;*/
	font-weight: normal;
	font-size: var(--fontsize_45);
}

#stella_jewel .comm_ttl .en_ttl {
	font-family: "Noto Sans JP", YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	/*font-size: 3.0rem;*/
	display: block;
	letter-spacing: 0.2em;
	font-weight: 300;
	margin-bottom: 0.8em;
	font-size: var(--fontsize_28);
}

#stella_jewel .comm_ttl .kome {
	font-size: 40%;
	vertical-align: text-top;
}

#stella_jewel .comm_45 {
	font-size: var(--fontsize_45);
}

.sp_only {
	display: none;
}


@media only screen and (max-width: 480px) {
	.sp_only {
		display: block;
	}
}

#stella_jewel #about {
	padding: 2.0em 0;
}

#stella_jewel #about .about_img {
	margin: 1.5em auto 2.0em;
}

#stella_jewel #about .about_img img {
	width: 100%;
}

#stella_jewel #about #contents_box {
	text-align: left;
	padding-bottom: 2.0em;
}

#stella_jewel #about #contents_box .comm_flex {
	margin-bottom: 1.5em;
}

#stella_jewel #about #contents_box .img_box {
	width: 55%;
}

#stella_jewel #about #contents_box .p_box {
	width: 45%;
}

#stella_jewel #about #contents_box dt {
	font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
	font-size: var(--fontsize_40);
	background: var(--gray);
	display: block;
	padding-left: calc(5 / 45 * 100%);/* 親(45%)に対して、全体の5%相当の余白を作る */
	margin-bottom: 0.5em;
	line-height: 2.0;
}

#stella_jewel #about #contents_box dd {
	padding-left: calc(5 / 45 * 100%);/* 親(45%)に対して、全体の5%相当の余白を作る */
	font-size: var(--fontsize_25_2);
}

#stella_jewel #about #contents_box .comm_w90 {
	line-height: 1.8;
}

#stella_jewel #about #contents_box .comm_w90 span,
#stella_jewel #about #contents_box .comm_w90 .kome {
	font-size: 50%;
}

#stella_jewel #about #contents_box .comm_w90 span {
	vertical-align: text-top;
}

#stella_jewel #about #contents_box .comm_w90 .kome {
	margin-top: 2.0em;
}

#stella_jewel #about #summary {
	background: var(--gray);
	padding: 2.0em 0;
}

#stella_jewel #about #summary .comm_ttl span {
	display: block;
	font-size: var(--fontsize_35);
	margin-top: 0.3em;
}

#stella_jewel #about #summary img {
	width: 100%;
	margin: 1.5em auto;
}

#stella_jewel #about #summary ul {
	flex-wrap: wrap;
	margin-bottom: 1.0em;
}

#stella_jewel #about #summary li {
	width: 48%;
	background: #FFFFFF;
	padding: 0.5em;
	margin-bottom: 1.0em;
	box-sizing: border-box;
}

#stella_jewel #about #summary li dt {
	 font-size: var(--fontsize_28);
	font-weight: 500;
	margin-bottom: 0.5em;
}

#stella_jewel #about #summary li dt span {
	font-size: 50%;
	vertical-align: text-top;
}

#stella_jewel #about #summary li dd {
	font-size: var(--fontsize_25_2);
}

#stella_jewel #about #summary li dd span {
	font-size: 50%;
	vertical-align: text-top;
}

#stella_jewel #about #summary .kome {
	font-size: 55%;
	text-align: left;
}

#stella_jewel #about #attachment {
	padding-top: 2.0em;
	
}

#stella_jewel #about #attachment .comm_ttl {
	font-size: var(--fontsize_45);
}

#stella_jewel #about #attachment .comm_ttl span {
	display: block;
	font-size: var(--fontsize_35);
}

#stella_jewel #about #attachment .atta {
	background: var(--gray);
	display: flex;
	justify-content: flex-end;
	margin: 2.0em auto;
}

#stella_jewel #about #attachment .atta:first-child {
	background-image: url(https://www.forcise.jp/img/item/stellabeaute/jewel/005.jpg);
	background-position: left;
	background-size: 40%;
	background-repeat: no-repeat;
}

#stella_jewel #about #attachment .atta:last-child {
	background-image: url(https://www.forcise.jp/img/item/stellabeaute/jewel/006.jpg);
	background-position: left;
	background-size: 40%;
	background-repeat: no-repeat;
}

#stella_jewel #about #attachment .atta .p_box {
	width: 60%;
	padding: 2.0em 5%;
	position: relative;
	box-sizing: border-box;
}

/*#stella_jewel #about #attachment .comm_flex {
	background: var(--gray);
	margin: 2.0em auto;
}

#stella_jewel #about #attachment .comm_flex .img_box {
	width: 40%;
}

#stella_jewel #about #attachment .comm_flex .img_box img {
	width: 100%;
}

#stella_jewel #about #attachment .comm_flex .p_box {
	width: 60%;
	padding: 0 5%;
	position: relative;
	box-sizing: border-box;
}*/

#stella_jewel #about #attachment .atta .p_box img {
	position: absolute;
	right: -3%;
	top: -2.5em;
	width: 25%;
}

#stella_jewel #about #attachment .atta .p_box dt {
	font-size: var(--fontsize_28);
	font-weight: 500;
	margin-bottom: 0.5em;
}


#stella_jewel #supervision {
	background: var(--gray);
	padding: 2.0em 0;
}

#stella_jewel #supervision .comm_ttl {
	margin-bottom: 1.5em;
}

#stella_jewel #supervision .comm_flex .img_box {
	width: 48%;
}

#stella_jewel #supervision .comm_flex .p_box {
	width: 50%;
	text-align: left;
	font-size: var(--fontsize_20);
}

#stella_jewel #supervision .comm_flex .p_box span {
	font-size: var(--fontsize_28);
	display: block;
}

#stella_jewel #supervision .comm_flex .p_box dt {
	font-weight: 500;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
	border-bottom: 1px solid;
}


#stella_jewel #supervision .box dt {
	font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
	font-size: var(--fontsize_35);
	margin: 1.5em auto 1.3em;
}

#stella_jewel #supervision .box dd {
	text-align: left;
	line-height: 1.8;
}


#stella_jewel #uservoice {
	padding: 2.0em 0;
}

#stella_jewel #uservoice h2 .span1 {
	font-size: var(--fontsize_35);
	display: block;
}

#stella_jewel #uservoice img {
	margin: 1.5em auto 2.0em;
	width: 100%;
}

#stella_jewel #uservoice .comm_flex {
	flex-wrap: wrap;
}

#stella_jewel #uservoice .comm_flex li {
	width: 48%;
	background: var(--gray);
	text-align: left;
	margin-bottom: 1.5em;
	padding: 1.5em 1.0em 1.0em;
	box-sizing: border-box;
	position: relative;
}

#stella_jewel #uservoice .comm_flex li .v_number {
	position: absolute;
	left: -2%;
	top: -0.8em;
}

#stella_jewel #uservoice .comm_flex li .v_number span {
	position: relative;
	 font-size: var(--fontsize_20);
	padding-left: 1.5em;
	letter-spacing: 0.1em;
	font-weight: 500;
} 

#stella_jewel #uservoice .comm_flex li .v_number span:before{
	content: "";
        display: inline-block;
        background: url(https://www.forcise.jp/img/item/stellabeaute/jewel/bk_s.jpg) no-repeat left;
        background-size: 100%;
        height: auto;
        width: 13%;
       aspect-ratio: 1 / 1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

#stella_jewel #uservoice .comm_flex li dt {
	font-size: var(--fontsize_28);
	font-weight: 500;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid;
}

#stella_jewel #uservoice .kome {
	font-size: 55%;
	text-align: left;
}

#stella_jewel #trouble .trouble_1 {
	background: url(https://www.forcise.jp/img/item/stellabeaute/jewel/bk_001.jpg) no-repeat top;
	background-size: cover;
	padding: 2.0em 0 1.0em;
	position: relative;
	margin-bottom: 2.0em;
}

#stella_jewel #trouble .trouble_1:after{
	content: "";
	position: absolute;
	bottom: -1.0em;
	left: 50%;
	transform: translateX(-50%);
	  width: 0;
  height: 0;
  border-left: 1.5em solid transparent;
  border-right: 1.5em solid transparent;
  border-top: 1.5em solid #e4e4e4;
	z-index: -1;
}

#stella_jewel #trouble .trouble_1 .w_box {
	width: 80%;
	/*max-width: 600px;*/
	margin: 1.5em auto;
	background: #FFFFFF;
	padding: 1.5em 1.0em;
	box-sizing: border-box;	
}

#stella_jewel #trouble .trouble_1 .w_box ul {
	text-align: left;
	width: fit-content;
	margin: auto;
}

#stella_jewel #trouble .trouble_1 .w_box li {
	position: relative;
	padding-left: 1.5em;
	margin-bottom: 0.8em;
}

#stella_jewel #trouble .trouble_1 .w_box li:before {
	content: "□";
	display: inline-block;
	font-size: 90%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}

#stella_jewel #trouble .trouble_1 .w_box li:last-child {
	margin-bottom: 0;
}

#stella_jewel #trouble .trouble_1 .img_box {
	text-align: right;
	position: relative;
}

#stella_jewel #trouble .trouble_1 .img_box img {
	mix-blend-mode: darken;
}

#stella_jewel #trouble .trouble_1 .img_box p {
	font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
	font-size: var(--fontsize_35);
	position: absolute;
	bottom: 1.5em;
	left: 10%;
	text-align: left;
}

#stella_jewel #trouble .trouble_1 .img_box p span {
	font-size: var(--fontsize_28);
	display: block;
}

#stella_jewel #trouble .trouble_2 {
	position: relative;
	z-index: -2;
	margin-top: -2.0em;
	background: var(--gray);
	padding: 2.5em 0 2.0em;
}

#stella_jewel #trouble .trouble_2 h3 {
	font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
	font-weight: normal;
	font-size: var(--fontsize_40);
}

#stella_jewel #trouble .trouble_2 .comm_flex {
	margin-top: 2.0em;
	align-items: stretch;
}

/*#stella_jewel #trouble .trouble_2 .img_box {
	position: relative;
}

#stella_jewel #trouble .trouble_2 .img_box .num {
	position: absolute;
	top: 1.0em;
	left: 2.0em;
	width: 20%;
	
}*/

/*#stella_jewel #trouble .trouble_2 .num_p {
	position: relative;
	transform: translate(-50%,-50%);
	background: #000000;
	color: #FFFFFF;
	padding: 0.5em;
	width: 20%;
	height: auto;
	aspect-ratio: 1 / 1;
	 font-size: var(--fontsize_28);
	line-height: 1.2;
}

#stella_jewel #trouble .trouble_2 .num_p p {	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}


#stella_jewel #trouble .trouble_2 .num_p span {
	font-size: 70%;
	display: block;
}*/

#stella_jewel #trouble .box {
	width: 48%;
}

#stella_jewel #trouble dt {
	border-bottom: 1px solid;
	padding-bottom: 0.5em;
	margin: 0.5em auto;
	font-size: var(--fontsize_28);
    font-weight: 500;
}

#stella_jewel #trouble dd {
	text-align: left;
	line-height: 1.8;
}

#stella_jewel #trouble .trouble_2 {
	padding-bottom: 5.0em;
}

#stella_jewel #key_sokode {
	background: #f3f3f3;
	padding-bottom: 2.0em;
}

#stella_jewel #key_sokode .key_box {
	position: relative;
}

#stella_jewel #key_sokode .key_box .sokode {
	font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
	font-size: var(--fontsize_35);
	border: 1px solid;
	padding: 0.3em 1.0em;
	line-height: 1.0;
	display: inline-block;
	background: #FFFFFF;
	position: absolute;
	left: 50%;
	top: -0.8em;
	transform: translateX(-50%);
}

#stella_jewel #key_sokode .key_box .key_1 {
	position: absolute;
	left: 50%;
	top: 2.5em;
	transform: translateX(-50%);
	width: 100%;
}

#stella_jewel #key_sokode .key_box .key_1 h3 {
	font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
	font-weight: normal;
	font-size: var(--fontsize_40);
	margin-bottom: 0.5em;
}

#stella_jewel #key_sokode .key_box .key_1 p {
	font-size: var(--fontsize_28);
	letter-spacing: 0.2em;
}

#stella_jewel #key_sokode .key_box .key_1 span {
	display: inline-block;
	background: #000000;
	color: #FFFFFF;
	 font-size: var(--fontsize_20);
	letter-spacing: normal;
	padding: 0.1em 1.0em;
	margin-bottom: 0.5em;
}

#stella_jewel #key_sokode .key_box .key_2 {
	position: absolute;
	left: 50%;
	bottom: 1.5em;
	transform: translateX(-50%);
	width: 100%;
	font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
	font-size: var(--fontsize_40);
}

#stella_jewel #key_sokode li {
	width: 31%;
	background: #FFFFFF;
	padding: 1.2em 0.5em 0.5em;
	box-sizing: border-box;
	border-radius: 10px;
	position: relative;
}

#stella_jewel #key_sokode li .num {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: -0.8em;
	font-weight: 500;
}

#stella_jewel #key_sokode li p span {
	display: block;
	font-size: 80%;
}


#stella_jewel #point_jewel {
	padding: 4.0em 0;
}

#stella_jewel #point_jewel .box {
	padding: 2.5em 0 1.5em;
	position: relative;
	border: 1px solid;
	margin-bottom: 3.0em;
}

#stella_jewel #point_jewel .box:last-child {
	margin-bottom: 0;
}

#stella_jewel #point_jewel .box .num {
	position: absolute;
	top: -0.8em;
	left: 50%;
	transform: translateX(-50%);
}

#stella_jewel #point_jewel .box .num p {
	color: #FFFFFF;
	background: #000000;
	display: inline-block;
	 font-size: var(--fontsize_20);
	letter-spacing: 0.1em;
	padding: 0.1em 1.0em;
}

#stella_jewel #point_jewel .box img {
	width: 100%;
}

#stella_jewel #point_jewel .box h3 {
	font-family: "Noto Serif JP", "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", Meiryo, serif;
	font-size: var(--fontsize_35);
	font-weight: normal;
}

#stella_jewel #point_jewel .box h3 span {
	display: block;
	font-size: var(--fontsize_45);
}

#stella_jewel #point_jewel .box .h3_box p {
	 font-size: var(--fontsize_28);
	margin-top: 0.5em;
}

#stella_jewel #point_jewel .box .point_img {
	margin: 1.5em auto;
}

#stella_jewel #point_jewel .box .point_img2 {
	margin-bottom: 0.5em;
}

#stella_jewel #point_jewel .box dt {
	 font-size: var(--fontsize_28);
	border-bottom: 1px solid;
	padding-bottom: 0.5em;
	margin-bottom: 0.5em;
}

#stella_jewel #point_jewel .box dt span {
	font-size: var(--fontsize_40);
	letter-spacing: 0.1em;
}

#stella_jewel #point_jewel .box dt .span1 {
	font-size: 130%;
	margin-left: 0.2em;
	line-height: normal;
	vertical-align: bottom;
}

#stella_jewel #point_jewel .box dt .span2 {
	font-size: 50%;
	vertical-align: text-top;
}

#stella_jewel #point_jewel .box dd {
	text-align: left;
	line-height: 1.8;
}

#stella_jewel #point_jewel .box dd.comm_flex {
	margin-top: 1.0em;
}

#stella_jewel #point_jewel .box dd.comm_flex p {
	width: 67%;
}

#stella_jewel #point_jewel .box dd.comm_flex .fda {
	width: 28%;
}

#stella_jewel #point_jewel .box .kome {
	font-size: 65%;
	text-align: left;
	margin-top: 1.0em;
}

#stella_jewel #point_jewel .point_flex {
	margin-bottom: 2.0em;
}

#stella_jewel #point_jewel .point_flex p {
	background: var(--gray);
	padding: 0.1em 1.0em;
	font-size: var(--fontsize_25_2);
	
}

#stella_jewel #point_jewel .point_flex span {
	 font-size: var(--fontsize_28);
}

#stella_jewel #point_jewel h4 {
	font-weight: normal;
	 font-size: var(--fontsize_28);
	text-align: left;
}

#stella_jewel #point_jewel h4 span {
	font-size: 80%;
	background: #000000;
	color: #FFFFFF;
	display: inline-block;
	padding: 0.2em 1.2em;
	border-radius: 30px;
	margin-right: 1.0em;
}

#stella_jewel #point_jewel .gray_box {
	padding: 2.0em 0;
	background: var(--gray);
	margin: 2.0em auto;
}

#stella_jewel #point_jewel .darken_img {
	mix-blend-mode: darken;
}

#stella_jewel #function {
	background: var(--gray);
	padding: 2.0em 0;
}

#stella_jewel #function .comm_flex {
	flex-wrap: wrap;
	align-items: stretch;
}

#stella_jewel #function .comm_flex li {
	width: 48%;
	margin-bottom: 1.5em;
}

#stella_jewel #function .comm_flex li:nth-of-type(3),
#stella_jewel #function .comm_flex li:last-child {
	margin-bottom: 0;
}

#stella_jewel #function .func_box {
	margin: 2.0em auto;
}

#stella_jewel #function .func_box:last-child {
	margin-bottom: 0;
}

#stella_jewel #function .func_box p {
	margin: 1.5em auto;
	line-height: 1.8;
}

#stella_jewel #function .func_box dt {
	border-bottom: 1px solid;
	padding: 1.0em 0;
	margin-bottom: 1.0em;
	 font-size: var(--fontsize_28);
}

#stella_jewel #function .func_box dd {
	text-align: left;
	line-height: 1.8;
}

#stella_jewel #function .func_box dd span {
	display: block;
	font-size: 55%;
	margin-top: 1.0em;
}

#stella_jewel #faq {
	background: var(--gray);
	padding: 2.0em 0;
	margin-top: 2.0em;
}

#stella_jewel #faq dl {	
	text-align: left;
	line-height: 1.8;
	margin-top: 2.0em;
}

#stella_jewel #faq dt {
	font-weight: 500;
	margin-bottom: 1.0em;
	position: relative;
	padding-left: 10%;
}

#stella_jewel #faq dt:before{
	content: "";
        display: inline-block;
        background: url(https://www.forcise.jp/img/item/stellabeaute/jewel/q_icon.png) no-repeat left;
        background-size: 100%;
        height: auto;
        width: 6%;
       aspect-ratio: 1 / 1;
	position: absolute;
	top: 0.2em;
	left: 0;
}

#stella_jewel #faq dd {
	position: relative;
	padding-left: 10%;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid;
}

#stella_jewel #faq dd:before{
	content: "";
        display: inline-block;
        background: url(https://www.forcise.jp/img/item/stellabeaute/jewel/a_icon.png) no-repeat left;
        background-size: 100%;
        height: auto;
        width: 6%;
       aspect-ratio: 1 / 1;
	position: absolute;
	top: 0.2em;
	left: 0;
}

#stella_jewel #faq dd:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

#stella_jewel #faq dd span {
	display: block;
	margin: 1.0em auto;
}

#stella_jewel #faq dd img {
	margin-bottom: 1.0em;
}

#stella_jewel #spec_jewel {
	padding-bottom: 2.0em;
}

#stella_jewel #spec_jewel h2 {
	background: #000000;
	color: #FFFFFF;
	font-size: var(--fontsize_40);
	padding: 0.2em 0;
	font-weight: normal;
}

#stella_jewel #spec_jewel img {
	margin: 2.0em auto 1.5em;
}

#stella_jewel #spec_jewel dl {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	 font-size: var(--fontsize_20);
}

#stella_jewel #spec_jewel dt {
	width: 30%;
}

#stella_jewel #spec_jewel dd {
	width: 68%;
}

#stella_jewel #spec_jewel li {
	padding: 0.8em 0;
	border-bottom: 1px solid;
}


#stella_jewel #scalp_bana {
	width: 90%;
	margin: 1.5em auto 0;
}

#stella_jewel #scalp_bana h2 {
	background: #000000;
	color: #FFFFFF;
	padding: 0.5em 0;
	margin-bottom: 1.0em;
	font-size: var(--fontsize_28);
	font-weight: normal;
}


@media only screen and (max-width: 480px) {
	#stella_jewel #about #attachment .atta .p_box dt,
	#stella_jewel #about #attachment .atta .p_box dd {
		font-size: 13px;
	}
	
	#stella_jewel #about #attachment .atta .p_box img {
    top: -2em;
}
	#stella_jewel #supervision .comm_flex {
		align-items: stretch;
	}
	
	#stella_jewel #supervision .comm_flex .img_box {
		width: 45%;
	}
	
	#stella_jewel #uservoice .comm_flex li dt,#stella_jewel #uservoice .comm_flex li dd {
		font-size: 14px;
	}
	
	#stella_jewel #key_sokode li p {
		font-size: 12px;
	}
	
	#stella_jewel #point_jewel h4 {
		font-size: 14px;
	}
	
	#stella_jewel #function .func_box dt {
		font-size: 14px;
	}	
	
	#stella_jewel #about #contents_box dd {
		font-size: 13px;
	}
	
	#stella_jewel #faq dt:before{
	content: "";
        display: inline-block;
        background: url(https://www.forcise.jp/img/item/stellabeaute/jewel/q_icon.png) no-repeat left;
        background-size: 100%;
        height: auto;
        width: 7%;
       aspect-ratio: 1 / 1;
	position: absolute;
	top: 0.2em;
	left: 0;
}

#stella_jewel #faq dd:before{
	content: "";
        display: inline-block;
        background: url(https://www.forcise.jp/img/item/stellabeaute/jewel/a_icon.png) no-repeat left;
        background-size: 100%;
        height: auto;
        width: 7%;
       aspect-ratio: 1 / 1;
	position: absolute;
	top: 0.2em;
	left: 0;
}
	
	

}