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

@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500;600;700&display=swap');
@import url('https://fonts.cdnfonts.com/css/old-english-five');
@import url('https://fonts.googleapis.com/css2?family=UnifrakturMaguntia&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;
}
#golf_survial {
	width: 100vw;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	font-weight: normal;
	font-family: 'Roboto' , 'Noto Sans JP', sans-serif;
	overflow: hidden;
	text-align: left;
	background: #fddde6;
	color: #000;
}
#golf_survial img {
	max-width: 100%;
	height: auto;
	border: none;
	vertical-align: bottom;
}
#golf_survial p {
	font-size: 1em!important;
	margin-top: 0!important;
	line-height: 180%;
}
#golf_survial .prostaff_wrap {
	width: 100%!important;
	max-width: 800px;
	margin: 0 auto;
	padding: 0;
}
 #golf_survial h4, #golf_survial h5 {
	color: #000;
	text-align: center;
	font-weight: bold;
	background: none;
	border: none;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

 #golf_survial h2 {
	color: #000;
	text-align: center;
	font-weight: normal;
	background: none;
	border: none;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
}

#norton_denimsetup h2 span {
  font-size: 0.4em;
  font-weight: normal;
}

#golf_survial h1 {
	color: #000;
	text-align: center;
	font-weight: bold;
	background: none;
	border: none;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	
}

#golf_survial h3{
	color: black;
	text-align: center;
	font-weight: bold;
	background: none;
	border: none;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	margin: 30px auto;
}

#golf_survial h1 {
	font-size: 3em;
	line-height: 110%;
	letter-spacing: 0.5px;
}

#golf_survial h1.underline{
	font-weight: bold;
	color: white;
	background: linear-gradient(transparent 0%, #000 0%);
}

#golf_survial h2.headline {
  padding: 0.2em;/*文字周りの余白*/
  color: black;/*文字色*/
  background: #dcdcdc;/*背景色*/
  font-weight: bold;
  margin-bottom: 0px;
  font-size: 1.3em;
}


#golf_survial h1 span{
	font-size: 0.5em;
	line-height: 170%;
	font-family: 'Roboto', 'Noto Sans JP', sans-serif;
	font-weight: normal;
}


#golf_survial h1 img{
	width:45%;
}

#golf_survial h1 img.logo{
	width:15%;
}

#golf_survial h2 {
	font-size: 2.3em;
	line-height: 180%;
	margin: 0 auto 0px;
	text-align: center;
	color:#080808;
	font-weight: bold;
}
#golf_survial h2 span {
	font-size: 0.45em;
}

#golf_survial .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%;
	font-size: 1.2em;
}
#golf_survial section.category {
	margin: 0px auto;
	width: 80%;
}
#golf_survial .categorylist div{
	flex-basis: calc(100% / 1 - 1%);
    margin-right: 1%;
    margin-bottom: 5%;
    border: 1px solid white;
}

#golf_survial .categorylist div span
{
	font-size: 0.7em;
	line-height: 180%;
}


#golf_survial .categorylist div a{
    color: black;
    display: block;
    padding: 3% 3%;
	font-size: 1.5em;
	text-align: left;
	border: 2px solid;
	line-height: 170%;
}

#golf_survial .categorylist div a:hover{
	background: white;
	text-align: left;
	border: 2px solid #d3d3d3;
	color: #d3d3d3;
}




#golf_survial .flex {
	display: -webkit-flex;
	/* Safari */
	display: flex;
	-webkit-flex-wrap: wrap;
	/* Safari */
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	justify-content:center; 
}



#golf_survial section.item{
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
  text-align: center;
}

#golf_survial section.item img {
  width: 100% !important;
}
/*#golf_survial section.item .flex div {
	flex-basis: 100%;
}*/
#golf_survial section.item .flex div {
  flex-basis: 100%;
  
}
#golf_survial p.itemname {
  margin: 10px auto 10px !important;
}
#golf_survial p.price {
  font-size: 1.3em !important;
  margin: 10px auto !important;
}

#golf_survial p.main_text,  
#golf_survial p.stylingtext {
	width: 90%!important;
	margin: 20px auto 45px!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
}

#golf_survial p.main_text2 {
	width: 90%!important;
	margin: 15px auto!important;
	text-align: center;
	line-height: 180%;
	display: block!important;
}

#golf_survial section {
	width: 100%;
	max-width: 800px;
}
#golf_survial section.main{
	width: 100%;
	position: relative;
	text-align: center;
	margin: 55px auto;
}
#golf_survial p.itemname {
	width: 100%;
	line-height: 200%;
}
#golf_survial p.price {
	width: 100%;
	display: block;
	font-size: 1.3em!important;
}
#golf_survial p.price span {
	color: #C52F32;
	font-size: 1.3em!important;
	font-weight: bold;
}

#golf_survial section.main .itembox {
	width: 80%;
	max-width: 800px;
	margin: 10px auto 25px;
}
#golf_survial section.main.itembox p {
	text-align: center;
}
#golf_survial section.main p.itemtext {
	margin: 20px auto 20px!important;
	font-size: 0.85em!important;
}
#golf_survial section.main p.itemname {
	font-size: 0.90em!important;
}

#golf_survial .main_text span.big{
	font-size: 2.3em!important;
	color: #e25822!important;
	font-weight:bold!important;
	line-height: 120%!important;
	}

#golf_survial .main_text2 span.big{
	font-size: 1.2em!important;
	color: black!important;
	font-weight:normal!important;
	line-height: 180%!important;
	}

#golf_survial .main_text2 span.underline{
	font-size: 1.8em!important;
	color: #000!important;
	background: linear-gradient(transparent 10%, #dcdcdc 100%)!important;
	font-weight: bold!important;
	line-height: 180%!important;
	}

#golf_survial .box {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 50px;
}
#golf_survial section.main .doubleimage {
	width: 100%;
	max-width: 800px;
	margin: 0px 0px 0px 0px;
}
#golf_survial .style .slide {
	margin: 0 auto;
}
#golf_survial .style .slide ul {
	width: 100%;
	max-width: 800px;
}
#golf_survial .style .slide ul li img {
	width: 100%;
	max-width: 800px;
}
#golf_survial section.main .doubleimage div {
	flex-basis: 50%;
}


#golf_survial .main .textaria {
  margin: 30px auto;
  width: 100%;
}
#golf_survial .main .textaria p.text {
  text-align: left;
  margin: 0 auto 20px !important;
}
#golf_survial .main  .textaria p.styletext {
  margin: 10px auto 30px !important;
  text-align: center;
}


#golf_survial .style .textaria p.model {
  margin: 10px auto 0 !important;
  font-size: 0.9em !important;
  text-align: center;
}






/* 購入ボタン */

#golf_survial .itemlist a, #golf_survial .buy {
  display: block;
  width: 85%;
  max-width: 120px;
  padding: 7px 0;
  text-align: center;
  border: 1px solid #de5285;
  background: #de5285;
  color: #FFF;
  /*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
  transition: 0.6s;
  border-radius: 8px;
  margin: 0 auto;
}
#golf_survial .itemlist a:hover, #golf_survial .buy:hover {
  background: #FFF;
  text-align: center;
  border: 1px solid #de5285;
  color: #de5285;
}

#golf_survial .coming {
	display: block;
	width: 100%;
	max-width: 130px;
	padding: 8px 0;
	text-align: center;
	border: 1px solid #000;
	background: #000;
	color: #FFF;
	/*-webkit-transition: 5s;
	-moz-transition: 5s;
	-o-transition: 5s;
	-ms-transition: 5s;*/
	transition: 0.6s;
	margin: 0 auto;
	font-size: 1em!important;
}

#golf_survial p.other a {
    display: inline-block;
    border-radius: 10em;
    background: linear-gradient(to right,
        rgba(247, 207, 0, 0.7),
        rgba(246, 37, 2, 0.7) 45%,
        rgba(182, 47, 82, 0.7) 75%,
        rgba(113, 58, 166, 0.7));
    color: #fff;
    text-decoration: none;
    line-height: 1;
	padding: 1em 2em;
	text-align: center;
   border-radius: 8px;
   margin: 15px auto;
}

#golf_survial p.other a:hover{
	background: white;
	text-align: center;
	border: 1px solid black;
	color: black;
}

#golf_survial p.other2 a {
    display: inline-block;
    border-radius: 10em;
    background: #a40000;
    color: #fff;
    text-decoration: none;
    line-height: 1;
	padding: 1em 2em;
	text-align: center;
   border-radius: 8px;
   margin: 5px auto;
}

#golf_survial p.other2 a:hover{
	background: white;
	text-align: center;
	border: 1px solid #a40000;
	color: #a40000;
}

#golf_survial .styling{
	width: 90%!important;
	margin: 40px auto;
}
#golf_survial .itemlist {
 text-align: left;
 display: -webkit-flex; /* Safari */
 display: flex;
 -webkit-flex-wrap: wrap; /* Safari */
 flex-wrap: wrap;
 width: 85%;
 max-width: 600px;
 margin: auto;
 padding: 12px 0;

}

#golf_survial .itemlist div:first-child {
	width: 75%;
	padding: 3px 1% 3px 0;
}
#golf_survial .itemlist div:last-child {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-right: 0%;
}

.box26 {
    position: relative;
    margin: 1em 0;
    padding: 2%;
    border: solid 2px #e3648b;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 22px;
    background: #fddde6;
    color: #e3648b;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
	text-align: left;
	}


.itemlist div:first-child {
	width: 75%;
	padding: 3px 1% 3px 0;
}
.itemlist div:last-child {
	width: 25%;
	display: flex;
	align-items: center;
	padding-right: 1%;
}


/* 回遊リンク */

#golf_survial .Banner4 {
	text-align: center;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 30px;
}
#golf_survial .Banner4 h3 {
	font-size: 25px !important;
	margin: 30px auto;
	padding: 20px 0;
	border-top: double #000;
	border-bottom: 1px solid #000;
	color: #000;
	letter-spacing: 3px;
}
#golf_survial .Banner4 ul {
	display: inline;
}
#golf_survial .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;
	}
	/* ヘッダー・フッターの崩れを直す */
	#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;
	}
	#golf_survial h1 {
		font-size: 6vw;
	}
	
	#golf_survial h1.underline{
	font-weight: bold;
	color: white;
	background: linear-gradient(transparent 0%, #000 0%);
}
		
	#golf_survial h1 span {
		font-size: 3.5vw;
	}
	
	#golf_survial h1 img{
	width:70%;
}
	
	#golf_survial h2 {
		font-size: 6vw;
		text-align: center;
	}
	
	#norton_denimsetup section.stylebox h2 span{
  font-size: 0.5em;
  margin: 0 auto 0px;
}
	
	#golf_survial h3 {
		font-size: 3.8vw;
		color: black;
	}
	#golf_survial p, #golf_survial div {
		font-size: 2.85vw!important;
		line-height: 180%;
		margin: auto;
	}
	#golf_survial p.main_text {
		display: block!important;
		margin: 2.5vw auto 8.25vw!important;
		text-align: left;
	}
		#golf_survial p.main_text2 {
		display: block!important;
		margin: 1vw auto!important;
		text-align: center;
		
	}
	
	#golf_survial p.itemname3 {
	font-size: 3vw!important;
}
	
	#golf_survial p.stylingtext {
		margin: 0vw auto 7.25vw!important;
		text-align: left;
	}
	#golf_survial section {
		margin: 8.375vw auto;
	}
	
	#golf_survial section.item2
	 {
		margin: 0vw auto 10.125vw;
	}
	
	#golf_survial section.main,
	#golf_survial section.member{
		margin: 6vw auto;
	}	
	#golf_survial .itemlist div {
		font-size: 3.2vw!important;
		line-height: 150%!important;
	}
	#golf_survial p.price {
		font-size: 4vw!important;
		line-height: 110%;
	}
	#golf_survial .itemlist div:first-child {
		width: 82%;
		padding: 1vw 1% 1vw 0;
	}
	#golf_survial .itemlist div:last-child {
		width: 18%;
	}
	#golf_survial .styling {
        margin: 5.375vw auto;
    }
	#golf_survial section.recommend p.small {
		font-size: 2.6vw!important;
	}
	#golf_survial .back {
		height: 45vw;
	}
	#golf_survial section.member .team {
        margin: 0vw auto;
    }
	
	
.box26  {
   margin: auto 0;
   width: 85%;
	}		
	
.box26 .box-title {
    font-size: 3.5vw;
}

.box26 p {
   text-align: left;
	margin: auto 0;
	}	
	

	
	
	/* 100%表示用 */
	#news_detail .detail {
		margin: 0 auto;
	}
	/* 回遊リンク */
	#golf_survial .Banner4 {
		text-align: center;
		width: 100%;
	}
	#golf_survial .Banner4 ul {
		margin: 0 auto;
		width: 95%;
	}
	#golf_survial .Banner4 ul li {
		width: 95% !important;
		margin: 0 0 5% 0 !important;
	}
	



	
	

	
	/* ヘッダー */
	#news_detail .detail .content p:first-child img {
		display: none;
	}
	
	#news_detail .detail .content{
		background: #fddde6!important;
	}
	
	#golf_survial .header {
		position: relative;
		height: 105vw;
	}
	#golf_survial .header .fv1 {
		position: absolute;
		top: 40vw;
		left: 0vw;
		right: 0vw;
		width: 100%;
		margin: auto;
	}
	
}