@charset "UTF-8";
.wrapper {
  padding: 0;
  width: 100%;
  height: auto;
}

.l-inner-main {
  padding: 0 15px;
}

@media only screen and (max-width: 960px) {
  .ttl_02 img {
    height: auto;
  }
}
/**********************************************************************
	全体を囲む - className : Main-wrap
***********************************************************************/
/**********************************************************************
	ブロック上部 - className : Block-top
***********************************************************************/
.Block-top {
  background: url("../images/bg_mainarea.jpg") no-repeat center center;
  background-size: cover;
  padding: 0 4%;
  position: relative;
  display: table;
  width: 100%;
}
.Block-top .Block-top-inner {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  width: 100%;
  height: auto;
  padding: 0;
}
.Block-top .logo {
  padding-bottom: 20px;
  margin-bottom: 0;
}
.Block-top .main-ttl {
  width: 40%;
  padding-bottom: 30px;
}
.Block-top .main-ttl img {
  width: 100%;
  height: auto;
}
.Block-top .main-ttl-sub {
  width: 58%;
}
.Block-top .main-ttl-sub img {
  width: 100%;
  height: auto;
}
.Block-top .map {
  width: 22%;
  height: auto;
  position: absolute;
  top: 0;
  right: 5px;
}
.Block-top .map img {
  width: 100%;
  height: auto;
}
.Block-top .main-bnr {
  float: right;
  margin: 30px 0;
}

@media only screen and (max-width: 960px) {
  .Block-top {
    padding: 4% 4% 10%;
  }
  .Block-top .main-ttl {
    width: 100%;
    padding-bottom: 10px;
  }
  .Block-top .main-ttl img {
    max-width: 70%;
  }
  .Block-top .main-ttl-sub {
    width: 100%;
  }
  .Block-top .main-ttl-sub img {
    max-width: 70%;
  }
  .Block-top .main-bnr {
    margin: 0;
  }
}
/**********************************************************************
	ブロック下部 - className : Block-top
***********************************************************************/
.Block-bottom .row-0 {
  height: 100%;
}
.Block-bottom .col-pc-3 {
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.Block-bottom .link-lg {
  width: 100%;
  height: 100%;
  display: table;
}
.Block-bottom .link-lg .link-lg-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10%;
}
.Block-bottom .link-lg .ttl-img {
  text-align: center;
  margin-top: 10px;
}
.Block-bottom .link-lg .icon {
  text-align: center;
  margin-top: 20px;
}
.Block-bottom .link-lg#office {
  background: url("../images/bg_office.jpg") no-repeat center center;
  background-size: cover;
  transition: background-image 0.7s;
}
.Block-bottom .link-lg#office:hover {
  background: url("../images/bg_office_hover.jpg") no-repeat center center;
  background-size: cover;
  transition: background-image 0.7s;
}
.Block-bottom .link-lg#industrial {
  background: url("../images/bg_industrial.jpg") no-repeat center center;
  background-size: cover;
  transition: background-image 0.7s;
}
.Block-bottom .link-lg#industrial:hover {
  background: url("../images/bg_industrial_hover.jpg") no-repeat center center;
  background-size: cover;
  transition: background-image 0.7s;
}
.Block-bottom .link-sm {
  width: 100%;
  height: 100%;
}
.Block-bottom .link-sm .link-sm-btn {
  display: table;
  width: 100%;
  height: 50%;
}
.Block-bottom .link-sm .link-sm-btn .link-sm-btn-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0 5%;
  text-align: center;
}
.Block-bottom .link-sm .link-sm-btn .link-sm-btn-inner .read-more {
  margin-top: 20px;
  margin-bottom: 10px;
}
.Block-bottom .link-sm .link-sm-btn.whats {
  background: #830307;
  transition: background-color 0.7s;
}
.Block-bottom .link-sm .link-sm-btn.whats:hover {
  background: #ac0307;
  transition: background-color 0.7s;
}
.Block-bottom .link-sm .link-sm-btn.kobe {
  background: url("../images/bg_kobeproject.jpg") no-repeat center center;
  background-size: cover;
  transition: background-image 0.7s;
}
.Block-bottom .link-sm .link-sm-btn.kobe:hover {
  background: url("../images/bg_kobeproject_hover.jpg") no-repeat center center;
  background-size: cover;
  transition: background-image 0.7s;
}
.Block-bottom .link-sm .link-sm-btn.research {
  background: url("../images/bg_research.jpg") no-repeat center center;
  background-size: cover;
  transition: background-image 0.7s;
}
.Block-bottom .link-sm .link-sm-btn.research:hover {
  background: url("../images/bg_research_hover.jpg") no-repeat center center;
  background-size: cover;
  transition: background-image 0.7s;
}
.Block-bottom .read-more {
  color: white;
  font-family: 'Oswald';
  text-align: center;
  font-size: 2.0rem;
  font-weight: 300;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 960px) {
  .Block-bottom .link-sm .link-sm-btn {
    height: auto;
  }
}
/**********************************************************************
	ページヘッダ - className : Header-cs
***********************************************************************/
.Header-cs {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  padding: 70px 60px;
}

@media only screen and (max-width: 960px) {
  .Header-cs {
    padding: 35px 30px;
  }
  .Header-cs .Header-logo img {
    width: 214px;
  }
}
/**********************************************************************
	フッター
***********************************************************************/
.Footer-cs {
  background: #000;
  color: white;
  overflow: hidden;
  width: 100%;
  padding: 5px 10px;
}
.Footer-cs .copyright {
  width: 50%;
  float: left;
  margin-bottom: 0;
}
.Footer-cs .copyright small {
  font-size: 1.2rem;
}
.Footer-cs .link-area {
  float: right;
  width: 50%;
  text-align: right;
}
.Footer-cs .link-area .footer-link {
  display: inline-block;
  margin-left: 10px;
  color: white;
  font-size: 1.4rem;
}
.Footer-cs .link-area .footer-link:hover {
  text-decoration: underline;
}
.Footer-cs .link-area .footer-link:before {
  content: '';
  display: inline-block;
  font-family: 'FontAwesome';
  color: white;
  font-size: 1.2rem;
  margin-right: 5px;
}

@media only screen and (max-width: 960px) {
  .Footer-cs .copyright {
    width: 100%;
    float: none;
    text-align: center;
  }
  .Footer-cs .link-area {
    float: none;
    width: 100%;
    text-align: center;
  }
  .Footer-cs .link-area .footer-link {
    display: inline-block;
    margin-left: 10px;
    font-size: 1.2rem;
  }
}
/**********************************************************************
	Creative Studio 下層　- className : CsUnder
***********************************************************************/
.CsUnder {
  padding-top: 200px;
  padding-bottom: 100px;
  margin-bottom: 0;
}
.CsUnder .ttl_02 {
  text-align: center;
  margin-bottom: 60px;
}
.CsUnder .m-box {
  margin-bottom: 60px;
  color: #333;
  padding: 50px 30px;
}
.CsUnder .m-box a {
  color: #9e0012;
  text-decoration: underline;
  display: inline-block;
}

@media only screen and (max-width: 960px) {
  .CsUnder {
    padding-top: 100px;
    padding-bottom: 50px;
  }
  .CsUnder .ttl_02 {
    margin-bottom: 30px;
  }
  .CsUnder .m-box {
    margin-bottom: 30px;
    padding: 25px 15px;
  }
}
.mfp-img {
  border: solid 10px white;
  padding: 0 !important;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  top: -40px;
  z-index: 100;
}

.mfp-bottom-bar {
  display: none;
}

button.mfp-arrow:after {
  content: none;
}
button.mfp-arrow:before {
  margin-top: 20px;
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 3.0rem;
  vertical-align: middle;
  color: white;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:before {
  content: '';
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:before {
  content: '';
}

/**********************************************************************
	本社棟 - className : CsOffice
***********************************************************************/
.CsOffice {
  background: url("../office/images/bg_csoffice.jpg") top center no-repeat;
  background-size: cover;
}

/**********************************************************************
	産業棟 - className : industrial
***********************************************************************/
.Industrial {
  background: url("../industrial/images/bg_industrial.jpg") top center no-repeat;
  background-size: cover;
}
.Industrial .m-list li {
  display: inline-block;
}
.Industrial .m-list li:before {
  content: "/";
  padding: 0 10px;
}
.Industrial .m-list li:first-child:before {
  content: none;
}

/**********************************************************************
	研究開発棟 - className : research
***********************************************************************/
.Research {
  background: url("../research/images/bg_research.jpg") top center no-repeat;
  background-size: cover;
}

/**********************************************************************
	What's Creative Studio? - className : CsWhats
***********************************************************************/
.CsWhats {
  background: url("../whats/images/bg_cswhats.jpg") top center no-repeat;
  background-size: cover;
}
.CsWhats .CsWhats_box {
  text-align: center;
}

@media screen and (max-width: 1040px) and (min-width: 768px) {
  .CsWhats .CsWhats_box {
    text-align: left;
  }
}
.whats_txt_1 {
  display: flex;
  justify-content: center;
  text-align: left;
}

/**********************************************************************
	下層リンク - className : Bottom_link
***********************************************************************/
.Bottom_link {
  margin-bottom: 0;
}
.Bottom_link .link-lg {
  display: table;
  width: 100%;
}
.Bottom_link .link-lg-inner {
  display: table-cell;
  vertical-align: middle;
  padding: 5% 10%;
}
.Bottom_link .creative {
  background: #830307;
  transition: background-color 0.7s;
}
.Bottom_link .creative:hover {
  background: #ac0307;
  transition: background-color 0.7s;
}
.Bottom_link .kobe {
  background: url("../images/bnr_bg_kobe.png") no-repeat center center;
  background-size: cover;
  transition: background-image 0.7s;
}
.Bottom_link .kobe:hover {
  background: url("../images/bnr_bg_kobe_hover.png") no-repeat center center;
  background-size: cover;
  transition: background-image 0.7s;
}
.Bottom_link .industrial {
  background: url("../images/bnr_bg_industrial.png") no-repeat center center;
  background-size: cover;
  transition: background-image 0.7s;
}
.Bottom_link .industrial:hover {
  background: url("../images/bnr_bg_industrial_hover.png") no-repeat center center;
  background-size: cover;
  transition: background-image 0.7s;
}
.Bottom_link .office {
  background: url("../images/bnr_bg_office.png") no-repeat center center;
  background-size: cover;
  transition: background-image 0.7s;
}
.Bottom_link .office:hover {
  background: url("../images/bnr_bg_office_hover.png") no-repeat center center;
  background-size: cover;
  transition: background-image 0.7s;
}
.Bottom_link .research {
  background: url("../images/bnr_bg_research.png") no-repeat center center;
  background-size: cover;
  transition: background-image 0.7s;
}
.Bottom_link .research:hover {
  background: url("../images/bnr_bg_research_hover.png") no-repeat center center;
  background-size: cover;
  transition: background-image 0.7s;
}
