@charset "utf-8";
/* ===== base ===== */
#backbar {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	font-weight: 300;
	line-height: 2;
	color: #000;
}
#backbar img {
	max-width: 100%;
	height: auto;
}
#backbar section {
	padding: 2em 0;
}
#backbar .inner {
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
}
#backbar .note {
	font-size: 12px;
}
#backbar sup {
	font-size: 10px;
	position: relative;
	top: -.4em;
}
@media (max-width: 767px) {
	#backbar .pc {
		display: none;
	}
}
@media screen and (min-width: 768px) {
	#backbar .sp {
		display: none;
	}
	#backbar {
		font-size: 14px;
	}
	#backbar section {
		padding: 2em 0;
	}
}

/* ===== #kv ===== */
#backbar #kv {
	display: table;
	width: 100%;
	height: 138vw;
	background: url("/_ui/responsive/common/ui_assets/online/bg/pickup/backbar/img/pickup/kv_bg.png") center top / 100% auto no-repeat;
}
#backbar #kv .inner {
	position: relative;
	top: -.5em;
	display: table-cell;
	vertical-align: middle;
}
#backbar #kv h1 {
	width: 80%;
	max-width: 480px;
	margin: 0 auto;
	padding-bottom: .5em;
}
#backbar #kv .tagline {
	width: 60%;
	max-width: 323px;
	margin: 0 auto;
}
@media (max-width: 767px) {
}
@media screen and (min-width: 768px) {
	#backbar #kv {
		overflow: hidden;
		height: 29.5vw;
		max-height: 404px;
		background: url("/_ui/responsive/common/ui_assets/online/bg/pickup/backbar/img/pickup/kv_bg_pc.png") center top / contain repeat-x;
	}
	#backbar #kv .inner {
		top: -1em;
	}
	#backbar #kv h1 {
		padding-bottom: .6em;
	}
	#backbar #kv .tagline {
		width: 60%;
		max-width: 323px;
		margin: 0 auto;
	}
}

/* ===== #about ===== */
#backbar #about {
	text-align: center;
}
#backbar #about .catch {
	font-size: 20px;
	font-weight: 500;
	display: inline-block;
	background: url("/_ui/responsive/common/ui_assets/online/bg/pickup/backbar/img/pickup/about_line.png") center bottom / 100% 4px no-repeat;
	margin: 0 auto;
	margin-bottom: 1em;
	padding-bottom: .2em;
}
#backbar #about .heading {
	font-size: 18px;
	padding-bottom: .5em;
}
#backbar #about .img {
	width: 65%;
	max-width: 249px;
	margin: 0 auto;
	padding-top: 2em;
}
@media (max-width: 767px) {
	#backbar #about {
		padding-bottom: 1em;
	}
}
@media screen and (min-width: 768px) {
	#backbar #about .inner {
		position: relative;
	}
	#backbar #about .catch {
		font-size: 26px;
	}
	#backbar #about .heading {
		font-size: 20px;
	}
	#backbar #about .img {
		width: 20.8%;
		position: absolute;
		right: 0;
		bottom: -10.6em;
	}
}
@media screen and (max-width: 375px) {
	#backbar #about .catch {
		letter-spacing: -0.02em;
	}
}

/* ===== sectionHeading ===== */
#backbar .sectionHeading {
	margin-bottom: 1em;
}
#backbar .sectionHeading h2 {
	text-align: center;
	font-size: 40px;
	font-family: 'Spectral', serif;
	font-weight: 500;
	font-style: italic;
	border-bottom: #ccc 1px solid;
	margin-bottom: .5em;
}
#backbar .sectionHeading h2::after {
	content: '';
	display: block;
	width: 1.5em;
	height: 12px;
	background: #ccc;
	margin: 0 auto;
}
#backbar .sectionHeading p {
	text-align: center;
	padding-bottom: 1em;
}
@media (max-width: 767px) {
}
@media screen and (min-width: 768px) {
	#backbar .sectionHeading h2 {
		font-size: 50px;
	}
}
/* ===== #point ===== */
#backbar #point .sectionHeading {
	margin-bottom: 0;
}
#backbar #point .sectionHeading h2 {
	margin-bottom: 0;
}
#backbar #point .pointList ul li {
	border-bottom: #ccc 1px solid;
	margin-bottom: 1em;
	padding-top: 1em;
	padding-bottom: 2em;
}
#backbar #point .pointList ul li:last-child {
	border-bottom: none;
}
#backbar #point .pointList ul li .heading {
	position: relative;
	font-size: 60px;
	font-weight: 500;
	padding-bottom: .3em;
}
#backbar #point .pointList ul li .heading::before {
	position: absolute;
	top: .4em;
	left: -.2em;
	content: '';
	display: block;
	width: 1.4em;
	height: 1px;
	background: #ccc;
	transform: rotate(-45deg);
}
#backbar #point .pointList ul li .heading p::after { content: ''; display: block; clear: both; }
#backbar #point .pointList ul li .heading p span {
	display: block;
	line-height: 1.6;
	margin-left: 4em;
}
#backbar #point .pointList ul li .heading p .num {
	float: left;
	font-family: 'Spectral', serif;
	font-weight: 200;
	font-style: italic;
	line-height: 1.1;
	margin-left: 0;
	padding-left: .7em;
}
#backbar #point .pointList ul li .heading p .catch {
	font-size: 18px;
	margin-left: 5em;
}
#backbar #point .pointList ul li .txt p {
	padding-bottom: 1.5em;
}
#backbar #point .pointList ul li .txt p.ttl {
	text-align: center;
	font-size: 16px;
	font-weight: 500;
	padding-bottom: 1.5em;
}
#backbar #point .pointList ul li .txt .img {
	text-align: center;
	margin: 0 auto;
}
#backbar #point .pointList ul li:nth-child(2) .txt .img {
	max-width: 481px;
}
#backbar #point .pointList ul li:nth-child(3) .txt .img {
	max-width: 481px;
}
#backbar #point .pointList ul li:nth-child(4) .txt .img {
	max-width: 392px;
}
@media (max-width: 767px) {
}
@media screen and (min-width: 768px) {
	#backbar #point .pointList ul {
		display: flex;
		flex-wrap: wrap;
		gap: 0 4%;
	}
	#backbar #point .pointList ul li {
		width: 48%;
		border-right: #ccc 1px solid;
		margin-bottom: 0;
		padding-top: 3em;
	}
	#backbar #point .pointList ul li:nth-child(even) {
		border-right: none;
	}
	#backbar #point .pointList ul li:nth-child(3) {
		border-bottom: none;
	}
	#backbar #point .pointList ul li .heading {
		font-size: 110px;
		padding-bottom: .1em;
	}
	#backbar #point .pointList ul li .heading p .num {
		padding-left: .6em;
	}
	#backbar #point .pointList ul li .heading p .catch {
		font-size: 22px;
		padding-top: 1.2em;
		margin-left: 7.5em;
	}
	#backbar #point .pointList ul li .txt {
		padding: 0 40px;
	}
	#backbar #point .pointList ul li:first-child .txt::after { content: ''; display: block; clear: both; }
	#backbar #point .pointList ul li:first-child .txt p {
		float: left;
		width: 50%;
	}
	#backbar #point .pointList ul li:first-child .txt .img {
		float: right;
		width: 45%;
	}
}
/* ===== productList ===== */
#backbar .productList {
	padding-bottom: 3em;
}
#backbar .productList h3 {
	text-align: center;
	font-size: 26px;
	font-family: 'Spectral', serif;
	font-weight: 500;
	font-style: italic;
	margin-bottom: .5em;
}
#backbar .productList ul li {
	background: #f4f4f4;
	padding: 1em 0 2.5em;
}
#backbar .productList ul li .name {
	padding-bottom: 1em;
}
#backbar .productList ul li .name h4 {
	/* font-size: 32px; */
	font-size: clamp(30px, 29.3px + 0.2vw, 32px);
	font-weight: 300;
	/* max-width: 10em; */
	max-width: 12em;
	border-bottom: #ccc 1px solid;
	margin-bottom: .6em;
	padding-bottom: .3em;
}
#backbar .productList ul li .name h4 span{
	display: block;
    margin-top: -.2em;
	font-size: .8em;
}
#backbar .productList ul li .name .subName p {
	max-width: 16em;
	background: #999;
	font-weight: 500;
	color: #fff;
	text-align: center;
	margin-bottom: .5em;
	padding: .2em .5em;
}
#backbar .productList ul li .name .subName .icon img {
	width: auto;
	height: 25px;
}
#backbar .productList ul li .img {
	text-align: center;
	padding-bottom: 1em;
}
#backbar .productList ul li .txt {
	padding-bottom: 1em;
}
#backbar .productList ul li .txt p {
	color: #666;
	padding-bottom: .5em;
}
#backbar .productList ul li .txt .heading {
	color: #000;
	font-weight: 500;
	padding-bottom: .5em;
}
#backbar .productList ul li .txt .material {
	padding-top: .5em;
}
#backbar .productList ul li .txt .material img {
	max-width: none;
	width: auto;
	height: 60px;
}
#backbar .shampoo ul li:nth-child(4) .txt .material img { 
	height: 100px;
}
#backbar .productList ul li .btnArea {
	width: 100%;
	text-align: center;
}
#backbar .productList ul li .btnArea p {
	color: #666;
	font-weight: 500;
	line-height: 1.6;
	padding-bottom: .8em;
}
#backbar .productList ul li .btnArea .btnBox a {
	display: inline-block;
	background: #000;
	color: #fff;
	padding: 1em 3.5em;
}
#backbar .productList ul li .btnArea .btnBox a::after {
	content: '';
	display: inline-block;
    width: .6em;
    height: .6em;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	margin-left: .6em;
}
#backbar .productList ul li .btnArea .btnBox a:hover {
	text-decoration: none;
}
#backbar .shampoo ul li:nth-child(1) { background: #e3e2e5; }
#backbar .shampoo ul li:nth-child(2) { background: #f2e6ce; }
#backbar .shampoo ul li:nth-child(3) { background: #ebded9; }
#backbar .shampoo ul li:nth-child(4) { background: #d5d9d0; }
#backbar .conditioner ul li:nth-child(1) { background: #e4e9ef; }
#backbar .conditioner ul li:nth-child(2) { background: #f1e1d5; }
#backbar .mask ul li:nth-child(1) { background: #f7f4e9; }

#backbar .shampoo ul li:nth-child(1) .name .subName p { background: #bfbdc3; }
#backbar .shampoo ul li:nth-child(2) .name .subName p { background: #e0c790; }
#backbar .shampoo ul li:nth-child(3) .name .subName p { background: #d3b5a9; }
#backbar .shampoo ul li:nth-child(4) .name .subName p { background: #a5ae9a; }
#backbar .conditioner ul li:nth-child(1) .name .subName p { background: #c4ccda; }
#backbar .conditioner ul li:nth-child(2) .name .subName p { background: #dfba9e; }
#backbar .mask ul li:nth-child(1) .name .subName p { background: #ede5ca; }

@media (max-width: 767px) {
	#backbar .productList ul li .txt br {
		display: none;
	}
	#backbar .others ul li:first-child {
		margin-bottom: 3em;
	}
}
@media screen and (min-width: 768px) {
	#backbar .productList h3 {
		font-size: 37px;
	}
	#backbar .productList ul li {
		padding: 2em 0;
	}
	#backbar .productList ul li .inner {
		position: relative;
	}
	#backbar .productList ul li .inner::after { content: ''; display: block; clear: both; }
	#backbar .productList ul li .name {
		float: left;
		width: 28%;
	}
	#backbar .productList ul li .name .subName p {
		display: inline-block;
		width: 250px;
		margin-right: 1em;
	}
	#backbar .productList ul li .img {
		float: left;
		width: 20%;
		padding-top: 2em;
	}
	#backbar .productList ul li .txt {
		float: left;
		width: 52%;
		padding-top: 2em;
	}
	#backbar .productList ul li .txt .heading {
		font-size: 22px;
	}
	#backbar .productList ul li .txt .material {
		padding-top: 2em;
	}
	#backbar .productList ul li .txt .material img {
		width: auto;
		height: 90px;
	}
	#backbar .shampoo ul li:nth-child(4) .txt .material img { 
		height: 135px;
	}
	#backbar .productList ul li .btnArea {
		display: inline-block;
		position: absolute;
		width: auto;
		right: 0;
		bottom: 10px;
	}
	#backbar .productList ul li .btnArea .btnBox a:hover {
		opacity: .7;
	}
	#backbar .others ul li {
		position: relative;
	}
	#backbar .others ul li .inner {
		position: static;
		padding-bottom: 2em;
	}
	#backbar .others ul {
		display: flex;
		flex-wrap: wrap;
		gap: 0 2%;
	}
	#backbar .others ul li {
		width: 49%;
	}
	#backbar .others ul li .name {
		float: none;
		width: 100%;
		padding-bottom: 0;
	}
	#backbar .others ul li .name h4 {
		margin-bottom: .5em;
		padding-bottom: 0;
	}
	#backbar .others ul li .img {
		float: none;
		width: 100%;
		max-width: 492px;
		margin: 0 auto;
	}
	#backbar .others ul li .btnArea {
		right: 30px;
		bottom: 30px;
	}
}
@media screen and (min-width: 1100px) {
	#backbar .others ul li .name h4 {
		white-space: nowrap;
	}
}
/* ===== lineup ===== */
#backbar #lineup {
	padding-bottom: 0;
}

/* ===== toLineupBtn ===== */
#backbar .toLineupBtn a {
	position: fixed;
	right: 10px;
	bottom: 20px;
	width: 6.5em;
	height: 6.5em;
	color: #000;
	background: #fff;
	display: block;
	text-align: center;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	border: #ccc 1px solid;
	border-radius: 10em;
	opacity: .9;
	padding-top: 1.2em;
}
#backbar .toLineupBtn a:hover {
	text-decoration: none;
}
#backbar .toLineupBtn a::after {
	content: '';
	display: block;
    width: .8em;
    height: .8em;
    border-top: 3px solid #000;
    border-right: 3px solid #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	margin: 0 auto;
	margin-top: .5em;
}
@media (max-width: 767px) {
	#backbar .toLineupBtn {
		position: relative;
		z-index: 1;
	}
}
@media screen and (min-width: 768px) {
	#backbar .toLineupBtn {
		display: none;
	}
}





















