/* -------------------------------- 

	page preset module

-------------------------------- */
html * {
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}
*, *:after, *:before {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
body {
	position:relative;
	font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	font-size:14px;
	color:#3d3536;
	background-color:#FFF;
	background:none;
	min-width:320px;
}
body, html {
	height:100%;
	min-height:100%;
}

/* -------------------------------- 

container module

-------------------------------- */
.cd-container {
	padding:25px 10px;
	margin:0 auto;
}
.cd-container::after {
	/* clearfix */
	content:'';
	display:table;
	clear:both;
}
#page-title {
	position: absolute;
	left: 30%;
	bottom: 14%;
	margin-left: -95px;
}

#page-title img {
	width:70%;
}

/* ----------------
z-index
---------------- */
.cd-fixed-bg,
.cd-container,
.cd-scrolling-bg {
	z-index: 1;
}
.youtube,
.youtube iframe {
	z-index: 1;
}
.contentArea,
.contentInner {
	z-index:5;
}
#scrollNav {
	z-index: 999;
}

/* -------------------------------- 

main component 

-------------------------------- */

/* ----------------
content wrapper
---------------- */
.cd-main-content {
	height:100%;
	position:relative;
	z-index:1;
}
.cd-fixed-bg {
	position:relative;
	height:100%;
	min-height:100%;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	z-index:1;
}

/* ----------------
scrolling-bg preset
---------------- */
.cd-scrolling-bg {
	position:relative;
	font-size:14px;
	line-height:1.6;
	box-shadow:0 0 50px rgba(0, 0, 0, 0.5);
	z-index:2;
	background:url(../img/sp/contents_bg01.png) no-repeat 0 0;
}

.cd-scrolling-bg2 {
	background:url(../img/sp/contents_bg02.png) no-repeat top right;
}

/* ----------------
header(scroll div)
---------------- */
header { /* total height 43px */
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 43px;
  line-height: 43px;
  border-bottom: 1px solid #d9d9d9;
  background: url(../img/sp/bg_gnav.png) repeat-x 0 0;
  z-index: 31;
}
header.isFixed {
  position: fixed;
  top: 0;
}
header #gNav li {
  float: left;
  text-align: center;
  background: url(../img/sp/bdr_gnav.png) no-repeat 0 0;
}
header #gNav li:first-child {
  background: none;
}
header #gNav li a {
  display: block;
}
header #gNav li a.no-scroll {
  height: 43px;
}
header #gNav li img {
  height: 43px;
}
header li.gnavFirst, header li.gnavSecond, header li.gnavThird {
  width: 20%;
}
header li.gnavFourth {
  width: 40%;
  /*padding-top: 8px;*/
  text-align: center;
}
header li.gnavFourth #socp-action-buttons {
  height: 43px;
  line-height: 43px;
}
header li.gnavFourth #socp-action-buttons .socialplus-widget-wrapper.socialplus-widget-ActionButtonBar {
  display: inline;
  line-height: 43px;
}
header li.gnavFourth #socp-action-buttons .socialplus-widget-content {
  height: 43px !important;
  line-height: 43px !important;
}
/*header li.gnavFifth img {
  width: 20px !important;
  height: 20px !important;
}
header li.gnavFifth ul {
  overflow: hidden;
  width: 55px;
  margin: 0 auto;
}
header li.gnavFifth li {
  background: none !important;
}
header #snsIcon1 {
  float: left;
}
header #snsIcon2 {
  float: left;
  margin-left: 15px;
}*/
#nagasawaInterview,#nagasawaDvd,#nagasawaShutsuen {
  margin-top: -43px;
  padding-top: 43px;
}

/* ----------------
intro
---------------- */
.intro {
	padding: 10px 15px 10px;
}

.intro .cd-container {
	padding:40px 20px 20px 20px;
}

.intro p {
	padding: 0 5px 1em 5px;
	font-size: 1em;
	line-height: 1.5;
}
.lead {
	margin-bottom: 20px;
	padding: 12px;
	font-size: 1em;
	line-height: 1.5;
	border-top: 2px solid #a26300;
	border-bottom: 2px solid #a26300;
}

/* ----------------
interview
---------------- */
.interview .cd-container {
	padding: 40px 20px 20px 20px;
}
.interview .cd-container h2 {
	padding: 1.5em 0;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 1.6;
	color:#e9588c;
}
.interview .cd-container p {
	font-size: 1.1em;
	line-height: 1.6;
	padding-bottom: 2em;
}
.interview .cd-container .interviewer {
	color: #0e933a;
	font-weight: bold;
}
.interview .cd-container .credit {
	margin: 15px 0 0 0;
	font-size: 1em;
	text-align: right;
}
.interview .cd-container .credit span {
	font-size: 1.3em;
	text-align: right;
}

/*----------------
movie
---------------- */
.movie .cd-container {
	padding: 40px 20px 20px 20px;
}
.movie .cd-container h2 {
	margin:0 auto;
	padding: 1.5em 0;
	text-align:center;
	max-width:387px;
}

.movie .cd-container h2 img {
	width:100%;
}

.movie .cd-container h3 {
	font-size:17px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	margin:0 -20px;
}

.movie .cd-container h3 span {
	font-size:14px;
	font-weight:normal;
}

.movie .cd-container .publication {
	margin:10px 0 0 0;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#ff0000;
	line-height:1.3;
}

.movie .cd-container .movieImg {
	margin:10px auto 0 auto;
	text-align:center;
	max-width:348px;
}

.movie .cd-container .movieImg img {
	width:100%;
}

.movie .cd-container h4 {
	margin:20px 0 0 0;
	padding:10px 0 10px 15px;
	font-size:14px;
	border-left:2px solid #000;
}

.movie .cd-container .story1 {
	margin:15px 0 0 0;
	padding:0 0 15px 0;
	font-size:12px;
	line-height:1.5;
	border-bottom:1px solid #000;
}

.movie .cd-container .story2 {
	margin:15px 0 0 0;
	padding:0;
	font-size:12px;
	line-height:1.5;
}

.movie .cd-container .copy {
	margin:1em 0 0 0;
	font-size:11px;
}

.movie .cd-container .movieUnderLink {
	clear:both;
	padding:20px 0;
	text-align:center;
	font-size:12px;
}

/* ----------------
program
---------------- */
.program .cd-container {
	padding: 40px 20px 20px 20px;
}
.program .cd-container h2 {
	margin:0 auto;
	padding: 1.5em 0;
	text-align:center;
	max-width:447px;
}

.program .cd-container h2 img {
	width:100%;
}

.program .cd-container h3 {
	margin:0;
	padding:40px 0 10px 0;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border-top:2px solid #000;
	line-height:1.3;
}

.program .cd-container .programImg {
	max-width:330px;
	margin:0 auto;
	text-align:center;
}

.program .cd-container .programImg img {
	width:100%;
}

.program .cd-container .programImg .copy {
	margin:3px 0 0 0;
	padding:0 0 10px 0;
	font-size:11px;
	text-align:left;
}

.program .cd-container .day,
.program .cd-container .tv {
	margin:10 0 0 0;
	padding:10px 0;
	border-top:1px solid #000;
	text-align:center;
}

.program .cd-container .info {
	margin:10 0 0 0;
	padding:10px 0 40px 0;
	border-top:1px solid #000;
}

.program .cd-container .programAtten {
	margin:10px 0 0 0;
	padding:10px 0 40px 0;
	border-top:1px solid #000;
	font-size:12px;
}

.program .cd-container .programAtten p {
	margin:10px 0 0 0;
	text-align:right;
}

/* ----------------
link color
---------------- */
.cd-color-orange a, .cd-color-orange a:visited { color: #004986; }
.cd-color-orange a:hover { color: #004986; text-decoration: underline; }
.cd-color-red a, .cd-color-red a:visited { color: #EFEB43; }
.cd-color-red a:hover { color: #EFEB43; text-decoration: underline; }
/*-- returnTop anchor --*/
.returnTop {
	margin-bottom: 25px;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}
.interview .returnTop {
	margin-bottom: 0;
	padding-bottom: 0 !important;
}
.returnTop a:link {
	color: #fa8ae6;
}
.returnTop a:visited {
	color: #fa8ae6;
}

/* ----------------
myjcom footer
---------------- */
.cd-scrolling-bg.interviewFooter {
	min-height:5%;
}

/* ----------------
background image
---------------- */
.cd-fixed-bg.cd-bg-01 {
	background-image:url("../img/bg_photoimg_01.jpg");
	background-position:top center;
	background-size:cover;
	height:100%;
	z-index:3;
}
.cd-fixed-bg.cd-bg-02 {
	background-image:url("../img/sp/bg_photoimg_02.jpg");
	background-position:center center;
	background-size:cover;
	height:100%;
	z-index:3;
}
.cd-fixed-bg.cd-bg-03 {
	background-image:url("../img/bg_photoimg_03.jpg");
	background-position:bottom center;
	background-size:cover;
	height:100%;
	z-index:3;
}
.cd-fixed-bg.cd-bg-04 {
	background-image:url("../img/sp/bg_photoimg_04.jpg");
	background-position:center center;
	background-size:cover;
	height:100%;
	z-index:3;
}
.cd-fixed-bg.cd-bg-05 {
	background-image:url("../img/sp/bg_photoimg_05.jpg");
	background-position:center center;
	background-size:cover;
	height:100%;
	z-index:3;
}

/* ----------------
background-color
---------------- */
.cd-color-orange {
	background-color:#d38101;
	color:#333;
}
.cd-color-red {
	background-color:#ec2b35;
	color:#FFF;
}