@charset "UTF-8";
h1, h2, h3, h4, h5 {
  color: #141414;
}

a, a:hover, a:active {
  color: #141414;
}

header {
  border-bottom: 1px solid #f0f0f0;
}

.breadcrumbs {
  max-width: 1920px;
  font-size: 90%;
  color: #141414;
  padding: 115px 1em 0;
  margin: 0 auto 15px;
}
@media screen and (max-width: 960px) {
  .breadcrumbs {
    font-size: 80%;
  }
}

.breadcrumbs .current-page {
  color: #a0a0a0;
}

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

.main-img_area {
  position: relative;
  width: 100%;
  height: 700px;
  text-align: center;
  margin: 0 auto 0px;
}
@media screen and (max-width: 960px) {
  .main-img_area {
    height: 600px;
  }
}
@media screen and (max-width: 600px) {
  .main-img_area {
    height: 450px;
  }
}
@media screen and (max-width: 480px) {
  .main-img_area {
    height: 350px;
  }
}
@media screen and (max-width: 960px) {
  .main-img_area.project-main-img_area {
    margin-bottom: 150px;
  }
}
.main-img_area .main-img_area-body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  padding: 0 1em;
  margin: auto;
  z-index: 1;
}
.main-img_area .main-img_area-body h2 {
  font-size: 240%;
  /*font-family: 'futura';*/
  color: #FFF;
  margin-bottom: 10px;
}
@media screen and (max-width: 960px) {
  .main-img_area .main-img_area-body h2 {
    font-size: 220%;
  }
}
@media screen and (max-width: 600px) {
  .main-img_area .main-img_area-body h2 {
    font-size: 180%;
  }
}
.main-img_area .main-img_area-body p {
  font-size: 163%;
  color: #FFF;
}
@media screen and (max-width: 960px) {
  .main-img_area .main-img_area-body p {
    font-size: 148%;
  }
}
@media screen and (max-width: 600px) {
  .main-img_area .main-img_area-body p {
    font-size: 128%;
  }
}
.main-img_area .black-layer {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

#main-world {
  background: url(../img/world-main_img.jpg) no-repeat center center;
  background-size: cover;
}

#main-concept {
  background: url(../img/concept-main_img.jpg) no-repeat center center;
  background-size: cover;
}

#main-renovation {
  background: url(../img/renovation-main_img.jpg) no-repeat center center;
  background-size: cover;
}

#main-history {
  background: url(../img/brand-history-main_img.jpg) no-repeat center center;
  background-size: cover;
}

#main-manufacturing {
  background: url(../img/manufacturing-main_img.jpg) no-repeat center center;
  background-size: cover;
}

#main-people {
  background: url(../img/people-main_img.jpg) no-repeat center center;
  background-size: cover;
}

#main-craftsmanship {
  background: url(../img/craftsmanship-main_img.jpg) no-repeat center center;
  background-size: cover;
}

#main-collaboration {
  background: url(../img/collaboration-main_img.jpg) no-repeat center center;
  background-size: cover;
}

#main-about {
  background: url(../img/about-main_img.jpg) no-repeat center center;
  background-size: cover;
}

#main-factory {
  background: url(../img/factory-main_img.jpg) no-repeat center center;
  background-size: cover;
}

#main-product {
  background: url(../img/product-main_img.jpg) no-repeat center center;
  background-size: cover;
}

#main-news {
  background: url(../img/news-main_img.jpg) no-repeat center center;
  background-size: cover;
}

#main-event {
  background: url(../img/event-main_img.jpg) no-repeat center center;
  background-size: cover;
}

#main-service {
  background: url(../img/service-main_img.jpg) no-repeat center center;
  background-size: cover;
}

#main-store {
  background: url(../img/store-main_img.jpg) no-repeat center center;
  background-size: cover;
}

#main-development {
  background: url(../img/development-main_img.jpg) no-repeat center center;
  background-size: cover;
}

#main-use {
  background: url(../img/use-main_img.jpg) no-repeat center center;
  background-size: cover;
}

#main-cafe {
  background: url(../img/cafe-main_img.jpg) no-repeat center center;
  background-size: cover;
}

#main-project {
  background: url(../img/project-main_img.jpg) no-repeat center center;
  background-size: cover;
}

#main-recruit {
  background: url(../img/recruit-main_img.jpg) no-repeat center center;
  background-size: cover;
}

section .section-innner {
  max-width: 1920px;
  padding: 120px 1.5em;
  margin: 0 auto;
}
@media screen and (max-width: 600px) {
  section .section-innner {
    padding: 80px 1.5em;
  }
}
section h3 {
  font-size: 155%;
  margin-bottom: 90px;
}

.banner-area {
  overflow: hidden;
  display: block;
  max-width: 1600px;
  margin: 90px auto;
}
.banner-area:hover {
  /*        h4,p{
              color: $stc-color;
          }
          h4{
              &:before{
                  background-color: $stc-color;
              }
          }
          .detail-btn{
              color: $stc-color;
              &:before{
                  background: url('../img/arrow_right_bl.png')no-repeat;            
              }
          }*/
}
.banner-area:hover .col {
  background-color: #a0a0a0;
}
.banner-area:hover .col:nth-child(2) {
  overflow: hidden;
}
.banner-area:hover .col:nth-child(2) .col-inner {
  transform: scale(1.1);
}
.banner-area .col {
  position: relative;
  float: left;
  width: 50%;
  height: 400px;
  text-align: center;
  background-color: #141414;
  transition: all 1s;
}
@media screen and (max-width: 768px) {
  .banner-area .col {
    width: 100%;
    height: 300px;
  }
}
.banner-area .col:nth-child(1) {
  /*border:1px solid $stc-color;*/
}
.banner-area .col:nth-child(1) .col-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 92%;
  height: 180px;
  margin: auto;
}
.banner-area .col:nth-child(2) {
  overflow: hidden;
}
@media screen and (max-width: 600px) {
  .banner-area .col:nth-child(2) {
    height: 250px;
  }
}
.banner-area .col:nth-child(2) .col-inner {
  height: 400px;
  transition: all 1s;
}
@media screen and (max-width: 600px) {
  .banner-area .col:nth-child(2) .col-inner {
    height: 250px;
  }
}
.banner-area h4 {
  position: relative;
  width: 100%;
  font-size: 170%;
  font-family: "FOT-筑紫ゴシック Pro M";
  color: #FFF;
  padding-bottom: 15px;
  margin-bottom: 30px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  .banner-area h4 {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  .banner-area h4 {
    font-size: 145%;
  }
}
.banner-area h4:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 35px;
  height: 3px;
  background-color: #FFF;
  margin: auto;
}
.banner-area h5 {
  position: relative;
  width: 100%;
  font-size: 170%;
  color: #FFF;
  padding-bottom: 15px;
  margin-bottom: 30px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  .banner-area h5 {
    font-size: 155%;
  }
}
@media screen and (max-width: 600px) {
  .banner-area h5 {
    font-size: 145%;
  }
}
.banner-area h5:before {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 35px;
  height: 3px;
  background-color: #FFF;
  margin: auto;
}
.banner-area p {
  font-size: 94%;
  color: #FFF;
  margin-bottom: 30px;
  transition: all 1s;
}
.banner-area .detail-btn {
  position: relative;
  display: inline-block;
  color: #FFF;
  padding-right: 35px;
  margin: 0 auto;
  transition: all 1s;
}
.banner-area .detail-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right.png") no-repeat;
  transition: all 1s;
}

#world-link {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
#world-link .item {
  position: relative;
  float: left;
  overflow: hidden;
  width: 33.333%;
  height: 350px;
  transition: all 1s;
}
@media screen and (max-width: 960px) {
  #world-link .item {
    width: 50%;
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  #world-link .item {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #world-link .item {
    height: 230px;
  }
}
#world-link .item.on .item-layer {
  background: rgba(255, 255, 255, 0.6);
}
#world-link .item.on .item-layer p {
  color: #141414;
}
#world-link .item.on .item-layer p:before {
  opacity: 0;
}
#world-link .item:first-child .item-inner {
  background: url(../img/world-link_img01.jpg) no-repeat center center;
  background-size: cover;
}
#world-link .item:nth-child(2) .item-inner {
  background: url(../img/world-link_img02.jpg) no-repeat center center;
  background-size: cover;
}
#world-link .item:nth-child(3) .item-inner {
  background: url(../img/world-link_img03.jpg) no-repeat center center;
  background-size: cover;
}
#world-link .item:nth-child(4) .item-inner {
  background: url(../img/world-link_img04.jpg) no-repeat center center;
  background-size: cover;
}
#world-link .item:nth-child(5) .item-inner {
  background: url(../img/world-link_img05.jpg) no-repeat center center;
  background-size: cover;
}
#world-link .item:nth-child(6) .item-inner {
  background: url(../img/world-link_img06.jpg) no-repeat center center;
  background-size: cover;
}
#world-link .item:hover .item-inner {
  transform: scale(1.1);
}
#world-link .item:hover .item-layer {
  /*background: rgba(255,255,255,0.6);*/
}
#world-link .item:hover .item-layer p {
  /*color: $stc-color;*/
  /*                    &:before{
                          opacity: 0;
                      }*/
}
#world-link .item .item-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
}
#world-link .item .item-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 19, 19, 0.4);
  transition: all 1s;
}
#world-link .item .item-layer p {
  position: relative;
  display: inline-block;
  font-size: 144%;
  color: #FFF;
  padding-right: 42px;
  margin: 40px 1.5em 0;
}
@media screen and (max-width: 960px) {
  #world-link .item .item-layer p {
    font-size: 137%;
  }
}
@media screen and (max-width: 600px) {
  #world-link .item .item-layer p {
    font-size: 125%;
    margin: 30px 0 0 1.5em;
  }
}
#world-link .item .item-layer p:before {
  display: block;
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right.png") no-repeat;
  transition: all 1s;
}

#service-link {
  overflow: hidden;
  max-width: 1920px;
  margin: 0 auto;
}
#service-link .item {
  position: relative;
  float: left;
  overflow: hidden;
  width: 25%;
  height: 350px;
  transition: all 1s;
}
@media screen and (max-width: 1280px) {
  #service-link .item {
    /* width: 33.33%; */
    width: 50%;
  }
}
@media screen and (max-width: 960px) {
  #service-link .item {
    width: 50%;
    height: 300px;
  }
}
@media screen and (max-width: 600px) {
  #service-link .item {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  #service-link .item {
    height: 230px;
  }
}
#service-link .item.on .item-layer {
  background: rgba(255, 255, 255, 0.6);
}
#service-link .item.on .item-layer p {
  color: #141414;
}
#service-link .item.on .item-layer p:before {
  opacity: 0;
}
#service-link .item:first-child .item-inner {
  background: url(../img/product-link_img02.jpg) no-repeat center center;
  background-size: cover;
}
#service-link .item:nth-child(2) .item-inner {
  background: url(../img/product-link_img03.jpg) no-repeat center center;
  background-size: cover;
}
#service-link .item:nth-child(3) .item-inner {
  background: url(../img/product-link_img04.jpg) no-repeat center center;
  background-size: cover;
}
#service-link .item:nth-child(4) .item-inner {
  background: url(../img/detail_img04.jpg) no-repeat center center;
  background-size: cover;
}
#service-link .item:hover .item-inner {
  transform: scale(1.1);
}
#service-link .item:hover .item-inner p {
  /*color: $stc-color;*/
  /*                    &:before{
                          opacity: 0;
                      }*/
}
#service-link .item .item-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
}
#service-link .item .item-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 19, 19, 0.4);
  transition: all 1s;
}
#service-link .item .item-layer p {
  position: relative;
  display: inline-block;
  font-size: 144%;
  color: #FFF;
  padding-right: 42px;
  margin: 40px 1.5em 0;
}
@media screen and (max-width: 960px) {
  #service-link .item .item-layer p {
    font-size: 137%;
  }
}
@media screen and (max-width: 600px) {
  #service-link .item .item-layer p {
    font-size: 125%;
    margin: 30px 0 0 1.5em;
  }
}
#service-link .item .item-layer p:before {
  display: block;
  content: "";
  position: absolute;
  top: 11px;
  right: 0;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right.png") no-repeat;
  transition: all 1s;
}

.fix-boxed {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 0 1.5em;
  z-index: 99;
}
.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: 1400px;
  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;
}

#manufacturing-link {
  text-align: center;
  padding: 95px 1.5em;
}
#manufacturing-link .item {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  width: 31%;
  text-align: left;
  margin-right: 2%;
  margin-bottom: 30px;
}
@media screen and (max-width: 960px) {
  #manufacturing-link .item {
    width: 48%;
  }
}
@media screen and (max-width: 600px) {
  #manufacturing-link .item {
    width: 100%;
  }
}
#manufacturing-link .item:first-child .item-header-inner {
  background: url(../img/craftsmanship-link_img01.jpg) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 960px) {
  #manufacturing-link .item:nth-child(2) {
    margin-right: 0%;
  }
}
#manufacturing-link .item:nth-child(2) .item-header-inner {
  background: url(../img/craftsmanship-link_img02.jpg) no-repeat center center;
  background-size: cover;
}
#manufacturing-link .item:last-child {
  margin-right: 0;
}
#manufacturing-link .item:last-child .item-header-inner {
  background: url(../img/craftsmanship-link_img03.jpg) no-repeat center center;
  background-size: cover;
}
#manufacturing-link .item.on .item-header .layer {
  opacity: 1;
}
#manufacturing-link .item.on .detail-btn:before {
  opacity: 0;
}
#manufacturing-link .item:hover {
  /*            .layer{
                  opacity: 1;
              }*/
}
#manufacturing-link .item:hover .item-header-inner {
  transform: scale(1.1);
}
#manufacturing-link .item:hover .detail-btn {
  /*                &:before{
                      opacity: 0;
                  }*/
}
#manufacturing-link .item .item-header {
  position: relative;
  overflow: hidden;
  height: 350px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #manufacturing-link .item .item-header {
    height: 280px;
  }
}
@media screen and (max-width: 480px) {
  #manufacturing-link .item .item-header {
    height: 230px;
  }
}
#manufacturing-link .item .item-header .item-header-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 1s;
}
#manufacturing-link .item .item-header .layer {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  transition: all 1s;
}
#manufacturing-link .item .detail-btn {
  position: relative;
  display: inline-block;
  color: #141414;
  padding-right: 35px;
}
#manufacturing-link .item .detail-btn:before {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  right: 0;
  width: 27px;
  height: 10px;
  background: url("../img/arrow_right_bl.png") no-repeat;
  transition: all 1s;
}
#manufacturing-link .item .detail-btn:hover:before {
  right: -10px;
}

.single-main-img_area-body {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 100px;
  /* right: 0; */
  max-width: 550px;
  text-align: left;
  height: 105px;
  padding: 0 1em;
  margin: auto;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .single-main-img_area-body {
    left: 5%;
  }
}
.single-main-img_area-body h2 {
  font-size: 187%;
  color: #FFF;
}
@media screen and (max-width: 960px) {
  .single-main-img_area-body h2 {
    font-size: 170%;
  }
}
@media screen and (max-width: 600px) {
  .single-main-img_area-body h2 {
    font-size: 155%;
  }
}
@media screen and (max-width: 480px) {
  .single-main-img_area-body h2 {
    font-size: 130%;
  }
}
/*# sourceMappingURL=page-common.css.map */