@charset "UTF-8";

#main_v{
	position:relative;
	min-height: 700px;
	width: 100%;
	min-width:960px;
	overflow:hidden;

}

#video2 {
    position: absolute;
	z-index:-100;
	left:0;
	top:0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    background-size: cover;
	background-color:#000;
}

#main_v h1{
	position:absolute;
	z-index:10;
	height: 65px;
	left: 50%;
	top: 50%;
	margin-left: -125px;
	margin-top: -50px;
    background:none;
}

#sc_btn{
    position: absolute;
    top: 80%;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 37px;
    height: 60px;
}

.sc_btn_02{
	margin-top: 5px;
	margin-left: 7px;
	}

#pickup{
	border-bottom: 1px solid #eee;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 960px;
}

#pickup ul{
	width: 680px;
	height: 440px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

#pickup ul li{
float:left;
border-right:1px solid #eee;
background-color:#a9cac2;
}

#pickup ul li:first-child{
	height: 200px;
	width: 340px;
	float: left;
	border: 1px solid #eee;
}

/*---------------------------------------------pickup animation----------------------------*/

.grid {
overflow: hidden;
margin: 0;
width: 239px;
}

.last { width: 238px; }

.grid figure {
	position: relative;
	z-index: 1;
	width: 200px;
	height: 100px;
	cursor: pointer;
	float: left;
}

.grid figure figcaption {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
pointer-events: none;
}

.grid figure figcaption,
.grid figure a {
	position: absolute;
	top: 0px;
	left: 2px;
	width: 239px;
	height: 200px;
}

.last figure figcaption,
.last figure a {
width: 238px;
}

.grid figure a {
z-index: 1000;
text-indent: 200%;
white-space: nowrap;
font-size: 0;
opacity: 0;
}

#pickup ul li:hover img {
opacity: 0.8;
-webkit-transform: scale(1);
transform: scale(1);
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
position: absolute;
top: 5px;
right: 5px;
bottom: 5px;
left: 5px;
content: '';
opacity: 0;
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
border-top: 1px solid #eee;
border-bottom: 1px solid #eee;
-webkit-transform: scale(0,1);
transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
border-right: 1px solid #eee;
border-left: 1px solid #eee;
-webkit-transform: scale(1,0);
transform: scale(1,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
opacity: 1;
-webkit-transform: scale(1);
transform: scale(1);
}

/*---------------------------------------------half----------------------------*/

#half{
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
	background-color: #000;
}



.cont_box{
    height:320px;
	width:320px;
	margin-bottom: 20px;
	float:left;
	background-size: cover;
}
.cont_img{
    height:180px;
	width:320px;
	margin-bottom:10px;
	overflow:hidden;
}

.cont_img img{
	transition:0.5s;	
}
.cont_img img:hover{
	transform:scale(1.1);
	transition:0.5s;	
}



.cont_text{
	height: 140px;
	overflow: hidden;
	text-align: center;
	position: relative;
	transition: all 0.4s cubic-bezier(0.8, 0, 0, 1) 0s;
	color: #333;
	font-size: 12px;
}
.cont_box h3{
	text-align:center;
	margin-top: 10px;
}

.cont_box a{
	color: #333;
	font-size: 12px;
	text-align: center;

}

.cont_box p{
    color: #333;
	font-size: 12px;
	margin-top: 15px;
	text-align: center;
}



/*----------------------------------------------------------------------------------top button----------*/

.button_top {
margin-top:15px;
display: block;
margin: auto; 
margin-top: 10px;
width: 150px;
height: 35px;
text-align: center;
text-decoration: none;
line-height: 35px;
outline: none;
font-size:14px;
letter-spacing:2px;
font-weight:bold;
}

.button_top::before,
.button_top::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}

.button_top,
.button_top::before,
.button_top::after {
-webkit-transition: all .3s;
transition: all .3s;
}


.button_top {
	position: relative;
	z-index: 2;
	border: 1px solid #333;
	color: #333;
	overflow: hidden;
}

.button_top:hover {
	color: #FFF;
	background-color: #333;
	cursor: pointer;
}

.button_top:hover a { color: #555; }

.linkarea a{
display:block;
position:absolute;
height:100%;
width:100%;
text-indent:-999px;
background-color:#fff;
left:0;
top:0;
filter: alpha(opacity=0);
-moz-opacity:0;
opacity:0;
}

/*----------------------------------------------------------------------------------button----------*/

.button {
margin-top:15px;
display: inline-block;
width: 284px;
height: 50px;
text-align: center;
text-decoration: none;
line-height: 50px;
outline: none;
font-size:14px;
letter-spacing:2px;
font-weight:bold;
}

.button::before,
.button::after {
position: absolute;
z-index: -1;
display: block;
content: '';
}

.button,
.button::before,
.button::after {
-webkit-transition: all .3s;
transition: all .3s;
}


.button {
	position: relative;
	z-index: 2;
	border: 1px solid #333;
	color: #333;
	overflow: hidden;
}

.button:hover {
	color: #FFF;
	background-color: #333;
	cursor: pointer;
}

.button:hover a { color: #555; }

.linkarea a{
display:block;
position:absolute;
height:100%;
width:100%;
text-indent:-999px;
background-color:#fff;
left:0;
top:0;
filter: alpha(opacity=0);
-moz-opacity:0;
opacity:0;
}


/*-----------------------security-action----------------------------------------------*/

.sa-section { max-width: 960px; margin: 40px auto; padding: 0 16px; }
.sa-lead { font-size: 1.06rem; line-height: 1.9; }
.sa-badge { text-align: center; margin: 24px 0; }
.sa-badge img { max-width: 240px; width: 40vw; height: auto; }
.sa-about, .sa-policy, .sa-contact { margin-top: 28px; }
.sa-links { margin: 12px 0 0 1em; }
.sa-links li { list-style: disc; margin: 6px 0; }


/* クリック前の見た目 */
#security-action a {
	color: #0b63ce;            /* 好きなリンク色 */
	background: transparent;
	text-decoration: underline; /* 下線で可読性UP（任意） */
  }
  
  /* ホバー／フォーカス時の見た目（反転しないように） */
  #security-action a:hover,
  #security-action a:focus,
  #security-action a:active {
	color: #084a9c;           /* 少し濃い色に */
	background: #eaf3ff;      /* ほんのり青み背景（任意） */
	outline: none;
  }
  
  /* もし .btn_map など既存ボタンの影響を受けていたら個別に上書き */
  #security-action .btn_map,
  #security-action .btn_map:hover {
	background: transparent;  /* 背景色リセット */
	color: #0b63ce;           /* 文字色固定 */
  }
  
  /* メール表示を組み立てた #mail スパン直下のaを確実に上書き */
  #mail a { color: #0b63ce; background: transparent; }
  #mail a:hover { color: #084a9c; background: #eaf3ff; }

  