@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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote::before,
blockquote::after,
q::before,
q::after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
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;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs
  */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
a {
  outline: none;
}
a:focus, *:focus { outline:none; }
/* ------------------------
base
------------------------ */
html {
  width: 100%;
  height: 100%;
}
body {
  font-size: 100%;
  line-height: 1.6;
  font-family: "\u30E1\u30A4\u30EA\u30AA", Meiryo, sans-serif;
  width: 100%;
  min-width: 960px;
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
body.noscroll {
  overflow: hidden;
}
img {
  vertical-align: top;
  line-height: 1;
}
hr {
  width: 100%;
  height: 1px;
  margin: 100px 0;
  border: none;
  background-color: #10185e;
}
a {
  color: #fff;
  text-decoration: underline;
}
a:hover {
  color: #dfb624;
  text-decoration: none;
}
/* ------------------------
layout
------------------------ */
.l-wrapper {
  overflow: hidden;
  background-color: #000;
  color: #fff;
}
/* header */
.l-header {
  width: 100%;
  height: 83px;
  margin-bottom: -83px;
  position: relative;
  overflow: hidden;
  background-color: #004;
  box-shadow: 0 0 30px 0px rgba(0,0,0,0.8);
  z-index: 15;
}
.l-header.is-fixed {
  margin-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
}
.l-gnavi {
  width: 100%;
  min-width: 960px;
  max-width: 1124px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
.l-gnavi-logo {
  position: absolute;
  top: 0;
  left: 1%;
}
.l-gnavi-ul {
  letter-spacing: -0.34em;
  width: 100%;
  padding: 0 4% 0 18.7%;
  display: table;
  box-sizing: border-box;
}
.l-gnavi-ul li {
  font-size: 0;
  line-height: 1;
  vertical-align: top;
  text-align: center;
  width: 16.666666666666668%;
  height: 83px;
  display: table-cell;
  position: relative;
  box-sizing: border-box;
/*
    &:last-child
      padding-right 2%
    */
}
.l-gnavi-ul li:nth-child(3) a {
  padding: 13px 0 33px;
}
.l-gnavi-ul a {
  padding: 25px 0 40px;
  display: block;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.l-gnavi-ul a:hover {
  background-color: #005;
}
.l-gnavi-ul a:hover span::before {
  bottom: 9px;
}
.l-gnavi-ul .is-current span::before {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
.l-gnavi-ul .is-current span::after {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: opacity 0.15s ease 0.15s;
  transition: opacity 0.15s ease 0.15s;
}
.l-gnavi-ul span {
  display: inline-block;
}
.l-gnavi-ul span::before {
  content: '';
  width: 10px;
  height: 10px;
  margin: 0 auto;
  display: block;
  position: absolute;
  right: 0;
  bottom: 13px;
  left: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: solid 1px rgba(223,182,36,0.8);
  border-bottom: solid 1px rgba(223,182,36,0.8);
  -webkit-transition: opacity 0.15s ease 0.15s, bottom 0.15s ease 0s;
  transition: opacity 0.15s ease 0.15s, bottom 0.15s ease 0s;
}
.l-gnavi-ul span::after {
  content: '';
  width: 20px;
  height: 1px;
  margin: 0 auto;
  display: block;
  position: absolute;
  right: 0;
  bottom: 15px;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-color: rgba(223,182,36,0.8);
  -webkit-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}
/* contents */
.l-contents {
  padding-top: 83px;
}
.sec-ttl {
  text-align: center;
  padding: 50px 0;
  border-bottom: solid 1px #006;
}
.sec-block {
  width: 100%;
  min-width: 960px;
  height: auto;
  position: relative;
}
.sec-inner {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  position: relative;
}
.sec-block-gradation {
  background: -webkit-linear-gradient(90deg, #141e65, #00001c 200px, #000 100%);
  background: -webkit-linear-gradient(bottom, #141e65, #00001c 200px, #000 100%);
  background: linear-gradient(0deg, #141e65, #00001c 200px, #000 100%);
}
.sec-block-gradation-center {
  background: -webkit-linear-gradient(left, #000031 0%, #000060 50%, #000031 100%);
  background: linear-gradient(to right, #000031 0%, #000060 50%, #000031 100%);
}
/* l-footer */
.l-footer {
  text-align: center;
  min-width: 960px;
  max-width: 1164px;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
}
.l-footer .language {
  width: 210px;
  margin: 0 auto;
  display: inline-block;
  overflow: hidden;
  position: relative;
  outline: none;
  border: solid 1px #fff;
  background-color: #000;
  background-image: url("../img/top/ico_language_bg.png");
  background-position: 95% center;
  background-repeat: no-repeat;
}
.l-footer .language select {
  color: #fff;
  font-size: 12px;
  text-align: left;
  width: 240px;
  padding: 5px;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: transparent;
}
.l-footer .language option {
  color: #000;
  background-color: #fff;
}
/* ------------------------
module
------------------------ */
.btn-type01 {
  font-size: 0px;
  line-height: 1;
  text-align: center;
  display: inline-block;
  padding: 0;
  position: relative;
}
.btn-type01::before {
  content: "";
  width: 13px;
  display: block;
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  background-position: 50%;
  background-repeat: no-repeat;
  background-image: url("../img/top/ico_linkarrow.png");
}
.btn-type01:hover {
  background-color: #dfb624;
}
.btn-type01:hover::before {
  background-image: url("../img/top/ico_linkarrowB.png");
}
.btn-type01 img {
  position: relative;
  border: solid 1px #705f31;
}
.btn-type01-blank::before {
  background-image: url("../img/top/ico_blank.png");
}
.btn-type01-blank:hover::before {
  background-image: url("../img/top/ico_blankB.png");
}
.btn-type01-zoom::before {
  background-image: url("../img/top/ico_zoom.png");
}
.btn-type01-zoom:hover::before {
  background-image: url("../img/top/ico_zoomB.png");
}
.btn-type01-close::before {
  background-image: url("../img/top/ico_close.png");
}
.btn-type01-close:hover::before {
  background-image: url("../img/top/ico_closeB.png");
}
.imgLink:hover {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
/* modal - movie */
.moviemodal {
  min-width: 960px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-color: rgba(0,0,0,0.7);
  z-index: -1;
}
.moviemodal-inner {
  display: inline-block;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.moviemodal-close {
  position: absolute;
  bottom: -80px;
  left: 50%;
  overflow: hidden;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* modal - graphic */
.graphicmodal {
  min-width: 960px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-color: rgba(0,0,0,0.7);
  z-index: -1;
}
.graphicmodal-inner {
  text-align: center;
  display: inline-block;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.graphicmodal-close {
  position: absolute;
  top: 110%;
  left: 50%;
  overflow: hidden;
  cursor: pointer;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* ------------------------
state
------------------------ */
/* ------------------------
content
------------------------ */
.sec-mv {
  text-align: center;
  width: 100%;
  position: relative;
}
.sec-mv h1 {
  width: 1164px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
/* sec-contents01 */
.sec-contents01 {
  overflow: hidden;
  background: url("../img/top/contents01_bg.jpg") center center no-repeat;
}
.sec-contents01 .sec-inner {
  height: 890px;
  box-sizing: border-box;
}
.sec-contents01-ttl {
  margin: 0 0 0 40px;
  padding-top: 100px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: -webkit-transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
  -webkit-transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
  transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
}
.sec-contents01-txt {
  margin: 50px 0 0 40px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: -webkit-transform 0.8s ease 1s, opacity 0.8s ease 1s;
  -webkit-transition: opacity 0.8s ease 1s, -webkit-transform 0.8s ease 1s;
  transition: opacity 0.8s ease 1s, -webkit-transform 0.8s ease 1s;
  transition: transform 0.8s ease 1s, opacity 0.8s ease 1s;
  transition: transform 0.8s ease 1s, opacity 0.8s ease 1s, -webkit-transform 0.8s ease 1s;
}
.sec-contents01-img {
  position: absolute;
  left: 48.125%;
  bottom: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: -webkit-transform 0.8s ease 0s, opacity 0.8s ease 0s;
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s, opacity 0.8s ease 0s;
  transition: transform 0.8s ease 0s, opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
}
.sec-contents01-btn {
  margin: 40px 0 0 20px;
  text-align: left;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.8s ease 1.4s;
  transition: opacity 0.8s ease 1.4s;
}
.is-animate .sec-contents01-ttl,
.is-animate .sec-contents01-txt,
.is-animate .sec-contents01-img {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* sec-contents02 */
.sec-contents02 {
  height: 580px;
  background: -webkit-linear-gradient(90deg, #141e65, #00001c 200px, #000 100%);
  background: -webkit-linear-gradient(bottom, #141e65, #00001c 200px, #000 100%);
  background: linear-gradient(0deg, #141e65, #00001c 200px, #000 100%);
  background-size: auto, cover;
}
.sec-contents02 .sec-inner {
  height: 890px;
}
.sec-contents02-ttl {
  position: absolute;
  top: 218px;
  left: 37px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: -webkit-transform 0.8s ease 0s, opacity 0.8s ease 0s;
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s, opacity 0.8s ease 0s;
  transition: transform 0.8s ease 0s, opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
}
.sec-contents02-txt {
  position: absolute;
  right: 10px;
  top: 118px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: -webkit-transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
  -webkit-transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
  transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
}
.is-animate .sec-contents02-ttl,
.is-animate .sec-contents02-txt {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
/* sec-contents03 */
.sec-contents03 {
  height: 664px;
  margin-bottom: 135px;
  position: relative;
}
.sec-contents03 .fadeslider {
  max-width: 100%;
  height: 664px;
}
.sec-contents03 .fadeslider-content {
  width: 100%;
  height: 664px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}
.sec-contents03 .fadeslider-content.is-current {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  z-index: 2;
}
.sec-contents03 .fadeslider-content.is-current .fadeslider-ttl,
.sec-contents03 .fadeslider-content.is-current .fadeslider-txt,
.sec-contents03 .fadeslider-content.is-current .fadeslider-btn {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.sec-contents03 .fadeslider-inner {
  max-width: 1124px;
  margin: 0 auto;
  position: relative;
}
.sec-contents03 .fadeslider-ttl {
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: -webkit-transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
  -webkit-transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
  transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
}
.sec-contents03 .fadeslider-txt {
  width: 522px;
  position: absolute;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: -webkit-transform 0.8s ease 1.2s, opacity 0.8s ease 1.2s;
  -webkit-transition: opacity 0.8s ease 1.2s, -webkit-transform 0.8s ease 1.2s;
  transition: opacity 0.8s ease 1.2s, -webkit-transform 0.8s ease 1.2s;
  transition: transform 0.8s ease 1.2s, opacity 0.8s ease 1.2s;
  transition: transform 0.8s ease 1.2s, opacity 0.8s ease 1.2s, -webkit-transform 0.8s ease 1.2s;
}
.sec-contents03 .fadeslider-lNavi {
  width: 14.5%;
  min-width: 181px;
  max-width: 235px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-contents03 .fadeslider-lNavi:hover a {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.sec-contents03 .fadeslider-lNavi a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8), rgba(0,0,0,0) 90%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.8), rgba(0,0,0,0) 90%);
  background: linear-gradient(90deg, rgba(0,0,0,0.8), rgba(0,0,0,0) 90%);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.sec-contents03 .fadeslider-lNavi span {
  text-indent: 101%;
  white-space: nowrap;
  width: 181px;
  height: 187px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 270px;
  left: 0;
  right: 0;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
}
.sec-contents03 .fadeslider-rNavi {
  width: 14.5%;
  min-width: 181px;
  max-width: 235px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.sec-contents03 .fadeslider-rNavi a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.8), rgba(0,0,0,0) 90%);
  background: -webkit-linear-gradient(right, rgba(0,0,0,0.8), rgba(0,0,0,0) 90%);
  background: linear-gradient(270deg, rgba(0,0,0,0.8), rgba(0,0,0,0) 90%);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.sec-contents03 .fadeslider-rNavi span {
  text-indent: 101%;
  white-space: nowrap;
  width: 181px;
  height: 187px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 270px;
  left: 0;
  right: 0;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
}
.sec-contents03 .fadeslider-rNavi:hover a {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.sec-contents03 .fadeslider-sNavi04 {
  background-image: url("../img/top/fadeslider_sNavi04.png");
}
.sec-contents03 .fadeslider-sNavi05 {
  background-image: url("../img/top/fadeslider_sNavi05.png");
}
.sec-contents03 .fadeslider-sNavi06 {
  background-image: url("../img/top/fadeslider_sNavi06.png");
}
.sec-contents03 .fadeslider-content04 {
  background-color: #000;
  background-image: url("../img/top/contents03_bg04.jpg");
  background-position: top center !important;
  background-size: cover;
}
.sec-contents03 .fadeslider-content04 .fadeslider-ttl {
  top: 56px;
  left: 20px;
}
.sec-contents03 .fadeslider-content04 .fadeslider-txt {
  top: 215px;
  left: 20px;
}
.sec-contents03 .fadeslider-content05 {
  background-color: #000;
  background-image: url("../img/top/contents03_bg05.jpg");
  background-position: top right !important;
  background-size: cover;
}
.sec-contents03 .fadeslider-content05 .fadeslider-ttl {
  top: 22px;
  left: 20px;
}
.sec-contents03 .fadeslider-content05 .fadeslider-txt {
  top: 182px;
  left: 16px;
}
.sec-contents03 .fadeslider-content06 {
  background-color: #000;
  background-image: url("../img/top/contents03_bg06.jpg");
  background-size: cover;
}
.sec-contents03 .fadeslider-content06 .fadeslider-ttl {
  top: 58px;
  left: 20px;
}
.sec-contents03 .fadeslider-content06 .fadeslider-txt {
  top: 216px;
  left: 20px;
}
.sec-contents03 .fadeslider-bNavi {
  text-align: center;
  letter-spacing: -0.34em;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  z-index: 3;
}
.sec-contents03 .fadeslider-bNavi li {
  vertical-align: middle;
  letter-spacing: normal;
  margin: 0;
  display: inline-block;
  overflow: hidden;
}
.sec-contents03 .fadeslider-bNavi li:first-of-type,
.sec-contents03 .fadeslider-bNavi li:last-of-type {
  margin: 0 8px;
}
.sec-contents03 .fadeslider-bNavi a {
  text-indent: 101%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
}
.sec-contents03 .fadeslider-bNavi-prev,
.sec-contents03 .fadeslider-bNavi-next {
  width: 46px;
  height: 46px;
  margin-top: 23px;
  display: block;
  background-image: url("../img/top/fadeslider_arrow.png");
}
.sec-contents03 .fadeslider-bNavi-prev {
  background-position: left 0;
}
.sec-contents03 .fadeslider-bNavi-prev:hover {
  background-position: left -54px;
}
.sec-contents03 .fadeslider-bNavi-next {
  background-position: right 0;
}
.sec-contents03 .fadeslider-bNavi-next:hover {
  background-position: right -54px;
}
.sec-contents03 .fadeslider-bNavi-content04,
.sec-contents03 .fadeslider-bNavi-content05,
.sec-contents03 .fadeslider-bNavi-content06 {
  width: 170px;
  height: 176px;
  display: block;
  background-position: center 0;
}
.sec-contents03 .fadeslider-bNavi-content04.is-current,
.sec-contents03 .fadeslider-bNavi-content05.is-current,
.sec-contents03 .fadeslider-bNavi-content06.is-current,
.sec-contents03 .fadeslider-bNavi-content04:hover,
.sec-contents03 .fadeslider-bNavi-content05:hover,
.sec-contents03 .fadeslider-bNavi-content06:hover {
  background-position: center -176px;
}
.sec-contents03 .fadeslider-bNavi-content04 {
  background-image: url("../img/top/fadeslider_bNavi04.png");
}
.sec-contents03 .fadeslider-bNavi-content05 {
  background-image: url("../img/top/fadeslider_bNavi05.png");
}
.sec-contents03 .fadeslider-bNavi-content06 {
  background-image: url("../img/top/fadeslider_bNavi06.png");
}
/* sec-contents04 */
.sec-contents04 {
  height: 640px;
  position: relative;
}
.sec-contents04 .fadeslider {
  max-width: 100%;
  height: 640px;
}
.sec-contents04 .fadeslider-content {
  width: 100%;
  height: 640px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-repeat: no-repeat;
  background-position: center;
  z-index: 1;
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}
.sec-contents04 .fadeslider-content.is-current {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  z-index: 2;
}
.sec-contents04 .fadeslider-content.is-current .fadeslider-ttl,
.sec-contents04 .fadeslider-content.is-current .fadeslider-txt,
.sec-contents04 .fadeslider-content.is-current .fadeslider-btn {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.sec-contents04 .fadeslider-inner {
  max-width: 1124px;
  margin: 0 auto;
  position: relative;
}
.sec-contents04 .fadeslider-ttl {
  position: absolute;
  right: 20px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: -webkit-transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
  -webkit-transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
  transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
}
.sec-contents04 .fadeslider-txt {
  width: 522px;
  position: absolute;
  right: 20px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-10px);
  transform: translateX(-10px);
  -webkit-transition: -webkit-transform 0.8s ease 1.2s, opacity 0.8s ease 1.2s;
  -webkit-transition: opacity 0.8s ease 1.2s, -webkit-transform 0.8s ease 1.2s;
  transition: opacity 0.8s ease 1.2s, -webkit-transform 0.8s ease 1.2s;
  transition: transform 0.8s ease 1.2s, opacity 0.8s ease 1.2s;
  transition: transform 0.8s ease 1.2s, opacity 0.8s ease 1.2s, -webkit-transform 0.8s ease 1.2s;
}
.sec-contents04 .fadeslider-btn {
  display: inline-block;
  margin: 25px 0 0 5px;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.8s ease 1.8s;
  transition: opacity 0.8s ease 1.8s;
}
.sec-contents04 .fadeslider-modal {
  text-align: center;
  padding-top: 45px;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../img/top/contents04_modal_bg.png");
  background-repeat: repeat;
}
.sec-contents04 .fadeslider-modal-ttl,
.sec-contents04 .fadeslider-modal-img,
.sec-contents04 .fadeslider-modal-txt {
  margin-bottom: 25px;
}
.sec-contents04 .fadeslider-lNavi {
  width: 14.5%;
  min-width: 162px;
  max-width: 235px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-contents04 .fadeslider-lNavi:hover a {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.sec-contents04 .fadeslider-lNavi a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,0.8), rgba(0,0,0,0) 90%);
  background: -webkit-linear-gradient(left, rgba(0,0,0,0.8), rgba(0,0,0,0) 90%);
  background: linear-gradient(90deg, rgba(0,0,0,0.8), rgba(0,0,0,0) 90%);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.sec-contents04 .fadeslider-lNavi span {
  text-indent: 100%;
  white-space: nowrap;
  width: 162px;
  height: 187px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 270px;
  left: 0;
  right: 0;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
}
.sec-contents04 .fadeslider-rNavi {
  width: 14.5%;
  min-width: 162px;
  max-width: 235px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
.sec-contents04 .fadeslider-rNavi a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  background: -webkit-linear-gradient(180deg, rgba(0,0,0,0.8), rgba(0,0,0,0) 90%);
  background: -webkit-linear-gradient(right, rgba(0,0,0,0.8), rgba(0,0,0,0) 90%);
  background: linear-gradient(270deg, rgba(0,0,0,0.8), rgba(0,0,0,0) 90%);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.sec-contents04 .fadeslider-rNavi span {
  text-indent: 100%;
  white-space: nowrap;
  width: 162px;
  height: 187px;
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 270px;
  left: 0;
  right: 0;
  overflow: hidden;
  background-position: center top;
  background-repeat: no-repeat;
}
.sec-contents04 .fadeslider-rNavi:hover a {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.sec-contents04 .fadeslider-sNavi01 {
  background-image: url("../img/top/fadeslider_sNavi01.png");
}
.sec-contents04 .fadeslider-sNavi02 {
  background-image: url("../img/top/fadeslider_sNavi02.png");
}
.sec-contents04 .fadeslider-sNavi03 {
  background-image: url("../img/top/fadeslider_sNavi03.png");
}
.sec-contents04 .fadeslider-content01 {
  background-color: #001925;
  background-image: url("../img/top/contents04_bg01.jpg");
  background-size: cover;
}
.sec-contents04 .fadeslider-content01 .fadeslider-ttl {
  top: 58px;
  right: 167px;
}
.sec-contents04 .fadeslider-content01 .fadeslider-txt {
  top: 227px;
  right: -1px;
}
.sec-contents04 .fadeslider-content02 {
  background-color: #1f1404;
  background-image: url("../img/top/contents04_bg02.jpg");
  background-size: cover;
}
.sec-contents04 .fadeslider-content02 .fadeslider-ttl {
  top: 15px;
  right: -66px;
}
.sec-contents04 .fadeslider-content02 .fadeslider-txt {
  top: 195px;
  right: 10px;
}
.sec-contents04 .fadeslider-content03 {
  background-color: #171f12;
  background-image: url("../img/top/contents04_bg03.jpg");
}
.sec-contents04 .fadeslider-content03 .fadeslider-ttl {
  top: 33px;
  right: 20px;
}
.sec-contents04 .fadeslider-content03 .fadeslider-txt {
  top: 131px;
  right: -20px;
}
.sec-contents04 .fadeslider-bNavi {
  text-align: center;
  letter-spacing: -0.34em;
  position: absolute;
  bottom: -70px;
  left: 0;
  right: 0;
  z-index: 3;
}
.sec-contents04 .fadeslider-bNavi li {
  vertical-align: middle;
  letter-spacing: normal;
  margin: 0 8px;
  display: inline-block;
  overflow: hidden;
}
.sec-contents04 .fadeslider-bNavi a {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
}
.sec-contents04 .fadeslider-bNavi-prev,
.sec-contents04 .fadeslider-bNavi-next {
  width: 46px;
  height: 46px;
  margin-top: 23px;
  display: block;
  background-image: url("../img/top/fadeslider_arrow.png");
}
.sec-contents04 .fadeslider-bNavi-prev {
  background-position: left 0;
}
.sec-contents04 .fadeslider-bNavi-prev:hover {
  background-position: left -54px;
}
.sec-contents04 .fadeslider-bNavi-next {
  background-position: right 0;
}
.sec-contents04 .fadeslider-bNavi-next:hover {
  background-position: right -54px;
}
.sec-contents04 .fadeslider-bNavi-content01,
.sec-contents04 .fadeslider-bNavi-content02,
.sec-contents04 .fadeslider-bNavi-content03 {
  width: 134px;
  height: 172px;
  display: block;
  background-position: center 0;
}
.sec-contents04 .fadeslider-bNavi-content01.is-current,
.sec-contents04 .fadeslider-bNavi-content02.is-current,
.sec-contents04 .fadeslider-bNavi-content03.is-current,
.sec-contents04 .fadeslider-bNavi-content01:hover,
.sec-contents04 .fadeslider-bNavi-content02:hover,
.sec-contents04 .fadeslider-bNavi-content03:hover {
  background-position: center -172px;
}
.sec-contents04 .fadeslider-bNavi-content01 {
  background-image: url("../img/top/fadeslider_bNavi01.png");
}
.sec-contents04 .fadeslider-bNavi-content02 {
  background-image: url("../img/top/fadeslider_bNavi02.png");
}
.sec-contents04 .fadeslider-bNavi-content03 {
  background-image: url("../img/top/fadeslider_bNavi03.png");
}
/* sec-contents05 */
.sec-contents05 {
  height: 1150px;
}
.sec-contents05 .sec-inner {
  max-width: 1162px;
  height: 100%;
}
.sec-contents05.is-animate .sec-contents05-bg,
.sec-contents05.is-animate .sec-contents05-ttl,
.sec-contents05.is-animate .sec-contents05-txt {
  opacity: 1;
  -ms-filter: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.sec-contents05-bg {
  width: 920px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-image: url("../img/top/contents05_bg.jpg");
  background-position: 100% 0;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.8s ease 1.2s, opacity 0.8s ease 1.2s;
  -webkit-transition: opacity 0.8s ease 1.2s, -webkit-transform 0.8s ease 1.2s;
  transition: opacity 0.8s ease 1.2s, -webkit-transform 0.8s ease 1.2s;
  transition: transform 0.8s ease 1.2s, opacity 0.8s ease 1.2s;
  transition: transform 0.8s ease 1.2s, opacity 0.8s ease 1.2s, -webkit-transform 0.8s ease 1.2s;
}
.sec-contents05-ttl {
  margin-left: -458px;
  position: absolute;
  top: 145px;
  right: 50%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: -webkit-transform 0.8s ease 0s, opacity 0.8s ease 0s;
  -webkit-transition: opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
  transition: opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
  transition: transform 0.8s ease 0s, opacity 0.8s ease 0s;
  transition: transform 0.8s ease 0s, opacity 0.8s ease 0s, -webkit-transform 0.8s ease 0s;
}
.sec-contents05-txt {
  margin-left: -458px;
  position: absolute;
  top: 350px;
  right: 50.5%;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: -webkit-transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
  -webkit-transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
  transition: opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s;
  transition: transform 0.8s ease 0.6s, opacity 0.8s ease 0.6s, -webkit-transform 0.8s ease 0.6s;
}
/* sec-contents06 */
.sec-contents06 .sec-inner {
  text-align: center;
  padding: 60px 0;
}
.sec-contents06-ttl {
  margin-bottom: 40px;
}
.sec-contents06-productslist {
  letter-spacing: -0.34em;
}
.sec-contents06-productslist li {
  letter-spacing: normal;
  max-width: 480px;
  display: inline-block;
}
