@charset "utf-8";


/* blog
-------------------------------*/
.blogTitle {
	font-size: 40px;
	font-size: 3.0rem;
	text-align: center;
	margin-bottom:20px;
	color: #666;
}
.list-wrap{
	margin-bottom:120px;
}
.blog-tabs{
	text-align:center;
	font-size:0;
	margin:50px auto;
}
.blog-tabs li{
	display:inline-block;
	margin:0 20px;
	font-size: 18px;
	font-size: 1.8rem;
	padding-bottom:3px;
}
/*
.blog-tabs li.current{
	border-bottom:2px solid #000;
}*/
.blog-list{
	font-size:0;
	margin-bottom:30px;
}
.blog-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;
}
.blog-list li:nth-child(3n){
	margin-right:0;
}
.blog-list li dt{
	margin-bottom:20px;
}
.blog-list li dd .blog-title{
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom:10px;
	line-height:1.8;
}
.blog-list li dd .blog-info{
	color:#7d7d7d
}
.blog-list li dd .blog-info .day{
	padding: 0 10px 0 0;
}
.blog-list li dd .blog-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;
	}
	.blogTitle {
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom:10px;
	}
	.list-wrap{
		margin-bottom:40px;
	}
	.blog-tabs{
		text-align:center;
		font-size:0;
		margin-bottom:30px;
	}
	.blog-tabs li{
		margin:0 7px;
		font-size: 13px;
		font-size: 1.3rem;
	}
	.blog-list{
		font-size:0;
		margin-bottom:0px;
		text-align: center;
	}
	.blog-list li{
		width:45%;
		margin-right:5%;
		font-size: 12px;
		font-size: 1.2rem;
		text-align:center;
		margin-bottom:30px;
	}
	.blog-list li:nth-child(even){
		margin-right:0;
	}
	.blog-list li:nth-child(odd){
		margin-right:5%;
	}
	.blog-list li dt{
		margin-bottom:10px;
	}
	.blog-list li dd .blog-title{
		font-size: 14px;
		font-size: 1.4rem;
		margin-bottom:10px;
		line-height:1.5;
	}
	.blog-list li dd .blog-info .day{
		padding: 0 10px 0 0;
	}
	.pconly{
		display: none;
	}
	.sponly{
		display: block;
	}
}

/* blog-detail
-------------------------------*/

.detail-wrap{
	max-width:800px;
	margin:0 auto;
	font-size: 16px;
	font-size: 1.6rem;
}
.detail-wrap .detail-head{
	margin-bottom:30px;
	text-align:center;
	padding-top:20px;
}
.detail-wrap .detail-head .ttl{
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom:20px;
}
.detail-wrap .detail-head .detail-info{
	color:#7d7d7d
}
.detail-wrap .detail-head .detail-info .day{
	padding: 0 10px 0 0;
}
.detail-wrap .detail-head .detail-info .category{
	padding:0 0 0 10px;
	border-left:1px solid #7d7d7d
}
.detail-wrap .detail-head .detail-info .category a{
	text-decoration:underline;
	color:#7d7d7d;
	font-size: 14px;
	font-size: 1.4rem;
}
.detail-wrap .share-wrap{
	text-align:center;
}
.detail-wrap .share-wrap .ttl{
	font-size: 30px;
	font-size: 3.0rem;
	margin-bottom:20px;
}
.detail-wrap .share-wrap li{
	display:inline-block;
	font-size: 20px;
	font-size: 2.0rem;
	margin:0 35px 80px;
	padding-left:48px;
}
.detail-wrap .share-wrap li.tw{
	background:url(../img/blog/tw_ico.png)  no-repeat 0 center;
}
.detail-wrap .share-wrap li.fb{
	background:url(../img/blog/fb_ico.png)  no-repeat 0 center;
}


.detail-content{
	margin-bottom:80px;
}

.detail-content p{
	margin-bottom:25px;
	line-height:1.8;
	overflow:hidden;
}
.detail-content a{
	color:#e95a7f;
	text-decoration:underline;
}
.detail-content img{
	margin-bottom:30px;
}
.detail-content img.left-img{
	float:left;
	max-width:48%;
}
.detail-content img.right-img{
	float:right;
	max-width:48%;
}


.detail-pager{
	text-align:center;
	position:relative;
	font-size: 20px;
	font-size: 2.0rem;
	margin-bottom:100px;
}
.detail-pager .prev{
	position:absolute;
	top:0;
	left:0;
	background:url(../img/blog/pager_prev.png)  no-repeat 0 center;
	padding-left:25px;
}
.detail-pager .next{
	position:absolute;
	top:0;
	right:0;
	background:url(../img/blog/pager_next.png)  no-repeat right center;
	padding-right:25px;
}

.back-number{
	padding-top:75px;
	border-top:1px solid #bfbfbf;
}
.back-number .ttl{
	font-size: 30px;
	font-size: 3.0rem;
	margin-bottom:20px;
	text-align:center;
}

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

	.detail-wrap{
		font-size: 12px;
		font-size: 1.2rem;
	}
	.detail-wrap .detail-head{
		margin-bottom:20px;
		padding-top:10px;
	}
	.detail-wrap .detail-head .ttl{
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom:15px;
	}
	.detail-wrap .share-wrap .ttl{
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom:15px;
	}
	.detail-wrap .share-wrap li{
		font-size: 16px;
		font-size: 1.6rem;
		margin:0 15px 50px;
		padding-left:40px;
	}
	.detail-wrap .share-wrap li.tw{
		background-size:25px auto;
	}
	.detail-wrap .share-wrap li.fb{
		background-size:25px auto;
	}
	
	
	.detail-content{
		margin-bottom:40px;
	}
	
	.detail-content p{
		margin-bottom:20px;
	}
	.detail-content img{
		margin-bottom:20px;
	}
	
	.detail-pager{
		font-size: 15px;
		font-size: 1.5rem;
		margin-bottom:40px;
	}
	.detail-pager .prev{
		background-size:8px auto;
		padding-left:15px;
	}
	.detail-pager .next{
		background-size:8px auto;
		padding-left:15px;
	}
	
	.back-number{
		padding-top:35px;
	}
	.back-number .ttl{
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom:15px;
	}

}


/* news
-------------------------------*/

.list-wrap.news{
	max-width:800px;
	margin:0 auto 100px;
	padding-top:20px;
}
.news .pager{
	padding:80px 0 0;
}
.news .news-post{
	overflow:hidden;
	padding-top:50px;
	margin-top:50px;
	border-top:1px solid #bfbfbf;
	font-size: 16px;
	font-size: 1.6rem;
}
.news .news-post:first-child{
	border:none;
	padding:0;
	margin:0
}
.news .news-post h3.ttl{
	font-size: 24px;
	font-size: 2.4rem;
	text-align:center;
	margin-bottom:10px;
}
.news .news-post .day{
	text-align:center;
	color:#7d7d7d;
	margin-bottom:25px;
}
.news .news-post .left-img{
	float:left;
	padding-right:50px;
}
.news .news-post p{
	line-height:1.8;
	overflow:hidden;
}


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

	.list-wrap.news{
		max-width:800px;
		margin:0 auto 40px;
		padding-top:20px;
	}
	.news .pager{
		padding:30px 0 0;
	}
	.news .news-post{
		padding-top:30px;
		margin-top:30px;
		font-size: 12px;
		font-size: 1.2rem;
	}
	.news .news-post:first-child{
		border:none;
		padding:0;
		margin:0
	}
	.news .news-post h3.ttl{
		font-size: 18px;
		font-size: 1.8rem;
		margin-bottom:5px;
	}
	.news .news-post .day{
		margin-bottom:20px;
	}
	.news .news-post .left-img{
		display:block;
		max-width:60%;
		float:none;
		padding-right:0;
		margin:0 auto 15px;
		text-align:center;
	}

}

.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;
}
.blog-tabs li.archive_link{
	border-left: 1px solid #333;
	padding-left: 60px;
}
.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;
}
.blog-tabs .blog_nav_left li a {
	padding: 3px 10px;
}
.blog-tabs .blog_nav_left li a:hover {
	background-color: #626262;
	color: #fff;
	border-radius: 20px;
}
.news_menu_pc .archive ul {
	display: block;
	width: 50%;
}
.news_menu_pc .blog-tabs li.archive p{
	padding-left: 35px;
	border-left: solid 1px #666;
	position: relative;
	height: 27px;
}
.news_menu_pc .blog-tabs li.archive p .text{
	font-size: 14px;
	vertical-align: baseline;
}
.news_menu_pc .blog-tabs li.archive p .archive_now{
	cursor: pointer;
}
.news_menu_pc .archive_wrap ul{
	display:flex;
	flex-flow: column;
	justify-content:space-between;
}
.news_menu_pc ul.blog-tabs {
	display: flex;
}
.news_menu_pc .blog_nav_left {
	width: 60%;
	text-align: right;
}
.news_menu_pc .blog_nav_right {
	width: 40%;
	text-align: left;
}
.category img.brand_img {
	width: 80px;
	margin-bottom: 10px;
}
.blog_nav_right p.archive_txt:after {
	content: "";
	display: inline-block;
	right: -30px;
	margin: auto;
	width: 10px;
	height: 10px;
	border-left: 1px solid #000;
	border-top: 1px solid #000;
	top: 50%;
	-webkit-transform: translateY(-50%) rotate(225deg);
	transform: translateY(-50%) rotate(225deg);
}
.blog_nav_right li.archive {
	position: relative;
}
.blog_nav_right .archive ul {
	position: absolute;
	right: 0;
	left: 75px;
	margin: 0 auto;
	background-color: #fff;
	width: 100%;
	border-radius: 8px;
	height: 0;
	transition: .3s;
	overflow:hidden;
	box-shadow: 3px 5px 15px -5px rgb(0 0 0 / 40%);
}
.blog_nav_right .archive ul.active {
	display:block;
	padding: 10px 0;
	height:230px;
	transition: .3s;
}
.blog_nav_right li.active_day{
	width: 100%;
	margin: 0;
	padding: 5px 25px;
	cursor: pointer;
}
.blog_nav_right li.active_day:hover {
	background-color:#eee;
}

@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;
	}
	.news_menu_sp ul.sp-navi {
		display: flex;
		justify-content: center;
		margin: 20px auto;
	}
	.news_menu_sp ul.sp-navi li {
		list-style-type: none;
		font-size: 13px;
		color: #666;
		margin: 10px;
		position: relative;
	}
	.news_menu_sp ul.sp-navi li p.title {
		background: #fff;
		width: 100%;
		border-radius: 8px;
		padding: 8px 13px;
		font-size: 1.4rem;
		text-align: left;
	}
	.news_menu_sp {
		margin:5% -200%;
		padding:0 200%;
		background-color:#f5eae9;
		text-align: center;
	}
	.news_menu_sp .ul.blog-tabs.active {
		display: flex;
		justify-content: center;
	}
	.news_menu_sp .category {
		width: 50%;
	}
	.news_menu_sp .archive {
		width: 50%;
	}
	.news_menu_sp .category ul,
	.news_menu_sp .archive ul {
		overflow: hidden;
		transition: .3s;
		height: 0;
		position: absolute;
		right: 0;
		left: 0;
		top: 32px;
	}
	.news_menu_sp .category ul.active,
	.news_menu_sp .archive ul.active {
		display: block;
		transition: .3s;
		border-radius: 0 0 8px 8px;
		background: #fff;
		overflow: hidden;
		height: 110px;
	}
	.news_menu_sp .category.search ul.active {
		height:33vw
	}
	.news_menu_sp .category ul,
	.news_menu_sp .archive ul{
		margin-left: 0;
	}
	.news_menu_sp .category ul li ,
	.news_menu_sp .archive ul li {
		list-style-type: none;
		margin: 0;
		background-color: #fff;
		padding: 7px 20px;
	}
	.news_menu_sp .category ul li a,
	.news_menu_sp .archive ul li a{
		color: #666;
	}
	.category img.brand_img {
		width: 38%;
		margin-bottom: 10px;
	}
	.news_menu_sp ul.sp-navi li p:after {
		content: "";
		display: block;
		position: absolute;
		right: 20px;
		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);
	}
	.category .title span {
		color: #9e2e24;
		margin-right: 2vw;
	}

}

.m-auto {
    margin: auto !important;
}
.mb-30px {
    margin-top: 30px !important;
}
@media screen and (min-width: 600px) {
	.mb-30px {
		margin-bottom: 30px !important;
	}
}
@media (min-width: 600px) {
	.md-w-1_2 {
		width: 50% !important;
	}
}
@media (min-width: 600px) {
	.mt-80px {
		margin-top: 80px !important;
	}
}
@media (min-width: 600px) {
	.mb-0 {
		margin-bottom: 0 !important;
	}
}
@media (min-width: 600px) {
	.md-w-1_2 {
		width: 50% !important;
	}
}
.p-10px {
    padding: 10px !important;
}
.font-700 {
	font-weight: bold;
}
#guide a {
	font-size: 16px;
}
@media screen and (max-width: 780px) {
	#guide a {
		font-size: 14px;
	}
}
#guide p {
	font-size: 16px;
	line-height: 1.8;
}
@media screen and (max-width: 780px) {
	#guide p {
		font-size: 14px;
	}
}
#guide .alignCenter {
	display: none !important;
}
#guide img {
	margin-bottom: 30px;
}
#guide .btn {
	display: block;
	border: 1px solid #000;
	color: #000;
	text-decoration: none !important;
}
#guide .title {
	margin-bottom: 50px;
}
#guide .main-contents {
	padding-left: 10px;
	padding-right: 10px;
}
@media screen and (min-width: 781px) {
	#guide	.main-contents {
		max-width: 850px;
		margin: 0 auto;
	}
}