@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author	 : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
@-moz-keyframes title {
  0% {
    opacity: 0;
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    filter: blur(0px);
  }
}
@-webkit-keyframes title {
  0% {
    opacity: 0;
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
@keyframes title {
  0% {
    opacity: 0;
    -webkit-filter: blur(4px);
    filter: blur(4px);
  }
  100% {
    opacity: 1;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
}
@-moz-keyframes scroll {
  0% {
    opacity: 0;
    bottom: 70px;
  }
  50% {
    opacity: 1;
    bottom: 50px;
  }
  100% {
    opacity: 0;
    bottom: 30px;
  }
}
@-webkit-keyframes scroll {
  0% {
    opacity: 0;
    bottom: 70px;
  }
  50% {
    opacity: 1;
    bottom: 50px;
  }
  100% {
    opacity: 0;
    bottom: 30px;
  }
}
@keyframes scroll {
  0% {
    opacity: 0;
    bottom: 70px;
  }
  50% {
    opacity: 1;
    bottom: 50px;
  }
  100% {
    opacity: 0;
    bottom: 30px;
  }
}
/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
  font-size: small;
  line-height: 1.5;
  overflow-y: hidden;
}
html.loaded, html .videoEnd {
  overflow-y: scroll;
}

body {
  color: #fff;
  background: #000;
  -webkit-text-size-adjust: none;
  font-size: 100%;
}
.ie body {
  font-size: 98%;
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 93%;
  }
}
body a {
  color: white;
  text-decoration: underline;
}
.mouse body a:hover, .touch body a.touchstart {
  text-decoration: none;
  color: white;
}
body img {
  max-width: 100%;
  -webkit-touch-callout: none;
}

body, pre, input, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

input, select, textarea {
  font-size: 100%;
}

html.ie8 .view_tab,
html.ie8 .view_tab_sp,
html.ie8 .view_sp {
  display: none !important;
}
html.ie8 #page {
  min-width: 1100px !important;
  margin: auto;
  font-size: 100% !important;
}

@media only screen and (min-width: 1141px) {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
@media print {
  body .view_tab-sp, body .view_tab {
    display: none !important;
  }
}
.ie8 body .view_tab-sp, .ie8 body .view_tab {
  display: none !important;
}
@media only screen and (min-width: 641px) {
  body .view_sp {
    display: none !important;
  }
}
@media print {
  body .view_sp {
    display: none !important;
  }
}
.ie8 body .view_sp {
  display: none !important;
}
@media only screen and (max-width: 1140px) {
  body .view_pc {
    display: none !important;
  }
}
@media only screen and (max-width: 640px) {
  body .view_pc-tab, body .view_tab {
    display: none !important;
  }
}

.mouse .over {
  -moz-transition: opacity 200ms ease-in;
  -o-transition: opacity 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
}
.mouse .over:hover, .touch .over.touchstart {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.touch .over {
  -webkit-tap-highlight-color: transparent;
}
.touch .over.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}

.pswp__bg {
  background: rgba(0, 11, 27, 0.9) !important;
}

figure {
  display: block;
  margin: 0;
}

figcaption {
  display: none;
}

.pswp__caption__center {
  text-align: center !important;
}

.pswp__button--share {
  display: none !important;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
@media only screen and (min-width: 641px) {
  #page {
    font-size: 100% !important;
  }
}
@media print {
  #page {
    font-size: 100% !important;
  }
}
.ie8 #page {
  font-size: 100% !important;
}
@media only screen and (max-width: 640px) {
  #page {
    padding-bottom: 15.625%;
  }
}
#page .temp_slider {
  margin-bottom: 0;
}
#page .temp_slider > div {
  display: none;
}
#page .temp_slider > div:first-child {
  display: block;
}
@media only screen and (min-width: 641px) {
  #page .temp_spSlider {
    height: auto !important;
  }
}
@media print {
  #page .temp_spSlider {
    height: auto !important;
  }
}
.ie8 #page .temp_spSlider {
  height: auto !important;
}
@media only screen and (max-width: 640px) {
  #page .temp_spSlider {
    padding: 2.5% 20px 7.5%;
    background: #112138;
  }
  #page .temp_spSlider > div:not(:first-child) {
    display: none;
  }
  #page .temp_spSlider .slick-prev, #page .temp_spSlider .slick-next {
    width: 20px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    background: #000;
    margin-top: -30px;
  }
  #page .temp_spSlider .slick-prev:before, #page .temp_spSlider .slick-next:before {
    content: none;
  }
  #page .temp_spSlider .slick-prev:after, #page .temp_spSlider .slick-next:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 50%;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #page .temp_spSlider .slick-next {
    left: auto;
    right: 0;
  }
  #page .temp_spSlider .slick-next:after {
    left: auto;
    right: 5px;
    border-left: 0;
    border-bottom: 0;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
  }
  #page .temp_spSlider > .slick-dots {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-bottom: 2.5%;
    font-size: 0;
  }
  #page .temp_spSlider > .slick-dots li {
    width: 2.5%;
    height: 0;
    padding-bottom: 2.5%;
    position: relative;
    background: #ddd;
    border-radius: 50%;
  }
  #page .temp_spSlider > .slick-dots li:not(:first-child) {
    margin-left: 1%;
  }
  #page .temp_spSlider > .slick-dots li.slick-active {
    background: #D7C543;
  }
  #page .temp_spSlider > .slick-dots li button {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
  }
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
html {
  overflow-y: scroll !important;
}

#header .wrap_image {
  position: relative;
  z-index: -1;
  -moz-transition: opacity 500ms ease-in 300ms;
  -o-transition: opacity 500ms ease-in 300ms;
  -webkit-transition: opacity 500ms ease-in;
  -webkit-transition-delay: 300ms;
  transition: opacity 500ms ease-in 300ms;
}
.navFix #header .wrap_image {
  opacity: 0;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
  -moz-transition-duration: 0ms;
  -o-transition-duration: 0ms;
  -webkit-transition-duration: 0ms;
  transition-duration: 0ms;
}
#header h1 {
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
}
#header h1 span {
  display: table-cell;
  vertical-align: middle;
}
#header h1 span img {
  -webkit-animation: title 2000ms ease-in;
  -moz-animation: title 2000ms ease-in;
  animation: title 2000ms ease-in;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
@media only screen and (max-width: 640px) {
  #header h1 span img {
    width: 85%;
  }
}
.loaded #header h1 {
  opacity: 0;
  -moz-transition: opacity 1000ms ease-out;
  -o-transition: opacity 1000ms ease-out;
  -webkit-transition: opacity 1000ms ease-out;
  transition: opacity 1000ms ease-out;
}
.videoEnd #header h1 {
  -webkit-animation: title 1500ms 2000ms ease-in;
  -moz-animation: title 1500ms 2000ms ease-in;
  animation: title 1500ms 2000ms ease-in;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
}
#header #video {
  position: fixed;
  z-index: -2;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  opacity: 0;
}
.loaded #header #video {
  opacity: 1;
  -moz-transition: opacity 1000ms ease-in;
  -o-transition: opacity 1000ms ease-in;
  -webkit-transition: opacity 1000ms ease-in;
  transition: opacity 1000ms ease-in;
}
.videoEnd #header #video {
  opacity: 0;
  -moz-transition: opacity 2000ms ease-out;
  -o-transition: opacity 2000ms ease-out;
  -webkit-transition: opacity 2000ms ease-out;
  transition: opacity 2000ms ease-out;
}
#header #obj_mainSlider {
  position: fixed;
  z-index: -3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
#header #obj_mainSlider .slide1 {
  background: url(../images/header/img_mainimg01.jpg) no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  #header #obj_mainSlider .slide1 {
    background-position: 60% center;
  }
}
#header #obj_mainSlider .slide2 {
  background: url(../images/header/img_mainimg02.jpg) no-repeat center;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media only screen and (max-width: 640px) {
  #header #obj_mainSlider .slide2 {
    background-position: 70% center;
  }
}
.videoEnd #header #obj_mainSlider {
  opacity: 1;
  -moz-transition: opacity 2000ms ease-in;
  -o-transition: opacity 2000ms ease-in;
  -webkit-transition: opacity 2000ms ease-in;
  transition: opacity 2000ms ease-in;
}
#header .btn_scroll {
  position: fixed;
  left: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
  bottom: 100%;
}
.videoEnd #header .btn_scroll {
  -webkit-animation: scroll 1800ms 3000ms linear;
  -moz-animation: scroll 1800ms 3000ms linear;
  animation: scroll 1800ms 3000ms linear;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@media only screen and (max-width: 640px) {
  #header .btn_scroll {
    margin-bottom: 5%;
  }
}
#header #gnav {
  background: #000;
  border-bottom: 1px dotted #808183;
  border-top: 1px dotted #808183;
  text-align: center;
  position: relative;
  z-index: 10;
}
#header #gnav ul {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
@media only screen and (min-width: 641px) and (max-width: 1140px) {
  #header #gnav ul {
    display: block;
  }
}
#header #gnav ul li {
  float: left;
}
#header #gnav ul li:first-child a span {
  border-left: 0;
}
#header #gnav ul li.gnav_pick a {
  -moz-transition: opacity 300ms ease;
  -o-transition: opacity 300ms ease;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.mouse #header #gnav ul li.gnav_pick a:hover, .touch #header #gnav ul li.gnav_pick a.touchstart {
  opacity: .7;
}
.touch #header #gnav ul li.gnav_pick a {
  -webkit-tap-highlight-color: transparent;
}
.touch #header #gnav ul li.gnav_pick a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
@media only screen and (min-width: 1141px) {
  #header #gnav ul li.gnav_pick a {
    padding: 0;
  }
  #header #gnav ul li.gnav_pick a span {
    padding: 0;
    border-left: 0;
  }
  #header #gnav ul li.gnav_pick a span img {
    vertical-align: top;
  }
}
@media print {
  #header #gnav ul li.gnav_pick a {
    padding: 0;
  }
  #header #gnav ul li.gnav_pick a span {
    padding: 0;
    border-left: 0;
  }
  #header #gnav ul li.gnav_pick a span img {
    vertical-align: top;
  }
}
.ie8 #header #gnav ul li.gnav_pick a {
  padding: 0;
}
.ie8 #header #gnav ul li.gnav_pick a span {
  padding: 0;
  border-left: 0;
}
.ie8 #header #gnav ul li.gnav_pick a span img {
  vertical-align: top;
}
@media only screen and (min-width: 641px) and (max-width: 1140px) {
  #header #gnav ul li.gnav_pick a {
    background: #253e5f;
  }
}
#header #gnav ul li.gnav_pick a span em:after {
  content: none;
}
@media only screen and (min-width: 641px) and (max-width: 1140px) {
  #header #gnav ul li {
    width: 33.33333%;
  }
  #header #gnav ul li:nth-child(1), #header #gnav ul li:nth-child(2), #header #gnav ul li:nth-child(3) {
    border-bottom: 1px dotted #808183;
  }
  #header #gnav ul li:nth-child(4) {
    clear: both;
  }
  #header #gnav ul li:nth-child(4) a span {
    border-left: 0;
  }
}
#header #gnav ul li a {
  display: block;
  padding: 15px 0;
}
@media only screen and (min-width: 641px) and (max-width: 1140px) {
  #header #gnav ul li a {
    padding: 5px 0;
  }
}
.mouse #header #gnav ul li a:hover em:after, .touch #header #gnav ul li a.touchstart em:after {
  opacity: 1;
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.touch #header #gnav ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch #header #gnav ul li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#header #gnav ul li a span {
  display: block;
  padding: 5px 25px;
  border-left: 1px dotted #808183;
}
#header #gnav ul li a span em {
  position: relative;
  display: block;
}
#header #gnav ul li a span em:after {
  content: '';
  position: absolute;
  bottom: -13px;
  left: 0px;
  width: 100%;
  height: 9px;
  background: url(../images/header/gnav_h.png) no-repeat center;
  opacity: 0;
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -moz-transition: opacity 200ms ease-in, -moz-transform 200ms ease-in;
  -o-transition: opacity 200ms ease-in, -o-transform 200ms ease-in;
  -webkit-transition: opacity 200ms ease-in, -webkit-transform 200ms ease-in;
  transition: opacity 200ms ease-in, transform 200ms ease-in;
}
.navFix #header #gnav {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
  position: relative;
  z-index: 1;
  background: #000;
}
.navFix #contents {
  padding-top: 83px;
}
@media only screen and (min-width: 641px) and (max-width: 1140px) {
  .navFix #contents {
    padding-top: 115px;
  }
}
@media only screen and (max-width: 640px) {
  .navFix #contents {
    padding-top: 0;
  }
}

/* -----------------------------------------------------------
	#side
----------------------------------------------------------- */
#side {
  position: fixed;
  z-index: 1000;
}
#side p.st {
  position: relative;
  left: -75px;
}
@media only screen and (max-width: 640px) {
  #side p.st {
    left: 0;
  }
}
@media only screen and (min-width: 641px) {
  #side {
    opacity: 0;
    margin-right: -190px;
    right: -75px;
    top: 100px;
    -moz-transition: margin-right 350ms, opacity 500ms;
    -o-transition: margin-right 350ms, opacity 500ms;
    -webkit-transition: margin-right 350ms, opacity 500ms;
    transition: margin-right 350ms, opacity 500ms;
    opacity: 0;
  }
  #side.active {
    opacity: 1;
  }
}
@media only screen and (min-width: 641px) and (min-width: 641px) and (max-width: 1140px) {
  #side {
    top: 130px;
  }
}
@media only screen and (min-width: 641px) {
  #side:hover {
    margin-right: 0;
  }
}
@media print {
  #side {
    opacity: 0;
    margin-right: -190px;
    right: -75px;
    top: 100px;
    -moz-transition: margin-right 350ms, opacity 500ms;
    -o-transition: margin-right 350ms, opacity 500ms;
    -webkit-transition: margin-right 350ms, opacity 500ms;
    transition: margin-right 350ms, opacity 500ms;
    opacity: 0;
  }
  #side.active {
    opacity: 1;
  }
  #side:hover {
    margin-right: 0;
  }
}
.ie8 #side {
  opacity: 0;
  margin-right: -190px;
  right: -75px;
  top: 100px;
  -moz-transition: margin-right 350ms, opacity 500ms;
  -o-transition: margin-right 350ms, opacity 500ms;
  -webkit-transition: margin-right 350ms, opacity 500ms;
  transition: margin-right 350ms, opacity 500ms;
  opacity: 0;
}
.ie8 #side.active {
  opacity: 1;
}
@media only screen and (min-width: 641px) and (max-width: 1140px) {
  .ie8 #side {
    top: 130px;
  }
}
.ie8 #side:hover {
  margin-right: 0;
}
@media only screen and (max-width: 640px) {
  #side {
    left: 0;
    bottom: 0;
    width: 100%;
  }
  #side.active ul {
    bottom: 100%;
    opacity: 1;
    -moz-transition-delay: 0ms;
    -o-transition-delay: 0ms;
    -webkit-transition-delay: 0ms;
    transition-delay: 0ms;
  }
  #side.active .st:before {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #side ul {
    position: absolute;
    overflow: hidden;
    left: 7.5%;
    width: 85%;
    opacity: 0;
    bottom: 1000px;
    padding-bottom: 10px;
    -moz-transition: opacity 300ms, bottom 0ms 300ms;
    -o-transition: opacity 300ms, bottom 0ms 300ms;
    -webkit-transition: opacity 300ms, bottom 0ms;
    -webkit-transition-delay: 0s, 300ms;
    transition: opacity 300ms, bottom 0ms 300ms;
  }
  #side ul:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -10px;
    border: 10px solid transparent;
    border-bottom: 0;
    border-top-color: #d9cebc;
  }
  #side ul li:first-child a {
    padding-top: 2%;
  }
  #side ul li a {
    display: block;
    padding: 0 2% 2%;
    background: #d9cebc;
  }
  #side .st {
    overflow: hidden;
    background: #ae8a39;
  }
}
#side ul li.btn1 a:after {
  background-image: url(../images/side/btn_side01_h-pc.png);
  background-position: top right 75px;
}
#side ul li.btn2 a:after {
  background-image: url(../images/side/btn_side02_h-pc.png);
  background-position: top right 75px;
}
#side ul li.btn3 a:after {
  background-image: url(../images/side/btn_side03_h-pc.png);
  background-position: top right 75px;
}
#side ul li.btn4 a:after {
  background-image: url(../images/side/btn_side04_h-pc.png);
  background-position: top right 75px;
}
#side ul li a {
  display: block;
  position: relative;
}
.mouse #side ul li a:hover:after, .touch #side ul li a.touchstart:after {
  opacity: 1;
}
.touch #side ul li a {
  -webkit-tap-highlight-color: transparent;
}
.touch #side ul li a.touchend {
  -moz-transition-delay: 200ms;
  -o-transition-delay: 200ms;
  -webkit-transition-delay: 200ms;
  transition-delay: 200ms;
}
#side ul li a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat 0 0;
  opacity: 0;
  -moz-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
@media only screen and (min-width: 641px) {
  #side ul li a:after {
    content: '';
  }
}
@media print {
  #side ul li a:after {
    content: '';
  }
}
.ie8 #side ul li a:after {
  content: '';
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
.btn_ptop {
  position: fixed;
  right: 50px;
  z-index: 1000;
  opacity: 0;
  bottom: 100%;
  -moz-transition: opacity 500ms ease-in, bottom 0ms 500ms;
  -o-transition: opacity 500ms ease-in, bottom 0ms 500ms;
  -webkit-transition: opacity 500ms ease-in, bottom 0ms;
  -webkit-transition-delay: 0s, 500ms;
  transition: opacity 500ms ease-in, bottom 0ms 500ms;
}
.navFix .btn_ptop {
  opacity: 1;
  bottom: 50px;
  -moz-transition-delay: 0ms;
  -o-transition-delay: 0ms;
  -webkit-transition-delay: 0ms;
  transition-delay: 0ms;
}

#footer {
  position: relative;
  z-index: 1;
  background: #0e0805;
  text-align: center;
  padding: 25px 2.5% 15px;
}
@media only screen and (max-width: 640px) {
  #footer {
    padding: 3.125%;
  }
}
@media only screen and (max-width: 640px) {
  #footer .flogo img {
    width: 35%;
  }
}
#footer .bn {
  display: inline-block;
  overflow: hidden;
  padding: 30px 0 15px;
}
@media only screen and (max-width: 640px) {
  #footer .bn {
    padding: 3.125% 0;
  }
}
@media only screen and (max-width: 640px) {
  #footer .bn {
    width: 60%;
    margin: auto;
  }
}
#footer .bn li {
  float: left;
  margin-left: 20px;
  margin-left: 20px;
  width: auto;
}
@media only screen and (min-width: 641px) and (max-width: 1140px) {
  #footer .bn li {
    margin-left: 2%;
  }
}
@media only screen and (max-width: 640px) {
  #footer .bn li {
    margin-left: 10%;
  }
}
@media only screen and (min-width: 641px) and (max-width: 1140px) {
  #footer .bn li {
    width: 32%;
  }
}
@media only screen and (max-width: 640px) {
  #footer .bn li {
    width: 26%;
  }
}
#footer .bn li:first-child {
  margin-left: 0;
}
#footer #copyright {
  color: #d1c0a5;
  font-family: "Times New Roman",serif;
  font-size: 85%;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
