@charset "utf-8";
/*
**********************************************************************

* style.css

*********************************************************************
*/


h1,
h2,
h3,
h4,
h5,
h6 {
  float: none;
}

#header {
	background-color: rgba(255,255,255,0.5);
	border-color: rgba(255,255,255,0.5);
}

/* imghover
----------------------------------------------------------------------*/
a.ov:hover img {
  opacity: 0.6;
}
/* fade setting */
a.ov img {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  transition: all .5s ease;
}
/* important
----------------------------------------------------------------------*/
.mb0 {
  margin-bottom: 0 !important;
}
/* clearfix 
----------------------------------------------------------------------*/
.clearfix:after {
  content: ".";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}
/* WinIE7 only */
*:first-child+html .clearfix {
  height: 1%;
}
/* WinIE6 and below */
/* hide \*/
* html .clearfix {
  height: 1%;
}
#Contents {
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.viewSect * {
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
.ie9 .viewSect,
.ie9 .viewSect div,
.ie9 .viewSect p,
.ie9 .viewSect h1,
.ie9 .viewSect h2,
.ie9 .viewSect h3,
.ie9 .viewSect h4 {
  opacity: 1 !important;
}
#Loading {
  position: fixed;
  width: 100%;
  height: 100%;
  display: none;
  background: url(../images/prologue_bg.jpg) repeat center top #FCF9F4;
  z-index: 1000;
}
#header {
  z-index: 999;
}
#header.slideInit {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
#Loading .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -12px 0 0 -12px;
}
#ViewWrap {
  position: relative;
  overflow: hidden;
  overflow: hidden;
  min-width: 960px;
}
#ViewWrap.minH {
  overflow-y: auto;
}
#ViewWrapIn {
  position: relative;
}
#Contents .inner {
}
#ViewWrap.minH .viewCont .inner {
  padding-bottom: 60px;
}
/*
#PageTop{
  position: fixed;
  right: 0;
  bottom: 35px;
  width: 5%;
  z-index: 20;
  text-align:left;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-size: 10px;
}
*/
#LocalNav {
  position: fixed;
  left: 0;
  bottom: 35px;
  width: 100%;
  min-width: 960px;
  font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
  font-size: 10px;
  text-align: center;
  z-index: 20;
}
#LocalNav li {
  display: inline-block;
  letter-spacing: 1.5px;
  margin-left: 24px;
  font-weight: 600;
  text-align:right;
}
#LocalNav li:first-child {
  margin-left: 0px;
}
#LocalNav li a {
  text-decoration: none;
  color: #777;
}
#LocalNav li.current a,
#LocalNav li a:hover {
  color: #D7B1A3;
}
#LocalNav li:last-child a {
  color: #777 !important;
}
#footer {
  z-index: 15;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -370px;
}
/*
#footer p {
  padding:10px 0;
  text-align:center;
}
*/
#Contents {
  position: relative;
  line-height: 1;
}
#Contents img {
  vertical-align: top;
}
.mainTitBlock {
  position: absolute;
  left: 75px;
  top: 65px;
  z-index: 10;
}
.mainTitBlock {
  top: 135px;
}
.mainTitBlock .mainTit {
  margin-bottom: 15px;
}
.mainTitBlock .subTit {
}
.viewSect {
  position: relative;
  z-index: 5;
  overflow: hidden;
  text-align: center;
  min-width: 980px;
  width: 100%;
  color: #656565;
}
.viewSect .txtBlock {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.viewSect .txtBlock {
  padding: 100px 0;
  position: relative;
  z-index: 10;
}
.viewSect {
  height: 590px;
}
.loadComp .viewSect {
  height: auto;
}
.loadComp .viewSect .txtBlock {
  position: absolute;
}
.loadComp .viewSect .txtBlock .sectTit,
.loadComp .viewSect .txtBlock .lead,
.loadComp .viewSect .txtBlock .txtBox {
  opacity: 0;
  transform: translate(0, 5px);
}
.viewSect.active .txtBlock .sectTit,
.viewSect.active .txtBlock .lead,
.viewSect.active .txtBlock .txtBox {
  opacity: 1;
  transform: translate(0, 0);
  transition: all .8s ease;
}
.viewSect .txtBlock .sectTit {
  display:inline-block;
  padding:0 10px 10px;
  border-bottom:4px solid #4C4C4C;
  font-size:11px;
  color:#878787;
  font-family:Josefin Sans;
  letter-spacing:2px;
  margin-bottom:40px;
}
.viewSect .txtBlock .lead {
  font-size:24px;
  color:#111111;
  font-family:Josefin Sans;
  font-weight:bold;
  letter-spacing:3px;
  margin-bottom:30px;
}
.viewSect .txtBlock .txtBox {
  padding-bottom:60px;
}
.viewSect.active .txtBlock .lead {
  transition-delay: .8s;
}
.viewSect.active .txtBlock .txtBox {
  transition-delay: 1.6s;
}
.viewSect .txtBlock .txtBox {
  font-size: 12px;
  line-height: 1.9;
}
.viewSect .txtBlock .txtBox p {
  margin-top: 18px;
}
.viewSect .txtBlock .txtBox p:first-child {
  margin-top: 0px;
}
.viewSect .bgBlock {
  z-index: 1;
  position: absolute;
  width: 50%;
  height: 100%;
}
.viewSect .bgBlock .bgList li {
  overflow: hidden;
}
.viewSect .bgBlock .flipAnime {
  overflow: hidden;
  height: 100%;
}
.viewSect .bgBlock img {
  width: auto;
  height: 100%;
}
.viewSect .bgBlock img.w100 {
  width: 100%;
  height: auto;
}
#Chap0Sect {
  background: url(../images/prologue_bg.jpg) repeat center top #FCF9F4;
}
#Chap0Sect .txtBlock {
  margin-left: 50%;
  margin-right: 7%;
}
#Chap0Sect .bgBlock {
  width: 50%;
  left: 0;
  top: 0;
}
.loadComp #Chap0Sect .bgBlock {
  width: 100%;
}
#Chap0Sect .bgBlock .flipAnime {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
#Chap1Sect {
  background: #F7EDE7;
}
#Chap1Sect .txtBlock {
  margin-right: 50%;
  margin-left: 5%;
}
#Chap1Sect .bgBlock {
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
}
#Chap1Sect .bgBlock .bgList {
}
#Chap1Sect .bgBlock .bgList li {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#Chap1Sect .bgBlock .bgList li.last {
  opacity: 0;
  transition: all 1s ease;
}
#Chap1Sect.active .bgBlock .bgList li.last {
  transition-delay: 2.4s;
  opacity: 1;
}
#Chap2Sect {
  background: #1B1B1B;
  color: #eee;
}
#Chap2Sect .txtBlock {
  margin-left: 65%;
}
#Chap2Sect .txtBlock .sectTit {
  color: #fff;
}
#Chap2Sect .txtBlock .lead {
  color:#fff;
}
#Chap2Sect .bgBlock {
  width: 65%;
  left: 0;
  top: 0;
}
#Chap2Sect .bgBlock .mov {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#Chap2Sect .bgBlock .mov video {
  height: 110%;
  margin-top:-5%;
  width: auto;
}
#Chap3Sect {
  background: #fff;
}
#Chap3Sect .txtBlock {
  margin-left: 53%;
}
#Chap3Sect .bgBlock {
  width: 53%;
  left: 0;
  top: 0;
}
#Chap3Sect .bgBlock .bgList {
}
#Chap3Sect .bgBlock .bgList li {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#Chap4Sect {
  background: #fbfcfc;
}
#Chap4Sect .txtBlock {
  margin-right: 55%;
}
#Chap4Sect .bgBlock {
  width: 400px;
  right: 0;
  top: 0;
  overflow: hidden;
}
.loadComp #Chap4Sect .bgBlock {
  width: 75%;
  margin-right:-15%;
}
#Chap4Sect .bgBlock .flipAnime {
  position: absolute;
  left: -2px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}
#Chap4Sect .bgBlock .flipAnime img {
  margin-top: -80px !important;
  left: 10px;
}
#Chap5Sect {
  background: #fff;
}
#Chap5Sect .txtBlock {
  margin-left: 45%;
}
#Chap5Sect .bgBlock {
  width: 45%;
  left: 0;
  top: 0;
}
#Chap5Sect .bgBlock .bgList {
}
#Chap5Sect .bgBlock .bgList li {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#Chap6Sect {
  background: #fff;
  color: #fff;
}
#Chap6Sect .txtBlock {
  height: 515px !important;
  width: 505px;
  padding:0;
  background: url(../images/chap6_txt_bg.png) no-repeat 5px 0px;
}
#Chap6Sect .txtBlock .txtBox{
  padding-top: 15px;
  padding-bottom:0;
}
#Chap6Sect .txtBlock .sectTit {
  padding-top:40px;
  color:#fff;
  border-color:#fff;
}
#Chap6Sect .txtBlock .lead {
  color:#fff;
}
#Chap6Sect .bgBlock {
  width: 100%;
  left: 0;
  top: 0;
}
#Chap6Sect .bgBlock .bgList {
}
#Chap6Sect .bgBlock .bgList li {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#Chap7Sect {
  background: #FBFAF6;
}
#Chap7Sect .txtBlock {
  margin-left: 50%;
}
#Chap7Sect .bgBlock {
  width: 50%;
  left: 0;
  top: 0;
}
#Chap7Sect .bgBlock .bgList {
}
#Chap7Sect .bgBlock .bgList li {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#Chap7Sect .bgBlock .bgList li.last {
  opacity: 0;
  transition: all 2.5s ease;
}
#Chap7Sect.active .bgBlock .bgList li.last {
  opacity: 1;
}
#Chap7Sect.active .txtBlock .sectTit {
  transition-delay: 1.5s;
}
#Chap7Sect.active .txtBlock .lead {
  transition-delay: 2.5s;
}
#Chap7Sect.active .txtBlock .txtBox {
  transition-delay: 3.5s;
}

#Chap8Sect {
  background: #FBFAF6;
}
#Chap8Sect .txtBlock {
  margin-left: 50%;
}
#Chap8Sect .bgBlockVideo {
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
}
#Chap8Sect .bgBlockVideo .mov-outer {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10%;
  width: 100%;
  height: 100%;
}
#Chap8Sect .bgBlockVideo .mov-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
#Chap8Sect .bgBlockVideo .mov-inner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#Chap8Sect .bgBlock {
  opacity: 0.2;
  width: 50%;
  height: 100%;
  right: 0;
  top: 0;
}
#Chap8Sect .bgBlock .bgList {
}
#Chap8Sect .bgBlock .bgList li {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#Chap8Sect .modalBtn {
  margin-top: 30px;
}
#Chap8Sect .modalBtn a {
  cursor: pointer;
  display: inline-block;
  padding: 0.6em 0.6em 0.35em 0.6em;
  border: 1px solid #111111;
  font-size:14px;
  line-height: 1;
  color:#111111;
  font-family:Josefin Sans;
  font-weight:bold;
  letter-spacing:2px;
}
#Chap8Sect .modalBtn a:hover {
  border-color: #D7B1A3;
  color: #D7B1A3;
}

#Chap8SectModal {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
#Chap8SectModal .wrap {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
}
#Chap8SectModal .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0,0,0,0.9);
}
#Chap8SectModal .mov-outer {
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
  padding: 0 30px;
  width: 100%;
  max-width: 1200px;
}
#Chap8SectModal .mov-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
#Chap8SectModal .mov-inner iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
#Chap8SectModal .close {
  cursor: pointer;
  display: block;
  position: absolute;
  bottom: 100%;
  right: 30px;
  font-size: 44px;
  line-height: 1.1;
  color: rgba(255,255,255,1);
}

#EpiSect {
  background: #fff;
}
#EpiSect .txtBlock {
  margin-right: 45%;
}
/*
#EpiSect.active .txtBlock .sectTit {
  transition-delay: 0s;
}
#EpiSect.active .txtBlock .lead {
  transition-delay: 0.05s;
}
#EpiSect.active .txtBlock .txtBox {
  transition-delay: 0.1s;
}
*/

#EpiSect .bgBlock {
  width: 45%;
  right: 0;
  top: 0;
  background: #000;
}
#EpiSect .bgBlock img {
  margin-top:0 !important;
}
/*
#EpiSect .bgBlock .bgList {
}
#EpiSect .bgBlock .bgList li {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  text-align: right;
}
*/
#FinSect {
  background: url(../images/line01.png) repeat-x left top;
}
#FinSect .txtBlock {
  text-align: center;
  /*background: url(../images/line01.png) repeat-x left top;*/
}
#FinSect .txtBlock ul {
  text-align: center;
  padding-bottom:60px;
}
#FinSect .txtBlock ul li {
  display: inline-block;
  vertical-align: middle;
}
#FinSect .txtBlock ul .n1 {
  width: 36px;
}
#FinSect .txtBlock ul .n2 {
  width: 21px;
  margin-left: -7px;
}
#FinSect .txtBlock ul .n3 {
  padding-top: 10px;
  width: 27px;
}
.loadComp #FinSect .txtBlock ul span {
  overflow: hidden;
  display: block;
  width: 0;
  opacity: 0;
  transition: all .2s linear;
}
.ie8 #FinSect .txtBlock ul span,
#FinSect.active .txtBlock ul span {
  opacity: 1;
  width: 100%;
}
#FinSect.active .txtBlock ul .n1 span {
  transition-delay: 0s;
}
#FinSect.active .txtBlock ul .n2 span {
  transition-delay: .2s;
}
#FinSect.active .txtBlock ul .n3 span {
  transition-delay: .4s;
}


 .sectTit{
 	font-weight:600;
	 }
