@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

body {
  color: #000;
  background-color: #fff;
  font-size: 12px;
  line-height: 1.8;
  font-family: Helvetica,Arial,'ヒラギノ角ゴ Pro','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none;
  color: inherit;
}

:focus {
  outline: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
header nav {
  background-color: rgba(0, 0, 0, 0.1);
}
header nav ul {
  height: 16px;
  width: 1020px;
  margin: 0 auto;
  padding: 17px 0;
  text-align: center;
}
header nav ul li {
  display: inline;
  vertical-align: bottom;
  position: relative;
  font-size: 1.33333em;
  line-height: 1;
}
header nav ul li:after {
  content: " / ";
}
header nav ul li:last-child {
  padding: 0;
}
header nav ul li:last-child:after {
  content: "";
}
header nav ul li h1 {
  text-align: center;
}
header nav ul li h1 a {
  display: inline-block;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
header nav ul li h1 a:hover {
  opacity: .7;
}
header nav ul li h1 a img {
  display: block;
  margin: 0 auto;
}
header nav ul li h2 {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 110;
}
header nav ul li h2 a {
  display: inline-block;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
header nav ul li h2 a:hover {
  opacity: .7;
}
header nav ul li h2 a img {
  display: block;
}
header nav ul li > a {
  display: inline-block;
  color: #000;
  border-bottom: transparent 1px solid;
  -moz-transition: border-color 0.2s ease-in-out;
  -o-transition: border-color 0.2s ease-in-out;
  -webkit-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
}
header nav ul li > a:hover, header nav ul li > a.active {
  border-color: #000;
}

article .section {
  display: table;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  opacity: 0;
  -moz-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  -webkit-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
article .section.move {
  opacity: 1;
}
article .section.fs_L {
  font-size: 1.16667em;
}
article .section .sectionInner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
article .section .sectionInner h3.num {
  margin-bottom: 30px;
}
article .section .sectionInner h3 img {
  display: block;
  margin: 0 auto;
}
article .section .sectionInner p {
  margin-bottom: 25px;
}
article .section .sectionInner p:last-child {
  margin-bottom: 0;
}
article .section .sectionInner .page {
  opacity: 0;
  -moz-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  display: table;
  width: 100%;
  position: relative;
}
article .section .sectionInner .page.move {
  opacity: 1;
}
article .section .sectionInner .page[data-slick-index="2"] .pageInner img {
  width: auto;
  height: auto;
}
article .section .sectionInner .page[data-slick-index="2"] .pageInner img.land {
  width: auto;
  height: auto;
}
article .section .sectionInner .page .pageInner {
  display: table-cell;
  vertical-align: middle;
}
article .section .sectionInner .page .pageInner h3 {
  font-size: 16px;
  line-height: 1;
  margin-bottom: 25px;
}
article .section .sectionInner .page .pageInner h3 em {
  font-size: 20px;
  font-weight: bold;
}
article .section .sectionInner .page .pageInner img {
  margin: 0 auto;
  height: 70%;
  height: 70vh;
}
article .section .sectionInner .page .pageInner img.land {
  height: auto;
  width: 80%;
}
article .section .sectionInner .page .pageInner .data {
  font-size: 12px;
}
article .section .sectionInner .page .pageInner .data h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 5px 0;
}
article .section .sectionInner .page .pageInner .data p {
  margin: 0;
}
article .section .sectionInner .page .pageInner .data .tags {
  width: 540px;
  margin: 0 auto;
}
article .section .sectionInner .page .pageInner .data .tags li {
  display: inline-block;
  margin: 4px;
  border: #000 1px solid;
  line-height: 1;
  padding: 0.2em;
}
article .section .sectionInner .page .pageInner .data hr {
  width: 200px;
  margin: 2.0em auto;
}
article .section .sectionInner .page .pageInner .data .products {
  margin-top: 1em;
}
article .section .sectionInner .page .pageInner .data .products li em {
  font-weight: bold;
}
article .section .sectionInner .page .pageInner .data .products li a {
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
article .section .sectionInner .page .pageInner .data .products li a:hover {
  opacity: .7;
}
article .section .sectionInner .page .pageInner a.thumb {
  display: inline-block;
  -moz-transition: opacity 0.2s ease-in-out;
  -o-transition: opacity 0.2s ease-in-out;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
article .section .sectionInner .page .pageInner a.thumb:hover {
  opacity: .7;
}
article .section .sectionInner .page .pageInner a.thumb img {
  height: auto;
}
article .section .sectionInner .slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -43.5px;
  width: 44px;
  height: 87px;
  display: block;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 100;
}
article .section .sectionInner .slick-slider .slick-arrow.slick-prev {
  left: 35px;
  background-image: url("../images/arrow_left.png");
}
article .section .sectionInner .slick-slider .slick-arrow.slick-next {
  right: 35px;
  background-image: url("../images/arrow_right.png");
}
article .section .sectionInner .slick-slider .slick-arrow.slick-disabled {
  display: none !important;
}
article .section .sectionInner .slick-slider .slick-dots {
  position: absolute;
  bottom: 30px;
  z-index: 100;
  text-align: center;
  width: 100%;
}
article .section .sectionInner .slick-slider .slick-dots li {
  background-color: #b9b9b9;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  display: inline-block;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -moz-transition: background-color 0.2s ease-in-out;
  -o-transition: background-color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
article .section .sectionInner .slick-slider .slick-dots li:hover, article .section .sectionInner .slick-slider .slick-dots li.slick-active {
  background-color: #000;
}
article .section .sectionInner .slick-slider .slick-dots li button {
  opacity: 0;
}

#TOP {
  background-image: url("../images/bg_top.jpg");
}
#TOP.move .sectionInner h1 img {
  opacity: 1;
}
#TOP.move .sectionInner h1 img:first-child {
  opacity: 1;
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#TOP.move .sectionInner a {
  opacity: 1;
}
#TOP .sectionInner h1 {
  margin-bottom: 75px;
}
#TOP .sectionInner h1 img {
  display: block;
  margin: 0 auto;
  opacity: 0;
  -moz-transition: opacity 1s ease-in-out 1.4s;
  -o-transition: opacity 1s ease-in-out 1.4s;
  -webkit-transition: opacity 1s ease-in-out;
  -webkit-transition-delay: 1.4s;
  transition: opacity 1s ease-in-out 1.4s;
}
#TOP .sectionInner h1 img:first-child {
  margin-bottom: 30px;
  -moz-transition: all 1s ease-in-out 0.4s;
  -o-transition: all 1s ease-in-out 0.4s;
  -webkit-transition: all 1s ease-in-out;
  -webkit-transition-delay: 0.4s;
  transition: all 1s ease-in-out 0.4s;
  -moz-transform: translate(0, 30px);
  -ms-transform: translate(0, 30px);
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}
#TOP .sectionInner a {
  -moz-transition: opacity 1s ease-in-out 1.4s;
  -o-transition: opacity 1s ease-in-out 1.4s;
  -webkit-transition: opacity 1s ease-in-out;
  -webkit-transition-delay: 1.4s;
  transition: opacity 1s ease-in-out 1.4s;
  opacity: 0;
  display: inline-block;
}

#VOICES {
  display: block;
  height: auto !important;
}
#VOICES .sectionInner {
  display: block;
}
#VOICES .sectionInner .page {
  padding: 100px 0;
  display: block;
}
#VOICES .sectionInner .page .pageInner {
  display: block;
}
#VOICES .sectionInner .page .pageInner img {
  max-height: none;
  height: auto;
}

footer {
  background-color: #fff;
  color: #000;
  line-height: 1;
  text-align: center;
  padding: 50px 0;
}

.modal {
  display: none;
  z-index: 99999;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.modal .close {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
}
.modal .close.btn {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 30px;
  right: 30px;
  left: auto;
  display: inline-block;
  background-image: url("../images/ico_close.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.modal .item {
  display: none;
  position: absolute;
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
}
.modal .item.draggable {
  cursor: move;
}
.modal .item img {
  cursor: move;
}
.modal .item area {
  cursor: pointer;
}

.pop {
  display: inline-block;
  position: fixed;
  background-color: #e04431;
  padding: 0.4em 1em;
  color: #fff;
  z-index: 999999;
  line-height: 1.4;
}
