@charset "UTF-8";
/****************************************
Setting
*****************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  font-style: normal;
  font-family: inherit;
  vertical-align: baseline; }

div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
  _text-align: left;
  /* IE6センタリング */ }

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

* {
  letter-spacing: 0; }

/* IE7 */
ul {
  list-style: none; }

body {
  font-size: 16px;
  line-height: 1.8em;
  color: #333;
  position: relative;
  /* IE7拡大用 */
  _text-align: center;
  /* IE6センタリング */ }

/* font-style */
strong {
  font-weight: bold;
  /* font-style */ }

em {
  font-weight: bold;
  /* font-style */ }

.itaric {
  font-style: italic; }

.small {
  font-size: 80%; }

.big {
  font-size: 140%;
  font-weight: bold; }

.clear {
  clear: both; }

.hidden {
  display: none; }

.no-align, .no-alignment, .no-wrap, .wrapping {
  overflow: hidden; }

:focus {
  -moz-outline-style: none; }

/* Links */
a, a:visited {
  color: #0088cc;
  text-decoration: none; }

a:hover, a:active {
  text-decoration: none; }

a:active, a:focus {
  outline: 0 none; }

/****************************************
img png_gif
*****************************************/
img {
  behavior: url(iepngfix.htc); }

/*** #4c4948 ***/
/*** #736d71 ***/
/*** #806161 ***/
/*** #fff ***/
/*** #e60012 ***/
/*** #33CCFF ***/
/*** #FFFF00 ***/
/*** #3366FF ***/
/*** #FF66CC ***/
/*** #66FF33 ***/
/*** #FF6600 ***/
/*** #FF99CC ***/
.w10 {
  width: 10%; }

.w15 {
  width: 15%; }

.w20 {
  width: 20%; }

.w25 {
  width: 25%; }

.w30 {
  width: 30%; }

.w35 {
  width: 35%; }

.w40 {
  width: 40%; }

.w45 {
  width: 45%; }

.w50 {
  width: 50%; }

.w55 {
  width: 55%; }

.w60 {
  width: 60%; }

.w65 {
  width: 65%; }

.w70 {
  width: 70%; }

.w75 {
  width: 75%; }

.w80 {
  width: 80%; }

.w85 {
  width: 85%; }

.w90 {
  width: 90%; }

.w95 {
  width: 95%; }

.w100 {
  width: 100%; }

/****************************************
font-style
*****************************************/
/*　通常指定　*/
body {
  font-family: Montserrat , Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , "Noto Sans JP" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
  font-weight: normal;
  font-weight: 400; }

/***********************************
edit-style
***********************************/
html, body {
  margin: 0px;
  padding: 0px; }

html {
  height: 100%; }

body.top {
  height: 100%; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

a {
  text-decoration: none; }

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 998;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

.clearfix {
  display: block;
  overflow: hidden;
  *zoom: 1; }

#mobile {
  color: #CCC;
  width: 180px;
  background: rgba(105, 105, 105, 0.5);
  display: inline-block;
  margin: 10px auto 0 10px;
  padding: 0px 10px;
  border-radius: 3px;
  border: 1px #666 solid;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 13px;
  font-family: 'Questrial', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 300; }
  #mobile a {
    color: #FFF; }
    #mobile a.stay {
      color: #999; }

br.visible-xs {
  display: inline; }
  @media screen and (min-width: 567px) {
    br.visible-xs {
      display: none; } }

.hidden-xs {
  display: none; }
  @media screen and (min-width: 567px) {
    .hidden-xs {
      display: inherit; } }

.text-center {
  text-align: center; }

/**************************
top
**************************/
.top #logo {
  margin: 20% auto 30px auto;
  width: 80%;
  max-width: 640px; }

#logo .opc {
  opacity: 0.8; }

#hero1 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

#hero1 h3 {
  width: 90%;
  text-align: center;
  margin: 20px auto;
  line-height: 1.8;
  letter-spacing: 0.2em;
  padding-left: 0.2em; }

@media screen and (max-width: 640px) {
  .top #logo {
    margin: 200px auto 30px auto;
    width: 90%;
    max-width: 600px; }

  #hero1 {
    text-align: center;
    height: 100%;
    min-height: 800px; }
    #hero1 h3 {
      width: 90%;
      text-align: center;
      margin: 20px auto;
      font-size: 14px;
      line-height: 1.8;
      letter-spacing: 0.2em;
      padding-left: 1em; } }
.hero, .content {
  text-align: center;
  position: relative;
  width: 100%; }

.inner {
  /* min-height: 750px; */
  position: relative; }

.blue {
  background-color: #4c4948;
  color: #FFF; }
  .blue a, .blue a:visited {
    color: #F8F8F8; }

.blk {
  background: url("images/pc/bg-02.jpg");
  background-size: cover;
  background-position: bottom center;
  background-attachment: fixed;
  min-height: 700px;
  color: #FFF;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }
  .blk a, .blk a:visited {
    color: #F8F8F8; }

.content .copy {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: auto;
  padding-top: 30px;
  padding-bottom: 30px; }
  .content .copy h1 {
    margin: 10px auto 20px auto;
    font-size: 40px; }

#con3 .copy {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 30px; }
  #con3 .copy h1 {
    margin: 10px auto 20px auto;
    font-size: 50px;
    color: #FFF; }
    #con3 .copy h1 span {
      font-size: 20px; }

#con5 {
  min-height: 100px; }

h4.center {
  margin: 20px auto;
  max-width: 640px;
  text-align: center; }

a.center {
  display: block;
  margin: 0px auto;
  width: 80%;
  max-width: 320px;
  text-align: center; }

/**************************
sns
**************************/
.inner .sns {
  display: block;
  padding: 30px;
  overflow: hidden;
  zoom: 1;
  text-align: center; }
  .inner .sns h1 {
    margin: 20px auto 20px auto;
    font-size: 80px;
    font-Weight: normal;
    font-Weight: 300;
    font-family: Questrial,sans-serif;
    color: #FFF; }

.fb-box, .tw-box {
  display: inline-block;
  width: 100%;
  max-width: 640px;
  height: 470px;
  margin: 10px;
  padding: 10px;
  vertical-align: top;
  border-radius: 3px;
  /* background: rgba(255, 255, 255, 0.8); */
  text-align: center; }

/**************************
footer
**************************/
footer {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 1;
  color: #FFF;
  display: block;
  text-align: center;
  font-size: 8px;
  margin-top: 50px; }

@media screen and (min-width: 768px) {
  footer {
    margin-top: 100px; } }

.top footer {
  position: absolute;
  height: 10px;
  top: auto;
  bottom: 30px;
  color: #4c4948;
  bottom: 30px;
  margin-top: 0; }
  @media screen and (min-width: 768px) {
    .top footer {
      bottom: 3.154vw;
      margin-top: 0; } }

.wrap-concept footer {
  position: absolute;
  height: 30px;
  top: auto;
  bottom: 0;
  margin-top: 0; }
  @media screen and (min-width: 768px) {
    .wrap-concept footer {
      position: relative;
      height: 30px;
      bottom: auto;
      margin-top: 100px; } }

.foot-box {
  display: table-cell;
  line-height: 30px;
  vertical-align: middle;
  width: 30%;
  height: 30px;
  margin: 0 auto;
  text-align: center; }
  .foot-box:first-child {
    text-align: left;
    padding-left: 20px; }
  .foot-box:last-child {
    padding-right: 20px; }

.sns-menu {
  display: table; }
  .sns-menu li {
    display: table-cell;
    line-height: 30px;
    vertical-align: middle;
    height: 30px;
    padding: 0 10px; }
    .sns-menu li:last-child {
      margin-right: 0; }
    .sns-menu li img {
      max-height: 20px;
      margin-right: 10px;
      vertical-align: middle; }

/**************************
nav
**************************/
/**********************************
header
**********************************/
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: transparent;
  z-index: 999; }

header h1 {
  font-size: 1em; }

header h1 br {
  display: none; }

.top header h1 {
  width: 200px;
  margin: 0 auto;
  padding-top: 120px;
  text-align: center;
  opacity: 1; }
  .top header h1 img {
    margin: 10px auto;
    width: 100%; }

.page header h1 {
  width: 80px;
  margin: 0 auto;
  padding-top: 10px;
  text-align: center;
  opacity: 1; }
  .page header h1 img {
    margin: 0 auto;
    width: 100%; }

/**********************************
    メニュー
**********************************/
.menu {
  overflow-y: auto;
  /* 縦方向のみスクロール */
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  max-width: 320px;
  /* 横に広がり過ぎないように */
  color: #FFF;
  background: #FFF;
  text-align: left;
  z-index: 9999;
  /* アニメーション */
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out; }

.menu ul {
  margin-top: 60px; }

.menu ul li a {
  display: block;
  padding: 1.25em;
  color: #555;
  font-weight: 300;
  text-shadow: none;
  text-decoration: none; }

.menu ul li a:hover {
  /* color:#fff; */
  background: #F8F8F8; }

/* メニューON/OFF */
.menuOff {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  z-index: 9999;
  /* 最前面に来るように */ }

.menuOn {
  box-shadow: 8px 8px 20px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.ie .menuOff {
  left: -100%;
  /* IE向け */ }

.ie .menuOn {
  left: 0;
  /* IE向け */ }

/* ナビゲーション以外固定 */
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

/* オーバーレイ */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  z-index: 999;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }

/**********************************
    ナビゲーションアイコン
**********************************/
.navBtn {
  position: absolute;
  top: 1em;
  left: 1em; }

/* IE8以下はアイコン位置調整 */
#ie8 .navBtn,
#ie7 .navBtn,
#ie6 .navBtn {
  top: 30px; }

.navBtn button {
  display: block;
  border: none;
  background: none;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  −moz−tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

.navIcon {
  padding: 2rem 1rem;
  cursor: pointer;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  transform: scale(0.8); }

.navIcon,
.navIcon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box; }

.navIcon {
  position: relative;
  width: 40px;
  height: 40px; }

.navIcon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #444;
  border-radius: 1px; }

.navIcon span:nth-of-type(1) {
  top: 0; }

.navIcon span:nth-of-type(2) {
  top: 12px; }

.navIcon span:nth-of-type(3) {
  top: 24px; }

.navIcon span:nth-of-type(4) {
  top: 36px;
  width: 50%; }

/**********************************
    ナビアイコン：矢印
**********************************/
.navIcon span.arrow:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-315deg);
  transform: translateY(12px) rotate(-315deg); }

.navIcon span.arrow:nth-of-type(2) {
  opacity: 0; }

.navIcon span.arrow:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(315deg);
  transform: translateY(-12px) rotate(315deg); }

.navIcon span.arrow:nth-of-type(4) {
  opacity: 0; }

/**********************************
    ナビアイコン：ハンバーガー
**********************************/
.hamburger {
  -webkit-animation-name: navIconSlideFrom;
  -moz-animation-name: navIconSlideFrom;
  animation-name: navIconSlideFrom; }

@-webkit-keyframes navIconSlideFrom {
  0% {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); } }
@-moz-keyframes navIconSlideFrom {
  0% {
    -moz-transform: rotate(-180deg);
    transform: rotate(-180deg); } }
@keyframes navIconSlideFrom {
  0% {
    transform: rotate(-180deg); } }
/* ナビアイコン：ハンバーガー:before */
.hamburger:before {
  -webkit-animation-name: navIconSlideBeforeFrom;
  -moz-animation-name: navIconSlideBeforeFrom;
  animation-name: navIconSlideBeforeFrom; }

@-webkit-keyframes navIconSlideBeforeFrom {
  0% {
    margin: 3% 37%;
    width: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); } }
@-moz-keyframes navIconSlideBeforeFrom {
  0% {
    margin: 3% 37%;
    width: 50%;
    -moz-transform: rotate(45deg);
    transform: rotate(45deg); } }
@keyframes navIconSlideBeforeFrom {
  0% {
    margin: 3% 37%;
    width: 75%;
    transform: rotate(45deg); } }
/* ナビアイコン：ハンバーガー:after */
.hamburger:after {
  -webkit-animation-name: navIconSlideAfterFrom;
  -moz-animation-name: navIconSlideAfterFrom;
  animation-name: navIconSlideAfterFrom; }

@-webkit-keyframes navIconSlideAfterFrom {
  0% {
    margin: 3% 37%;
    width: 75%;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
@-moz-keyframes navIconSlideAfterFrom {
  0% {
    margin: 3% 37%;
    width: 75%;
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg); } }
@keyframes navIconSlideAfterFrom {
  0% {
    margin: 3% 37%;
    width: 75%;
    transform: rotate(-45deg); } }
/**********************************
    レスポンシブ
**********************************/
@media screen and (max-width: 800px) {
  header h1 {
    line-height: 1.3; }

  header h1 br {
    display: block; }

  header .menu {
    width: 50%; } }
@media screen and (max-width: 480px) {
  header h1 {
    font-size: 1.2em; }

  header .navBtn {
    top: 0;
    left: 0;
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    transform: scale(0.5); }

  header .menu {
    width: 70%; } }
#homenav h2 {
  width: auto;
  height: 60px;
  text-align: center;
  margin: 0 auto;
  line-height: 60px;
  font-size: 16px;
  letter-spacing: 0.2em;
  padding: 0 0;
  font-weight: 700;
  color: #FFF; }
  @media screen and (min-width: 768px) {
    #homenav h2 {
      height: 8.2vw;
      line-height: 8.2vw;
      font-size: 2.08vw; } }
  @media screen and (min-width: 1200px) {
    #homenav h2 {
      height: 8.2vw;
      line-height: 8.2vw;
      font-size: 2.08vw; } }
@media screen and (min-width: 768px) {
  #homenav h2.title-contact {
    /* font-size: 28px; */ } }
@media screen and (min-width: 1200px) {
  #homenav h2.title-contact {
    /* font-size: 35px; */ } }
@media screen and (min-width: 1400px) {
  #homenav h2.title-contact {
    /* font-size: 2.08vw; */ } }
#homenav h2.title-contact span {
  display: none; }
  @media screen and (min-width: 768px) {
    #homenav h2.title-contact span {
      display: inline-block;
      padding-left: 15px;
      height: 1em;
      font-size: 0.52em;
      line-height: 1.4;
      text-align: left;
      font-weight: 500; } }
  @media screen and (min-width: 1400px) {
    #homenav h2.title-contact span {
      font-size: 0.4em; } }

#homenav li {
  display: inline-block;
  width: 25%;
  height: 20px; }
  @media screen and (min-width: 768px) {
    #homenav li {
      width: 100px;
      height: 15px; } }
  @media screen and (min-width: 1200px) {
    #homenav li {
      width: 170px;
      height: 17px; } }
  #homenav li a {
    display: block;
    width: 100%;
    height: 20px;
    text-align: center;
    margin: 0 0;
    line-height: 1;
    font-size: 13px;
    letter-spacing: 0.1em;
    padding: 0 0;
    text-decoration: none;
    font-weight: 700;
    color: #717171;
    -webkit-tap-highlight-color: transparent;
    -moz-tap-highlight-color: transparent;
    tap-highlight-color: transparent; }
    @media screen and (min-width: 768px) {
      #homenav li a {
        height: 15px;
        font-size: 15px;
        letter-spacing: 0.2em; } }
    @media screen and (min-width: 1200px) {
      #homenav li a {
        height: 17px;
        font-size: 17px;
        letter-spacing: 0.2em; } }

#homenav {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  display: block;
  /* overflow: hidden; */
  zoom: 1;
  text-align: center; }
  #homenav li {
    display: inline-block;
    list-style: none;
    text-align: center; }
    #homenav li a {
      position: relative;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      transition: all 0.3s; }
      #homenav li a.stay {
        color: #FFF; }
      @media screen and (min-width: 768px) {
        #homenav li a::after {
          content: '';
          position: absolute;
          display: block;
          top: auto;
          bottom: -8px;
          left: 0;
          right: 0;
          width: 80%;
          height: 2px;
          background: rgba(255, 255, 255, 0);
          border-bottom: 1.5px white solid;
          margin: 0 auto;
          z-index: 1;
          transform: scale(0, 1);
          transform-origin: center top;
          transition: transform .3s;
          /* opacity: 0.7; */ } }
      @media screen and (min-width: 768px) {
        #homenav li a:hover {
          /* opacity: 0.7; */
          color: #FFF; } }
      @media screen and (min-width: 768px) {
        #homenav li a:hover::after {
          transform: scale(1, 1); } }
      @media screen and (min-width: 768px) {
        #homenav li a.stay::after {
          content: '';
          position: absolute;
          display: block;
          top: auto;
          bottom: -8px;
          left: 0;
          right: 0;
          width: 80%;
          height: 2px;
          background: rgba(255, 255, 255, 0);
          border-bottom: 1.5px white solid;
          margin: 0 auto;
          z-index: 1;
          transform: scale(1, 1); } }
      @media screen and (min-width: 1200px) {
        #homenav li a.stay::after {
          /* width: 150px; */ } }

.top #homenav li a {
  color: #4c4948; }
  @media screen and (min-width: 768px) {
    .top #homenav li a:hover {
      opacity: 0.7;
      color: #4c4948; } }

@media screen and (min-width: 768px) {
  .top #homenav a::after {
    border-bottom: 1.5px #333 solid; } }

.page #homenav li a img {
  display: block;
  width: 100%;
  vertical-align: baseline; }
.page #worknav {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  zoom: 1;
  text-align: center; }
  .page #worknav ul {
    /* padding-top:100px; */ }
  .page #worknav li {
    display: inline-block;
    list-style: none;
    text-align: center; }
    .page #worknav li a {
      padding: 3px 10px;
      font-size: 13px;
      color: #333; }
      .page #worknav li a:hover {
        border-bottom: 1px #CCC solid; }
      .page #worknav li a.stay {
        font-weight: bold;
        border-bottom: 1px white solid; }

/**********************************
an-container
**********************************/
.top #an-logo {
  display: none;
  -webkit-transform: translate3d(0, 0, 0); }

#an-container {
  position: relative;
  margin: 0 auto;
  width: 1060px;
  height: auto;
  min-height: 850px; }

@media screen and (max-width: 920px) {
  #an-container {
    width: 100%;
    max-width: 640px; } }
@media screen and (max-width: 640px) {
  .top #an-logo {
    display: none;
    width: 200px;
    margin: 0 auto;
    padding-top: 10px;
    text-align: center; }

  #an-container {
    width: auto;
    min-height: 640px;
    height: 100%; } }
#screen {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  opacity: 1; }
  #screen img {
    display: none;
    width: 100%; }

#screen-on {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 1; }
  #screen-on img {
    display: none;
    width: 100%; }

#screen-over {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 1; }
  #screen-over img {
    display: none;
    width: 100%; }

#area-bg-sir {
  opacity: 1;
  width: 100%; }

#cube-on-1 {
  z-index: 777;
  opacity: 1;
  /* display: block;
  display: none; */
  top: 347px;
  left: 0;
  width: 100%; }

#cube-on-2 {
  z-index: 778;
  opacity: 1;
  display: none;
  top: 434px;
  left: 614px;
  width: 28px; }

#cube-on-3 {
  z-index: 778;
  opacity: 1;
  display: none;
  top: 418px;
  left: 954px;
  width: 70px; }

#cube-on-4 {
  z-index: 778;
  opacity: 1;
  display: none;
  top: 550px;
  left: 59px;
  width: 32px; }

#cube-on-5 {
  z-index: 778;
  opacity: 1;
  display: none;
  top: 582px;
  left: 164px;
  width: 826px; }

#cube-on-6 {
  z-index: 778;
  opacity: 1;
  display: none;
  top: 574px;
  left: 273px;
  width: 18px; }

#cube-on-7 {
  z-index: 779;
  opacity: 1;
  display: none;
  top: 564px;
  left: 457px;
  width: 115px; }

.an-bg-grid {
  -webkit-transform: translate3d(0, 0, 0); }

.an-bg-grid-on {
  -webkit-transform: translate3d(0, 0, 0); }

.an-bg-grid-over {
  -webkit-transform: translate3d(0, 0, 0); }

.screen-image {
  position: absolute;
  /* display: block; */
  display: none;
  -webkit-transform: translate3d(0, 0, 0); }

@media screen and (max-width: 920px) {
  #cube-on-1 {
    z-index: -3;
    top: 10%;
    left: 0;
    width: 100%; }

  #cube-on-2 {
    z-index: -1;
    top: 15%;
    left: 80%;
    width: 3%; }

  #cube-on-3 {
    z-index: -1;
    top: 15%;
    left: 90%;
    width: 6.6%; }

  #cube-on-4 {
    z-index: -1;
    top: 18%;
    left: 5%;
    width: 3%; }

  #cube-on-5 {
    z-index: -1;
    top: 26%;
    left: 8%;
    width: 77.9%; }

  #cube-on-6 {
    z-index: -1;
    top: 23%;
    left: 20%;
    width: 1.2%; }

  #cube-on-7 {
    z-index: -1;
    top: 20%;
    left: 30%;
    width: 10.85%; } }
@media screen and (max-width: 620px) {
  #cube-on-1 {
    top: 10%; }

  #cube-on-2 {
    top: 12%; }

  #cube-on-3 {
    top: 13%; }

  #cube-on-4 {
    top: 14%; }

  #cube-on-5 {
    top: 16%; }

  #cube-on-6 {
    top: 15%; }

  #cube-on-7 {
    top: 14%; } }
#hero1 .an-nav {
  position: relative;
  width: 100%;
  max-width: 960px;
  padding: 430px 0 0 0;
  z-index: 100;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  text-align: center; }
  #hero1 .an-nav li {
    display: inline-block;
    width: 168px;
    height: 168px;
    margin: 0 9px 18px 9px;
    padding: 0;
    vertical-align: top;
    border: 0 none;
    color: #333;
    display: none;
    overflow: hidden; }
    #hero1 .an-nav li a {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0;
      color: #333;
      vertical-align: middle;
      text-decoration: none;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      box-shadow: rgba(51, 51, 51, 0.6) 0px 0px 30px 80px inset;
      -webkit-box-shadow: rgba(51, 51, 51, 0.6) 0px 0px 30px 80px inset;
      -moz-box-shadow: rgba(51, 51, 51, 0.6) 0px 0px 30px 80px inset;
      /* box-shadow:rgba(255, 255, 255, 0.5) 0px 0px 30px 80px inset; */
      /* -webkit-box-shadow:rgba(255, 255, 255, 0.5) 0px 0px 30px 80px inset; */
      /* -moz-box-shadow:rgba(255, 255, 255, 0.5) 0px 0px 30px 80px inset; */ }
      #hero1 .an-nav li a img {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        color: #333;
        vertical-align: bottom;
        text-decoration: none; }
      #hero1 .an-nav li a h3 {
        color: #FFF;
        text-shadow: 0px 0px 3px #333;
        margin: 0 auto;
        padding-top: 40%;
        letter-spacing: 0.1em; }
    #hero1 .an-nav li .an-menu-01 {
      background-image: url("images/menu/menuimg_01.jpg"); }
    #hero1 .an-nav li .an-menu-02 {
      background-image: url("images/menu/menuimg_02.jpg"); }
    #hero1 .an-nav li .an-menu-03 {
      background-image: url("images/menu/menuimg_03.jpg"); }
    #hero1 .an-nav li .an-menu-04 {
      background-image: url("images/menu/menuimg_04.jpg"); }
    #hero1 .an-nav li .an-menu-05 {
      background-image: url("images/menu/menuimg_05.jpg"); }
    #hero1 .an-nav li a:hover {
      box-shadow: none;
      -webkit-box-shadow: none;
      -moz-box-shadow: none; }
#hero1 .an-nav:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden; }
#hero1 .an-nav {
  display: inline-block;
  overflow: hidden; }

.screen-copy {
  position: absolute;
  display: block; }

@media screen and (max-width: 640px) {
  #hero1 #screen {
    display: none; }
  #hero1 .an-nav {
    padding: 250px 0 0 0;
    max-width: 320px; }
    #hero1 .an-nav li {
      display: block;
      margin: 0 9px 9px 9px; } }
/**********************************
button
**********************************/
.button {
  position: relative;
  z-index: 2;
  display: inline-block;
  width: 200px;
  height: 54px;
  text-align: center;
  text-decoration: none;
  line-height: 54px;
  outline: none;
  background-color: #fff;
  border: 2px solid #333;
  color: #333;
  line-height: 50px;
  overflow: hidden; }

.button::before,
.button::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: ''; }

.button,
.button::before,
.button::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .3s;
  transition: all .3s; }

.button:hover {
  color: #FFF; }

.button::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%; }

.button:hover::after {
  left: 0;
  background-color: #111; }

a.button {
  color: #111; }

/*********************************
grid_menu
**********************************/
.style-menu {
  display: block;
  width: 100%;
  margin: 20px auto; }
  .style-menu ul {
    display: block;
    margin: 0 auto;
    overflow: hidden;
    *zoom: 1;
    text-align: center; }
    .style-menu ul li {
      display: inline-block;
      width: 320px;
      height: 320px;
      margin: 0;
      padding: 0;
      vertical-align: bottom;
      border: 0 none;
      color: #333; }
      .style-menu ul li a {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        color: #333;
        vertical-align: bottom;
        text-decoration: none; }
        .style-menu ul li a img {
          display: block;
          position: relative;
          width: 100%;
          height: 100%;
          margin: 0;
          padding: 0;
          color: #333;
          vertical-align: bottom;
          text-decoration: none; }

.style-menu ul li a img.alogo {
  display: block;
  width: 100px;
  height: 100px;
  margin: 10px auto;
  line-height: 2em; }

/**********************************
content
**********************************/
body {
  position: relative;
  display: block;
  width: 100vw;
  height: 100%;
  position: relative;
  background: #4c4948;
  margin: auto auto;
  padding: 0 0; }
  body .wrap,
  body .inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    margin: auto auto; }

body.top {
  position: relative;
  display: block;
  width: 100vw;
  height: 100vh;
  position: relative;
  background: #4c4948;
  margin: auto auto;
  padding: 0 0; }
  @media screen and (min-width: 768px) {
    body.top {
      min-height: 600px; } }
  body.top .wrap,
  body.top .inner {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin: auto auto; }
  body.top .inner::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 3.6vw);
    height: calc(100% - 3.6vw);
    background: white;
    margin: auto auto;
    z-index: 0; }

/**********************************
row-wrapper contents
**********************************/
.row-wrapper {
  width: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  text-align: center; }

.row-wrapper {
  display: -ms-grid;
  display: grid;
  grid-gap: 0;
  -ms-grid-columns: 100%;
  grid-template-columns: 100%;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }
  @media screen and (min-width: 768px) {
    .row-wrapper {
      -ms-grid-columns: 50% 50%;
      grid-template-columns: 50% 50%; } }

.col-block {
  /* position: relative;
  width: 100%;
  margin: 0 0;
  padding: 0 0;
  overflow: hidden; */ }

.col-block img {
  display: block;
  width: 100%;
  vertical-align: top; }

/**********************************
content-copy
**********************************/
.copy h3 {
  margin: 30px auto 0 auto;
  font-size: 26px;
  letter-spacing: 0.1em;
  color: #4c4948; }

.content-copy {
  display: block;
  color: #333;
  margin: 20px auto;
  width: 96%;
  overflow: hidden;
  *zoom: 1;
  text-align: center; }
  .content-copy .left {
    display: inline-block;
    margin: 0;
    padding: 1em;
    width: 48%;
    vertical-align: top; }
  .content-copy .right {
    display: inline-block;
    margin: 0;
    padding: 1em;
    width: 48%;
    text-align: left;
    vertical-align: top; }
  .content-copy h4 {
    margin: 0;
    text-align: left;
    font-weight: normal;
    font-size: 1.2em;
    line-height: 2;
    color: #444444; }
  .content-copy p {
    margin: 0;
    text-align: left;
    line-height: 2; }
  .content-copy ul {
    margin: 0;
    line-height: 2; }
  .content-copy li {
    line-height: 2; }

@media screen and (max-width: 640px) {
  .content-copy {
    display: block;
    margin: 20px auto;
    width: 98%; }
    .content-copy .left {
      display: block;
      margin: 0 auto;
      width: 100%; }
    .content-copy .right {
      display: block;
      margin: 0 auto;
      width: 100%; } }
/**********************************
top
**********************************/
.main-content {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto; }

.top-main-logo {
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 42.1875vw;
  height: 78.759vw;
  margin: auto auto;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .top-main-logo {
      width: 15.625vw;
      height: 29.17vw; } }
  @media screen and (min-width: 1200px) {
    .top-main-logo {
      width: 15.625vw;
      height: 29.17vw; } }
  .top-main-logo img {
    width: 100%;
    margin: 0 0;
    padding: 0 0;
    vertical-align: top; }

/**********************************
wrap
**********************************/
.wrap-inner {
  margin: 0 auto;
  padding: 120px 0 0;
  width: 100%;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .wrap-inner {
      padding-top: 14.375vw; } }
  @media screen and (min-width: 1200px) {
    .wrap-inner {
      padding-top: 14.375vw; } }

.wrap-inner {
  display: -ms-grid;
  display: grid;
  grid-gap: 0;
  -ms-grid-columns: 0.4fr 2.2fr 0.4fr;
  grid-template-columns: 0.4fr 2.2fr 0.4fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto; }
  @media screen and (min-width: 768px) {
    .wrap-inner {
      -ms-grid-columns: 0.4fr 2.2fr 0.4fr;
      grid-template-columns: 0.4fr 2.2fr 0.4fr; } }
  @media screen and (min-width: 1200px) {
    .wrap-inner {
      -ms-grid-columns: 0.4fr 2.2fr 0.4fr;
      grid-template-columns: 0.4fr 2.2fr 0.4fr; } }

.wrap-inner.wrap-inner-mid {
  -ms-grid-columns: 0.715625fr 1.56875fr 0.715625fr;
  grid-template-columns: 0.715625fr 1.56875fr 0.715625fr; }
  @media screen and (min-width: 768px) {
    .wrap-inner.wrap-inner-mid {
      -ms-grid-columns: 0.715625fr 1.56875fr 0.715625fr;
      grid-template-columns: 0.715625fr 1.56875fr 0.715625fr; } }
  @media screen and (min-width: 1200px) {
    .wrap-inner.wrap-inner-mid {
      -ms-grid-columns: 0.715625fr 1.56875fr 0.715625fr;
      grid-template-columns: 0.715625fr 1.56875fr 0.715625fr; } }

.wrap-inner.wrap-inner-mid.wrap-inner-contact {
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 768px) {
    .wrap-inner.wrap-inner-mid.wrap-inner-contact {
      padding-left: 0;
      padding-right: 0; } }

.wrap-inner.wrap-inner-sub {
  -ms-grid-columns: 0.715625fr 1.56875fr 0.715625fr;
  grid-template-columns: 0.715625fr 1.56875fr 0.715625fr;
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 768px) {
    .wrap-inner.wrap-inner-sub {
      -ms-grid-columns: 0.715625fr 1.56875fr 0.715625fr;
      grid-template-columns: 0.715625fr 1.56875fr 0.715625fr;
      padding-top: 50px;
      padding-left: 0;
      padding-right: 0; } }
  @media screen and (min-width: 1200px) {
    .wrap-inner.wrap-inner-sub {
      -ms-grid-columns: 0.715625fr 1.56875fr 0.715625fr;
      grid-template-columns: 0.715625fr 1.56875fr 0.715625fr;
      padding-top: 100px; } }

.wrap-inner-block {
  position: relative;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.wrap-inner-left {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / span 3; }
  @media screen and (min-width: 768px) {
    .wrap-inner-left {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1 / span 1; } }
  @media screen and (min-width: 1200px) {
    .wrap-inner-left {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 1;
      -ms-grid-column-span: 1;
      grid-column: 1 / span 1; } }

.wrap-inner-center {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / span 3; }
  @media screen and (min-width: 768px) {
    .wrap-inner-center {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2 / span 1; } }
  @media screen and (min-width: 1200px) {
    .wrap-inner-center {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      -ms-grid-column: 2;
      -ms-grid-column-span: 1;
      grid-column: 2 / span 1; } }

.wrap-inner-right {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-column: 1 / span 3; }
  @media screen and (min-width: 768px) {
    .wrap-inner-right {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1/ span 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
      grid-column: 3 / span 1; } }
  @media screen and (min-width: 1200px) {
    .wrap-inner-right {
      -ms-grid-row: 1;
      -ms-grid-row-span: 1;
      grid-row: 1/ span 1;
      -ms-grid-column: 3;
      -ms-grid-column-span: 1;
      grid-column: 3 / span 1; } }

.list-inner-wrap {
  padding-top: 50px;
  min-height: calc(100vh - 347px); }
  @media screen and (min-width: 768px) {
    .list-inner-wrap {
      padding-top: 30px;
      min-height: auto; } }

.side-inner-wrap {
  padding: 30px 15px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .side-inner-wrap {
      padding: 0 0;
      /* min-height: 14.583vw; */
      min-height: calc(100vh - (14.375vw + 130px)); } }

.side-main-logo {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 87.5px;
  margin: 0 auto; }
  @media screen and (min-width: 768px) {
    .side-main-logo {
      position: absolute;
      display: block;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 42.1875vw;
      height: 78.759vw;
      margin: auto auto;
      z-index: 1;
      width: 4.167vw;
      height: 14.583vw; } }
  .side-main-logo a {
    cursor: pointer; }
  .side-main-logo img {
    width: 100%;
    margin: 0 0;
    padding: 0 0;
    vertical-align: top; }

/**********************************
page
**********************************/
/**********************************
concept
**********************************/
.concept-movie {
  margin: 30px 15px; }
  @media screen and (min-width: 768px) {
    .concept-movie {
      margin: 30px 0; } }
  @media screen and (min-width: 1200px) {
    .concept-movie {
      margin: 0 0; } }

#video-area {
  width: 100%; }
  #video-area video {
    width: 100%; }

.video-cap-text {
  display: block;
  width: 100%;
  margin-top: 10px;
  padding: 0 15px;
  text-align: left;
  font-size: 13px;
  font-weight: 600;
  color: #FFF;
  letter-spacing: 0.01em;
  line-height: 1.6; }
  @media screen and (min-width: 768px) {
    .video-cap-text {
      font-size: 14px;
      padding: 0 0;
      text-align: right;
      line-height: 1; } }
  @media screen and (min-width: 1200px) {
    .video-cap-text {
      font-size: 14px; } }
  @media screen and (min-width: 1400px) {
    .video-cap-text {
      font-size: 16px; } }
  .video-cap-text a {
    display: inline-block;
    width: auto;
    margin: 0.5em 0.1em 0;
    padding: 0.1em 0.5em;
    font-size: 1.1875em;
    font-weight: 600;
    color: #FFF;
    text-decoration: none;
    border: 1px solid #FFF;
    border-radius: 4px; }
    .video-cap-text a:hover {
      color: #FFF;
      text-decoration: none;
      background: rgba(255, 255, 255, 0.3); }
    @media screen and (min-width: 768px) {
      .video-cap-text a {
        margin: 0 0.1em 0;
        padding: 0.4em 0.5em;
        border: 1px solid #FFF;
        border-radius: 4px; } }
    @media screen and (min-width: 1200px) {
      .video-cap-text a {
        border: 1px solid #FFF;
        border-radius: 4px; } }
    @media screen and (min-width: 1400px) {
      .video-cap-text a {
        border: 2px solid #FFF;
        border-radius: 4.8px; } }

/**********************************
about
**********************************/
.about-image {
  padding: 30px 30px; }
  @media screen and (min-width: 768px) {
    .about-image {
      padding: 30px 0; } }
  @media screen and (min-width: 1200px) {
    .about-image {
      padding: 0 0; } }

.about-data {
  display: block;
  margin: 0 auto;
  padding: 0px 30px 50px;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  text-align: left;
  line-height: 1.8em; }
  @media screen and (min-width: 768px) {
    .about-data {
      padding: 30px 15px 0; } }
  @media screen and (min-width: 1200px) {
    .about-data {
      padding: 15px 50px 0; } }
  @media screen and (min-width: 1400px) {
    .about-data {
      padding: 70px 50px 0; } }
  .about-data dt, .about-data dd {
    display: inline-block;
    width: 100%;
    padding: 0 0;
    vertical-align: top;
    text-align: left;
    color: #FFF;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 1.8em;
    vertical-align: top; }
    @media screen and (min-width: 768px) {
      .about-data dt, .about-data dd {
        font-size: 14px; } }
    @media screen and (min-width: 1200px) {
      .about-data dt, .about-data dd {
        font-size: 14px; } }
    @media screen and (min-width: 1400px) {
      .about-data dt, .about-data dd {
        font-size: 18px; } }
  .about-data dt {
    padding: 0.25em 0 0;
    font-weight: 500; }
  .about-data dd {
    padding: 0.25em 0 0.1em;
    font-weight: 400; }

/**************************
form
**************************/
#formWrap {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  color: #000;
  line-height: 1; }
  #formWrap table.formTable {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    border-collapse: collapse; }
  #formWrap table.formTable th {
    display: block;
    width: 100%;
    padding: 10px 10px 5px 10px;
    vertical-align: middle;
    line-height: 1.4; }
  #formWrap table.formTable td {
    display: block;
    width: 100%;
    font-size: 15px;
    line-height: 1.8;
    padding: 0 10px 10px 10px; }
    #formWrap table.formTable td span {
      display: inline-block;
      width: auto;
      padding: 3px 10px 3px 0;
      vertical-align: top; }
  #formWrap table.formTable tr {
    border-top: 1px solid #D8D8D8; }
  #formWrap table.formTable th {
    /* font-weight: 400; */
    text-align: left;
    color: #333;
    font-size: 15px;
    letter-spacing: 0.02em; }
    #formWrap table.formTable th h5 {
      display: inline-block;
      margin: 0 0;
      padding: 0 0;
      color: #333;
      font-size: 0.9444em;
      font-weight: 700;
      letter-spacing: 0.02em; }
    #formWrap table.formTable th span {
      display: inline-block;
      margin-top: -2px;
      /* margin-left: 10px; */
      padding: 3px 5px;
      color: #e60012;
      font-size: 0.94em;
      font-weight: 400;
      letter-spacing: 0.02em; }
  #formWrap input[type="text"], #formWrap textarea {
    width: 100%;
    padding: 5px;
    font-size: 110%;
    display: block; }

/*　responsive　*/
@media screen and (max-width: 572px) {
  #formWrap {
    /* width:95%; */
    margin: 0 auto;
    /* margin-top: 30px; */ }
    #formWrap table.formTable th, #formWrap table.formTable td {
      width: auto;
      display: block; }
    #formWrap table.formTable th {
      font-size: 15px;
      /* margin-top:5px; */
      border-bottom: 0; }
    #formWrap table.formTable td {
      font-size: 15px; }
      #formWrap table.formTable td span {
        width: 80%;
        padding-bottom: 20px; }
      #formWrap table.formTable td span:nth-child(2n) {
        width: 80%;
        padding-bottom: 20px; }
    #formWrap input[type="text"], #formWrap textarea {
      width: 100%;
      padding: 5px;
      font-size: 110%;
      display: block; }
    #formWrap input[type="submit"], #formWrap input[type="reset"], #formWrap input[type="button"] {
      display: block;
      width: 100%;
      height: 52px; } }
.pdgy30 {
  padding: 30px 0; }

.pdgt30 {
  padding-top: 30px; }

.pdgb30 {
  padding-bottom: 30px; }

/**********************************

**********************************/
.title-contact-sub {
  display: inline-block; }
  @media screen and (min-width: 768px) {
    .title-contact-sub {
      display: none; } }
  .title-contact-sub p {
    line-height: 1.5; }

.contact-wrap {
  background: #FFF;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 50px;
  border-radius: 1px; }
  @media screen and (min-width: 768px) {
    .contact-wrap {
      padding-left: 0;
      padding-right: 0;
      padding-bottom: 30px; } }
  .contact-wrap a {
    color: #333;
    text-decoration: none; }
  .contact-wrap a:hover {
    color: #777; }

.privacy-wrap {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center; }
  .privacy-wrap .privacy-wrap-inner {
    display: inline-block;
    width: 100%;
    /* max-width: 640px; */
    margin: 0 auto;
    padding: 30px 30px;
    border: 1px #EEE solid;
    border-radius: 1px; }
  .privacy-wrap h4, .privacy-wrap p {
    color: #FFF;
    text-align: left;
    line-height: 1.6; }
  .privacy-wrap h4 {
    font-size: 16px;
    text-align: center;
    padding: 10px 0 20px; }
    @media screen and (min-width: 768px) {
      .privacy-wrap h4 {
        font-size: 17px; } }
  .privacy-wrap p {
    font-size: 14px;
    padding-top: 1em; }
    @media screen and (min-width: 768px) {
      .privacy-wrap p {
        font-size: 15px; } }

/**********************************
contact-cont
**********************************/
.contact-cont {
  text-align: left;
  padding: 15px 5px 30px 5px; }
  .contact-cont h3 {
    margin-top: 30px; }
  .contact-cont label {
    width: auto;
    text-align: left;
    margin-bottom: 20px; }
  .contact-cont input {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #969697; }
  .contact-cont textarea {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #969697; }
  .contact-cont input[type="radio"], .contact-cont input[type="checkbox"] {
    width: auto;
    transform: scale(1.5); }
  @media screen and (min-width: 420px) {
    .contact-cont .biginput input[type="checkbox"] {
      transform: scale(1.5);
      margin-right: 5px; } }
  @media screen and (min-width: 768px) {
    .contact-cont {
      padding: 30px 30px; } }
  @media screen and (min-width: 1200px) {
    .contact-cont {
      padding: 60px 15px; } }
  @media screen and (min-width: 1400px) {
    .contact-cont {
      padding: 60px 0; } }
  .contact-cont.contact-check {
    padding: 0 30px 60px 30px; }
    .contact-cont.contact-check p.contact-check-setsumei {
      text-align: left;
      line-height: 1.7;
      padding-top: 1em;
      padding-bottom: 1em; }
      @media screen and (min-width: 768px) {
        .contact-cont.contact-check p.contact-check-setsumei {
          text-align: center; } }

input[type="submit"] {
  display: block;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  background-color: #736d71;
  line-height: 50px;
  padding: auto;
  font-size: 15px;
  color: #FFF !important;
  letter-spacing: .03em;
  border: 1px #736d71 solid;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }
  @media screen and (min-width: 768px) {
    input[type="submit"] {
      line-height: 70px; } }

input[type="submit"]:hover {
  text-decoration: none;
  color: #000;
  background-color: #3263b3;
  border: 1px #3263b3 solid;
  box-shadow: none; }

.contact-cont .form-consent input {
  width: auto; }

/* cf7旧バージョン用 */
.contact-cont input.form-consent {
  width: auto; }

input[type="submit"][disabled] {
  color: #666;
  border: 1px solid #000; }

input[type="submit"][disabled]:hover {
  background: #DDD;
  color: #666;
  border: 1px solid #000;
  box-shadow: none;
  cursor: not-allowed;
  opacity: 1; }

p.error_messe {
  margin: 0 0 30px 0;
  color: #e60012; }

#formWrap.contact-check table.formTable th {
  color: #555; }

.contact-btn-wrap {
  width: 100%;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .contact-btn-wrap {
      /* 
      margin-left: -30px;
      margin-right: -30px;
      */ } }

.contact-btn {
  display: inline-block;
  position: relative;
  margin: 0 auto;
  margin-top: 30px;
  width: 100%;
  max-width: 235px;
  height: 50px;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .contact-btn {
      width: calc(50% - 60px);
      margin: 0 30px;
      max-width: 420px;
      height: 70px; } }

input[type="button"] {
  display: block;
  margin: 0 auto;
  width: 100%;
  cursor: pointer;
  text-decoration: none;
  background-color: #444;
  line-height: 50px;
  padding: auto;
  font-size: 15px;
  color: #FFF !important;
  letter-spacing: .03em;
  border: 1px #444 solid;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s; }
  @media screen and (min-width: 768px) {
    input[type="button"] {
      line-height: 70px; } }

input[type="button"]:hover {
  text-decoration: none;
  color: #000;
  background-color: #555;
  border: 1px #555 solid;
  box-shadow: none; }

.thanks-wrap {
  width: 100%;
  margin: 0 auto;
  margin-top: 2rem;
  padding: 2.5rem 1rem;
  text-align: center;
  border: 1px solid #000; }
  @media screen and (min-width: 768px) {
    .thanks-wrap {
      padding: 2.5rem 2rem; } }
  .thanks-wrap .thanks-title {
    text-align: center;
    font-size: 20px;
    padding-bottom: 1em; }
  .thanks-wrap .thanks-cont {
    display: inline-block;
    text-align: left; }

.thanks-backhome {
  display: block;
  text-align: center; }
  .thanks-backhome a, .thanks-backhome a:visited {
    color: #4c4948; }
    .thanks-backhome a:hover, .thanks-backhome a:visited:hover {
      color: #736d71; }

/**********************************
works_display
**********************************/
.works {
  display: block;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  text-align: center; }
  @media screen and (min-width: 768px) {
    .works {
      margin: 0 auto; } }
  .works h4 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    line-height: 1;
    vertical-align: middle; }
  .works ul {
    display: inline-block;
    width: calc(100% - 30px);
    margin: 0 auto;
    text-align: center;
    vertical-align: top; }
    @media screen and (min-width: 768px) {
      .works ul {
        width: 90%;
        margin: 0 auto;
        vertical-align: middle; } }
    @media screen and (min-width: 1200px) {
      .works ul {
        width: 52.2%;
        margin: 0 auto; } }
    .works ul li {
      display: block;
      margin: 0 auto;
      width: 100%;
      height: 116px;
      background: rgba(255, 255, 255, 0);
      text-align: center;
      vertical-align: top;
      border-bottom: 1px solid #FFF; }
      .works ul li:first-child {
        border-top: 1.5px solid #717171; }
      .works ul li.empli {
        background: rgba(255, 255, 255, 0); }
      .works ul li a {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 40px 0;
        -webkit-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s; }
      .works ul li a, .works ul li a small {
        font-weight: 400;
        color: #FFF;
        line-height: 1;
        text-decoration: none;
        text-align: center;
        vertical-align: middle; }
      .works ul li a {
        font-size: 20px; }
        @media screen and (min-width: 768px) {
          .works ul li a {
            font-size: 25px; } }
        @media screen and (min-width: 1200px) {
          .works ul li a {
            font-size: 25px; } }
      .works ul li a small {
        font-size: 60%; }
      .works ul li a::before {
        position: absolute;
        left: 0;
        content: '';
        width: 100%;
        height: 116px;
        background: rgba(255, 255, 255, 0.1);
        top: 0;
        bottom: 0;
        transform: scale(0, 1);
        transform-origin: center top;
        transition: transform 0.6s; }
      .works ul li a:hover::before {
        transform: scale(1, 1); }
    .works ul.works-left {
      text-align: right; }
    .works ul.works-center {
      text-align: center; }
    .works ul.works-right {
      text-align: left; }

/* *************************
bxslider
************************* */
.bx-wrapper li {
  height: auto; }

.sld {
  height: auto; }

.nsld {
  width: 90%;
  margin: 0 auto;
  text-align: center; }
  .nsld img {
    margin: 0 auto; }

.works-data {
  display: block;
  margin: 20px auto;
  width: 96%;
  overflow: hidden;
  *zoom: 1;
  text-align: center; }
  .works-data h4 {
    display: inline-block;
    width: 200px;
    margin: 0 20px;
    vertical-align: top;
    text-align: center; }
    .works-data h4 img {
      margin: 0 auto;
      width: 100%; }

/**********************************
modal
**********************************/
.modal-content {
  position: fixed;
  display: none;
  z-index: 9999;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  max-width: initial;
  max-width: auto;
  padding: 30px 15px 30px 15px;
  /*	
  h4 {
  	margin:0 auto;
  	padding-top:5px;
  	text-align:center;
  	color:$sub-color;
  	font-size:14px;
  }
  */ }
  @media screen and (min-width: 768px) {
    .modal-content {
      max-width: 840px;
      width: 100%;
      padding: 0 0 0 0; } }
  .modal-content img {
    display: block;
    width: 100%;
    margin: 0 auto; }

.modal-content h4 {
  position: absolute;
  width: 100px;
  height: 30px;
  left: 0;
  right: 0;
  top: -30px;
  bottom: auto;
  margin: auto auto;
  padding-top: 0;
  text-align: center;
  color: #FFF;
  font-size: 13px;
  letter-spacing: 0.2em;
  line-height: 1.6; }
  @media screen and (min-width: 768px) {
    .modal-content h4 {
      position: absolute;
      width: 50px;
      height: 50px;
      left: -50px;
      top: 0;
      right: auto;
      bottom: 0;
      margin: auto auto;
      font-size: 14px; } }
  @media screen and (min-width: 940px) {
    .modal-content h4 {
      width: 100px;
      height: 50px;
      left: calc((25vw - 160px) * -1);
      -webkit-transform: translateY(-25px);
      transform: translateY(-25px);
      font-size: 1.3vw; } }
  @media screen and (min-width: 1200px) {
    .modal-content h4 {
      font-size: 1.3vw; } }
  .modal-content h4 small {
    letter-spacing: 0.2em; }

.modal-content.if {
  position: absolute;
  display: none;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 660px;
  width: 100%;
  /* height:400px; */
  padding: 14px 20px;
  border-radius: 3px;
  background: #fff;
  /* overflow-y:hidden; */
  overflow-y: scroll; }

.modal-content .yt {
  position: relative;
  width: 100%;
  padding-top: 56.25%; }

.modal-content .yt iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important; }

.modal-content p {
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 0.92em; }

.modal-overlay {
  z-index: 999;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  /* background-color:rgba(0,0,0,0.8); */
  background-color: rgba(76, 73, 72, 0.8); }
  @media screen and (min-width: 768px) {
    .modal-overlay {
      background-color: rgba(76, 73, 72, 0); } }

.modal-open {
  text-decoration: none; }

.modal-open:hover {
  cursor: pointer; }

p.modal-close-box {
  display: block;
  width: 100%;
  margin: 0;
  text-align: right;
  overflow: hidden;
  *zoom: 1; }

p.modal-close-box {
  position: absolute;
  display: block;
  top: -10px;
  right: 10px;
  left: auto;
  bottom: auto;
  width: 30px;
  height: 30px;
  margin: 0 0;
  /* text-align:right; */
  overflow: hidden;
  *zoom: 1;
  z-index: 999; }
  @media screen and (min-width: 768px) {
    p.modal-close-box {
      top: -5px;
      right: -45px;
      left: auto;
      bottom: auto;
      width: 40px;
      height: 40px; } }

.modal-close {
  display: block;
  width: 30px;
  height: 30px;
  font-size: 30px;
  line-height: 1;
  margin: 0 0;
  color: #FFF;
  text-decoration: none;
  text-align: center;
  /*
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight:normal;
  font-weight: 300;
  */
  background: url(images/close.png) no-repeat;
  background-size: cover;
  background-position: center center; }
  .modal-close:hover {
    background-position: center center; }
  @media screen and (min-width: 768px) {
    .modal-close {
      width: 40px;
      height: 40px;
      font-size: 40px; } }

.modal-close:hover {
  cursor: pointer;
  /* background-color:#FFF; */ }

@media screen and (max-width: 740px) {
  .modal-content.if {
    max-width: initial;
    max-width: auto;
    width: 96%;
    height: auto;
    padding: 14px 20px;
    /* overflow-y:hidden; */
    overflow-y: scroll; } }
.modal-content .bx-viewport {
  /* min-height: 500px !important; */
  min-height: 77vw; }
  @media screen and (min-width: 768px) {
    .modal-content .bx-viewport {
      min-height: 77vw; } }
  @media screen and (min-width: 840px) {
    .modal-content .bx-viewport {
      min-height: 647px; } }
  @media screen and (min-width: 1200px) {
    .modal-content .bx-viewport {
      min-height: 647px; } }

.modal-content .bxslider li {
  width: auto !important;
  height: auto; }
  .modal-content .bxslider li img {
    height: auto; }

body .bx-wrapper .bx-viewport {
  /* background: transparent !important; */
  background: #FFF !important; }

body .bx-wrapper .bx-next {
  background: url(images/next.png) no-repeat !important;
  background-size: cover !important;
  background-position: center center; }
  body .bx-wrapper .bx-next:hover {
    background-position: center center; }

body .bx-wrapper .bx-prev {
  background: url(images/prev.png) no-repeat !important;
  background-size: cover !important;
  background-position: center center; }
  body .bx-wrapper .bx-prev:hover {
    background-position: center center; }

/**********************************
page-top
**********************************/
#page-top {
  width: 60px;
  height: 60px;
  display: none;
  position: fixed;
  right: 16px;
  bottom: 32px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden; }
  #page-top p {
    margin: 0;
    padding: 0;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; }
    #page-top p:hover {
      opacity: 0.7; }

#move-page-top {
  color: #fff;
  line-height: 60px;
  text-decoration: none;
  display: block;
  cursor: pointer; }

/*# sourceMappingURL=style.css.map */
