@charset "utf-8";

/* Feature (/contents)
-------------------------------*/
.mainTitle {
	font-size: 40px;
	font-size: 3.0rem;
	text-align: center;
	font-family:'futura', 'Century Gothic', sans-serif;
	margin-bottom:20px;
	color: #666;
}
.list-wrap{
	margin-bottom:120px;
}
.contents-list{
	font-size:0;
	margin-bottom:30px;
}
.contents-list li{
	width:31%;
	margin-right:3.333%;
	display:inline-block;
	vertical-align:top;
	font-size: 14px;
	font-size: 1.4rem;
	text-align:center;
	margin-bottom:45px;
}
.contents-list li:nth-child(3n){
	margin-right:0;
}
.contents-list li dt{
	margin-bottom:20px;
}
.contents-list li dt video {
	width: 100%;
}
.contents-list li dd .contents-title{
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom:10px;
	line-height:1.8;
}
.contents-list li dd .contents-info{
	color:#7d7d7d
}
.contents-list li dd .contents-info .day{
	padding: 0 10px 0 0;
}
.contents-list li dd .contents-info .category{
	padding:0 0 0 10px;
}
.pconly{
	display: block;
}
.sponly{
	display: none;
}
@media only screen and (max-width: 750px){

	.mainContents{
		padding: 0 3%;
		width: 100% !important;
		margin: 0;
		overflow: hidden;
	}
	.mainTitle {
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom:10px;
	}
	.list-wrap{
		margin-bottom:40px;
	}
	.contents-list{
		font-size:0;
		margin-bottom:0px;
		text-align: center;
	}
	.contents-list li{
		width:45%;
		margin-right:5%;
		font-size: 12px;
		font-size: 1.2rem;
		text-align:center;
		margin-bottom:30px;
	}
	.contents-list li:nth-child(even){
		margin-right:0;
	}
	.contents-list li:nth-child(odd){
		margin-right:5%;
	}
	.contents-list li dt{
		margin-bottom:10px;
	}
	.contents-list li dd .contents-title{
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom:10px;
		line-height:1.5;
	}
	.contents-list li dd .contents-info .day{
		padding: 0 10px 0 0;
	}
	.pconly{
		display: none;
	}
	.sponly{
		display: block;
	}
}
.brand_name_tag ul.brand_top_logo{
	display: flex;
	justify-content: center;
}
.brand_top_logo li p{
	font-size: 16px;
	color: #666;
	letter-spacing: 0.1em;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.brand_top_logo {
	display: flex;
	justify-content: center;
}
.brand_top_logo li{
	width: auto;
	position: relative;
	margin:10px;
}
.brand_top_logo li a {
	display: block;
}
.brand_top_logo .top_name_ph{
	border-right: 1px solid #333;
	padding-right: 20px;
}
.brand_top_logo p.pinkhouse {
	background-color: #9e2e24;
	width: 400px;
	height: 60px;
	border-radius: 5px;
}
.brand_top_logo p.karlhelmut {
	background-color: #fff;
	width: 400px;
	height: 60px;
	border: 1px solid #00843d;
	border-radius: 5px;
}
.brand_top_logo img.brand_img {
	height: 25px;
	width: auto;
	margin: 18px auto;
	display: block;
}

p.pinkhouse.active:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: 45%;
	left: 45%;
	bottom: -32%;
	border-top: 15px solid #9e2e24;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-width: 20px 10px 0 10px;
	margin: 0 auto;
}
p.karlhelmut.active:before {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: 45%;
	left: 45%;
	bottom: -32%;
	border-top: 15px solid #00843d;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-width: 20px 10px 0 10px;
	margin: 0 auto;
}
p.karlhelmut.active:after {
	content: '';
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	right: 45%;
	left: 45%;
	bottom: -28%;
	border-top: 15px solid #fff;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-width: 20px 10px 0 10px;
	margin: 0 auto;
}
.category img.brand_img {
	width: 80px;
	margin-bottom: 10px;
}
@media only screen and (max-width: 750px){
.brand_top_logo li p {
		font-size: 3.5vw;
		letter-spacing: 0.05em;
	}
	.brand_top_logo p.pinkhouse {
		width: 42vw;
		height: 10.6vw;
	}
	.brand_top_logo p.karlhelmut {
		width: 42vw;
		height: 10.6vw;
	}
	p.pinkhouse.active:after {
		bottom: -47%;
	}
	p.karlhelmut.active:before {
		bottom: -47%;
	}
	p.karlhelmut.active:after {
		bottom: -42%;
	}
	.brand_top_logo .pinkhouse img.brand_img {
		height: 3.9vw;
		margin: 3.2vw auto;
	}
	.brand_top_logo .karlhelmut img.brand_img  {
		height: 5vw;
		margin: 2.5vw auto;
	}
	.category img.brand_img {
		width: 38%;
		margin-bottom: 10px;
	}
}

.contents_menu {
	margin: 40px 0;
}
.contents_menu .archive {
	width: 22%;
	margin: 0 auto;
	position: relative;
	padding: 10px;
}
.contents_menu .archive .title {
	position: relative;
	font-size: 1.8rem;
	font-family: 'futura', 'Century Gothic', sans-serif;
}
.contents_menu .archive .title .text {
	font-size: 14px;
}
.contents_menu .archive ul {
	position: absolute;
	display: none;
	border-radius: 8px;
	background-color: #fff;
	left: 75px;
	margin: 0 auto;
	width: 100%;
	min-width: 165px;
	border-radius: 8px;
	box-shadow: 3px 5px 15px -5px rgb(0 0 0 / 40%);
	text-align: center;
}
.contents_menu .archive li {
	background-color: none;
	padding: 7px 20px;
	font-size: 1.8rem;
	color: #666;
}
.contents_menu .archive .title:after {
	content: "";
	display: block;
	position: absolute;
	right: 4px;
	margin: auto;
	width: 10px;
	height: 10px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	top: 45%;
	-webkit-transform: translateY(-50%) rotate(225deg);
	transform: translateY(-50%) rotate(225deg);
}
.contents_menu .archive li:hover {
	background-color:#eee;
}
@media only screen and (max-width: 750px){
	.contents_menu {
		margin: 5% -200%;
		padding: 0 200%;
		background-color: #f5eae9;
		text-align: center;
	}
	.contents_menu img.sp_img {
		width: 3vw;
		height: auto;
		vertical-align: initial;
		margin-right: 3vw;
	}
	.contents_menu .archive {
		width: 50%;
		margin: 10px auto;
		position: relative;
		display: inline-block;
		padding: 0;
	}
	.contents_menu .archive .title {
		background: #fff;
		width: 100%;
		border-radius: 8px;
		padding: 8px 13px;
		font-size: 1.1rem;
		text-align: left;
		position: relative;
	}
	.contents_menu .archive ul {
		position: absolute;
		display: none;
		border-radius: 8px;
		background-color: #fff;
		left: 0;
	}
	.contents_menu .archive li {
		background-color: none;
		padding: 7px 20px;
		font-size: 13px;
		color: #666;
	}
	.contents_menu .archive .title:after {
		content: "";
		display: block;
		position: absolute;
		right: 4px;
		margin: auto;
		width: 8px;
		height: 8px;
		border-left: 1px solid #000;
		border-top: 1px solid #000;
		top: 45%;
		-webkit-transform: translateY(-50%) rotate(225deg);
		transform: translateY(-50%) rotate(225deg);
	}
}