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


    File name : base.css

    ====================================*/
/*
@mixin mq($breakpoint: medium) {
  @if $breakpoint == xsmall {
    @media screen and (min-width: 320px) {//320px以上
      @content;
    }
  } @else if $breakpoint == small {
    @media screen and (min-width: 600px) {//600px以上
      @content;
    }
  } @else if $breakpoint == medium {
    @media screen and (min-width: 768px) {//768px以上
      @content;
    }
  } @else if $breakpoint == large {
    @media screen and (min-width: 1024px) {//1024px以上
      @content;
    }
  } @else if $breakpoint == xlarge {
    @media screen and (min-width: 1280px) {//1280px以上
        @content;
    }
  }
}
*/
body {
  overflow-x: hidden;
  font-weight: 500;
  color: #444444; }

#loading {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 100px;
  margin: -10px 0 0 -75px; }
  #loading .txt {
    font-size: 11px;
    text-align: center;
    padding: 10px 0 0;
    letter-spacing: 0.1rem;
    font-weight: bold;
    display: none; }

#loader-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #fff;
  z-index: 9999; }

#container {
  line-height: 1.8;
  background: #f5f1ed; }

.contents {
  width: 1000px;
  padding: 50px 0;
  margin: 0 auto; }

p {
  margin: 0 0 20px; }
  p .indentfront {
    text-indent: -1em;
    padding-left: 2em;
    padding-bottom: 0 !important;
    margin: 0 0 0 1em !important; }

/*
	a{
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;	

	}

	a:hover{
		filter:alpha(opacity=50);
		-moz-opacity: 0.5;
		opacity: 0.5;
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}*/
     /*

    header
    -----------------------------------*/
header {
  position: fixed;
  z-index: 999; }
  header h1 {
    position: fixed;
    top: 50px;
    left: 50px; }
    @media screen and (max-width: 767px) {
      header h1 {
        position: relative;
        top: 50%;
        left: 50%;
        margin: 0 0 0 -100px; } }
    header h1 img {
      width: 200px;
      height: auto; }
  header ul {
    position: fixed;
    top: 60px;
    right: 50px; }
    @media screen and (max-width: 767px) {
      header ul {
        top: 15px;
        width: 280px;
        right: 50%;
        margin: 0 -140px 0 0;
        display: flex;
        justify-content: space-between; } }
    header ul li {
      float: left;
      margin: 0 20px; }
      @media screen and (max-width: 767px) {
        header ul li {
          width: 25%;
          float: none;
          margin: 0;
          text-align: center; } }
      header ul li a {
        font-family: 'Montserrat', sans-serif;
        text-decoration: none;
        color: #fff; }
        @media screen and (max-width: 767px) {
          header ul li a {
            font-size: 13px; } }

    /*

    footer
    -----------------------------------*/
footer {
  background: #fff;
  margin: 0;
  padding: 36px 0 36px;
  font-size: 10px;
  overflow: hidden;
  text-align: center;
  color: #fff; }
  footer .copy {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    padding: 0 0 0;
    margin: 0;
    text-align: left; }

.topBtn {
  position: fixed;
  /*固定*/
  bottom: 0;
  /*場所を右下に移動*/
  right: 10px;
  /*場所を右下に移動*/
  display: block;
  /*aタグをblock要素に変更*/
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  width: 6px;
  height: 80px;
  padding: 20px 20px;
  z-index: 9999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  @media screen and (max-width: 767px) {
    .topBtn {
      right: 5px;
      width: 5px;
      height: 60px; } }
  .topBtn img {
    width: 100%;
    height: auto; }
  .topBtn :hover {
    opacity: 0.5;
    bottom: 10px;
    right: 10px;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }

      /*

    swiper
    -----------------------------------*/
.swiper-slide {
  height: 100%;
  width: 100%; }

.swiper-container {
  /*height: calc(100% - 80px) !important;*/ }

.topslide01 {
  background: url("../img/slider_01.jpg") top center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .topslide01 {
      background: url("../img/slider_01_sp.jpg") top center no-repeat;
      background-size: cover; } }

.topslide02 {
  background: url("../img/slider_02.jpg") top center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .topslide02 {
      background: url("../img/slider_02_sp.jpg") top center no-repeat;
      background-size: cover; } }

.topslide03 {
  background: url("../img/slider_03.jpg") top center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .topslide03 {
      background: url("../img/slider_03_sp.jpg") top center no-repeat;
      background-size: cover; } }

.topslide04 {
  background: url("../img/slider_04.jpg") top center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .topslide04 {
      background: url("../img/slider_04_sp.jpg") top center no-repeat;
      background-size: cover; } }

.topslide05 {
  background: url("../img/slider_05.jpg") top center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .topslide05 {
      background: url("../img/slider_05_sp.jpg") top center no-repeat;
      background-size: cover; } }

.topslide06 {
  background: url("../img/slider_06.jpg") top center no-repeat;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    .topslide06 {
      background: url("../img/slider_06_sp.jpg") top center no-repeat;
      background-size: cover; } }

    /*

    top
    -----------------------------------*/
#mainArea {
  position: relative;
  height: 100vh;
  overflow: hidden; }
  #mainArea .main__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -38px 0 0 -260px;
    z-index: 200; }
  #mainArea .copy {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    position: absolute;
    top: 50%;
    right: 30px;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 999; }
    @media screen and (max-width: 767px) {
      #mainArea .copy {
        right: 5px;
        top: 38%;
        transform: scale(0.8); } }
  #mainArea .scroll {
    font-family: 'Montserrat', sans-serif;
    margin: 0;
    position: absolute;
    left: 40px;
    bottom: 100px;
    z-index: 9999;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 11px;
    letter-spacing: 0.2rem;
    display: block; }
    @media screen and (max-width: 767px) {
      #mainArea .scroll {
        left: 20px;
        font-size: 10px; } }
  #mainArea .scroll a {
    color: #fff;
    text-decoration: none; }
  #mainArea .scroll:after {
    content: "";
    background: #fff;
    position: absolute;
    height: 100px;
    width: 1px;
    top: 70px;
    left: 7px;
    animation: pathmove 1.4s ease-in-out infinite; }
@keyframes pathmove {
  0% {
    height: 0;
    opacity: 0;
    top: 50px; }
  40% {
    height: 100px;
    opacity: 1; }
  100% {
    height: 50px;
    top: 100px;
    opacity: 0; } }
     /*

      news
      -----------------------------------*/
.news {
  max-width: 1280px;
  margin: 80px auto;
  padding: 0 50px;
  display: flex; }
  @media screen and (max-width: 767px) {
    .news {
      display: block; } }
  .news .news__left {
    padding: 0 70px 0 0; }
    @media screen and (max-width: 767px) {
      .news .news__left {
        padding: 0 0 0 0; } }
    .news .news__left h2 {
      margin: -2px 0 0; }
      @media screen and (max-width: 767px) {
        .news .news__left h2 {
          margin: 0 0 50px; } }
    .news .news__left h2 span {
      font-family: 'Montserrat', sans-serif;
      font-size: 18px; }
      @media screen and (max-width: 767px) {
        .news .news__left h2 span {
          padding: 0 0 20px;
          border-bottom: 1px solid #444; } }
  .news .news__right .news__right--inner {
    display: flex; }
    @media screen and (max-width: 767px) {
      .news .news__right .news__right--inner {
        display: block;
        padding: 0 0 20px; } }
    .news .news__right .news__right--inner .news__day {
      font-size: 12px;
      text-align: left;
      font-family: 'Montserrat', sans-serif;
      font-weight: 600;
      width: 100px;
      padding: 5px 30px 5px 0; }
      @media screen and (max-width: 767px) {
        .news .news__right .news__right--inner .news__day {
          padding: 5px 0 5px 0; } }
    .news .news__right .news__right--inner .news__txt {
      text-align: left; }
    .news .news__right .news__right--inner .news__txt a {
      color: #444;
      text-decoration: none;
      text-align: left;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (max-width: 767px) {
        .news .news__right .news__right--inner .news__txt a {
          font-size: 14px; } }
    .news .news__right .news__right--inner .news__txt a:hover {
      color: #444;
      text-decoration: none;
      text-align: left;
      filter: alpha(opacity=50);
      -moz-opacity: 0.5;
      opacity: 0.5;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (max-width: 767px) {
        .news .news__right .news__right--inner .news__txt a:hover {
          font-size: 14px; } }

      /*

      about
      -----------------------------------*/
.about {
  background: url("../img/about_bg.jpg") bottom center no-repeat;
  padding: 120px 0 500px;
  height: 600px; }
  @media screen and (max-width: 767px) {
    .about {
      padding: 90px 0 500px;
      background: url("../img/about_bg_sp.jpg") bottom center no-repeat;
      height: 500px;
      background-size: cover; } }
  .about h2 {
    text-align: left;
    color: #fff;
    margin: 0 0 70px;
    line-height: 1.4;
    letter-spacing: 0.1rem; }
    @media screen and (max-width: 767px) {
      .about h2 {
        text-align: center; } }
    .about h2 span {
      font-family: 'Montserrat', sans-serif;
      font-size: 18px;
      padding: 0 0 20px;
      border-bottom: 1px solid #fff; }
  .about .box__txt {
    text-align: left;
    color: #fff;
    width: 460px;
    position: absolute;
    right: 80px; }
    @media screen and (max-width: 767px) {
      .about .box__txt {
        width: 100%;
        right: auto;
        padding: 0 40px;
        box-sizing: border-box; } }
    .about .box__txt h3 {
      text-align: left;
      font-size: 60px;
      line-height: 1.1;
      letter-spacing: 0.1rem;
      padding: 0 0 20px;
      font-family: 'Roboto Condensed', sans-serif; }
      @media screen and (max-width: 767px) {
        .about .box__txt h3 {
          font-size: 40px;
          line-height: 1.2; } }
    .about .box__txt p {
      text-align: left;
      font-size: 13px;
      line-height: 2; }
      @media screen and (max-width: 767px) {
        .about .box__txt p {
          font-size: 13px; } }
    .about .box__txt dl {
      padding: 20px 0 0; }
    .about .box__txt dt {
      float: left;
      font-size: 13px;
      padding: 0 0 2px; }
      @media screen and (max-width: 767px) {
        .about .box__txt dt {
          font-size: 11px; } }
    .about .box__txt dd {
      margin-left: 100px;
      font-size: 13px;
      padding: 0 0 2px; }
      @media screen and (max-width: 767px) {
        .about .box__txt dd {
          font-size: 11px; } }
      .about .box__txt dd a {
        color: #fff;
        text-decoration: none; }
      .about .box__txt dd a:hover {
        text-decoration: underline; }

  /*

  brand
  -----------------------------------*/
.brand {
  padding: 100px 0;
  /*
  a:hover .brand__logo img{
      filter:alpha(opacity=100) !important;
      -moz-opacity: 1 !important;
      opacity: 1 !important;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
  }*/ }
  @media screen and (max-width: 767px) {
    .brand {
      padding: 90px 0 60px; } }
  .brand h2 {
    text-align: center;
    margin: 0 0 80px;
    line-height: 1.4;
    letter-spacing: 0.1rem; }
    .brand h2 span {
      font-family: 'Montserrat', sans-serif;
      font-size: 18px;
      padding: 0 0 20px;
      border-bottom: 1px solid #444444; }
  .brand h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 17px;
    padding: 20px 0 50px; }
    @media screen and (max-width: 767px) {
      .brand h3 {
        font-size: 16px;
        padding: 10px 0 25px; } }
  .brand .brand__contents {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .brand .brand__contents {
        padding: 0 40px; } }
    @media screen and (max-width: 767px) {
      .brand .brand__contents {
        display: block; } }
    .brand .brand__contents .brand__contents--box {
      width: 48%;
      position: relative;
      overflow: hidden;
      margin: 0 0 50px; }
      @media screen and (max-width: 767px) {
        .brand .brand__contents .brand__contents--box {
          width: 100%;
          margin: 0 0 25px; } }
      .brand .brand__contents .brand__contents--box .brand__name {
        font-family: 'Montserrat', sans-serif;
        font-size: 11px;
        text-align: left;
        padding: 20px 0 0;
        font-weight: bold;
        background: #f5f1ed;
        z-index: 999;
        position: relative; }
        @media screen and (max-width: 767px) {
          .brand .brand__contents .brand__contents--box .brand__name {
            font-size: 10px;
            text-align: center; } }
  .brand .ttl__brand {
    margin: 80px 0 0; }
  .brand .brand__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 999; }
  .brand a .brand__logo {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .brand a .brand__logo--numun img {
      width: 16.061vw;
      height: 16.01vw; }
    .brand a .brand__logo--hwg img {
      width: 19.697vw;
      height: 3.939vw; }
    .brand a .brand__logo--deformasi img {
      width: 16.465vw;
      height: 7.273vw; }
    .brand a .brand__logo--int img {
      width: 14.848vw;
      height: 3.737vw; }
  .brand a:hover .brand__logo {
    display: block;
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    @media screen and (max-width: 767px) {
      .brand a:hover .brand__logo {
        filter: alpha(opacity=0) !important;
        -moz-opacity: 0 !important;
        opacity: 0 !important; } }
    .brand a:hover .brand__logo--numun img {
      width: 16.061vw;
      height: 16.01vw; }
    .brand a:hover .brand__logo--hwg img {
      width: 19.697vw;
      height: 3.939vw; }
    .brand a:hover .brand__logo--deformasi img {
      width: 16.465vw;
      height: 7.273vw; }
    .brand a:hover .brand__logo--int img {
      width: 14.848vw;
      height: 3.737vw; }
  .brand a .brand__contents--box .brand__img {
    background: #000; }
  .brand a .brand__img img {
    -o-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .brand a:hover .brand__img img {
    /*filter:alpha(opacity=30) !important;
    -moz-opacity: 0.3 !important;
    opacity: 0.3 !important;*/
    transform: scale(1.1, 1.1);
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }

  /*

  brand detail
  -----------------------------------*/
.main__second img {
  width: 100%;
  height: auto; }

.second__contents {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 50px 80px; }
  @media screen and (max-width: 767px) {
    .second__contents {
      padding: 0 40px 80px; } }
  .second__contents h2 {
    text-align: center;
    margin: 80px 0 100px;
    line-height: 1.4;
    letter-spacing: 0.1rem; }
    @media screen and (max-width: 767px) {
      .second__contents h2 {
        text-align: center; } }
    .second__contents h2 span {
      font-family: 'Montserrat', sans-serif;
      font-size: 18px;
      padding: 0 0 20px;
      border-bottom: 1px solid #111; }
  .second__contents .second__mainttl {
    font-size: 24px;
    text-align: left;
    margin: 80px 0 40px;
    border-bottom: 1px solid #ddd;
    padding: 0 0 10px; }
    @media screen and (max-width: 767px) {
      .second__contents .second__mainttl {
        font-size: 18px; } }
    .second__contents .second__mainttl span {
      font-family: 'Montserrat', sans-serif;
      display: block;
      font-size: 12px;
      padding: 0 0 0 2px; }
      @media screen and (max-width: 767px) {
        .second__contents .second__mainttl span {
          font-size: 10px; } }
  .second__contents .second__logo {
    padding: 100px 0; }
    @media screen and (max-width: 767px) {
      .second__contents .second__logo {
        padding: 60px 0; } }
  @media screen and (max-width: 767px) {
    .second__contents .second__logo img {
      width: 180px;
      height: auto; } }
  .second__contents .second__txtarea {
    padding: 0 0 60px; }
    .second__contents .second__txtarea a {
      color: #444444; }
    @media screen and (max-width: 767px) {
      .second__contents .second__txtarea td strong {
        font-size: 10px !important; } }
    @media screen and (max-width: 767px) {
      .second__contents .second__txtarea td {
        font-size: 10px !important; } }
  .second__contents p {
    text-align: left;
    line-height: 2 !important;
    margin: 0 0 30px; }
    @media screen and (max-width: 767px) {
      .second__contents p {
        font-size: 13px; } }
  .second__contents strong {
    font-weight: bold !important; }
  .second__contents .img__box {
    margin: 0 0 30px; }
    .second__contents .img__box img {
      width: 100%;
      height: auto; }
  .second__contents .img__box02 {
    margin: 0 0 30px;
    text-align: center;
    background: #fff; }
    .second__contents .img__box02 img {
      width: 60%;
      height: auto; }
      @media screen and (max-width: 600px) {
        .second__contents .img__box02 img {
          width: 100%; } }
  .second__contents .brand__contents {
    width: 100%;
    padding: 50px 0; }
    @media screen and (max-width: 767px) {
      .second__contents .brand__contents {
        padding: 0px 0; } }
    .second__contents .brand__contents .brand__logo {
      display: block;
      filter: alpha(opacity=0) !important;
      -moz-opacity: 0 !important;
      opacity: 0 !important;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      .second__contents .brand__contents .brand__logo--numun img {
        width: 13.061vw;
        height: auto; }
      .second__contents .brand__contents .brand__logo--hwg img {
        width: 16.697vw;
        height: auto; }
      .second__contents .brand__contents .brand__logo--deformasi img {
        width: 14.465vw;
        height: auto; }
      .second__contents .brand__contents .brand__logo--int img {
        width: 12.848vw;
        height: auto; }
    .second__contents .brand__contents a:hover .brand__logo {
      display: block;
      filter: alpha(opacity=100) !important;
      -moz-opacity: 1 !important;
      opacity: 1 !important;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (max-width: 767px) {
        .second__contents .brand__contents a:hover .brand__logo {
          filter: alpha(opacity=0) !important;
          -moz-opacity: 0 !important;
          opacity: 0 !important; } }
      .second__contents .brand__contents a:hover .brand__logo--numun img {
        width: 13.061vw;
        height: auto; }
      .second__contents .brand__contents a:hover .brand__logo--hwg img {
        width: 16.697vw;
        height: auto; }
      .second__contents .brand__contents a:hover .brand__logo--deformasi img {
        width: 14.465vw;
        height: auto; }
      .second__contents .brand__contents a:hover .brand__logo--int img {
        width: 12.848vw;
        height: auto; }
  .second__contents .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%; }
  .second__contents .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%; }
  .second__contents .sns__box {
    padding: 60px 0 10px;
    text-align: center;
    font-size: 30px; }
    @media screen and (max-width: 767px) {
      .second__contents .sns__box {
        padding: 30px 0 0px; } }
    .second__contents .sns__box a {
      padding: 0 10px;
      color: #444444; }
  .second__contents .btn__more {
    margin: 20px 0 30px; }
    .second__contents .btn__more a {
      max-width: 300px;
      border: 1px solid #444444;
      padding: 12px;
      text-align: center;
      display: block;
      margin: 0 auto;
      color: #444444;
      text-decoration: none;
      border-radius: 50px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      font-weight: bold;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (max-width: 767px) {
        .second__contents .btn__more a {
          max-width: 240px; } }
      .second__contents .btn__more a:hover {
        border: 1px solid #333;
        background: #333;
        color: #fff; }

  /*

  contact
  -----------------------------------*/
.contact {
  padding: 40px 0 60px;
  background: #0d3e80;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .contact {
      padding: 0px 0 20px; } }
  .contact h2 {
    margin: 0 0 80px;
    line-height: 1.4;
    letter-spacing: 0.1rem; }
    .contact h2 span {
      font-family: 'Montserrat', sans-serif;
      font-size: 18px;
      padding: 0 0 20px;
      border-bottom: 1px solid #fff; }
  @media screen and (max-width: 767px) {
    .contact .contact__logo {
      text-align: center; } }
  .contact .address {
    max-width: 1280px;
    margin: 0 auto;
    padding: 50px 50px 0;
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 767px) {
      .contact .address {
        padding: 30px 30px 0;
        display: block; } }
    .contact .address a {
      text-decoration: none;
      color: #fff;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .contact .address a:hover {
      text-decoration: none;
      color: #fff;
      filter: alpha(opacity=70);
      -moz-opacity: 0.7;
      opacity: 0.7;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }
    .contact .address .left {
      text-align: left; }
      .contact .address .left h4 {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        padding: 30px 0 5px; }
        @media screen and (max-width: 767px) {
          .contact .address .left h4 {
            text-align: center; } }
        .contact .address .left h4 a {
          font-family: 'Montserrat', sans-serif;
          text-decoration: none;
          color: #fff;
          font-weight: 100; }
          @media screen and (max-width: 767px) {
            .contact .address .left h4 a {
              text-align: center; } }
      .contact .address .left p {
        text-align: left;
        font-size: 12px; }
        @media screen and (max-width: 767px) {
          .contact .address .left p {
            text-align: center;
            font-size: 11px; } }
    .contact .address .right .sns {
      padding: 60px 0 10px;
      text-align: right;
      font-size: 24px; }
      @media screen and (max-width: 767px) {
        .contact .address .right .sns {
          text-align: center;
          padding: 20px 0 10px; } }
      .contact .address .right .sns a {
        padding: 0 6px;
        color: #fff; }
    .contact .address .right .copy {
      font-size: 10px;
      font-family: 'Montserrat', sans-serif; }

    /*

    nav
    ------------------*/
main {
  text-align: center;
  position: relative;
  z-index: 1; }

aside {
  display: none;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 0;
  background: url("../img/bg_04.jpg") top center no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 100%;
  z-index: 1; }

nav {
  overflow: hidden;
  background: rgba(255, 255, 255, 0.9);
  padding: 100px 50px 100px 50px;
  width: 700px;
  position: absolute;
  top: 50%;
  right: 0;
  margin: -260px 0 0; }
  nav ul li {
    margin: 0 15px 15px;
    color: #fff;
    width: 320px;
    float: left; }
    nav ul li a {
      font-family: 'Montserrat', sans-serif;
      text-decoration: none;
      font-size: 36px;
      letter-spacing: 0.1rem;
      font-weight: bold;
      padding: 0 0 50px;
      display: block;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }

#menuButton {
  display: block;
  width: 40px;
  height: 40px;
  position: fixed;
  top: 30px;
  right: 50px;
  z-index: 9999;
  display: none; }
  #menuButton span {
    display: block;
    background: #fff;
    /*background: #174173;*/
    width: 40px;
    height: 3px;
    position: absolute;
    left: 0;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    overflow: hidden;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s; }

#menuButton span:first-child {
  top: 7px; }

#menuButton span:nth-child(2) {
  margin-top: -1.5px;
  top: 50%; }

#menuButton span:last-child {
  bottom: 6px; }

#menuButton.active span:first-child {
  -webkit-transform: translateY(12px) rotate(45deg);
  -moz-transform: translateY(12px) rotate(45deg);
  -ms-transform: translateY(12px) rotate(45deg);
  transform: translateY(12px) rotate(45deg); }

#menuButton.active span:nth-child(2) {
  opacity: 0; }

#menuButton.active span:last-child {
  -webkit-transform: translateY(-11px) rotate(-45deg);
  -moz-transform: translateY(-11px) rotate(-45deg);
  -ms-transform: translateY(-11px) rotate(-45deg);
  transform: translateY(-11px) rotate(-45deg); }

      /*

    fuwat
    -----------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.3s;
  -ms-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-name: fuwatAnime;
  -ms-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fuwatAnime02 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.3s;
  -ms-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-name: fuwatAnime02;
  -ms-animation-name: fuwatAnime02;
  animation-name: fuwatAnime02;
  visibility: visible !important;
  animation-delay: 0.5s; }

@-webkit-keyframes fuwatAnime02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes fuwatAnime02 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fuwatAnime03 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.3s;
  -ms-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-name: fuwatAnime03;
  -ms-animation-name: fuwatAnime03;
  animation-name: fuwatAnime03;
  visibility: visible !important;
  animation-delay: 0.5s; }

@-webkit-keyframes fuwatAnime03 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fuwatAnime03 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.fuwatAnime04 {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.3s;
  -ms-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-name: fuwatAnime04;
  -ms-animation-name: fuwatAnime04;
  animation-name: fuwatAnime04;
  visibility: visible !important; }

@-webkit-keyframes fuwatAnime04 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0); } }
@keyframes fuwatAnime04 {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
.ttlAnime {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.3s;
  -ms-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-name: ttlAnime;
  -ms-animation-name: ttlAnime;
  animation-name: ttlAnime;
  visibility: visible !important;
  animation-delay: 1s; }

@-webkit-keyframes ttlAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0); } }
@keyframes ttlAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }
@media screen and (min-width: 768px) {
  .spBox {
    display: none; } }
@media all and (min-width: 0px) and (max-width: 767px) {
  .pcBox {
    display: none; }

  h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -100px;
    z-index: 9; }
    h1 img {
      width: 200px;
      height: auto; } }
