@charset "UTF-8";
/* Variables
****************************************************************************/
/* Media Queries
****************************************************************************/
/* Utilities
****************************************************************************/
/*clearfix*/
/* set some element's line-height to 1em because of adjust text margin */
/*set fontfamily noto 700*/
/*set fontfamily*/
.page-visual .inner {
  background-image: url(../../products/ginfurubi/img/page_visual.jpg);
  position: relative;
}

.page-visual {
  position: relative;
}

.page-visual::after {
  position: absolute;
  z-index: 2;
  bottom: 0;
  content: "";
  display: block;
  width: 121px;
  height: 40px;
  left: calc(50% - 60px);
  background: rgba(0, 0, 0, 0.4);
}

.sec-top {
  background: url(../../products/ginfurubi/img/sec_top_bg.png) repeat-y center top #232326;
}

.sec-top .page-tit {
  width: 223px;
  padding: 80px 0;
  margin: 0 auto;
}

.sec-top .photo-container:after {
  content: "";
  clear: both;
  display: block;
}

.sec-top .photo-container figure {
  float: left;
  width: 50%;
}

@media only screen and (max-width: 768px) {
  .sec-top .page-tit {
    width: 140px;
    padding: 40px 0;
  }
}

.sec-top .story-container {
  background: url(../../products/ginfurubi/img/sec_top_bg2.jpg) no-repeat center top #fff;
  position: relative;
  background-size: auto;
  height: 1330px;
  border-bottom: 35px solid #eeeef2;
}

.sec-top .story-container .catch {
  width: 424px;
  margin: 0 auto;
  padding-top: 80px;
}

.sec-top .story-container .photo {
  position: absolute;
}

.sec-top .story-container .p1 {
  width: 462px;
  top: 200px;
  left: calc(50% - 480px);
}

.sec-top .story-container .p2 {
  width: 319px;
  top: 445px;
  left: calc(50% + 90px);
}

.sec-top .story-container .p3 {
  top: 768px;
  width: 400px;
  left: calc(50% - 340px);
}

.sec-top .story-container .txt {
  position: absolute;
  z-index: 3;
  line-height: 2.0em;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  letter-spacing: 0.1em;
}

.sec-top .story-container .t1 {
  top: 230px;
  left: calc(50% + 85px);
}

.sec-top .story-container .t2 {
  top: 568px;
  left: calc(50% - 475px);
}

.sec-top .story-container .t3 {
  top: 763px;
  left: calc(50% + 85px);
}

@media only screen and (max-width: 768px) {
  .sec-top .story-container {
    height: 1550px;
  }
  .sec-top .story-container .catch {
    width: 270px;
    margin: 40px auto;
    padding-top: 60px;
  }
  .sec-top .story-container .photo {
    position: relative;
  }
  .sec-top .story-container .txt {
    position: relative;
    font-size: 1.2rem;
  }
  .sec-top .story-container .p1, .sec-top .story-container .p2, .sec-top .story-container .p3 {
    width: 240px;
    margin: 0 auto;
    top: auto;
    left: auto;
  }
  .sec-top .story-container .t1, .sec-top .story-container .t2, .sec-top .story-container .t3 {
    text-align: center;
    margin: 30px 15px;
    top: auto;
    left: auto;
  }
}

.sec-func .block1 {
  position: relative;
}

.sec-func .block1 .inner {
  background: url(../../products/ginfurubi/img/sec_func_p01.jpg) no-repeat center top #080808;
  background-size: cover;
  position: relative;
}

.sec-func .block1 .inner::before {
  content: "";
  display: block;
  padding-top: 30%;
}

.sec-func .block1 .prx-tgt {
  -webkit-transform: scale(1.4);
          transform: scale(1.4);
}

@media only screen and (max-width: 768px) {
  .sec-func .block1 .prx-tgt {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
  }
}

.sec-func .block1 .caption {
  position: absolute;
  right: 15px;
  bottom: 15px;
  font-size: 1.3rem;
  font-weight: bold;
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  padding: 4px;
  color: #fff;
}

.sec-func .block2 {
  background: #080808;
  padding: 40px 0 80px;
}

.sec-func .block2 .catch {
  width: 424px;
  margin: 0 auto 40px;
}

.sec-func .block2 .lead {
  color: #fff;
  text-align: center;
  line-height: 2em;
  margin: 0 15px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .sec-func .block1::before {
    padding-top: 50%;
  }
  .sec-func .block1 .caption {
    font-size: 1.15rem;
    right: 10px;
  }
  .sec-func .block2 {
    padding: 30px 0 60px;
  }
  .sec-func .block2 .catch {
    width: 243px;
    margin-bottom: 30px;
  }
  .sec-func .block2 .lead {
    font-size: 1.2rem;
    line-height: 1.8em;
  }
}

.sec-yaku {
  margin-bottom: 80px;
}

.sec-yaku .yaku-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  /*li:nth-child(3n) {
			margin-right: 0;
		}*/
}

.sec-yaku .yaku-list li {
  width: calc(33.3% - 4px);
  /*margin-right: 6px;*/
  margin-bottom: 30px;
}

.sec-yaku .yaku-list li figcaption {
  margin-top: 10px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
  line-height: 1.3em;
  text-align: center;
}

.sec-yaku .yaku-list li small {
  font-size: .8em;
}

@media only screen and (max-width: 768px) {
  .sec-yaku .yaku-list {
    /*li:nth-child(3n) {
				margin-right: inherit;
			}
			li:nth-child(2n){
				margin-right: 0;
			}*/
  }
  .sec-yaku .yaku-list li {
    margin-bottom: 20px;
    width: calc(50% - 2px);
  }
  .sec-yaku .yaku-list li figcaption {
    font-size: 1.2rem;
  }
}

@media print, screen and (min-width: 769px) {
  .sec-yaku .yaku-list li.col4 {
    width: 24.5%;
  }
}

.sec-yaku .yaku-note {
  text-align: center;
}

@media print, screen and (min-width: 769px) {
  .sec-yaku {
    margin-bottom: 160px;
  }
}

.sec-spec {
  margin: 60px auto;
}

.sec-spec .fig01 {
  width: 386px;
  margin: 0 auto;
}

.sec-spec .fig02 {
  width: 830px;
  margin: 0 auto;
}

.sec-spec .fig03 {
  width: 380px;
  margin: 0 auto;
}

.sec-spec .fig03-note {
  width: 380px;
  margin: 15px auto 80px;
}

.sec-spec .size-container {
  margin-bottom: 80px;
}

.sec-spec .size-container:after {
  content: "";
  clear: both;
  display: block;
}

.sec-spec .size-container .box {
  width: 50%;
  float: left;
}

.sec-spec .spec-table {
  width: 65%;
  min-width: 440px;
  margin: 0 auto;
}

@media only screen and (max-width: 768px) {
  .sec-spec .fig02 {
    width: auto;
    margin: 0 10px;
  }
  .sec-spec .fig01 {
    width: 240px;
    margin: 0 auto 30px;
  }
  .sec-spec .fig03 {
    width: 240px;
    margin: 0 auto;
  }
  .sec-spec .fig03-note {
    margin: 15px 15px 40px;
  }
  .sec-spec .size-container {
    margin-bottom: 60px;
  }
  .sec-spec .size-container .box {
    width: auto;
    float: none;
  }
  .sec-spec .spec-table {
    width: 75%;
    margin: 0 auto;
    min-width: initial;
  }
}

/** ------------------------------------------
	施工例ギャラリー
 */
.sekou-wrap {
  background-color: #25242d;
  padding: 60px 0;
}

@media only screen and (max-width: 768px) {
  .sekou-wrap {
    padding: 40px 0;
  }
}

.sekou-main {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.sekou-box {
  width: 48%;
  position: relative;
  margin-bottom: 60px;
}

@media only screen and (max-width: 768px) {
  .sekou-box {
    width: auto;
    margin-bottom: 30px;
  }
}

.sekou-heading {
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
  letter-spacing: .1em;
}

@media only screen and (max-width: 768px) {
  .sekou-heading {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
}

.sekou-box2 {
  /*display: flex;
  justify-content: space-between;*/
  margin-bottom: 20px;
}

.sekou-thumb-main {
  margin-bottom: 20px;
  height: 60vw;
}

.sekou-thumb-main a {
  display: block;
  height: 60vw;
}

.sekou-thumb-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media print, screen and (min-width: 769px) {
  .sekou-thumb-main {
    height: 340px;
  }
  .sekou-thumb-main a {
    height: 340px;
  }
}

.sekou-thumb-box {
  /*width: 30%;*/
}

.sekou-thumb-list {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
          align-items: flex-start;
}

.sekou-thumb-list > li a {
  display: block;
  height: 70px;
}

.sekou-thumb-list > li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .sekou-thumb-list > li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .sekou-thumb-list > li:nth-child(3n) {
    margin-right: 0;
  }
}

@media print, screen and (min-width: 769px) {
  .sekou-thumb-list > li {
    width: 19%;
    margin-right: 1.2%;
    margin-bottom: 1.2%;
  }
  .sekou-thumb-list > li:nth-child(5n) {
    margin-right: 0;
  }
}

.secou__heading2 {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: .5em;
}

@media print, screen and (min-width: 769px) {
  .secou__heading2 {
    font-size: 1.4rem;
  }
}

.sekou-text {
  color: #fff;
  font-size: 1.3rem;
}

@media only screen and (max-width: 768px) {
  .sekou-text {
    font-size: 1.2rem;
  }
}

.pswp__caption__center {
  text-align: center !important;
}
