/*
 Theme Name:   Beauty Child
 Template:     beauty_tcd054
*/

.l-primary {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.p-style-list__item .p-hover-effect--type1:hover img {
  -webkit-transform: scale(1);
    transform: scale(1);
}

.p-global-nav {
  font-size: 18px;
}

.p-header-slider__item {
  height: 680px;
}
@media screen and (max-width: 767px) {
  .p-header-slider__item {
    height: 370px;
  }
}

.p-index-content {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .p-index-content {
      margin-bottom: 60px;
  }
}

.p-index-content__header-desc {
  font-weight: bold;
}

.p-page-header__desc {
  position: static;
}

body.blog .l-contents .l-secondary,
body.single .l-contents .l-secondary,
body.archive .l-contents .l-secondary {
  display: none;
}

.p-page-header__desc {
	font-size: 16px!important;
  line-height: 2.2;
  margin-bottom: 32px;
	font-weight: bold;
}
@media screen and (max-width: 767px) {
	.p-page-header__desc {
	font-size: 14px!important;
	}
}