@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Sawarabi+Mincho&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Cardo:400,700&display=swap');

html, body, header, nav, ul, li, p, a, div, img, dd, dt, dl, h1, h2, h3, h4, h5, h6 {
	padding: 0;
	margin: 0;
	list-style: none;
	text-decoration: none;
	box-sizing: border-box;
}

body{
	overflow-x: unset;
}

.clearfix:before, .clearfix:after {
	content: ' ';
	display: table;
	clear: both;
}

*, ::after, ::before {
	background-repeat: no-repeat;
	box-sizing: inherit;
}

::after, ::before {
	text-decoration: inherit;
	vertical-align: inherit;
}

#ladies_height {
	width: unset;
	margin:0 auto;
	padding:0;
	font-size:16px;
	font-weight:normal;
	font-family: 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: center;
	/*background: #000;
	color: #fff;*/
}

#ladies_height img {
	max-width:100%;
	height:auto;
	border: none;
	vertical-align: bottom;
	border-radius: 10px;
}


#ladies_height h1,
#ladies_height h2,
#ladies_height h3,
#ladies_height h4,
#ladies_height h5{
	color: #000;
	text-align:center;
	font-weight:bold;
	background: none;
	border: none;
	font-family: 'century gothic','Noto Sans JP', sans-serif;
}

#ladies_height h1{
	font-size:3.5em;
	margin: 30px auto;
	line-height: 115%;
	color:hotpink;
}

#ladies_height h1 span{
	display: block;
	font-size: 0.5em;
}

#ladies_height h2{
	font-size: 2em;
	line-height: 180%;
	letter-spacing: 2px;
    margin: 55px auto 10px;
	background: linear-gradient(transparent 70%, #ffe4e1 90%);
	width:30%;
}

#ladies_height .ladies_height_wrap{
	width:90%;
	max-width:1060px;
	margin:0 auto;
	padding:0;
	text-align: center;
}

#ladies_height p{
	font-size: 1em!important;
	line-height: 180%;
}

#ladies_height img.subtitle {
	max-width: 100%;
	height: auto;
	border: none;
	width: 20%;
	margin: auto 10px;
}

#ladies_height .flex{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
}

#ladies_height .main_text{
	margin: 0 auto 100px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
	width: 100%;
	max-width: 1000px;
}

#ladies_height p.main_text span{
	color: #fff798;
	font-weight: bold;
}

#ladies_height .categorylist {
	margin: 0 auto;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: flex;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	width: 100%;
}
#ladies_height section.category {
	margin: 30px auto;
	width: 95%;
}
#ladies_height .categorylist div{
	flex-basis: calc(100% / 4 - 1%);
    margin-right: 1%;
    margin-bottom: 1%;
    border: 1px solid white;
}
#ladies_height .categorylist div.group{
}
#ladies_height .categorylist div a{
    color: white;
    display: block;
    padding: 8% 3%;
	font-size: smaller;
	background: #fc8eac;
	border-radius: 15px;
	text-align: center;
}

#ladies_height .categorylist div a:hover{
	background: white;
	text-align: center;
	border: 1px solid #fc8eac;
	color: #fc8eac;
}


#ladies_height .instagramlist {
	margin: 0px auto;
	width: 100%;
	max-width: 1000px;
}

#ladies_height .instagram .instagramlist div {
	flex-basis: calc(100% / 3);
	padding: 1%;
	margin: auto;
}

#ladies_height .instagramlist {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
}

.img_wrap img{
  width: 100%;
  cursor: pointer;
  transition-duration: 0.3s;
	
}
.img_wrap:hover img{
  opacity: 0.6;
  transition-duration: 0.3s;
  box-shadow: 10px 10px 10px rgba(0,0,0,0.5);
  transform: translateY(-10px);	
}


#ladies_height section.style{
	margin: 100px auto;
	position: relative;
	width: 100%;
}

#ladies_height section.style .itemline{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	z-index: -1;
}

#ladies_height section.item{
	width: 90%;
    max-width: 600px;
    margin: auto;
	padding: 5% 5%;
    background: #ffe4e1;
	border-radius: 20px;
}

#ladies_height section.item img{
	width: 90%;
	max-width: 400px;
    margin-bottom: 30px;
}

#ladies_height section.item p.itemtext{
	text-align: left;
	margin: 20px auto!important;
}

#ladies_height section.item p.itemtext a{
	text-decoration: underline;
	color: #000;
}

#ladies_height section.point{
    position: relative;
    width: 100%;
    margin: 100px auto;
}

#ladies_height section.point .point_inner{
    width: 95%;
    margin: 30px auto;
}

#ladies_height section.point .point_inner h3{
    text-align: center;
	margin-bottom: 0px;  
}

#ladies_height section.point .point_inner h4{
    text-align: center;
    margin-bottom: 15px;
	line-height: 180%;
}

#ladies_height section.point .point_inner p{
    text-align: left;
}

#ladies_height section.point .point_inner p.comment{
    text-align: left;
}


#ladies_height ul.point_slider li .point_inner{
    opacity: 0;
}

#ladies_height ul.point_slider li.slick-active .point_inner{
    opacity: 1;
}

#ladies_height ul.point_slider li{
    width: 700px;
    padding: 0px 150px 0px 150px;
}

#ladies_height section.style .styling{
	width: 90%;
	margin: auto;
	padding-bottom: 50px;
}

#ladies_height .style .textaria{
	margin: 40px auto;
	width: 100%;
}

#ladies_height .style .textaria p.text{
	text-align: left;
	margin: 0 auto 20px!important;
}

#ladies_height .style .textaria p.model{
	margin: 20px auto 0!important;
	font-size: 0.8em!important;
}

#ladies_height .itemlist{
 font-size: 1em!important;
 text-align: left;
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 max-width: 600px;
 padding: 12px 0;
 border-top: 1px #000000 solid;
 margin: auto;
}

#ladies_height .itemlist:last-of-type{
	border-bottom: 1px #000000 solid;
}

#ladies_height section.black .itemlist{
	border-top: 1px #FFF solid;
}

#ladies_height section.black .itemlist:last-of-type{
	border-bottom: 1px #FFF solid;
}

#ladies_height .itemlist div:first-child{
	width: 75%;
	padding: 4px 1% 3px 0;
	line-height: 180%;
}

#ladies_height .itemlist div:last-child{
	width: 25%;
	display: flex;
	align-items: center;
	padding-right: 1%;
}

#ladies_height .item p.itemname{
	margin: 20px auto 5px!important;
	font-size: 0.95em!important;
}

#ladies_height .item p.price{
	margin: 0 auto 20px !important;
	font-size: 0.85em!important;
	display: block;
}

#ladies_height .itemlist p.price{
	margin: 0 auto!important;
	font-size: 1.3em!important;
	display: block;
}

#ladies_height p.price span{
	color: #C52F32;
	font-size: 1.5em!important;
	font-weight: bold;
}

/* 購入ボタン */

#ladies_height .itemlist a,
#ladies_height .buy a{
	display: block;
	width: 100%;
	max-width: 150px;
	padding: 6px 0;
	text-align: center;
	border: 1px solid #000;
	background: #000;
	color: #FFF;
	border-radius: 8px;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	text-decoration: none;
}

#ladies_height .itemlist a:hover,
#ladies_height .buy a:hover{
	background: #FFF;
	text-align: center;
	border: 1px solid #000;
	color: #000;
}

/* 回遊リンク */

#ladies_height .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#ladies_height .Banner4 h3 {
	font-size: 30px !important;
	margin: 50px auto;
	padding: 20px 0;
	border-top: double #000;
	border-bottom: 1px solid #000;
	color: #000;
    letter-spacing: 3px;
}

#ladies_height .Banner4 ul {
	display:inline;
}

#ladies_height .Banner4 ul li {
	display:inline-block;
	width: 47% !important;
	margin: 1% 1% 2% 1%;
}

#ladies_height .style .slide ul{
	width: 100%;
	max-width: 510px;
}

#ladies_height .style .slide ul li img{
	width: 100%;
	max-width: 510px;
}

.slick-prev,
.slick-next{
  z-index:100;
  top:27%;
}

.slick-next{
	right: 5px;
}

.slick-prev{
  left:5px;
}

.slick-prev.slick-disabled {
  visibility: hidden;
}

.slick-prev::before {
  content:url(https://www.peetonline.com/images/all/2023/ladies_height/left.png);
	opacity:1;
}
.slick-next.slick-disabled::before {
  visibility: hidden;
}
.slick-next::before {
  content: url(https://www.peetonline.com/images/all/2023/ladies_height/right.png);
	opacity:1;
}

.container {
  display: flex;
  align-items: center;
}

.slick-arrow {
  width: 550px;
  height: 40px;
  font-size: 0px;
  flex-shrink: 0;
  border: none;
  background: none;
}

@media only screen and (min-width:749px){

.pc_none{
	display: none!important;
}

#ladies_height h3{
    font-size: 2.5em;
	line-height: 120%;
	
}

#ladies_height h4{
    font-size: 1.5em;
	
	
}	
	
#ladies_height h3 span{
    font-size: 0.62em;
    margin-left: 10px;
	background: linear-gradient(transparent 50%, #ffe4e1 50%);
	line-height: 180%;
	 
}

#ladies_height .pcflex{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
}

#ladies_height .pcflex .inner{
    flex-basis: 40%;
    margin: 0 auto;
}

#ladies_height section.point{
    width: 1000px;
}

#ladies_height section.style{
	width: 100%;
    max-width: 1100px;
}

#ladies_height .style .item{
	flex-basis: 45%;
	margin: 1%;
	padding: 80px 0;
}

#ladies_height .style .styling{
	flex-basis: 49%;
	margin: 1%;
	padding: 80px 0;
}

#ladies_height .right{
	flex-direction:row-reverse;
}

/* ヘッダー・フッターの崩れを直す */

#news_detail .detail{
	width:100%!important;
}

#news_detail .detail .head{
	width: 1000px!important;
	margin: 0 auto 50px!important;
}

#news_detail .detail .content p:first-child{
	margin: 0 auto;
	max-width: 1000px!important;
}

#topicpath{
	width: 1168px;
	margin: 0 auto;
}

.paging{
	width: 1000px;
	margin: 0 auto;
}
.item_category_links{
	width: 1168px;
	margin: 100px auto 0;
}

}

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

.sp_none {
	display:none;
}

	
#ladies_height img.subtitle {
	max-width: 100%;
	height: auto;
	width: 30%;
}	
		
#ladies_height h1{
	font-size: 7.0vw;
    line-height: 115%;
}

#ladies_height h1 span{
	font-size: 4.8vw;
	letter-spacing: 1px;
}

#ladies_height h2{
	font-size: 5vw;
    margin: 5.5vw auto 2vw;
	width: 50%;
}

#ladies_height h3{
	font-size: 7.25vw;
    line-height: 120%;
    margin-bottom: 3.5vw;
	
}

	#ladies_height h4{
	font-size: 4.25vw;
	line-height: 180%;
}
	
#ladies_height h3 span{
	font-size: 4.85vw;
    background: linear-gradient(transparent 50%, #ffe4e1 50%);
}

#ladies_height p{
	font-size: 2.8vw!important;
	line-height: 180%;
	text-align: left;
}
	
#ladies_height .main_text{
	margin: 12.125vw auto!important;
	width: 90%;
}

#ladies_height section.item{
	padding: 10% 5%;
}

#ladies_height .categorylist div{
	flex-basis: calc(100% / 2 - 1%);
    margin-right: 1%;
    margin-bottom: 1%;
    border: 1px solid white;
}	
	
/*SMART PHONE*/
	
.slick-prev.slick-disabled {
  visibility: hidden;
}	
	
.slick-prev::before  {
  content:url(https://www.peetonline.com/images/all/2023/ladies_height/right.png);
	opacity:1;
}

.slick-next.slick-disabled::before {
  visibility: hidden;
}	
	
.slick-next::before {
  content: url(https://www.peetonline.com/images/all/2023/ladies_height/left.png);
	opacity:1;
}	
	
.container {
  display: flex;
  align-items: center;
}	
	
#ladies_height .instagramlist div {
		padding: 1% 2%;
	}
	
#ladies_height .instagram .instagramlist div {
	flex-basis: calc(100% / 2);
	padding: 1%;
	margin: auto;
}	
	
#ladies_height section.point{
    margin: 17.125vw auto 0;
}

#ladies_height ul.point_slider li .point_inner{
    width: 100vw;
    margin: 8vw auto;
    padding: 0 16%;
    opacity: 0;
}

#ladies_height ul.point_slider li.slick-active .point_inner{
    opacity: 1;
    margin-left: -11vw;
}

#ladies_height ul.point_slider li{
	padding: 0 0.3%;
}

#ladies_height section.style{
	margin: 5.5vw auto;
    width: 90%;
}

#ladies_height section.style .pcflex div.inner:first-child{
    margin-bottom: 15.125vw;
}

#ladies_height .style .textaria{
	/*width: 90%;*/
	margin: 10.25vw auto 0;
}

#ladies_height section.white{
	margin: 48.25vw auto 10.5vw;
}

#ladies_height .itemlist div{
	font-size: 3.1vw!important;
}

#ladies_height .itemlist p.price{
	font-size: 3.5vw!important;
}
	
.slick-arrow {
  width: 680px;
  height: 40px;
  font-size: 0px;
  flex-shrink: 0;
  border: none;
  background: none;
}	



/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto;
}

/* 回遊リンク */

#ladies_height .Banner4 {
	text-align: center;
	width: 100%;
}

#ladies_height .Banner4 ul{
	margin: 0 auto;
	width: 95%;
}

#ladies_height .Banner4 ul li {
	width: 95% !important;
	margin: 0 0 5% 0 !important;
}

/* ヘッダー */

#news_detail .detail .content p:first-child img{
	display: none;
}

#ladies_height .header{
	position: relative;
	/*height: 145.5vw;*/
}

.slick-prev,
.slick-next{
  z-index:100;
  top: 20%;
}

	
}