/* -------------------------------- 

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: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  color: #3d3536;
  background-color: #fff;
  background: none;
}

body, html {
  /* important */
  height: 100%;
}

a:link {
  color: #ff8594;
}
a:visited {
  color: #ff00a2;
}

/*-- 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: #fff;
}
.returnTop a:visited {
  color: #fff;
}

/* -------------------------------- 

container module

-------------------------------- */
.cd-container {
  width: 90%;
  max-width: 940px;
  margin: 0 auto;
  padding-top: 62px;
}
.cd-container::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}

/* -------------------------------- 

main component 

-------------------------------- */
/* ----------------
myjcom header
---------------- */
.page img {
  line-height: 1;
}
.page hr {
  display: none;
}
.page strong {
  font-weight: bold;
}
.page sub {
  vertical-align: bottom;
}
.page sup {
  vertical-align: top;
}
.page ins {
  text-decoration: none;
}
.page {
  position: relative;
  font-size: 83%;
  line-height: 1.5;
  color: #333333;
  text-align: center;
  background: url(//www.myjcom.jp/common/images3/bg-body.gif) repeat-x scroll 0 -22px;
  overflow:hidden;
  _height:100%;
}
/* ----------------
content wrapper
---------------- */
.cd-main-content {
  height: 100%;
  position: relative;
  z-index: 1;
}
.cd-fixed-bg {
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}
/* ----------------
scroll navigation div
---------------- */
#scrollNav { /* total height 63px */
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 61px;
  line-height: 61px;
  border-top: 1px solid #ddd;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  background: url(/special/column/nagasawa/img/bg_scrollNav.jpg) repeat-x 0 0;
}
#scrollNav::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#scrollNav:after {
  content: '';
  display: table;
  clear: both;
}
#scrollNav.isFixed {
  position: fixed;
  top: 0;
}
#scrollNav ul#gNav {
  width: 958px;
  height: 61px;
  margin: 0 auto;
  text-align: center;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}
#scrollNav li {
  float: left;
}
#scrollNav li a,
#scrollNav li a:hover {
  overflow: hidden;
  height: 60px;
  text-decoration: none;
  border-right: 1px solid #ddd;
}
#scrollNav li.gnavFirst { width: 158px; }
#scrollNav li.gnavSecond { width: 160px; }
#scrollNav li.gnavThird { width: 158px; }
#scrollNav li.gnavFourth { width: 480px; border: none; }
#scrollNav li a {
  display: block;
  color: #333;
}
#scrollNav li.gnavFourth ul.snsGroup {
  width: 480px;
  height: 61px;
  border: none;
}
#scrollNav li.gnavFourth ul.snsGroup::after {
  /* clearfix */
  content: '';
  display: table;
  clear: both;
}
#scrollNav li.gnavFourth ul.snsGroup li a,
#scrollNav li.gnavFourth ul.snsGroup li a:hover {
  border: none;
}
#scrollNav li.gnavFourth ul.snsGroup li.recommend {
  height: 33px;
  margin-top: -8px;
  margin-left: 0;
}
#scrollNav li.gnavFourth ul.snsGroup li.recommend #socp-action-buttons {
  width: 190px;
}
#scrollNav li.gnavFourth ul.snsGroup li.facebook,
#scrollNav li.gnavFourth ul.snsGroup li.twitter {
  margin-top: 8px;
  margin-left: 18px;
}
#scrollNav li.gnavFourth ul.snsGroup li.facebook,
#scrollNav li.gnavFourth ul.snsGroup li.facebook .fb-like,
#scrollNav li.gnavFourth ul.snsGroup li.facebook .fb_iframe_widget {
  height: 23px !important;
}
.fb_iframe_widget span {
  display: block !important;
}
#scrollNav li.gnavFourth ul.snsGroup li.twitter {
  width: 131px;
  margin-top: 5px;
}
#scrollNav li.gnavFourth ul.snsGroup li {
  margin-top: 6px;
  margin-left: 12px;
  border-right: none;
}
#nagasawaInterview,#nagasawaDvd,#nagasawaShutsuen {
  margin-top: -61px;
  padding-top: 61px;
}
/* ----------------
masami nagasawa
background image
---------------- */
.cd-fixed-bg.cd-bg-1 {
  background-image: url("../img/cd-background-1.jpg");
  z-index: 3;
}
.cd-fixed-bg.cd-bg-2 {
  background-image: url("../img/cd-background-2.jpg");
}
.cd-fixed-bg.cd-bg-3 {
  background-image: url("../img/cd-background-3.jpg");
}
.cd-fixed-bg.cd-bg-4 {
  background-image: url("../img/cd-background-4.jpg");
}
.cd-fixed-bg.cd-bg-5 {
  background-image: url("../img/cd-background-5.jpg");
}
@media only screen and (max-device-width: 768px) { /* for tablet devices */
  .cd-fixed-bg.cd-bg-1 {
    background-position: 30% center;
  }
  .cd-fixed-bg.cd-bg-2 {
    background-position: 20% center;
  }
  .cd-fixed-bg.cd-bg-3 {
    background-position: 64% center;
  }
  .cd-fixed-bg.cd-bg-4 {
    background-position: 40% center;
  }
}
@media only screen and (min-width: 1170px) { /* background scroll for PC */
  .cd-fixed-bg {
    background-attachment: fixed;
  }
}
/* ----------------
scrolling-bg preset
---------------- */
.cd-scrolling-bg {
  position: relative;
  min-height: 100%;
  font-size: 14px;
  line-height: 1.6;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  z-index: 2;
}
.cd-scrolling-bg.interview .cd-container { /* for interview div width */
  max-width: 768px;
  margin-right: auto;
  margin-left: auto;
}
.introduce .cd-container,
.shutsuen .cd-container { /* for introduce&shutsuen div width */
  position: relative;
  width: 940px;
  margin: 0 auto;
  padding-top: 0;
}
.cd-scrolling-bg.introduce {
  min-height: 30%;
  font-size: 15px;
}
.introduce h2,.shutsuen h2 {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -10px;
}
/*-- background color variety --*/
.cd-color-black {
  background-color: #3d3536;
  color: #a6989a;
}
.cd-scrolling-bg.cd-color-gray {
  background-color: #727171;
  color: #fff;
}
.cd-scrolling-bg.cd-color-pink {
  background-color: #d87059;
  color: #fff;
}
.cd-scrolling-bg.cd-color-olive {
  background-color: #99a478;
  color: #2b2526;
}
.cd-scrolling-bg.cd-color-white {
  background-color: #fff;
}
/*-- interview div --*/
.nameImage {
  position: absolute;
  left: 50%;
  top: 35%;
  margin-left: -110px;
  bottom: auto;
  right: auto;
}
.cd-scrolling-bg.interview {
  min-height: 30%;
  margin: 0 auto;
  padding-bottom: 63px;
}
.cd-scrolling-bg .lead {
  margin: 0 auto;
  padding: 1em 0 1em 40px !important;
  font-size: 1.6em;
  /*font-family: "Times New Roman", "游明朝", YuMincho, "Hiragino Mincho ProN", Meiryo, serif;*/
  border-top: 2px solid #84905e;
  border-bottom: 2px solid #84905e;
}
.interview .cd-container h2 {
  padding: 1.5em 0;
  font-size: 1.6em;
  font-weight: bold;
  border-top: 2px solid #555;
}
.interview .cd-container h2.noBorder {
  padding-top: 0;
  border: none;
}
.interview .cd-container p {
  font-size: 1.2em;
  padding-bottom: 2em;
}
.interview .cd-container .interviewer {
  font-weight: bold;
}
.interview .cd-container .credit {
  font-size: 0.8em;
  text-align: right;
}
.interview .cd-container .credit span {
  font-size: 1.3em;
  text-align: right;
}
#interviewSns {
  overflow: hidden;
  margin-bottom: 20px;
}
#interviewSns li {
  float: left;
  margin-left: 15px;
}
#interviewSns li:first-child {
  margin-left: 0;
}
#interviewSns li.facebook {
  padding-top: 7px;
}
#interviewSns li.twitter {
  padding-top: 8px;
}
/*-- introduce div --*/
.introduce .intBox {
  overflow: hidden;
  padding: 30px;
}
.introduce .intBox .contents {
  float: left;
  width: 538px;
  padding-right: 20px;
}
.introduce .intBox .contents h3 {
  margin-bottom: 1.8em;
  padding-left: 50px;
  color: #333;
}
.introduce .intBox .contents .dvdTitle {
  line-height: 1;
  font-size: 1.8em;
  font-weight: bold;
  text-align: center;
}
.introduce .intBox .contents .dvdCaption {
  color: #a21a2a;
  font-size: 0.8em;
  text-align: center;
}
.introduce .intBox .contents h4 {
  margin: 30px 0 20px;
  padding: 5px 0 5px 0.5em;
  font-size: 1.3em;
  border-left: 3px solid #fff;
}
.introduce .intBox .contents p {
  font-size: 0.9em;
  line-height: 1.6;
}
.introduce .intBox .contents p.border {
  margin-bottom: 2em;
  padding-bottom: 2em;
  border-bottom: 1px solid #fff;
}
.introduce .intBox .visual {
  float: left;
  width: 340px;
}
.introduce .copyright, .shutsuen .copyright {
  clear: both;
  font-size: 10px;
}
/*-- shutsuen div --*/
.shutsuen .intBox {
  overflow: hidden;
  padding: 30px 30px 30px 80px;
}
.shutsuen .intBox .contWrap {
  overflow: hidden;
  margin-bottom: 20px;
}
.shutsuen .intBox .contents {
  float: left;
  width: 460px;
  color: #fff;
}
.shutsuen .intBox .contents h3 {
  margin-bottom: 1em;
  padding: 1em 0.5em;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #fff;
  border-bottom: 1px dotted #999;
}
.shutsuen .intBox .contents .contLeft {
  float: left;
  width: 220px;
  font-size: 0.9em;
}
.shutsuen .intBox .contents .contLeft p {
  text-align: center;
}
.shutsuen .intBox .contents .contLeft p.channel {
  margin-top: 0.5em;
  padding: 1.2em 0.8em;
  border-top: 1px dotted #999;
}
.shutsuen .intBox .contents .copyright {
  padding: 0.5em;
  font-size: 10px;
  text-align: center;
  border-top: 1px solid #fff;
}
.shutsuen .intBox .contents .contRight {
  float: right;
  width: 215px;
}
.shutsuen .intBox .visual {
  float: left;
  width: 331px;
  margin-right: 20px;
}
/* ----------------
myjcom footer
---------------- */
#footerArea {
  font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}
.interviewFooter {
  padding-top: 20px;
}
.interviewFooter a:link {
  color: #0066CC;
  text-decoration: none;
}
.interviewFooter a:visited {
  color: #9966CC;
  text-decoration: none;;
}