@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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.5;
}

div, a {
  -webkit-box-sizing: border-box;
          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;
  -webkit-transition: 0.7s;
  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;
  -webkit-transition: all 1s;
  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 {
  -webkit-transition: all 1s;
  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;
  -webkit-transition: all 1s;
  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;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.owl-carousel .owl-next {
  position: absolute;
  bottom: -100px;
  left: 50px;
  width: 50px;
  height: 50px;
  background-color: #a0a0a0;
  padding: 20px 1em;
  -webkit-transition: all 1s;
  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;
  -webkit-transition: all 1s;
  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;
  -webkit-transition: all 1s;
  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;
  -webkit-transition: all 1s;
  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;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: top 0.1s ease-in-out, margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.2s, -webkit-transform 0.15s ease 0s;
  transition: top 0.1s ease-in-out, margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.2s, -webkit-transform 0.15s ease 0s;
  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;
  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, -webkit-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;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.15s ease 0.26s;
  transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, -webkit-transform 0.15s ease 0.26s;
  transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.15s ease 0.26s;
  transition: margin 0.1s cubic-bezier(0.36, 0, 0.59, 0.99) 0.1s, transform 0.15s ease 0.26s, -webkit-transform 0.15s ease 0.26s;
}

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

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

.container {
  background-color: #FFF;
}

header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 1s;
  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;
  -webkit-transition: all 1s;
  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;
  -webkit-transition: all 1s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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;
  -webkit-transition: 0.3s;
  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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: 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;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.gnav-sp li.child-menu:after {
  content: "";
  position: absolute;
  top: 21px;
  right: 6px;
  width: 16px;
  height: 2px;
  background-color: #FFF;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.gnav-sp li.child-menu.on:before {
  background-color: #FFF;
  -webkit-transform: rotateZ(90deg);
  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;
  -webkit-transition: 0.3s;
  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 {
  -webkit-transition: all 1s;
  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 {
  -webkit-transition: all 1s;
  transition: all 1s;
}

.fadein-down {
  opacity: 0;
  top: -120px;
  -webkit-transition: all 1s;
  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;
  -webkit-transition: all 1s;
  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;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.navigation span {
  color: #141414;
}
.navigation span:after {
  position: absolute;
  bottom: 0px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #141414;
  -webkit-transition: 0.3s;
  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;
  -webkit-transition: all 1s;
  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;
  -webkit-transition: all 1s;
  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;
  -webkit-transition: all 1s;
  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;
  -webkit-transition: all 1s;
  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;
  -webkit-transition: all 1s;
  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;
  -webkit-transition: all 1s;
  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;
  -webkit-transition: all 1s;
  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;
  -webkit-transition: all 1s;
  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;
  -webkit-transform: rotateZ(90deg);
  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;
  -webkit-transition: all 1s;
  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;
  -webkit-transition: all 1s;
  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;
  -webkit-transition: all 1s;
  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;
}

.black-layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: top left url(../img/movie-filter.png) repeat;
  opacity: 0.5;
  z-index: -1;
}
@media screen and (max-width: 1024px) {
  .black-layer {
    display: none;
  }
}

video {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  margin: 0;
  z-index: -2;
}
@media screen and (max-width: 1024px) {
  video {
    display: none;
  }
}

.main_visual_top {
  position: absolute;
  top: auto;
  bottom: 0;
  border-bottom: 1px solid #f0f0f0;
}
@media screen and (max-width: 1024) {
  .main_visual_top {
    position: fixed;
    top: 0;
    bottom: auto;
  }
}
.main_visual_top.on {
  position: fixed;
  top: 0;
  bottom: auto;
}

.border-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: none;
  border: 20px solid #FFF;
  z-index: 1;
}

.android video, .ios video {
  display: none;
}
.android .black-layer, .ios .black-layer {
  display: none;
}
.android .main_visual_top, .ios .main_visual_top {
  position: fixed;
  top: 0;
  bottom: auto;
}

header {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 270px;
  color: #FFF;
  background: none;
  text-align: center;
  padding: 0 25px;
  margin: auto;
  z-index: 3;
}
@media screen and (max-width: 600px) {
  header {
    height: 230px;
  }
}
header .large {
  font-family: "futura";
  font-size: 320%;
  color: #FFF;
  margin-bottom: 40px;
}
@media screen and (max-width: 960px) {
  header .large {
    font-size: 270%;
  }
}
@media screen and (max-width: 600px) {
  header .large {
    font-size: 250%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 480px) {
  header .large {
    font-size: 200%;
    margin-bottom: 15px;
  }
}
header h1 {
  font-size: 187%;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  header h1 {
    font-size: 170%;
  }
}
@media screen and (max-width: 600px) {
  header h1 {
    font-size: 155%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  header h1 {
    font-size: 130%;
    margin-bottom: 15px;
  }
}
header h2 {
  font-size: 94%;
  float: none;
  border: none;
  padding: 0;
}
@media screen and (max-width: 600px) {
  header h2 {
    font-size: 88%;
  }
}
@media screen and (max-width: 480px) {
  header h2 {
    width: 100%;
    height: auto;
    border-bottom: none;
  }
}
header .mov-btn {
  display: block;
  max-width: 220px;
  font-size: 15px;
  line-height: 1.5;
  color: #FFF;
  border: 1px solid #FFF;
  padding: 13px 10px 10px;
  margin: 65px auto;
}
@media screen and (max-width: 1024px) {
  header .mov-btn {
    display: none;
  }
}
header .mov-btn:hover {
  color: #141414;
  background-color: #FFF;
}

#main_visual {
  position: relative;
  background: rgba(0, 0, 0, 0.1);
  z-index: 2;
  -webkit-transition: all 3s;
  transition: all 3s;
  /*   @media screen and (max-width: 1024px) {
        background: url('../img/main-img1.jpg')no-repeat center center;
        -webkit-background-size: cover; 
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
     }*/
}

.main-img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 3s;
  transition: all 3s;
}

.main-img1 {
  display: none;
  background: url("../img/main-img1.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1024px) {
  .main-img1 {
    display: block;
  }
}

.main-img2 {
  opacity: 0;
  background: url("../img/main-img2.jpg") no-repeat center center;
  background-size: cover;
}

.main-img3 {
  opacity: 0;
  background: url("../img/main-img3.jpg") no-repeat center center;
  background-size: cover;
}

.main-img4 {
  opacity: 0;
  background: url("../img/main-img4.jpg") no-repeat center center;
  background-size: cover;
}

.scroll-area {
  position: absolute;
  bottom: 120px;
  left: 0;
  right: 0;
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .scroll-area {
    bottom: 40px;
  }
}
@media screen and (max-width: 600px) {
  .scroll-area {
    display: none;
  }
}

.android header .mov-btn, .ios header .mov-btn {
  display: none;
}
.android .main-img1, .ios .main-img1 {
  display: block;
}
.android .scroll-area, .ios .scroll-area {
  bottom: 40px;
}

.fix-boxed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 1.5em;
  z-index: 100;
}
.fix-boxed:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0;
  height: 100%;
}
.fix-boxed .boxed-inner {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 96%;
  max-width: 900px;
  margin: 0 auto;
}
.fix-boxed .movie-box {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.fix-boxed .movie-box .close-btn {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 140%;
  color: #FFF;
}
.fix-boxed .movie-box iframe {
  position: absolute;
  top: 30px;
  left: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.fix-boxed .movie-box iframe:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.fix-boxed .img-box {
  width: 100%;
  height: 0%;
  overflow: hidden;
  padding-top: 56.25%;
}
.fix-boxed .img-box .close-btn {
  position: absolute;
  top: 0px;
  right: 0;
  font-size: 140%;
  color: #FFF;
}
.fix-boxed .img-box img {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  margin: auto;
}

.text-border {
  width: 140px;
  height: 1px;
  background-color: #1f2d57;
  margin: 20px auto 35px;
}

section .section-innner {
  max-width: 1600px;
  padding: 120px 1.5em;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  section .section-innner {
    padding: 70px 1.5em;
  }
}
section h3 {
  font-size: 155%;
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
  section h3 {
    font-size: 140%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 600px) {
  section h3 {
    font-size: 130%;
    margin-bottom: 35px;
  }
}

.container {
  background-color: #f0f0f0;
}

.movie-area {
  margin: 30px auto 0;
}
.movie-area.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  .movie-area.sp {
    display: block !important;
  }
}
.movie-area .main-movie {
  position: relative;
  display: block;
  width: 92%;
  max-width: 690px;
  height: 420px;
  margin: 0 auto 20px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  .movie-area .main-movie {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  .movie-area .main-movie {
    height: 250px;
  }
}
.movie-area .main-movie:hover {
  opacity: 0.7;
}
.movie-area .main-movie .img-area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/top-movie_bg_sp.jpg) no-repeat center center;
  background-size: cover;
  margin-bottom: 0;
  z-index: 1;
}
.movie-area .main-movie .movie-player {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 0;
}
.movie-area .main-movie .black-layer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: 1;
}
.movie-area .main-movie .black-layer p {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 200px;
  font-size: 20px;
  line-height: 0;
  color: #FFF;
  text-align: center;
  margin: auto;
}
@media screen and (max-width: 600px) {
  .movie-area .main-movie .black-layer p {
    height: 175px;
  }
}
@media screen and (max-width: 480px) {
  .movie-area .main-movie .black-layer p {
    height: 150px;
  }
}
.movie-area .main-movie .black-layer p img {
  display: block;
  margin: 0 auto 30px;
}
@media screen and (max-width: 600px) {
  .movie-area .main-movie .black-layer p img {
    width: 130px;
  }
}
@media screen and (max-width: 480px) {
  .movie-area .main-movie .black-layer p img {
    width: 110px;
  }
}

.att-area {
  padding: 0 1.5em;
}
.att-area .att-banner {
  max-width: 1125px;
  background-color: #FFF;
  border: 1px solid #b42800;
  padding: 23px 25px;
  margin: 60px auto 0;
}
.att-area .att-banner p {
  display: inline-block;
  vertical-align: middle;
  width: 74%;
  font-size: 21px;
  color: #141414;
  margin-right: 23px;
}
@media screen and (max-width: 960px) {
  .att-area .att-banner p {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .att-area .att-banner p {
    font-size: 18px;
  }
}
.att-area .att-banner p span {
  color: #b42800;
}
.att-area .att-banner p span.large {
  font-size: 27px;
}
@media screen and (max-width: 600px) {
  .att-area .att-banner p span.large {
    font-size: 24px;
  }
}
.att-area .att-banner a {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 23%;
  font-size: 94%;
  color: #FFF;
  text-align: center;
  background-color: #b42800;
  border: 1px solid #b42800;
  padding: 15px 1em;
}
@media screen and (max-width: 960px) {
  .att-area .att-banner a {
    display: block;
    width: 100%;
    max-width: 220px;
    margin: 30px auto 0;
  }
}
.att-area .att-banner a:before {
  display: block;
  content: "";
  position: absolute;
  top: 21px;
  right: 15px;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right.png") no-repeat;
  -webkit-transition: all 1s;
  transition: all 1s;
}
.att-area .att-banner a:hover {
  color: #b42800;
  background-color: #FFF;
}
.att-area .att-banner a:hover:before {
  background: url("../img/arrow_right_red.png") no-repeat;
}

#news.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  #news.pc {
    display: none !important;
  }
}
#news .item {
  display: block;
  text-align: left;
}
#news .item:hover {
  opacity: 0.7;
}
#news .item .item-header {
  height: 210px;
  margin-bottom: 15px;
}
#news .item .date {
  font-size: 80%;
  color: #a0a0a0;
  margin-bottom: 7px;
}
#news .item h4 {
  min-height: 80px;
  font-size: 88%;
  color: #141414;
  margin-bottom: 15px;
}
#news .item .cate {
  width: 190px;
  font-size: 80%;
  color: #a0a0a0;
  text-align: center;
  border: 1px solid #a0a0a0;
  padding: 3px 0;
  margin-left: 1px;
}
#news .btn {
  color: #141414;
  background-color: #FFF;
  border: none;
}
#news .btn:hover {
  color: #FFF;
  background-color: #141414;
}

#event {
  background-color: #FFF;
}
#event .item {
  overflow: hidden;
}
#event .item .col {
  float: left;
  width: 49%;
}
@media screen and (max-width: 960px) {
  #event .item .col {
    float: none;
    width: 100%;
  }
}
#event .item .col:nth-child(1) {
  margin-right: 2%;
}
@media screen and (max-width: 960px) {
  #event .item .col:nth-child(1) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 960px) {
  #event .item .col:nth-child(1) a {
    margin-bottom: 30px;
  }
}
#event .item .col:nth-child(1) .item-header {
  height: 500px;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #event .item .col:nth-child(1) .item-header {
    float: left;
    width: 215px;
    height: 140px;
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 600px) {
  #event .item .col:nth-child(1) .item-header {
    float: none;
    width: 100%;
    height: 250px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 960px) {
  #event .item .col:nth-child(1) .item-body {
    margin-left: 230px;
  }
}
@media screen and (max-width: 600px) {
  #event .item .col:nth-child(1) .item-body {
    margin-left: 0px;
  }
}
#event .item .col:nth-child(2) a {
  margin-bottom: 39px;
}
#event .item .col:nth-child(2) a .item-header {
  float: left;
  width: 215px;
  height: 140px;
}
@media screen and (max-width: 600px) {
  #event .item .col:nth-child(2) a .item-header {
    float: none;
    width: 100%;
    height: 250px;
    margin-bottom: 12px;
  }
}
#event .item .col:nth-child(2) a .item-body {
  margin-left: 230px;
}
@media screen and (max-width: 600px) {
  #event .item .col:nth-child(2) a .item-body {
    margin-left: 0px;
  }
}
#event .item a {
  overflow: hidden;
  display: block;
}
#event .item a:hover {
  opacity: 0.7;
}
#event .item .date {
  display: inline-block;
  vertical-align: middle;
  font-size: 80%;
  color: #a0a0a0;
  margin-right: 15px;
  margin-bottom: 15px;
}
#event .item h4 {
  font-size: 88%;
  color: #141414;
  margin-bottom: 15px;
}
#event .item .cate {
  display: inline-block;
  vertical-align: middle;
  width: 190px;
  font-size: 80%;
  color: #a0a0a0;
  text-align: center;
  border: 1px solid #a0a0a0;
  padding: 3px 0;
  margin-bottom: 15px;
}
#event .btn {
  color: #141414;
  border: 1px solid #a0a0a0;
  margin: 50px auto 0;
}
#event .btn:hover {
  color: #FFF;
  background-color: #a0a0a0;
}

#pickup.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  #pickup.sp {
    display: block !important;
  }
}
#pickup h3 {
  font-size: 50px;
  font-family: "futura";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 960px) {
  #pickup h3 {
    font-size: 48px;
  }
}
@media screen and (max-width: 600px) {
  #pickup h3 {
    font-size: 44px;
  }
}
@media screen and (max-width: 480px) {
  #pickup h3 {
    font-size: 40px;
  }
}
#pickup .item {
  display: block;
  text-align: left;
}
#pickup .item:hover {
  opacity: 0.7;
}
#pickup .item .item-header {
  height: 210px;
  margin-bottom: 18px;
}
#pickup .item .date {
  font-size: 80%;
  color: #a0a0a0;
  margin-bottom: 7px;
}
#pickup .item h4 {
  min-height: 50px;
  font-size: 16px;
  color: #141414;
  margin-bottom: 15px;
}
#pickup .item .cate {
  width: 190px;
  font-size: 80%;
  color: #a0a0a0;
  text-align: center;
  border: 1px solid #a0a0a0;
  padding: 3px 0;
  margin-left: 1px;
}
#pickup .btn {
  color: #141414;
  background-color: #FFF;
  border: none;
}
#pickup .btn:hover {
  color: #FFF;
  background-color: #141414;
}
@media screen and (max-width: 1024px) {
  #pickup .owl-carousel-sp.sp {
    display: block !important;
  }
}
#pickup .owl-carousel .owl-prev {
  border: 1px solid #FFF;
  background: rgba(0, 0, 0, 0.6);
  width: 75px;
  height: 75px;
  position: absolute;
  top: 23%;
  left: -25px;
}
#pickup .owl-carousel .owl-prev:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
#pickup .owl-carousel .owl-next {
  border: 1px solid #FFF;
  background: rgba(0, 0, 0, 0.6);
  width: 75px;
  height: 75px;
  position: absolute;
  top: 23%;
  right: -25px;
  left: auto;
}
#pickup .owl-carousel .owl-next:before {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
#pickup .detail-btn {
  display: block;
  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: 30px auto 0;
}
#pickup .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;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#pickup .detail-btn:hover {
  color: #141414;
  background-color: #FFF;
}
#pickup .detail-btn:hover:before {
  background: url(../img/arrow_right_bl.png) no-repeat;
}

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

#history-concept {
  background-color: #f0f0f0;
}
#history-concept.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  #history-concept.pc {
    display: none !important;
  }
}
#history-concept h3 {
  font-size: 144%;
  color: #FFF;
  text-align: left;
  margin-bottom: 30px;
}
@media screen and (max-width: 1280px) {
  #history-concept h3 {
    font-size: 170%;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 960px) {
  #history-concept h3 {
    font-size: 150%;
  }
}
@media screen and (max-width: 640px) {
  #history-concept h3 {
    text-align: center;
  }
}
@media screen and (max-width: 600px) {
  #history-concept h3 {
    font-size: 135%;
  }
}
#history-concept h4 {
  font-size: 111%;
  color: #FFF;
  margin-bottom: 20px;
}
@media screen and (max-width: 1280px) {
  #history-concept h4 {
    font-size: 132%;
  }
}
@media screen and (max-width: 960px) {
  #history-concept h4 {
    font-size: 120%;
  }
}
@media screen and (max-width: 600px) {
  #history-concept h4 {
    font-size: 105%;
  }
}
#history-concept .stc {
  font-size: 94%;
  color: #FFF;
}
@media screen and (max-width: 600px) {
  #history-concept .stc {
    font-size: 88%;
  }
}
#history-concept .col {
  position: relative;
  float: left;
  width: 50%;
  height: 1000px;
}
@media screen and (max-width: 1280px) {
  #history-concept .col {
    width: 100%;
    height: 600px;
  }
}
@media screen and (max-width: 960px) {
  #history-concept .col {
    height: 500px;
  }
}
@media screen and (max-width: 640px) {
  #history-concept .col {
    height: 600px;
  }
}
#history-concept .col:first-child {
  background: url("../img/history_bg_large.jpg") no-repeat right center;
  background-size: cover;
}
@media screen and (max-width: 2080px) {
  #history-concept .col:first-child {
    background: url("../img/history_bg.jpg") no-repeat right center;
    background-size: cover;
  }
}
@media screen and (max-width: 1280px) {
  #history-concept .col:first-child {
    background: url("../img/history_bg_middle.jpg") no-repeat center center;
  }
}
@media screen and (max-width: 960px) {
  #history-concept .col:first-child {
    background: url("../img/history_bg_small.jpg") no-repeat center center;
  }
}
@media screen and (max-width: 640px) {
  #history-concept .col:first-child {
    background: url("../img/history_bg_sp.jpg") no-repeat center center;
  }
}
#history-concept .col:first-child .col-body {
  right: 355px;
}
@media screen and (max-width: 1280px) {
  #history-concept .col:first-child .col-body {
    right: auto;
    left: 48px;
  }
}
@media screen and (max-width: 960px) {
  #history-concept .col:first-child .col-body {
    left: 20px;
  }
}
@media screen and (max-width: 640px) {
  #history-concept .col:first-child .col-body {
    top: auto;
    bottom: 140px;
    left: 0;
    right: 0;
    text-align: center;
    height: 150px;
  }
}
@media screen and (max-width: 400px) {
  #history-concept .col:first-child .col-body {
    bottom: 150px;
  }
}
#history-concept .col:first-child .link-btn {
  right: 0;
  color: #141414;
  background-color: #FFF;
  padding: 30px 1em 30px 70px;
}
@media screen and (max-width: 1280px) {
  #history-concept .col:first-child .link-btn {
    top: auto;
    left: 48px;
    right: auto;
    font-size: 92%;
    width: 210px;
    bottom: 170px;
    height: auto;
    color: #FFF;
    text-align: center;
    background: none;
    border: 1px solid #FFF;
    padding: 15px 0;
  }
}
@media screen and (max-width: 960px) {
  #history-concept .col:first-child .link-btn {
    left: 20px;
    bottom: 120px;
  }
}
@media screen and (max-width: 640px) {
  #history-concept .col:first-child .link-btn {
    top: auto;
    left: 0px;
    right: 0;
    max-width: 210px;
    bottom: 50px;
  }
}
#history-concept .col:first-child .link-btn:hover {
  color: #FFF;
  background-color: #141414;
}
@media screen and (max-width: 1280px) {
  #history-concept .col:first-child .link-btn:hover {
    color: #141414;
    background: #FFF;
  }
}
#history-concept .col:first-child .link-btn:hover:before {
  background: url("../img/arrow_left.png") no-repeat;
}
@media screen and (max-width: 1280px) {
  #history-concept .col:first-child .link-btn:hover:before {
    display: none;
  }
}
#history-concept .col:first-child .link-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 35px;
  left: 15px;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_left_bl.png") no-repeat;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 1280px) {
  #history-concept .col:first-child .link-btn:before {
    display: none;
  }
}
#history-concept .col:last-child {
  background: url("../img/concept_bg_large.jpg") no-repeat left center;
  background-size: cover;
}
@media screen and (max-width: 2080px) {
  #history-concept .col:last-child {
    background: url("../img/concept_bg.jpg") no-repeat left center;
    background-size: cover;
  }
}
@media screen and (max-width: 1280px) {
  #history-concept .col:last-child {
    background: url("../img/concept_bg_middle.jpg") no-repeat center center;
  }
}
@media screen and (max-width: 960px) {
  #history-concept .col:last-child {
    background: url("../img/concept_bg_small.jpg") no-repeat center center;
  }
}
@media screen and (max-width: 640px) {
  #history-concept .col:last-child {
    background: url("../img/concept_bg_sp.jpg") no-repeat center center;
  }
}
#history-concept .col:last-child .col-body {
  left: 375px;
}
@media screen and (max-width: 1280px) {
  #history-concept .col:last-child .col-body {
    top: 0;
    left: auto;
    right: 55px;
    bottom: 0;
  }
}
@media screen and (max-width: 960px) {
  #history-concept .col:last-child .col-body {
    right: 25px;
  }
}
@media screen and (max-width: 640px) {
  #history-concept .col:last-child .col-body {
    top: auto;
    bottom: 140px;
    left: 0;
    right: 0;
    text-align: center;
    height: 150px;
  }
}
#history-concept .col:last-child .link-btn {
  left: 0;
  color: #FFF;
  background-color: #141414;
  padding: 30px 70px 30px 1em;
}
@media screen and (max-width: 1280px) {
  #history-concept .col:last-child .link-btn {
    top: auto;
    left: auto;
    right: 180px;
    font-size: 92%;
    width: 210px;
    bottom: 150px;
    height: auto;
    color: #FFF;
    text-align: center;
    background: none;
    border: 1px solid #FFF;
    padding: 15px 0;
  }
}
@media screen and (max-width: 960px) {
  #history-concept .col:last-child .link-btn {
    right: 120px;
    bottom: 100px;
  }
}
@media screen and (max-width: 640px) {
  #history-concept .col:last-child .link-btn {
    top: auto;
    left: 0px;
    right: 0;
    max-width: 210px;
    bottom: 50px;
  }
}
#history-concept .col:last-child .link-btn:hover {
  color: #141414;
  background-color: #FFF;
}
@media screen and (max-width: 1280px) {
  #history-concept .col:last-child .link-btn:hover {
    color: #141414;
    background: #FFF;
  }
}
#history-concept .col:last-child .link-btn:hover:before {
  background: url("../img/arrow_right_bl.png") no-repeat;
}
@media screen and (max-width: 1280px) {
  #history-concept .col:last-child .link-btn:hover:before {
    display: none;
  }
}
#history-concept .col:last-child .link-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 35px;
  right: 15px;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right.png") no-repeat;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 1280px) {
  #history-concept .col:last-child .link-btn:before {
    display: none;
  }
}
#history-concept .col .col-body {
  position: absolute;
  top: 0;
  bottom: 0;
  text-align: left;
  height: 150px;
  margin: auto;
}
@media screen and (max-width: 1280px) {
  #history-concept .col .col-body {
    height: 230px;
  }
}
#history-concept .col .link-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 80px;
  font-size: 111%;
  margin: auto;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 1280px) {
  #history-concept .col .link-btn {
    top: auto;
    left: 0;
    right: 0;
    max-width: 290px;
  }
}

#about2 {
  clear: both;
  text-align: center;
  background-color: #f0f0f0;
}
#about2.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  #about2.pc {
    display: none !important;
  }
}
#about2 .section-innner .item {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 23%;
  max-width: 380px;
  margin-bottom: 30px;
  margin-right: 2%;
}
@media screen and (max-width: 1280px) {
  #about2 .section-innner .item {
    /* width: 31%; */
    width: 48%;
    max-width: 580px;
  }
}
@media screen and (max-width: 960px) {
  #about2 .section-innner .item {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  #about2 .section-innner .item {
    width: 100%;
    min-width: auto;
    margin-right: 0;
  }
}
#about2 .section-innner .item:hover .item-header {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#about2 .section-innner .item:hover .item-body {
  background-color: #ddd;
}
#about2 .section-innner .item:first-child .item-header {
  background: url("../img/about2_img01.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  #about2 .section-innner .item:nth-child(2) {
    margin-right: 0%;
  }
}
@media screen and (max-width: 960px) {
  #about2 .section-innner .item:nth-child(2) {
    margin-right: 0%;
  }
}
#about2 .section-innner .item:nth-child(2) .item-header {
  background: url("../img/about2_img02.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1280px) {
  #about2 .section-innner .item:nth-child(3) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 960px) {
  #about2 .section-innner .item:nth-child(3) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 600px) {
  #about2 .section-innner .item:nth-child(3) {
    margin-right: 0%;
  }
}
#about2 .section-innner .item:nth-child(3) .item-header {
  background: url("../img/about2_img03.jpg") no-repeat center center;
  background-size: cover;
}
#about2 .section-innner .item:nth-child(4) {
  margin-right: 0;
}
#about2 .section-innner .item:nth-child(4) .item-header {
  background: url("../img/world-link_img06.jpg") no-repeat center center;
  background-size: cover;
}
#about2 .section-innner .item .item-header {
  height: 270px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  #about2 .section-innner .item .item-header {
    height: 220px;
  }
}
#about2 .section-innner .item .item-body {
  position: relative;
  text-align: left;
  background-color: #FFF;
  padding: 30px 50px 30px 1.5em;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#about2 .section-innner .item .item-body h4 {
  min-height: 55px;
  font-size: 117%;
  color: #141414;
  margin-bottom: 25px;
}
@media screen and (max-width: 960px) {
  #about2 .section-innner .item .item-body h4 {
    font-size: 110%;
  }
}
#about2 .section-innner .item .item-body .border-area {
  margin-bottom: 25px;
}
#about2 .section-innner .item .item-body p {
  min-height: 110px;
  font-size: 94%;
}

#about-sp.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  #about-sp.sp {
    display: block !important;
  }
}
#about-sp .col-area {
  overflow: hidden;
}
#about-sp .col-area a {
  position: relative;
  float: left;
  width: 33.33%;
  height: 175px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #about-sp .col-area a {
    width: 50%;
  }
}
#about-sp .col-area a: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;
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: 1;
}
#about-sp .col-area a:nth-child(1) {
  background: url(../img/top-about-sp_img01.jpg) no-repeat center center;
  background-size: cover;
}
#about-sp .col-area a:nth-child(2) {
  background: url(../img/top-about-sp_img02.jpg) no-repeat center center;
  background-size: cover;
}
#about-sp .col-area a:nth-child(3) {
  background: url(../img/top-about-sp_img03.jpg) no-repeat center center;
  background-size: cover;
}
#about-sp .col-area a:nth-child(4) {
  background: url(../img/top-about-sp_img04.jpg) no-repeat center center;
  background-size: cover;
}
#about-sp .col-area a:nth-child(5) {
  background: url(../img/top-about-sp_img05.jpg) no-repeat center center;
  background-size: cover;
}
#about-sp .col-area a:nth-child(6) {
  background: url(../img/top-about-sp_img06.jpg) no-repeat center center;
  background-size: cover;
}
#about-sp .col-area a .item-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  height: 175px;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: left;
  color: #FFF;
  padding: 35px 42px 31px 1em;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #about-sp .col-area a .item-inner {
    font-size: 20px;
  }
}
@media screen and (max-width: 600px) {
  #about-sp .col-area a .item-inner {
    font-size: 19px;
  }
}
@media screen and (max-width: 480px) {
  #about-sp .col-area a .item-inner {
    font-size: 18px;
  }
}
#about-sp .col-area a:hover {
  color: #141414;
  background-color: #FFF;
  /*            &:before{
                 background: url(../img/arrow_right_bl.png) no-repeat;
              }*/
}
#about-sp .col-area a:hover .item-layer {
  background: rgba(0, 0, 0, 0.4);
}
#about-sp .col-area a .item-layer {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: 0;
}

#product {
  background-color: #FFF;
}
#product.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  #product.pc {
    display: none !important;
  }
}
#product .item {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 48%;
  color: #FFF;
  margin-right: 2%;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #product .item {
    width: 100%;
    margin-right: 0%;
  }
}
#product .item:hover .col {
  /*                h4{
                      color: common.$stc-color;
                  }
                  h5{
                      color: common.$stc-color;
                  }
                  .border-area{
                      span{
                          background-color: common.$stc-color;
                      }
                  }
                  p{
                      color: common.$stc-color;
                  }*/
}
#product .item:hover .col:nth-child(2) {
  /* background-color: common.$border-color; */
}
#product .item:hover .col:nth-child(1) {
  /* .col-inner{
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
  } */
}
#product .item.gray {
  color: #141414;
}
#product .item.gray:hover .col:nth-child(2) {
  background-color: #FFF;
}
#product .item.gray .col:nth-child(2) {
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
}
#product .item.gray .col .border-area span {
  background-color: #141414;
}
#product .item.gray p {
  color: #141414;
}
#product .item:nth-child(2n) {
  margin-right: 0;
}
#product .item .col {
  overflow: hidden;
  float: right;
  width: 50%;
  height: 400px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #product .item .col {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  #product .item .col {
    float: none;
    width: 100%;
    height: 250px;
  }
}
@media screen and (max-width: 480px) {
  #product .item .col {
    height: 200px;
  }
}
#product .item .col:nth-child(2) {
  background-color: #141414;
  /*border: 1px solid common.$stc-color;*/
}
@media screen and (max-width: 600px) {
  #product .item .col:nth-child(2) {
    height: auto;
  }
}
#product .item .col .col-inner {
  height: 400px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #product .item .col .col-inner {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  #product .item .col .col-inner {
    height: 250px;
  }
}
@media screen and (max-width: 480px) {
  #product .item .col .col-inner {
    height: 200px;
  }
}
#product .item .col .col-body {
  max-width: 295px;
  padding: 0 1em;
  margin: 0 auto;
}
#product .item .col .col-body .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 .item .col .col-body .detail-btn {
    font-size: 88%;
  }
}
#product .item .col .col-body .detail-btn.story {
  color: #FFF;
  background-color: #a0a0a0;
  border: 1px solid #a0a0a0;
}
#product .item .col .col-body .detail-btn.story:before {
  background: url("../img/arrow_right.png") no-repeat;
}
#product .item .col .col-body .detail-btn.story:hover {
  color: #141414;
  background-color: #FFF;
}
#product .item .col .col-body .detail-btn.story:hover:before {
  background: url("../img/arrow_right_bl.png") no-repeat;
}
#product .item .col .col-body .detail-btn.online {
  color: #141414;
  background-color: #FF0000;
  border: 1px solid #FFF;
}
#product .item .col .col-body .detail-btn.online:before {
  background: url("../img/arrow_right_bl.png") no-repeat;
}
#product .item .col .col-body .detail-btn.online:hover {
  color: #FFF;
  background-color: #141414;
}
#product .item .col .col-body .detail-btn.online:hover:before {
  background: url("../img/arrow_right.png") no-repeat;
}
@media screen and (max-width: 600px) {
  #product .item .col .border-area {
    margin-bottom: 15px;
  }
}
#product .item .col .border-area span {
  background-color: #FFF;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#product .item h4 {
  font-size: 150%;
  font-family: "futura";
  margin-top: 60px;
  margin-bottom: 30px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #product .item h4 {
    font-size: 140%;
  }
}
@media screen and (max-width: 600px) {
  #product .item h4 {
    font-size: 130%;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 480px) {
  #product .item h4 {
    margin-top: 25px;
    margin-bottom: 10px;
  }
}
#product .item p {
  font-size: 90%;
  color: #FFF;
  -webkit-transition: all 1s;
  transition: all 1s;
  margin-bottom: 40px;
}
@media screen and (max-width: 600px) {
  #product .item p {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 480px) {
  #product .item p {
    margin-bottom: 30px;
  }
}
#product .item-area .white-area .item .col {
  overflow: hidden;
  float: right;
  height: 430px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #product .item-area .white-area .item .col {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  #product .item-area .white-area .item .col {
    float: none;
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #product .item-area .white-area .item .col {
    height: 250px;
  }
}
#product .item-area .white-area .item .col:nth-child(1) {
  width: 50%;
}
@media screen and (max-width: 600px) {
  #product .item-area .white-area .item .col:nth-child(1) {
    width: 100%;
  }
}
#product .item-area .white-area .item .col:nth-child(2) {
  width: 50%;
  background-color: #FFF;
}
@media screen and (max-width: 600px) {
  #product .item-area .white-area .item .col:nth-child(2) {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
  }
}
#product .item-area .white-area .item .col .col-inner {
  height: 430px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #product .item-area .white-area .item .col .col-inner {
    height: 400px;
  }
}
@media screen and (max-width: 600px) {
  #product .item-area .white-area .item .col .col-inner {
    height: 300px;
  }
}
@media screen and (max-width: 480px) {
  #product .item-area .white-area .item .col .col-inner {
    height: 250px;
  }
}
#product .item-area .white-area .item .col .col-body {
  max-width: 350px;
  padding: 0 1.5em;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  #product .item-area .white-area .item .col .col-body {
    max-width: 450px;
  }
}
#product .item-area .white-area .item .col .border-area {
  font-size: 88%;
}
@media screen and (max-width: 600px) {
  #product .item-area .white-area .item .col .border-area {
    margin-bottom: 15px;
  }
}
#product .item-area .white-area .item .col .border-area span {
  background-color: #141414;
}
#product .item-area .white-area .item h4 {
  color: #141414;
}
#product .item-area .white-area .item p {
  color: #141414;
}
#product .item-area .white-area .item .detail-btn.online {
  color: #141414;
  background-color: #FFF;
  border: 1px solid #a0a0a0;
}
#product .item-area .white-area .item .detail-btn.online:before {
  background: url("../img/arrow_right_bl.png") no-repeat;
}
#product .item-area .white-area .item .detail-btn.online:hover {
  color: #FFF;
  background-color: #a0a0a0;
}
#product .item-area .white-area .item .detail-btn.online:hover:before {
  background: url("../img/arrow_right.png") no-repeat;
}
#product .item-area .white-area .item .col .border-area span {
  background-color: #141414;
}
#product .item-area .white-area .item .col:nth-child(2) {
  background-color: #FFF;
}

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

#product-sp {
  background-color: #fff;
}
#product-sp.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  #product-sp.sp {
    display: block !important;
  }
}
#product-sp .section-innner {
  padding: 120px 1.5em 70px;
}
#product-sp h3 {
  font-size: 50px;
  font-family: "futura";
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #product-sp h3 {
    font-size: 48px;
  }
}
@media screen and (max-width: 600px) {
  #product-sp h3 {
    font-size: 44px;
  }
}
@media screen and (max-width: 480px) {
  #product-sp h3 {
    font-size: 40px;
  }
}
#product-sp #stc-area {
  text-align: center;
  padding: 0 1.5em 250px;
}
@media screen and (max-width: 600px) {
  #product-sp #stc-area {
    padding: 0 1.5em 210px;
  }
}
#product-sp #stc-area h3 {
  font-size: 144%;
  line-height: 1.8;
  margin-bottom: 0px;
}
@media screen and (max-width: 960px) {
  #product-sp #stc-area h3 {
    font-size: 135%;
  }
}
@media screen and (max-width: 600px) {
  #product-sp #stc-area h3 {
    font-size: 125%;
  }
}
@media screen and (max-width: 480px) {
  #product-sp #stc-area h3 {
    font-size: 120%;
  }
}
#product-sp .item-area .item-area-inner .item {
  overflow: hidden;
  display: block;
  width: 100%;
  color: #FFF;
  text-align: left;
  border-bottom: 1px solid #c8c8c8;
  padding: 30px 0;
}
@media screen and (max-width: 960px) {
  #product-sp .item-area .item-area-inner .item {
    width: 100%;
  }
}
#product-sp .item-area .item-area-inner .item .col {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  margin-right: 3%;
}
#product-sp .item-area .item-area-inner .item .col .col-inner {
  height: 200px;
}
@media screen and (max-width: 480px) {
  #product-sp .item-area .item-area-inner .item .col .col-inner {
    height: 160px;
  }
}
#product-sp .item-area .item-area-inner .item .col:nth-child(2) {
  width: 65%;
  margin-right: 0;
}
#product-sp .item-area .item-area-inner .item h4 {
  font-size: 32px;
  font-family: "futura";
  letter-spacing: 0.05em;
  color: #141414;
  margin-bottom: 5px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #product-sp .item-area .item-area-inner .item h4 {
    font-size: 30px;
  }
}
@media screen and (max-width: 600px) {
  #product-sp .item-area .item-area-inner .item h4 {
    font-size: 27px;
  }
}
@media screen and (max-width: 480px) {
  #product-sp .item-area .item-area-inner .item h4 {
    font-size: 26px;
  }
}
#product-sp .item-area .item-area-inner .item p {
  font-size: 16px;
  line-height: 1.6;
  color: #141414;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  #product-sp .item-area .item-area-inner .item p {
    font-size: 15px;
    line-height: 1.5;
  }
}
#product-sp .item-area .item-area-inner .item .shop-btn {
  position: relative;
  display: block;
  max-width: 175px;
  font-size: 18px;
  font-family: "futura";
  color: #141414;
  text-align: left;
  border: none;
  margin: 0 0 0 auto;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#product-sp .item-area .item-area-inner .item .shop-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right_bl.png") no-repeat;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#product-sp .item-area .item-area-inner .item .shop-btn .ic {
  vertical-align: text-bottom;
  margin-right: 5px;
}
#product-sp .detail-btn {
  display: block;
  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: 40px auto 0;
}
#product-sp .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;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#product-sp .detail-btn:hover {
  color: #141414;
  background-color: #FFF;
}
#product-sp .detail-btn:hover:before {
  background: url(../img/arrow_right_bl.png) no-repeat;
}

#detail {
  background-color: #FFF;
}
#detail.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  #detail.pc {
    display: none !important;
  }
}
#detail .section-innner {
  overflow: hidden;
  max-width: 1900px;
  padding: 0px 0;
}
#detail .section-innner .item {
  overflow: hidden;
  float: left;
  width: 25%;
}
@media screen and (max-width: 1280px) {
  #detail .section-innner .item {
    /* width: 33.33%; */
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  #detail .section-innner .item {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  #detail .section-innner .item {
    width: 100%;
  }
}
#detail .section-innner .item:hover {
  background-color: #ddd;
}
#detail .section-innner .item:hover .item-header-inner {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#detail .section-innner .item:hover .item-body {
  /*                    h4,h5,p{
                          color: #FFF;
                      }
                      .detail-btn{
                          color: #FFF;
                          &:before{
                              background: url('../img/arrow_right.png')no-repeat;  
                          }
                      }*/
}
#detail .section-innner .item:nth-child(2) .item-header .item-header-inner {
  background: url("../img/detail_img02.jpg") no-repeat center center;
  background-size: cover;
}
#detail .section-innner .item:nth-child(3) .item-header .item-header-inner {
  background: url("../img/detail_img03.jpg") no-repeat center center;
  background-size: cover;
}
#detail .section-innner .item:nth-child(4) .item-header .item-header-inner {
  background: url("../img/detail_img04.jpg") no-repeat center center;
  background-size: cover;
}
#detail .section-innner .item .item-header {
  overflow: hidden;
}
#detail .section-innner .item .item-header .item-header-inner {
  height: 400px;
  background: url("../img/detail_img01.jpg") no-repeat center center;
  background-size: cover;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #detail .section-innner .item .item-header .item-header-inner {
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  #detail .section-innner .item .item-header .item-header-inner {
    height: 250px;
  }
}
@media screen and (max-width: 480px) {
  #detail .section-innner .item .item-header .item-header-inner {
    height: 250px;
  }
}
#detail .section-innner .item .item-body {
  /*max-width: 310px;*/
  text-align: left;
  padding: 70px 1em 30px;
  margin-left: 6%;
}
@media screen and (max-width: 960px) {
  #detail .section-innner .item .item-body {
    padding: 50px 1em 30px;
  }
}
@media screen and (max-width: 600px) {
  #detail .section-innner .item .item-body {
    padding: 25px 1em 20px;
  }
}
#detail h4 {
  font-size: 132%;
  color: #141414;
  margin-bottom: 35px;
}
@media screen and (max-width: 960px) {
  #detail h4 {
    font-size: 125%;
  }
}
@media screen and (max-width: 600px) {
  #detail h4 {
    font-size: 120%;
    margin-bottom: 20px;
  }
}
#detail p {
  font-size: 90%;
  min-height: 130px;
  margin-bottom: 30px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  #detail p {
    min-height: auto;
    font-size: 88%;
  }
}
#detail .detail-btn {
  position: relative;
  max-width: 125px;
  font-size: 94%;
  color: #141414;
  text-align: left;
  border: none;
  margin: 0 auto 0 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#detail .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;
  -webkit-transition: all 1s;
  transition: all 1s;
}

#business-sp {
  background-color: #f0f0f0;
}
#business-sp.sp {
  display: none;
}
@media screen and (max-width: 1024px) {
  #business-sp.sp {
    display: block !important;
  }
}
@media screen and (max-width: 960px) {
  #business-sp .section-innner {
    padding: 70px 1em;
  }
}
#business-sp h3 {
  font-size: 50px;
  font-family: "futura";
  letter-spacing: 0.05em;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #business-sp h3 {
    font-size: 48px;
  }
}
@media screen and (max-width: 600px) {
  #business-sp h3 {
    font-size: 44px;
  }
}
@media screen and (max-width: 480px) {
  #business-sp h3 {
    font-size: 40px;
  }
}
#business-sp .item-area .item {
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin-right: 2%;
  margin-bottom: 20px;
}
@media screen and (max-width: 960px) {
  #business-sp .item-area .item {
    width: 48%;
  }
}
#business-sp .item-area .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  #business-sp .item-area .item:nth-child(3n) {
    margin-right: 2%;
  }
}
@media screen and (max-width: 960px) {
  #business-sp .item-area .item:nth-child(2n) {
    margin-right: 0;
  }
}
#business-sp .item-area .item:hover .item-header-inner {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
#business-sp .item-area .item:hover .item-body {
  background-color: #141414;
}
#business-sp .item-area .item:hover .item-body h4 {
  color: #FFF;
}
#business-sp .item-area .item .item-header {
  overflow: hidden;
}
#business-sp .item-area .item .item-header .item-header-inner {
  height: 235px;
  background: url("../img/top-business_img01.jpg") no-repeat center center;
  background-size: cover;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 480px) {
  #business-sp .item-area .item .item-header .item-header-inner {
    height: 170px;
  }
}
#business-sp .item-area .item:nth-child(2) .item-header .item-header-inner {
  background: url("../img/top-business_img02.jpg") no-repeat center center;
  background-size: cover;
}
#business-sp .item-area .item:nth-child(3) .item-header .item-header-inner {
  background: url("../img/top-business_img03.jpg") no-repeat center center;
  background-size: cover;
}
#business-sp .item-area .item:nth-child(4) .item-header .item-header-inner {
  background: url("../img/top-business_img05.jpg") no-repeat center center;
  background-size: cover;
}
#business-sp .item-area .item:nth-child(5) .item-header .item-header-inner {
  background: url("../img/top-business_img04.jpg") no-repeat center center;
  background-size: cover;
}
#business-sp .item-area .item:nth-child(6) .item-header .item-header-inner {
  background: url("../img/top-business_img06.jpg") no-repeat center center;
  background-size: cover;
}
#business-sp .item-area .item .item-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 105px;
  background-color: #FFF;
  padding: 30px 1em 27px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#business-sp .item-area .item .item-body h4 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #141414;
}
@media screen and (max-width: 960px) {
  #business-sp .item-area .item .item-body h4 {
    font-size: 22px;
  }
}
@media screen and (max-width: 600px) {
  #business-sp .item-area .item .item-body h4 {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  #business-sp .item-area .item .item-body h4 {
    font-size: 18px;
  }
}

#project {
  background-color: #f0f0f0;
}
#project.pc {
  display: block;
}
@media screen and (max-width: 1024px) {
  #project.pc {
    display: none !important;
  }
}
#project .section-innner {
  max-width: 1760px;
  padding: 120px 1.5em 170px;
}
@media screen and (max-width: 960px) {
  #project .section-innner {
    padding: 70px 0 490px;
  }
}
#project .title-area {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  #project .title-area {
    padding: 0 1.5em;
  }
}
#project .title-area h3 {
  /*            position: relative;
              text-align: left;
              padding-bottom:25px;
              margin-bottom:25px;
              &:after{
                  display: block;
                  content: '';
                  position: absolute;
                  bottom: 0;
                  left: 0;
                  width: 35px;
                  height: 3px;
                  background-color: common.$border-color;
              }*/
}
#project .title-area p {
  margin-bottom: 50px;
}
#project .main-bg {
  height: 650px;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: relative;
}
@media screen and (max-width: 960px) {
  #project .main-bg {
    height: 400px;
  }
}
#project .main-bg-inner {
  position: relative;
  max-width: 1200px;
  height: 650px;
  margin: 0 auto;
}
#project .black-box {
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 500px;
  /* background: rgba(19,19,19,0.9); */
  /* transition-property: all;
  transition: 0.3s linear;
  &:hover{
      background: rgba(40,40,40,0.4);
  } */
}
@media screen and (max-width: 960px) {
  #project .black-box {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -10px;
    width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  #project .black-box {
    width: 98%;
  }
}
#project .black-box .black-box-inner {
  position: relative;
  min-height: 250px;
  padding: 20px 1.5em;
  background: rgba(19, 19, 19, 0.9);
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
#project .black-box .black-box-inner:hover {
  background: rgba(40, 40, 40, 0.4);
}
@media screen and (max-width: 960px) {
  #project .black-box .black-box-inner {
    padding: 20px 1em;
  }
}
#project .black-box .black-box-inner .project-link-block {
  display: none;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  opacity: 0;
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
}
#project .black-box .black-box-inner .project-link-block.on {
  opacity: 1;
  z-index: 100;
  display: block;
}
#project .black-box .pj-content {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0 2.5em;
  -webkit-transition: all 1s;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #project .black-box .pj-content {
    padding: 0 1em;
  }
}
#project .black-box .pj-content.on {
  opacity: 1;
}
#project .black-box h4 {
  font-size: 138%;
  line-height: 1.3;
  color: #FFF;
  margin: 35px 0 20px;
}
@media screen and (max-width: 960px) {
  #project .black-box h4 {
    font-size: 132%;
  }
}
@media screen and (max-width: 600px) {
  #project .black-box h4 {
    font-size: 120%;
    margin: 20px 0;
  }
}
#project .black-box .border-area {
  margin-bottom: 20px;
}
#project .black-box h5 {
  font-size: 107%;
  color: #FFF;
  margin-bottom: 15px;
}
@media screen and (max-width: 960px) {
  #project .black-box h5 {
    font-size: 100%;
  }
}
#project .black-box p {
  font-size: 90%;
  color: #FFF;
  padding-bottom: 35px;
  margin-bottom: 60px;
}
@media screen and (max-width: 960px) {
  #project .black-box p {
    font-size: 86%;
  }
}
#project .black-box .sub-img-area {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
  text-align: center;
  padding: 0 1.5em;
}
@media screen and (max-width: 960px) {
  #project .black-box .sub-img-area {
    padding: 0 1em;
  }
}
#project .black-box .sub-img-area .sub-img {
  position: relative;
  display: inline-block;
  width: 68px;
  height: 43px;
  margin-right: 10px;
  margin-bottom: 10px;
  /*                &:last-child{
                      margin-right: 0;
                  }*/
}
#project .black-box .sub-img-area .sub-img:hover .sub-black-layer {
  display: none;
}
#project .black-box .sub-img-area .sub-img.on .sub-black-layer {
  display: none;
}
#project .black-box .sub-img-area .sub-img .sub-black-layer {
  display: block;
  position: absolute;
  width: 100%;
  height: 43px;
  background: rgba(19, 19, 19, 0.4);
  z-index: 1;
}
#project .black-box .btn-area {
  overflow: hidden;
}
#project .black-box .btn-area .col-btn {
  position: relative;
  float: left;
  width: 50%;
  color: #FFF;
  font-family: "futura";
  padding: 15px 1em;
}
@media screen and (max-width: 600px) {
  #project .black-box .btn-area .col-btn {
    font-size: 90%;
  }
}
#project .black-box .btn-area .col-btn:first-child {
  text-align: right;
  background-color: #141414;
}
#project .black-box .btn-area .col-btn:first-child:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_left.png") no-repeat;
  margin: auto;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#project .black-box .btn-area .col-btn:first-child:hover {
  background-color: #a0a0a0;
}
#project .black-box .btn-area .col-btn:last-child {
  text-align: left;
  background-color: #a0a0a0;
}
#project .black-box .btn-area .col-btn:last-child:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right.png") no-repeat;
  margin: auto;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#project .black-box .btn-area .col-btn:last-child:hover {
  background-color: #141414;
}
#project .btn {
  position: absolute;
  bottom: -80px;
  right: 0;
  max-width: 300px;
  color: #FFF;
  text-align: center;
  background-color: #a0a0a0;
  padding: 15px 1em 15px 30px;
  margin: 40px 0 0 auto;
}
@media screen and (max-width: 960px) {
  #project .btn {
    left: 0;
    bottom: -100px;
    margin: auto;
  }
}
#project .btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 37px;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right.png") no-repeat;
  margin: auto;
  -webkit-transition: all 1s;
  transition: all 1s;
}
#project .btn:hover {
  background-color: #141414;
  /*            &:before{
                  background: url('../img/arrow_right_bl.png')no-repeat;  
              }*/
}

.scroll {
  font-size: 92%;
  font-family: "futura";
  margin-top: 20px;
  letter-spacing: 0.2em;
  /*text-indent: 12px;*/
  color: #ffffff;
  -webkit-animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
  animation: colorText 5s ease-out infinite, nudgeText 5s ease-out infinite;
}

.mouse {
  /*background: #4e5559 -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, transparent), color-stop(50%, #ffffff), to(#ffffff));*/
  background: #FFF;
  position: relative;
  width: 4px;
  height: 32px;
  background-size: 100% 100%;
  /* border-radius: 100px; */
  background-size: 225%;
  -webkit-animation: nudgeMouse 5s ease-out infinite;
  animation: nudgeMouse 5s ease-out infinite;
  margin: 0 auto;
}

.mouse:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: -10px;
  left: 0;
  margin: auto;
  border-top-width: 10px;
  border-right-width: 9px;
  border-bottom-width: 0;
  border-left-width: 9px;
  border-color: #FFF transparent;
  border-style: solid;
  display: block;
  position: absolute;
  top: auto;
  bottom: -10px;
  left: -7px;
  right: 0;
  width: 15px;
  height: 0;
  content: "";
  margin: auto;
}

@-webkit-keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%, 100% {
    background-color: #ffffff;
  }
}
@keyframes colorSlide {
  0% {
    background-position: 0% 100%;
  }
  20% {
    background-position: 0% 0%;
  }
  21% {
    background-color: #4e5559;
  }
  29.99% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  30% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  50% {
    background-position: 0% 0%;
  }
  51% {
    background-color: #4e5559;
  }
  59% {
    background-color: #ffffff;
    background-position: 0% 0%;
  }
  60% {
    background-color: #4e5559;
    background-position: 0% 100%;
  }
  80% {
    background-position: 0% 0%;
  }
  81% {
    background-color: #4e5559;
  }
  90%, 100% {
    background-color: #ffffff;
  }
}
@-webkit-keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
    transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
    transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
    transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
    transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
    transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
    transform: scale(0.4) translateY(40px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
    transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
    transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
    transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
    transform: scale(0.4) translateY(40px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
    transform: scale(0.4) translateY(-20px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
    transform: scale(1) translateY(-20px);
  }
}
@keyframes trackBallSlide {
  0% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
    transform: scale(1) translateY(-20px);
  }
  6% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  14% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
    transform: scale(0.4) translateY(40px);
  }
  15%, 19% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
    transform: scale(0.4) translateY(-20px);
  }
  28%, 29.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
    transform: scale(1) translateY(-20px);
  }
  30% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
    transform: scale(1) translateY(-20px);
  }
  36% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  44% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
    transform: scale(0.4) translateY(40px);
  }
  45%, 49% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
    transform: scale(0.4) translateY(-20px);
  }
  58%, 59.99% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
    transform: scale(1) translateY(-20px);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
    transform: scale(1) translateY(-20px);
  }
  66% {
    opacity: 1;
    -webkit-transform: scale(0.9) translateY(5px);
    transform: scale(0.9) translateY(5px);
  }
  74% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(40px);
    transform: scale(0.4) translateY(40px);
  }
  75%, 79% {
    opacity: 0;
    -webkit-transform: scale(0.4) translateY(-20px);
    transform: scale(0.4) translateY(-20px);
  }
  88%, 100% {
    opacity: 1;
    -webkit-transform: scale(1) translateY(-20px);
    transform: scale(1) translateY(-20px);
  }
}
@-webkit-keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes nudgeMouse {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(8px);
    transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes nudgeText {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  30% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  60% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
  }
  90% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
}
@keyframes colorText {
  21% {
    color: #4e5559;
  }
  30% {
    color: #ffffff;
  }
  51% {
    color: #4e5559;
  }
  60% {
    color: #ffffff;
  }
  81% {
    color: #4e5559;
  }
  90% {
    color: #ffffff;
  }
}
/*# sourceMappingURL=top.css.map */