/* --------------------------------

	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%;
	min-width:320px;
}

/* --------------------------------

container module

-------------------------------- */
.cd-container {
	width:100%;
	padding:0;
	margin:0 auto;
}
.cd-container::after {
	/* clearfix */
	content:'';
	display:table;
	clear:both;
}

.cd-container a {
	color:#fff;
}

#page-title {
	width:50%;
	position: absolute;
	left: 10px;
	bottom: 25%;
}

#page-title img {
	width:100%;
}

@media only screen and (min-width: 321px) and (max-width: 640px) {
	#page-title {
		position:static;
		left:auto;
		bottom:auto;
		margin:25% 0 0 10%;
		width:20%;
	}
}

/* ----------------
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;
	min-width:320px;
}
.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;
}

/* ----------------
header(scroll div)
---------------- */
header { /* total height 43px */
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  height: 92px;
  line-height: 49px;
  background-color:#2b2728;
  z-index: 31;
}
header.isFixed {
  position: fixed;
  top: 0;
}
header #gNav li {
	float:left;
	padding-top:3px;
	text-align:center;
	background:#2b2728;
}
header #gNav li a {
	display:block;
}
header #gNav li a.no-scroll {
	height:43px;
}
header #gNav li img {
	height:43px;
}
header {
	width:100%;
	background:#efefef;
	text-align:center;
}
header li.gnavFirst,
header li.gnavThird {
	width:33%;
}

header li.gnavSecond {
	width:34%;
}

header li.gnavFourth {
	width:100%;
	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;
}

#nagasawaInterview,#nagasawaDvd,#nagasawaShutsuen {
  margin-top: -43px;
  padding-top: 43px;
}

/* ----------------
intro
---------------- */
.intro {
	padding: 150px 0 0 0;
	position:relative;
}

.intro .cd-container {
	padding:0 10px;
	background-color:#3c3936;
}

.intro .containerIn {
	padding:70px 0 20px 0;
}

.intro h2 {
	position:absolute;
	top:30px;
	left:50%;
	margin:0 0 0 -105px;
	padding:0;
	text-align:center;
}

.intro p {
	padding: 0 5px 1em 5px;
	font-size: 1em;
	line-height: 1.5;
	color:#f8b62b;
}

/* ----------------
interview
---------------- */
.interview .cd-container {
	padding:0 10px;
	background-color:#3c3936;
}

.interview .containerIn {
	padding:0 0 20px 0;
}

.interview .cd-container h2 {
	padding:20px 0 0 0;
	text-align: center;
}

.interview .lead {
	margin:0;
	padding:0 0 20px 0 !important;
	font-size:1.5em !important;
	color:#f5b42b !important;
}

.interview .lead2 {
	margin:0;
	padding:20px 0 !important;
	font-size:1.5em !important;
	color:#f5b42b !important;
}

.interview .cd-container h2 img {
	width:60%;
}

.interview .cd-container p {
	font-size: 1.1em;
	line-height: 1.6;
	padding-bottom: 2em;
	color:#fff;
}
.interview .cd-container .interviewer {
	color: #eb6100;
	font-weight: bold;
	margin:2em 0 1em 0;
}
.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;
}
#interviewSns {
	overflow:hidden;
	margin:20px 0;
}
#interviewSns li {
	float:left;
	margin-left:15px;
}
#interviewSns li.twitter {
	padding-top:2px;
}

/*----------------
movie
---------------- */
.movie .cd-container {
	padding:0 10px;
	background-color:#3c3936;
}

.movie .containerIn {
	padding:0 0 20px 0;
}

.movie .cd-container h2 {
	padding:20px 0 0 0;
	text-align: center;
}

.movie .cd-container h2 img {
	width:60%;
}

.movie .cd-container h3 {
	font-size:17px;
	font-weight:bold;
	line-height:1.5;
	text-align:center;
	margin:10px 0 0 0;
	color:#f8b62b;
}

.movie .cd-container .publication {
	margin:10px 0 0 0;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#fff;
	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:0 0 10px 0;
	font-size:14px;
	color:#f8b62b;
}

.movie .cd-container .story1 {
	margin:0;
	padding:0;
	font-size:12px;
	line-height:1.5;
	color:#f8b62b;
}

.movie .cd-container .story2 {
	margin:20px 0 0 0;
	padding:5px 0 5px 10px;
	font-size:12px;
	line-height:1.5;
	color:#fff;
	border-left:2px solid #fff;
}

.movie .cd-container .copy {
	margin:1em 0 0 0;
	font-size:11px;
	color:#fff;
}

.movie .cd-container .movieUnderLink {
	clear:both;
	padding:20px 0;
	text-align:center;
	font-size:12px;
}

/* ----------------
program
---------------- */
.program .cd-container {
	padding:0 10px;
	background-color:#3c3936;
}

.program .containerIn {
	padding:0 0 20px 0;
}

.program .cd-container h2 {
	padding:20px 0 10px 0;
	text-align: center;
}

.program .cd-container h2 img {
	width:60%;
}

.program .cd-container h3 {
	margin:0;
	padding:15px 0 15px 0;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	border-top:2px solid #fff;
	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;
	color:#fff;
}

.program .cd-container .day,
.program .cd-container .tv {
	margin:10 0 0 0;
	padding:10px 0;
	border-top:1px solid #fff;
	text-align:center;
	color:#fff;
}

.program .cd-container .info {
	margin:10 0 0 0;
	padding:10px 0 40px 0;
	border-top:1px solid #fff;
	color:#fff;
}

.program .cd-container .programAtten {
	margin:10px 0 0 0;
	padding:10px 0 40px 0;
	border-top:1px solid #fff;
	font-size:12px;
	color:#fff;
}

.program .cd-container .programAtten p {
	margin:10px 0 0 0;
	text-align:right;
}

.program {
	color:#FFF;
}

/* ----------------
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:0 !important;
	padding:20px 0 0 0 !important;
	font-size: 15px;
	font-weight: bold;
	text-align: right;
}

.returnTop a:link {
	color: #bd8205;
}
.returnTop a:visited {
	color: #bd8205;
}

/* ----------------
myjcom footer
---------------- */
.cd-scrolling-bg.interviewFooter {
	min-height:5%;
}

/* ----------------
background image
---------------- */
.cd-fixed-bg.cd-bg-01 {
	background-image:url("../img/sp/bg_photo_01.jpg");
	background-position:top center;
	background-size:cover;
	height:100%;
}
.cd-fixed-bg.cd-bg-02 {
	background-image:url("../img/sp/bg_photo_02.jpg");
	background-position:bottom left;
	background-size:cover;
	height:100%;
}
.cd-fixed-bg.cd-bg-03 {
	background-image:url("../img/sp/bg_photo_03.jpg");
	background-position:bottom left;
	background-size:cover;
	height:100%;
}
.cd-fixed-bg.cd-bg-04 {
	background-image:url("../img/sp/bg_photo_04.jpg");
	background-position:bottom right;
	background-size:cover;
	height:100%;
}
.cd-fixed-bg.cd-bg-05 {
	background-image:url("../img/sp/bg_photo_05.jpg");
	background-position:bottom right;
	background-size:cover;
	height:100%;
}

@media only screen and (min-width: 321px) and (max-width: 640px) {
	.cd-fixed-bg.cd-bg-02 {
		background-position:center left;
	}

	.cd-fixed-bg.cd-bg-03 {
		background-position:center left;
	}

	.cd-fixed-bg.cd-bg-04 {
		background-position:center right;
	}

	.cd-fixed-bg.cd-bg-05 {
		background-position:center left;
	}
}

/* ----------------
background-color
---------------- */
.cd-color-orange {
	background-color:#d38101;
	color:#333;
}
.cd-color-red {
	background-color:#ec2b35;
	color:#FFF;
}

/*--------------------------
page-top
----------------------------*/
.float_link{
	position:fixed;
	bottom:4%;
	right:1%;
	box-sizing:border-box;
	z-index:999;
}
.float_link img {
	width:44px;
	height:auto;
}

.btn_line{
	position:absolute;
	top:10px;
	right:10px;
	z-index:9999;
}
