@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;
}

html {
  font-size: 14px;
}
html.zoom article .section .sectionInner > a.scroll {
  width: 60px;
  height: 60px;
}

body {
  color: #000;
  background-color: #fff;
  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;
  right: 0;
  z-index: 100;
}
header nav ul {
  font-size: 0.85714rem;
  padding: 1em;
  position: fixed;
  width: 3em;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  top: 0;
  right: 0;
}
header nav ul li {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  overflow: hidden;
  margin: 6px;
  box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.2) inset;
}
header nav ul li a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
header nav ul li a.active {
  background-color: #aaa;
}
header nav ul li.arrow {
  font-size: 1.5em;
  width: 1em;
  height: 1.05556em;
  margin-top: 15px;
  box-shadow: none;
}
header nav ul li.arrow.disable {
  visibility: hidden;
}
header nav ul li.arrow a {
  background-color: transparent;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
}
header nav ul li.arrow a.prev {
  background-image: url("../images/scene_prev.png");
}
header nav ul li.arrow a.next {
  background-image: url("../images/scene_next.png");
}
header nav ul li.arrow:first-child {
  margin-top: 0;
  margin-bottom: 20px;
}

article .section {
  display: table;
  width: 100%;
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
article .section.move .sectionInner {
  opacity: 1;
}
article .section.fs_L {
  font-size: 1.16667em;
}
article .section .sectionInner {
  -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;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
article .section .sectionInner > a.scroll {
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -40px;
  background-image: url("../images/btn_scroll.png");
  background-repeat: no-repeat;
  background-position: 50%;
  -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 > a.scroll:hover {
  opacity: .7;
}
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 .square {
  margin: 0 auto;
  box-sizing: border-box;
  padding: 60px;
  background-color: #fff;
  width: 680px;
  height: 680px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  position: relative;
}
article .section .sectionInner .page .pageInner .square .theme {
  position: absolute;
  top: 25px;
  left: 25px;
}
article .section .sectionInner .page .pageInner .square h2 {
  font-size: 1.125rem;
}
article .section .sectionInner .page .pageInner .square h2 em {
  display: block;
}
article .section .sectionInner .page .pageInner .square .data {
  font-size: 1rem;
  margin: 0.5em 0;
}
article .section .sectionInner .page .pageInner .square .txt {
  font-size: 0.875rem;
}
article .section .sectionInner .page .pageInner .square 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;
}
article .section .sectionInner .page .pageInner .square a:hover {
  opacity: .7;
}
article .section .sectionInner .page .pageInner img {
  margin: 0 auto;
}
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: 60px;
  background-image: url("../images/arrow_left.png");
}
article .section .sectionInner .slick-slider .slick-arrow.slick-next {
  right: 60px;
  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/p01_bg.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;
}

#p02 {
  background: linear-gradient(#f08336, #f6ae69);
}
#p02 .square h2 em {
  color: #ed6d34;
}

#p03 {
  background: linear-gradient(#f6ae69, #fcd7a1);
}
#p03 .square h2 em {
  color: #ed6d34;
}

#p04 {
  background: linear-gradient(#fcd7a1, #fef1d6);
}
#p04 .square h2 em {
  color: #ed6d34;
}

#p05 {
  background: linear-gradient(#fef1d6, #fdecd2);
}
#p05 .square h2 em {
  color: #ed6d34;
}

#p06 {
  background: linear-gradient(#fdecd2, #fffde4);
}
#p06 .square h2 em {
  color: #008cab;
}

#p07 {
  background: linear-gradient(#fffde4, #ebf4ec);
}
#p07 .square h2 em {
  color: #008cab;
}

#p08 {
  background: linear-gradient(#ebf4ec, #d4ecf3);
}
#p08 .square h2 em {
  color: #008cab;
}

#p09 {
  background: linear-gradient(#d4ecf3, #b9e3f9);
}
#p09 .square h2 em {
  color: #008cab;
}

#p10 {
  background: linear-gradient(#b9e3f9, #90ccf0);
}
#p10 .square h2 em {
  color: #0075c1;
}

#p11 {
  background: linear-gradient(#90ccf0, #60b0e3);
}
#p11 .square h2 em {
  color: #0075c1;
}

#p12 {
  background: linear-gradient(#60b0e3, #108ccf);
}
#p12 .square h2 em {
  color: #0075c1;
}

#p13 {
  background: linear-gradient(#108ccf, #0075c1);
}
#p13 .square h2 em {
  color: #0075c1;
}

#p14 {
  background: linear-gradient(#0075c1, #00ada9);
}
#p14 .sectionInner .page.kns .pageInner .square {
  padding: 80px 7px 35px;
}
#p14 .sectionInner .page.kns .pageInner .square img {
  margin: 0;
}
#p14 .sectionInner .page.kns .pageInner .square .tit {
  margin-bottom: 50px;
}
#p14 .sectionInner .page.kns .pageInner .square .kns {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-bottom: 30px;
}
#p14 .sectionInner .page.kns .pageInner .square .kns .img {
  width: 180px;
}
#p14 .sectionInner .page.kns .pageInner .square .kns .img img {
  display: block;
}
#p14 .sectionInner .page.kns .pageInner .square .kns .img img:first-child {
  margin-bottom: 12px;
}
#p14 .sectionInner .page.kns .pageInner .square .kns .knsAbout {
  box-sizing: border-box;
  width: 463px;
  padding: 0 20px;
  border-left: #58b86c 2px solid;
  border-right: #58b86c 1px solid;
  text-align: left;
}
#p14 .sectionInner .page.kns .pageInner .square .kns .knsAbout .txt {
  display: block;
  margin-bottom: 20px;
}
#p14 .sectionInner .page.kns .pageInner .square .kns .knsAbout a {
  display: inline-block;
  vertical-align: top;
  -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;
}
#p14 .sectionInner .page.kns .pageInner .square .kns .knsAbout a:hover {
  opacity: .7;
}
#p14 .sectionInner .page.kns .pageInner .square .repair {
  margin-bottom: 15px;
}
#p14 .square h2 em {
  color: #aacd06;
}

#p15 {
  background: linear-gradient(#00ada9, #5cc2cf);
}
#p15 .square h2 em {
  color: #aacd06;
}

#p16 {
  background: linear-gradient(#5cc2cf, #bbe2e8);
}
#p16 .square h2 em {
  color: #aacd06;
}

#p17 {
  background: linear-gradient(#bbe2e8, #bfdc98);
}
#p17 .square h2 em {
  color: #aacd06;
}

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;
}

a.pageTop {
  display: block;
  width: 80px;
  height: 80px;
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  background-image: url("../images/btn_pagetop.png");
  background-repeat: no-repeat;
  background-position: 50%;
  opacity: 0;
  right: -160px;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
a.pageTop.active {
  right: 0;
  opacity: 1;
}
a.pageTop:hover {
  opacity: .7;
}
