@charset "utf-8";
/* TOPへ戻るボタン */
#totop {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 80px;
	height: 80px;
	z-index:9999;
}
#totop a {
	display: block;
	width: 100%;
	height: 100%;
	background-image: url(../images/to_top.png);
	border:0;
}
#totop a:hover {
	background-image: url(../images/to_top_on.png);	
	background-color: transparent;
}


@media only screen and (max-width:768px) {
#spNavigationTrigger.-js-menuPosition-right_top_fixed {
    top: 0px !important;
}}



/* Youtube レスポンシブ対応 */
.movie-wrap {
     position: relative;
     width: 100%;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.movie-wrap iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

.t_out{
	position: relative;
	height: 236px;
}
.t_out2{
	position: relative;
	height: 270px;
}
.t_bottom{
	position: absolute;
	bottom: 0;
}
@media only screen and (max-width:641px) {
.t_out{
	height: 190px;
}
.t_out2{
	height: 80px;
}
.t_bottom{
	position: relative;
	bottom: 0;
}
}
