@charset "UTF-8";
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6, p {
  box-sizing: border-box;
  line-height: 1.5;
}

div, a {
  box-sizing: border-box;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

p, a, li {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/ /*/
height: auto;
overflow: hidden;
/**/
}

.both {
  clear: both;
}

.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

img {
  max-width: 100%;
}

table {
  width: 100%;
}

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

a:focus {
  text-decoration: none;
}

a img:hover {
  /*	filter: alpha(opacity=75);
          -moz-opacity:0.75;
          opacity:0.75;*/
}

@font-face {
  font-family: "futura"; /* 任意につけれる */
  src: url(../font/futura.ttf); /* パスを指定 */
}
html {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
}

body {
  opacity: 0;
  transition: all 1s;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
  max-height: 100%;
  min-height: 100%;
  font-family: "FOT-筑紫ゴシック Pr5 R";
}
@media screen and (max-width: 1000px) {
  body {
    font-size: 100% !important;
  }
}

p {
  color: #141414;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}

h1, h2, h3, h4, h5 {
  transition: all 1s;
  font-family: "FOT-筑紫ゴシック Pro M";
}

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

.ovr-hdn {
  overflow: hidden;
}

.posi-rel {
  position: relative;
}

.sp {
  display: none !important;
}
@media screen and (max-width: 600px) {
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 600px) {
  .pc {
    display: none !important;
  }
}

a, button {
  /*@include trans10;*/
  text-decoration: none;
}
a img, button img {
  /*@include trans10;*/
}

.owl-carousel .owl-prev {
  position: absolute;
  bottom: -100px;
  left: 0;
  width: 50px;
  height: 50px;
  background-color: #a0a0a0;
  padding: 20px 1em;
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  .owl-carousel .owl-prev {
    bottom: -80px;
  }
}
.owl-carousel .owl-prev:hover {
  background-color: #141414;
}

.owl-carousel .owl-prev:before {
  display: block;
  content: "";
  width: 27px;
  height: 10px;
  background: url("../img/arrow_left.png") no-repeat;
  position: absolute;
  left: 12px;
  transition: all 1s;
}

.owl-carousel .owl-next {
  position: absolute;
  bottom: -100px;
  left: 50px;
  width: 50px;
  height: 50px;
  background-color: #a0a0a0;
  padding: 20px 1em;
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  .owl-carousel .owl-next {
    bottom: -80px;
  }
}
.owl-carousel .owl-next:hover {
  background-color: #141414;
}

.owl-carousel .owl-next:before {
  display: block;
  content: "";
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right.png") no-repeat;
  position: absolute;
  right: 12px;
  transition: all 1s;
}

.owl-theme .owl-dots {
  margin-top: 30px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  width: 18%;
  margin-right: 2%;
}

.owl-theme .owl-dots .owl-dot span {
  width: 100% !important;
  height: 6px !important;
  margin: 0 !important;
  background: #FFF !important;
  border-radius: 0px !important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #a0a0a0 !important;
}

.owl-theme .owl-dots .owl-dot:last-child {
  margin-right: 0;
}

.shop-btn-sp {
  display: none;
  position: fixed;
  top: 0px;
  right: 100px;
  text-align: center;
  padding: 0px;
  margin-top: 20px;
  z-index: 100;
  transition: all 1s;
}
@media screen and (max-width: 1024px) {
  .shop-btn-sp {
    display: block !important;
  }
}
.shop-btn-sp p {
  font-size: 15px;
  font-family: "futura";
  color: #141414;
  margin-top: -6px;
}

.nav-layer {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.drawer-btn span {
  height: 2px;
  background-color: #141414;
}

.drawer-btn {
  display: none;
  position: fixed;
  top: 0px;
  right: 20px;
  width: 30px;
  height: 30px;
  padding: 0px;
  margin-top: 20px;
  z-index: 100;
  transition: all 1s;
}
@media screen and (max-width: 1024px) {
  .drawer-btn {
    display: block !important;
  }
}
.drawer-btn p {
  color: #141414;
  font-size: 15px;
  font-family: "futura";
  margin-top: 28px;
  margin-left: -4px;
}

.btn_border {
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #fff;
  width: 100%;
  height: 2px;
  transform: translateX(0);
  transition: top 0.1s ease-in-out, margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.2s, transform 0.15s ease 0s;
}

.border01 {
  margin-top: -9px;
}

.border03 {
  margin-top: 9px;
}

.current.drawer-btn {
  right: 20px;
}

.current.drawer-btn span {
  background-color: #FFF;
}

.current.drawer-btn .border01 {
  top: 50%;
  margin-top: 0 !important;
  transform: rotateZ(45deg);
  transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.15s ease 0.26s;
}

.current.drawer-btn .border02 {
  top: 50%;
  transition: 0.2s ease 0.1s;
  opacity: 0;
}

.current.drawer-btn .border03 {
  top: 50%;
  margin-top: 0 !important;
  transform: rotateZ(-45deg);
  transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.15s ease 0.26s;
}

.container {
  background-color: #FFF;
}

header {
  box-sizing: border-box;
  transition: all 1s;
}

header, .main_visual_top {
  position: fixed;
  top: 0;
  bottom: auto;
  left: 0;
  width: 100%;
  background-color: #FFF;
  text-align: center;
  padding: 0px;
  z-index: 98;
  transition: all 1s;
  /*   .btn-area{
        overflow: hidden;
        float: left;
        @media screen and ( max-width: 1300px ){
           float: right;
           margin-right: 60px;
        }
        @media screen and ( max-width: 380px ){
           margin-right: 50px;
        }
        .nav-btn{
           display: none;
           float: left;
           position: relative;
           width: 55px;
           height: 97px;
           text-align: center;
           background-color: #FFF;
           border-left: 1px solid #f0f0f0;
           border-right: 1px solid #f0f0f0;
           padding: 0 1em;
           @media screen and ( max-width: 1300px ){
              display:block;
              height: 88px;
           }
           @media screen and ( max-width: $xsmall ){
              width: 46px;
              height: 80px;
           }
           @media screen and ( max-width: 380px ){
              padding: 0 5px;
           }
           img{
              position: absolute;
              top: 29px;
              left: 11px;
              @media screen and ( max-width: $xsmall ){
                 top: 25px;
                 left: 7px;
              }
              &.mail-ic{
                 top: 34px;
                 left: 13px;
                 @media screen and ( max-width: $xsmall ){
                    top: 30px;
                    left: 9px;
                 }
              }
              &.hover-img{
                 opacity: 0;
              }
           }
           &:hover{
              img{
                 opacity: 0;
                 &.hover-img{
                    opacity: 1;
                 }
              }
           }
        }
        .lang-btn{
           display: block;
           position: relative;
           font-size: 94%;
           color: $stc-color;
           background-color: $stc-color;
           border: none;
           padding: 27px 1em 0;
           @media screen and ( max-width: 1300px ){
              display:none;
           }
           @media screen and ( max-width: 380px ){
              padding: 27px 1em 0;
           }
           &:hover{
              color: #FFF;
              background-color: $stc-color;
              .fa{
                 color: #FFF;
              }
           }
           .fa{
              position: absolute;
              top: 5px;
              left: 0;
              right: 0;
              width: 11px;
              font-size: 120%;
              margin: auto;
           }
        }
     }*/
}
@media screen and (max-width: 480px) {
  header, .main_visual_top {
    padding: 0px 0em;
  }
}
header .header-inner, header .main_visual_top-inner, .main_visual_top .header-inner, .main_visual_top .main_visual_top-inner {
  overflow: hidden;
  max-width: 1350px;
  margin: 0 auto;
}
@media screen and (max-width: 1400px) {
  header .header-inner, header .main_visual_top-inner, .main_visual_top .header-inner, .main_visual_top .main_visual_top-inner {
    max-width: 1240px;
  }
}
header h2, .main_visual_top h2 {
  float: left;
  width: 15%;
  border: 1px solid #f0f0f0;
  border-bottom: none;
  padding: 11px 20px;
}
@media screen and (max-width: 1024px) {
  header h2, .main_visual_top h2 {
    float: left;
    width: 130px;
  }
}
@media screen and (max-width: 480px) {
  header h2, .main_visual_top h2 {
    width: 119px;
    height: 80px;
  }
}
@media screen and (max-width: 380px) {
  header h2, .main_visual_top h2 {
    width: 103px;
    padding: 12px;
  }
}
header .nav-area, .main_visual_top .nav-area {
  float: left;
  width: 85%;
}
@media screen and (max-width: 1024px) {
  header .nav-area, .main_visual_top .nav-area {
    display: none;
  }
}
header .ic-nav, .main_visual_top .ic-nav {
  /*border-bottom: 1px solid #f0f0f0;*/
}
header .ic-nav ul, .main_visual_top .ic-nav ul {
  overflow: hidden;
}
header .ic-nav ul li, .main_visual_top .ic-nav ul li {
  float: right;
}
header .ic-nav ul li a, .main_visual_top .ic-nav ul li a {
  position: relative;
  display: block;
  font-size: 88%;
  color: #141414;
  padding: 5px 1em 5px 38px;
}
header .ic-nav ul li a .ic, .main_visual_top .ic-nav ul li a .ic {
  position: absolute;
  left: 10px;
  top: 6px;
  vertical-align: middle;
  margin-right: 5px;
  transition: all 1s;
}
header .ic-nav ul li a .blank-ic, .main_visual_top .ic-nav ul li a .blank-ic {
  margin-left: 5px;
}
header .ic-nav ul li a:hover, .main_visual_top .ic-nav ul li a:hover {
  opacity: 0.8;
}
header nav ul, .main_visual_top nav ul {
  overflow: hidden;
}
header nav li, .main_visual_top nav li {
  float: left;
  width: 14.25%;
  padding: 0 0.3em;
}
header nav li.border-li, .main_visual_top nav li.border-li {
  width: 1px;
  height: 60px;
  background-color: #f0f0f0;
  padding: 0;
}
header nav li:nth-child(4), .main_visual_top nav li:nth-child(4) {
  width: 9%;
}
header nav li.lang-li, .main_visual_top nav li.lang-li {
  width: 5%;
}
header nav li a, .main_visual_top nav li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 65px;
  font-size: 90%;
  color: #141414;
  /*            &.nav-btn{
                 display: none;
                 float: left;
                 position: relative;
                 width: 55px;
                 height: 97px;
                 text-align: center;
                 background-color: #FFF;
                 border-left: 1px solid #f0f0f0;
                 border-right: 1px solid #f0f0f0;
                 padding: 0 1em;
                 @media screen and ( max-width: 1300px ){
                    display:block;
                    height: 88px;
                 }
                 @media screen and ( max-width: $xsmall ){
                    width: 46px;
                    height: 80px;
                 }
                 @media screen and ( max-width: 380px ){
                    padding: 0 5px;
                 }
                 img{
                    position: absolute;
                    top: 29px;
                    left: 11px;
                    @media screen and ( max-width: $xsmall ){
                       top: 25px;
                       left: 7px;
                    }
                    &.mail-ic{
                       top: 34px;
                       left: 13px;
                       @media screen and ( max-width: $xsmall ){
                          top: 30px;
                          left: 9px;
                       }
                    }
                    &.hover-img{
                       opacity: 0;
                    }
                 }
                 &:hover{
                    img{
                       opacity: 0;
                       &.hover-img{
                          opacity: 1;
                       }
                    }
                 }
              }*/
}
header nav li a:hover:after, .main_visual_top nav li a:hover:after {
  width: 100%;
}
header nav li a:after, .main_visual_top nav li a:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: #141414;
  transition: 0.3s;
}
header nav li a.lang-btn, .main_visual_top nav li a.lang-btn {
  font-size: 94%;
  color: #141414;
}
@media screen and (max-width: 1024px) {
  header nav li a.lang-btn, .main_visual_top nav li a.lang-btn {
    display: none;
  }
}
@media screen and (max-width: 380px) {
  header nav li a.lang-btn, .main_visual_top nav li a.lang-btn {
    padding: 27px 1em 0;
  }
}
header nav li a.lang-btn:hover, .main_visual_top nav li a.lang-btn:hover {
  color: #FFF;
  background-color: #141414;
}
header nav li a.lang-btn:hover .fa, .main_visual_top nav li a.lang-btn:hover .fa {
  color: #FFF;
}
header nav li a.lang-btn .fa, .main_visual_top nav li a.lang-btn .fa {
  font-size: 120%;
  margin: 0 0 0 6px;
}
header nav li .child, .main_visual_top nav li .child {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #FFF;
  border-top: 1px solid #f0f0f0;
  padding: 25px 1.5em;
}
header nav li .child .child-inner, .main_visual_top nav li .child .child-inner {
  max-width: 1400px;
  margin: 0 auto;
}
header nav li .child h3, .main_visual_top nav li .child h3 {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18%;
  height: 60px;
  font-size: 94%;
  text-align: left;
  margin-right: 3%;
}
header nav li .child h3 span, .main_visual_top nav li .child h3 span {
  font-size: 138%;
  font-family: "futura";
}
header nav li .child h3 a, .main_visual_top nav li .child h3 a {
  font-size: inherit;
}
header nav li .child ul, .main_visual_top nav li .child ul {
  float: right;
  width: 85%;
}
header nav li .child ul li, .main_visual_top nav li .child ul li {
  width: 16.66%;
}
header nav li .child ul li a, .main_visual_top nav li .child ul li a {
  height: 60px;
  color: #a0a0a0;
  padding: 0 0.3em;
}
header nav li .child ul li a:hover, .main_visual_top nav li .child ul li a:hover {
  color: #141414;
}

.gnav-sp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #141414;
  padding: 150px 0 80px;
  overflow-y: auto;
  z-index: 99;
}
.gnav-sp .gnav-sp-logo {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
.gnav-sp ul {
  overflow: hidden;
  max-width: 400px;
  margin: 0 auto;
}
.gnav-sp li.border-li {
  border-bottom: 1px solid #FFF;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.gnav-sp li.child-menu {
  position: relative;
}
.gnav-sp li.child-menu:before {
  content: "";
  position: absolute;
  top: 14px;
  right: 13px;
  width: 2px;
  height: 16px;
  background-color: #FFF;
  transition: all 1s;
}
.gnav-sp li.child-menu:after {
  content: "";
  position: absolute;
  top: 21px;
  right: 6px;
  width: 16px;
  height: 2px;
  background-color: #FFF;
  transition: all 1s;
}
.gnav-sp li.child-menu.on:before {
  background-color: #FFF;
  transform: rotateZ(90deg);
}
.gnav-sp li.child-menu.on:after {
  background-color: #FFF;
}
.gnav-sp li a {
  position: relative;
  display: block;
  color: #FFF;
  padding: 10px 1em;
}
.gnav-sp li a:hover {
  opacity: 0.7;
}
.gnav-sp li a:hover:after {
  width: 100%;
}
.gnav-sp li a:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: #FFF;
  transition: 0.3s;
}
@media screen and (max-width: 1024px) {
  .gnav-sp li a:after {
    display: none;
  }
}
.gnav-sp li .child {
  display: none;
  padding: 10px 1em 20px;
}
.gnav-sp li .child li {
  position: relative;
}
.gnav-sp li .child li:before {
  display: block;
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #FFF;
}
.gnav-sp li .child li a {
  font-size: 86%;
  padding: 12px 1em;
}
.gnav-sp li.col-li {
  float: left;
  width: 50%;
  text-align: center;
}
.gnav-sp li.col-li a:after {
  display: none;
}

.border-area {
  margin-bottom: 30px;
}
.border-area span {
  display: block;
  width: 30px;
  height: 1px;
  background-color: #a0a0a0;
  margin-bottom: 5px;
}

.circle-ic {
  transition: all 1s;
  width: 18px;
  height: 18px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.3 !important;
  text-align: center;
  color: #1f2d57;
  background-color: #FFF;
  border-radius: 50%;
}

.btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 210px;
  font-size: 92%;
  color: #FFF;
  border: 1px solid #a0a0a0;
  border-radius: 0;
  text-align: center;
  padding: 15px 0;
  margin: 50px auto 0;
}
@media screen and (max-width: 600px) {
  .btn {
    margin: 40px auto 0;
  }
}
.btn:hover {
  color: #1f2d57;
  background-color: #FFF;
}
.btn .fa {
  position: absolute;
  right: 10px;
  font-size: 140%;
  line-height: 1.2;
}
.btn img {
  transition: all 1s;
}

.fadein-down {
  opacity: 0;
  top: -120px;
  transition: all 1s;
}
@media screen and (max-width: 1280px) {
  .fadein-down {
    opacity: 1;
    top: 0;
    right: 0px;
  }
}
.fadein-down.active {
  opacity: 1;
  top: 0px;
}
@media screen and (max-width: 1280px) {
  .fadein-down.active {
    right: 0px;
  }
}

.fadein-up {
  opacity: 0;
  bottom: -120px;
  transition: all 1s;
}
@media screen and (max-width: 1280px) {
  .fadein-up {
    opacity: 1;
    bottom: 0px;
    left: 0px;
  }
}
.fadein-up.active {
  opacity: 1;
  bottom: 0px;
}
@media screen and (max-width: 1280px) {
  .fadein-up.active {
    left: 0px;
  }
}

.map img {
  max-width: none !important;
}

.navigation {
  margin: 50px 0;
}

.navigation a, .navigation span {
  position: relative;
  color: #a0a0a0;
  padding: 5px 10px;
  background: none;
  text-decoration: none;
  border-radius: 0;
}
@media screen and (max-width: 600px) {
  .navigation a, .navigation span {
    padding: 5px 6px;
  }
}

.navigation span.current {
  background: none;
}

.navigation span {
  color: #141414;
}

.navigation a:hover {
  background: none;
  color: #141414;
}
.navigation a:hover:after {
  width: 100%;
}
.navigation a:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: #141414;
  transition: 0.3s;
}

.navigation span {
  color: #141414;
}
.navigation span:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #141414;
  transition: 0.3s;
}
.navigation span.dots:after {
  display: none;
}

.navigation .prev {
  position: relative;
  background: none;
  margin: 0 0px 2px 0;
}
.navigation .prev:after {
  display: none;
}
.navigation .prev:before {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_left_bl.png") no-repeat;
  transition: all 1s;
}
.navigation .prev:hover:after {
  display: none;
}

.navigation .next {
  position: relative;
  background: none;
  margin: 0 0px 2px 10px;
}
.navigation .next:after {
  display: none;
}
.navigation .next:before {
  display: block;
  content: "";
  position: absolute;
  top: 2px;
  right: 0;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right_bl.png") no-repeat;
  transition: all 1s;
}
.navigation .next:hover:after {
  display: none;
}

#news-event {
  overflow: hidden;
}
#news-event .col {
  float: left;
  min-height: 1035px;
  width: 50%;
  padding: 110px 1.5em;
}
@media screen and (max-width: 1000px) {
  #news-event .col {
    min-height: auto;
    float: none;
    width: 100%;
  }
}
#news-event .col:first-child {
  background-color: #f0f0f0;
}
#news-event .col:nth-child(2) {
  background-color: #e9e9e9;
}
#news-event .col h3 {
  font-size: 170%;
  color: #141414;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #news-event .col h3 {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  #news-event .col h3 {
    font-size: 145%;
  }
}
#news-event .col .item {
  display: block;
  max-width: 800px;
  border-bottom: 1px solid #a0a0a0;
  padding: 25px 0;
  margin: 0 auto;
}
#news-event .col .item:first-child {
  border-top: 1px solid #a0a0a0;
}
#news-event .col .item:hover {
  opacity: 0.7;
}
#news-event .col .date {
  display: inline-block;
  vertical-align: middle;
  min-height: 27px;
  font-size: 80%;
  color: #a0a0a0;
  margin-right: 10px;
}
#news-event .col .cate {
  display: inline-block;
  vertical-align: middle;
  width: 290px;
  font-size: 80%;
  color: #a0a0a0;
  text-align: center;
  border: 1px solid #a0a0a0;
  padding: 3px 0;
  margin-left: 1px;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  #news-event .col .cate {
    width: 100%;
  }
}
#news-event .col h4 {
  min-height: 42px;
  font-size: 88%;
  color: #141414;
  margin: 10px 0 0px;
}
@media screen and (max-width: 1000px) {
  #news-event .col h4 {
    min-height: auto;
  }
}
#news-event .col .list-btn {
  position: relative;
  display: block;
  max-width: 210px;
  font-size: 94%;
  color: #141414;
  text-align: left;
  margin: 35px auto 0;
}
#news-event .col .list-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  right: 10px;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right_bl.png") no-repeat;
  transition: all 1s;
}
#news-event .col .list-btn:hover:before {
  right: 0px;
}

#contact {
  text-align: center;
  background-color: #FFF;
  padding: 65px 1.5em;
}
#contact .ic {
  display: none;
}
@media screen and (max-width: 1024px) {
  #contact .ic {
    display: inline-block;
  }
}
#contact a {
  display: block;
  max-width: 210px;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #141414;
  border: 1px solid #a0a0a0;
  background-color: #FFF;
  padding: 14px 1em 10px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  #contact a {
    max-width: 430px;
    font-weight: bold;
    padding: 35px 1em 31px;
  }
}
#contact a:hover {
  color: #FFF;
  background-color: #141414;
}
#contact p {
  font-size: 23px;
  line-height: 1.5;
  text-align: center;
  color: #141414;
  margin: 30px auto 30px;
}
@media screen and (max-width: 960px) {
  #contact p {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  #contact p {
    font-size: 20px;
  }
}
#contact p .sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  #contact p .sp {
    display: block !important;
  }
}

#middle-about {
  background: url("../img/middle-about_bg.jpg") no-repeat center center fixed;
  background-size: cover;
  text-align: center;
  padding: 155px 1.5em;
}
@media screen and (max-width: 1024px) {
  #middle-about {
    display: none;
    background: url("../img/middle-about_bg.jpg") no-repeat center center;
  }
}
@media screen and (max-width: 768px) {
  #middle-about {
    padding: 60px 1.5em;
  }
}
#middle-about h3 {
  position: relative;
  font-size: 170%;
  color: #FFF;
  text-align: center;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #middle-about h3 {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  #middle-about h3 {
    font-size: 145%;
  }
}
#middle-about h3:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 35px;
  height: 3px;
  background-color: #FFF;
  margin: auto;
}
#middle-about .stc {
  color: #FFF;
  font-size: 94%;
  line-height: 2.2;
}

.android .drawer-btn, .ios .drawer-btn {
  display: block !important;
}
.android header h2, .android .main_visual_top h2, .ios header h2, .ios .main_visual_top h2 {
  float: left;
  width: 130px;
}
@media screen and (max-width: 480px) {
  .android header h2, .android .main_visual_top h2, .ios header h2, .ios .main_visual_top h2 {
    width: 119px;
  }
}
@media screen and (max-width: 380px) {
  .android header h2, .android .main_visual_top h2, .ios header h2, .ios .main_visual_top h2 {
    width: 103px;
  }
}
.android header .nav-area, .android .main_visual_top .nav-area, .ios header .nav-area, .ios .main_visual_top .nav-area {
  display: none;
}
.android header .nav li a.lang-btn, .android .main_visual_top .nav li a.lang-btn, .ios header .nav li a.lang-btn, .ios .main_visual_top .nav li a.lang-btn {
  display: none;
}
.android .gnav-sp li a:after, .ios .gnav-sp li a:after {
  display: none;
}
.android .shop-btn-sp, .ios .shop-btn-sp {
  display: block !important;
}

#footer-middle {
  text-align: center;
  padding: 80px 1em;
}
#footer-middle p {
  font-size: 90%;
  line-height: 1.8;
  margin-top: 30px;
}

footer {
  position: relative;
  background-color: #FFF;
  z-index: 0;
}
footer .footer-inner {
  max-width: 1760px;
  margin: 0 auto;
}
footer .page-top {
  position: relative;
  display: block;
  font-size: 107%;
  font-family: "futura";
  color: #a0a0a0;
  text-align: center;
  padding: 15px 0;
}
@media screen and (max-width: 1024px) {
  footer .page-top {
    display: none;
  }
}
footer .page-top .fa {
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  font-size: 140%;
  width: 20px;
  color: #a0a0a0;
  margin: auto;
  transition: all 1s;
}
footer .page-top:hover {
  color: #a0a0a0;
}
footer .link-area {
  overflow: hidden;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 75px;
}
@media screen and (max-width: 1024px) {
  footer .link-area {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  footer .link-area {
    margin-bottom: 30px;
  }
}
footer .link-area a {
  position: relative;
  float: left;
  display: block;
  width: 33.333%;
  color: #141414;
  text-align: center;
  padding: 15px 1em;
}
@media screen and (max-width: 960px) {
  footer .link-area a {
    float: none;
    width: 100%;
  }
}
footer .link-area a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right_bl.png") no-repeat;
  margin: auto;
  transition: all 1s;
}
footer .link-area a:nth-child(1) {
  border-right: 1px solid #f0f0f0;
}
@media screen and (max-width: 960px) {
  footer .link-area a:nth-child(1) {
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
  }
}
footer .link-area a:nth-child(2) {
  border-right: 1px solid #f0f0f0;
}
@media screen and (max-width: 960px) {
  footer .link-area a:nth-child(2) {
    border-right: none;
    border-bottom: 1px solid #f0f0f0;
  }
}
footer .link-area a:hover {
  color: #a0a0a0;
}
footer .link-area a:hover:before {
  background: url("../img/arrow_right_gr.png") no-repeat;
}
footer .link-area-sp {
  display: none;
  overflow: hidden;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  footer .link-area-sp {
    display: block;
  }
}
footer .link-area-sp a {
  position: relative;
  float: left;
  display: block;
  width: 50%;
  color: #141414;
  text-align: center;
  padding: 35px 2em 31px 1em;
}
@media screen and (max-width: 480px) {
  footer .link-area-sp a {
    font-size: 15px;
  }
}
footer .link-area-sp a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right_bl.png") no-repeat;
  margin: auto;
  transition: all 1s;
}
footer .link-area-sp a:nth-child(1) {
  border-right: 1px solid #f0f0f0;
}
footer .link-area-sp a:hover {
  color: #141414;
  background-color: #FFF;
}
footer .link-area-sp a:hover:before {
  background: url("../img/arrow_right_bl.png") no-repeat;
}
footer .footer-logo {
  display: block;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 1024px) {
  footer .footer-logo {
    padding-bottom: 30px;
    margin: 0px 1em;
  }
}
footer .footer-nav {
  text-align: center;
}
@media screen and (max-width: 1024px) {
  footer .footer-nav {
    display: none;
  }
}
footer .footer-nav .col {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  text-align: left;
  margin-right: 1%;
}
@media screen and (max-width: 960px) {
  footer .footer-nav .col {
    display: block;
    width: 100%;
    margin-right: 0%;
  }
}
footer .footer-nav .col:last-child {
  margin-right: 0;
}
footer .footer-nav .col .row {
  overflow: hidden;
  border-bottom: 1px solid #f0f0f0;
  padding: 35px 0;
}
@media screen and (max-width: 960px) {
  footer .footer-nav .col .row {
    border-bottom: none;
    padding: 0;
  }
}
footer .footer-nav .col .row:last-child {
  border-bottom: none;
}
footer .footer-nav .col .row .col-ul ul {
  float: left;
  width: 49%;
  margin-right: 2%;
}
@media screen and (max-width: 960px) {
  footer .footer-nav .col .row .col-ul ul {
    float: none;
    width: 100%;
    margin-right: 0%;
  }
}
footer .footer-nav .col .row .col-ul ul:last-child {
  margin-right: 0;
}
footer .footer-nav .col .row .col-ul ul li a {
  font-family: "FOT-筑紫ゴシック Pro M";
}
footer .footer-nav h4 {
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  footer .footer-nav h4 {
    cursor: pointer;
    border-bottom: 1px solid #f0f0f0;
    padding: 15px 0.5em;
    margin: 0 1em;
  }
}
footer .footer-nav h4:before {
  display: none;
  content: "";
  position: absolute;
  top: 19px;
  right: 13px;
  width: 2px;
  height: 16px;
  background-color: #141414;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  footer .footer-nav h4:before {
    display: block;
  }
}
footer .footer-nav h4:after {
  display: none;
  content: "";
  position: absolute;
  top: 26px;
  right: 6px;
  width: 16px;
  height: 2px;
  background-color: #141414;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  footer .footer-nav h4:after {
    display: block;
  }
}
@media screen and (max-width: 960px) {
  footer .footer-nav h4:hover {
    color: #FFF;
    background-color: #141414;
  }
}
@media screen and (max-width: 960px) {
  footer .footer-nav h4:hover:before {
    background-color: #FFF;
  }
}
@media screen and (max-width: 960px) {
  footer .footer-nav h4:hover:after {
    background-color: #FFF;
  }
}
footer .footer-nav h4.on {
  color: #FFF;
  background-color: #141414;
}
footer .footer-nav h4.on:before {
  background-color: #FFF;
  transform: rotateZ(90deg);
}
footer .footer-nav h4.on:after {
  background-color: #FFF;
}
@media screen and (max-width: 960px) {
  footer .footer-nav ul.footer-menu {
    display: none;
    padding: 20px 2em;
  }
}
footer .footer-nav ul li {
  margin-bottom: 10px;
}
footer .footer-nav ul li a {
  font-size: 88%;
  color: #a0a0a0;
}
footer .footer-nav ul li a:hover {
  color: #141414;
}
footer .footer-nav .parent {
  display: block;
  color: #141414;
  border-bottom: 1px solid #f0f0f0;
  padding: 10px 0;
}
@media screen and (max-width: 960px) {
  footer .footer-nav .parent {
    padding: 15px 0;
    margin: 0px 1em;
  }
}
footer .footer-nav .parent:hover {
  color: #FFF;
  background-color: #141414;
}
footer .footer-nav .sns-area {
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 960px) {
  footer .footer-nav .sns-area {
    margin: 25px 1em 0;
  }
}
footer .footer-nav .sns-area p {
  display: inline-block;
  vertical-align: middle;
  color: #141414;
  font-size: 80%;
  font-family: "futura";
  margin-bottom: 20px;
}
footer .footer-nav .sns-area a {
  display: inline-block;
  vertical-align: middle;
  color: #141414;
  margin-bottom: 20px;
}
footer .footer-nav .sns-area a:nth-child(2) {
  margin-left: 25px;
}
footer .footer-nav .sns-area a:last-child {
  margin-left: 15px;
}
footer #copyright {
  float: none;
  font-size: 85%;
  text-align: center;
  color: #a0a0a0;
  margin: 70px 0 20px;
  font-family: "futura";
}
@media screen and (max-width: 1024px) {
  footer #copyright {
    margin: 0px 0 60px;
  }
}

#privacy-ic {
  float: right;
  display: block;
  padding-right: 2%;
}
#privacy-ic:after {
  display: none;
}

#searchform {
  margin-top: 50px;
}
#searchform #s {
  float: none;
  display: inline-block;
  vertical-align: top;
}
#searchform #searchsubmit {
  float: none;
  display: inline-block;
  vertical-align: top;
}

.event-news {
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .event-news {
    display: none;
  }
}
.event-news .col {
  float: left;
  width: 50%;
  padding: 65px 1em;
}
@media screen and (max-width: 1024px) {
  .event-news .col {
    float: none;
    width: 100%;
  }
}
.event-news .col h3 {
  font-size: 24px;
  color: #141414;
  text-align: center;
  margin-bottom: 55px;
}
@media screen and (max-width: 1024px) {
  .event-news .col h3 {
    font-size: 50px;
    font-family: "futura";
    letter-spacing: 0.05em;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 960px) {
  .event-news .col h3 {
    font-size: 48px;
  }
}
@media screen and (max-width: 600px) {
  .event-news .col h3 {
    font-size: 44px;
  }
}
@media screen and (max-width: 480px) {
  .event-news .col h3 {
    font-size: 40px;
  }
}
.event-news .col .detail-btn {
  display: block;
  position: relative;
  max-width: 220px;
  font-size: 94%;
  text-align: center;
  color: #FFF;
  background-color: #141414;
  border: 1px solid #141414;
  padding: 11px 35px 8px 1em;
  margin: 30px auto 0;
}
@media screen and (max-width: 1024px) {
  .event-news .col .detail-btn {
    max-width: 430px;
    font-size: 16px;
    text-align: center;
    padding: 35px 35px 31px 1em;
    margin: 40px auto 0;
  }
}
.event-news .col .detail-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 27px;
  height: 10px;
  background: url(../img/arrow_right.png) no-repeat;
  margin: auto;
  transition: all 1s;
}
.event-news .col .detail-btn:hover {
  color: #141414;
  background-color: #FFF;
}
.event-news .col .detail-btn:hover:before {
  background: url(../img/arrow_right_bl.png) no-repeat;
}
.event-news .col#event {
  background-color: #fafafa;
}
.event-news .col#event .item {
  position: relative;
  display: block;
  max-width: 800px;
  border-top: 1px solid #a0a0a0;
  padding: 10px 0 10px 0px;
  margin: 0 auto;
}
.event-news .col#event .item:last-child {
  border-bottom: 1px solid #a0a0a0;
}
.event-news .col#event .item .thumb {
  width: 160px;
  height: 110px;
}
.event-news .col#event .item .item-body {
  position: absolute;
  left: 180px;
  top: 16px;
}
.event-news .col#event .item .item-body .date {
  font-size: 15px;
  line-height: 1;
  color: #a0a0a0;
  margin-bottom: 3px;
}
.event-news .col#event .item .item-body h4 {
  font-size: 20px;
  color: #141414;
  line-height: 1.5;
}
@media screen and (max-width: 960px) {
  .event-news .col#event .item .item-body h4 {
    font-size: 19px;
  }
}
@media screen and (max-width: 600px) {
  .event-news .col#event .item .item-body h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  .event-news .col#event .item .item-body h4 {
    font-size: 16px;
  }
}
.event-news .col#news {
  background-color: #FFF;
}
.event-news .col#news .item-area {
  height: 394px;
}
@media screen and (max-width: 1024px) {
  .event-news .col#news .item-area {
    height: auto;
  }
}
.event-news .col#news .item {
  position: relative;
  display: block;
  max-width: 800px;
  height: 20%;
  border-top: 1px solid #a0a0a0;
  padding: 10px 0 15px;
  margin: 0 auto;
}
.event-news .col#news .item:last-child {
  border-bottom: 1px solid #a0a0a0;
}
.event-news .col#news .item .cate {
  display: inline-block;
  vertical-align: top;
  width: 15%;
  font-size: 13px;
  line-height: 1.5;
  color: #a0a0a0;
  border: 1px solid #a0a0a0;
  padding: 3px 5px 1px;
  margin: 0 1% 0 0;
}
@media screen and (max-width: 1024px) {
  .event-news .col#news .item .cate {
    width: 130px;
  }
}
.event-news .col#news .item .date {
  display: inline-block;
  vertical-align: top;
  font-size: 15px;
  line-height: 1.5;
  color: #a0a0a0;
  padding: 3px 0;
  margin-right: 3%;
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .event-news .col#news .item .date {
    width: auto;
  }
}
.event-news .col#news .item h4 {
  display: inline-block;
  vertical-align: top;
  width: 61%;
  font-size: 14px;
  color: #141414;
  line-height: 1.5;
  min-height: auto;
  padding: 3px 0 0;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .event-news .col#news .item h4 {
    display: block;
    width: 100%;
    padding: 6px 0 0;
  }
}

#blog {
  background-color: #f0f0f0;
  padding: 75px 1em;
}
@media screen and (max-width: 1024px) {
  #blog {
    display: none;
  }
}
#blog .col {
  display: inline-block;
  vertical-align: middle;
  width: 27%;
  margin-right: 3%;
}
@media screen and (max-width: 1024px) {
  #blog .col {
    display: block;
    width: 100%;
    margin-right: 0%;
  }
}
#blog .col:nth-child(1) .detail-btn {
  display: block;
  position: relative;
  max-width: 220px;
  font-size: 94%;
  text-align: center;
  color: #FFF;
  background-color: #141414;
  border: 1px solid #141414;
  padding: 11px 35px 8px 1em;
  margin: 0px 0 0;
}
@media screen and (max-width: 1024px) {
  #blog .col:nth-child(1) .detail-btn {
    display: none;
  }
}
#blog .col:nth-child(1) .detail-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 27px;
  height: 10px;
  background: url(../img/arrow_right.png) no-repeat;
  margin: auto;
  transition: all 1s;
}
#blog .col:nth-child(1) .detail-btn:hover {
  color: #141414;
  background-color: #FFF;
}
#blog .col:nth-child(1) .detail-btn:hover:before {
  background: url(../img/arrow_right_bl.png) no-repeat;
}
#blog .col:nth-child(2) {
  width: 69%;
  margin-right: 0%;
}
@media screen and (max-width: 1024px) {
  #blog .col:nth-child(2) {
    width: 100%;
  }
}
#blog .col:nth-child(2) .detail-btn {
  display: none;
  position: relative;
  max-width: 430px;
  font-size: 16px;
  text-align: center;
  color: #FFF;
  background-color: #141414;
  border: 1px solid #141414;
  padding: 35px 35px 31px 1em;
  margin: 50px auto 0;
}
@media screen and (max-width: 1024px) {
  #blog .col:nth-child(2) .detail-btn {
    display: block;
  }
}
#blog .col:nth-child(2) .detail-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 27px;
  height: 10px;
  background: url(../img/arrow_right.png) no-repeat;
  margin: auto;
  transition: all 1s;
}
#blog .col:nth-child(2) .detail-btn:hover {
  color: #141414;
  background-color: #FFF;
}
#blog .col:nth-child(2) .detail-btn:hover:before {
  background: url(../img/arrow_right_bl.png) no-repeat;
}
#blog h3 {
  font-size: 48px;
  color: #141414;
  text-align: left;
  margin-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  #blog h3 {
    font-size: 50px;
    font-family: "futura";
    text-align: center;
    letter-spacing: 0.05em;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 960px) {
  #blog h3 {
    font-size: 48px;
  }
}
@media screen and (max-width: 600px) {
  #blog h3 {
    font-size: 44px;
  }
}
@media screen and (max-width: 480px) {
  #blog h3 {
    font-size: 40px;
  }
}
#blog .sub-title {
  font-size: 27px;
  color: #141414;
  text-align: left;
  margin-bottom: 65px;
}
@media screen and (max-width: 1024px) {
  #blog .sub-title {
    font-size: 22px;
    letter-spacing: 0.1em;
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 960px) {
  #blog .sub-title {
    font-size: 21px;
  }
}
@media screen and (max-width: 600px) {
  #blog .sub-title {
    font-size: 19px;
  }
}
#blog .item-area .item {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  margin-right: 3%;
}
@media screen and (max-width: 1024px) {
  #blog .item-area .item {
    display: block;
    width: 100%;
    max-width: 570px;
    margin: 0 auto;
  }
}
#blog .item-area .item:nth-child(2) {
  margin-right: 0%;
}
@media screen and (max-width: 1024px) {
  #blog .item-area .item.pc {
    display: none;
  }
}
#blog .item-area .item .date {
  font-size: 15px;
  line-height: 1.5;
  color: #a0a0a0;
  margin-bottom: 8px;
}
#blog .item-area .item h4 {
  font-size: 19px;
  color: #141414;
}
@media screen and (max-width: 960px) {
  #blog .item-area .item h4 {
    font-size: 18px;
  }
}
@media screen and (max-width: 600px) {
  #blog .item-area .item h4 {
    font-size: 17px;
  }
}
@media screen and (max-width: 480px) {
  #blog .item-area .item h4 {
    font-size: 16px;
  }
}
#blog .item-area .item .item-header {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  height: 250px;
  margin-right: 2%;
}
@media screen and (max-width: 1024px) {
  #blog .item-area .item .item-header {
    display: block;
    width: 100%;
    margin-right: 0%;
  }
}
#blog .item-area .item .item-body {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
@media screen and (max-width: 1024px) {
  #blog .item-area .item .item-body {
    display: block;
    width: 100%;
  }
}

.sns-area-sp {
  display: none;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 1024px) {
  .sns-area-sp {
    display: block;
  }
}
.sns-area-sp a {
  vertical-align: middle;
  margin-right: 55px;
}
.sns-area-sp a:last-child {
  margin-right: 0;
}

html[lang=fr] header nav li a,
html[lang=fr] .main_visual_top nav li a {
  font-size: 70% !important;
}

html[lang=en] header nav li a,
html[lang=en] .main_visual_top nav li a {
  font-size: 70% !important;
}

#world-page .section-innner {
  padding: 120px 0 0;
}
@media screen and (max-width: 600px) {
  #world-page .section-innner {
    padding: 80px 0 0;
  }
}
#world-page #stc-area {
  text-align: center;
  padding: 10px 1.5em 120px;
}
@media screen and (max-width: 600px) {
  #world-page #stc-area {
    padding: 10px 1.5em 80px;
  }
}
#world-page #stc-area p {
  font-size: 125%;
  line-height: 1.8;
}
@media screen and (max-width: 960px) {
  #world-page #stc-area p {
    font-size: 120%;
  }
}
@media screen and (max-width: 600px) {
  #world-page #stc-area p {
    font-size: 115%;
  }
}
#world-page #link-area .item {
  overflow: hidden;
  float: left;
  width: 50%;
}
@media screen and (max-width: 600px) {
  #world-page #link-area .item {
    width: 100%;
  }
}
#world-page #link-area .item:hover {
  background-color: #ddd;
  /*                .item-body{
                      h3,p{
                          color: #FFF;
                      }
                      .detail-btn{
                          color: #FFF;
                          &:before{
                              background: url('../img/arrow_right.png')no-repeat;  
                          }
                      }
                  }*/
}
#world-page #link-area .item:hover .item-header-inner {
  transform: scale(1.1);
}
#world-page #link-area .item:nth-child(2) .item-header .item-header-inner {
  background: url("../img/world_img02.jpg") no-repeat center center;
  background-size: cover;
}
#world-page #link-area .item:nth-child(3) .item-header .item-header-inner {
  background: url("../img/world_img03.jpg") no-repeat center center;
  background-size: cover;
}
#world-page #link-area .item:nth-child(4) .item-header .item-header-inner {
  background: url("../img/world_img04.jpg") no-repeat center center;
  background-size: cover;
}
#world-page #link-area .item:nth-child(5) .item-header .item-header-inner {
  background: url("../img/world_img05.jpg") no-repeat center center;
  background-size: cover;
}
#world-page #link-area .item:nth-child(6) .item-header .item-header-inner {
  background: url("../img/world_img06.jpg") no-repeat center center;
  background-size: cover;
}
#world-page #link-area .item .item-header {
  overflow: hidden;
}
#world-page #link-area .item .item-header .item-header-inner {
  height: 550px;
  background: url("../img/world_img01.jpg") no-repeat center center;
  background-size: cover;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #world-page #link-area .item .item-header .item-header-inner {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  #world-page #link-area .item .item-header .item-header-inner {
    height: 250px;
  }
}
#world-page #link-area .item .item-body {
  /*max-width: 310px;*/
  text-align: left;
  padding: 50px 1em 100px;
  margin-left: 6%;
}
@media screen and (max-width: 960px) {
  #world-page #link-area .item .item-body {
    padding: 50px 1em;
  }
}
@media screen and (max-width: 600px) {
  #world-page #link-area .item .item-body {
    padding: 35px 1em 40px;
  }
}
#world-page #link-area .item h3 {
  font-size: 111%;
  color: #141414;
  margin-bottom: 35px;
}
@media screen and (max-width: 600px) {
  #world-page #link-area .item h3 {
    font-size: 105%;
    margin-bottom: 30px;
  }
}
#world-page #link-area .item p {
  font-size: 90%;
  min-height: 60px;
  margin-bottom: 30px;
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  #world-page #link-area .item p {
    min-height: auto;
  }
}
#world-page #link-area .item .detail-btn {
  position: relative;
  max-width: 135px;
  font-size: 94%;
  color: #141414;
  text-align: left;
  border: none;
  margin: 0 auto 0 0;
  width: auto;
  display: inline-block;
  padding-right: 50px;
  max-width: 100%;
}
#world-page #link-area .item .detail-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right_bl.png") no-repeat;
  transition: all 1s;
}

#concept-page .section-innner {
  padding: 120px 0 0;
}
@media screen and (max-width: 600px) {
  #concept-page .section-innner {
    padding: 80px 0 0;
  }
}
#concept-page #stc-area {
  text-align: center;
  padding: 10px 1.5em 120px;
}
@media screen and (max-width: 960px) {
  #concept-page #stc-area {
    padding: 10px 1.5em 80px;
  }
}
#concept-page #stc-area h3 {
  font-size: 240%;
  font-family: "futura";
  color: #141414;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #concept-page #stc-area h3 {
    font-size: 220%;
  }
}
@media screen and (max-width: 600px) {
  #concept-page #stc-area h3 {
    font-size: 180%;
  }
}
#concept-page #stc-area .large {
  position: relative;
  font-size: 132%;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #concept-page #stc-area .large {
    font-size: 125%;
  }
}
@media screen and (max-width: 600px) {
  #concept-page #stc-area .large {
    font-size: 110%;
  }
}
#concept-page #stc-area .large:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 35px;
  height: 3px;
  background-color: #141414;
  margin: auto;
}
#concept-page #stc-area .stc {
  font-size: 94%;
  line-height: 1.8;
}
@media screen and (max-width: 600px) {
  #concept-page #stc-area .stc {
    font-size: 88%;
  }
}
#concept-page .main-movie {
  position: relative;
  display: block;
  max-width: 980px;
  height: 551px;
  margin: 0 auto 130px;
}
@media screen and (max-width: 960px) {
  #concept-page .main-movie {
    height: 450px;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 600px) {
  #concept-page .main-movie {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #concept-page .main-movie {
    height: 250px;
  }
}
#concept-page .main-movie:hover .black-layer {
  opacity: 1;
}
#concept-page .main-movie .img-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/concept-movie-img01.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 0;
  z-index: 1;
}
#concept-page .main-movie .movie-player {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}
#concept-page .main-movie .movie-ic {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  #concept-page .main-movie .movie-ic {
    width: 60px;
  }
}
#concept-page .main-movie .black-layer {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: all 1s;
}
#concept-page .main-movie .black-layer p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 170px;
  height: 1px;
  font-size: 20px;
  line-height: 0;
  color: #fff;
  text-align: left;
  margin: auto;
}
#concept-page .main-movie .black-layer p:before {
  position: absolute;
  display: block;
  top: -3px;
  bottom: 0;
  right: 0;
  width: 0;
  height: 18px;
  content: "";
  border-left: 14.5px solid #fff;
  border-bottom: 9px solid transparent;
  border-top: 9px solid transparent;
  margin: auto;
}
#concept-page #owner {
  position: relative;
  max-width: 1700px;
  margin: 130px auto;
}
@media screen and (max-width: 960px) {
  #concept-page #owner {
    margin: 80px auto 190px;
  }
}
@media screen and (max-width: 600px) {
  #concept-page #owner {
    margin: 80px auto 290px;
  }
}
@media screen and (max-width: 480px) {
  #concept-page #owner {
    margin: 80px auto 390px;
  }
}
#concept-page #owner .img-area {
  width: 80%;
  max-width: 1260px;
  height: 800px;
  background: url(../img/concept-owner_img.jpg) no-repeat center center;
  background-size: cover;
  margin: 0 0 0 auto;
}
@media screen and (max-width: 960px) {
  #concept-page #owner .img-area {
    width: 100%;
    height: 600px;
  }
}
@media screen and (max-width: 600px) {
  #concept-page #owner .img-area {
    height: 450px;
  }
}
@media screen and (max-width: 480px) {
  #concept-page #owner .img-area {
    height: 350px;
  }
}
#concept-page #owner .stc-area {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  max-width: 620px;
  height: 450px;
  background: rgba(19, 19, 19, 0.9);
  padding: 40px 2.5em;
  margin: auto;
}
@media screen and (max-width: 960px) {
  #concept-page #owner .stc-area {
    top: auto;
    right: 0;
    bottom: -100px;
    width: 80%;
    height: auto;
    margin: auto;
  }
}
@media screen and (max-width: 600px) {
  #concept-page #owner .stc-area {
    bottom: -200px;
    width: 92%;
  }
}
@media screen and (max-width: 480px) {
  #concept-page #owner .stc-area {
    bottom: -300px;
  }
}
#concept-page #owner h4 {
  font-size: 144%;
  color: #fff;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #concept-page #owner h4 {
    font-size: 137%;
  }
}
@media screen and (max-width: 600px) {
  #concept-page #owner h4 {
    font-size: 125%;
  }
}
#concept-page #owner p {
  color: #fff;
}
#concept-page #owner .position {
  font-size: 88%;
  margin-bottom: 5px;
}
#concept-page #owner .name {
  font-size: 144%;
  margin-bottom: 35px;
}
@media screen and (max-width: 960px) {
  #concept-page #owner .name {
    font-size: 137%;
  }
}
@media screen and (max-width: 600px) {
  #concept-page #owner .name {
    font-size: 125%;
  }
}
#concept-page #owner .stc {
  font-size: 88%;
}
#concept-page #interview {
  margin-bottom: 30px;
}
#concept-page #interview h4 {
  color: #141414;
  font-size: 170%;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #concept-page #interview h4 {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  #concept-page #interview h4 {
    font-size: 145%;
  }
}
#concept-page #interview .interview-movie {
  position: relative;
  display: block;
  max-width: 980px;
  height: 551px;
  margin: 0 auto 90px;
}
@media screen and (max-width: 960px) {
  #concept-page #interview .interview-movie {
    height: 450px;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 600px) {
  #concept-page #interview .interview-movie {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #concept-page #interview .interview-movie {
    height: 250px;
  }
}
#concept-page #interview .interview-movie:hover .black-layer {
  height: 100%;
}
#concept-page #interview .interview-movie:hover .black-layer .black-layer-inner {
  height: 75px;
}
#concept-page #interview .interview-movie:hover .black-layer p {
  opacity: 1;
}
#concept-page #interview .interview-movie .img-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  z-index: 1;
}
#concept-page #interview .interview-movie .movie-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
#concept-page #interview .interview-movie .movie-ic {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  #concept-page #interview .interview-movie .movie-ic {
    width: 60px;
  }
}
#concept-page #interview .interview-movie .black-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 170px;
  background: rgba(0, 0, 0, 0.6);
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  #concept-page #interview .interview-movie .black-layer {
    height: 100px;
  }
}
#concept-page #interview .interview-movie .black-layer .black-layer-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 300px;
  height: 80px;
  text-align: center;
  margin: auto;
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  #concept-page #interview .interview-movie .black-layer .black-layer-inner {
    height: 70px;
  }
}
#concept-page #interview .interview-movie .black-layer h5 {
  color: #fff;
  font-size: 170%;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #concept-page #interview .interview-movie .black-layer h5 {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  #concept-page #interview .interview-movie .black-layer h5 {
    font-size: 140%;
  }
}
#concept-page #interview .interview-movie .black-layer p {
  position: relative;
  opacity: 0;
  width: 170px;
  height: 1px;
  font-size: 20px;
  line-height: 0;
  color: #fff;
  text-align: left;
  margin: 30px auto 0;
}
#concept-page #interview .interview-movie .black-layer p:before {
  position: absolute;
  display: block;
  top: -3px;
  bottom: 0;
  right: 0;
  width: 0;
  height: 18px;
  content: "";
  border-left: 14.5px solid #fff;
  border-bottom: 9px solid transparent;
  border-top: 9px solid transparent;
  margin: auto;
}
#concept-page #interview .interview-movie01 .img-area {
  background: url(../img/concept-movie-img02.jpg) no-repeat center center;
  background-size: cover;
}
#concept-page #interview .interview-movie02 .img-area {
  background: url(../img/concept-movie-img03.jpg) no-repeat center center;
  background-size: cover;
}
#concept-page #interview .interview-movie03 .img-area {
  background: url(../img/concept-movie-img04.jpg) no-repeat center center;
  background-size: cover;
}

#main-renovation:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
#main-renovation .main-img_area-body {
  height: 150px;
  padding: 0 1.5em;
}
@media screen and (max-width: 480px) {
  #main-renovation .main-img_area-body {
    height: 70px;
  }
}
#main-renovation .main-img_area-body h2 {
  font-size: 40px;
}
@media screen and (max-width: 960px) {
  #main-renovation .main-img_area-body h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 600px) {
  #main-renovation .main-img_area-body h2 {
    font-size: 34px;
  }
}
@media screen and (max-width: 480px) {
  #main-renovation .main-img_area-body h2 {
    font-size: 28px;
  }
}
#main-renovation .main-img_area-body h2 .sp {
  display: none;
}
@media screen and (max-width: 480px) {
  #main-renovation .main-img_area-body h2 .sp {
    display: block;
  }
}
#main-renovation .logo-area {
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #main-renovation .logo-area {
    margin-bottom: 15px;
  }
}
#main-renovation .logo-area img {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 1280px) {
  #main-renovation .logo-area img:nth-of-type(1) {
    width: 150px;
  }
}
@media screen and (max-width: 960px) {
  #main-renovation .logo-area img:nth-of-type(1) {
    width: 125px;
  }
}
@media screen and (max-width: 480px) {
  #main-renovation .logo-area img:nth-of-type(1) {
    width: 90px;
  }
}
@media screen and (max-width: 1280px) {
  #main-renovation .logo-area img:nth-of-type(2) {
    width: 124px;
  }
}
@media screen and (max-width: 960px) {
  #main-renovation .logo-area img:nth-of-type(2) {
    width: 100px;
  }
}
@media screen and (max-width: 480px) {
  #main-renovation .logo-area img:nth-of-type(2) {
    width: 70px;
  }
}
#main-renovation .logo-area span {
  font-size: 80px;
  line-height: 1;
  color: #ffc40c;
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
}
@media screen and (max-width: 1280px) {
  #main-renovation .logo-area span {
    font-size: 76px;
  }
}
@media screen and (max-width: 960px) {
  #main-renovation .logo-area span {
    font-size: 70px;
  }
}
@media screen and (max-width: 600px) {
  #main-renovation .logo-area span {
    font-size: 65px;
  }
}
@media screen and (max-width: 480px) {
  #main-renovation .logo-area span {
    font-size: 46px;
  }
}

#renovation-page {
  padding-bottom: 100px;
}
#renovation-page .section-innner {
  max-width: 1120px;
  padding: 80px 1.5em;
  margin: 0 auto;
}
#renovation-page #intro {
  text-align: center;
}
#renovation-page #intro h2 {
  position: relative;
  display: inline-block;
  text-align: center;
  margin: 0px auto 80px;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  #renovation-page #intro h2 {
    margin: 0px auto 60px;
  }
}
#renovation-page #intro h2:before {
  content: "";
  position: absolute;
  bottom: 9px;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #ffc40c;
  z-index: -1;
}
@media screen and (max-width: 600px) {
  #renovation-page #intro h2:before {
    bottom: 5px;
    display: none;
  }
}
#renovation-page #intro h2 .sp {
  display: none;
}
@media screen and (max-width: 480px) {
  #renovation-page #intro h2 .sp {
    display: block;
  }
}
#renovation-page #intro h2 span {
  display: inline;
  font-size: 32px;
  color: #141414;
  background-position: left -100% center;
  padding-bottom: 0.6em;
  background-size: 200% 0.3em;
  background-repeat: repeat-x;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 50%, rgb(255, 196, 12) 50%);
  transition: background-position 2s ease 0.1s;
}
@media screen and (max-width: 960px) {
  #renovation-page #intro h2 span {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  #renovation-page #intro h2 span {
    font-size: 28px;
  }
}
@media screen and (max-width: 480px) {
  #renovation-page #intro h2 span {
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  #renovation-page #intro h2 span {
    font-size: 22px;
  }
}
#renovation-page #intro .stc {
  font-size: 20px;
  line-height: 1.9;
  text-align: left;
  margin-bottom: 100px;
}
@media screen and (max-width: 960px) {
  #renovation-page #intro .stc {
    font-size: 19px;
  }
}
@media screen and (max-width: 600px) {
  #renovation-page #intro .stc {
    font-size: 18px;
  }
}
@media screen and (max-width: 480px) {
  #renovation-page #intro .stc {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 80px;
  }
}
#renovation-page #intro .stc b {
  font-weight: 600;
}
#renovation-page .y-btn {
  position: relative;
  display: block;
  width: 100%;
  max-width: 320px;
  font-size: 18px;
  color: #141414;
  border: 1px solid #ffc40c;
  background-color: #ffc40c;
  border-radius: 0;
  text-align: center;
  padding: 15px 0;
  margin: 0px auto 0;
}
#renovation-page .y-btn:hover {
  background-color: #fff;
}
#renovation-page .y-btn img {
  display: inline-block;
  vertical-align: text-bottom;
  margin-left: 15px;
}
#renovation-page .gry-area {
  background-color: #f0f0f0;
  padding: 15px 0;
}
#renovation-page .gry-area h2 {
  position: relative;
  font-size: 32px;
  color: #141414;
  text-align: center;
  margin: 0px auto 80px;
}
@media screen and (max-width: 960px) {
  #renovation-page .gry-area h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  #renovation-page .gry-area h2 {
    font-size: 28px;
    margin: 0px auto 60px;
  }
}
@media screen and (max-width: 480px) {
  #renovation-page .gry-area h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  #renovation-page .gry-area h2 {
    font-size: 21px;
  }
}
#renovation-page .gry-area h2 .sp {
  display: none;
}
@media screen and (max-width: 480px) {
  #renovation-page .gry-area h2 .sp {
    display: block;
  }
}
#renovation-page .service-inner {
  padding: 80px 1.5em;
}
@media screen and (max-width: 600px) {
  #renovation-page .service-inner {
    padding: 80px 0;
  }
}
#renovation-page #service h3 {
  position: relative;
  font-size: 32px;
  color: #141414;
  text-align: center;
  margin: 0px auto 80px;
}
@media screen and (max-width: 960px) {
  #renovation-page #service h3 {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  #renovation-page #service h3 {
    font-size: 28px;
    margin: 0px auto 60px;
  }
}
@media screen and (max-width: 480px) {
  #renovation-page #service h3 {
    font-size: 24px;
  }
}
@media screen and (max-width: 400px) {
  #renovation-page #service h3 {
    font-size: 22px;
  }
}
#renovation-page #service h4 {
  position: relative;
  font-size: 24px;
  font-weight: 600;
  padding-left: 35px;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  #renovation-page #service h4 {
    font-size: 23px;
  }
}
@media screen and (max-width: 600px) {
  #renovation-page #service h4 {
    font-size: 22px;
    margin: 0 1.5em 25px;
  }
}
@media screen and (max-width: 480px) {
  #renovation-page #service h4 {
    font-size: 20px;
    padding-left: 30px;
  }
}
#renovation-page #service h4:before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 24px;
  height: 24px;
  background-color: #ffc40c;
}
@media screen and (max-width: 480px) {
  #renovation-page #service h4:before {
    width: 20px;
    height: 20px;
  }
}
#renovation-page #service .stc {
  font-size: 18px;
  line-height: 1.9;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #renovation-page #service .stc {
    font-size: 17px;
  }
}
@media screen and (max-width: 600px) {
  #renovation-page #service .stc {
    margin: 0 1.5em 30px;
  }
}
@media screen and (max-width: 480px) {
  #renovation-page #service .stc {
    font-size: 16px;
  }
}
#renovation-page #service .stc.bl {
  font-weight: bold;
}
#renovation-page #service .small {
  font-size: 16px;
  line-height: 1.9;
  margin: 80px 0;
}
@media screen and (max-width: 600px) {
  #renovation-page #service .small {
    margin: 60px 1.5em;
  }
}
@media screen and (max-width: 480px) {
  #renovation-page #service .small {
    font-size: 15px;
    margin: 60px 1.5em;
  }
}
@media screen and (max-width: 768px) {
  #renovation-page #service .col-area {
    margin-bottom: 30px;
  }
}
#renovation-page #service .col-area.ls {
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #renovation-page #service .col-area.pc {
    display: none;
  }
}
#renovation-page #service .col-area.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  #renovation-page #service .col-area.sp {
    display: block;
  }
}
#renovation-page #service .col-area .col {
  display: inline-block;
  vertical-align: middle;
  width: 49.8%;
}
@media screen and (max-width: 768px) {
  #renovation-page #service .col-area .col {
    display: block;
    width: 100%;
    max-width: 560px;
    margin: 0 auto 30px;
  }
}
#renovation-page #service .col-area .col:nth-child(2n+1) {
  width: 49.7%;
}
@media screen and (max-width: 768px) {
  #renovation-page #service .col-area .col:nth-child(2n+1) {
    width: 100%;
  }
}
#renovation-page #service .col-area .col:nth-child(2n+1) p {
  text-align: right;
}
#renovation-page #service .col-area .col:nth-child(2n) {
  margin-left: -0.4%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #renovation-page #service .col-area .col:nth-child(2n) {
    margin: 0 auto 0px;
  }
}
#renovation-page #service .col-area .col.two {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  #renovation-page #service .col-area .col.two {
    margin: 40px auto 30px;
  }
}
#renovation-page #service .col-area .col img {
  display: block;
  margin: 0 auto;
}
#renovation-page #service .col-area .col p {
  font-size: 16px;
  line-height: 1.9;
  padding: 0 2em;
}
@media screen and (max-width: 768px) {
  #renovation-page #service .col-area .col p {
    padding: 0 1.5em;
  }
}
@media screen and (max-width: 480px) {
  #renovation-page #service .col-area .col p {
    font-size: 15px;
  }
}
@media screen and (max-width: 480px) {
  #renovation-page #service .col-area .col p .pc {
    display: none;
  }
}
#renovation-page #service .col-area .col .min-col {
  display: inline-block;
  vertical-align: middle;
  width: 47%;
}
@media screen and (max-width: 600px) {
  #renovation-page #service .col-area .col .min-col {
    display: block;
    width: 100%;
    margin-bottom: 30px;
  }
}
#renovation-page #service .col-area .col .min-col:nth-child(2) {
  width: 51%;
}
@media screen and (max-width: 600px) {
  #renovation-page #service .col-area .col .min-col:nth-child(2) {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  #renovation-page #service .col-area .col .min-col img {
    padding: 0 1.5em;
  }
}
#renovation-page #service .col-area .col .min-col p {
  text-align: left !important;
  padding: 0 1em;
}
@media screen and (max-width: 600px) {
  #renovation-page #service .col-area .col .min-col p {
    padding: 0 1.5em;
  }
}
#renovation-page #service .img-col-area {
  overflow: hidden;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  #renovation-page #service .img-col-area {
    margin-bottom: 0px;
  }
}
#renovation-page #service .img-col-area .col {
  float: left;
  width: 48.5%;
  margin-right: 3%;
}
@media screen and (max-width: 600px) {
  #renovation-page #service .img-col-area .col {
    display: block;
    width: 50%;
    margin-right: 0;
  }
}
#renovation-page #service .img-col-area .col:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 600px) {
  #renovation-page #service .img-col-area .col:nth-child(2n) {
    margin-bottom: 0px;
  }
}
#renovation-page #service .img-col-area .col img {
  display: block;
  margin: 0 auto;
}
#renovation-page #service #gallery {
  overflow: hidden;
  margin-bottom: 70px;
}
#renovation-page #service #gallery a {
  position: relative;
  float: left;
  width: 18.4%;
  margin-right: 2%;
  margin-bottom: 16px;
}
@media screen and (max-width: 960px) {
  #renovation-page #service #gallery a {
    width: 23.5%;
  }
}
@media screen and (max-width: 600px) {
  #renovation-page #service #gallery a {
    width: 32%;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 480px) {
  #renovation-page #service #gallery a {
    width: 50%;
    margin-right: 0;
    margin-bottom: 0px;
  }
}
#renovation-page #service #gallery a:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  #renovation-page #service #gallery a:nth-child(5n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 480px) {
  #renovation-page #service #gallery a:nth-child(5n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 960px) {
  #renovation-page #service #gallery a:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 600px) {
  #renovation-page #service #gallery a:nth-child(4n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 480px) {
  #renovation-page #service #gallery a:nth-child(4n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 600px) {
  #renovation-page #service #gallery a:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 480px) {
  #renovation-page #service #gallery a:nth-child(3n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 480px) {
  #renovation-page #service #gallery a:nth-child(2n) {
    margin-right: 0;
  }
}
#renovation-page #service #gallery a:before {
  content: "";
  display: block;
  padding-top: 100%;
}
#renovation-page #service #gallery a img {
  line-height: 0;
  vertical-align: bottom;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
#renovation-page .main-movie {
  position: relative;
  display: block;
  max-width: 980px;
  height: 551px;
  margin: 0 auto 0px;
}
@media screen and (max-width: 960px) {
  #renovation-page .main-movie {
    height: 450px;
    margin: 0 auto 0px;
  }
}
@media screen and (max-width: 600px) {
  #renovation-page .main-movie {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #renovation-page .main-movie {
    height: 250px;
  }
}
#renovation-page .main-movie:hover .black-layer {
  opacity: 1;
}
#renovation-page .main-movie .img-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/rn-movie-img01.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 0;
  z-index: 1;
}
#renovation-page .main-movie .movie-player {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}
#renovation-page .main-movie .movie-ic {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  #renovation-page .main-movie .movie-ic {
    width: 60px;
  }
}
#renovation-page .main-movie .black-layer {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: all 1s;
}
#renovation-page .main-movie .black-layer p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 170px;
  height: 1px;
  font-size: 20px;
  line-height: 0;
  color: #fff;
  text-align: left;
  margin: auto;
}
#renovation-page .main-movie .black-layer p:before {
  position: absolute;
  display: block;
  top: 0px;
  bottom: 0;
  right: 0;
  width: 0;
  height: 18px;
  content: "";
  border-left: 14.5px solid #fff;
  border-bottom: 9px solid transparent;
  border-top: 9px solid transparent;
  margin: auto;
}

#history-page {
  background: url("../img/brand-history_bg.png") no-repeat center center fixed;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 1300px) {
  #history-page {
    background: #141414;
  }
}
#history-page .section-innner {
  max-width: 100%;
  padding: 0px 0 0px;
  margin: 0 auto;
}
#history-page .history-tab-area {
  text-align: center;
  border-bottom: 1px solid #646464;
  padding: 30px 1.5em;
}
@media screen and (max-width: 960px) {
  #history-page .history-tab-area {
    padding: 20px 1em;
  }
}
#history-page .history-tab-area.on {
  position: fixed;
  top: 97px;
  left: 0;
  width: 100%;
  background-color: #141414;
  z-index: 10;
}
#history-page .history-tab-area a {
  display: inline-block;
  vertical-align: middle;
  color: #a0a0a0;
}
@media screen and (max-width: 960px) {
  #history-page .history-tab-area a {
    font-size: 94%;
  }
}
#history-page .history-tab-area a:hover {
  color: #fff;
}
#history-page .history-tab-area a.on {
  color: #fff;
}
#history-page .history-tab-area .border-box-horizon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 100px;
  height: 1px;
  background-color: #a0a0a0;
  margin-top: 1px;
}
@media screen and (max-width: 960px) {
  #history-page .history-tab-area .border-box-horizon {
    width: 50px;
  }
}
#history-page .history-tab-area .border-box-horizon:before {
  display: block;
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #a0a0a0;
}
#history-page .history-tab-area .border-box-horizon:after {
  display: block;
  content: "";
  position: absolute;
  top: -1px;
  right: 0;
  width: 3px;
  height: 3px;
  background-color: #a0a0a0;
}
#history-page .history-content {
  padding: 100px 0;
}
#history-page .history-content .history-content-inner {
  max-width: 1920px;
  padding: 0 1.5em;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #history-page .history-content .history-content-inner {
    padding: 0 1em;
  }
}
#history-page .history-content .history01 {
  max-width: 500px;
}
#history-page .history-content .col {
  text-align: left;
}
#history-page .history-content .col:nth-child(1) {
  display: none;
  width: 35%;
  height: 350px;
  float: left;
  background-color: #a0a0a0;
}
@media screen and (max-width: 960px) {
  #history-page .history-content .col:nth-child(1) {
    display: none;
  }
}
#history-page .history-content .col:nth-child(2) {
  width: 100%;
  max-width: 1600px;
  /*margin-left: 38%;*/
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #history-page .history-content .col:nth-child(2) {
    /*margin-left:0%;*/
  }
}
#history-page .history-content h3 {
  font-size: 125%;
  color: #fff;
  margin-bottom: 20px;
  margin-left: 13%;
}
@media screen and (max-width: 960px) {
  #history-page .history-content h3 {
    margin-left: 5px;
  }
}
@media screen and (max-width: 960px) {
  #history-page .history-content .start-area {
    display: none;
  }
}
#history-page .history-content .border-box-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 60px;
  background-color: #fff;
  margin: 0 0 10px 5px;
}
@media screen and (max-width: 960px) {
  #history-page .history-content .border-box-vertical {
    margin: 0 0 10px 50px;
  }
}
#history-page .history-content .border-box-vertical:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 3px;
  height: 3px;
  background-color: #fff;
}
#history-page .history-content .border-box-vertical:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 3px;
  height: 3px;
  background-color: #fff;
}
#history-page .history-content .border-box-vertical.start:before {
  display: none;
}
#history-page .history-content .title-box,
#history-page .history-content .stc-box {
  overflow: hidden;
  margin-bottom: 10px;
}
#history-page .history-content h4 {
  display: inline-block;
  vertical-align: middle;
  width: 16.5%;
  /*font-size: 107%;*/
  color: #fff;
  margin-right: 13px;
}
@media screen and (max-width: 960px) {
  #history-page .history-content h4 {
    font-size: 94%;
    margin-right: 1%;
  }
}
@media screen and (max-width: 960px) {
  #history-page .history-content .stc-box h4 {
    display: none;
  }
}
#history-page .history-content .square {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  margin-right: 13px;
}
@media screen and (max-width: 960px) {
  #history-page .history-content .square {
    margin-right: 1%;
  }
}
#history-page .history-content .border-box-horizon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 8%;
  height: 1px;
  background-color: #a0a0a0;
  margin-right: 5px;
}
@media screen and (max-width: 960px) {
  #history-page .history-content .border-box-horizon {
    display: none;
  }
}
#history-page .history-content h5 {
  display: inline-block;
  vertical-align: middle;
  width: 27%;
  font-size: 93%;
  color: #fff;
}
#history-page .history-content .cnts-border {
  display: inline-block;
  vertical-align: middle;
  width: 67%;
  height: 1px;
  background-color: #646464;
}
@media screen and (max-width: 960px) {
  #history-page .history-content .cnts-border {
    width: 70%;
  }
}
#history-page .history-content .cnts-border.short {
  width: 40%;
}
#history-page .history-content .stc-box-inner {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 78%;
  border-left: 1px solid #fff;
  padding: 20px 0 60px 11%;
  margin-left: 5px;
}
@media screen and (max-width: 960px) {
  #history-page .history-content .stc-box-inner {
    width: 86%;
    padding: 20px 0 60px 2%;
    margin-left: 50px;
  }
}
#history-page .history-content .stc-box-inner:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 3px;
  height: 3px;
  background-color: #fff;
}
#history-page .history-content .stc-box-inner:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 3px;
  height: 3px;
  background-color: #fff;
}
#history-page .history-content .stc-box-inner .row {
  border-bottom: 1px solid #646464;
  padding: 40px 0;
}
#history-page .history-content .stc-box-inner .row:last-child {
  border-bottom: none;
}
#history-page .history-content .stc-box-inner img {
  display: block;
  margin: 0 auto 30px;
}
#history-page .history-content .stc-box-inner p {
  font-size: 88%;
  color: #fff;
}
#history-page .history-content .stc-box-inner .stc-col {
  display: inline-block;
  vertical-align: top;
}
#history-page .history-content .stc-box-inner .stc-col:nth-child(1) {
  width: 23%;
  margin-right: 1%;
}
@media screen and (max-width: 600px) {
  #history-page .history-content .stc-box-inner .stc-col:nth-child(1) {
    width: 100%;
  }
}
#history-page .history-content .stc-box-inner .stc-col:nth-child(2) {
  width: 74%;
}
@media screen and (max-width: 600px) {
  #history-page .history-content .stc-box-inner .stc-col:nth-child(2) {
    width: 100%;
  }
}
#history-page .history-content .stc-box-inner .stc-col p {
  margin-top: 0;
}

#manufacturing-page .section-innner {
  max-width: 100%;
  padding: 120px 0 0;
}
@media screen and (max-width: 600px) {
  #manufacturing-page .section-innner {
    padding: 80px 0;
  }
}
#manufacturing-page #stc-area {
  text-align: center;
  padding: 0 1.5em 120px;
}
@media screen and (max-width: 600px) {
  #manufacturing-page #stc-area {
    padding: 0 1.5em 80px;
  }
}
#manufacturing-page #stc-area h3 {
  font-size: 144%;
  line-height: 1.8;
  margin-bottom: 0px;
}
@media screen and (max-width: 960px) {
  #manufacturing-page #stc-area h3 {
    font-size: 135%;
  }
}
@media screen and (max-width: 600px) {
  #manufacturing-page #stc-area h3 {
    font-size: 125%;
  }
}
@media screen and (max-width: 480px) {
  #manufacturing-page #stc-area h3 {
    font-size: 120%;
  }
}
#manufacturing-page #manufacturing-area {
  background-color: #f0f0f0;
  padding: 100px 0;
}
#manufacturing-page #manufacturing-area .row-inner {
  max-width: 1300px;
  padding: 0 1.5em;
  margin: 0 auto;
}
#manufacturing-page #manufacturing-area h3 {
  font-size: 125%;
  font-family: "futura";
  text-align: center;
  color: #141414;
  margin-bottom: 20px;
}
#manufacturing-page #manufacturing-area .border-box-vertical {
  position: relative;
  width: 1px;
  height: 60px;
  background-color: #141414;
  margin: 2px auto;
}
#manufacturing-page #manufacturing-area .border-box-vertical:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  width: 3px;
  height: 3px;
  background-color: #141414;
}
#manufacturing-page #manufacturing-area .border-box-vertical:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: -1px;
  width: 3px;
  height: 3px;
  background-color: #141414;
}
#manufacturing-page #manufacturing-area .border-box-vertical.start:before {
  display: none;
}
#manufacturing-page #manufacturing-area .title-box,
#manufacturing-page #manufacturing-area .stc-box {
  overflow: hidden;
  margin-bottom: 10px;
}
#manufacturing-page #manufacturing-area h4 {
  display: inline-block;
  vertical-align: middle;
  width: 5%;
  font-size: 107%;
  color: #141414;
}
@media screen and (max-width: 960px) {
  #manufacturing-page #manufacturing-area h4 {
    width: 21%;
    max-width: 70px;
    font-size: 125%;
  }
}
@media screen and (max-width: 600px) {
  #manufacturing-page #manufacturing-area h4 {
    font-size: 110%;
  }
}
#manufacturing-page #manufacturing-area .square {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  border: 1px solid #141414;
  margin: 0 1%;
}
@media screen and (max-width: 960px) {
  #manufacturing-page #manufacturing-area .square {
    display: none;
  }
}
#manufacturing-page #manufacturing-area .border-box-horizon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 6%;
  height: 1px;
  background-color: #141414;
}
@media screen and (max-width: 960px) {
  #manufacturing-page #manufacturing-area .border-box-horizon {
    display: none;
  }
}
@media screen and (max-width: 960px) {
  #manufacturing-page #manufacturing-area .title-box .cnts-border:last-child {
    display: none;
  }
}
#manufacturing-page #manufacturing-area .cnts-border {
  display: inline-block;
  vertical-align: middle;
  width: 36.5%;
  height: 1px;
  background-color: #a0a0a0;
}
@media screen and (max-width: 960px) {
  #manufacturing-page #manufacturing-area .cnts-border {
    width: 76%;
  }
}
#manufacturing-page #manufacturing-area .stc-box .col {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
#manufacturing-page #manufacturing-area .stc-box .col:nth-child(1) {
  width: 49.6%;
  padding: 20px 8% 60px 0;
}
@media screen and (max-width: 960px) {
  #manufacturing-page #manufacturing-area .stc-box .col:nth-child(1) {
    width: 100%;
    padding: 20px 0 30px;
  }
}
#manufacturing-page #manufacturing-area .stc-box .col:nth-child(2) {
  width: 45%;
  min-height: 500px;
  border-left: 1px solid #141414;
  padding: 20px 0 60px 8%;
}
@media screen and (max-width: 960px) {
  #manufacturing-page #manufacturing-area .stc-box .col:nth-child(2) {
    width: 100%;
    min-height: auto;
    border-left: none;
    padding: 20px 0 30px;
  }
}
#manufacturing-page #manufacturing-area .stc-box .col:nth-child(2):before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 3px;
  height: 3px;
  background-color: #141414;
}
@media screen and (max-width: 960px) {
  #manufacturing-page #manufacturing-area .stc-box .col:nth-child(2):before {
    display: none;
  }
}
#manufacturing-page #manufacturing-area .stc-box .col:nth-child(2):after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: -2px;
  width: 3px;
  height: 3px;
  background-color: #141414;
}
@media screen and (max-width: 960px) {
  #manufacturing-page #manufacturing-area .stc-box .col:nth-child(2):after {
    display: none;
  }
}
#manufacturing-page #manufacturing-area .stc-box .col h5 {
  font-size: 170%;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #manufacturing-page #manufacturing-area .stc-box .col h5 {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  #manufacturing-page #manufacturing-area .stc-box .col h5 {
    font-size: 145%;
  }
}
#manufacturing-page #manufacturing-area .stc-box .col p {
  font-size: 94%;
  margin: 60px 0 35px;
}
@media screen and (max-width: 960px) {
  #manufacturing-page #manufacturing-area .stc-box .col p {
    margin: 0px 0 35px;
  }
}
#manufacturing-page #manufacturing-area .stc-box .col .intro-area {
  overflow: hidden;
  display: block;
  height: 181px;
  background-color: #fff;
  margin-bottom: 20px;
  transition: all 1s;
}
#manufacturing-page #manufacturing-area .stc-box .col .intro-area:hover {
  background-color: #ddd;
  /*                        .detail-area{
                              p{
                                  color: #FFF;
                              }
                              .detail-btn{
                                  color: #FFF;
                                  &:before{
                                      background: url('../img/arrow_right.png')no-repeat;            
                                  }
                              }
                          }*/
}
#manufacturing-page #manufacturing-area .stc-box .col .intro-area:hover .img-area .img-area-inner {
  transform: scale(1.1);
}
#manufacturing-page #manufacturing-area .stc-box .col .intro-area .img-area {
  overflow: hidden;
  float: left;
  width: 30%;
  height: 181px;
}
#manufacturing-page #manufacturing-area .stc-box .col .intro-area .img-area .img-area-inner {
  height: 181px;
  transition: all 1s;
}
#manufacturing-page #manufacturing-area .stc-box .col .intro-area .detail-area {
  float: left;
  width: 70%;
  padding: 20px 1.5em;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #manufacturing-page #manufacturing-area .stc-box .col .intro-area .detail-area {
    padding: 20px 10px 20px 1em;
  }
}
#manufacturing-page #manufacturing-area .stc-box .col .intro-area .detail-area p {
  transition: all 1s;
}
#manufacturing-page #manufacturing-area .stc-box .col .intro-area .detail-area .name {
  font-size: 111%;
  margin: 0 0 8px;
}
@media screen and (max-width: 960px) {
  #manufacturing-page #manufacturing-area .stc-box .col .intro-area .detail-area .name {
    font-size: 105%;
  }
}
#manufacturing-page #manufacturing-area .stc-box .col .intro-area .detail-area .en-name {
  font-size: 84%;
  color: #a0a0a0;
  margin: 0 0 15px;
}
#manufacturing-page #manufacturing-area .stc-box .col .intro-area .detail-area .position {
  font-size: 94%;
  margin: 0 0 20px;
}
@media screen and (max-width: 960px) {
  #manufacturing-page #manufacturing-area .stc-box .col .intro-area .detail-area .position {
    font-size: 88%;
    margin: 0 0 10px;
  }
}
#manufacturing-page #manufacturing-area .stc-box .col .intro-area .detail-area .detail-btn {
  position: relative;
  width: 120px;
  color: #141414;
  padding-right: 35px;
  transition: all 1s;
}
#manufacturing-page #manufacturing-area .stc-box .col .intro-area .detail-area .detail-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right_bl.png") no-repeat;
  transition: all 1s;
}
#manufacturing-page #manufacturing-area .banner-area .col:nth-child(2) .col-inner {
  background: url(../img/manufacturing_img09.jpg) no-repeat center center;
  background-size: cover;
}

#people-page .section-innner {
  max-width: 100%;
  padding: 120px 0 0;
}
@media screen and (max-width: 600px) {
  #people-page .section-innner {
    padding: 80px 0;
  }
}
#people-page #stc-area {
  text-align: center;
  padding: 0 1.5em 250px;
}
@media screen and (max-width: 600px) {
  #people-page #stc-area {
    padding: 0 1.5em 210px;
  }
}
#people-page #stc-area h3 {
  font-size: 144%;
  line-height: 1.8;
  margin-bottom: 0px;
}
@media screen and (max-width: 960px) {
  #people-page #stc-area h3 {
    font-size: 135%;
  }
}
@media screen and (max-width: 600px) {
  #people-page #stc-area h3 {
    font-size: 125%;
  }
}
@media screen and (max-width: 480px) {
  #people-page #stc-area h3 {
    font-size: 120%;
  }
}
#people-page .item-area {
  background-color: #f0f0f0;
  padding-bottom: 30px;
}
#people-page .item-area .item-area-inner {
  max-width: 1920px;
  text-align: center;
  padding: 0 1.5em;
  margin: -100px auto 0;
}
#people-page .item-area .item-area-inner .item {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  text-align: left;
  margin-bottom: 30px;
  margin-right: 2%;
}
@media screen and (max-width: 960px) {
  #people-page .item-area .item-area-inner .item {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  #people-page .item-area .item-area-inner .item {
    width: 100%;
    margin-right: 0%;
  }
}
#people-page .item-area .item-area-inner .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  #people-page .item-area .item-area-inner .item:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 600px) {
  #people-page .item-area .item-area-inner .item:nth-child(3n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 960px) {
  #people-page .item-area .item-area-inner .item:nth-child(2n) {
    margin-right: 0;
  }
}
#people-page .item-area .item-area-inner .item:last-child {
  margin-right: 0;
}
#people-page .item-area .item-area-inner .item:hover {
  /*                    .border-area{
                          span{
                              background-color: #FFF;
                          }
                      }
                      h4,p{
                          color: #FFF;
                      }*/
}
#people-page .item-area .item-area-inner .item:hover .item-header .item-header-inner {
  transform: scale(1.1);
}
#people-page .item-area .item-area-inner .item:hover .item-body {
  background-color: #ddd;
}
#people-page .item-area .item-area-inner .item .item-header {
  overflow: hidden;
}
#people-page .item-area .item-area-inner .item .item-header .item-header-inner {
  height: 400px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #people-page .item-area .item-area-inner .item .item-header .item-header-inner {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  #people-page .item-area .item-area-inner .item .item-header .item-header-inner {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #people-page .item-area .item-area-inner .item .item-header .item-header-inner {
    height: 250px;
  }
}
#people-page .item-area .item-area-inner .item .item-body {
  background-color: #fff;
  padding: 20px 1.5em;
  transition: all 1s;
}
#people-page .item-area .item-area-inner .item h4 {
  min-height: 80px;
  font-size: 132%;
  color: #141414;
  margin-bottom: 20px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #people-page .item-area .item-area-inner .item h4 {
    font-size: 125%;
  }
}
@media screen and (max-width: 600px) {
  #people-page .item-area .item-area-inner .item h4 {
    font-size: 120%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  #people-page .item-area .item-area-inner .item h4 {
    font-size: 115%;
  }
}
#people-page .item-area .item-area-inner .item .border-area {
  margin-bottom: 20px;
}
#people-page .item-area .item-area-inner .item p {
  color: #141414;
  transition: all 1s;
}
#people-page .item-area .item-area-inner .item .name {
  font-size: 111%;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  #people-page .item-area .item-area-inner .item .name {
    font-size: 100%;
  }
}
#people-page .item-area .item-area-inner .item .history {
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  #people-page .item-area .item-area-inner .item .history {
    font-size: 94%;
  }
}
@media screen and (max-width: 600px) {
  #people-page .item-area .item-area-inner .item .position {
    font-size: 94%;
  }
}

#craftsmanship-page .section-innner {
  max-width: 100%;
  padding: 120px 0 0;
}
@media screen and (max-width: 600px) {
  #craftsmanship-page .section-innner {
    padding: 80px 0 0;
  }
}
#craftsmanship-page #stc-area {
  text-align: center;
  padding: 0 1.5em 250px;
}
@media screen and (max-width: 600px) {
  #craftsmanship-page #stc-area {
    padding: 0 1.5em 80px;
  }
}
#craftsmanship-page #stc-area h3 {
  font-size: 144%;
  line-height: 1.8;
  margin-bottom: 0px;
}
@media screen and (max-width: 960px) {
  #craftsmanship-page #stc-area h3 {
    font-size: 135%;
  }
}
@media screen and (max-width: 600px) {
  #craftsmanship-page #stc-area h3 {
    font-size: 125%;
  }
}
@media screen and (max-width: 480px) {
  #craftsmanship-page #stc-area h3 {
    font-size: 120%;
  }
}
#craftsmanship-page #link-area {
  max-width: 1760px;
  margin: 0 auto;
}
#craftsmanship-page #link-area .item {
  position: relative;
  display: block;
  margin-bottom: 200px;
}
@media screen and (max-width: 600px) {
  #craftsmanship-page #link-area .item {
    margin-bottom: 270px;
  }
}
#craftsmanship-page #link-area .item:hover .img-area .img-area-inner {
  transform: scale(1.1);
}
#craftsmanship-page #link-area .item:hover .stc-area {
  background-color: #141414;
  /*                    .stc-area-inner{
                          .detail-btn{
                              &:before{
                                  right: -10px;
                              }
                          }       
                      }*/
}
#craftsmanship-page #link-area .item .img-area {
  overflow: hidden;
}
#craftsmanship-page #link-area .item .img-area .img-area-inner {
  height: 650px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #craftsmanship-page #link-area .item .img-area .img-area-inner {
    height: 550px;
  }
}
@media screen and (max-width: 600px) {
  #craftsmanship-page #link-area .item .img-area .img-area-inner {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  #craftsmanship-page #link-area .item .img-area .img-area-inner {
    height: 330px;
  }
}
#craftsmanship-page #link-area .item:nth-child(1) .img-area .img-area-inner {
  background: url(../img/craftsmanship-img01.jpg) no-repeat center center;
  background-size: cover;
}
#craftsmanship-page #link-area .item:nth-child(2) .img-area .img-area-inner {
  background: url(../img/craftsmanship-img02.jpg) no-repeat center center;
  background-size: cover;
}
#craftsmanship-page #link-area .item:nth-child(3) .img-area .img-area-inner {
  background: url(../img/craftsmanship-img03.jpg) no-repeat center center;
  background-size: cover;
}
#craftsmanship-page #link-area .item.left .stc-area {
  left: 4%;
}
@media screen and (max-width: 600px) {
  #craftsmanship-page #link-area .item.left .stc-area {
    left: 0%;
    right: 0;
  }
}
#craftsmanship-page #link-area .item.right .stc-area {
  right: 4%;
}
@media screen and (max-width: 600px) {
  #craftsmanship-page #link-area .item.right .stc-area {
    left: 0%;
    right: 0;
  }
}
#craftsmanship-page #link-area .item .stc-area {
  position: absolute;
  top: -60px;
  width: 90%;
  max-width: 620px;
  height: 620px;
  background: rgba(19, 19, 19, 0.9);
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #craftsmanship-page #link-area .item .stc-area {
    max-width: 450px;
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  #craftsmanship-page #link-area .item .stc-area {
    top: auto;
    bottom: -50%;
    width: 92%;
    height: 350px;
    margin: auto;
  }
}
#craftsmanship-page #link-area .item .stc-area .stc-area-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 92%;
  max-width: 410px;
  height: 340px;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 960px) {
  #craftsmanship-page #link-area .item .stc-area .stc-area-inner {
    height: 300px;
  }
}
#craftsmanship-page #link-area .item .stc-area .stc-area-inner h4 {
  position: relative;
  font-size: 170%;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #craftsmanship-page #link-area .item .stc-area .stc-area-inner h4 {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  #craftsmanship-page #link-area .item .stc-area .stc-area-inner h4 {
    font-size: 145%;
  }
}
#craftsmanship-page #link-area .item .stc-area .stc-area-inner h4:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 35px;
  height: 3px;
  background-color: #fff;
  margin: auto;
}
#craftsmanship-page #link-area .item .stc-area .stc-area-inner p {
  min-height: 120px;
  font-size: 107%;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  #craftsmanship-page #link-area .item .stc-area .stc-area-inner p {
    font-size: 100%;
  }
}
@media screen and (max-width: 600px) {
  #craftsmanship-page #link-area .item .stc-area .stc-area-inner p {
    font-size: 94%;
  }
}
#craftsmanship-page #link-area .item .stc-area .stc-area-inner .detail-btn {
  position: relative;
  display: block;
  width: 120px;
  font-size: 94%;
  color: #fff;
  text-align: left;
  border: none;
  margin: 0 auto;
  width: auto;
  display: inline-block;
  padding-right: 50px;
  max-width: 100%;
}
#craftsmanship-page #link-area .item .stc-area .stc-area-inner .detail-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right.png") no-repeat;
  transition: all 1s;
}

#collaboration-page .section-innner {
  padding: 120px 0 0;
}
@media screen and (max-width: 600px) {
  #collaboration-page .section-innner {
    padding: 80px 0 0;
  }
}
#collaboration-page #stc-area {
  text-align: center;
  padding: 0 1.5em 120px;
}
@media screen and (max-width: 600px) {
  #collaboration-page #stc-area {
    padding: 0 1.5em 80px;
  }
}
#collaboration-page #stc-area h3 {
  font-size: 144%;
  line-height: 1.8;
  margin-bottom: 0px;
}
@media screen and (max-width: 960px) {
  #collaboration-page #stc-area h3 {
    font-size: 135%;
  }
}
@media screen and (max-width: 600px) {
  #collaboration-page #stc-area h3 {
    font-size: 125%;
  }
}
@media screen and (max-width: 480px) {
  #collaboration-page #stc-area h3 {
    font-size: 120%;
  }
}
#collaboration-page .item-area {
  max-width: 1920px;
  text-align: center;
  padding: 0 1.5em;
  margin: 0 auto;
}
#collaboration-page .item-area .item {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 2%;
  margin-bottom: 30px;
}
#collaboration-page .item-area .item:last-child {
  margin-right: 0%;
}
#collaboration-page .item-area .item:hover .item-body {
  opacity: 0;
}
#collaboration-page .item-area .item:hover .item-inner {
  transform: scale(1.1);
}
#collaboration-page .item-area .item:hover .black-layer {
  opacity: 0;
}
#collaboration-page .item-area .item .item-inner {
  position: absolute;
  width: 100%;
  transition: all 1s;
}
#collaboration-page .item-area .item .black-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 19, 19, 0.7);
  opacity: 1;
  transition: all 1s;
}
#collaboration-page .item-area .item .item-body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 92%;
  height: 225px;
  margin: auto;
  transition: all 1s;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  #collaboration-page .item-area .item .item-body {
    height: 180px;
  }
}
#collaboration-page .item-area .item .item-body h4 {
  font-size: 210%;
  color: #fff;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #collaboration-page .item-area .item .item-body h4 {
    font-size: 180%;
  }
}
@media screen and (max-width: 600px) {
  #collaboration-page .item-area .item .item-body h4 {
    font-size: 135%;
  }
}
@media screen and (max-width: 480px) {
  #collaboration-page .item-area .item .item-body h4 {
    font-size: 125%;
  }
}
#collaboration-page .item-area .item .item-body .border-area {
  margin-bottom: 20px;
}
#collaboration-page .item-area .item .item-body .border-area span {
  background-color: #fff;
  margin: 0 auto 5px;
}
#collaboration-page .item-area .item .item-body p {
  font-size: 132%;
  color: #fff;
}
@media screen and (max-width: 960px) {
  #collaboration-page .item-area .item .item-body p {
    font-size: 122%;
  }
}
@media screen and (max-width: 600px) {
  #collaboration-page .item-area .item .item-body p {
    font-size: 94%;
  }
}
@media screen and (max-width: 480px) {
  #collaboration-page .item-area .item .item-body p {
    font-size: 88%;
  }
}
#collaboration-page .item-area.two .item {
  width: 48%;
  max-width: 860px;
  height: 500px;
}
@media screen and (max-width: 960px) {
  #collaboration-page .item-area.two .item {
    width: 100%;
    height: 400px;
    margin-right: 0%;
  }
}
@media screen and (max-width: 600px) {
  #collaboration-page .item-area.two .item {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #collaboration-page .item-area.two .item {
    height: 250px;
  }
}
#collaboration-page .item-area.two .item .item-inner {
  height: 500px;
}
@media screen and (max-width: 960px) {
  #collaboration-page .item-area.two .item .item-inner {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  #collaboration-page .item-area.two .item .item-inner {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #collaboration-page .item-area.two .item .item-inner {
    height: 250px;
  }
}
#collaboration-page .item-area.two .item:nth-child(2n) {
  margin-right: 0%;
}
#collaboration-page .item-area.three .item {
  width: 31%;
  height: 350px;
}
@media screen and (max-width: 960px) {
  #collaboration-page .item-area.three .item {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  #collaboration-page .item-area.three .item {
    width: 100%;
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #collaboration-page .item-area.three .item {
    height: 250px;
  }
}
#collaboration-page .item-area.three .item:nth-child(3n) {
  margin-right: 0%;
}
@media screen and (max-width: 960px) {
  #collaboration-page .item-area.three .item:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 960px) {
  #collaboration-page .item-area.three .item:nth-child(2n) {
    margin-right: 0%;
  }
}
#collaboration-page .item-area.three .item .item-inner {
  height: 350px;
}
@media screen and (max-width: 600px) {
  #collaboration-page .item-area.three .item .item-inner {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #collaboration-page .item-area.three .item .item-inner {
    height: 250px;
  }
}
#collaboration-page .item-area.three .item .item-body {
  height: 200px;
}
@media screen and (max-width: 600px) {
  #collaboration-page .item-area.three .item .item-body {
    height: 180px;
  }
}
#collaboration-page .item-area.three .item .item-body h4 {
  font-size: 160%;
}
@media screen and (max-width: 960px) {
  #collaboration-page .item-area.three .item .item-body h4 {
    font-size: 145%;
  }
}
@media screen and (max-width: 600px) {
  #collaboration-page .item-area.three .item .item-body h4 {
    font-size: 135%;
  }
}
@media screen and (max-width: 480px) {
  #collaboration-page .item-area.three .item .item-body h4 {
    font-size: 125%;
  }
}
#collaboration-page .item-area.three .item .item-body p {
  font-size: 100%;
}
@media screen and (max-width: 960px) {
  #collaboration-page .item-area.three .item .item-body p {
    font-size: 94%;
  }
}
@media screen and (max-width: 480px) {
  #collaboration-page .item-area.three .item .item-body p {
    font-size: 88%;
  }
}
#collaboration-page .btn {
  color: #141414;
  border: 1px solid #a0a0a0;
}
#collaboration-page .btn:hover {
  color: #fff;
  background-color: #141414;
}
#collaboration-page .banner-area .col:nth-child(2) .col-inner {
  background: url(../img/collaboration_img02.jpg) no-repeat center center;
  background-size: cover;
}

#about-page .section-innner {
  padding: 120px 0 0;
}
@media screen and (max-width: 600px) {
  #about-page .section-innner {
    padding: 80px 1.5em 0;
  }
}
#about-page h3 {
  font-size: 144%;
  text-align: center;
  color: #141414;
  margin-bottom: 65px;
}
@media screen and (max-width: 960px) {
  #about-page h3 {
    font-size: 137%;
  }
}
@media screen and (max-width: 600px) {
  #about-page h3 {
    font-size: 125%;
  }
}
@media screen and (max-width: 480px) {
  #about-page h3 {
    font-size: 120%;
  }
}
#about-page table {
  border-collapse: separate;
  border-spacing: 3px;
  max-width: 1220px;
  margin: 0 auto;
}
#about-page table tr:first-child th {
  border-top: 1px solid #141414;
}
#about-page table tr:first-child td {
  border-top: 1px solid #f0f0f0;
}
@media screen and (max-width: 600px) {
  #about-page table tr:last-child td {
    border-bottom: 1px solid #f0f0f0 !important;
  }
}
#about-page table th {
  width: 25%;
  font-size: 92%;
  vertical-align: middle;
  border-bottom: 1px solid #141414;
  padding: 30px 1em;
}
@media screen and (max-width: 600px) {
  #about-page table th {
    display: block;
    width: 100%;
    text-align: center;
    font-weight: 600;
    font-family: "FOT-筑紫ゴシック Pro M";
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #141414;
    padding: 30px 0em;
  }
}
#about-page table td {
  font-size: 92%;
  border-bottom: 1px solid #f0f0f0;
  padding: 30px 1em;
}
@media screen and (max-width: 600px) {
  #about-page table td {
    display: block;
    width: 100%;
    text-align: center;
    border: none !important;
    padding: 30px 0em;
  }
}
#about-page #about {
  margin-bottom: 170px;
}
@media screen and (max-width: 600px) {
  #about-page #about {
    margin-bottom: 100px;
  }
}
#about-page #suppliers .tab-area {
  text-align: center;
  max-width: 1220px;
  margin: 0 auto 50px;
}
#about-page #suppliers .tab-area .tab {
  display: inline-block;
  vertical-align: top;
  width: 15%;
  border-left: 1px solid #f0f0f0;
  padding: 0 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  #about-page #suppliers .tab-area .tab {
    width: 31.8%;
  }
}
#about-page #suppliers .tab-area .tab a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}
#about-page #suppliers .tab-area .tab a:hover:after {
  width: 100%;
}
#about-page #suppliers .tab-area .tab a:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: #141414;
  transition: 0.3s;
}
#about-page #suppliers .tab-area .tab a.on:after {
  width: 100%;
}
#about-page #suppliers .tab-table {
  display: none;
}
#about-page #suppliers .tab-table#tab1-table {
  display: table;
}

#factory-page .section-innner {
  padding: 120px 0 0;
}
@media screen and (max-width: 600px) {
  #factory-page .section-innner {
    padding: 80px 0 0;
  }
}
#factory-page #stc-area {
  text-align: center;
  padding: 0 1.5em 120px;
}
@media screen and (max-width: 600px) {
  #factory-page #stc-area {
    padding: 0 1.5em 80px;
  }
}
#factory-page #stc-area h3 {
  font-size: 144%;
  line-height: 1.8;
  margin-bottom: 0px;
}
@media screen and (max-width: 960px) {
  #factory-page #stc-area h3 {
    font-size: 135%;
  }
}
@media screen and (max-width: 600px) {
  #factory-page #stc-area h3 {
    font-size: 125%;
  }
}
@media screen and (max-width: 480px) {
  #factory-page #stc-area h3 {
    font-size: 120%;
  }
}
#factory-page .row .img-area {
  height: 650px;
  margin-bottom: 85px;
}
@media screen and (max-width: 1280px) {
  #factory-page .row .img-area {
    height: 550px;
  }
}
@media screen and (max-width: 960px) {
  #factory-page .row .img-area {
    height: 500px;
  }
}
@media screen and (max-width: 600px) {
  #factory-page .row .img-area {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  #factory-page .row .img-area {
    height: 300px;
  }
}
#factory-page .row .col-area {
  overflow: hidden;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 1.5em;
}
#factory-page .row h4 {
  position: relative;
  font-size: 144%;
  color: #141414;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #factory-page .row h4 {
    font-size: 135%;
  }
}
@media screen and (max-width: 600px) {
  #factory-page .row h4 {
    font-size: 125%;
  }
}
#factory-page .row h4:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 35px;
  height: 3px;
  background-color: #141414;
  margin: auto;
}
#factory-page .row p {
  font-size: 90%;
  line-height: 1.8;
}
#factory-page #about-area01 {
  margin-bottom: 150px;
}
#factory-page #about-area01 .img-area {
  background: url(../img/factory_img01.jpg) no-repeat center center;
  background-size: cover;
}
#factory-page #about-area01 .col-area .col {
  float: left;
}
#factory-page #about-area01 .col-area .col:nth-child(1) {
  width: 58%;
  margin-right: 5%;
}
@media screen and (max-width: 960px) {
  #factory-page #about-area01 .col-area .col:nth-child(1) {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }
}
#factory-page #about-area01 .col-area .col:nth-child(2) {
  width: 37%;
}
@media screen and (max-width: 960px) {
  #factory-page #about-area01 .col-area .col:nth-child(2) {
    width: 100%;
  }
}
#factory-page #about-area01 h4:after {
  margin: auto auto auto 0;
}
#factory-page #about-area02 {
  text-align: center;
  margin-bottom: 120px;
}
#factory-page #about-area02 .img-area {
  background: url(../img/factory_img00.jpg) no-repeat center center;
  background-size: cover;
}
#factory-page #about-area02 h4:after {
  margin: auto;
}
#factory-page #about-area03 {
  margin-bottom: 120px;
}
#factory-page #about-area03 .img-area {
  background: url(../img/factory_img02.jpg) no-repeat center center;
  background-size: cover;
}
#factory-page #about-area03 h4:after {
  margin: auto auto auto 0;
}
#factory-page #about-area03 .col-area .col {
  float: left;
}
#factory-page #about-area03 .col-area .col:nth-child(1) {
  width: 55%;
  margin-right: 3%;
}
@media screen and (max-width: 960px) {
  #factory-page #about-area03 .col-area .col:nth-child(1) {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 30px;
  }
}
#factory-page #about-area03 .col-area .col:nth-child(2) {
  width: 42%;
}
@media screen and (max-width: 960px) {
  #factory-page #about-area03 .col-area .col:nth-child(2) {
    width: 100%;
  }
}
#factory-page #about-area03 .col-area .col .border-box {
  text-align: center;
  border: 1px solid #f0f0f0;
  padding: 10px;
}
#factory-page #about-area03 .col-area .col .border-box p {
  font-size: 88%;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#factory-page #about-area03 .col-area .col .border-box p:last-child {
  border-bottom: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}
#factory-page #about-area04 {
  text-align: center;
  margin-bottom: 120px;
}
#factory-page #about-area04 .img-area {
  background: url(../img/factory_img09.jpg) no-repeat center center;
  background-size: cover;
}
#factory-page #about-area04 h4:after {
  margin: auto;
}
#factory-page #img-show-area {
  max-width: 960px;
  margin: 0 auto 120px;
}
#factory-page #img-show-area .main-bg {
  height: 540px;
  margin-bottom: 25px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #factory-page #img-show-area .main-bg {
    height: 450px;
  }
}
@media screen and (max-width: 600px) {
  #factory-page #img-show-area .main-bg {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #factory-page #img-show-area .main-bg {
    height: 270px;
  }
}
#factory-page #img-show-area .sub-img-area {
  float: right;
  margin-right: 1em;
}
@media screen and (max-width: 600px) {
  #factory-page #img-show-area .sub-img-area {
    float: none;
    text-align: center;
  }
}
#factory-page #img-show-area .sub-img-area .sub-img {
  position: relative;
  display: inline-block;
  width: 68px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 10px;
}
#factory-page #img-show-area .sub-img-area .sub-img:hover .sub-black-layer {
  display: none;
}
#factory-page #img-show-area .sub-img-area .sub-img:last-child {
  margin-right: 0;
}
#factory-page #img-show-area .sub-img-area .sub-img.on .sub-black-layer {
  display: none;
}
#factory-page #img-show-area .sub-img-area .sub-img .sub-black-layer {
  display: block;
  position: absolute;
  width: 100%;
  height: 50px;
  background: rgba(19, 19, 19, 0.4);
  z-index: 1;
}
#factory-page #img-show-area .btn-area {
  overflow: hidden;
  float: left;
  margin-left: 1em;
}
@media screen and (max-width: 600px) {
  #factory-page #img-show-area .btn-area {
    float: none;
    max-width: 120px;
    margin: 0 auto;
  }
}
#factory-page #img-show-area .btn-area .col-btn {
  position: relative;
  float: left;
  width: 60px;
  height: 50px;
  color: #fff;
  padding: 15px 1em;
}
@media screen and (max-width: 600px) {
  #factory-page #img-show-area .btn-area .col-btn {
    font-size: 90%;
  }
}
#factory-page #img-show-area .btn-area .col-btn:first-child {
  text-align: right;
  background-color: #a0a0a0;
}
#factory-page #img-show-area .btn-area .col-btn:first-child:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_left.png") no-repeat;
  margin: auto;
  transition: all 1s;
}
#factory-page #img-show-area .btn-area .col-btn:first-child:hover {
  background-color: #141414;
}
#factory-page #img-show-area .btn-area .col-btn:last-child {
  text-align: left;
  border: 1px solid #a0a0a0;
  background-color: #a0a0a0;
}
#factory-page #img-show-area .btn-area .col-btn:last-child:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right.png") no-repeat;
  margin: auto;
  transition: all 1s;
}
#factory-page #img-show-area .btn-area .col-btn:last-child:hover {
  background-color: #141414;
}
@media screen and (max-width: 600px) {
  #factory-page .slick-area img {
    float: left;
    width: 50%;
  }
}
#factory-page #movie-area {
  margin-bottom: 120px;
}
#factory-page #movie-area .main-movie {
  position: relative;
  display: block;
  max-width: 980px;
  height: 551px;
  margin: 0 auto 0px;
}
@media screen and (max-width: 1280px) {
  #factory-page #movie-area .main-movie {
    height: 500px;
  }
}
@media screen and (max-width: 960px) {
  #factory-page #movie-area .main-movie {
    height: 450px;
    margin: 0 auto 0px;
  }
}
@media screen and (max-width: 600px) {
  #factory-page #movie-area .main-movie {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #factory-page #movie-area .main-movie {
    height: 250px;
  }
}
#factory-page #movie-area .main-movie:hover .black-layer {
  opacity: 1;
}
#factory-page #movie-area .main-movie .img-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/concept-movie-img01.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 0;
  z-index: 1;
}
#factory-page #movie-area .main-movie .movie-ic {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}
@media screen and (max-width: 600px) {
  #factory-page #movie-area .main-movie .movie-ic {
    width: 60px;
  }
}
#factory-page #movie-area .main-movie #player {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}
#factory-page #movie-area .main-movie .black-layer {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: all 1s;
  z-index: 2;
}
#factory-page #movie-area .main-movie .black-layer p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 180px;
  height: 30px;
  font-size: 137%;
  color: #fff;
  text-align: left;
  margin: auto;
}
#factory-page #movie-area .main-movie .black-layer p:before {
  position: absolute;
  display: block;
  top: 11px;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  border-left: 14.5px solid #fff;
  border-bottom: 9px solid transparent;
  border-top: 9px solid transparent;
}
#factory-page #img-link-area {
  overflow: hidden;
  margin-bottom: 120px;
}
#factory-page #img-link-area a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  float: left;
  width: 33.33%;
  line-height: 0;
}
@media screen and (max-width: 960px) {
  #factory-page #img-link-area a {
    width: 50%;
  }
}
#factory-page #img-link-area a .link-bg {
  position: absolute;
  width: 100%;
  transition: all 1s;
}
#factory-page #img-link-area a .plus {
  position: absolute;
  top: 0;
  right: 0;
}

#product-page .section-innner {
  max-width: 100%;
  padding: 120px 0 0;
}
@media screen and (max-width: 600px) {
  #product-page .section-innner {
    padding: 80px 0 0;
  }
}
#product-page #stc-area {
  text-align: center;
  padding: 0 1.5em 250px;
}
@media screen and (max-width: 600px) {
  #product-page #stc-area {
    padding: 0 1.5em 210px;
  }
}
#product-page #stc-area h3 {
  font-size: 144%;
  line-height: 1.8;
  margin-bottom: 0px;
}
@media screen and (max-width: 960px) {
  #product-page #stc-area h3 {
    font-size: 135%;
  }
}
@media screen and (max-width: 600px) {
  #product-page #stc-area h3 {
    font-size: 125%;
  }
}
@media screen and (max-width: 480px) {
  #product-page #stc-area h3 {
    font-size: 120%;
  }
}
#product-page .item-area {
  background-color: #f0f0f0;
  padding-bottom: 80px;
}
#product-page .item-area .item-area-inner {
  max-width: 1920px;
  text-align: center;
  padding: 0 1.5em;
  margin: -100px auto 0;
}
@media screen and (max-width: 600px) {
  #product-page .item-area .item-area-inner {
    padding: 0 1em;
  }
}
#product-page .item-area .item-area-inner .item {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
  color: #fff;
  text-align: left;
  margin-right: 2%;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #product-page .item-area .item-area-inner .item {
    width: 100%;
    margin-right: 0;
  }
}
#product-page .item-area .item-area-inner .item:nth-child(2n) {
  margin-right: 0;
}
#product-page .item-area .item-area-inner .item h4 {
  font-size: 150%;
  font-family: "futura";
  color: #fff;
  margin-top: 60px;
  margin-bottom: 20px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #product-page .item-area .item-area-inner .item h4 {
    font-size: 140%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  #product-page .item-area .item-area-inner .item h4 {
    font-size: 130%;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  #product-page .item-area .item-area-inner .item h4 {
    margin-top: 25px;
    margin-bottom: 10px;
  }
}
#product-page .item-area .item-area-inner .item .border-area {
  margin-bottom: 25px;
}
#product-page .item-area .item-area-inner .item p {
  font-size: 90%;
  color: #fff;
  margin-bottom: 40px;
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  #product-page .item-area .item-area-inner .item p {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  #product-page .item-area .item-area-inner .item p {
    margin-bottom: 30px;
  }
}
#product-page .item-area .item-area-inner .item .detail-btn {
  display: block;
  position: relative;
  max-width: 220px;
  font-size: 94%;
  padding: 8px 35px 8px 1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  #product-page .item-area .item-area-inner .item .detail-btn {
    font-size: 88%;
  }
}
#product-page .item-area .item-area-inner .item .detail-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 27px;
  height: 10px;
  margin: auto;
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  #product-page .item-area .item-area-inner .item .detail-btn:before {
    right: 0.5em;
  }
}
#product-page .item-area .item-area-inner .item.black .col {
  overflow: hidden;
  float: right;
  height: 430px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #product-page .item-area .item-area-inner .item.black .col {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  #product-page .item-area .item-area-inner .item.black .col {
    float: none;
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #product-page .item-area .item-area-inner .item.black .col {
    height: 250px;
  }
}
#product-page .item-area .item-area-inner .item.black .col:nth-child(1) {
  width: 50%;
}
@media screen and (max-width: 600px) {
  #product-page .item-area .item-area-inner .item.black .col:nth-child(1) {
    width: 100%;
  }
}
#product-page .item-area .item-area-inner .item.black .col:nth-child(2) {
  width: 50%;
  background-color: #141414;
}
@media screen and (max-width: 600px) {
  #product-page .item-area .item-area-inner .item.black .col:nth-child(2) {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
}
#product-page .item-area .item-area-inner .item.black .col .col-inner {
  height: 430px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #product-page .item-area .item-area-inner .item.black .col .col-inner {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  #product-page .item-area .item-area-inner .item.black .col .col-inner {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #product-page .item-area .item-area-inner .item.black .col .col-inner {
    height: 250px;
  }
}
#product-page .item-area .item-area-inner .item.black .col .col-body {
  max-width: 450px;
  padding: 0 1.5em;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #product-page .item-area .item-area-inner .item.black .col .border-area {
    margin-bottom: 15px;
  }
}
#product-page .item-area .item-area-inner .item.black .col .border-area span {
  background-color: #fff;
}
#product-page .item-area .item-area-inner .item.black .detail-btn.story {
  color: #fff;
  background-color: #a0a0a0;
  border: 1px solid #a0a0a0;
}
#product-page .item-area .item-area-inner .item.black .detail-btn.story:before {
  background: url("../img/arrow_right.png") no-repeat;
}
#product-page .item-area .item-area-inner .item.black .detail-btn.story:hover {
  color: #141414;
  background-color: #fff;
}
#product-page .item-area .item-area-inner .item.black .detail-btn.story:hover:before {
  background: url("../img/arrow_right_bl.png") no-repeat;
}
#product-page .item-area .item-area-inner .item.black .detail-btn.online {
  color: #141414;
  background-color: #fff;
  border: 1px solid #fff;
}
#product-page .item-area .item-area-inner .item.black .detail-btn.online:before {
  background: url("../img/arrow_right_bl.png") no-repeat;
}
#product-page .item-area .item-area-inner .item.black .detail-btn.online:hover {
  color: #fff;
  background-color: #141414;
}
#product-page .item-area .item-area-inner .item.black .detail-btn.online:hover:before {
  background: url("../img/arrow_right.png") no-repeat;
}
#product-page .item-area .item-area-inner .white-area .item {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
  color: #fff;
  margin-right: 2%;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #product-page .item-area .item-area-inner .white-area .item {
    width: 100%;
    margin-right: 0;
  }
}
#product-page .item-area .item-area-inner .white-area .item:nth-child(2n) {
  margin-right: 0;
}
#product-page .item-area .item-area-inner .white-area .item .col {
  overflow: hidden;
  float: right;
  height: 430px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #product-page .item-area .item-area-inner .white-area .item .col {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  #product-page .item-area .item-area-inner .white-area .item .col {
    float: none;
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #product-page .item-area .item-area-inner .white-area .item .col {
    height: 250px;
  }
}
#product-page .item-area .item-area-inner .white-area .item .col:nth-child(1) {
  width: 50%;
}
@media screen and (max-width: 600px) {
  #product-page .item-area .item-area-inner .white-area .item .col:nth-child(1) {
    width: 100%;
  }
}
#product-page .item-area .item-area-inner .white-area .item .col:nth-child(2) {
  width: 50%;
  background-color: #fff;
}
@media screen and (max-width: 600px) {
  #product-page .item-area .item-area-inner .white-area .item .col:nth-child(2) {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
}
#product-page .item-area .item-area-inner .white-area .item .col .col-inner {
  height: 430px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #product-page .item-area .item-area-inner .white-area .item .col .col-inner {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  #product-page .item-area .item-area-inner .white-area .item .col .col-inner {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #product-page .item-area .item-area-inner .white-area .item .col .col-inner {
    height: 250px;
  }
}
#product-page .item-area .item-area-inner .white-area .item .col .col-body {
  max-width: 350px;
  padding: 0 1.5em;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #product-page .item-area .item-area-inner .white-area .item .col .col-body {
    max-width: 450px;
  }
}
#product-page .item-area .item-area-inner .white-area .item .col .border-area {
  font-size: 88%;
}
@media screen and (max-width: 600px) {
  #product-page .item-area .item-area-inner .white-area .item .col .border-area {
    margin-bottom: 15px;
  }
}
#product-page .item-area .item-area-inner .white-area .item .col .border-area span {
  background-color: #141414;
}
#product-page .item-area .item-area-inner .white-area .item h4 {
  color: #141414;
}
#product-page .item-area .item-area-inner .white-area .item p {
  color: #141414;
}
#product-page .item-area .item-area-inner .white-area .item .detail-btn.online {
  color: #141414;
  background-color: #fff;
  border: 1px solid #a0a0a0;
}
#product-page .item-area .item-area-inner .white-area .item .detail-btn.online:before {
  background: url("../img/arrow_right_bl.png") no-repeat;
}
#product-page .item-area .item-area-inner .white-area .item .detail-btn.online:hover {
  color: #fff;
  background-color: #a0a0a0;
}
#product-page .item-area .item-area-inner .white-area .item .detail-btn.online:hover:before {
  background: url("../img/arrow_right.png") no-repeat;
}
#product-page .banner-area .col:nth-child(2) .col-inner {
  background: url(../img/product-link_img01.jpg) no-repeat center center;
  background-size: cover;
}
#product-page #product-bottom {
  padding: 120px 1.5em 0;
}
#product-page #product-bottom h4 {
  color: #141414;
  font-size: 170%;
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
  #product-page #product-bottom h4 {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  #product-page #product-bottom h4 {
    font-size: 145%;
    margin-bottom: 60px;
  }
}
#product-page #product-bottom .product-bottom-item-area {
  text-align: center;
}
#product-page #product-bottom .product-bottom-item-area .item {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 31%;
  text-align: left;
  margin-right: 2%;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #product-page #product-bottom .product-bottom-item-area .item {
    width: 48.5%;
  }
}
@media screen and (max-width: 600px) {
  #product-page #product-bottom .product-bottom-item-area .item {
    width: 100%;
  }
}
#product-page #product-bottom .product-bottom-item-area .item .item-header {
  overflow: hidden;
}
#product-page #product-bottom .product-bottom-item-area .item .item-header .item-header-inner {
  height: 350px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #product-page #product-bottom .product-bottom-item-area .item .item-header .item-header-inner {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  #product-page #product-bottom .product-bottom-item-area .item .item-header .item-header-inner {
    height: 250px;
  }
}
#product-page #product-bottom .product-bottom-item-area .item:hover .item-header .item-header-inner {
  transform: scale(1.1);
}
#product-page #product-bottom .product-bottom-item-area .item:hover p {
  /*color: common.$stc-color;*/
  background-color: #a0a0a0;
  /*                        &:before{
                              background: url('../img/arrow_right_bl.png')no-repeat;    
                          }*/
}
#product-page #product-bottom .product-bottom-item-area .item:nth-child(1) .item-header .item-header-inner {
  background: url(../img/product-link_img02.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  #product-page #product-bottom .product-bottom-item-area .item:nth-child(2) {
    margin-right: 0;
  }
}
#product-page #product-bottom .product-bottom-item-area .item:nth-child(2) .item-header .item-header-inner {
  background: url(../img/product-link_img03.jpg) no-repeat center center;
  background-size: cover;
}
#product-page #product-bottom .product-bottom-item-area .item:nth-child(3) {
  margin-right: 0;
}
#product-page #product-bottom .product-bottom-item-area .item:nth-child(3) .item-header .item-header-inner {
  background: url(../img/product-link_img04.jpg) no-repeat center center;
  background-size: cover;
}
#product-page #product-bottom .product-bottom-item-area .item p {
  position: relative;
  min-height: 80px;
  color: #fff;
  background-color: #141414;
  padding: 30px 45px 0px 1em;
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  #product-page #product-bottom .product-bottom-item-area .item p {
    min-height: auto;
    font-size: 94%;
    padding: 30px 45px 30px 1em;
  }
}
#product-page #product-bottom .product-bottom-item-area .item p:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right.png") no-repeat;
  margin: auto;
  transition: all 1s;
}

#single-project-page #intro {
  max-width: 1220px;
  margin: 60px auto 120px;
}
@media screen and (max-width: 600px) {
  #single-project-page #intro {
    margin: 60px auto 80px;
  }
}
#single-project-page #intro p {
  font-size: 110%;
}
@media screen and (max-width: 600px) {
  #single-project-page #intro p {
    font-size: 100%;
  }
}
#single-project-page #intro2 {
  max-width: 1220px;
  background-color: #f0f0f0;
  padding: 40px 2em;
  margin: 0 auto;
}
#single-project-page #intro2 h3 {
  font-size: 110%;
  margin-bottom: 50px;
}
#single-project-page #intro2 p {
  font-size: 110%;
}
#single-project-page #intro2 .url {
  margin-top: 30px;
}
#single-project-page #intro2 .url a {
  color: #a0a0a0;
  text-decoration: underline;
  word-wrap: break-word;
}
#single-project-page #img-link-area {
  overflow: hidden;
  max-width: 1220px;
  margin: 0 auto 120px;
}
@media screen and (max-width: 600px) {
  #single-project-page #img-link-area {
    margin-bottom: 120px;
  }
}
#single-project-page #img-link-area a {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 18%;
  height: 220px;
  margin-right: 2%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  #single-project-page #img-link-area a {
    width: 23%;
  }
}
@media screen and (max-width: 960px) {
  #single-project-page #img-link-area a {
    width: 31%;
  }
}
@media screen and (max-width: 600px) {
  #single-project-page #img-link-area a {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  #single-project-page #img-link-area a {
    width: 100%;
    margin-right: 0% !important;
  }
}
#single-project-page #img-link-area a:nth-child(5) {
  margin-right: 0%;
}
@media screen and (max-width: 1280px) {
  #single-project-page #img-link-area a:nth-child(5) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 1280px) {
  #single-project-page #img-link-area a:nth-child(4) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 960px) {
  #single-project-page #img-link-area a:nth-child(4) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 480px) {
  #single-project-page #img-link-area a:nth-child(4) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 960px) {
  #single-project-page #img-link-area a:nth-child(3n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 600px) {
  #single-project-page #img-link-area a:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 600px) {
  #single-project-page #img-link-area a:nth-child(2n) {
    margin-right: 0% !important;
  }
}
#single-project-page #img-link-area a:last-child {
  margin-right: 0%;
}
#single-project-page #img-link-area a:hover .link-bg {
  transform: scale(1.1);
}
#single-project-page #img-link-area a .link-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 1s;
}
#single-project-page #img-link-area a img {
  position: absolute;
  top: 0;
  right: 0;
}
#single-project-page #other-area {
  background-color: #f0f0f0;
  padding: 120px 1.5em;
  margin-top: 120px;
}
#single-project-page #other-area .other-area-inner {
  max-width: 1600px;
  margin: 0 auto;
}
#single-project-page #other-area h4 {
  font-size: 170%;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  #single-project-page #other-area h4 {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  #single-project-page #other-area h4 {
    font-size: 145%;
  }
}
#single-project-page #other-area .item:hover .item-header .item-header-inner {
  transform: scale(1.1);
}
#single-project-page #other-area .item:hover .item-body {
  background-color: #141414;
}
#single-project-page #other-area .item:hover .border-area span {
  background-color: #fff;
}
#single-project-page #other-area .item:hover h5,
#single-project-page #other-area .item:hover p {
  color: #fff;
}
#single-project-page #other-area .item .item-header {
  overflow: hidden;
}
#single-project-page #other-area .item .item-header .item-header-inner {
  height: 270px;
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  #single-project-page #other-area .item .item-header .item-header-inner {
    height: 250px;
  }
}
#single-project-page #other-area .item .item-body {
  background-color: #fff;
  padding: 20px 1.5em;
  transition: all 1s;
}
#single-project-page #other-area .item h5 {
  min-height: 80px;
  font-size: 105%;
  color: #141414;
  margin-bottom: 20px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #single-project-page #other-area .item h5 {
    font-size: 100%;
  }
}
#single-project-page #other-area .item .border-area {
  margin-bottom: 20px;
}
#single-project-page #other-area .item .border-area span {
  background-color: #f0f0f0;
}
#single-project-page #other-area .item p {
  color: #a0a0a0;
  transition: all 1s;
}
#single-project-page #other-area .btn {
  color: #141414;
  background-color: #fff;
  border: none;
}
#single-project-page #other-area .btn:hover {
  color: #fff;
  background-color: #141414;
}
#single-project-page #service-bottom {
  max-width: 1920px;
  padding: 120px 1.5em;
  margin: 0 auto;
}
#single-project-page #service-bottom h4 {
  color: #141414;
  font-size: 170%;
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
  #single-project-page #service-bottom h4 {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  #single-project-page #service-bottom h4 {
    font-size: 145%;
    margin-bottom: 60px;
  }
}
#single-project-page #service-bottom .service-bottom-item-area {
  text-align: center;
}
#single-project-page #service-bottom .service-bottom-item-area .item {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 31%;
  text-align: left;
  margin-right: 2%;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #single-project-page #service-bottom .service-bottom-item-area .item {
    width: 48.5%;
  }
}
@media screen and (max-width: 600px) {
  #single-project-page #service-bottom .service-bottom-item-area .item {
    width: 100%;
  }
}
#single-project-page #service-bottom .service-bottom-item-area .item .item-header {
  overflow: hidden;
}
#single-project-page #service-bottom .service-bottom-item-area .item .item-header .item-header-inner {
  height: 350px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #single-project-page #service-bottom .service-bottom-item-area .item .item-header .item-header-inner {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  #single-project-page #service-bottom .service-bottom-item-area .item .item-header .item-header-inner {
    height: 250px;
  }
}
#single-project-page #service-bottom .service-bottom-item-area .item:hover .item-header .item-header-inner {
  transform: scale(1.1);
}
#single-project-page #service-bottom .service-bottom-item-area .item:hover p {
  color: #141414;
  background-color: #fff;
}
#single-project-page #service-bottom .service-bottom-item-area .item:hover p:before {
  background: url("../img/arrow_right_bl.png") no-repeat;
}
#single-project-page #service-bottom .service-bottom-item-area .item:nth-child(1) .item-header .item-header-inner {
  background: url(../img/service-link_img01.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  #single-project-page #service-bottom .service-bottom-item-area .item:nth-child(2) {
    margin-right: 0;
  }
}
#single-project-page #service-bottom .service-bottom-item-area .item:nth-child(2) .item-header .item-header-inner {
  background: url(../img/service-link_img02.jpg) no-repeat center center;
  background-size: cover;
}
#single-project-page #service-bottom .service-bottom-item-area .item:nth-child(3) {
  margin-right: 0;
}
#single-project-page #service-bottom .service-bottom-item-area .item:nth-child(3) .item-header .item-header-inner {
  background: url(../img/service-link_img03.jpg) no-repeat center center;
  background-size: cover;
}
#single-project-page #service-bottom .service-bottom-item-area .item p {
  position: relative;
  min-height: 80px;
  color: #fff;
  background-color: #141414;
  border: 1px solid #141414;
  padding: 30px 45px 0px 1em;
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  #single-project-page #service-bottom .service-bottom-item-area .item p {
    min-height: auto;
    font-size: 94%;
    padding: 30px 45px 30px 1em;
  }
}
#single-project-page #service-bottom .service-bottom-item-area .item p:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right.png") no-repeat;
  margin: auto;
  transition: all 1s;
}

#project-page .section-innner {
  max-width: 100%;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  #project-page .section-innner {
    padding: 80px 0;
  }
}
#project-page #tab-area {
  text-align: center;
  max-width: 1920px;
  margin: 0 auto 50px;
  padding: 0 1.5em 130px;
}
@media screen and (max-width: 600px) {
  #project-page #tab-area {
    padding: 0 1.5em 130px;
  }
}
#project-page #tab-area .tab {
  display: inline-block;
  vertical-align: top;
  width: 31.8%;
  border-left: 1px solid #f0f0f0;
  padding: 0 5px;
  margin-bottom: 10px;
}
#project-page #tab-area .tab a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}
@media screen and (max-width: 600px) {
  #project-page #tab-area .tab a {
    font-size: 94%;
  }
}
@media screen and (max-width: 480px) {
  #project-page #tab-area .tab a {
    font-size: 82%;
  }
}
#project-page #tab-area .tab a:hover:after {
  width: 100%;
}
#project-page #tab-area .tab a:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: #141414;
  transition: 0.3s;
}
#project-page #tab-area .tab a.on:after {
  width: 100%;
}
#project-page .item-area {
  background-color: #f0f0f0;
  padding-bottom: 40px;
}
#project-page .item-area .item-area-inner {
  max-width: 1920px;
  text-align: center;
  padding: 0 1.5em;
  margin: -100px auto 0;
}
#project-page .item-area .item-area-inner .item {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  text-align: left;
  margin-bottom: 30px;
  margin-right: 2%;
}
@media screen and (max-width: 960px) {
  #project-page .item-area .item-area-inner .item {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  #project-page .item-area .item-area-inner .item {
    width: 100%;
    margin-right: 0%;
  }
}
#project-page .item-area .item-area-inner .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  #project-page .item-area .item-area-inner .item:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 600px) {
  #project-page .item-area .item-area-inner .item:nth-child(3n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 960px) {
  #project-page .item-area .item-area-inner .item:nth-child(2n) {
    margin-right: 0;
  }
}
#project-page .item-area .item-area-inner .item:last-child {
  margin-right: 0;
}
#project-page .item-area .item-area-inner .item:hover .item-header .item-header-inner {
  transform: scale(1.1);
}
#project-page .item-area .item-area-inner .item:hover .item-body {
  background-color: #a0a0a0;
}
#project-page .item-area .item-area-inner .item .item-header {
  overflow: hidden;
}
#project-page .item-area .item-area-inner .item .item-header .item-header-inner {
  height: 350px;
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  #project-page .item-area .item-area-inner .item .item-header .item-header-inner {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #project-page .item-area .item-area-inner .item .item-header .item-header-inner {
    height: 250px;
  }
}
#project-page .item-area .item-area-inner .item .item-body {
  background-color: #fff;
  padding: 20px 1.5em;
  transition: all 1s;
}
#project-page .item-area .item-area-inner .item h4 {
  min-height: 80px;
  font-size: 120%;
  color: #141414;
  margin-bottom: 20px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #project-page .item-area .item-area-inner .item h4 {
    font-size: 115%;
  }
}
@media screen and (max-width: 600px) {
  #project-page .item-area .item-area-inner .item h4 {
    min-height: auto;
    font-size: 110%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  #project-page .item-area .item-area-inner .item h4 {
    font-size: 100%;
  }
}
#project-page .item-area .item-area-inner .item .border-area {
  margin-bottom: 20px;
}
#project-page .item-area .item-area-inner .item p {
  transition: all 1s;
}
#project-page .item-area .item-area-inner .item .date {
  color: #ccc;
  margin-bottom: 10px;
}
#project-page .item-area .item-area-inner .item .stc {
  min-height: 40px;
  color: #141414;
}

#news-page .section-innner {
  max-width: 100%;
  padding: 120px 0;
}
@media screen and (max-width: 600px) {
  #news-page .section-innner {
    padding: 80px 0;
  }
}
#news-page #tab-area {
  text-align: center;
  max-width: 1920px;
  margin: 0 auto 50px;
  padding: 0 1.5em 130px;
}
@media screen and (max-width: 600px) {
  #news-page #tab-area {
    padding: 0 1.5em 130px;
  }
}
#news-page #tab-area .tab {
  display: inline-block;
  vertical-align: top;
  width: 15%;
  border-left: 1px solid #f0f0f0;
  padding: 0 5px;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #news-page #tab-area .tab {
    width: 31.8%;
  }
}
#news-page #tab-area .tab a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}
@media screen and (max-width: 600px) {
  #news-page #tab-area .tab a {
    font-size: 94%;
  }
}
@media screen and (max-width: 480px) {
  #news-page #tab-area .tab a {
    font-size: 82%;
  }
}
#news-page #tab-area .tab a:hover:after {
  width: 100%;
}
#news-page #tab-area .tab a:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: #141414;
  transition: 0.3s;
}
#news-page #tab-area .tab a.on:after {
  width: 100%;
}
#news-page .item-area {
  background-color: #f0f0f0;
  padding-bottom: 40px;
}
#news-page .item-area .item-area-inner {
  max-width: 1920px;
  text-align: center;
  padding: 0 1.5em;
  margin: -100px auto 0;
}
#news-page .item-area .item-area-inner .item {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  text-align: left;
  margin-bottom: 30px;
  margin-right: 2%;
}
@media screen and (max-width: 960px) {
  #news-page .item-area .item-area-inner .item {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  #news-page .item-area .item-area-inner .item {
    width: 100%;
    margin-right: 0%;
  }
}
#news-page .item-area .item-area-inner .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  #news-page .item-area .item-area-inner .item:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 600px) {
  #news-page .item-area .item-area-inner .item:nth-child(3n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 960px) {
  #news-page .item-area .item-area-inner .item:nth-child(2n) {
    margin-right: 0;
  }
}
#news-page .item-area .item-area-inner .item:last-child {
  margin-right: 0;
}
#news-page .item-area .item-area-inner .item:hover {
  /*                    .border-area{
                          span{
                              background-color: #FFF;
                          }
                      }
                      h4{
                          color: #FFF;
                      }
                      .stc{
                          color: #FFF;
                      }
                      .detail-area{
                          .date{
                              color: #FFF;
                          }
                          .cate{
                              color: #FFF;                    
                          }
                      }*/
}
#news-page .item-area .item-area-inner .item:hover .item-header .item-header-inner {
  transform: scale(1.1);
}
#news-page .item-area .item-area-inner .item:hover .item-body {
  background-color: #a0a0a0;
}
#news-page .item-area .item-area-inner .item .item-header {
  overflow: hidden;
}
#news-page .item-area .item-area-inner .item .item-header .item-header-inner {
  height: 350px;
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  #news-page .item-area .item-area-inner .item .item-header .item-header-inner {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #news-page .item-area .item-area-inner .item .item-header .item-header-inner {
    height: 250px;
  }
}
#news-page .item-area .item-area-inner .item .item-body {
  background-color: #fff;
  padding: 20px 1.5em;
  transition: all 1s;
}
#news-page .item-area .item-area-inner .item h4 {
  min-height: 80px;
  font-size: 120%;
  color: #141414;
  margin-bottom: 20px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #news-page .item-area .item-area-inner .item h4 {
    font-size: 115%;
  }
}
@media screen and (max-width: 600px) {
  #news-page .item-area .item-area-inner .item h4 {
    min-height: auto;
    font-size: 110%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  #news-page .item-area .item-area-inner .item h4 {
    font-size: 100%;
  }
}
#news-page .item-area .item-area-inner .item .border-area {
  margin-bottom: 20px;
}
#news-page .item-area .item-area-inner .item .border-area span {
  background-color: #ccc;
}
#news-page .item-area .item-area-inner .item p {
  transition: all 1s;
}
#news-page .item-area .item-area-inner .item .stc {
  min-height: 40px;
  color: #141414;
  margin-bottom: 10px;
}
#news-page .item-area .item-area-inner .item .detail-area .date {
  float: left;
  font-size: 94%;
  color: #ccc;
}
#news-page .item-area .item-area-inner .item .detail-area .cate {
  float: right;
  font-size: 94%;
  color: #ccc;
}

#single-news-page .section-innner {
  max-width: 100%;
  padding: 80px 0;
}
#single-news-page #news-area {
  max-width: 1220px;
  padding: 0 1.5em;
  margin: 0 auto;
}
#single-news-page .thumb {
  width: 100%;
  max-width: 600px;
  height: 500px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 600px) {
  #single-news-page .thumb {
    height: 350px;
  }
}
#single-news-page .detail-area {
  margin-bottom: 25px;
}
#single-news-page .detail-area .date {
  float: left;
  font-size: 94%;
}
#single-news-page .detail-area .cate {
  float: right;
  color: #a0a0a0;
}
#single-news-page h2 {
  font-size: 187%;
  color: #141414;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #single-news-page h2 {
    font-size: 170%;
  }
}
@media screen and (max-width: 600px) {
  #single-news-page h2 {
    font-size: 155%;
  }
}
@media screen and (max-width: 480px) {
  #single-news-page h2 {
    font-size: 130%;
  }
}
#single-news-page p {
  font-size: 94%;
}
#single-news-page #other-area {
  background-color: #f0f0f0;
  padding: 120px 1.5em;
  margin-top: 120px;
}
#single-news-page #other-area .other-area-inner {
  max-width: 1600px;
  margin: 0 auto;
}
#single-news-page #other-area h4 {
  font-size: 170%;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  #single-news-page #other-area h4 {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  #single-news-page #other-area h4 {
    font-size: 145%;
  }
}
#single-news-page #other-area .item:hover .item-header .item-header-inner {
  transform: scale(1.1);
}
#single-news-page #other-area .item:hover .item-body {
  background-color: #a0a0a0;
}
#single-news-page #other-area .item .item-header {
  overflow: hidden;
}
#single-news-page #other-area .item .item-header .item-header-inner {
  height: 270px;
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  #single-news-page #other-area .item .item-header .item-header-inner {
    height: 250px;
  }
}
#single-news-page #other-area .item .item-body {
  background-color: #fff;
  padding: 20px 1.5em;
  transition: all 1s;
}
#single-news-page #other-area .item h5 {
  min-height: 80px;
  font-size: 105%;
  color: #141414;
  margin-bottom: 20px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #single-news-page #other-area .item h5 {
    font-size: 100%;
  }
}
#single-news-page #other-area .item .border-area {
  margin-bottom: 20px;
}
#single-news-page #other-area .item .border-area span {
  background-color: #ddd;
}
#single-news-page #other-area .item p {
  color: #141414;
  transition: all 1s;
}
#single-news-page #other-area .item .stc {
  min-height: 60px;
  margin-bottom: 10px;
}
#single-news-page #other-area .btn {
  color: #141414;
  background-color: #fff;
  border: none;
}
#single-news-page #other-area .btn:hover {
  color: #fff;
  background-color: #141414;
}

#event-page .section-innner {
  max-width: 100%;
  padding: 200px 0 0;
}
#event-page .item-area {
  background-color: #f0f0f0;
  padding-bottom: 40px;
}
#event-page .item-area .item-area-inner {
  max-width: 1920px;
  text-align: center;
  padding: 0 1.5em;
  margin: -100px auto 0;
}
#event-page .item-area .item-area-inner .item {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  text-align: left;
  margin-bottom: 30px;
  margin-right: 2%;
}
@media screen and (max-width: 960px) {
  #event-page .item-area .item-area-inner .item {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  #event-page .item-area .item-area-inner .item {
    width: 100%;
    margin-right: 0%;
  }
}
#event-page .item-area .item-area-inner .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  #event-page .item-area .item-area-inner .item:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 600px) {
  #event-page .item-area .item-area-inner .item:nth-child(3n) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 960px) {
  #event-page .item-area .item-area-inner .item:nth-child(2n) {
    margin-right: 0;
  }
}
#event-page .item-area .item-area-inner .item:last-child {
  margin-right: 0;
}
#event-page .item-area .item-area-inner .item:hover {
  /*                    .border-area{
                          span{
                              background-color: #FFF;
                          }
                      }
                      h4{
                          color: #FFF;
                      }
                      .hour,.stc{
                          color: #FFF;
                      }*/
}
#event-page .item-area .item-area-inner .item:hover .item-header .item-header-inner {
  transform: scale(1.1);
}
#event-page .item-area .item-area-inner .item:hover .item-body {
  background-color: #a0a0a0;
}
#event-page .item-area .item-area-inner .item .item-header {
  overflow: hidden;
}
#event-page .item-area .item-area-inner .item .item-header .item-header-inner {
  height: 350px;
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  #event-page .item-area .item-area-inner .item .item-header .item-header-inner {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #event-page .item-area .item-area-inner .item .item-header .item-header-inner {
    height: 250px;
  }
}
#event-page .item-area .item-area-inner .item .item-body {
  background-color: #fff;
  padding: 20px 1.5em;
  transition: all 1s;
}
#event-page .item-area .item-area-inner .item h4 {
  min-height: 80px;
  font-size: 120%;
  color: #141414;
  margin-bottom: 20px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #event-page .item-area .item-area-inner .item h4 {
    font-size: 115%;
  }
}
@media screen and (max-width: 600px) {
  #event-page .item-area .item-area-inner .item h4 {
    min-height: auto;
    font-size: 110%;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  #event-page .item-area .item-area-inner .item h4 {
    font-size: 100%;
  }
}
#event-page .item-area .item-area-inner .item p {
  transition: all 1s;
}
#event-page .item-area .item-area-inner .item .hour {
  font-size: 94%;
  color: #a0a0a0;
  margin-bottom: 5px;
}
#event-page .item-area .item-area-inner .item .stc {
  min-height: 40px;
  font-size: 94%;
  color: #141414;
  margin-top: 10px;
}
#event-page .event-middle .contact-link {
  display: block;
  color: #fff;
  text-align: center;
  background-color: #141414;
  padding: 30px 1.5em;
}
#event-page .event-middle .contact-link:hover {
  background-color: #a0a0a0;
  /*                p{
                      color: common.$stc-color;
                      &:before{
                          background: url('../img/arrow_right_bl.png')no-repeat;
                      }
                  }*/
}
#event-page .event-middle .contact-link p {
  position: relative;
  display: inline-block;
  font-size: 144%;
  color: #fff;
  padding-right: 35px;
}
@media screen and (max-width: 960px) {
  #event-page .event-middle .contact-link p {
    font-size: 137%;
  }
}
@media screen and (max-width: 600px) {
  #event-page .event-middle .contact-link p {
    font-size: 125%;
  }
}
#event-page .event-middle .contact-link p:before {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right.png") no-repeat;
  transition: all 1s;
}

#single-event-page .section-innner {
  max-width: 100%;
  padding: 80px 0;
}
#single-event-page #event-area {
  max-width: 1220px;
  padding: 0 1.5em;
  margin: 0 auto;
}
#single-event-page #event-area .btn {
  color: #141414;
  background-color: #fff;
  margin: 95px auto 120px;
}
#single-event-page #event-area .btn:hover {
  color: #fff;
  background-color: #a0a0a0;
}
#single-event-page .thumb {
  width: 100%;
  max-width: 600px;
  height: 500px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 600px) {
  #single-event-page .thumb {
    height: 350px;
  }
}
#single-event-page .detail-area {
  margin-bottom: 25px;
}
#single-event-page .detail-area .date {
  float: left;
  font-size: 94%;
}
#single-event-page .detail-area .cate {
  float: right;
  color: #a0a0a0;
}
#single-event-page h2 {
  font-size: 187%;
  color: #141414;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #single-event-page h2 {
    font-size: 170%;
  }
}
@media screen and (max-width: 600px) {
  #single-event-page h2 {
    font-size: 155%;
  }
}
@media screen and (max-width: 480px) {
  #single-event-page h2 {
    font-size: 130%;
  }
}
#single-event-page p {
  font-size: 94%;
}
#single-event-page .stc {
  margin-bottom: 100px;
}
#single-event-page table {
  border-collapse: separate;
  border-spacing: 3px;
  max-width: 1220px;
  margin: 0 auto;
}
#single-event-page table tr:first-child th {
  border-top: 1px solid #141414;
}
#single-event-page table tr:first-child td {
  border-top: 1px solid #f0f0f0;
}
#single-event-page table th {
  width: 25%;
  font-size: 92%;
  vertical-align: middle;
  border-bottom: 1px solid #141414;
  padding: 30px 1em;
}
@media screen and (max-width: 600px) {
  #single-event-page table th {
    display: block;
    width: 100%;
    font-weight: 600;
    font-family: "FOT-筑紫ゴシック Pro M";
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #141414;
    padding: 30px 0em;
  }
}
#single-event-page table td {
  font-size: 92%;
  border-bottom: 1px solid #f0f0f0;
  padding: 30px 1em;
}
@media screen and (max-width: 600px) {
  #single-event-page table td {
    display: block;
    width: 100%;
    text-align: center;
    border: none !important;
    padding: 30px 0em;
  }
}
#single-event-page .event-middle h3 {
  font-size: 170%;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  #single-event-page .event-middle h3 {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  #single-event-page .event-middle h3 {
    font-size: 145%;
  }
}
#single-event-page .event-middle .contact-link {
  display: block;
  color: #fff;
  text-align: center;
  background-color: #141414;
  padding: 30px 1.5em;
}
#single-event-page .event-middle .contact-link:hover {
  background-color: #a0a0a0;
  /*                p{
                      color: common.$stc-color;
                      &:before{
                          background: url('../img/arrow_right_bl.png')no-repeat;
                      }
                  }*/
}
#single-event-page .event-middle .contact-link p {
  position: relative;
  display: inline-block;
  font-size: 144%;
  color: #fff;
  padding-right: 35px;
}
@media screen and (max-width: 960px) {
  #single-event-page .event-middle .contact-link p {
    font-size: 137%;
  }
}
@media screen and (max-width: 600px) {
  #single-event-page .event-middle .contact-link p {
    font-size: 125%;
  }
}
#single-event-page .event-middle .contact-link p:before {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right.png") no-repeat;
  transition: all 1s;
}
#single-event-page #other-area {
  background-color: #f0f0f0;
  padding: 120px 1.5em;
}
#single-event-page #other-area .other-area-inner {
  max-width: 1600px;
  margin: 0 auto;
}
#single-event-page #other-area h4 {
  font-size: 170%;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  #single-event-page #other-area h4 {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  #single-event-page #other-area h4 {
    font-size: 145%;
  }
}
#single-event-page #other-area .item:hover {
  /*                .border-area{
                      span{
                          background-color: #FFF;
                      }
                  }
                  h5,p{
                      color: #FFF;
                  }*/
}
#single-event-page #other-area .item:hover .item-header .item-header-inner {
  transform: scale(1.1);
}
#single-event-page #other-area .item:hover .item-body {
  background-color: #a0a0a0;
}
#single-event-page #other-area .item .item-header {
  overflow: hidden;
}
#single-event-page #other-area .item .item-header .item-header-inner {
  height: 270px;
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  #single-event-page #other-area .item .item-header .item-header-inner {
    height: 250px;
  }
}
#single-event-page #other-area .item .item-body {
  background-color: #fff;
  padding: 20px 1.5em;
  transition: all 1s;
}
#single-event-page #other-area .item h5 {
  min-height: 80px;
  font-size: 105%;
  color: #141414;
  margin-bottom: 20px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #single-event-page #other-area .item h5 {
    font-size: 100%;
  }
}
#single-event-page #other-area .item .border-area {
  margin-bottom: 20px;
}
#single-event-page #other-area .item .border-area span {
  background-color: #ddd;
}
#single-event-page #other-area .item p {
  color: #141414;
  transition: all 1s;
}
#single-event-page #other-area .item .stc {
  min-height: 60px;
  margin-bottom: 10px;
}
#single-event-page #other-area .btn {
  color: #141414;
  background-color: #fff;
  border: none;
}
#single-event-page #other-area .btn:hover {
  color: #fff;
  background-color: #141414;
}

#service-page .section-innner {
  max-width: 100%;
  padding: 120px 0 0;
}
@media screen and (max-width: 600px) {
  #service-page .section-innner {
    padding: 80px 0;
  }
}
#service-page #stc-area {
  text-align: center;
  padding: 0 1.5em 120px;
}
@media screen and (max-width: 600px) {
  #service-page #stc-area {
    padding: 0 1.5em 80px;
  }
}
#service-page #stc-area h3 {
  font-size: 144%;
  line-height: 1.8;
  margin-bottom: 0px;
}
@media screen and (max-width: 960px) {
  #service-page #stc-area h3 {
    font-size: 135%;
  }
}
@media screen and (max-width: 600px) {
  #service-page #stc-area h3 {
    font-size: 125%;
  }
}
@media screen and (max-width: 480px) {
  #service-page #stc-area h3 {
    font-size: 120%;
  }
}
#service-page .gray-area {
  background-color: #f0f0f0;
  padding: 120px 1.5em;
}
#service-page .gray-area .col-area {
  max-width: 1920px;
  margin: 0 auto;
}
#service-page .gray-area .col-area h4 {
  font-size: 170%;
  color: #141414;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #service-page .gray-area .col-area h4 {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  #service-page .gray-area .col-area h4 {
    font-size: 145%;
    margin-bottom: 20px;
  }
}
#service-page .gray-area .col-area .item {
  display: block;
  background-color: #fff;
  transition: all 1s;
}
#service-page .gray-area .col-area .item .item-body {
  padding: 30px 1.5em;
  transition: all 1s;
}
#service-page .gray-area .col-area .item h5 {
  font-size: 132%;
  margin-bottom: 20px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #service-page .gray-area .col-area .item h5 {
    font-size: 125%;
  }
}
@media screen and (max-width: 600px) {
  #service-page .gray-area .col-area .item h5 {
    font-size: 110%;
  }
}
#service-page .gray-area .col-area .item .border-area {
  margin-bottom: 20px;
}
#service-page .gray-area .col-area .item .border-area span {
  background-color: #ddd;
}
#service-page .gray-area .col-area .item p {
  font-size: 94%;
  transition: all 1s;
}
#service-page .gray-area #col-area1 {
  overflow: hidden;
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
  #service-page .gray-area #col-area1 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  #service-page .gray-area #col-area1 {
    margin-bottom: 80px;
  }
}
#service-page .gray-area #col-area1 .col {
  float: left;
  width: 49%;
  margin-right: 2%;
}
@media screen and (max-width: 1280px) {
  #service-page .gray-area #col-area1 .col {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 1280px) {
  #service-page .gray-area #col-area1 .col:nth-child(1) {
    margin-bottom: 50px;
  }
}
#service-page .gray-area #col-area1 .col:nth-child(1) .item {
  height: 301px;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  #service-page .gray-area #col-area1 .col:nth-child(1) .item {
    height: auto;
  }
}
#service-page .gray-area #col-area1 .col:nth-child(1) .item .item-header {
  overflow: hidden;
  float: left;
  width: 50%;
}
@media screen and (max-width: 600px) {
  #service-page .gray-area #col-area1 .col:nth-child(1) .item .item-header {
    float: none;
    width: 100%;
  }
}
#service-page .gray-area #col-area1 .col:nth-child(1) .item .item-header .item-header-inner {
  height: 300px;
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  #service-page .gray-area #col-area1 .col:nth-child(1) .item .item-header .item-header-inner {
    height: 250px;
  }
}
#service-page .gray-area #col-area1 .col:nth-child(1) .item .item-body {
  float: left;
  width: 50%;
}
@media screen and (max-width: 600px) {
  #service-page .gray-area #col-area1 .col:nth-child(1) .item .item-body {
    float: none;
    width: 100%;
  }
}
#service-page .gray-area #col-area1 .col:nth-child(1) .item:nth-child(2) .item-header .item-header-inner {
  background: url(../img/service_img01.jpg) no-repeat center center;
  background-size: cover;
}
#service-page .gray-area #col-area1 .col:nth-child(1) .item:nth-child(3) .item-header .item-header-inner {
  background: url(../img/service_img02.jpg) no-repeat center center;
  background-size: cover;
}
#service-page .gray-area #col-area1 .col:nth-child(1) .item:hover {
  background-color: #a0a0a0;
}
#service-page .gray-area #col-area1 .col:nth-child(1) .item:hover .item-header .item-header-inner {
  transform: scale(1.1);
}
#service-page .gray-area #col-area1 .col:nth-child(1) .item:hover .item-body {
  /*                                h5,p{
                                      color: #FFF;
                                  }
                                  .border-area{
                                      span{
                                          background-color: #FFF;
                                      }
                                  }*/
}
#service-page .gray-area #col-area1 .col:nth-child(2) {
  margin-right: 0;
}
#service-page .gray-area #col-area1 .col:nth-child(2) .item:hover .item-header .item-header-inner {
  transform: scale(1.1);
}
#service-page .gray-area #col-area1 .col:nth-child(2) .item:hover .item-body {
  background-color: #a0a0a0;
  /*                                h5,p{
                                      color: #FFF;
                                  }
                                  .border-area{
                                      span{
                                          background-color: #FFF;
                                      }
                                  }*/
}
#service-page .gray-area #col-area1 .col:nth-child(2) .item .item-header {
  overflow: hidden;
}
#service-page .gray-area #col-area1 .col:nth-child(2) .item .item-header .item-header-inner {
  height: 450px;
  background: url(../img/service_img03.jpg) no-repeat center center;
  background-size: cover;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #service-page .gray-area #col-area1 .col:nth-child(2) .item .item-header .item-header-inner {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  #service-page .gray-area #col-area1 .col:nth-child(2) .item .item-header .item-header-inner {
    height: 250px;
  }
}
#service-page .gray-area #col-area1 .col:nth-child(2) .item .item-body {
  height: 180px;
  background-color: #fff;
}
#service-page .gray-area #col-area2 .col {
  float: left;
  width: 49%;
  margin-right: 2%;
}
@media screen and (max-width: 768px) {
  #service-page .gray-area #col-area2 .col {
    float: none;
    width: 100%;
    margin-right: 0%;
    margin-bottom: 40px;
  }
}
#service-page .gray-area #col-area2 .col:nth-child(1) .item-header .item-header-inner {
  background: url(../img/service_img04.jpg) no-repeat center center;
  background-size: cover;
}
#service-page .gray-area #col-area2 .col:nth-child(2) {
  margin-right: 0;
}
#service-page .gray-area #col-area2 .col:nth-child(2) .item-header .item-header-inner {
  background: url(../img/service_img05.jpg) no-repeat center center;
  background-size: cover;
}
#service-page .gray-area #col-area2 .col .item:hover .item-header .item-header-inner {
  transform: scale(1.1);
}
#service-page .gray-area #col-area2 .col .item:hover .item-body {
  background-color: #a0a0a0;
  /*                            h5,p{
                                  color: #FFF;
                              }
                              .border-area{
                                  span{
                                      background-color: #FFF;
                                  }
                              }*/
}
#service-page .gray-area #col-area2 .col .item .item-header {
  overflow: hidden;
}
#service-page .gray-area #col-area2 .col .item .item-header .item-header-inner {
  height: 450px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #service-page .gray-area #col-area2 .col .item .item-header .item-header-inner {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  #service-page .gray-area #col-area2 .col .item .item-header .item-header-inner {
    height: 250px;
  }
}
#service-page .gray-area #col-area2 .col .item .item-body {
  background-color: #fff;
}
#service-page .gray-area #col-area2 .col .item .item-body p {
  min-height: 80px;
}
@media screen and (max-width: 960px) {
  #service-page .gray-area #col-area2 .col .item .item-body p {
    min-height: 110px;
  }
}
@media screen and (max-width: 768px) {
  #service-page .gray-area #col-area2 .col .item .item-body p {
    min-height: auto;
  }
}
#service-page #service-bottom {
  padding: 120px 1.5em;
}
#service-page #service-bottom h4 {
  color: #141414;
  font-size: 170%;
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
  #service-page #service-bottom h4 {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  #service-page #service-bottom h4 {
    font-size: 145%;
    margin-bottom: 60px;
  }
}
#service-page #service-bottom .service-bottom-item-area {
  text-align: center;
}
#service-page #service-bottom .service-bottom-item-area .item {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 31%;
  text-align: left;
  margin-right: 2%;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #service-page #service-bottom .service-bottom-item-area .item {
    width: 48.5%;
  }
}
@media screen and (max-width: 600px) {
  #service-page #service-bottom .service-bottom-item-area .item {
    width: 100%;
  }
}
#service-page #service-bottom .service-bottom-item-area .item .item-header {
  overflow: hidden;
}
#service-page #service-bottom .service-bottom-item-area .item .item-header .item-header-inner {
  height: 350px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #service-page #service-bottom .service-bottom-item-area .item .item-header .item-header-inner {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  #service-page #service-bottom .service-bottom-item-area .item .item-header .item-header-inner {
    height: 250px;
  }
}
#service-page #service-bottom .service-bottom-item-area .item:hover .item-header .item-header-inner {
  transform: scale(1.1);
}
#service-page #service-bottom .service-bottom-item-area .item:hover p {
  background-color: #a0a0a0;
}
#service-page #service-bottom .service-bottom-item-area .item:nth-child(1) .item-header .item-header-inner {
  background: url(../img/service-link_img01.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  #service-page #service-bottom .service-bottom-item-area .item:nth-child(2) {
    margin-right: 0;
  }
}
#service-page #service-bottom .service-bottom-item-area .item:nth-child(2) .item-header .item-header-inner {
  background: url(../img/service-link_img02.jpg) no-repeat center center;
  background-size: cover;
}
#service-page #service-bottom .service-bottom-item-area .item:nth-child(3) {
  margin-right: 0;
}
#service-page #service-bottom .service-bottom-item-area .item:nth-child(3) .item-header .item-header-inner {
  background: url(../img/service-link_img03.jpg) no-repeat center center;
  background-size: cover;
}
#service-page #service-bottom .service-bottom-item-area .item p {
  position: relative;
  min-height: 80px;
  color: #fff;
  background-color: #141414;
  padding: 30px 45px 0px 1em;
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  #service-page #service-bottom .service-bottom-item-area .item p {
    min-height: auto;
    font-size: 94%;
    padding: 30px 45px 30px 1em;
  }
}
#service-page #service-bottom .service-bottom-item-area .item p:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right.png") no-repeat;
  margin: auto;
  transition: all 1s;
}

#store-page .section-innner {
  max-width: 100%;
  padding: 120px 0 0;
}
@media screen and (max-width: 600px) {
  #store-page .section-innner {
    padding: 80px 0;
  }
}
#store-page #stc-area {
  text-align: center;
  padding: 0 1.5em 120px;
}
@media screen and (max-width: 600px) {
  #store-page #stc-area {
    padding: 0 1.5em 80px;
  }
}
#store-page #stc-area h3 {
  font-size: 144%;
  line-height: 1.8;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  #store-page #stc-area h3 {
    font-size: 135%;
  }
}
@media screen and (max-width: 600px) {
  #store-page #stc-area h3 {
    font-size: 125%;
  }
}
@media screen and (max-width: 480px) {
  #store-page #stc-area h3 {
    font-size: 120%;
  }
}
#store-page #stc-area p {
  font-size: 94%;
}
#store-page .item-area {
  max-width: 1920px;
  margin: 0 auto;
}
#store-page .item-area .item {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-bottom: 40px;
  margin-right: 2%;
}
@media screen and (max-width: 1280px) {
  #store-page .item-area .item {
    width: 100%;
    margin-right: 0;
  }
}
#store-page .item-area .item:nth-child(2n) {
  margin-right: 0;
}
#store-page .item-area .item .col {
  float: left;
  width: 49.5%;
}
@media screen and (max-width: 600px) {
  #store-page .item-area .item .col {
    width: 100%;
  }
}
#store-page .item-area .item .col:nth-child(1) {
  height: 460px;
  margin-right: 1%;
}
@media screen and (max-width: 600px) {
  #store-page .item-area .item .col:nth-child(1) {
    height: 300px;
    margin-right: 0%;
  }
}
@media screen and (max-width: 480px) {
  #store-page .item-area .item .col:nth-child(1) {
    height: 250px;
  }
}
#store-page .item-area .item .col:nth-child(2) {
  height: 460px;
  border-top: 1px solid #141414;
  border-bottom: 1px solid #141414;
  padding: 30px 1em;
}
@media screen and (max-width: 600px) {
  #store-page .item-area .item .col:nth-child(2) {
    height: auto;
  }
}
#store-page .item-area .item .col:nth-child(2) h4 {
  font-size: 132%;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  #store-page .item-area .item .col:nth-child(2) h4 {
    font-size: 125%;
  }
}
@media screen and (max-width: 600px) {
  #store-page .item-area .item .col:nth-child(2) h4 {
    font-size: 110%;
  }
}
#store-page .item-area .item .col:nth-child(2) .border-area {
  margin-bottom: 15px;
}
#store-page .item-area .item .col:nth-child(2) .border-area span {
  background-color: #f0f0f0;
}
#store-page .item-area .item .col:nth-child(2) .name {
  min-height: 70px;
  font-size: 125%;
}
@media screen and (max-width: 960px) {
  #store-page .item-area .item .col:nth-child(2) .name {
    font-size: 115%;
  }
}
@media screen and (max-width: 600px) {
  #store-page .item-area .item .col:nth-child(2) .name {
    font-size: 105%;
  }
}
#store-page .item-area .item .col:nth-child(2) .address {
  min-height: 130px;
  font-size: 88%;
  margin-bottom: 10px;
}
#store-page .item-area .item .col:nth-child(2) .info {
  min-height: 80px;
  font-size: 88%;
  color: #a0a0a0;
  margin-bottom: 15px;
}
#store-page .item-area .item .col:nth-child(2) .btn-area a {
  float: left;
  width: 49.5%;
  position: relative;
  font-size: 86%;
  padding: 5px 0.5em;
  width: auto;
  display: inline-block;
  padding-right: 50px;
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  #store-page .item-area .item .col:nth-child(2) .btn-area a {
    float: none;
    display: block;
    width: 100%;
    max-width: 200px;
    margin: 0 auto 10px;
    width: auto;
    display: inline-block;
    padding-right: 50px;
    max-width: 100%;
  }
}
#store-page .item-area .item .col:nth-child(2) .btn-area a:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.5em;
  width: 27px;
  height: 10px;
  margin: auto;
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  #store-page .item-area .item .col:nth-child(2) .btn-area a:before {
    right: 0.5em;
  }
}
#store-page .item-area .item .col:nth-child(2) .btn-area a.store {
  color: #fff;
  background-color: #a0a0a0;
  margin-right: 1%;
}
@media screen and (max-width: 480px) {
  #store-page .item-area .item .col:nth-child(2) .btn-area a.store {
    margin: 0 auto 10px;
  }
}
#store-page .item-area .item .col:nth-child(2) .btn-area a.store:before {
  background: url("../img/arrow_right.png") no-repeat;
}
#store-page .item-area .item .col:nth-child(2) .btn-area a.store:hover {
  /*color: common.$stc-color;*/
  background-color: #141414;
  /*                                    &:before{
                                          background: url('../img/arrow_right_bl.png')no-repeat;            
                                      }*/
}
#store-page .item-area .item .col:nth-child(2) .btn-area a.map {
  color: #fff;
  background-color: #141414;
}
#store-page .item-area .item .col:nth-child(2) .btn-area a.map:before {
  background: url("../img/arrow_right_bl.png") no-repeat;
}
#store-page .item-area .item .col:nth-child(2) .btn-area a.map:hover {
  /*color:common.$stc-color;*/
  background-color: #a0a0a0;
  /*                                    &:before{
                                          background: url('../img/arrow_right.png')no-repeat;            
                                      }*/
}
#store-page .banner-area h4 {
  padding-bottom: 0;
  margin: 150px auto 25px;
}
#store-page .banner-area h4:before {
  display: none;
}
#store-page .banner-area .col:nth-child(1) .col-inner {
  height: 230px;
}
#store-page .banner-area .col:nth-child(1) .col-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 170px;
  margin: 0 auto;
  transition: all 1s;
}
#store-page .banner-area .col:nth-child(1) .col-inner img.black {
  opacity: 0;
}
#store-page .banner-area .col:nth-child(2) .col-inner {
  background: url(../img/store-banner_img.jpg) no-repeat center center;
  background-size: cover;
}
#store-page #store-bottom {
  padding: 80px 1.5em;
}
#store-page #store-bottom h4 {
  color: #141414;
  font-size: 170%;
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
  #store-page #store-bottom h4 {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  #store-page #store-bottom h4 {
    font-size: 145%;
    margin-bottom: 60px;
  }
}
#store-page #store-bottom .service-bottom-item-area {
  text-align: center;
}
#store-page #store-bottom .service-bottom-item-area .item {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 23%;
  text-align: left;
  margin-right: 2%;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  #store-page #store-bottom .service-bottom-item-area .item {
    width: 31%;
  }
}
@media screen and (max-width: 960px) {
  #store-page #store-bottom .service-bottom-item-area .item {
    width: 48.5%;
  }
}
@media screen and (max-width: 600px) {
  #store-page #store-bottom .service-bottom-item-area .item {
    width: 100%;
  }
}
#store-page #store-bottom .service-bottom-item-area .item .item-header {
  overflow: hidden;
}
#store-page #store-bottom .service-bottom-item-area .item .item-header .item-header-inner {
  height: 350px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #store-page #store-bottom .service-bottom-item-area .item .item-header .item-header-inner {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  #store-page #store-bottom .service-bottom-item-area .item .item-header .item-header-inner {
    height: 250px;
  }
}
#store-page #store-bottom .service-bottom-item-area .item:hover .item-header .item-header-inner {
  transform: scale(1.1);
}
#store-page #store-bottom .service-bottom-item-area .item:hover p {
  /*color: common.$stc-color;*/
  background-color: #a0a0a0;
}
#store-page #store-bottom .service-bottom-item-area .item:nth-child(1) .item-header .item-header-inner {
  background: url(../img/store-link_img01.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  #store-page #store-bottom .service-bottom-item-area .item:nth-child(2) {
    margin-right: 0;
  }
}
#store-page #store-bottom .service-bottom-item-area .item:nth-child(2) .item-header .item-header-inner {
  background: url(../img/store-link_img02.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  #store-page #store-bottom .service-bottom-item-area .item:nth-child(3) {
    margin-right: 0;
  }
}
@media screen and (max-width: 960px) {
  #store-page #store-bottom .service-bottom-item-area .item:nth-child(3) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 600px) {
  #store-page #store-bottom .service-bottom-item-area .item:nth-child(3) {
    margin-right: 0;
  }
}
#store-page #store-bottom .service-bottom-item-area .item:nth-child(3) .item-header .item-header-inner {
  background: url(../img/store-link_img03.jpg) no-repeat center center;
  background-size: cover;
}
#store-page #store-bottom .service-bottom-item-area .item:nth-child(4) .item-header .item-header-inner {
  background: url(../img/store-link_img04.jpg) no-repeat center center;
  background-size: cover;
}
#store-page #store-bottom .service-bottom-item-area .item:last-child {
  margin-right: 0;
}
#store-page #store-bottom .service-bottom-item-area .item p {
  position: relative;
  min-height: 80px;
  color: #fff;
  background-color: #141414;
  padding: 30px 45px 0px 1em;
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  #store-page #store-bottom .service-bottom-item-area .item p {
    min-height: auto;
    font-size: 94%;
    padding: 30px 45px 30px 1em;
  }
}
#store-page #store-bottom .service-bottom-item-area .item p:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right.png") no-repeat;
  margin: auto;
  transition: all 1s;
}

#thanks-page .section-innner {
  max-width: 1220px;
  padding: 80px 1.5em;
}
@media screen and (max-width: 600px) {
  #thanks-page .section-innner {
    padding: 80px 1.5em;
  }
}
#thanks-page h2 {
  font-size: 144%;
  line-height: 1.8;
  color: #141414;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  #thanks-page h2 {
    font-size: 137%;
  }
}
@media screen and (max-width: 600px) {
  #thanks-page h2 {
    font-size: 125%;
  }
}
#thanks-page .stc {
  font-size: 94%;
  text-align: center;
  margin-bottom: 50px;
}
#thanks-page table {
  display: table;
  width: 100%;
  margin-bottom: 80px;
}
#thanks-page table tr:nth-child(1) th {
  border-top: 1px solid #f0f0f0;
}
#thanks-page table tr:nth-child(1) td {
  border-top: 1px solid #f0f0f0;
}
#thanks-page table th {
  width: 25%;
  vertical-align: middle;
  font-size: 88%;
  border-bottom: 1px solid #f0f0f0;
  padding: 25px 1em;
}
#thanks-page table td {
  font-size: 88%;
  border-bottom: 1px solid #f0f0f0;
  padding: 25px 1em;
}
#thanks-page .btn {
  max-width: 300px;
  color: #141414;
}
#thanks-page .btn:hover {
  /*color: #FFF;*/
  background-color: #a0a0a0;
}

#contact-page .section-innner {
  max-width: 1220px;
  padding: 80px 1.5em;
}
@media screen and (max-width: 600px) {
  #contact-page .section-innner {
    padding: 80px 1.5em;
  }
}
#contact-page h2 {
  font-size: 144%;
  color: #141414;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 960px) {
  #contact-page h2 {
    font-size: 137%;
  }
}
@media screen and (max-width: 600px) {
  #contact-page h2 {
    font-size: 125%;
  }
}
#contact-page .stc {
  font-size: 94%;
  text-align: center;
  margin-bottom: 30px;
}

.input-form .title {
  margin: 18px 0 15px;
  border-top: 1px solid #f0f0f0;
  padding-top: 30px;
}
.input-form .title.no-border {
  border-top: none;
  padding-top: 0px;
}
.input-form .title span {
  color: #be0000;
}
.input-form .red-text {
  font-size: 84%;
  color: #be0000;
  margin-bottom: 30px;
}
.input-form p .red {
  color: #be0000;
}
.input-form .col-input {
  overflow: hidden;
}
.input-form .col-input p {
  float: left;
  width: 49%;
  margin-right: 2%;
}
@media screen and (max-width: 1000px) {
  .input-form .col-input p {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
.input-form .col-input p:last-child {
  margin-right: 0;
}
.input-form .zip-area {
  margin-bottom: 20px;
}
.input-form .address-area input {
  margin-bottom: 20px;
}
.input-form input[type=text],
.input-form input[type=tel],
.input-form input[type=email],
.input-form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 5px;
  border: none;
  border: 1px solid #f0f0f0;
  padding: 8px 1em;
}
@media screen and (max-width: 1000px) {
  .input-form input[type=text],
.input-form input[type=tel],
.input-form input[type=email],
.input-form textarea {
    width: 100%;
  }
}
.input-form textarea {
  max-width: 100%;
}
.input-form input[name=address],
.input-form input[name=address2],
.input-form input[name=your-tel],
.input-form input[name=your-email],
.input-form input[name=your-email_confirm],
.input-form textarea {
  width: 100%;
}
.input-form .age-area input {
  width: 100px;
}
@media screen and (max-width: 1000px) {
  .input-form .zip-area input {
    width: auto;
  }
}
.input-form input[type=radio] {
  margin-right: 5px;
}
.input-form input[type=file] {
  font-size: 88%;
}
.input-form input[type=checkbox] {
  width: 24px;
  height: 24px;
  margin: 7px 0 0;
}
.input-form .wpcf7-list-item {
  margin-right: 20px;
  margin-bottom: 20px;
}
.input-form .wpcf7-list-item-label {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  font-size: 94%;
  font-weight: normal;
  padding: 5px 0px 0px 10px;
}
.input-form .wpcf7-not-valid-tip {
  display: block;
}
.input-form .input-detail {
  border-top: 2px solid #f0f0f0;
  border-bottom: 2px solid #f0f0f0;
  padding: 35px 1em;
  margin-top: 30px;
}
.input-form .tel-detail {
  margin-bottom: 30px;
}
.input-form .tel-detail .wpcf7-list-item-label {
  padding: 0;
}
.input-form .att {
  font-size: 94%;
  text-align: center;
  margin: 45px 0;
}
.input-form .att a {
  color: #a0a0a0;
}
.input-form .policy-area {
  text-align: center;
}
.input-form .middle-btn {
  position: relative;
  max-width: 840px;
  color: #141414;
  text-align: center;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  padding: 20px 1em 20px 3em;
}
.input-form .middle-btn:hover {
  background-color: #fff;
}
.input-form .middle-btn:hover .circle-ic {
  background-color: #f0f0f0;
}
.input-form .middle-btn .circle-ic {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 1em;
  font-size: 115%;
  color: #191e5f;
  background-color: #fff;
  margin: auto;
}
.input-form button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  display: block;
  width: 92%;
  max-width: 300px;
  color: #141414;
  font-size: 110%;
  text-align: center;
  background-color: #fff;
  border: 1px solid #a0a0a0;
  padding: 15px 0;
  margin: 50px auto 60px;
}
.input-form button:hover {
  color: #fff;
  background-color: #141414;
}
.input-form button.off {
  opacity: 0.7;
}
.input-form button#return {
  display: inline-block;
  vertical-align: top;
  width: 48%;
  margin-right: 2%;
}
.input-form button#return .circle-ic {
  letter-spacing: 0;
  line-height: 1.2;
}
.input-form button#send {
  display: inline-block;
  vertical-align: top;
  width: 48%;
}
.input-form .btn-area {
  text-align: center;
}
.input-form select {
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  padding: 8px 25px 8px 10px;
  margin-bottom: 20px;
}

#development-page .section-innner {
  max-width: 100%;
  padding: 120px 0 0;
}
@media screen and (max-width: 600px) {
  #development-page .section-innner {
    padding: 80px 0;
  }
}
#development-page #stc-area {
  text-align: center;
  padding: 0 1.5em 120px;
}
@media screen and (max-width: 600px) {
  #development-page #stc-area {
    padding: 0 1.5em 80px;
  }
}
#development-page #stc-area h3 {
  position: relative;
  font-size: 132%;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #development-page #stc-area h3 {
    font-size: 125%;
  }
}
@media screen and (max-width: 600px) {
  #development-page #stc-area h3 {
    font-size: 110%;
  }
}
#development-page #stc-area h3:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 35px;
  height: 3px;
  background-color: #141414;
  margin: auto;
}
#development-page #stc-area p {
  font-size: 94%;
  line-height: 1.8;
}
#development-page #link-area {
  max-width: 1760px;
  margin: 0 auto 120px;
}
#development-page #link-area h3 {
  color: #141414;
  font-size: 170%;
  text-align: center;
  margin-bottom: 120px;
}
@media screen and (max-width: 960px) {
  #development-page #link-area h3 {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  #development-page #link-area h3 {
    font-size: 145%;
    margin-bottom: 60px;
  }
}
#development-page #link-area .item {
  position: relative;
  display: block;
  margin-bottom: 200px;
}
@media screen and (max-width: 600px) {
  #development-page #link-area .item {
    margin-bottom: 270px;
  }
}
#development-page #link-area .item:hover .img-area .img-area-inner {
  transform: scale(1.1);
}
#development-page #link-area .item:hover .stc-area {
  background-color: #141414;
}
#development-page #link-area .item:hover .stc-area .stc-area-inner {
  /*                        .detail-btn{
                              &:before{
                                  right: -10px;
                              }
                          }       */
}
#development-page #link-area .item .img-area {
  overflow: hidden;
}
#development-page #link-area .item .img-area .img-area-inner {
  height: 650px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #development-page #link-area .item .img-area .img-area-inner {
    height: 550px;
  }
}
@media screen and (max-width: 600px) {
  #development-page #link-area .item .img-area .img-area-inner {
    height: 400px;
  }
}
@media screen and (max-width: 480px) {
  #development-page #link-area .item .img-area .img-area-inner {
    height: 330px;
  }
}
#development-page #link-area .item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  #development-page #link-area .item:last-child {
    margin-bottom: 270px;
  }
}
#development-page #link-area .item:nth-child(2) .img-area .img-area-inner {
  background: url(../img/development_img01.jpg) no-repeat center center;
  background-size: cover;
}
#development-page #link-area .item:nth-child(3) .img-area .img-area-inner {
  background: url(../img/development_img02.jpg) no-repeat center center;
  background-size: cover;
}
#development-page #link-area .item:nth-child(4) .img-area .img-area-inner {
  background: url(../img/development_img03.jpg) no-repeat center center;
  background-size: cover;
}
#development-page #link-area .item:nth-child(5) .img-area .img-area-inner {
  background: url(../img/development_img04.jpg) no-repeat center center;
  background-size: cover;
}
#development-page #link-area .item.left .stc-area {
  left: 4%;
}
@media screen and (max-width: 600px) {
  #development-page #link-area .item.left .stc-area {
    left: 0%;
    right: 0;
  }
}
#development-page #link-area .item.right .stc-area {
  right: 4%;
}
@media screen and (max-width: 600px) {
  #development-page #link-area .item.right .stc-area {
    left: 0%;
    right: 0;
  }
}
#development-page #link-area .item .stc-area {
  position: absolute;
  top: -60px;
  width: 90%;
  max-width: 620px;
  height: 620px;
  background: rgba(19, 19, 19, 0.9);
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #development-page #link-area .item .stc-area {
    max-width: 450px;
    height: 450px;
  }
}
@media screen and (max-width: 600px) {
  #development-page #link-area .item .stc-area {
    top: auto;
    bottom: -50%;
    width: 92%;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  #development-page #link-area .item .stc-area {
    height: 400px;
  }
}
#development-page #link-area .item .stc-area .stc-area-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 92%;
  max-width: 410px;
  height: 290px;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 480px) {
  #development-page #link-area .item .stc-area .stc-area-inner {
    height: 300px;
  }
}
#development-page #link-area .item .stc-area .stc-area-inner h4 {
  position: relative;
  font-size: 170%;
  color: #fff;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #development-page #link-area .item .stc-area .stc-area-inner h4 {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  #development-page #link-area .item .stc-area .stc-area-inner h4 {
    font-size: 145%;
  }
}
#development-page #link-area .item .stc-area .stc-area-inner h4:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 35px;
  height: 3px;
  background-color: #fff;
  margin: auto;
}
#development-page #link-area .item .stc-area .stc-area-inner p {
  min-height: 140px;
  font-size: 107%;
  color: #fff;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  #development-page #link-area .item .stc-area .stc-area-inner p {
    font-size: 100%;
  }
}
@media screen and (max-width: 600px) {
  #development-page #link-area .item .stc-area .stc-area-inner p {
    font-size: 94%;
  }
}
#development-page #link-area .item .stc-area .stc-area-inner .detail-btn {
  position: relative;
  display: inline-block;
  /* width: 120px; */
  font-size: 94%;
  color: #fff;
  text-align: left;
  border: none;
  padding-right: 35px;
  margin: 0 auto;
}
#development-page #link-area .item .stc-area .stc-area-inner .detail-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 5px;
  right: 0;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right.png") no-repeat;
  transition: all 1s;
}
#development-page #flow-area {
  max-width: 1760px;
  padding: 0 1.5em;
  margin: 0 auto 120px;
}
@media screen and (max-width: 600px) {
  #development-page #flow-area {
    margin: 0 auto 80px;
  }
}
#development-page #flow-area h3 {
  color: #141414;
  font-size: 170%;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #development-page #flow-area h3 {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  #development-page #flow-area h3 {
    font-size: 145%;
  }
}
#development-page #flow-area .flow-row {
  position: relative;
  text-align: center;
  border: 1px solid #f0f0f0;
  border-top: 0;
  padding: 60px 1.5em;
}
#development-page #flow-area .flow-row.first-row {
  border-top: 1px solid #f0f0f0;
}
#development-page #flow-area .flow-row:last-child:before {
  display: none;
}
#development-page #flow-area .flow-row:before {
  border-top-width: 12px;
  border-right-width: 10px;
  border-bottom-width: 0;
  border-left-width: 10px;
  border-color: #a0a0a0 transparent;
  border-style: solid;
  display: block;
  position: absolute;
  top: auto;
  bottom: -12px;
  left: 0;
  right: 0;
  width: 20px;
  height: 0;
  content: "";
  margin: auto;
}
#development-page #flow-area .flow-row .col {
  display: inline-block;
  vertical-align: middle;
}
#development-page #flow-area .flow-row .col:nth-child(1) {
  width: 20%;
  margin-right: 2%;
}
@media screen and (max-width: 600px) {
  #development-page #flow-area .flow-row .col:nth-child(1) {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#development-page #flow-area .flow-row .col:nth-child(1) img {
  display: block;
  margin: 0 auto;
}
#development-page #flow-area .flow-row .col:nth-child(2) {
  width: 77%;
  max-width: 520px;
  text-align: left;
}
@media screen and (max-width: 600px) {
  #development-page #flow-area .flow-row .col:nth-child(2) {
    width: 100%;
  }
}
#development-page #flow-area .flow-row .col .num {
  font-size: 195%;
  letter-spacing: 0.1em;
  color: #a0a0a0;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #development-page #flow-area .flow-row .col .num {
    font-size: 175%;
  }
}
@media screen and (max-width: 600px) {
  #development-page #flow-area .flow-row .col .num {
    font-size: 160%;
  }
}
#development-page #flow-area .flow-row .col h4 {
  color: #141414;
  font-size: 170%;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #development-page #flow-area .flow-row .col h4 {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  #development-page #flow-area .flow-row .col h4 {
    font-size: 145%;
  }
}
#development-page #flow-area .flow-row .col .border-area {
  margin-bottom: 20px;
}
#development-page #flow-area .flow-row .col .border-area span {
  background-color: #a0a0a0;
}
#development-page #flow-area .flow-row .col .stc {
  font-size: 94%;
}
#development-page #flow-area .flow-row .col .stc a {
  color: #a0a0a0;
  text-decoration: underline;
}
#development-page #flow-area .flow-row .col .detail-btn {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 220px;
  font-size: 94%;
  color: #fff;
  background-color: #a0a0a0;
  text-align: left;
  border: 1px solid #a0a0a0;
  padding: 8px 35px 8px 1em;
  margin: 40px auto 0;
}
#development-page #flow-area .flow-row .col .detail-btn:hover {
  background-color: #141414;
  /*                        &:before{
                              background: url('../img/arrow_right_bl.png')no-repeat; 
                          }*/
}
#development-page #flow-area .flow-row .col .detail-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right.png") no-repeat;
  margin: auto;
  transition: all 1s;
}
#development-page #other-area {
  background-color: #f0f0f0;
  padding: 120px 1.5em;
  margin-top: 120px;
}
#development-page #other-area .other-area-inner {
  max-width: 1600px;
  margin: 0 auto;
}
#development-page #other-area h4 {
  font-size: 170%;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  #development-page #other-area h4 {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  #development-page #other-area h4 {
    font-size: 145%;
  }
}
#development-page #other-area .item:hover {
  /*                .border-area{
                      span{
                          background-color: #FFF;
                      }
                  }
                  h5,p{
                      color: #FFF;
                  }*/
}
#development-page #other-area .item:hover .item-header .item-header-inner {
  transform: scale(1.1);
}
#development-page #other-area .item:hover .item-body {
  background-color: #141414;
}
#development-page #other-area .item .item-header {
  overflow: hidden;
}
#development-page #other-area .item .item-header .item-header-inner {
  height: 270px;
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  #development-page #other-area .item .item-header .item-header-inner {
    height: 250px;
  }
}
#development-page #other-area .item .item-body {
  background-color: #fff;
  padding: 20px 1.5em;
  transition: all 1s;
}
#development-page #other-area .item h5 {
  min-height: 80px;
  font-size: 117%;
  color: #141414;
  margin-bottom: 20px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #development-page #other-area .item h5 {
    font-size: 110%;
  }
}
#development-page #other-area .item .border-area {
  margin-bottom: 20px;
}
#development-page #other-area .item p {
  transition: all 1s;
}
#development-page #other-area .item .date {
  color: #a0a0a0;
  margin-bottom: 10px;
}
#development-page #other-area .item .stc {
  min-height: 40px;
}
#development-page #other-area .btn {
  color: #141414;
  background-color: #fff;
  border: none;
}
#development-page #other-area .btn:hover {
  color: #fff;
  background-color: #141414;
}
#development-page .contact-middle h5 {
  color: #141414;
  font-size: 170%;
  text-align: center;
  margin: 80px 1.5em;
}
@media screen and (max-width: 960px) {
  #development-page .contact-middle h5 {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  #development-page .contact-middle h5 {
    font-size: 145%;
  }
}
#development-page .contact-middle .contact-link {
  display: block;
  color: #fff;
  text-align: center;
  background-color: #141414;
  /*border: 1px solid common.$stc-color;*/
  padding: 30px 1.5em;
}
#development-page .contact-middle .contact-link:hover {
  background-color: #a0a0a0;
  /*                p{
                      color: common.$stc-color;
                      &:before{
                          background: url('../img/arrow_right_bl.png')no-repeat;
                      }
                  }*/
}
#development-page .contact-middle .contact-link p {
  position: relative;
  display: inline-block;
  font-size: 144%;
  color: #fff;
  padding-right: 35px;
}
@media screen and (max-width: 960px) {
  #development-page .contact-middle .contact-link p {
    font-size: 137%;
  }
}
@media screen and (max-width: 600px) {
  #development-page .contact-middle .contact-link p {
    font-size: 125%;
  }
}
#development-page .contact-middle .contact-link p:before {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right.png") no-repeat;
  transition: all 1s;
}

#use-page .section-innner {
  max-width: 100%;
  padding: 120px 0 0;
}
@media screen and (max-width: 600px) {
  #use-page .section-innner {
    padding: 80px 0;
  }
}
#use-page #stc-area {
  text-align: center;
  padding: 0 1.5em 120px;
}
@media screen and (max-width: 600px) {
  #use-page #stc-area {
    padding: 0 1.5em 80px;
  }
}
#use-page #stc-area h3 {
  position: relative;
  font-size: 132%;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #use-page #stc-area h3 {
    font-size: 125%;
  }
}
@media screen and (max-width: 600px) {
  #use-page #stc-area h3 {
    font-size: 110%;
  }
}
#use-page #stc-area h3:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 35px;
  height: 3px;
  background-color: #141414;
  margin: auto;
}
#use-page #stc-area p {
  font-size: 94%;
  line-height: 1.8;
}
#use-page h3.product {
  color: #141414;
  font-size: 170%;
  text-align: center;
  margin-bottom: 160px;
}
@media screen and (max-width: 960px) {
  #use-page h3.product {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  #use-page h3.product {
    font-size: 145%;
  }
}
#use-page .item-area {
  background-color: #f0f0f0;
  padding-bottom: 80px;
}
#use-page .item-area .item-area-inner {
  max-width: 1920px;
  text-align: center;
  padding: 0 1.5em;
  margin: -100px auto 0;
}
@media screen and (max-width: 600px) {
  #use-page .item-area .item-area-inner {
    padding: 0 1em;
  }
}
#use-page .item-area .item-area-inner .item {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 48.5%;
  color: #fff;
  text-align: left;
  margin-right: 2%;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #use-page .item-area .item-area-inner .item {
    width: 100%;
    margin-right: 0;
  }
}
#use-page .item-area .item-area-inner .item:nth-child(2n) {
  margin-right: 0;
}
#use-page .item-area .item-area-inner .item h4 {
  font-size: 150%;
  font-family: "futura";
  color: #fff;
  margin-top: 60px;
  margin-bottom: 20px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #use-page .item-area .item-area-inner .item h4 {
    font-size: 140%;
    margin-top: 50px;
  }
}
@media screen and (max-width: 600px) {
  #use-page .item-area .item-area-inner .item h4 {
    font-size: 130%;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  #use-page .item-area .item-area-inner .item h4 {
    margin-top: 25px;
    margin-bottom: 10px;
  }
}
#use-page .item-area .item-area-inner .item .border-area {
  margin-bottom: 25px;
}
#use-page .item-area .item-area-inner .item p {
  font-size: 90%;
  color: #fff;
  margin-bottom: 40px;
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  #use-page .item-area .item-area-inner .item p {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  #use-page .item-area .item-area-inner .item p {
    margin-bottom: 30px;
  }
}
#use-page .item-area .item-area-inner .item .detail-btn {
  display: block;
  position: relative;
  max-width: 220px;
  font-size: 94%;
  padding: 8px 35px 8px 1em;
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  #use-page .item-area .item-area-inner .item .detail-btn {
    font-size: 88%;
  }
}
#use-page .item-area .item-area-inner .item .detail-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1em;
  width: 27px;
  height: 10px;
  margin: auto;
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  #use-page .item-area .item-area-inner .item .detail-btn:before {
    right: 0.5em;
  }
}
#use-page .item-area .item-area-inner .item.black .col {
  overflow: hidden;
  float: right;
  height: 430px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #use-page .item-area .item-area-inner .item.black .col {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  #use-page .item-area .item-area-inner .item.black .col {
    float: none;
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #use-page .item-area .item-area-inner .item.black .col {
    height: 250px;
  }
}
#use-page .item-area .item-area-inner .item.black .col:nth-child(1) {
  width: 50%;
}
@media screen and (max-width: 600px) {
  #use-page .item-area .item-area-inner .item.black .col:nth-child(1) {
    width: 100%;
  }
}
#use-page .item-area .item-area-inner .item.black .col:nth-child(2) {
  width: 50%;
  background-color: #141414;
}
@media screen and (max-width: 600px) {
  #use-page .item-area .item-area-inner .item.black .col:nth-child(2) {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
}
#use-page .item-area .item-area-inner .item.black .col .col-inner {
  height: 430px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #use-page .item-area .item-area-inner .item.black .col .col-inner {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  #use-page .item-area .item-area-inner .item.black .col .col-inner {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #use-page .item-area .item-area-inner .item.black .col .col-inner {
    height: 250px;
  }
}
#use-page .item-area .item-area-inner .item.black .col .col-body {
  max-width: 450px;
  padding: 0 1.5em;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #use-page .item-area .item-area-inner .item.black .col .border-area {
    margin-bottom: 15px;
  }
}
#use-page .item-area .item-area-inner .item.black .col .border-area span {
  background-color: #fff;
}
#use-page .item-area .item-area-inner .item.black .detail-btn.story {
  color: #fff;
  background-color: #a0a0a0;
}
#use-page .item-area .item-area-inner .item.black .detail-btn.story:before {
  background: url("../img/arrow_right.png") no-repeat;
}
#use-page .item-area .item-area-inner .item.black .detail-btn.story:hover {
  background-color: #141414;
}
#use-page .item-area .item-area-inner .item.black .detail-btn.online {
  color: #141414;
  background-color: #fff;
}
#use-page .item-area .item-area-inner .item.black .detail-btn.online:before {
  background: url("../img/arrow_right_bl.png") no-repeat;
}
#use-page .item-area .item-area-inner .item.black .detail-btn.online:hover {
  color: #fff;
  background-color: #141414;
}
#use-page .item-area .item-area-inner .item.black .detail-btn.online:hover:before {
  background: url("../img/arrow_right.png") no-repeat;
}
#use-page .gray-area {
  background-color: #f0f0f0;
}
#use-page #voice-area {
  text-align: center;
  padding: 0 1.5em 0px;
}
#use-page #voice-area h3 {
  color: #141414;
  font-size: 170%;
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #use-page #voice-area h3 {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  #use-page #voice-area h3 {
    font-size: 145%;
  }
}
#use-page #voice-area .interview-movie {
  position: relative;
  display: block;
  max-width: 980px;
  height: 551px;
  margin: 0 auto 0px;
}
@media screen and (max-width: 1280px) {
  #use-page #voice-area .interview-movie {
    height: 600px;
  }
}
@media screen and (max-width: 960px) {
  #use-page #voice-area .interview-movie {
    height: 450px;
  }
}
@media screen and (max-width: 600px) {
  #use-page #voice-area .interview-movie {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #use-page #voice-area .interview-movie {
    height: 250px;
  }
}
#use-page #voice-area .interview-movie:hover .black-layer {
  height: 100%;
}
#use-page #voice-area .interview-movie:hover .black-layer .black-layer-inner {
  height: 75px;
}
#use-page #voice-area .interview-movie:hover .black-layer p {
  opacity: 1;
}
#use-page #voice-area .interview-movie .img-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/use-movie_bg.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 0;
  z-index: 1;
}
#use-page #voice-area .interview-movie #player {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}
#use-page #voice-area .interview-movie .movie-ic {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  #use-page #voice-area .interview-movie .movie-ic {
    width: 60px;
  }
}
#use-page #voice-area .interview-movie .black-layer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 170px;
  background: rgba(0, 0, 0, 0.6);
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  #use-page #voice-area .interview-movie .black-layer {
    height: 100px;
  }
}
#use-page #voice-area .interview-movie .black-layer .black-layer-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 39px;
  text-align: center;
  margin: auto;
  transition: all 1s;
}
#use-page #voice-area .interview-movie .black-layer h5 {
  color: #fff;
  font-size: 170%;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #use-page #voice-area .interview-movie .black-layer h5 {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  #use-page #voice-area .interview-movie .black-layer h5 {
    font-size: 140%;
  }
}
#use-page #voice-area .interview-movie .black-layer p {
  opacity: 0;
  position: relative;
  font-size: 137%;
  color: #fff;
  display: inline-block;
  text-align: left;
  padding-right: 35px;
  margin: 10px auto 0;
  transition: all 1s;
}
#use-page #voice-area .interview-movie .black-layer p:before {
  position: absolute;
  display: block;
  top: 9px;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  border-left: 14.5px solid #fff;
  border-bottom: 9px solid transparent;
  border-top: 9px solid transparent;
}
#use-page #other-area {
  background-color: #f0f0f0;
  padding: 120px 1.5em;
}
#use-page #other-area .other-area-inner {
  max-width: 1600px;
  margin: 0 auto;
}
#use-page #other-area h4 {
  font-size: 170%;
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 960px) {
  #use-page #other-area h4 {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  #use-page #other-area h4 {
    font-size: 145%;
  }
}
#use-page #other-area .item:hover {
  /*                .border-area{
                      span{
                          background-color: #FFF;
                      }
                  }
                  h5,p{
                      color: #FFF;
                  }*/
}
#use-page #other-area .item:hover .item-header .item-header-inner {
  transform: scale(1.1);
}
#use-page #other-area .item:hover .item-body {
  background-color: #a0a0a0;
}
#use-page #other-area .item .item-header {
  overflow: hidden;
}
#use-page #other-area .item .item-header .item-header-inner {
  height: 270px;
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  #use-page #other-area .item .item-header .item-header-inner {
    height: 250px;
  }
}
#use-page #other-area .item .item-body {
  background-color: #fff;
  padding: 20px 1.5em;
  transition: all 1s;
}
#use-page #other-area .item h5 {
  min-height: 80px;
  font-size: 117%;
  color: #141414;
  margin-bottom: 20px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #use-page #other-area .item h5 {
    font-size: 110%;
  }
}
#use-page #other-area .item .border-area {
  margin-bottom: 20px;
}
#use-page #other-area .item p {
  transition: all 1s;
}
#use-page #other-area .item .date {
  color: #ddd;
  margin-bottom: 10px;
}
#use-page #other-area .item .stc {
  font-size: 88%;
}
#use-page #other-area .btn {
  color: #141414;
  background-color: #fff;
  border: none;
}
#use-page #other-area .btn:hover {
  color: #fff;
  background-color: #141414;
}
#use-page .contact-middle h5 {
  color: #141414;
  font-size: 170%;
  text-align: center;
  margin: 80px 1.5em;
}
@media screen and (max-width: 960px) {
  #use-page .contact-middle h5 {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  #use-page .contact-middle h5 {
    font-size: 145%;
  }
}
#use-page .contact-middle .contact-link {
  display: block;
  color: #fff;
  text-align: center;
  background-color: #141414;
  padding: 30px 1.5em;
}
#use-page .contact-middle .contact-link:hover {
  background-color: #a0a0a0;
  /*                p{
                      color: common.$stc-color;
                      &:before{
                          background: url('../img/arrow_right_bl.png')no-repeat;
                      }
                  }*/
}
#use-page .contact-middle .contact-link p {
  position: relative;
  display: inline-block;
  font-size: 144%;
  color: #fff;
  padding-right: 35px;
}
@media screen and (max-width: 960px) {
  #use-page .contact-middle .contact-link p {
    font-size: 137%;
  }
}
@media screen and (max-width: 600px) {
  #use-page .contact-middle .contact-link p {
    font-size: 125%;
  }
}
#use-page .contact-middle .contact-link p:before {
  display: block;
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right.png") no-repeat;
  transition: all 1s;
}

#cafe-page .section-innner {
  max-width: 100%;
  padding: 120px 0 0;
}
@media screen and (max-width: 600px) {
  #cafe-page .section-innner {
    padding: 80px 0 0;
  }
}
#cafe-page #stc-area {
  text-align: center;
  padding: 0 1.5em 120px;
}
@media screen and (max-width: 600px) {
  #cafe-page #stc-area {
    padding: 0 1.5em 80px;
  }
}
#cafe-page #stc-area h3 {
  position: relative;
  font-size: 132%;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #cafe-page #stc-area h3 {
    font-size: 125%;
  }
}
@media screen and (max-width: 600px) {
  #cafe-page #stc-area h3 {
    font-size: 110%;
  }
}
#cafe-page #stc-area h3:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 35px;
  height: 3px;
  background-color: #141414;
  margin: auto;
}
#cafe-page #stc-area p {
  font-size: 94%;
  line-height: 1.8;
}
#cafe-page #gallery-area {
  text-align: center;
  margin-top: 90px;
}
#cafe-page #gallery-area img {
  float: left;
  width: 20%;
}
@media screen and (max-width: 1280px) {
  #cafe-page #gallery-area img {
    width: 25%;
  }
}
@media screen and (max-width: 960px) {
  #cafe-page #gallery-area img {
    width: 33.333%;
  }
}
@media screen and (max-width: 600px) {
  #cafe-page #gallery-area img {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  #cafe-page #movie-area {
    display: none;
  }
}
#cafe-page #movie-area .img-box {
  position: relative;
  display: block;
  max-width: 980px;
  height: 551px;
  background: url(../img/cafe-movie_img.jpg) no-repeat center center;
  background-size: cover;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #cafe-page #movie-area .img-box {
    height: 600px;
  }
}
@media screen and (max-width: 960px) {
  #cafe-page #movie-area .img-box {
    height: 450px;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 600px) {
  #cafe-page #movie-area .img-box {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #cafe-page #movie-area .img-box {
    height: 250px;
  }
}
#cafe-page #movie-area .main-movie {
  position: relative;
  display: block;
  max-width: 980px;
  height: 551px;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  #cafe-page #movie-area .main-movie {
    height: 600px;
  }
}
@media screen and (max-width: 960px) {
  #cafe-page #movie-area .main-movie {
    height: 450px;
    margin: 0 auto 80px;
  }
}
@media screen and (max-width: 600px) {
  #cafe-page #movie-area .main-movie {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #cafe-page #movie-area .main-movie {
    height: 250px;
  }
}
#cafe-page #movie-area .main-movie:hover .black-layer {
  opacity: 1;
}
#cafe-page #movie-area .main-movie .img-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/cafe-movie_img.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 0;
  z-index: 1;
}
#cafe-page #movie-area .main-movie #player {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}
#cafe-page #movie-area .main-movie .movie-ic {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  #cafe-page #movie-area .main-movie .movie-ic {
    width: 60px;
  }
}
#cafe-page #movie-area .main-movie .black-layer {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: all 1s;
}
#cafe-page #movie-area .main-movie .black-layer p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 180px;
  height: 30px;
  font-size: 137%;
  color: #fff;
  text-align: left;
  margin: auto;
}
#cafe-page #movie-area .main-movie .black-layer p:before {
  position: absolute;
  display: block;
  top: 11px;
  right: 0;
  width: 0;
  height: 0;
  content: "";
  border-left: 14.5px solid #fff;
  border-bottom: 9px solid transparent;
  border-top: 9px solid transparent;
}
@media screen and (max-width: 600px) {
  #cafe-page .row.pc {
    display: none;
  }
}
#cafe-page .row.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  #cafe-page .row.sp {
    display: block;
  }
}
#cafe-page #table-area {
  padding: 80px 0.5em;
}
#cafe-page table {
  display: table;
  border-collapse: separate;
  border-spacing: 3px;
  max-width: 1220px;
  margin: 0 auto;
}
#cafe-page table tr:first-child th {
  border-top: 1px solid #141414;
}
#cafe-page table tr:first-child td {
  border-top: 1px solid #f0f0f0;
}
#cafe-page table th {
  width: 25%;
  font-size: 92%;
  vertical-align: middle;
  border-bottom: 1px solid #141414;
  padding: 30px 1em;
}
@media screen and (max-width: 600px) {
  #cafe-page table th {
    display: block;
    width: 100%;
    font-weight: 600;
    font-family: "FOT-筑紫ゴシック Pro M";
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #141414;
    padding: 14px 0em 10px;
  }
}
#cafe-page table td {
  font-size: 92%;
  border-bottom: 1px solid #f0f0f0;
  padding: 30px 1em;
}
@media screen and (max-width: 600px) {
  #cafe-page table td {
    display: block;
    width: 100%;
    text-align: center;
    border: none !important;
    padding: 14px 0em 10px;
  }
}
#cafe-page table td a {
  color: #a0a0a0;
  text-decoration: underline;
}
#cafe-page .banner-area.sp {
  display: none;
}
@media screen and (max-width: 600px) {
  #cafe-page .banner-area.sp {
    display: block;
    margin: 0px auto 90px;
  }
}
#cafe-page .banner-area.sp .col:nth-child(1) {
  height: 250px;
}
#cafe-page .banner-area.sp .col:nth-child(1) .col-inner {
  position: relative;
  width: 100%;
  height: 250px;
  background: url(../img/cafe-banner_img.jpg) no-repeat center center;
  background-size: cover;
}
#cafe-page .banner-area.sp .col:nth-child(2) {
  height: 300px;
}
#cafe-page .banner-area.sp .col:nth-child(2) .col-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 92%;
  height: 230px;
  margin: auto;
}
#cafe-page .banner-area.common .col:nth-child(1) .col-inner {
  height: 230px;
}
#cafe-page .banner-area.common .col:nth-child(2) .col-inner {
  background: url(../img/cafe-banner_img.jpg) no-repeat center center;
  background-size: cover;
}
#cafe-page .banner-area h4 {
  font-size: 125%;
  padding-bottom: 0;
  margin: 150px auto 25px;
}
@media screen and (max-width: 960px) {
  #cafe-page .banner-area h4 {
    font-size: 115%;
  }
}
@media screen and (max-width: 600px) {
  #cafe-page .banner-area h4 {
    font-size: 110%;
  }
}
#cafe-page .banner-area h4:before {
  display: none;
}
#cafe-page .banner-area img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 170px;
  margin: 0 auto;
  transition: all 1s;
}
#cafe-page .banner-area img.black {
  opacity: 0;
}

#sitemap-page .section-innner {
  max-width: 1320px;
  padding: 80px 1.5em;
}
@media screen and (max-width: 600px) {
  #sitemap-page .section-innner {
    padding: 80px 1.5em;
  }
}
#sitemap-page h2 {
  font-size: 144%;
  text-align: center;
  color: #141414;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #sitemap-page h2 {
    font-size: 137%;
  }
}
@media screen and (max-width: 600px) {
  #sitemap-page h2 {
    font-size: 125%;
  }
}
#sitemap-page .col-area .col {
  float: left;
  width: 48%;
}
@media screen and (max-width: 768px) {
  #sitemap-page .col-area .col {
    float: none;
    width: 100%;
  }
}
#sitemap-page .col-area .col:nth-child(1) {
  margin-right: 4%;
}
@media screen and (max-width: 768px) {
  #sitemap-page .col-area .col:nth-child(1) {
    margin-right: 0%;
  }
}
#sitemap-page .col-area .col .row {
  border-bottom: 1px solid #f0f0f0;
  padding: 30px 0;
}
#sitemap-page .col-area .col .row:first-child {
  border-top: 1px solid #f0f0f0;
}
#sitemap-page .col-area .col a {
  position: relative;
}
@media screen and (max-width: 600px) {
  #sitemap-page .col-area .col a {
    font-size: 94%;
  }
}
#sitemap-page .col-area .col a img {
  margin-left: 5px;
}
#sitemap-page .col-area .col a:hover:after {
  width: 100%;
}
#sitemap-page .col-area .col a:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 0;
  height: 2px;
  background-color: #141414;
  transition: 0.3s;
}
#sitemap-page .col-area .col .black {
  display: block;
  color: #141414;
}
#sitemap-page .col-area .col ul {
  margin-top: 25px;
}
#sitemap-page .col-area .col ul li {
  float: left;
  width: 49%;
  margin-right: 2%;
  margin-bottom: 20px;
}
@media screen and (max-width: 600px) {
  #sitemap-page .col-area .col ul li {
    float: none;
    width: 100%;
    margin-right: 0;
  }
}
#sitemap-page .col-area .col ul li:nth-child(2n) {
  margin-right: 0;
}
#sitemap-page .col-area .col ul li a {
  display: inline-block;
  color: #a0a0a0;
  padding-bottom: 5px;
}
#sitemap-page .col-area .col ul li ul {
  margin-top: 10px;
}
#sitemap-page .col-area .col ul li ul li {
  position: relative;
  float: none;
  width: 100%;
  padding-left: 0.5em;
}
#sitemap-page .col-area .col ul li ul li:before {
  position: absolute;
  top: 8px;
  width: 0;
  height: 0;
  content: "";
  z-index: 1;
  border-left: 7.5px solid #141414;
  border-bottom: 5px solid transparent;
  border-top: 5px solid transparent;
  display: inline-block;
  margin-right: 10px;
}
#sitemap-page .col-area .col ul li ul li a {
  display: inline-block;
  font-size: 94%;
  padding-left: 15px;
  margin-bottom: 10px;
}

#privacy-page .section-innner {
  max-width: 1320px;
  padding: 80px 1.5em;
}
#privacy-page h2 {
  font-size: 144%;
  text-align: center;
  color: #141414;
  margin-bottom: 50px;
}
@media screen and (max-width: 960px) {
  #privacy-page h2 {
    font-size: 137%;
  }
}
@media screen and (max-width: 600px) {
  #privacy-page h2 {
    font-size: 125%;
  }
}
#privacy-page .stc {
  font-size: 94%;
  line-height: 1.8;
  margin-bottom: 40px;
}
#privacy-page table {
  border-collapse: separate;
  border-spacing: 3px;
  max-width: 1320px;
  margin: 0 auto;
}
#privacy-page table tr:first-child th {
  border-top: 1px solid #141414;
}
#privacy-page table tr:first-child td {
  border-top: 1px solid #f0f0f0;
}
@media screen and (max-width: 600px) {
  #privacy-page table tr:last-child td {
    border-bottom: 1px solid #f0f0f0 !important;
  }
}
#privacy-page table th {
  width: 25%;
  font-size: 92%;
  vertical-align: middle;
  border-bottom: 1px solid #141414;
  padding: 30px 1em;
}
@media screen and (max-width: 600px) {
  #privacy-page table th {
    display: block;
    width: 100%;
    font-size: 88%;
    font-weight: 600;
    font-family: "FOT-筑紫ゴシック Pro M";
    text-align: center;
    border-bottom: 1px solid #f0f0f0;
    border-top: 1px solid #141414;
    padding: 30px 0em;
  }
}
#privacy-page table td {
  font-size: 92%;
  border-bottom: 1px solid #f0f0f0;
  padding: 30px 1em;
}
@media screen and (max-width: 600px) {
  #privacy-page table td {
    display: block;
    width: 100%;
    font-size: 88%;
    text-align: center;
    border: none !important;
    padding: 30px 0em;
  }
}
/*# sourceMappingURL=page.css.map */