@charset "utf-8";
/* CSS Document */

#content-inner {/*★共有cssを上書き */
	width: 100% !important;
}
p {/*★共有cssを上書き*/
	margin: 0;
}

.hdg-h3 {/*★背景を広げる場合に、上部特集画像の配置調整が必要*/
	line-height: 16px;
}
/*---original text color on this page ---*/

img {
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}
.hdg-1-02 {
	width: 980px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	height: 63px;
	line-height:1.4;
}
.hdg-1-02 img {
	vertical-align: middle;
}
.hdg-1-02 p {
  color: #00a8e6;
  font-size: 250%;
  margin: 0;
  padding-bottom: 15px;
  padding-top: 0px;
  width: 980px;
}
#main{
  background: #ececec !important;
}


/* END【基本】------------------------------------------------------------*/

/*SNSエリア
------------------------------------------------------------
*/

#sns {
	bottom: 20px;
	position: absolute;
	right: 0;
}
#snsBtn {
	margin: 0;
	padding: 10px 0;
	width: auto !important;
}
#snsBtn li {
	float: left;
	list-style: none outside none;
	margin-right: 10px;
}
#snsBtn li#twitterbtn {
	height: 22px;
	width: 90px;
}
#snsBtn li#facebookbtn {
	height: 22px;
	width: 100px;
}
#snsBtn li#googlebtn {
	height: 22px;
	width: 90px;
}

#contents_ALLrwap {
	width: 100%;
	margin:0px;
	padding:0px;
}

/***--------------------------------------------

共通

-----------------------------------------------*/

.flex {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content:flex-start;
}

.blocks { width:980px; margin:0 auto; overflow:hidden;}

.switch {
    visibility: hidden;
}

/***--------------------------------------------

#top_header

-----------------------------------------------*/
#contents_wrap {
	position: relative;
	z-index: 400;
	width: 100%;
}

/*タイトル*/

#logo {
	background: rgba(0,0,0,0.8);
	text-align: center;
	padding: 5px;
	z-index: 500 !important;
	width: 100%;
	position: absolute;
	top: 0px;
}
.logo_inner { width:980px; margin:0 auto; overflow:hidden;}
.tvservice img {
	width: 100px;
	height: auto;
	float:left;
}
.chlogo img {
	width: 90px;
	height: auto;
}
.chlogo{
	text-align: right;
-js-display: inline-flex;
	display: inline-flex;
	flex-wrap: nowrap;
  align-items: center;
	justify-content: flex-end;
	float: right;
}
.chlogo a span{
	color: #fff;
}

/* transition */
#logo,.logo_inner img {
    transition: all 0.5s ease-out;
}
#logo.narrow {
	 padding: 10px;
	position: fixed;
	/*top: 0;*/
	background: rgba(0,0,0,0.8);
}


#logo.narrow .tvservice img {width: 80px;height: auto;}
#logo.narrow .chlogo img {width: 60px;height: auto;}


/*------------------------------------------------
お申し込み
------------------------------------------------*/
#evp {
	padding-top:50px;
	line-height:1.5em;
	padding-bottom:40px;
	background-color: #ffffff;
	}

.campaign__default {
  color: #555;
}

.campaign__catch_copy {
	line-height: 1.2em;
}


/*===============================================
●特集内共通部分
===============================================*/
#m_contents a:hover{
  text-decoration: none;
}
#m_contents {
	background: url("/resources_v2/hikari/all/sp/higashino-keigo/images/back_pc.jpg")no-repeat center top;
	min-height: 100vh;
	background-attachment: fixed;
	background-size: cover;
}
#m_contents p {
  word-break: break-all;
}

.alink {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}
/***---------------------------------------------
#top
-----------------------------------------------*/
#top .left p a{
	color: #333;
	font-size: 1.4rem;
	display: block;
	padding-top: 30px;
}
#top .left p a:hover {
	opacity: 0.6;
}
/***---------------------------------------------
.movies
-----------------------------------------------*/
.movies  {
	margin: 70px auto;
}
.movies .sectionInner {
	background: #fff;
}
.movies h2 {
	background: #000;
	color: #e82d3b;
	padding: 10px 0 10px 20px;
}
.movies h2 a{
	color: #e82d3b;
}
.movies .date {
	font-size: 2.2rem;
}
.movies .ch a{
	display: block;
	padding: 10px 0 20px;
	font-size: 1.4rem;
}
.movies h2 a:hover,.movies .ch a:hover {
	opacity: 0.6;
}
.movies .ph {
    line-height: 1;
}
.movies .ph img {
	display: block;
}
.movies .ph a{
	color: #666;
	font-size: 1.0rem;
}
.movies .casts {
	font-size: 1.4rem;
	margin-top: 20px;
	padding-top: 10px;
	border-top: 1px solid #666;
}
/***---------------------------------------------
#recommend
-----------------------------------------------*/
#recommend {
	background: #fff;
	padding: 70px 0;
	font-family: "AxisStd-regular";
}
#recommend h2 {
	text-align: center;
	font-size: 3.0rem;
	color: #e82d3b;
	font-family: "AxisStd-medium";
}
#recommend .flex {
	justify-content: space-between;
}
#recommend ul {
	width: calc((100% / 3) - 30px);
	padding: 50px 0;
}
#recommend ul img {
	width: 100%;
}
#recommend .ch a{	
	display: block;
	font-size: 1.4rem;
	padding: 10px 0 20px;
}
#recommend .ch a img {
	width: 30px;
	padding-right: 3px;
}
#recommend li a:hover,#recommend li a h3:hover {
	opacity: 0.6;
}
#recommend h3,#recommend a h3{
	color: #e82d3b;
	font-family: "AxisStd-regular";
	letter-spacing: -1px;
	line-height: 1.6;
	padding-bottom: 20px;
	font-size: 2.0rem;
}
#recommend h4 {
	background: #000;
	color: #fff;
	font-size: 2.2rem;
	text-align: center;
	padding: 5px;
	margin-bottom: 15px;
}
#recommend .copy {
	font-size: 1.0rem;
}
/***---------------------------------------------
#entry
-----------------------------------------------*/
#entry{
	padding: 50px 0;
	background: #000;
}
#entry .sectionInner{
	color: #fff;
}
#entry h2 {
	text-align: center;
	font-size: 2.7rem;
	font-family: "AxisStd-regular";
}
#entry h3 {
	text-align: center;
	font-size: 2.4rem;
	font-family: "AxisStd-medium";
	padding: 20px 0 2px;
	color: #e82d3b;
}
#entry strong {
	font-size: 112%;
}
#entry .btn a{
    position: relative;
    display: block;
    line-height: 1.6;
    padding: 12px 8px;
    background: #e82d3b;
    color: #fff;
    font-size: 2.7rem;
	text-align: center;
	width: 70%;
	margin: 0 auto 20px;
	font-weight: bold;
}
#entry .btn a::before {
    position: absolute;
    top: 50%;
    right: 0.8em;
    width: 0.8em;
    height: 0.8em;
    transform: translateY(-50%) rotate(45deg);
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    content: "";
}
#entry .btn a:hover {
	background: #fff;
	color: #e82d3b;
}
#entry .btn a:hover::before {
	border-right: 3px solid #e82d3b;
    border-top: 3px solid #e82d3b;
}


/*===============================================
●style.css 画面の横幅が769px以上
===============================================*/
@media screen and (min-width: 769px){
img{
height: auto;
width:auto;　
}
.sectionInner {
	font-size: 1.6rem;
    line-height: 1.7;
	margin: 0 auto;
	width: 980px;
}

/***---------------------------------------------
#top
-----------------------------------------------*/	
#top {
	background: url("/resources_v2/hikari/all/sp/higashino-keigo/images/top_back_pc.jpg")no-repeat center 50px;
}
#top .topInner{
	width: 980px;
	margin: 0 auto;
}
#top .top_head {
	display:flex;
	flex-wrap: wrap;
	padding-top: 60px;
}
#top .left {
	width: 520px;
	margin: 27px 0 0 -10px;
}
#top .pc-only {
	width: 460px;
}
#top .txt {
	line-height: 1.9;
	padding: 30px 0;
}
/***---------------------------------------------
#movies
-----------------------------------------------*/
.movies .sectionInner {
	padding-top: 20px;
}
.movies h2 {
	padding: 10px 0 10px 20px;
	width: 60%;
}
.movies  .flex {
	padding: 20px;
}
.movies .txtArea {
	width: 55%;
	padding-right: 30px;
}
.movies .ph {
	width: 45%;
}
	
	
}
/*～以下、画面の横幅が768pxまでの場合のスタイル記入～*/

/*===============================================
●tablet.css 画面の横幅が768pxまで
===============================================*/
@media screen and (max-width: 768px){
img{
max-width: 100%;
height: auto;
width /***/:auto;　
}
.hdg-1-02 p {padding-bottom:0px;}
	
#m_contents{
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.6;	
}
.section_in { width:100%; padding:2%;}	
.logo_inner { width:100%;}
.blocks{ width:100%;}

#m_contents .sectionInner {
    margin: 0 2%;
}
/***---------------------------------------------
#top
-----------------------------------------------*/
#top {
	background: #fff;
	padding: 2%;
}
#top h1 {
	text-align: center;
}
#top .left p a {
    padding-top: 1%;
}
#top p {
    font-size: 1.4rem;
    padding: 2%;
	line-height: 1.8;
}
/***---------------------------------------------
#movies
-----------------------------------------------*/
.movies {
    margin: 7% auto;
}
.movies h2 {
	font-size: 1.8rem;
	text-align: center;
	padding: 2%;
}
.movies h2 a {
    font-size: 1.8rem;
}
.movies .flex {
	padding: 4%;
}
.movies .ph {
    margin: 7% auto 1%;
}
	
/***---------------------------------------------
#recommend
-----------------------------------------------*/
#recommend {
    padding: 7% 0;
}
#recommend h2 {
    padding-bottom: 4%;
}
#recommend h3, #recommend a h3 {
    font-size: 1.8rem;
}
#recommend ul {
    width: calc((100% / 2) - 2%);
    padding: 3% 0;
}

/***---------------------------------------------
#entry
-----------------------------------------------*/
#entry {
    padding: 5% 0;
}
#m_contents #entry .sectionInner {
    padding: 4%;
}	
#entry .btn {
    font-size: 2.5rem;
}
#entry h2 {
    font-size: 2.1rem;
}
#entry .btn a {
	width: 100%;
}	
	
}
/*===============================================
●style.css 画面の横幅が480pxまで
===============================================*/
@media screen and (max-width: 480px){
#m_contents {
    line-height: 1.7;
	font-size: 1.4rem;
}	

/***---------------------------------------------
#top
-----------------------------------------------*/
#top .left p a img {
	width: 15%;
}
#top p {
    padding: 5% 0 2%;
}
#top .left p a {
    font-size: 1.1rem;
}
/***---------------------------------------------
#movies
-----------------------------------------------*/
.movies h2 {
    word-break: break-all;
}
.movies .ttl p {
    width: 15%;
}
.movies .flex {
    padding-top: 3%;
}
.movies .flex .txtArea {
    width: 100%;
    padding-right: 0;
}
.movies .flex .ph {
    width: 85%;
    margin: 8% auto 0;
}
.movies .casts {
    font-size: 1.3rem;
}
.movies .ch a {
    font-size: 1.2rem;
}
.movies .date {
    font-size: 1.6rem;
}
.movies h2 a {
    font-size: 2.0rem;
}	
/***---------------------------------------------
#recommend
-----------------------------------------------*/
#recommend h2 {
    font-size: 1.8rem;
}
#recommend h4 {
    font-size: 1.6rem;
    padding: 2%;
    margin-bottom: 4%;
}
#recommend h3, #recommend a h3 {
    font-size: 1.6rem;
}
#recommend .font-18 {
    font-size: 1.4rem !important;
}
#recommend .ch a {
    font-size: 1.1rem;
}
#recommend h3 br, #recommend a h3 br{
	display: none;
}
/***---------------------------------------------
#entry
-----------------------------------------------*/
#entry a {
    padding: 4%;
}
#entry h2,#entry h3 {
    font-size: 1.6rem;
}
#entry .btn a {
    width: 100%;
    font-size: 1.6rem;
    margin: 3% auto;
}	
#entry .btn::after {
    width: 40px;
    height: 15px;
    right: -15px;
    top: 20%;
}
	
	
}
@media screen and (max-width:966px){
.hdg-1-02 {
  width: 100%;
	display:flex;
	flex-wrap: wrap;
	background:#ececec;
	height:auto;
	padding:0 10px 10px;
	align-items:center;
	justify-content: space-between;
	box-sizing:border-box;
}	
.hdg-1-02 p {
  width: 302px;
	margin-bottom:0;
}
.hdg-1-02 #sns {
	position:static;
}
	
}

@media screen and ( max-width:390px ) {
#recommend h4 {
    font-size: 1.5rem;
    padding: 1%;
}
.movies h2 a {
    font-size: 1.6rem;
}
	

}

@media screen and ( max-width:375px ) {	
.movies .date {
    font-size: 1.6rem;
}
.movies .casts {
    font-size: 1.25rem;
}
#recommend h3, #recommend a h3 {
    font-size: 1.5rem;
}
#top .left p a {
    font-size: 0.9rem;
}	
	
}

@media screen and ( max-width:360px ) {	
.movies .ch a {
    font-size: 1.1rem;
}
.movies h2 a {
    font-size: 1.5rem;
}
	
}

@media screen and ( max-width:320px ) {	
.movies .ch {
    font-size: 1.2rem;
}
.movies h2 a {
    font-size: 1.35rem;
}
#entry h3 {
    font-size: 1.4rem;
}
	
	
}
