@charset "utf-8";


.catalog .Title {
	font-size: 40px;
	font-size: 3.0rem;
	text-align: center;
	margin-bottom:20px;
	color: #666;
}
.catalog .ingeborg_Title_wrap {
    margin: 0 auto;
    position: relative;
    width: 420px;
}
.catalog .ingeborg_Title_wrap a {
	position: absolute;
    right: 0;
    bottom: 15%;
    font-size: 12px;
}
.catalog .ingeborg_Title {
	font-size: 40px;
	font-size: 3.0rem;
	text-align: center;
	margin-bottom:20px;
	color: #666;
	padding-top: 44px;
}
.brand_name_tag ul.brand_top_logo{
	display: flex;
	justify-content: 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.active {
	background-color: #9e2e24;
	width: 400px;
	height: 60px;
	border-radius: 5px;
}
.brand_top_logo p.pinkhouse {
	background-color: #fff;
	width: 400px;
	height: 60px;
	border-radius: 5px;
	border: 1px solid #9e2e24;
}
.brand_top_logo p.pinkhouse .brand_img{
	filter: invert(85%) sepia(45%) saturate(6522%) hue-rotate(1deg) brightness(92%) contrast(60%);
}
.brand_top_logo p.pinkhouse.active .brand_img{
	filter: none;
}
.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;
}

.brand_top_logo p.karlhelmut.active {
	background-color: #00843d;
}

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 #00843d;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	border-width: 20px 10px 0 10px;
	margin: 0 auto;
}
p.karlhelmut.active img.brand_img{
	filter: invert(88%) sepia(61%) saturate(0%) hue-rotate(229deg) brightness(107%) contrast(300%);
}
.catalog .catalog_top_txt {
	margin-top: 50px;
}
.catalog .catalog_top_txt .txt1 {
	font-size: 16px;
	text-align: center;
	color: #707070;
	line-height: 3.5rem;
}
.catalog .catalog_top_txt .txt2 {
	font-size: 24px;
	text-align: center;
	 color: #707070;
}
.catalog .catalog_top_txt .txt3 {
	font-size: 13px;
	text-align: center;
	 color: #707070;
	margin-top: 10px;
}
.catalog .catalog_wrap {
	margin-bottom: 20%;
}
.catalog .catalog_main .pink{
	background: #9E2E24;
	margin: 5% auto;
	padding: 8%;
	text-align: center;
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.catalog .catalog_main .karl{
	background: #00843d;
	margin: 5% auto;
	padding: 8%;
	text-align: center;
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.catalog .catalog_main .inge{
	background: #f3f0e3;
	margin: 5% auto;
	padding: 8%;
	text-align: center;
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.catalog .catalog_main .alcali {
	background: #9999ff;
	margin: 5% auto;
	padding: 8%;
	text-align: center;
	width: 100vw;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
}
.catalog .catalog_main img.catarog_img {
	width: 40%;
	height: auto;
}
.catalog .catalog_main .pink p,
.catalog .catalog_main .karl p,
.catalog .catalog_main .alcali p {
	color: #fff;
	font-size: 15px;
}
.catalog .catalog_main .inge p{
	color: #000;
	font-size: 15px;
}
.catalog .catalog_sub li{
	width: 27%;
	margin: 3%;
}
.catalog .catalog_sub ul.catalog_list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
.catalog .catalog_sub li p{
	font-size: 15px;
	margin-top: 5%;
	text-align: center;
}
@media only screen and (max-width: 750px){
	.catalog .Title {
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom:10px;
	}
	.catalog .ingeborg_Title_wrap {
		width: 300px;
	}
	.catalog .ingeborg_Title_wrap a {
		bottom: 12%;
		font-size: 10px;
	}
	.catalog .ingeborg_Title {
		font-size: 22px;
		font-size: 2.2rem;
		margin-bottom:10px;
		padding-top: 39px;
	}
	.brand_top_logo li p {
		font-size: 3.5vw;
		letter-spacing: 0.05em;
	}
	.catalog .catalog_top_txt {
		margin: 8vw 0;
	}
	.catalog .catalog_top_txt .txt1 {
		font-size: 3.5vw;
		line-height: 2.5rem;
	}
	.catalog .catalog_top_txt .txt2 {
		font-size: 4vw;
	}
	.catalog .catalog_top_txt .txt3 {
		font-size: 3vw;
	}
	.brand_top_logo li p.inge_txt1 {
		font-size: 4.2vw;
	}
	.brand_top_logo li p.inge_txt2 {
		font-size: 2vw;
		margin-top: 3vw;
	}
	.brand_top_logo p.pinkhouse {
		width: 42vw;
		height: 10.6vw;
	}
	.brand_top_logo p.pinkhouse.active {
		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;
	}
	.catalog .catalog_main img.catarog_img {
		width: 80%;
		height: auto;
	}
	.catalog .catalog_sub li {
		width: 44%;
		margin: 3%;
	}
	.catalog .catalog_sub li p {
		font-size: 3vw;
	}

}




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

.mainContents.catalog.detail {
	max-width: unset;
	overflow: hidden;
	padding: 0;
}
	
.detail .swiper-slide {
	display: flex;
	justify-content: center;
	background: #fff;
}
.detail .owl-carousel .item {
	display: flex;
	justify-content: center;
	align-items:center;
    margin: 0 auto;
}
.detail .owl-carousel .item .item_wrap {
	width: 45%;
	max-width: 700px;
}

.detail .owl-carousel .item.first,
.detail .owl-carousel .item.last {
	max-width: 700px;
}

.detail .owl-carousel .owl-nav.disabled,
.detail .owl-carousel .owl-dots.disabled {
	display: block;
}

.detail button.owl-next {
	right: -8px;
	position: absolute;
	top: 44%;
}
.detail button.owl-prev {
	left: -8px;
	position: absolute;
	top: 44%;
}

.detail button.owl-next span,
.detail button.owl-prev span {
	font-size: 55px;
	font-weight: 200;
	padding: 50px 20px;
	background: #9e2e24;
	color: #fff;
	border-radius: 8px;
}
.detail .owl-carousel .owl-item {
	opacity: 0;
}
.detail .owl-carousel .owl-item img {
	padding: 30px;
	background: #fff;
}
.detail .owl-item.active {
	transition: 0.5s ease-out;
	opacity: 1;
}
.detail .brand,
.detail .catalog_title {
	display:inline-block;
}
.detail .catalog_title {
	font-size: 20px;
	vertical-align: middle;
	margin-left: 20px;
}
.detail .catalog_index {
	font-size: 24px;
	font-weight: 300;
}
.detail .catalog_info {
	width: 88%;
	margin: 0 auto 35px;
	max-width: 1400px;
}
.detail .catalogue_back {
	background-color: #f6f6f6;
}
.detail .catalogue_inner {
	padding: 50px 0;
}

.detail .item_wrap .item_info {
	padding: 50px 20px;
	width: 90%;
}
.detail .item_wrap .item_info .text_index {
	font-size: 20px;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.detail .item_wrap .item_info .text_index small {
	padding-right: 10px;
}
.detail .item_wrap .item_info .text_items p {
	font-size: 11.5px;
	line-height: 2.2;
	letter-spacing: 1.5px;
}
.detail .item_wrap .item_info .text_items p a {
	font-weight: 600;
	padding: 0 5px;
	color: #000080;
}
.detail .item_wrap .item_info .text_items {
	font-size: 12px;
	height: 130px;
	overflow-y: scroll;
}


.detail .item_wrap .item_info .text_items::-webkit-scrollbar {
	width: 4px;
}
.detail .item_wrap .item_info .text_items::-webkit-scrollbar&:hover {
	width: 10px;
}

.detail .item_wrap .item_info .text_items::-webkit-scrollbar-track {
	border-radius: 2px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

.detail .item_wrap .item_info .text_items::-webkit-scrollbar-thumb {
	background: rgb(0 0 0 / 50%);
	border-radius: 2px;
	box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

.detail .flexslider {
	background:transparent;
	border:none;
}
.flexslider .slides img {
	max-width: 700px;
	margin: 0 auto;
}
.detail .flexslider .item .flex {
	display: flex;
	justify-content: center;
	align-items:center;
    margin: 0 auto;
}
.detail .flexslider .item .item_wrap {
	width: 45%;
	max-width: 700px;
}
.flex-direction-nav .flex-next {
	right:0;
	opacity: 1;
}
.flex-direction-nav .flex-prev {
	left:0;
	opacity: 1;
}
.back_to_index a {
	display: block;
	width: 200px;
	background: #999;
	font-size: 14px;
	color: #fff;
	text-align: center;
	line-height: 3;
	border-radius: 50px;
	letter-spacing: 1.1px;
	font-weight: 300;
	margin: 0 auto 50px;
}

@media only screen and (max-width: 750px){
	.mainContents.catalog.detail {
		margin: 0 auto;
		width: 100% !important;
	}
	.detail .brand {
		width: 70px;
	}
	.detail .catalog_title {
		font-size: 12px;
	}
	.detail .catalog_index {
		font-size: 16px;
		font-weight: 400;
	}
	.detail .catalog_info {
		width:90%;
	}
	.detail .owl-carousel .owl-item img {
		padding: 0;
		background: transparent;
	}
	.detail .owl-carousel .item.first, .detail .owl-carousel .item.last {
		width: 75%;
	}
	.detail .owl-carousel .item {
		display: block;
	}
	.detail .owl-carousel .item .item_wrap {
		width: 85%;
		margin: 0 auto;
	}
	.detail button.owl-next span {
		font-size: 20px;
		padding: 30px 15px 30px 10px;
		border-radius: 5px;
		display: block;
	}
	.detail button.owl-prev span {
		font-size: 20px;
		padding: 30px 10px 30px 15px;
		border-radius: 5px;
		display: block;
	}
	.detail button.owl-next {
		right: -6px;
		top: 39vw;
	}
	.detail button.owl-prev {
		left: -6px;
		top: 39vw;
	}
	.detail .item_wrap .item_info {
		padding: 20px 0 60px;
		width: 100%;
	}
	.detail .item_wrap .item_info .text_items {
		height: auto;
		overflow-y: unset;
	}
	.detail .item_wrap .item_info .text_index {
		justify-content: center;
	}
	.detail .owl-carousel .item .item_wrap img {
		padding: 0 6%;
	}
	.back_to_index a {
		width: 180px;
		font-size: 13px;
		margin: 20px auto 40px;
	}
}
