/* ----------------------------------------------------------------
 ヘッダー
---------------------------------------------------------------- */
.l-header--bg {
 background: rgba(0,0,0,1);
 position: fixed;
 top: 0;
 height: 100px;
 width: 100%;
 z-index: 10;
}
/********* sp *********/
@media only screen and (max-width: 720px) {
.l-header--bg {
 height: 65px;
 }
}

.l-header {
 margin: 0 auto;
 position: relative;
 max-width: 1292px;
 width: 94%;
}

.l-header__logo {
	position: absolute;
	top: 26px;
	left: 0;
 width: 270px;
}
/********* sp *********/
@media only screen and (max-width: 720px) {
.l-header__logo {
	top: 15px;
 width: 180px;
 }
}

/* -----
 検索エリア
----- */
.l-header__search--btn {
	background: url(/assets/ctnews/images/ic_search.png) no-repeat;
	background-size: cover;
	cursor: pointer;
	text-indent: -9999px;
	position: absolute;
	top: 36px;
	right: 82px;
	height: 28px;
	width: 27px;
}
/********* sp *********/
@media only screen and (max-width: 720px) {
.l-header__search--btn {
	top: 19px;
	right: 60px;
	height: 28px;
	width: 27px;
 }
}

.l-header__search--btn--close {
	background: url(/assets/ctnews/images/ic_menu_close.png) no-repeat;
	background-size: cover;
	cursor: pointer;
	text-indent: -9999px;
	position: absolute;
	top: 36px;
	right: 82px;
	height: 27px;
	width: 27px;
}
/********* sp *********/
@media only screen and (max-width: 720px) {
.l-header__search--btn--close {
	top: 19px;
	right: 60px;
	height: 27px;
	width: 27px;
 }
}

.l-header__search--input--close {
	display: inline-block;
	background: #959595 url(/assets/ctnews/images/ic_search.png) no-repeat;
	background-size: 22px;
	background-position: 8px center;
	box-sizing: border-box;
 border:none;

	position: absolute;
	top: 31px;
	right: 120px;
	width: 0;
	height: 36px;
	padding: 0;
	
		transform: translate3d(0,0,0);
 -webkit-transition: 0.3s ease-in-out;  
 -moz-transition: 0.3s ease-in-out;  
 -o-transition: 0.3s ease-in-out;  
 transition: 0.3s ease-in-out;
}
/********* sp *********/
@media only screen and (max-width: 720px) {
.l-header__search--input--close {
	top: 14px;
	right: 100px;
 }
}

.l-header__search--input--open {
	display: inline-block;
	background: #959595 url(/assets/ctnews/images/ic_search.png) no-repeat;
	background-size: 22px;
	background-position: 8px center;
	box-sizing: border-box;
 border:none;
	position: absolute;
	top: 31px;
	right: 120px;
	width: 360px;
	height: 36px;
	padding: 0 16px 0 36px;
	
	transform: translate3d(0,0,0);
 -webkit-transition: 0.3s ease-in-out;  
 -moz-transition: 0.3s ease-in-out;  
 -o-transition: 0.3s ease-in-out;  
 transition: 0.3s ease-in-out;
}
/********* sp *********/
@media only screen and (max-width: 720px) {
.l-header__search--input--open {
	top: 14px;
	right: 100px;
	width: 240px;
 }
}

.l-header__search--input--open:focus {
	outline: none;
}

.l-header__search--input--submit {
	height: 0px;
	width: 0px;
	border: none;
	padding: 0px;
}

/* -----
 メニューエリア
----- */
.l-header__menu--btn--open {
	background: url(/assets/ctnews/images/ic_menu_open.png) no-repeat;
	background-size: cover;
	cursor: pointer;
	text-indent: -9999px;
	position: absolute;
	top: 38px;
	right: 0;
	width: 39px;
	height: 25px;
}
/********* sp *********/
@media only screen and (max-width: 720px) {
.l-header__menu--btn--open {
	top: 22px;
	width: 32px;
	height: 21px;
 }
}

.l-header__menu--bg {
	display: none;
	background: rgba(0,0,0,0.85);
	position: fixed;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
 top: 0;
	width: 100%;
	height: 100%;
	z-index: 100;
}

.l-header__menu {
 margin: 0 auto;
 position: relative;
 max-width: 1292px;
 width: 94%;
}

.l-header__menu--btn--close {
	background: url(/assets/ctnews/images/ic_menu_close.png) no-repeat;
	background-size: cover;
	cursor: pointer;
	text-indent: -9999px;
	position: absolute;
	top: 36px;
	right: 0;
	width: 27px;
	height: 27px;
}
/********* sp *********/
@media only screen and (max-width: 720px) {
.l-header__menu--btn--close {
	top: 20px;
	width: 24px;
	height: 24px;
 }
}

.l-header__menu--btn {
	position: absolute;
	right: 0;
	top: 90px;
	padding-bottom: 30px;
	width: 300px;
}
/********* sp *********/
@media only screen and (max-width: 720px) {
.l-header__menu--btn {
	padding-bottom: 20px;
	top: 65px;
	width: 100%;
 }
}

.l-header__menu--btn li {
	padding-top: 30px;
}
/********* sp *********/
@media only screen and (max-width: 720px) {
.l-header__menu--btn li {
	padding-top: 20px;
 }
}

.l-header__menu--btn li  a {
	display: block;
	text-align: right;
	color: #fff;
	font-size: 35px;
	line-height: 1.2;
	letter-spacing: 0.1em;
	font-weight: 600;
}
/********* sp *********/
@media only screen and (max-width: 720px) {
.l-header__menu--btn li  a {
	font-size: 23px;
 }
}

.l-header__menu--btn li.l-header__menu--btn--subtop {
	border-top: solid 1px #fff;
	margin-top: 30px;
}
/********* sp *********/
@media only screen and (max-width: 720px) {
.l-header__menu--btn li.l-header__menu--btn--subtop {
	margin-top: 20px;
 }
}

.l-header__menu--btn li.l-header__menu--btn--subtop a,
.l-header__menu--btn li.l-header__menu--btn--sub a {
	font-size: 17px;
}
/********* sp *********/
@media only screen and (max-width: 720px) {
.l-header__menu--btn li.l-header__menu--btn--subtop a,
.l-header__menu--btn li.l-header__menu--btn--sub a {
	font-size: 14px;
 }
}




/* ----------------------------------------------------------------
 PR
---------------------------------------------------------------- */
.l-pr--bg {
 margin-top: 80px;
 background: url(/assets/ctnews/images/pr_bg.png) no-repeat;
	background-size: cover;
	background-position: center;
 min-height: 351px;
	padding: 60px 0;
 width: 100%;
}
/********* sp *********/
@media only screen and (max-width: 720px) {
.l-pr--bg {
 margin-top: 40px;
 padding: 30px 0;
 }
}

.l-pr {
 margin: 0 auto;
 position: relative;
	overflow: hidden;
 max-width: 900px;
 width: 94%;
}

.l-pr__left {
	overflow: hidden;
 float: left;
	width: 48%;
}
/********* sp *********/
@media only screen and (max-width: 720px) {
.l-pr__left {
 float: none;
	width: 100%;
 }
}

.l-pr__left__img {
	float: right;
	width: 237px;
}
@media only screen and (max-width: 720px) {
.l-pr__left__img {
	float: none;
	margin: 0 auto;
	width: 50%;
 }
}

.l-pr__right {
 float: right;
	width: 48%;
}
@media only screen and (max-width: 720px) {
.l-pr__right {
 float: none;
	margin-top: 20px;
	width: 100%;
 }
}




/* ----------------------------------------------------------------
 フッター
---------------------------------------------------------------- */
.l-footer--bg {
	background: #000;
	position: relative;
	padding: 30px 0;
}
/********* sp *********/
@media only screen and (max-width: 720px) {
.l-footer--bg {
	padding: 10px;
	overflow: hidden;
 }
}

.l-footer {
	margin: 0 auto;
	position: relative;
	max-width: 964px;
	width: 94%;
}
@media only screen and (max-width: 1200px) {
.l-footer {
	margin: 0 12% 0 3%;
	width: 85%;
 }
}
@media only screen and (max-width: 720px) {
.l-footer {
	margin: 0 auto;
 }
}

/********* sp *********/
@media only screen and (max-width: 720px) {
.l-footer__logo {
	display: none;
 }
}

.l-footer__menu {
	display: table;
	position: absolute;
	top: 0;
	right: 0;
}
/********* sp *********/
@media only screen and (max-width: 720px) {
.l-footer__menu {
	display: none;
 }
}

.l-footer__menu li {
	display: table-cell;
	padding-left: 50px;
	white-space: nowrap;
	font-size: 15px;
}
@media only screen and (max-width: 800px) {
.l-footer__menu li {
	padding-left: 30px;
		font-size: 13px;
 }
}

.l-footer__menu li:first-child {
	padding-left: 0;
}

.l-footer__menu li a {
	color: #fff;
}

.l-footer__copyright {
	color: #fff;
	text-align: right;
	font-size: 13px;
	font-weight: 300;
}
/********* sp *********/
@media only screen and (max-width: 720px) {
.l-footer__copyright {
	text-align: center;
	font-size: 9px;
 }
}

/* -----
 ページトップボタン
----- */
.l-footer__btn--top {
	background: #fff url(/assets/ctnews/images/ic_arrow_top_b.png) no-repeat;
	background-size: 14px;
	background-position: center;
	border: solid 1px #000;
	cursor: pointer;
	position: fixed;
	bottom: 30px;
	right: 30px;
	text-indent: -9999px;
	overflow: hidden;
	width: 47px;
	height: 47px;
}
/********* sp *********/
@media only screen and (max-width: 720px) {
.l-footer__btn--top {
	position: fixed;
	bottom: 3%;
	right: 3%;
 }
}



