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

@import url('https://fonts.googleapis.com/css?family=Oswald:400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto: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: hidden;
}

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

#gg_ladyssize {
	width: 100vw;
	margin:0 auto;
	padding:0;
	font-size:16px;
	font-weight:normal;
	font-family: 'futura-pt', 'Noto Sans JP', sans-serif;
	overflow: hidden;
}

#gg_ladyssize a{
    color: #000;
}

#gg_ladyssize img {
	max-width:100%;
	height:auto;
	border: none;
	vertical-align: bottom;
}

#gg_ladyssize h1,
#gg_ladyssize h2,
#gg_ladyssize h3,
#gg_ladyssize h4,
#gg_ladyssize h5{
	color: #000;
	font-weight:600;
    background: none;
	border: none;
}

#gg_ladyssize h2{
	margin: 0 auto 40px;
	width: 100%;
	font-size: 2em;
	text-align: center;
	line-height: 100%;
}

#gg_ladyssize h2 img{
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 0 auto 20px;
}

#gg_ladyssize h2 span{
	font-size: 0.6em;
}

#gg_ladyssize h4{
	font-size: 1.4em;
}

#gg_ladyssize p{
	font-size: 0.95em!important;
}

#gg_ladyssize .gg_ladyssize_wrap{
	width:100%;
	max-width:800px;
	margin:0 auto;
	padding:0;
}

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

#gg_ladyssize section.main_text{
	width: 100%;
	background: #8bd5c6;
	text-align: left;
	padding: 60px 0;
}

#gg_ladyssize section.main_text p{
	margin: 20px auto 0!important;
}

#gg_ladyssize section.point,
#gg_ladyssize section.silhouette,
#gg_ladyssize section.itemlist{
	width: 100%;
	padding: 0;
	margin: 100px auto;
}

#gg_ladyssize section.voice{
	width: 100%;
	padding: 100px 0;
}

/* POINT */

#gg_ladyssize section.point .point_box div{
	margin: 30px auto;
	width: 100%;
	max-width: 750px;
}

#gg_ladyssize section.point .point_box div:first-child{
	margin: 40px auto 20px;
}

#gg_ladyssize section.point .point_box h5{
	font-size: 1.3em;
	margin-bottom: 2px;
}

#gg_ladyssize section.point h5:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  vertical-align: middle;
	margin-right: 5px;
}

#gg_ladyssize section.point .point1 h5:before{
	background-image: url(https://www.peetonline.com/images/golf/gg_ladyssize/01.png);
}

#gg_ladyssize section.point .point2 h5:before{
	background-image: url(https://www.peetonline.com/images/golf/gg_ladyssize/02.png);
}

#gg_ladyssize section.point .point3 h5:before{
	background-image: url(https://www.peetonline.com/images/golf/gg_ladyssize/03.png);
}

#gg_ladyssize section.point .point4 h5:before{
	background-image: url(https://www.peetonline.com/images/golf/gg_ladyssize/04.png);
}

#gg_ladyssize section.point .point_box div p{
	padding-left: 35px;
	width: 100%;
}

#gg_ladyssize section.point .movie{
	width: 100%;
	background:#b0e2d8;
	padding: 5%;
	margin: 50px auto 0;
	text-align: center;
}

#gg_ladyssize section.point .movie h3{
	font-size: 1.8em;
}

#gg_ladyssize section.point .movie p{
	margin: 10px auto 30px;
}

#gg_ladyssize section.point video {
	width: 100% !important;
	max-width: 800px;
	height: auto;
	margin:0 auto !important;
}

/* シルエット */

#gg_ladyssize section.silhouette p{
	margin: 50px auto!important;
}

#gg_ladyssize section.silhouette h3{
	width: 50%;
	max-width: 200px;
	margin: 0 auto 10px;
}

#gg_ladyssize section.silhouette .s_size,
#gg_ladyssize section.silhouette .xs_size{
	margin: 30px auto;
}

#gg_ladyssize section.silhouette .s_size p,
#gg_ladyssize section.silhouette .xs_size p{
	margin: 10px auto 0!important;
	text-align: center;
}

/* Slider */

.slider {
	width: 80%;
	margin: 0 auto;
}

.slider .slick-prev,.slider .slick-next{
	width:20px;
	height:0;
	padding:16px;
	outline:none;
	overflow:hidden;
	position:absolute;
	top:50%;
	border:none;
	cursor:pointer;
	border-radius: 12%;
	color: rgba(0,0,0,0);
}

.slider .slick-prev{
	left:-9vw;
	background-image:url(https://www.peetonline.com/images/golf/gg_ladyssize/left.png);
	background-repeat: no-repeat;
	background-position-x: 0;
	background-position-y: 0;
	background-size: contain;
	z-index: 99;
}
.slider .slick-next{
	right:-9vw;
	background-image:url(https://www.peetonline.com/images/golf/gg_ladyssize/right.png);
	background-repeat: 0;
	background-position-x: 0;
	background-position-y: 0;
	background-size: contain;
	z-index: 99;
}

#gg_ladyssize section.itemlist .flex div{
    background: #aee1d8;
}

#gg_ladyssize section.itemlist p.itemname{
	margin: 5px auto!important;
	line-height: 150%;
}

#gg_ladyssize p.price{
	text-align: right;
	margin: 0 auto!important;
}

#gg_ladyssize p.price span{
	color: #C52F32;
	font-size: 1.3em!important;
	font-weight: bold;
}
/* VOICE */

#gg_ladyssize section.voice{
	background: #b0e2d8;
}

#gg_ladyssize section.voice a{
	text-decoration: underline;
}

#gg_ladyssize section.voice a:hover{
	color: #209d87;
}

#gg_ladyssize section.voice .flex div:first-child{
	width: 30%;
}

#gg_ladyssize section.voice .flex div:last-child{
	width: 70%;
	margin: auto;
	padding-left: 5%;
	font-size: 1.8em;
	font-weight: bold;
	line-height: 90%;
}

#gg_ladyssize section.voice .flex div:last-child span{
	display: block;
	font-size: 0.5em;
	font-weight: normal;
}

#gg_ladyssize section.voice p{
	margin: 40px auto 0!important;
}

#gg_ladyssize section.voice .profile{
	width: 100%;
	margin: 30px auto 0;
}

#gg_ladyssize a.buy{
	display: block;
	width: 80%;
	max-width: 600px;
	margin: 10px auto 30px;
	padding: 15px 0;
	text-align: center;
	border: 1px solid #b0e2d8;
	background: #b0e2d8;
	color: #000;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
}

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

/* 回遊リンク */

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

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

#gg_ladyssize .Banner4 ul {
	display:inline;
}

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

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

.pc_none{
	display: none!important;
}

#gg_ladyssize .pc_header{
	background-image:url(https://www.peetonline.com/images/golf/gg_ladyssize/back.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	width: 100%;
	height: 700px;
}

#gg_ladyssize .pc_header .gg_ladyssize_wrap{
	width: 100%;
	max-width: 1000px;
	height: 700px;
	margin: 0 auto;
	position: relative;
}

#gg_ladyssize .pc_header .image1,
#gg_ladyssize .pc_header .image2,
#gg_ladyssize .pc_header h1{
	position: absolute;
}

#gg_ladyssize .pc_header .image1{
	width: 34.5%;
	right: -5%;
	bottom: 0;
}

#gg_ladyssize .pc_header .image2{
	width: 28.5%;
	left: 0;
	bottom: 0;
}

#gg_ladyssize .pc_header h1{
	width: 750px;
	top: 250px;
	left: 0;
	right: 0;
	margin: auto;
}

#gg_ladyssize .pc_flex{
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 100%;
 position: relative;
 margin: 50px auto 0;
}

#gg_ladyssize section.silhouette .pc_flex div.s_size,
#gg_ladyssize section.silhouette .pc_flex div.xs_size{
	width: calc(100% / 2);
	padding: 1%;
}

.slider .slick-prev{
	left:-35px;
}
.slider .slick-next{
	right:-35px;
}

#gg_ladyssize section.itemlist .flex div{
	flex-basis: calc(100% / 3 - 2%);
	padding: 2%;
	margin-bottom: 4%;
	margin-right: 3%;
}

#gg_ladyssize section.itemlist .flex div:nth-of-type(3n){
	margin-right: 0;
}

#gg_ladyssize .pc_back{
	background: #96d7cc!important;
}

#gg_ladyssize section.itemlist p.itemname{
    font-size: 0.8em!important;
}

#gg_ladyssize p.price{
    font-size: 0.75em!important;
}

#gg_ladyssize section.voice .profile{
	width: 80%;
	margin: 40px auto 0;
}

#gg_ladyssize section.voice .flex div:last-child p{
	display: block;
	font-size: 0.45em!important;
	line-height: 150%;
	font-weight: normal;
	margin: 10px auto 0!important;
}


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

#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;
}

#gg_ladyssize h2{
	margin: 0 auto 30px;
	line-height: 80%;
}

#gg_ladyssize h2 img{
	margin: 0 auto 15px;
}

#gg_ladyssize h2 span{
	font-size: 3.9vw;
}

#gg_ladyssize .gg_ladyssize_wrap{
	width: 90%;
}

#gg_ladyssize p{
	font-size: 3vw!important;
	line-height: 180%;
}

#gg_ladyssize section.point,
#gg_ladyssize section.silhouette,
#gg_ladyssize section.itemlist{
	margin: 60px auto;
}

#gg_ladyssize section.voice{
	padding: 60px 0;
}


/* MAINTEXT */

#gg_ladyssize section.main_text{
	padding: 50px 0;
}

#gg_ladyssize section.main_text h4{
	font-size: 3.825vw;
}

/* POINT */

#gg_ladyssize section.point .point_box h5{
	font-size: 3.312vw;
	margin-bottom: 2px;
}

#gg_ladyssize section.point .point_box div{
	margin: 20px auto;
}

#gg_ladyssize section.point .movie{
	width: 100%;
	margin: 30px auto;
}

#gg_ladyssize section.point .movie h3{
	font-size: 6vw;
}

#gg_ladyssize section.point .movie p{
	margin: 5px auto 10px;
}

/* シルエット */

#gg_ladyssize section.silhouette p{
	margin: 30px auto!important;
}

/* ITEMLIST */

#gg_ladyssize section.itemlist .flex div{
	flex-basis: calc(100% / 2 - 2%);
	padding: 2%;
	margin-bottom: 4%;
	margin-right: 4%;
}

#gg_ladyssize section.itemlist .flex div:nth-of-type(2n){
	margin-right: 0;
}

#gg_ladyssize .sp_back{
	background: #96d7cc!important;
}

#gg_ladyssize section.itemlist p.itemname{
	margin: 5px auto 0!important;
	line-height: 150%;
}

#gg_ladyssize section.itemlist p.price{
	margin: 0 auto!important;
}

#gg_ladyssize section.itemlist .attention{
	font-size: 2.8vw;
	line-height: 150%;
}

/* VOICE */

#gg_ladyssize section.voice .flex div:first-child{
	width: 30%;
}

#gg_ladyssize section.voice .flex div:last-child{
	font-size: 6vw;
}

#gg_ladyssize section.voice .flex div:last-child span{
	font-size: 2.9vw;
}

#gg_ladyssize section.voice p{
	margin: 30px auto 0!important;
}

#gg_ladyssize section.voice .profile{
	width: 90%;
	margin: 30px auto 0;
}

#gg_ladyssize section.voice .profile p{
	margin: 10px auto 0!important;
}

/* 100%表示用 */

#news_detail .detail{
	margin: 0 auto;
}

/* 回遊リンク */

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

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

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


/* ヘッダー */

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

#gg_ladyssize .sp_header{
	position: relative;
	height: 119vw;
}

#gg_ladyssize .sp_header .brandlogo{
	position: absolute;
	top: 19.5vw;
	left: 8vw;
	width: 43%;
}

#gg_ladyssize .sp_header .titlelogo{
	position: absolute;
	bottom: 18vw;
	left: 0;
	right: 0;
	width: 95%;
	margin: auto;
}

}
