@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

html {
  -webkit-text-size-adjust: none;
}

article, aside, dialog, figure, footer, header, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

address {
  font-style: normal;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
}

* {
  -webkit-appearance: none;
}

article, aside, dialog, figure, footer, header, nav, section, div, h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd, address {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a:link, a:visited {
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
}

a:active {
  opacity: 1;
}

.clear:after {
  content: "";
  clear: both;
  display: block;
}

body {
  background: #fff;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}

#bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#bg div {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: bottom;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 100%;
  -moz-transition: all 1s;
  -o-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
#bg .daytime {
  background-image: url(/hebel/lac/nisetai-bousai/img/bg_daytime.png);
}
#bg .daytime-hide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#bg .evening.on {
  background-image: url(/hebel/lac/nisetai-bousai/img/bg_evening.png);
}
#bg .evening-hide {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
#bg .white {
  background-color: rgba(255, 255, 255, 0);
}
#bg .white-show {
  background-color: rgba(255, 255, 255, 0.8);
}

#logo {
  width: 154px;
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 3;
}
#logo img {
  width: 100%;
}

#copy {
  width: 411px;
  position: absolute;
  bottom: 15px;
  left: 15px;
  z-index: 3;
}
#copy img {
  width: 100%;
}

#container {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
}
#container .page {
  width: 100%;
  height: 100%;
}
#container .wrapper {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  margin: auto;
  height: auto;
  width: 100px;
}
#container img {
  width: 100%;
}
#container.show {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}

#page1 .wrapper {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 1280px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -270px 0 0 -640px;
}
#page1 .info {
  float: left;
}
#page1 .info h2 {
  width: 325px;
  margin-bottom: 50px;
}
#page1 .info p {
  width: 524px;
}
#page1 .books {
  position: absolute;
  width: auto;
  right: 0;
  bottom: 0;
}
#page1 .books .base {
  width: 665px;
}
#page1 .books .btn {
  position: absolute;
  right: -1px;
  bottom: 0px;
  width: 657px;
}
#page1 .books .btn a {
  display: block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page1 .books .btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
#page1 .scroll {
  width: 183px;
  position: absolute;
  bottom: -190px;
  left: 50%;
  margin: 0 0 0 -100px;
}
#page2 #ooyalaplayerBg{
  width: 100%;
  height: 100%;
  background: #000;
  background: rgba(0,0,0,0.6);
  position: absolute;
  display: none;
  z-index: 2;
}
#page2 #ooyalaplayerClose {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10001;
  line-height: 1;
}
#page2 #ooyalaplayerClose a {
  display: block;
  padding: 0.5em;
  padding-top: 0.4em;
  line-height: 1;
  color: #fff;
  font-size: 50px;
  /*background: rgba(0, 0, 0, 0.5);*/
  line-height: 1;
  vertical-align: middle;
}
#page2 .illust {
  position: absolute;
  top: 50%;
  margin: 0px 0 0 0;
}
#page2 .illust-l {
  width: 160px;
  left: -170px;
}
#page2 .illust-r {
  width: 133px;
  right: -143px;
}
#page2 .illust img {
  width: 100%;
}
#page2 .wrapper {
  width: 1380px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -420px 0 0 -690px;
}
#page2 .info {
  border-bottom: solid 2px #00A0E9;
  padding: 0 15px 40px 15px;
  margin: 0 0 37px 0;
}
#page2 .info h2 {
  margin: auto;
  line-height: 1;
  margin-bottom: 24px;
}
#page2 .info > div {
  margin-bottom: 40px;
}
#page2 .info .left {
  width: 50%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  border-right: dotted 1px #00A0E9;
}
#page2 .info .left h2 {
  width: 596px;
}
#page2 .info .right {
  width: 50%;
  float: right;
}
#page2 .info .right h2 {
  width: 328px;
}
#page2 .info .right ul {
  padding-left: 30px;
}
#page2 .info ul {
  text-align: center;
  list-style-type: none;
}
#page2 .info ul li {
  display: inline-block;
}
#page2 .info ul li:nth-child(odd) {
  margin-right: 30px;
}
#page2 .info ul li:nth-child(even) {
  margin-left: 10px;
}
#page2 .info .photo1 {
  width: 270px;
}
#page2 .info .photo2 {
  width: 270px;
}
#page2 .info .mov1 {
  width: 289px;
}
#page2 .info .mov2 {
  width: 289px;
}
#page2 .books .items {
  margin-bottom: 40px;
}
#page2 .books .item {
  width: 50%;
  padding: 0 30px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page2 .books .item .image {
  float: left;
  margin-right: 20px;
}
#page2 .books .item .text {
  float: left;
  padding-top: 68px;
}
#page2 .books .item .text h2 {
  margin-bottom: 18px;
}
#page2 .books .item:nth-child(1) .image {
  width: 274px;
}
#page2 .books .item:nth-child(1) .text {
  width: 306px;
}
#page2 .books .item:nth-child(1) .text h2 {
  width: 306px;
}
#page2 .books .item:nth-child(1) .text p {
  width: 300px;
}
#page2 .books .item:nth-child(2) .image {
  width: 279px;
}
#page2 .books .item:nth-child(2) .text {
  width: 291px;
}
#page2 .books .item:nth-child(2) .text h2 {
  width: 209px;
}
#page2 .books .item:nth-child(2) .text p {
  width: 291px;
}
#page2 .books .link {
  position: relative;
  width: 981px;
  margin: auto;
}
#page2 .books .link .btn {
  position: absolute;
  right: 50px;
  bottom: 51px;
  width: 412px;
}
#page2 .books .link .btn a {
  display: block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page2 .books .link .btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
#page2 .scroll {
  width: 183px;
  position: absolute;
  bottom: -140px;
  left: 50%;
  margin: 0 0 0 -100px;
}

#page3 .wrapper {
  width: 1280px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -272px 0 0 -640px;
}
#page3 .info {
  float: left;
}
#page3 .info h2 {
  width: 353px;
  margin-bottom: 50px;
}
#page3 .info p {
  width: 445px;
}
#page3 .books {
  position: absolute;
  width: auto;
  right: 0;
  bottom: 0;
}
#page3 .books .base {
  width: 665px;
}
#page3 .books .btn {
  position: absolute;
  right: -1px;
  bottom: 0px;
  width: 657px;
}
#page3 .books .btn a {
  display: block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page3 .books .btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
#page3 .scroll {
  width: 183px;
  position: absolute;
  bottom: -190px;
  left: 50%;
  margin: 0 0 0 -100px;
}

#page4 .wrapper {
  width: 1380px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -420px 0 0 -690px;
}
#page4 .info {
  border-bottom: solid 2px #E4007F;
  padding: 0 15px 0px 15px;
  margin: 0 0 37px 0;
}
#page4 .info h2 {
  margin: auto;
  line-height: 1;
  margin-bottom: 24px;
}
#page4 .info > div {
  margin-bottom: 0px;
}
#page4 .info .left {
  width: 50%;
  float: left;
}
#page4 .info .left h2 {
  width: 294px;
  margin: auto auto 10px auto;
}
#page4 .info .left p.text {
  width: 346px;
  margin: auto auto 20px auto;
}
#page4 .info .left p.illust {
  width: 200px;
  margin: auto auto 10px auto;
}
#page4 .info .right {
  width: 50%;
  float: right;
}
#page4 .info .right h2 {
  width: 239px;
  margin: auto auto 10px auto;
}
#page4 .info .right p.btn {
  width: 372px;
  margin: auto auto 20px auto;
}
#page4 .info .right p.photo {
  width: 497px;
  margin: auto;
}
#page4 .info ul {
  text-align: center;
  list-style-type: none;
}
#page4 .info ul li {
  display: inline-block;
}
#page4 .info ul li:nth-child(odd) {
  margin-right: 30px;
}
#page4 .info ul li:nth-child(even) {
  margin-left: 30px;
}
#page4 .info .photo1 {
  width: 270px;
}
#page4 .info .photo2 {
  width: 270px;
}
#page4 .info .mov1 {
  width: 289px;
}
#page4 .info .mov2 {
  width: 289px;
}
#page4 .books .items {
  margin-bottom: 40px;
}
#page4 .books .item {
  width: 50%;
  padding: 0 30px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
#page4 .books .item .image {
  float: left;
  margin-right: 20px;
}
#page4 .books .item .text {
  float: left;
  padding-top: 68px;
}
#page4 .books .item .text h2 {
  margin-bottom: 18px;
}
#page4 .books .item:nth-child(1) .image {
  width: 280px;
}
#page4 .books .item:nth-child(1) .text {
  width: 311px;
}
#page4 .books .item:nth-child(1) .text h2 {
  width: 311px;
}
#page4 .books .item:nth-child(1) .text p {
  width: 298px;
}
#page4 .books .item:nth-child(2) .image {
  width: 275px;
}
#page4 .books .item:nth-child(2) .text {
  width: 290px;
}
#page4 .books .item:nth-child(2) .text h2 {
  width: 253px;
}
#page4 .books .item:nth-child(2) .text p {
  width: 290px;
}
#page4 .books .link {
  position: relative;
  width: 981px;
  margin: auto;
}
#page4 .books .link .btn {
  position: absolute;
  right: 50px;
  bottom: 51px;
  width: 412px;
}
#page4 .books .link .btn a {
  display: block;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#page4 .books .link .btn a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
#page4 .scroll {
  width: 183px;
  position: absolute;
  bottom: -140px;
  left: 50%;
  margin: 0 0 0 -100px;
}

.fuwafuwa {
  -moz-animation-name: fuwafuwa;
  -webkit-animation-name: fuwafuwa;
  animation-name: fuwafuwa;
  -moz-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -moz-animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
}

@-moz-keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fuwafuwa {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes fuwafuwa {
  0% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  50% {
    -moz-transform: translate(0, -10px);
    -ms-transform: translate(0, -10px);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }
  100% {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media screen and (max-width: 1700px) {
  #page2 .illust {
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
  }
}
@media screen and (max-width: 1400px) {
  #logo {
    width: 125px;
    top: 20px;
    left: 20px;
  }

  #page1 .wrapper {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  #page2 .wrapper {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  #page3 .wrapper {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  #page4 .wrapper {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media screen and (max-height: 1000px) and (min-width: 1250px) {
  #logo {
    width: 125px;
    top: 20px;
    left: 20px;
  }

  #page1 .wrapper {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  #page2 .wrapper {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  #page3 .wrapper {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  #page4 .wrapper {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@media screen and (max-width: 1200px) {
  #bg div {
    background-position: center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }

  #container .wrapper {
    -moz-transform: scale(0.664);
    -ms-transform: scale(0.664);
    -webkit-transform: scale(0.664);
    transform: scale(0.664);
  }

  #logo {
    width: 100px;
    top: 15px;
    left: 15px;
  }

  #page2 .illust {
    display: none;
  }
  #page2 .wrapper {
    margin: -380px 0 0 -690px;
  }
  #page2 .info {
    padding: 0 15px 10px 15px;
    margin: 0 0 30px 0;
  }
  #page2 .info h2 {
    margin-bottom: 10px;
  }
  #page2 .info > div {
    margin-bottom: 20px;
  }

  #page3 .wrapper {
    margin: -302px 0 0 -640px;
  }

  #page4 .wrapper {
    margin: -380px 0 0 -690px;
  }
  #page4 .info {
    margin: 0 0 27px 0;
  }
  #page4 .info h2 {
    margin-bottom: 10px;
  }
  #page4 .info > div {
    margin-bottom: 0px;
  }
  #page4 .scroll {
    bottom: -100px;
  }
}
@media screen and (max-width: 980px) {
  #container .wrapper {
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }
}
#loading {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 8px solid #00B1FF;
  border-right-color: transparent;
  -moz-animation: spin 1s linear infinite;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  z-index: 2;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.8;
  }
  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.8;
  }
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.8;
  }
  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.8;
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 0.8;
  }
  50% {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: 0.5;
  }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0.5;
  }
}
