@charset "UTF-8";
/* ↓以下、眞砂追加 ----- */
/* Font Size ----- */
.fullscreen-wrapper {
  background-image: url("../img/secret/fv-secret.jpg");
}

.imgbox.-secret-n-img {
  padding-top: 65%;
}

.imgbox.-raw-material-01 {
  background-image: url(../img/secret/secret-1-img-01.jpg);
}

.imgbox.-raw-material-02 {
  background-image: url(../img/secret/secret-1-img-02.jpg);
}

.imgbox.-quality-control-01 {
  background-image: url(../img/secret/secret-2-img-01.jpg);
}

.imgbox.-quality-control-02 {
  background-image: url(../img/secret/secret-2-img-02.jpg);
}

.imgbox.-method-01 {
  background-image: url(../img/secret/secret-3-img-01.jpg);
}

.imgbox.-method-02 {
  background-image: url(../img/secret/secret-3-img-02.jpg);
}

.imgbox.-craftspeople-01 {
  background-image: url(../img/secret/secret-4-img-01.jpg);
}

.imgbox.-craftspeople-02 {
  background-image: url(../img/secret/secret-4-img-02.jpg);
}

.imgbox.-development-01 {
  background-image: url(../img/secret/secret-5-img-01.jpg);
}

.imgbox.-development-02 {
  background-image: url(../img/secret/secret-5-img-02.jpg);
}

.imgbox.-secret-img {
  /*padding-top: 97%;*/
  background-size: contain;
  background-position: center bottom;
}

.imgbox.-raw-material-main {
  padding-top: 82.9562594%;
  background-image: url(../img/secret/secret-img-01.png);
}

.imgbox.-quality-control-main {
  padding-top: 82.9302987%;
  background-image: url(../img/secret/secret-img-02.png);
}

.imgbox.-method-main {
  padding-top: 73.4375%;
  background-image: url(../img/secret/secret-img-03.png);
}

.imgbox.-craftspeople-main {
  padding-top: 74.56%;
  background-image: url(../img/secret/secret-img-04.png);
}

.imgbox.-development-main {
  padding-top: 90.3522205%;
  background-image: url(../img/secret/secret-img-05.png);
}

.row-ttl {
  position: relative;
  padding-left: 90px;
  letter-spacing: .6em;
}

@media screen and (max-width: 991px) {
  .row-ttl {
    padding-left: 75px;
  }
}

@media screen and (max-width: 767px) {
  .row-ttl {
    letter-spacing: 0.3em;
  }
}

.row-ttl::before {
  content: '';
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 70px;
  height: 0;
  padding-top: 3.3%;
  padding-top: 40px;
  background-image: url(../img/secret/secret-num-01.png);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 991px) {
  .row-ttl::before {
    width: 60px;
    padding-top: 32px;
  }
}

.row-ttl.-num-01::before {
  background-image: url(../img/secret/secret-num-01.png);
}

.row-ttl.-num-02::before {
  background-image: url(../img/secret/secret-num-02.png);
}

.row-ttl.-num-03::before {
  background-image: url(../img/secret/secret-num-03.png);
}

.row-ttl.-num-04::before {
  background-image: url(../img/secret/secret-num-04.png);
}

.row-ttl.-num-05::before {
  background-image: url(../img/secret/secret-num-05.png);
}

.secret-box .imgsbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.secret-box .imgsbox .imgbox-outer {
  width: 48%;
}

.secret-box .contents-box {
  width: 54%;
}

@media screen and (max-width: 767px) {
  .secret-box .contents-box {
    width: 100%;
  }
}

.secret-box .imgbox-outer.-img-main {
  width: 40%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center;
}

@media screen and (max-width: 767px) {
  .secret-box .imgbox-outer.-img-main {
    width: 100%;
  }
}

.secret-box .txtbox {
  letter-spacing: 0.1em;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .secret-box .txtbox {
    font-size: 14px;
  }
}

.secret-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .secret-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
