@charset "utf-8";

/* setting
-------------------------------------*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, a, section{
	box-sizing:border-box;
}
body{
	overflow-x:hidden;
	font-size: 86%;
	line-height: 1.5;
	color:#333;
}
img{
	max-width: 100%;
	height:auto;
	vertical-align:bottom;
}
.clear:after{
	content:" ";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
a:link,
a:visited,
a:hover,
a:active{
	color:#333;
}
a:hover{
	text-decoration:none;
}
a.hover:hover{
	opacity: .8;
}
h3 {
	margin-top:0;
}
table{
	margin-top: 0;
}
/* common
-------------------------------------*/
#wraps{
	overflow:hidden;
}
/*page-top*/
#page-top .fa {
	display: inline-block;
	padding-top: 20%;
}
#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 100%;
	opacity: 0.6;
}
#page-top a {
	background: #333;
	text-decoration: none;
	color: #fff;
	display: inline-block;
	width: 60px;
	height: 60px;
	text-align: center;
	border-radius: 50%
}

.floatR{
	float:right;
}
.floatL{
	float:left;
}
a:link,
a:visited,
a:hover,
a:active{
	color:darkblue;
}
.pc { display: none; }
.small{
	font-size:86%;
}
.bold{
	font-weight: bold;
}
.bold_b{
	font-weight: bold;
	color: #000;
}
.red{
	color:red;
}
.pink{
	color:#F40162;
	font-weight: bold;
}
.red{
	color: red;
}
.tel a,.mail a{
	color:#2d6aa7;
}
.pb20{
	padding-bottom: 20px;
}
.title{
	margin: 0;
	background-color: #be2da9;
	padding: .5em 0;
	text-align: center;
	color:#fff;
	position: relative;
	font-size: 1.3em;
	clear: both;
}
.title:after{
	position: absolute;
	top: 100%;
	left: 50%;
	content: '';
	width:0;
	height:0;
	border: 5px solid transparent;
	border-top: 5px solid #be2da9;
}
.title.color_a{
	background-color: #a27dc4;
}
.title.color_a:after{
	border-top: 5px solid #a27dc4;
}

.btn{
	clear:both;
	text-align: center;
	margin: 2em 0 0;
}
.btn a{
	width: 90%;
	font-size: 1.2em;
	display:block;
	border-radius:8px;
	padding:1em 0;
	background-color:#530e5e;
	color:#fff;
	margin:2em auto;
	box-shadow: 0 3px 0 0 rgba(0,0,0,0.2);
}
.btn.brand a{
	background-color:#fff;
	border: 1px solid #333;
	color:#333;
}
.menber{
	margin: 1.5em 0 0;
	text-align: center;
}
.pro{
	text-align: center;
	line-height: 1.6;
}
/*header*/
.logo{
	text-align: center;
	padding: .8em 0 .5em;
}
.logo img{
	width:30%;
}
/*brand_details*/
#brand_details{
	padding: 2em 0.8em 3em;
}
#brand_details .sp_common{
	text-align: left;
}
#brand_details .sp_common p{
	padding: 0 0.25em;
}
#brand_details .list{
	margin: 2em 0 0;
}
#brand_details .list li{
	text-align: center;
	font-size: 1.15em;
	margin:0 0 1.5em;
}
#brand_details .list li img{
	margin:0 auto;
}
/*details*/
#details{
	background: #fff;
}
#details .list{
	margin: 2em 0 0;
}
#details .red{
	padding: 1em 1.5em 0;
}
#details .list li{
	text-align: center;
	font-size: 1.15em;
	/*margin:0 0 1.5em;*/
	padding: 1em 1.5em 2.5em;
	line-height: 1.6;
}
#details .list li img{
	margin:0 0 .5em;
}
/*w_present*/
#w_present{
	background: #f5fbae;
	margin-top: 4em;
}
#w_present .cam_tittle{
	margin: 4me 0 2em;
}
#w_present .position_t{
	position: relative;
}
#w_present .sp_step_1{
	position: absolute; 
	top: 230px;
	left: 50px;
}
#w_present .sp_step_2{
	position: absolute; 
	top: 230px;
	left: 140px;
}
#w_present .sp_step_3{
	position: absolute; 
	top: 170px;
	left: 5px;
}
#w_present .list{
	margin: 2em 0 0;
}
#w_present .list li{
	text-align: center;
	font-size: 1.15em;
	/*margin:0 0 1.5em;*/
	line-height: 1.6;
}
#w_present .list li img{
	margin:0 0 .5em;
}
#w_present dl{
	padding: 1em 1.5em 2em;
}
#w_present dt{
	padding-bottom: 1em;
	font-weight: bold;
	font-size: 110%;
}
/*date*/
.date{
	text-align: center;
	margin: 2em 0 0;
}
.date dd{
	background: #F0F2FB;
	padding: .8em 0;
	font-size: 1.15em;
}
 .date .em{
	font-size: 1.2em;
}

/*note*/
#note .outline li.unit{
	border-bottom: 1px #ddd solid;
	padding: 1.5em 1.5em 2em;
}
#note .outline li:last-child{
	border:none;
}
#note .head{
	font-size: 1.8em;
	margin: 0 0 .2em .5em;
	color: #932782;
}
#note .thumbs{
	margin: 1em 0 0;
}

/*submit*/
#submit{
	margin: 1em 0 0;
}
/*sns_unit*/
#sns_unit{
	text-align: center;
	margin: 1.5em 0;
	padding-left: 1em;	
}
#sns_unit li{
	width: 30%;
	float: left;
	padding-top: 2em;
}


/*googleアンケートフォーム調整*/
#submit iframe{
	width: 100%;
	height: 750</span>px;
}
.freebirdHeaderMast{
	background:none;
}
.freebirdFormviewerViewFormBanner{
	height: 210px;
}

/*footer*/
footer{
	margin: 2em 0 0;
	padding: .8em 0 2em;
	border-top: 1px solid #ddd;
}
footer p{
	text-align: center;
	font-size: 86%;
}
/*キャンペーン終了時*/
.end{
	padding: 3%;
	border: 2px solid #333;
	border-width: 2px 0;
	margin: 1em;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}
.end_text{
	padding:1em 0 1em;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}
/*キャンペーン終了時ここまで*/

/*----------------------------------------------------------------
タブレット用（画面サイズ768px以上～）
----------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
/*common*/
body{
	font-size: 96%;
	line-height: 1.6;
}
.pc_floatR{
	float:right;
}
.pc_floatL{
	float:left;
}
.sp {
	display: none; 
}
.pc{
	display: block;
}
.hover a:hover{
	opacity: .8;
}
.btn.brand a{
	width: 70%;
	padding: .8em 0;
}
.btn.brand {
	padding: 1.5em 2em 0 0;
}
.btn.brand a{
	margin: 0 auto;
}
.date{
	padding: 3em 3em 5em;	
}
.pro{
	margin: 4em 0 2em;
}
.bold_b{
	font-weight: bold;
	color: #000;
	font-size: 1.1em;
	margin-top: 2%;
}
/*header*/
.logo img{
	width:18%;
}

	
header .pc_bg_01{
	background: url(../images/tablet_mainvisual.jpg) no-repeat 50% 0;
	min-height: 609px;
	background-size: contain;
}
#pc_btn a{
	width: 50%;
	margin: 0 auto;
	padding: .8em 0; 
}
/*brand_details*/
#brand_details{
	background: #fff;
	padding: 2em 5em 3em;
}
#brand_details .pc_floatL{
	float:left;
	width: 70%;
}
#brand_details .pc_common{
	margin: 0 .5em 0 -.5em;
}
/*details*/
#details{
	background: #fff;
	padding: 2em 5em 3em;
}
#details > p{
	font-size: 1.15em;
}
#details .date dd{
	border: 1px solid #6ca2d8;
	border-top: none;
}
#details .list{
	margin: 2em 0 0;
}
#details .list li{
	padding: 51% 0 0;
	float:left;
	width:30%;
	text-align: center;
	margin:0 2% 0 0;
	font-size: 1em;
}
#details .list li:last-child{
	margin:0;
}
#details .list li img{
	margin:0;
}
#details .list .pc_bg_02{
	background: url(../images/pc_present_a.jpg) no-repeat 50% 0;
	background-size: contain;
	min-height: 600px;
}
#details .list .pc_bg_03{
	background: url(../images/pc_present_b.jpg) no-repeat 50% 0;
	background-size: contain;
	min-height: 600px;
}
#details .list .pc_bg_04{
	background: url(../images/pc_present_c.jpg) no-repeat 50% 0;
	background-size: contain;
	min-height: 600px;
}
#details .list .pc_bg_05{
	background: url(../images/pc_present_d.jpg) no-repeat 50% 0;
	background-size: contain;
	min-height: 380px;
	width: 48%;
	padding: 32% 0 0;
}
#details .list .pc_bg_06{
	background: url(../images/pc_present_e.jpg) no-repeat 50% 0;
	background-size: contain;
	min-height: 380px;
	width: 48%;
	padding: 32% 0 0;
}
#brand_details .pc_bg_07{
	background: url(../images/pc_brandimage.jpg) no-repeat;
	background-size: contain;
	min-height: 300px;
	width: 30%
}
#w_present  .pc_bg_08{
	background: url(../images/pc_w_tittle.gif) no-repeat;
	background-size: contain;
	min-height: 100px;
}
#w_present .pc_bg_09{
	background: url(../images/pc_step_01.png) no-repeat;
	background-size: contain;
	min-height: 460px;
	width: 25%;
	position: relative;
}
#w_present .pc_bg_010{
	background: url(../images/pc_step_02.png) no-repeat;
	background-size: contain;
	min-height: 460px;
	width: 25%;
	position: relative;
}
#w_present .pc_bg_011{
	background: url(../images/pc_step_03.png) no-repeat;
	background-size: contain;
	min-height: 460px;
	width: 25%;
}
#w_present .pc_bg_012{
	background: url(../images/pc_step_04.png) no-repeat;
	background-size: contain;
	min-height: 460px;
	width: 25%;
}
.pc_bg_013{
	background: url(http://www.vivid-golf.com/user_data/packages/default/img/top/topbr_eventinfo.jpg) no-repeat;
	background-size: contain;
	min-height: 120px;
	width: 70%;
	margin: 1em auto;
}
#brand_details .pc_bg_014{
	background: url(../images/pc_brandtittle.gif) no-repeat;
	background-size: contain;
	min-height: 61px;
}
#w_present .pc_bg_015{
	background: url(../images/pc_oubo.gif) no-repeat;
	background-size: contain;
	min-height: 20px;
	margin: 0 auto 1em;
}
/*note*/
#note .outline li.unit{
	padding: 2em 5em 3em;
}
#note .head{
	margin:0 0 .35em .5em;
}
#note .outline .pc_bg_04{
	background: url(../images/present.jpg) no-repeat 90% 60%;
	min-height: 182px;
}
#note .outline li.unit .pc_floatL{
	width: 45%;
}
#note .menber img{
	width: 70%;
}
/*w_present*/
#w_present{
	background: #f5fbae;
	/*margin: 3em 3em 5em;*/
}
#w_present .list{
	padding-left: 1em;
	margin: 2em 2em;
}
#w_present .list li .p_step_1{
	position: absolute;
}
#w_present .list li{
	margin-bottom: 1.5em;
}
#w_present .pc_step_1{
	position: absolute;
/*	top: 350px;
	left: 10px;*/
	width: 40%;
	top: 65%;
	left: 5%;
}
#w_present .pc_step_2{
	position: absolute;
/*	top: 350px;
	left: 75px;*/
	width: 80%;
	top: 65%;
	left: 33%;		
}
#w_present .pc_step_3{
	position: absolute;
	top: 65%;
	left: -10%;
	width: 120%;
}
/*sns_unit*/
#sns_unit ul{
	width: 300px;
	margin: 0 auto;
}
#sns_unit li{
	width: 30%;
	padding-top: 2em;
}
#sns_unit .sns_tittle{
	padding: 3em 0 0;
}
/*キャンペーン終了時*/
.end{
	padding: 3%;
	border: 2px solid #333;
	border-width: 2px 0;
	margin: 1em;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}
.end_text{
	padding:1em 0 1em;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

@media only screen and (min-width: 768px) {
.end{
	padding: 1.5%;
}
.end_text{
	padding:.5em 0 0;
}
/*キャンペーン終了時ここまで*/
/*----------------------------------------------------------------
デスクトップ用（画面サイズ960px以上～）
----------------------------------------------------------------*/
@media only screen and (min-width: 960px) {
/*header*/
.logo img{
	width:12%;
}
.pro {
	width: 960px;
	margin: 0 auto;
	padding: 3em 1em;	
}
#pc_btn a{
	width: 50%;
	margin: 0 auto;
	padding: .8em 0; 
}
header .pc_bg_01{
	background: url(../images/pc_mainvisual.jpg) no-repeat 50% 0;
	min-height: 609px;
}
/*brand_details*/
#brand_details{
	width: 960px;
	margin: 0 auto;
	padding: 3em 1em 5em;
}
/*details*/
#details{
	width: 960px;
	margin: 0 auto;
	padding: 3em 1em 5em;
}
#note .date{
	width: 930px;
	margin: 3em auto;
}
/*note*/
#note .outline li.unit{
	width: 960px;
	margin: 0 auto;
	padding: 2em 1em 3em;
}
.unit{
	width: 960px;
	padding: 2em 1em 3em;
	margin: 0 auto;
}
#note .date{
	width: 960px;

}
#note .menber img{
	width: 50%;
}
/*w_present*/
#w_present{
	background: #f5fbae;
	width: 960px;
	margin: 0 auto;
}
#w_present .pc_step_1{
	position: absolute;
/*	top: 350px;
	left: 10px;*/
	width: 40%;
	top: 75%;
	left: 5%;
}
#w_present .pc_step_2{
	position: absolute;
/*	top: 350px;
	left: 75px;*/
	width: 80%;
	top: 75%;
	left: 33%;		
}
#w_present .pc_step_3{
	position: absolute;
	top: 75%;
	left: -10%;
	width: 120%;
}
/*sns_unit*/
#sns_unit{
	width: 960px;
	margin: 0 auto;
	padding: 2em 1em 3em;
}
/*----------------------------------------------------------------
end(キャンペーン終了時使用)
----------------------------------------------------------------*/
.end{
	padding: 3%;
	border: 2px solid #333;
	border-width: 2px 0;
	margin: 1em;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
}
.end_text{
	padding:1em 0 1em;
	text-align: center;
	font-size: 120%;
	font-weight: bold;
}

@media only screen and (min-width: 768px) {
.end{
	padding: 1.5%;
}
.end_text{
	padding:.5em 0 0;
}
}