@charset "utf-8";

@charset "utf-8";


/*
html5doctor.com Reset Stylesheet
v1.4.1
2010-03-01
Author: Richard Clark - http://richclarkdesign.com
*/

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;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 10px;
  font-size: 1rem;
  line-height:1;
}

body {
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  background: rgba(0,0,0, 1);
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  height: 100%;
  overflow: auto;
  width: 100%;
}

@font-face {
  font-family: 'Kaushan Script';
  src: url(../fonts/KaushanScript-Regular.ttf) ;
}

@font-face {
  font-family: 'Alfa Slab One', cursive;
  src: url(../fonts/AlfaSlabOne-Regular.ttf) ;
}

@font-face {
  font-family: 'Alfa Slab One';
  src: url('../fonts/AlfaSlabOne-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Poiret One';
  src: url('../fonts/PoiretOne-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Slabo 27px';
  src: url('../fonts/Slabo27px-Regular.ttf') format('truetype');
}

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

nav ul {
  list-style:none;
}

blockquote, q {
  quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content:'';
  content:none;
}

a {
  margin:0;
  padding:0;
  border:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
  text-decoration:none;
}

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 #000;
  cursor:help;
}

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

hr {
  display:block;
  height:1px;
  border:0;
  border-top:1px solid #cccccc;
  margin:1em 0;
  padding:0;
}

input, select {
  vertical-align:middle;
}

/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear:both;
  content:" ";
  display:block;
}

li {
  list-style: none;
}


.f-left {
  float:left;
}
.f-right {
  float:right;
}

.px10 {
  font-size: 10px;
}

.px12 {
  font-size: 12px;
}

.px14 {
  font-size: 14px;
}

.px16 {
  font-size: 16px;
}

.px18 {
  font-size: 18px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom:20px;
}

.bold {
  font-weight: bold;
}

time {
  margin-right: 15px;
}


/* ==========================================================================
Basic-style
========================================================================== */

section,
footer {
  padding-top: 50px;
}

h1.title,
h1.sub-title {
  font-family: 'Alfa Slab One', cursive;
}

h2.title,
h2.sub-title {
  color: #fff;
  font-size: 8rem;
  margin-bottom: 20px;
  font-family: 'Alfa Slab One', cursive;
}

.section h2 {
  color: #fff;
  font-size: 8rem;
  margin-bottom: 20px;
}

.section-note {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 30px;
}

.btn-note {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.5;
  margin-bottom: 10px;
}

@media (max-width: 479px) {

  h1.title,
  h1.sub-title {
    font-size: 5rem;
  }

  h2.title,
  h2.sub-title {
    font-size: 5rem;
  }

  .section h2 {
    font-size: 5rem;
  }

  .section-note {
    font-size: 1.2rem;
  }
}

#background {
  top: 0;
  left: 0;
  width: 100%;
  position: fixed;
  height: auto;
  z-index: -1
}
#container {
  width: 950px;
  max-width: 1400px;
  margin: 0 auto
}

#container section {
  position: relative;
  overflow: hidden;
  padding: 30px;
}
#home {
  /*background: #000;
  background: rgba(0,0,0,0.7);*/
  color: #e3e3e3;
  padding-bottom: 0
}
#home .main_slidert a {
  position: relative
}
#home .main_slider a img {
  width: 100%
}





/* ==========================================================================
Form-style
========================================================================== */

/*input[type=text],*/
select {
  font-size: 16px;
  /*transform: scale(0.8);*/
}

/* ==========================================================================
go-top
========================================================================== */

.go-top {
  background-color: rgba(255, 255, 255, .3);
  bottom: 30px;
  color: #000;
  display: none;
  font-family: 'Alfa Slab One', cursive;
  font-size: 1.2rem;
  padding: 10px;
  position: fixed;
  right: .5em;
  text-decoration: none;
  z-index: 99999;
}

.go-top:hover,
.go-top:focus {
  color: #fff;
  text-decoration: none;
}

.go-top:before {
  content: "\f0d8";
  font-family: FontAwesome;
  font-size: 1.4rem;
  margin-right: 5px;
}

/* ==========================================================================
HEADER
========================================================================== */
.drawer--navbarTopGutter {
  padding-top: 4.6rem;
}

.drawer-navbar {
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: rgba(0, 0, 0, .8);
  color: #fff;
  height: 4.6rem;
  line-height: 4.6rem;
  z-index: 9999;
}

.drawer-navbar .drawer-navbar-header {
  background-color: transparent;
  border-color: #333;
  cursor: pointer;
  height: 4.6rem;
}

.drawer-hamburger-icon,
.drawer-hamburger-icon:before,
.drawer-hamburger-icon:after {
  background-color: #666;
}

.drawer-brand {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: url(../img/header/logo.png) no-repeat left center;
  background-size: contain;
  float: left;
  height: 3.8rem;
  margin: 4px 15px 4px 0;
  position: relative;
  width: 67px;
}

.drawer-navbar-header h1 {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  display: -moz-inline-stack;
  display: inline-block;
  font-family: 'Slabo 27px', serif;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 4.6rem;
  text-transform: uppercase;
  vertical-align: middle;
}

.drawer-navbar .drawer-menu {
  height: inherit;
}

.drawer-navbar .drawer-menu li {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 4.6rem;
}

.drawer-navbar .drawer-menu li.active:after,
.drawer-navbar .drawer-menu li:hover:after {
  transform: translate(7px);
}

.drawer-navbar .drawer-menu li.active a span:before,
.drawer-navbar .drawer-menu li:hover a span:before {
  background: #ccc;
  width: 100%;
}

.drawer-navbar .drawer-menu li a {
  background: none;
  font-family: 'Alfa Slab One', cursive;
  font-size: 1.4rem;
  padding: 0;
}

.drawer-navbar .drawer-menu li a span {
  display: inline-block;
  position: relative;
}

.drawer-navbar .drawer-menu li a span:before {
  content: " ";
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 40px;
  transition: .4s;
  width: 0;
}

.drawer-navbar .drawer-menu-item {
  line-height: 4.6rem;
}

.drawer-menu-item {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-bottom: 2px transparent solid;
  color: #fff;
  font-family: 'Slabo 27px', serif;
  margin: 0 1.5rem;
  padding: 0;
}

.drawer-menu-item:focus,
.drawer-menu-item:hover {
  color: #ccc;
}

.drawer-hamburger {
  padding: 0;
  padding-bottom: 22px;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 11px;
}

.drawer-nav {
  background: rgba(0, 0, 0, .0);
}

.drawer-navbar.sticky {
  background: rgba(0, 0, 0, .6);
  height: 4.6rem;
  line-height: 4.6rem;
  position: fixed;
  text-align: left;
  width: 100%;
}

.drawer-navbar.sticky .drawer-navbar-header h1 {
  font-size: 1.2rem;

}

.drawer-navbar.sticky .drawer-menu li a {
  font-size: 1.2rem;
}

@media (min-width: 992px) {

  .drawer-navbar .drawer-nav {
    height: 4.6rem;
  }
}

@media (max-width: 992px) {

  .drawer-navbar .drawer-nav {
    background: rgba(0, 0, 0, .8);
    padding-top: 4.6rem;
  }

  .drawer-menu-item:hover {
    border-bottom: 0;
  }
}

.navbar-nav {
  font-family: 'Roboto Slab', serif;
}

.navbar-header {
  margin-top: 10px;
}

.fixed-header .drawer-brand {
  height: 4.5rem;
  width: 120px;
}

.navbar-default .navbar-toggle {
  border-color: #999;
}

@media screen and (max-width: 768px) and (orientation:portrait) {
  .navbar {
    padding: 5px 0;
  }

  .navbar-header {
    margin-top: 0;
  }

  .navbar-brand {
    width: 180px;
  }

  .navbar-default .navbar-nav > li > a {
    padding: 15px 10px;
  }

  .search-side {
    top: 7px;
  }
}

@media screen and (max-width: 479px) {

  .drawer-navbar .drawer-menu li a,
  .drawer-navbar.sticky .drawer-menu li a {
    font-size: 2rem;
  }

  .drawer-toggle.drawer-hamburger {
    padding: 12px 1rem 30px;
  }

  .fixed-header .drawer-navbar-header {
    height: 4.5rem;
  }

  .fixed-header .drawer-toggle.drawer-hamburger {
    padding: 12px 1rem 20px;
  }

  .navbar {
    padding: 0;
  }

  .navbar-brand {
    padding: 0;
    width: 120px;
  }

  .navbar-header {
    margin-top: 0;
    padding: 0 10px;
  }

  .navbar-default .navbar-toggle,
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background: none;
    padding: 8px 5px;
  }

  .fixed-header .navbar-default .navbar-toggle,
  .fixed-header .navbar-default .navbar-toggle:hover,
  .fixed-header .navbar-default .navbar-toggle:focus {
    padding: 8px 5px;
  }

  .navbar-default .navbar-toggle {
    border: none;
    margin: 0;
  }
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100% \9;
}

/* ==========================================================================
Slider
========================================================================== */
.main-slider {
  height: 100vh!important;
  /*margin-bottom: 30px;*/
  margin-top: -46px;
  overflow: hidden;
  position: relative;
  text-align: left;
  width: 100%;
}

.slider-noise {
  -ms-filter: "alpha(opacity=6)";
  filter: alpha(opacity=6);
  background: rgba(0, 0, 0, 0) url(../img/bg/noise.gif) repeat;
  height: 100%;
  opacity: .06;
  width: 100%;
  z-index: 12;
}

.slider-overlay {
  background: transparent url("../img/overlays/06.png") center center repeat;
  height: 100%;
  opacity: .5;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.main-logo {
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
  background: url(../img/header/main-logo.png)no-repeat;
  background-size: contain;
  color : #fff;
  height:	190px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 317px;
  z-index: 999;
}

@media (max-width: 599px) {

  .main-logo {
    top: 40%;
  }
}

.indicator-wrap {
  bottom: 15px;
  left: 50%;
  margin-left: -7.5em;
  position: absolute;
  text-align: center;
  width: 15em;
  z-index: 15;
}

.indicator-text {
  color: #fff;
  margin-bottom: 10px;
  text-shadow: rgba(0,0,0,.6) 1px 1px;
}

.indicator-container {
  background: transparant;
  border: calc(2em * 0.1) solid white;
  border-radius: 6.4em;
  box-shadow:
  0 4px 8px 0 rgba(0, 0, 0, 0.2),
  0 6px 20px 0 rgba(0, 0, 0, 0.2),
  inset 0 6px 8px 0 rgba(0, 0, 0, 0.2);
  height: calc(3em * 1.75);
  margin: 0 auto;
  overflow: hidden;
  width: 6.4em;
}

.indicator-arrow {
  margin-top: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;

}

.indicator-arrow .base {
  margin: 0 auto;
  width: calc(6.4em * 0.1);
  background: white;
  height: calc(6.4em * 0.33);
  border-radius: calc(6.4em * 0.1);
}

.indicator-arrow .arrowpoint {
  width: 0;
  height: 0;
  border-style: solid;
  border-width:
  calc(6.4em * 0.175) calc(6.4em * 0.175)
  0 calc(6.4em * 0.175);
  border-color:
  white transparent
  transparent transparent;
  margin-top: -10%;
}

.top {
  margin-top: -100%;
  -webkit-animation: arrowAnimation1 infinite 1.1s ease-in-out;
  animation: arrowAnimation1 infinite 1.1s ease-in-out;
}

.bottom {
  margin-top: 100%;
}

@-webkit-keyframes arrowAnimation1 {
  from {margin-top: -100%;}
  to {margin-top: 40%;}
}

@keyframes arrowAnimation1 {
  from {margin-top: -100%;}
  to {margin-top: 40%;}
}





/* ==========================================================================
TOP NEWS
========================================================================== */
.top-news-column {
  color: #fff;
  font-size: 1.6rem;
  /*padding: 10px 10px 0;*/
  padding: 0
}

.top-news-column li {
  display: flex;
  padding: 10px 10px 0;
}

.top-news-img {
  display: block;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.top-news-img img {
  /*margin-top: -30px;
  position: absolute;
  top: 50%;*/
  width: 100%;
}

.top-news-contents {
  display: inline-block;
  font-size: 1.4rem;
  height: auto;
  padding: 10px 0;
  vertical-align: top;
  width: 100%;
}

.top-news-date,
.top-news-note {
  display: block;
  line-height: 1.4;
}

.top-news-date {
  margin-bottom: 5px
}

.top-news-date span {
  font-family: 'Alfa Slab One', cursive;
}

@media screen and (min-width: 768px) {

  .top-news-img {
    border-left: 10px solid #fff;
    display: inline-block;
    height: 80px;
    overflow: hidden;
    vertical-align: middle;
    width: 200px;
  }

  .top-news-img img {
    height: inherit;
    max-width: inherit;
    width: auto;
  }

  .top-news-contents {
    display: inline-block;
    /*font-size: 2rem;*/
    height: 80px;
    padding: 0 5px;
    vertical-align: middle;
    width: calc(100% - 206px);
  }

  .top-news-date {
    min-width: 100px;
  }

  .top-news-date,
  .top-news-note {
    display: inline-block;
    /*line-height: 40px;*/
  }
}

@media screen and (min-width: 920px) {

  .top-news-img {
    border-left: 10px solid #fff;
    display: inline-block;
    height: 80px;
    overflow: hidden;
    vertical-align: middle;
    width: 250px;
  }

  .top-news-contents {
    display: flex;
    /*font-size: 2rem;*/
    height: 80px;
    padding: 0;
    vertical-align: middle;
    width: calc(100% - 256px);
  }
}

.isotope .item {
  -webkit-transition-duration:0.2s;
  -moz-transition-duration:0.2s;
  -ms-transition-duration:0.2s;
  -o-transition-duration:0.2s;
  transition-duration:0.2s;
}
