@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: #fff;
  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;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
header nav {
  background-color: rgba(255, 255, 255, 0.2);
}
header nav ul {
  display: table;
  height: 90px;
  width: 1020px;
  margin: 0 auto;
}
header nav ul li {
  display: table-cell;
  padding-right: 15px;
  vertical-align: bottom;
  position: relative;
}
header nav ul li:first-child {
  min-width: 160px;
  padding: 0;
  vertical-align: middle;
}
header nav ul li:last-child {
  padding: 0;
}
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;
  font-weight: bold;
  padding-bottom: 8px;
  border-bottom: transparent 3px solid;
  font-size: 1.08333em;
  line-height: 1.14286em;
  -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: #e72b1e;
}

.sectionWrapper .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;
}
.sectionWrapper .section.move {
  opacity: 1;
}
.sectionWrapper .section:before {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
}
.sectionWrapper .section.titRight:before {
  left: 0;
}
.sectionWrapper .section.titRight .page.title:before {
  content: "";
  display: table-cell;
  width: 50%;
}
.sectionWrapper .section.titLeft:before {
  right: 0;
}
.sectionWrapper .section.titLeft .page.title:after {
  content: "";
  display: table-cell;
  width: 50%;
}
.sectionWrapper .section.fs_L {
  font-size: 1.16667em;
}
.sectionWrapper .section .sectionInner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.sectionWrapper .section .sectionInner h3.num {
  margin-bottom: 30px;
}
.sectionWrapper .section .sectionInner h3 img {
  display: block;
  margin: 0 auto;
}
.sectionWrapper .section .sectionInner p {
  margin-bottom: 25px;
}
.sectionWrapper .section .sectionInner p:last-child {
  margin-bottom: 0;
}
.sectionWrapper .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;
}
.sectionWrapper .section .sectionInner .page.move {
  opacity: 1;
}
.sectionWrapper .section .sectionInner .page .pageInner {
  display: table-cell;
  vertical-align: middle;
}
.sectionWrapper .section .sectionInner .page .pageInner a.thumb {
  display: inline-block;
  position: relative;
  background-color: #fff;
}
.sectionWrapper .section .sectionInner .page .pageInner a.thumb img {
  max-width: 100%;
  -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;
}
.sectionWrapper .section .sectionInner .page .pageInner a.thumb:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -39px;
  margin-left: -39px;
  width: 78px;
  height: 78px;
  background-image: url("../images/ico_zoom.png");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  opacity: 0;
  -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;
}
.sectionWrapper .section .sectionInner .page .pageInner a.thumb:hover img {
  opacity: .7;
}
.sectionWrapper .section .sectionInner .page .pageInner a.thumb:hover:after {
  opacity: 1;
}
.sectionWrapper .section .sectionInner .slick-slider .slick-list .slick-track .slick-slide img {
  margin: 0 auto;
}
.sectionWrapper .section .sectionInner .slick-slider .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -47.5px;
  width: 50px;
  height: 95px;
  display: block;
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  z-index: 100;
}
.sectionWrapper .section .sectionInner .slick-slider .slick-arrow.slick-prev {
  left: 13px;
  background-image: url("../images/arrow_left.png");
}
.sectionWrapper .section .sectionInner .slick-slider .slick-arrow.slick-next {
  right: 13px;
  background-image: url("../images/arrow_right.png");
}
.sectionWrapper .section .sectionInner .slick-slider .slick-arrow.slick-disabled {
  display: none !important;
}
.sectionWrapper .section .sectionInner .slick-slider .slick-dots {
  position: absolute;
  bottom: 30px;
  z-index: 100;
  text-align: center;
  width: 100%;
}
.sectionWrapper .section .sectionInner .slick-slider .slick-dots li {
  background-color: #fff;
  width: 15px;
  height: 15px;
  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;
}
.sectionWrapper .section .sectionInner .slick-slider .slick-dots li:hover, .sectionWrapper .section .sectionInner .slick-slider .slick-dots li.slick-active {
  background-color: #e72b1e;
}
.sectionWrapper .section .sectionInner .slick-slider .slick-dots li button {
  opacity: 0;
}

#TOP {
  background-image: url("../images/bg_top.jpg");
  color: #000;
}
#TOP.move .sectionInner h3 {
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
#TOP.move .sectionInner p {
  opacity: 1;
}
#TOP .sectionInner h3 {
  margin-bottom: 15px;
  -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);
  opacity: 0;
}
#TOP .sectionInner p {
  padding-bottom: 70px;
  -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;
}

#Interview01 {
  background-image: url("../images/bg_interview1.jpg");
  color: #e90000;
}

#OUTDOOR {
  background-color: #ff0000;
}
#OUTDOOR:before {
  background-image: url("../images/bg_outdoor.jpg");
}

#EQUIPMENT {
  background-image: url("../images/bg_equipment.jpg");
  color: #000;
}

#Interview02 {
  background-image: url("../images/bg_interview2.jpg");
}
#Interview02 .sectionInner .page.title .pageInner {
  vertical-align: bottom;
}
#Interview02 .sectionInner .page.title .pageInner h3 {
  padding-bottom: 90px;
}

#PERFORMANCE {
  background-color: #0084ff;
}
#PERFORMANCE:before {
  background-image: url("../images/bg_performance.jpg");
}

#UNLIMITED {
  background-color: #033158;
}

#KIDS {
  background-color: #12a14b;
}
#KIDS:before {
  background-image: url("../images/bg_kids.jpg");
}

#OTHER {
  background-color: #7a1daa;
}

footer {
  background-color: #fff;
  color: #000;
  line-height: 1.5;
  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;
}
