@charset "utf-8";

body {
	color: #5F4541;
}

a.pink {
	color: #E59A81;
}

a.beige {
	color: #e4c8b8;
}

p {
	font-weight: 400;
}

/*-------------------------------------------------------------------------
	pagetop
-------------------------------------------------------------------------*/

.pagetop {
	background: #D69079;
}

.pagetop span {
	color: #fff;
}

/*-------------------------------------------------------------------------
	kv
-------------------------------------------------------------------------*/

#kv {
	width: 100%;
	height: 100%;
	background: url('img/webp/lily_top_image.webp') no-repeat 80% 0 / cover;
	position: relative;
	padding-top: 80px;
}

/* Internet Explorer向けの設定（JPEG） */
@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
	#kv {
		background-image: url('img/lily_top_image.jpg');
	}
}

#kv h1 {
	position: absolute;
	top: 10%;
	left: 57px;
	display: flex;
	flex-direction: column;
	white-space: nowrap;
	text-shadow: 0 0 8px #E1E3E2, 0 0 8px #E1E3E2, 0 0 8px #E1E3E2, 0 0 8px #E1E3E2, 0 0 8px #E1E3E2;
	padding-top: 80px;
}

#kv h1 small {
	font-size: 32px;
	line-height: 1.5;
}

#kv h1 b {
	font-size: 56px;
	line-height: 1.125;
	margin-top: 24px;
	line-height: 1.5;
}


#kv p {
	position: absolute;
	left: 64px;
	bottom: 30px;
}

#kv img.lily_images {
	position: absolute;
	bottom: 80px;
	left: 5%;
	width: 33%;
}

/*------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {


	#kv {
		height: 48%;
		background: url('img/webp/lily_top_image.webp') no-repeat 70% 0 / cover;
	}

	/* Internet Explorer向けの設定（JPEG） */
	@media all and (-ms-high-contrast: none),
	(-ms-high-contrast: active) {
		#kv {
			background-image: url('img/lily_top_image.jpg');
		}
	}

	#kv h1 {
		left: 22px;
		right: auto;
		transform: translateY(92%) translateX(0);
		padding-top: 30px;
	}

	#kv h1 small {
		font-size: 15px;
		line-height: 1.2;
	}

	#kv h1 b {
		font-size: 30px;
		margin-top: 10px;
		line-height: 1.2;
	}

	#kv p {
		left: 24px;
		bottom: 0;
	}

	#kv p img {
		zoom: .5;
	}

	#kv img.lily_images {
		bottom: 0;
		right: 5%;
		left: auto;
	}
}


/*-------------------------------------------------------------------------
	h2
-------------------------------------------------------------------------*/

h2 {
	font-size: 48px;
	line-height: 1.5;
	text-align: center;
}

.category {
	font-size: 64px;
	line-height: 1;
	padding-top: 80px;
	margin-bottom: 96px;
	display: flex;
	align-items: center;
	position: relative;
}

.category span {
	flex: 1;
	display: flex;
	align-items: center;
	position: relative;
}

.category span:after {
	content: "";
	display: block;
	margin-left: 64px;
	margin-right: calc(50% - 50vw);
	border-top: 2px solid #707070;
	flex: 1;
}

.category:after {
	content: "";
	display: block;
	margin-left: 64px;
	margin-right: calc(50% - 50vw);
	border-top: 1px solid #707070;
	flex: 1;
	position: relative;
	top: -16px;
	right: 0;
}

/*------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {


	h2 {
		font-size: 28px;
	}

	.category {
		font-size: 28px;
		padding-top: 40px;
		margin-bottom: 64px;
	}

	.category span:after {
		margin-left: 24px;
	}

	.category:after {
		margin-left: 24px;
		top: -8px;
	}



}


/*-------------------------------------------------------------------------
	h3
-------------------------------------------------------------------------*/

h3 {
	font-size: 32px;
	line-height: 1.75;
	text-align: center;
}

/*------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {


	h3 {
		font-size: 20px;
	}


}

/*-------------------------------------------------------------------------
	full
-------------------------------------------------------------------------*/

.full {
	text-align: right;
	color: #86AC95;
	background: rgba(226, 225, 171, .5);
	/* color: #E59A81;
	background: rgba(254, 236, 217, .5); */
	padding: 64px 0 104px 0;
	margin-left: calc(50% - 50vw);
	margin-right: 160px;
	margin-bottom: -40px;
	position: relative;
	z-index: 1;
}

.full.right {
	color: #E59A81;
	background: rgba(254, 236, 217, .5);
	padding: 64px 0 104px 0;
	margin-right: calc(50% - 50vw);
	margin-left: 160px;
	margin-bottom: -40px;
	position: relative;
	z-index: 1;
}


/*------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {



	.full {
		padding: 24px 0 48px 0;
		margin-right: 16px;
		margin-bottom: -24px;
	}

	.full.right {
		padding: 24px 0 48px 0;
		margin-left: 16px;
		margin-bottom: -24px;
	}


}


/*-------------------------------------------------------------------------
	categories
-------------------------------------------------------------------------*/


.categories {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 -16px;
}

.categories li {
	flex: none;
	width: calc(100% / 2 - 32px);
	margin: 0 16px;
}

.categories li a {
	display: block;
	height: 100%;
}

.categories a:hover {}

.categories li p {
	font-size: 18px;
	line-height: 1.5;
}

.categories li h3 {
	font-size: 24px;
	font-weight: bold;
	margin-top: 16px;
}

.categories li img {
	height: 300px;
}




.categories dl {
	text-align: center;
}

.categories dt {
	position: relative;
	padding-top: 96px;
}

.categories dt:before {
	content: "";
	display: block;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: 0 auto;
	z-index: -1;
}

.categories dt:after {
	content: "";
	display: block;
	width: 280px;
	height: 280px;
	border-radius: 50%;
	position: absolute;
	left: 16px;
	right: 0;
	top: 16px;
	margin: 0 auto;
	z-index: -1;
}

.categories dt img {}

.categories dd {
	margin-top: 32px;
}


.categories .classic dt:before {
	border: 2px solid #FEECD9;
}

.categories .classic dt:after {
	background: rgba(254, 236, 217, .5);
}

.categories .casual dt:before {
	border: 2px solid #e4c8b8;
}

.categories .casual dt:after {
	background: rgba(228, 200, 184, .5);
}
.figure figcaption p.lily_vovo{
	text-align: center;
}
/*------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {


	.categories li {
		flex: none;
		width: calc(100% - 32px);
		margin: 0 16px;
	}

	.categories li+li {
		margin-top: 64px;
	}

	.categories li p {
		font-size: 16px;
	}

	.categories li h2 {
		font-size: 20px;
	}

	.categories li img {
		height: 240px;
	}

	.categories dt {
		padding-top: 64px;
	}

	.categories dt:before {
		width: 200px;
		height: 200px;
	}

	.categories dt:after {
		width: 200px;
		height: 200px;
	}
	.figure figcaption p.lily_vovo{
		text-align: left;
	}
}


/*-------------------------------------------------------------------------
	spec
-------------------------------------------------------------------------*/

.spec {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin: 0 -16px -64px -16px;
}

.spec li {
	flex: none;
	width: calc(100% / 2 - 32px);
	margin: 0 16px 64px 16px;
}

.spec dl {
	display: flex;
	align-items: center;
}

.spec dt {
	flex: none;
	width: 96px;
	margin-right: 24px;
	text-align: center;
}

.spec dt img {
	zoom: .75;
}

.spec dd {
	flex: 1;
}


/*------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {

	.spec {
		margin-bottom: -32px;
	}

	.spec li {
		flex: none;
		width: calc(100% - 32px);
		margin-bottom: 32px;
	}

	.spec dt {
		width: 80px;
		margin-right: 16px;
	}

	.spec dt img {
		zoom: .5;
	}


}

/*-------------------------------------------------------------------------
	pickup
-------------------------------------------------------------------------*/


.pickup {
	position: relative;
	display: none;
}

.pickup.active,
.pickup.active2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
}
.pickup.active dt,
.pickup.active dd,
.pickup.active2 dt,
.pickup.active2 dd{
	display: block!important;
}
.pickup dt {
	order: 1;
	flex: 1;
	margin-left: 64px;
	display: none;
}

.pickup dt img {}

.pickup dd {
	flex: 1;
	display: none;
}

.pickup dd h3 {
	text-align: left;
}

.pickup dd big {
	font-size: 24px;
}

.button_group1,
.button_group2 {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: center;
}

.btn_title {
	text-align: center;
	max-width: 114px;
	width: 30%;
	margin: 10px auto;
}

.color_button {
	margin: 10px;
	padding: 10px 20px;
	border: 1px solid #ccc;
	cursor: pointer;
	background-color: #fff;
	width: 50%;
	height: 80px;
}

.color_button:hover {
	border: 1px solid #000;
}

/*------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {

	.pickup.active,
	.pickup.active2 {
		display: block !important;
	}

	.pickup dt {
		margin-left: 0;
		margin-bottom: 24px;
		text-align: center;
	}

	.pickup dt img {
		width: 50%;
	}

	.pickup dd {
		text-align: center;
	}

	.pickup dd h3 {
		text-align: center;
	}

	.pickup dd big {
		font-size: 24px;
	}

	.vivo_item.button_group2 {
		flex-wrap: wrap;
	}

	.vivo_item .color_button {
		width: 42%;
	}

}

/*-------------------------------------------------------------------------
	#casual
-------------------------------------------------------------------------*/
#casual {
	display: block;
	margin-top: -80px;
	padding-top: 80px;
}

/*-------------------------------------------------------------------------
	end
-------------------------------------------------------------------------*/

.bg {
	background: #ba7c6a;
}

.end a {
	color: #fff;
}

/*------------------------------------------------------------------------*/

@media screen and (max-width: 767px) {}
