@charset "utf-8";
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
body{
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	width: 100%;
}
p{
	line-height: 1.75;
}
a{
	text-decoration: none;
}
a:hover{
	opacity: .8;
}
header{
	position: relative;
	z-index: 6;
	width: 980px;
	margin: auto;
	display: flex;
    justify-content: space-between;
	padding-top: 16px;
}
header ul{
	display: flex;
	background: url("../images/common/navi_base.png") no-repeat top left;
	width: 885px;
}
header ul li{
	margin-left: 40px;
	padding: 12px 0;
}
header ul li a{
	color: #fff;
	font-weight: bold;
}
header .btn_movie {
    display: block;
    width: 140px;
    height: 100px;
    padding: 15px;
    background-color: #1d2088;
    border-radius: 4px 0 0 4px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 1.4375;
    text-decoration: none;
    position: fixed;
    top: 120px;
    right: 0;
    z-index: 6;
}
header .btn_movie img {
    display: block;
    margin: 0 auto 5px;
}
.cont_inner{
	width: 980px;
	margin: auto;
	padding: 0 10px;
}
.col_block{
	display: flex;
    justify-content: space-between;
}
.contact_bnr p{
	text-align: center;
	width: 664px;
    height: 100px;
	line-height: 1;
	background: url("../images/common/bnr_contact.png") no-repeat center;
	margin: auto;
}
.contact_bnr a{
	background: url("../images/common/arrowR.png") no-repeat center right;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
    padding: 40px 0;
    display:block;
	background-position: center right 24px;
}
.contact_bnr p:hover{
	opacity: .8;
}
footer{
	background: #f6f6f6;
}
footer .cont_inner{
	width: 980px;
	margin: auto;
	padding: 40px 0 42px;
	align-items: center;
}
footer .cont_inner p{
	font-size: 12px;
	padding-left: 10px;
	line-height: 1;
}
.pagetop{
	position: fixed;
    bottom: 112px;
    right: 10%;
    z-index: 3;
}

.popup {
    display: none;
    width: 874px;
    height: 480px;
    margin: 0 auto;
    background-color: #fff;
    position: fixed;
    top: calc(50% - 265px);
    left: 0;
    right: 0;
    z-index: 8;
}
.overlay {
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index:7;
}

/*IE用 調整*/
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
    .selector {
        property: value;
    }
    .slider_block .slider .ttl{
        padding-top: 10px;
    }
}