@charset "utf-8";

#concept{
	position: relative;
}
#concept::before{
	content: "";
	background: url('../images/lipton/logo_lipton.svg') no-repeat;
	background-size: contain;
	width: 120px;
	height: 120px;
	position: absolute;
	left: 0;
	right: 0;
	top: -70px;
	margin: 0 auto;
}
h1{
	font-size: clamp(16px, 2.0vw, 26px);
}
h1::before{
	content: "";
	background: url('../images/lipton/meet-lipton.svg') no-repeat;
	background-size: contain;
	width: 290px;
	height: 110px;
	display: block;
	margin: 0 auto;
}
.bg_yl {
	background: #fff9d3;
	text-align: center;
	padding: 0 0 50px;
}
#features .red_txt {
	color: #e60012;
	font-size: clamp(14px, 2.0vw, 28px);
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-weight: bold;
	margin-top: 80px;
}
#features .lipton h3{
	color: #e60012;
}
#features .features{
	margin: 0 auto;
	background: #ffffff;
	padding: 20px;
	max-width: 850px;
  width: 90%;
}
#features .attention a{
	text-decoration: underline;
	margin: 0 3px;
}
#features .flex_box{
	padding: 15px 0 50px;
}
#color{
	overflow-x: hidden;
}
#color ul li:first-of-type {
	margin: 30px 0 0;
}
#color ul {
	display: flex;
  flex-direction: column;
}
#color ul li{
	position: relative;
}
#color ul li:nth-child(odd) {
	align-self: flex-start;
}
#color ul li:nth-child(even) {
	align-self: flex-end;
}
#color ul li:nth-child(1)::before {
	content: "";
	background: url("../images/lipton/color_txt_01.png") no-repeat;
	background-size: contain;
  width: 200px;
  height: 130px;
  position: absolute;
  right: 5%;
  transform: translateY(-50%);
  top: 50%;
}
#color ul li:nth-child(2)::before {
	content: "";
	background: url("../images/lipton/color_txt_02.png") no-repeat;
	background-size: contain;
  width: 200px;
  height: 130px;
  position: absolute;
  left: 5%;
  transform: translateY(-50%);
  top: 50%;
}
#color ul li:nth-child(3)::before {
	content: "";
	background: url("../images/lipton/color_txt_03.png") no-repeat;
	background-size: contain;
  width: 200px;
  height: 130px;
  position: absolute;
  right: 3%;
  transform: translateY(-50%);
  top: 50%;
}
#scene ul li .txt{
	text-shadow: none;
}
#scene .lipton li.scene_01 {
	background: #e4c712;
}
#scene .lipton li.scene_02 {
	background: #cea146;
}
#scene .lipton li.scene_03 {
	background: #f7bd35;
}
#lineup .btn_box{
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 640px;
}
#lineup .manual_link {
	margin-top: 0;
}
/* #lineup .contact_lipton {
	text-align: center;
}
#lineup .contact_lipton a {
	color: #0066ff;
	text-decoration: underline;
	margin-left: 3px;
} */

@media screen and (min-width: 769px) and (max-width: 1280px) {
	.lipton .txt{
		font-size: 16px;
	}
	#color ul li:nth-child(1)::before{
		width: 150px;
		height:110px;
	}
	#color ul li:nth-child(2)::before{
		width: 150px;
		height:110px;
	}
	#color ul li:nth-child(3)::before {
		width: 150px;
		height:110px;
	}
}

@media screen and (min-width: 769px) {
	#lineup .manual_link a {
		width: 640px;
	}
}
@media screen and (max-width: 768px) {
	body{
		overflow-x: hidden;
	}
 	h1::before{
		width: 170px;
		height: 67px;
	}
	#features .red_txt{
		margin-top: 50px;
	}
	#concept::before{
		width: 70px;
		height: 70px;
		top: -45px;
	}
	#features .flex_box{
		padding: 0;
	}
	#features .flex_box > figure{
		margin-bottom: 10px;
	}
	#color ul li:nth-child(1)::before{
		width: 100px;
		height: 73px;
	}
	#color ul li:nth-child(2)::before{
		width: 100px;
		height: 73px;
	}
	#color ul li:nth-child(3)::before {
		width: 100px;
		height: 73px;
	}
	#lineup .btn_box{
		display: block;
	}
	#lineup .item_link:nth-child(2){
		margin-top: -20px;
	}
}
@media screen and (min-width: 481px) {
	.spOnly {
    display: none !important;
  }
}