@charset "utf-8";
/* --------
[post.cssについて]
・WordPressのindex.php、single.php内の記事出力HTMLで使用
-------- */

/* index-posts -------- */
.index-posts {
}

/* single-posts -------- */
.single-posts {
}

/* page-news -------- */
.page-news .box {
  margin-bottom: 100px;
  -webkit-display: flex;
  -ms-display: flex;
  -webkit-display: flex;
  display: flex;
}
.page-news .box .thumb {
  width: 400px;
  padding-right: 50px;
}
.page-news .box .text-wrap {
  width: 560px;
  position: relative;
}
.page-news .box .text-wrap .date {
  /*font-family: "Barlow Condensed";*/
  line-height: 1;
  font-size: 20px;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
}
.page-news .box .text-wrap .title {
  line-height: 1.2;
  margin-bottom: 20px;
}
.page-news .box .text-wrap .title .label {
  /*font-family: "Barlow Condensed";*/
  line-height: 1;
  font-size: 20px;
  letter-spacing: 0.06em;
  display: inline-block;
  padding-right: 15px;
}
.page-news .box .text-wrap .title h2 {
  font-size: 16px;
  display: inline-block;
}
.page-news .box .text-wrap .text {
  font-size: 14px;
  line-height: 1.86;
  padding-bottom: 40px;
}
.page-news .box .text-wrap .more {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.page-news .box .text-wrap .more a {
  display: inline-block;
  width: 130px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  /*font-family: "Barlow Condensed";*/
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #000000;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 767px) {
  .page-news .page-title {
    margin-bottom: 40px;
  }
  .page-news .box {
    max-width: 390px;
    margin: 0 auto 45px;
    -webkit-display: block;
    -ms-display: block;
    -webkit-display: block;
    display: block;
  }
  .page-news .box .thumb {
    width: auto;
    padding: 0 20px 20px;
  }
  .page-news .box .text-wrap {
    width: auto;
  }
  .page-news .box .text-wrap .date {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .page-news .box .text-wrap .date .label {
    display: inline-block;
    margin-left: 10px;
  }
  .page-news .box .text-wrap .title h2 {
    font-size: 13px;
  }
  .page-news .box .text-wrap .text {
    padding-bottom: 20px;
    font-size: 11px;
  }
  .page-news .box .text-wrap .more {
    position: relative;
    text-align: right;
  }
  .page-news .box .text-wrap .more a {
    font-size: 16px;
  }
}

/* page-project -------- */
.page-project .container {
  max-width: 100%;
}

.page-project .catnav-sec {
  z-index: 9;
}
.page-project .catnav-sec .catnav {
  padding-top: 20px;
  margin-bottom: 3%;
}
.page-project .catnav-sec .catnav li {
  float: left;
  width: 19.5%;
  margin-right: 0.5%;
  margin-bottom: 1%;
}
.page-project .catnav-sec .catnav li:nth-child(6n + 1) {
  /*clear: both;*/
}
.page-project .catnav-sec .catnav li:nth-child(9n) {
  margin-right: 0;
}
.page-project .catnav-sec .catnav a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  /*font-family: "Barlow Condensed";*/
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #b4b4b5;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.page-project .catnav-sec .catnav .current a {
  background-color: #000000;
}
@media screen and (max-width: 1000px) {
  .page-project .catnav-sec .catnav {
    padding-bottom: 20px;
  }
  .page-project .catnav-sec .catnav li {
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
  }
  .page-project .catnav-sec .catnav li:nth-child(3n + 1) {
    clear: both;
  }
  .page-project .catnav-sec .catnav li:nth-child(3n) {
    margin-right: 0;
  }
  .page-project .catnav-sec .catnav a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-project .catnav-sec .catnav {
    padding-bottom: 40px;
  }
  .page-project .catnav-sec .catnav li {
    width: 48.75%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
  }
  .page-project .catnav-sec .catnav li:nth-child(3n + 1) {
    clear: none;
  }
  .page-project .catnav-sec .catnav li:nth-child(3n) {
    margin-right: 2.5%;
  }
  .page-project .catnav-sec .catnav li:nth-child(2n + 1) {
    clear: both;
  }
  .page-project .catnav-sec .catnav li:nth-child(2n) {
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .page-project .boxes {
    display: flex;
    justify-content: space-between;
  }
}

.page-project .box {
  position: relative;
  margin-bottom: 42px;
  /*width: 32%;*/
  width: calc((100% / 3) - 8px);
}

.page-project .box .wide-images {
  margin-bottom: 30px;
}
.page-project .box .wide-images .image1 {
  position: relative;
  float: left;
  width: 44%;
  overflow: hidden;
}
.page-project .box .wide-images .image1 span {
  position: relative;
  display: block;
  height: 1px;
  padding-top: 80%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-project .box.is-even .wide-images .image1 {
  width: 55%;
}
.page-project .box.is-even .wide-images .image1 span {
  padding-top: 64%;
}
.page-project .box .wide-images .image2 {
  position: relative;
  float: right;
  width: 55%;
  overflow: hidden;
}
.page-project .box .wide-images .image2 span {
  position: relative;
  display: block;
  height: 1px;
  padding-top: 64%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-project .box.is-even .wide-images .image2 {
  width: 44%;
}
.page-project .box.is-even .wide-images .image2 span {
  padding-top: 80%;
}

.page-project .box .wide-images span {
  transition: all 0.3s;
  cursor: pointer;
}
.page-project .box .wide-images span:hover {
  z-index: 1;
  transform: scale(1.05);
}

.page-project .box-inner {
  position: relative;
  -webkit-display: flex;
  -ms-display: flex;
  -webkit-display: flex;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.page-project .box-inner .text-wrap.sp {
  cursor: pointer;
}
.page-project .box-inner .text-wrap.sp .bg {
  display: block;
}
.page-project .box-inner:hover .text-wrap.pc h2 {
  color: #fff;
  background-color: #b4b4b5;
  transition: background-color 0.5s;
  transition: color 0.3s;
}
.page-project .box-inner:hover .text-wrap.pc .btn-more {
  opacity: 0.6;
  transition: opacity 0.3s;
}

.page-project .box .thumb {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.page-project .box .text-wrap {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}

.page-project .box.is-odd .thumb {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
@media all and (-ms-high-contrast: none) {
  .page-project .box.is-odd .thumb {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    height: 100%;
  }
}
.page-project .box.is-odd .text-wrap {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.page-project .box.is-even .thumb {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.page-project .box.is-even .text-wrap {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.page-project .box .text-wrap-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.page-project .box .btn-more {
  position: absolute;
  left: 60%;
  bottom: 5px;
}
.page-project .box .thumb {
  width: 100%;
}
.page-project .box.is-even .thumb {
  padding-right: 0;
  padding-left: 50px;
}
.page-project .box .thumb .project-slider .slick-slide {
  padding: 0;
}
.page-project .box .thumb .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  transition: opacity 0.3s;
}
.page-project .box .thumb .bg:hover {
}
.page-project .box .thumb .bg img {
  width: 100%;
}

.project-slider-modal .slick-slide span {
  display: block;
  height: 0;
  padding-top: 66.64%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.project-slider-modal .slick-slide img {
  width: 100%;
}
.project-slider-modal-arrows div.slick-prev,
.project-slider-modal-arrows div.slick-next,
.project-slider-modal-arrows .slick-prev:before,
.project-slider-modal-arrows .slick-next:before {
  display: none;
}
.project-slider-modal-arrows .slick-prev {
  left: 20px;
  transform: translateX(0);
  width: 20px;
  height: 20px;
}
.project-slider-modal-arrows .slick-prev:after {
  content: "＜";
  display: inline-block;
  font-size: 20px;
  color: #fff;
  height: 20px;
  line-height: 20px;
}
.project-slider-modal-arrows .slick-next {
  right: 20px;
  transform: translateX(0);
  width: 20px;
  height: 20px;
}
.project-slider-modal-arrows .slick-next:after {
  content: "＞";
  display: inline-block;
  font-size: 20px;
  color: #fff;
  height: 20px;
  line-height: 20px;
}

.page-project .box .text-wrap {
  width: 100%;
  position: relative;
}
.page-project .box .text-wrap-inner {
  position: relative;
}
.page-project .box .text-wrap .cat {
  min-height: 30px;
  margin-top: 5px;
}
.page-project .box .text-wrap .cat a {
  width: 90px;
  height: 22px;
  line-height: 22px;
  font-size: 14px;
  display: inline-block;
  margin-right: 5px;
  color: #ffffff;
  /*font-family: "Barlow Condensed";*/
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #000000;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  transition: opacity 0.3s;
}
.page-project .box .text-wrap .cat a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
.page-project .box .text-wrap .title {
  line-height: 1.2;
  margin-bottom: 20px;
}
.page-project .box .text-wrap .title .label {
  /*font-family: "Barlow Condensed";*/
  line-height: 1;
  font-size: 20px;
  letter-spacing: 0.06em;
  display: inline-block;
  padding-right: 15px;
}
.page-project .box .text-wrap h2 {
  display: inline-block;
  font-size: 12px;
  line-height: 1.5;
}
.page-project .box .text-wrap .label {
  margin-bottom: -5px;
  /*font-family: "Barlow Condensed";*/
  font-size: 10px;
  color: #9fa0a0;
}
.page-project .box .text-wrap .more {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.page-project .box .text-wrap .more a {
  display: inline-block;
  width: 130px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  /*font-family: "Barlow Condensed";*/
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #000000;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.page-project .box .text-wrap .arrow {
  position: absolute;
  right: 0;
  top: 50%;
}
.page-project .box .text-wrap .arrow .slick-prev {
  display: none !important;
}
.page-project .box .text-wrap .arrow .slick-next {
  right: auto;
  transform: none;
  width: auto;
  height: auto;
  line-height: 1.5;
  position: relative;
  top: auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;

  width: 59px;
  height: 25px;
  background: url(../images/project/slider-next.png) no-repeat center center;
  background-size: 59px 25px;
}
.page-project .box.is-even .text-wrap .arrow .slick-next {
  background-image: url(../images/project/slider-next2.png);
}
.page-project .box .text-wrap .total {
  display: none;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 82px;
  height: 82px;
  font-size: 50px;
  /*font-family: "Barlow Condensed";*/
  line-height: 1;
}
.page-project .box .text-wrap .total .num1 {
  position: absolute;
  left: 4px;
  top: -16px;
}
.page-project .box .text-wrap .total .num2 {
  position: absolute;
  right: 0;
  bottom: -10px;
}
.page-project .box .text-wrap .total:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 114px;
  height: 2px;
  background-color: #000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform-origin: left top;
  -webkit-transform-origin: left top;
}

@media screen and (max-width: 767px) {
  .page-project .page-title {
    margin-bottom: 40px;
  }
  .page-project .box .text-wrap .cat {
    min-height: 30px;
    margin-top: -20px;
    /*margin-bottom: 5px;*/
  }
  /*  .page-project .sec2{
    padding-left: 25px;
    padding-right: 25px;
  }*/
  .page-project .project-slider-sp {
    margin-bottom: 30px;
  }

  .page-project .box {
    max-width: 490px;
    margin: -55px auto 45px;
    padding-top: 55px;
    width: 100%;
  }
  .page-project .box-inner {
    -webkit-display: block;
    -ms-display: block;
    -webkit-display: block;
    display: block;
    padding: 0;
  }
  .page-project .box .thumb {
    width: auto;
    padding: 0 0 20px;
  }
  .page-project .box.is-even .thumb {
    padding: 0 0 20px;
  }
  .page-project .box .text-wrap {
    width: auto;
  }
  .page-project .box .text-wrap .cat {
    /*margin-bottom: 10px;*/
  }
  .page-project .box .text-wrap .cat a {
    width: 90px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
  }
  .page-project .box .text-wrap h2 {
    font-size: 14px;
  }
  .page-project .box .text-wrap .label {
    font-size: 11px;
  }
  .page-project .box .text-wrap .more {
    position: relative;
    text-align: right;
    margin-top: -32px;
  }
  .page-project .box .text-wrap .more a {
    font-size: 16px;
  }
  .page-project .box .text-wrap .arrow {
    top: 0;
  }
  .page-project .box.is-even .text-wrap .arrow .slick-next {
    background-image: url(../images/project/slider-next.png);
  }
  .page-project .box .text-wrap .total {
    bottom: auto;
    top: 45px;
    font-size: 25px;
    width: 50px;
    height: 50px;
  }
  .page-project .box .text-wrap .total:before {
    width: 64px;
  }
  .page-project .box .text-wrap .total .num1 {
    top: -2px;
  }
  .page-project .box .text-wrap .total .num2 {
    bottom: -5px;
    right: 4px;
  }

  .project-slider-modal .slick-slide {
    padding: 0;
  }
  .project-slider-modal-arrows .slick-prev {
    left: 8px;
  }
  .project-slider-modal-arrows .slick-next {
    right: 8px;
  }

  .project-slider-sp-wrap {
    position: relative;
  }
  .project-slider-sp .slick-slide span {
    display: block;
    height: 0;
    padding-top: 66.64%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .project-slider-sp .slick-slide img {
    width: 100%;
  }
  .project-slider-sp-arrows div.slick-prev,
  .project-slider-sp-arrows div.slick-next,
  .project-slider-sp-arrows .slick-prev:before,
  .project-slider-sp-arrows .slick-next:before {
    display: none;
  }
  .project-slider-sp-arrows .slick-prev {
    left: 20px;
    transform: translateX(0);
    width: 20px;
    height: 20px;
  }
  .project-slider-sp-arrows .slick-prev:after {
    content: "＜";
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    color: #000;
  }
  .project-slider-sp-arrows .slick-next {
    right: 20px;
    transform: translateX(0);
    width: 20px;
    height: 20px;
  }
  .project-slider-sp-arrows .slick-next:after {
    content: "＞";
    display: inline-block;
    font-size: 20px;
    line-height: 20px;
    height: 20px;
    color: #000;
  }

  .project-slider-sp .slick-slide {
    padding: 0;
  }
  .project-slider-sp-arrows .slick-prev {
    left: -22px;
  }
  .project-slider-sp-arrows .slick-next {
    right: -22px;
  }
}

/* page-project-single -------- */
.page-project-single h2 {
  font-size: 80px;
  text-align: center;
  margin: 30px 0 25px;
  /*font-family: "Barlow Condensed";*/
}
.page-project-single .box {
  margin-bottom: 100px;
  -webkit-display: flex;
  -ms-display: flex;
  -webkit-display: flex;
  display: flex;
}
.page-project-single .box.is-odd .thumb {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.page-project-single .box.is-odd .text-wrap {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.page-project-single .box.is-even .thumb {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.page-project-single .box.is-even .text-wrap {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.page-project-single .box .thumb {
  width: 530px;
  padding-right: 50px;
}
.page-project-single .box.is-even .thumb {
  padding-right: 0;
  padding-left: 50px;
}
.page-project-single .box .thumb .project-slider .slick-slide {
  padding: 0;
}
.page-project-single .box .thumb .bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.page-project-single .box .thumb .bg img {
  width: 100%;
}
.page-project-single .box .text-wrap {
  width: 430px;
  position: relative;
}
.page-project-single .box .text-wrap .cat {
  min-height: 30px;
  margin-bottom: 25px;
}
.page-project-single .box .text-wrap .cat a {
  display: inline-block;
  width: 130px;
  height: 30px;
  margin-right: 5px;
  line-height: 30px;
  color: #ffffff;
  /*font-family: "Barlow Condensed";*/
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #000000;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  transition: opacity 0.3s;
}
.page-project-single .box .text-wrap .cat a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
.page-project-single .box .text-wrap .title {
  line-height: 1.2;
  margin-bottom: 20px;
}
.page-project-single .box .text-wrap .title .label {
  /*font-family: "Barlow Condensed";*/
  line-height: 1;
  font-size: 20px;
  letter-spacing: 0.06em;
  display: inline-block;
  padding-right: 15px;
}
.page-project-single .box .text-wrap .copy {
  margin-top: -8px;
  margin-bottom: 50px;
  font-size: 18px;
}
.page-project-single .box .text-wrap h3 {
  font-size: 18px;
}
.page-project-single .box .text-wrap .label {
  margin-top: 10px;
  margin-bottom: -5px;
  /*font-family: "Barlow Condensed";*/
  font-size: 16px;
  color: #9fa0a0;
}
.page-project-single .box .text-wrap .more {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.page-project-single .box .text-wrap .more a {
  display: inline-block;
  width: 130px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  /*font-family: "Barlow Condensed";*/
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #000000;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.page-project-single .box .text-wrap .arrow {
  position: absolute;
  right: 0;
  top: 50%;
}
.page-project-single .box .text-wrap .arrow .slick-prev {
  display: none !important;
}
.page-project-single .box .text-wrap .arrow .slick-next {
  right: auto;
  transform: none;
  width: auto;
  height: auto;
  line-height: 1.5;
  position: relative;
  top: auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;

  width: 59px;
  height: 25px;
  background: url(../images/project/slider-next.png) no-repeat center center;
  background-size: 59px 25px;
}
.page-project-single .box.is-even .text-wrap .arrow .slick-next {
  background-image: url(../images/project/slider-next2.png);
}
.page-project-single .box .text-wrap .total {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 82px;
  height: 82px;
  font-size: 50px;
  /*font-family: "Barlow Condensed";*/
  line-height: 1;
}
.page-project-single .box .text-wrap .total .num1 {
  position: absolute;
  left: 4px;
  top: -16px;
}
.page-project-single .box .text-wrap .total .num2 {
  position: absolute;
  right: 0;
  bottom: -10px;
}
.page-project-single .box .text-wrap .total:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 114px;
  height: 2px;
  background-color: #000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform-origin: left top;
  -webkit-transform-origin: left top;
}

.page-project-single .story-con p {
  line-height: 1.9;
  margin-bottom: 45px;
}

.page-project-single .story-con .image p {
  margin: 90px 0;
}

.page-project-single .story-con .text-image-cols .col1 {
  float: left;
  width: 45%;
}
.page-project-single .story-con .text-image-cols .col2 {
  float: right;
  width: 50%;
}

.page-project-single .story-con .image-text-cols .col1 {
  float: left;
  width: 50%;
}
.page-project-single .story-con .image-text-cols .col2 {
  float: right;
  width: 45%;
}

.page-project-single .story-con .text-simage-cols .col1 {
  float: left;
  width: 58.5%;
}
.page-project-single .story-con .text-simage-cols .col2 {
  float: right;
  width: 36.5%;
}

.page-project-single .story-con .simage-text-cols .col1 {
  float: left;
  width: 36.5%;
}
.page-project-single .story-con .simage-text-cols .col2 {
  float: right;
  width: 58.5%;
}

.page-project-single .story-con .image-image-cols .col1 {
  float: left;
  width: 48%;
}
.page-project-single .story-con .image-image-cols .col2 {
  float: right;
  width: 48%;
}

.page-project-single .story-con .image-ltext-cols {
  position: relative;
}
.page-project-single .story-con .image-ltext-cols .col1 {
  width: 58.5%;
}
.page-project-single .story-con .image-ltext-cols .col1 p {
  margin: 70px 0;
}
.page-project-single .story-con .image-ltext-cols .col2 {
  position: absolute;
  left: 63%;
  right: 0;
  top: 0;
  bottom: 0;
}
.page-project-single .story-con .image-ltext-cols .col2 p {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 23px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.page-project-single .story-con .ltext p {
  margin: 55px 0;
  font-size: 23px;
  text-align: center;
}

.page-project-single .next-sec {
  /*display: none;*/
}
.page-project-single .next-sec .box {
  position: relative;
  border: 2px solid #040000;
}
.page-project-single .next-sec .bg-cover {
  padding-top: 45%;
}
.page-project-single .next-sec .thumb {
  width: 440px;
  padding-right: 40px;
}
.page-project-single .next-sec .text-wrap {
}
.page-project-single .next-sec .text-wrap1 {
  width: 170px;
  padding-right: 20px;
  padding-top: 30px;
}
.page-project-single .next-sec .text-wrap2 {
  width: 350px;
  padding-top: 15px;
}
.page-project-single .next-sec .link {
  position: absolute;
  right: 25px;
  bottom: 25px;
  font-size: 20px;
  /*font-family: "Barlow Condensed";*/
}

.page-project-single ul.galList{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
  .page-project-single ul.galList li{
    margin-right: 1%;
    margin-bottom: 1em;
    width: 49.5%;
  }
  .page-project-single ul.galList li:nth-child(2n){
    margin-right: 0;
  }
    .page-project-single ul.galList li img{
      display: block;
      width: 100%;
      height: 300px;
      object-fit: cover;
    }


@media screen and (max-width: 767px) {
  .page-project-single h2 {
    margin: -10px 0 10px;
    font-size: 27px;
  }
  .page-project-single .page-title {
    margin-bottom: 40px;
  }
  .page-project-single .sec1 .copy {
    max-width: 390px;
    margin: 0 auto 30px;
    font-size: 12px;
  }
  .page-project-single .sec2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .page-project-single .story-con .image {
    overflow: hidden;
    margin: 70px -20px 45px;
  }
  .page-project-single .story-con .image p {
    margin: 0 -30% 0;
  }

  .page-project-single .story-con .text-image-cols .col1 {
    float: none;
    width: auto;
  }
  .page-project-single .story-con .text-image-cols .col2 {
    float: none;
    width: auto;
  }
  .page-project-single .story-con .text-image-cols .col2 p {
    margin-bottom: 20px;
    padding: 0 20px;
    text-align: center;
  }

  .page-project-single .story-con .image-text-cols .col1 {
    float: none;
    width: auto;
  }
  .page-project-single .story-con .image-text-cols .col1 p {
    margin-bottom: 20px;
    padding: 0 20px;
    text-align: center;
  }
  .page-project-single .story-con .image-text-cols .col2 {
    float: none;
    width: auto;
  }

  .page-project-single .story-con .text-simage-cols .col1 {
    float: none;
    width: auto;
  }
  .page-project-single .story-con .text-simage-cols .col2 {
    float: none;
    width: auto;
  }
  .page-project-single .story-con .text-simage-cols .col2 p {
    margin-bottom: 20px;
    margin-left: -20px;
    padding-right: 125px;
  }

  .page-project-single .story-con .simage-text-cols .col1 {
    float: none;
    width: auto;
  }
  .page-project-single .story-con .simage-text-cols .col1 p {
    margin-bottom: 20px;
    margin-right: -20px;
    padding-left: 125px;
    text-align: right;
  }
  .page-project-single .story-con .simage-text-cols .col2 {
    float: none;
    width: auto;
  }

  .page-project-single .story-con .image-image-cols .col1 {
    float: none;
    width: auto;
  }
  .page-project-single .story-con .image-image-cols .col1 p {
    margin-bottom: 20px;
    margin-left: -20px;
    padding-right: 70px;
  }
  .page-project-single .story-con .image-image-cols .col2 {
    float: none;
    width: auto;
  }
  .page-project-single .story-con .image-image-cols .col2 p {
    margin-right: -20px;
    padding-left: 70px;
    text-align: right;
  }

  .page-project-single .story-con .image-ltext-cols {
    position: relative;
  }
  .page-project-single .story-con .image-ltext-cols .col1 {
    width: auto;
  }
  .page-project-single .story-con .image-ltext-cols .col1 p {
    margin: 20px 0;
  }
  .page-project-single .story-con .image-ltext-cols .col2 {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
  .page-project-single .story-con .image-ltext-cols .col2 p {
    position: relative;
    left: auto;
    top: auto;
    margin-bottom: 20px;
    font-size: 13px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .page-project-single .story-con .ltext p {
    margin: 45px 0;
    font-size: 13px;
  }

  .page-project-single .box {
    max-width: 390px;
    margin: 0 auto 45px;
    -webkit-display: block;
    -ms-display: block;
    -webkit-display: block;
    display: block;
  }
  .page-project-single .box .thumb {
    width: auto;
    padding: 0 10px 20px;
  }
  .page-project-single .box.is-even .thumb {
    padding: 0 0 20px;
  }
  .page-project-single .box .text-wrap {
    width: auto;
  }
  .page-project-single .box .text-wrap .cat {
    margin-bottom: 10px;
  }
  .page-project-single .box .text-wrap .cat a {
    width: 90px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
  }
  .page-project-single .box .text-wrap h3 {
    font-size: 14px;
  }
  .page-project-single .box .text-wrap .label {
    font-size: 11px;
  }
  .page-project-single .box .text-wrap .more {
    position: relative;
    text-align: right;
    margin-top: -32px;
  }
  .page-project-single .box .text-wrap .more a {
    font-size: 16px;
  }
  .page-project-single .box .text-wrap .arrow {
    top: 0;
  }
  .page-project-single .box.is-even .text-wrap .arrow .slick-next {
    background-image: url(../images/project/slider-next.png);
  }
  .page-project-single .box .text-wrap .total {
    bottom: auto;
    top: 45px;
    font-size: 25px;
    width: 50px;
    height: 50px;
  }
  .page-project-single .box .text-wrap .total:before {
    width: 64px;
  }
  .page-project-single .box .text-wrap .total .num1 {
    top: -2px;
  }
  .page-project-single .box .text-wrap .total .num2 {
    bottom: -5px;
    right: 4px;
  }
  .page-project-single .box .text-wrap .add-col .col1 {
    float: left;
    width: 49%;
  }
  .page-project-single .box .text-wrap .add-col .col2 {
    float: right;
    width: 49%;
  }

  .page-project-single .next-sec .box .thumb {
    padding: 0;
  }
  .page-project-single .next-sec .box .text-wrap .cat {
    min-height: 0;
  }
  .page-project-single .next-sec .box .text-wrap1 {
    padding: 10px 10px 10px 15px;
  }
  .page-project-single .next-sec .box .text-wrap2 {
    padding: 0;
  }
  .page-project-single .next-sec .box .text-wrap2 p {
    display: none;
  }
  .page-project-single .next-sec .box .text-wrap2 .link {
    display: block;
    font-size: 18px;
    right: 15px;
    bottom: 5px;
  }
  .page-project-single ul.galList{
  }
    .page-project-single ul.galList li{
      margin-bottom: 1em;
      width: 100%;
    }
      .page-project-single ul.galList li img{
        display: block;
        width: 100%;
        height: auto;
        object-fit: cover;
      }

}

/* page-goodstory -------- */
.page-goodstory .sec2 {
  padding-top: 15px;
}
.page-goodstory .sec2 .box {
  margin-bottom: 10px;
}
.page-goodstory .sec2 .box a {
  display: block;
}
.page-goodstory .sec2 .box-inner {
  position: relative;
  height: 350px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.page-goodstory .sec2 .box .info {
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  color: #fff;
}
.page-goodstory .sec2 .box .info h2 {
  line-height: 1.2;
  /*font-family: "Barlow Condensed";*/
  font-size: 50px;
}

@media screen and (max-width: 767px) {
  .page-goodstory .sec2 .box-inner {
    height: 150px;
  }
  .page-goodstory .sec2 .box .info {
    left: 15px;
    top: 50%;
    font-size: 14px;
  }
  .page-goodstory .sec2 .box .info h2 {
    font-size: 36px;
  }
}

/* page-goodstory-single -------- */
.page-goodstory-single .main-image {
  height: 0;
  margin-bottom: 60px;
  padding-top: 42.85%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .page-goodstory-single .main-image {
    padding-top: 100%;
  }
}

.page-goodstory-single .box {
  position: relative;
  margin-bottom: 130px;
  -webkit-display: flex;
  -ms-display: flex;
  -webkit-display: flex;
  display: flex;
  max-width: 1100px;
}
.page-goodstory-single .box.is-odd .thumb {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.page-goodstory-single .box.is-odd .text-wrap {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.page-goodstory-single .box.is-even .thumb {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.page-goodstory-single .box.is-even .text-wrap {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.page-goodstory-single .box .thumb {
  width: 640px;
  padding-right: 35px;
}
.page-goodstory-single .box.is-even .thumb {
  padding-right: 0;
  padding-left: 50px;
}
.page-goodstory-single .box .thumb .goodstory-slider .slick-slide {
  padding: 0;
}
.page-goodstory-single .box .thumb .bg {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.page-goodstory-single .box .thumb .bg img {
  width: 100%;
}
.page-goodstory-single .box .text-wrap {
  width: 460px;
  position: relative;
}
.page-goodstory-single .box .text-wrap .cat {
  min-height: 30px;
  margin-bottom: 25px;
}
.page-goodstory-single .box .text-wrap .cat a {
  display: inline-block;
  width: 130px;
  height: 30px;
  margin-right: 5px;
  line-height: 30px;
  color: #ffffff;
  /*font-family: "Barlow Condensed";*/
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #000000;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  transition: opacity 0.3s;
}
.page-goodstory-single .box .text-wrap .cat a:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
.page-goodstory-single .box .text-wrap .title {
  line-height: 1;
  margin: 0 0 15px;
  font-size: 80px;
  /*font-family: "Barlow Condensed";*/
}
.page-goodstory-single .box .text-wrap h2 {
  font-size: 20px;
}
.page-goodstory-single .box .text-wrap .title .label {
  /*font-family: "Barlow Condensed";*/
  line-height: 1;
  font-size: 20px;
  letter-spacing: 0.06em;
  display: inline-block;
  padding-right: 15px;
}
.page-goodstory-single .box .text-wrap .copy {
  margin-top: -8px;
  margin-bottom: 50px;
  font-size: 18px;
}
.page-goodstory-single .box .text-wrap h3 {
  font-size: 18px;
}
.page-goodstory-single .box .text-wrap .label {
  margin-top: 10px;
  margin-bottom: -5px;
  /*font-family: "Barlow Condensed";*/
  font-size: 16px;
  color: #9fa0a0;
}
.page-goodstory-single .box .text-wrap .concept-text {
  height: 100px;
  padding-right: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  overflow: scroll;
}
.page-goodstory-single .box .text-wrap .bg-white {
  position: relative;
  margin-top: -40px;
  padding-top: 40px;
  background: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 1));
}
.page-goodstory-single .box .text-wrap .more {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.page-goodstory-single .box .text-wrap .more a {
  display: inline-block;
  width: 60px;
  height: 24px;
  line-height: 24px;
  color: #ffffff;
  /*font-family: "Barlow Condensed";*/
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #000000;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.page-goodstory-single .box .text-wrap .arrow {
  position: absolute;
  right: 0;
  top: 50%;
}
.page-goodstory-single .box .text-wrap .arrow .slick-prev {
  display: none !important;
}
.page-goodstory-single .box .text-wrap .arrow .slick-next {
  right: auto;
  transform: none;
  width: auto;
  height: auto;
  line-height: 1.5;
  position: relative;
  top: auto;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;

  width: 59px;
  height: 25px;
  background: url(../images/goodstory/slider-next.png) no-repeat center center;
  background-size: 59px 25px;
}
.page-goodstory-single .box.is-even .text-wrap .arrow .slick-next {
  background-image: url(../images/goodstory/slider-next2.png);
}
.page-goodstory-single .box .text-wrap .total {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 82px;
  height: 82px;
  font-size: 50px;
  /*font-family: "Barlow Condensed";*/
  line-height: 1;
}
.page-goodstory-single .box .text-wrap .total .num1 {
  position: absolute;
  left: 4px;
  top: -16px;
}
.page-goodstory-single .box .text-wrap .total .num2 {
  position: absolute;
  right: 0;
  bottom: -10px;
}
.page-goodstory-single .box .text-wrap .total:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 114px;
  height: 2px;
  background-color: #000;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform-origin: left top;
  -webkit-transform-origin: left top;
}

/* con */
.page-goodstory-single .con {
  line-height: 1.8;
  font-size: 17px;
}
@media screen and (max-width: 767px) {
  .page-goodstory-single .con {
    font-size: 14px;
  }
}

.page-goodstory-single .con .image {
  position: relative;
  margin-bottom: 80px;
  text-align: center;
}
.page-goodstory-single .con .image img {
  width: 100%;
}
.page-goodstory-single .con .image-l {
  padding-right: 8%;
  text-align: left;
}
.page-goodstory-single .con .image-l2 {
  padding-left: 8%;
  padding-right: 18.5%;
  text-align: left;
}
.page-goodstory-single .con .image-r {
  padding-left: 8%;
  text-align: right;
}
.page-goodstory-single .con .image-r2 {
  padding-left: 18.5%;
  padding-right: 8%;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .page-goodstory-single .con .image {
    margin: 0 -25px 40px;
    padding: 0;
    text-align: center;
  }
}

.page-goodstory-single .con .title {
  position: relative;
  margin-bottom: 70px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .page-goodstory-single .con .title {
    margin-bottom: 30px;
    font-size: 18px;
    text-align: left;
  }
}

.page-goodstory-single .con .text {
  position: relative;
  margin: 0 auto 90px;
  max-width: 960px;
  padding: 0 15px;
}
@media screen and (max-width: 767px) {
  .page-goodstory-single .con .text {
    margin-bottom: 50px;
    padding: 0;
  }
}

.page-goodstory-single .con .text-image-cols {
  position: relative;
  margin: 0 auto 80px;
  max-width: 960px;
  padding: 0 15px;
}
.page-goodstory-single .con .text-image-cols .col1 {
}
.page-goodstory-single .con .text-image-cols .col1 .in-title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}
.page-goodstory-single .con .text-image-cols .col2 {
  float: right;
  width: 50%;
  margin-left: 30px;
  margin-bottom: 20px;
}
.page-goodstory-single .con .text-image-cols .col2 p {
  margin-right: -15px;
}
.page-goodstory-single .con .text-image-cols .col2 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-goodstory-single .con .text-image-cols {
    margin-bottom: 40px;
    padding: 0;
  }
  .page-goodstory-single .con .text-image-cols .col1 {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .page-goodstory-single .con .text-image-cols .col1 .in-title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .page-goodstory-single .con .text-image-cols .col2 {
    float: none;
    width: auto;
    margin: 0 -25px 20px;
  }
  .page-goodstory-single .con .text-image-cols .col2 p {
    margin-right: 0;
  }
}

.page-goodstory-single .con .text-image2-cols {
  position: relative;
  margin: 0 auto 80px;
  max-width: 960px;
  padding: 0 15px;
}
.page-goodstory-single .con .text-image2-cols .col1 {
}
.page-goodstory-single .con .text-image2-cols .col1 .in-title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}
.page-goodstory-single .con .text-image2-cols .col2 {
  float: right;
  width: 50%;
  margin-left: 30px;
  margin-bottom: 20px;
}
.page-goodstory-single .con .text-image2-cols .col2 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-goodstory-single .con .text-image2-cols {
    margin-bottom: 40px;
    padding: 0;
  }
  .page-goodstory-single .con .text-image2-cols .col1 {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .page-goodstory-single .con .text-image2-cols .col1 .in-title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .page-goodstory-single .con .text-image2-cols .col2 {
    float: none;
    width: auto;
    margin: 0 -25px 20px;
  }
}

.page-goodstory-single .con .image-text-cols {
  position: relative;
  margin: 0 auto 80px;
  max-width: 960px;
  padding: 0 15px;
}
.page-goodstory-single .con .image-text-cols .col1 {
}
.page-goodstory-single .con .image-text-cols .col1 .in-title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}
.page-goodstory-single .con .image-text-cols .col2 {
  float: left;
  width: 50%;
  margin-right: 30px;
  margin-bottom: 20px;
}
.page-goodstory-single .con .image-text-cols .col2 p {
  margin-left: -15px;
}
.page-goodstory-single .con .image-text-cols .col2 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-goodstory-single .con .image-text-cols {
    margin-bottom: 40px;
    padding: 0;
  }
  .page-goodstory-single .con .image-text-cols .col1 {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .page-goodstory-single .con .image-text-cols .col1 .in-title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .page-goodstory-single .con .image-text-cols .col2 {
    float: none;
    width: auto;
    margin: 0 -25px 20px;
  }
  .page-goodstory-single .con .image-text-cols .col2 p {
    margin-left: 0;
  }
}

.page-goodstory-single .con .image2-text-cols {
  position: relative;
  margin: 0 auto 80px;
  max-width: 960px;
  padding: 0 15px;
}
.page-goodstory-single .con .image2-text-cols .col1 {
}
.page-goodstory-single .con .image2-text-cols .col1 .in-title {
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: bold;
}
.page-goodstory-single .con .image2-text-cols .col2 {
  float: left;
  width: 50%;
  margin-right: 30px;
  margin-bottom: 20px;
}
.page-goodstory-single .con .image2-text-cols .col2 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-goodstory-single .con .image2-text-cols {
    margin-bottom: 40px;
    padding: 0;
  }
  .page-goodstory-single .con .image2-text-cols .col1 {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .page-goodstory-single .con .image2-text-cols .col1 .in-title {
    margin-bottom: 15px;
    font-size: 18px;
  }
  .page-goodstory-single .con .image2-text-cols .col2 {
    float: none;
    width: auto;
    margin: 0 -25px 20px;
  }
}

.page-goodstory-single .con .title-image-cols {
  position: relative;
  margin-top: 130px;
  margin-bottom: 100px;
}
.page-goodstory-single .con .title-image-cols .col1 {
  float: left;
  width: 25%;
  margin-left: 15.7%;
}
.page-goodstory-single .con .title-image-cols .col1 .in-title {
  position: absolute;
  left: 15.7%;
  top: 50%;
  width: 25%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: bold;
}
.page-goodstory-single .con .title-image-cols .col2 {
  float: right;
  width: 46.4%;
  margin-right: 8%;
}
.page-goodstory-single .con .title-image-cols .col2 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-goodstory-single .con .title-image-cols {
    margin: 60px 0 60px 0;
  }
  .page-goodstory-single .con .title-image-cols .col1 {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .page-goodstory-single .con .title-image-cols .col1 .in-title {
    position: relative;
    left: auto;
    top: auto;
    width: auto;
    transform: translateY(0);
    margin-bottom: 15px;
    font-size: 18px;
  }
  .page-goodstory-single .con .title-image-cols .col2 {
    float: none;
    width: auto;
    margin: 0 -25px 20px;
  }
}

.page-goodstory-single .con .image-title-cols {
  position: relative;
  position: relative;
  margin-top: 130px;
  margin-bottom: 100px;
}
.page-goodstory-single .con .image-title-cols .col1 {
  float: right;
  width: 25%;
  margin-right: 15.7%;
}
.page-goodstory-single .con .image-title-cols .col1 .in-title {
  position: absolute;
  right: 15.7%;
  top: 50%;
  width: 25%;
  transform: translateY(-50%);
  font-size: 22px;
  font-weight: bold;
}
.page-goodstory-single .con .image-title-cols .col2 {
  float: left;
  width: 46.4%;
  margin-left: 8%;
}
.page-goodstory-single .con .image-title-cols .col2 img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-goodstory-single .con .image-title-cols {
    margin: 60px 0 60px 0;
  }
  .page-goodstory-single .con .image-title-cols .col1 {
    float: none;
    width: auto;
    margin-left: 0;
  }
  .page-goodstory-single .con .image-title-cols .col1 .in-title {
    position: relative;
    right: auto;
    top: auto;
    width: auto;
    transform: translateY(0);
    margin-bottom: 15px;
    font-size: 18px;
  }
  .page-goodstory-single .con .image-title-cols .col2 {
    float: none;
    width: auto;
    margin: 0 -25px 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-goodstory-single .main-image {
    margin-bottom: 30px;
  }
  .page-goodstory-single .box .text-wrap .title {
    margin: 0 0 10px;
    font-size: 32px;
  }
  .page-goodstory-single .box .text-wrap h2 {
    font-size: 15px;
  }
  .page-goodstory-single .page-title {
    margin-bottom: 40px;
  }
  .page-goodstory-single .sec1 .copy {
    max-width: 390px;
    margin: 0 auto 30px;
    font-size: 12px;
  }
  .page-goodstory-single .sec2 {
    padding-left: 25px;
    padding-right: 25px;
  }

  .page-goodstory-single .box {
    max-width: 390px;
    margin: 0 auto 45px;
    -webkit-display: block;
    -ms-display: block;
    -webkit-display: block;
    display: block;
  }
  .page-goodstory-single .box .thumb {
    width: auto;
    padding: 0 0 10px;
  }
  .page-goodstory-single .box.is-even .thumb {
    padding: 0 0 20px;
  }
  .page-goodstory-single .box .text-wrap {
    width: auto;
  }
  .page-goodstory-single .box .text-wrap .cat {
    margin-bottom: 10px;
  }
  .page-goodstory-single .box .text-wrap .cat a {
    width: 90px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
  }
  .page-goodstory-single .box .text-wrap h3 {
    font-size: 14px;
  }
  .page-goodstory-single .box .text-wrap .label {
    font-size: 14px;
    margin-bottom: 0;
  }
  .page-goodstory-single .box .text-wrap .concept-text {
    height: auto;
    max-height: 70px;
    margin-bottom: 10px;
    overflow: hidden;
    transition: max-height 0.8s ease-out;
  }
  .page-goodstory-single .box .text-wrap .more {
    margin-top: -40px;
    padding-top: 40px;
    position: relative;
    text-align: center;
    background: linear-gradient(
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 1)
    );
  }
  .page-goodstory-single .box .text-wrap .more a {
    font-size: 14px;
  }
  .page-goodstory-single .box .text-wrap .arrow {
    top: 0;
  }
  .page-goodstory-single .box.is-even .text-wrap .arrow .slick-next {
    background-image: url(../images/goodstory/slider-next.png);
  }
  .page-goodstory-single .box .text-wrap .total {
    bottom: auto;
    top: 45px;
    font-size: 25px;
    width: 50px;
    height: 50px;
  }
  .page-goodstory-single .box .text-wrap .total:before {
    width: 64px;
  }
  .page-goodstory-single .box .text-wrap .total .num1 {
    top: -2px;
  }
  .page-goodstory-single .box .text-wrap .total .num2 {
    bottom: -5px;
    right: 4px;
  }
  .page-goodstory-single .box .text-wrap .add-col .col1 {
    float: left;
    width: 49%;
  }
  .page-goodstory-single .box .text-wrap .add-col .col2 {
    float: right;
    width: 49%;
  }
}

/*******************************************************************
page-column
page-column-singleと共通はこちらに追加
*******************************************************************/
.page-column .catnav-sec {
  z-index: 9;
}
.page-column .catnav-sec .catnav {
  padding-top: 20px;
  padding-bottom: 40px;
}
.page-column .catnav-sec .catnav ul {
  letter-spacing: -0.4em;
  text-align: center;
}
.page-column .catnav-sec .catnav li {
  letter-spacing: normal;
  display: inline-block;
  /* float: left;*/
  width: 13.5%;
  /* margin-right: 3.8%;
  margin-bottom: 3.8%;*/
  margin: 0 1.9% 3.8%;
}
/*.page-column .catnav-sec .catnav li:nth-child(6n+1) {
  clear: both;
}
.page-column .catnav-sec .catnav li:nth-child(6n) {
  margin-right: 0;
}*/

.page-column .catnav-sec .catnav a {
  display: block;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  /*font-family: "Barlow Condensed";*/
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #b4b4b5;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
.page-column .catnav-sec .catnav .current a {
  background-color: #000000;
}

.page-column .bg-cover {
  padding-top: 66.666667%;
}

@media screen and (max-width: 1000px) {
  .page-column .catnav-sec .catnav {
    padding-bottom: 20px;
  }
  .page-column .catnav-sec .catnav li {
    width: 31%; /*32%*/
    /*margin-right: 2%;
    margin-bottom: 2%;*/
    margin: 0 1% 2%;
  }
  /*  .page-column .catnav-sec .catnav li:nth-child(3n+1) {
    clear: both;
  }
  .page-column .catnav-sec .catnav li:nth-child(3n) {
    margin-right: 0;
  }*/
  .page-column .catnav-sec .catnav a {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-column .catnav-sec .catnav {
    padding-bottom: 40px;
  }
  .page-column .catnav-sec .catnav li {
    width: 48%; /*48.75%*/
    /*margin-right: 2.5%;
    margin-bottom: 2.5%;*/
    margin: 0 1% 2.5%;
  }
  /*  .page-column .catnav-sec .catnav li:nth-child(3n+1) {
    clear: none;
  }
  .page-column .catnav-sec .catnav li:nth-child(3n) {
    margin-right: 2.5%;
  }
  .page-column .catnav-sec .catnav li:nth-child(2n+1) {
    clear: both;
  }
  .page-column .catnav-sec .catnav li:nth-child(2n) {
    margin-right: 0;
  }*/
}

.page-column .box-container,
.page-column-single .box-container {
  letter-spacing: -0.4em;
  display: inline-block;
  width: 30.8%;
  margin: 0 1% 2%;
  text-align: center;
  vertical-align: top;
}
.page-column .box,
.page-column-single .box {
  letter-spacing: normal;
  vertical-align: top;
  text-align: left;
}

.page-column .box ,
.page-column-single .box  {
  padding: 0 0 15px;
  /* width: 400px;
  padding-right: 50px; */
}
.page-column .box .thumb a .bg-cover,
.page-column-single .box .thumb a .bg-cover {
  /* ゆっくり半透明にする */
  -webkit-transition: 0.3s ease-in-out; /* Google,Chrome Safari */
  -moz-transition: 0.3s ease-in-out; /* Firefox */
  -o-transition: 0.3s ease-in-out; /* Opera */
  -ms-transition: 0.3s ease-in-out; /* Internet Explorer */
  transition: 0.3s ease-in-out;
}
.page-column .box .thumb a:hover .bg-cover,
.page-column-single .box .thumb a:hover .bg-cover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.page-column .box .text-wrap,
.page-column-single .box .text-wrap {
  /*width: 560px;*/
  position: relative;
}
.page-column .box .text-wrap .date,
.page-column-single .box .text-wrap .date {
  /*font-family: "Barlow Condensed";*/
  line-height: 1;
  font-size: 15px;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  color: #999;
  text-align: left;
}
.page-column .box .text-wrap .cate,
.page-column-single .box .text-wrap .cate {
  border-left: 1px solid #999;
  margin-left: 10px;
  padding-left: 10px;
}
.page-column .box .text-wrap .cate a,
.page-column-single .box .text-wrap .cate a {
  color: #999;
  /* ゆっくり半透明にする */
  -webkit-transition: 0.3s ease-in-out; /* Google,Chrome Safari */
  -moz-transition: 0.3s ease-in-out; /* Firefox */
  -o-transition: 0.3s ease-in-out; /* Opera */
  -ms-transition: 0.3s ease-in-out; /* Internet Explorer */
  transition: 0.3s ease-in-out;
}
.page-column .box .text-wrap .cate a:hover,
.page-column-single .box .text-wrap .cate a:hover {
  color: #000;
}

.page-column .box .text-wrap .title,
.page-column-single .box .text-wrap .title {
  line-height: 1.2;
  margin-bottom: 20px;
}
.page-column .box .text-wrap .title .label,
.page-column-single .box .text-wrap .title .label {
  /*font-family: "Barlow Condensed";*/
  line-height: 1;
  font-size: 20px;
  letter-spacing: 0.06em;
  display: inline-block;
  padding-right: 15px;
}
.page-column .box .text-wrap .title h2,
.page-column-single .box .text-wrap .title h2 {
  font-size: 16px;
  display: inline-block;
  font-weight: 600;
  line-height: 1.6em;
  text-align: justify;
}
.page-column .box .text-wrap .title h2 a,
.page-column-single .box .text-wrap .title h2 a {
  color: #000;
  /* ゆっくり半透明にする */
  -webkit-transition: 0.3s ease-in-out; /* Google,Chrome Safari */
  -moz-transition: 0.3s ease-in-out; /* Firefox */
  -o-transition: 0.3s ease-in-out; /* Opera */
  -ms-transition: 0.3s ease-in-out; /* Internet Explorer */
  transition: 0.3s ease-in-out;
}
.page-column .box .text-wrap .title h2 a:hover,
.page-column-single .box .text-wrap .title h2 a:hover {
  color: #999;
}

.page-column .box .text-wrap .text,
.page-column-single .box .text-wrap .text {
  font-size: 14px;
  line-height: 1.86;
  padding-bottom: 40px;
}
.page-column .box .text-wrap .more {
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.page-column .box .text-wrap .more a {
  display: inline-block;
  width: 130px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
  /*font-family: "Barlow Condensed";*/
  font-size: 20px;
  letter-spacing: 0.06em;
  text-align: center;
  background-color: #000000;
  text-decoration: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

@media screen and (max-width: 767px) {
  .page-column .box-container,
  .page-column-single .box-container {
    width: 47.2%;
    margin: 0 1% 2.5%;
  }

  .page-column .page-title,
  .page-column-single .page-title {
    margin-bottom: 40px;
  }
  .page-column .box,
  .page-column-single .box {
    /*max-width: 390px;*/
    /* margin: 0 auto 45px;*/
    /* -webkit-display: block;
    -ms-display: block;
    -webkit-display: block;
    display: block;*/
  }
  .page-column .box .thumb,
  .page-column-single .box .thumb {
    width: auto;
    padding: 0 0px 10px; /*0 20px 20px*/
  }
  .page-column .box .text-wrap,
  .page-column-single .box .text-wrap {
    position: relative;
    top: 30px;
    width: auto;
  }
  .page-column .box .text-wrap .date,
  .page-column-single .box .text-wrap .date {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .page-column .box .text-wrap .cate,
  .page-column-single .box .text-wrap .cate {
    /* display:block;
	border-left:none;
	margin-left:0px;
	padding-left:0px;
	margin-top:5px;*/
  }
  .page-column .box .text-wrap .date .label,
  .page-column-single .box .text-wrap .date .label {
    display: inline-block;
    margin-left: 10px;
  }
  .page-column .box .text-wrap .title h2,
  .page-column-single .box .text-wrap .title h2 {
    font-size: 12px;
  }
  .page-column .box .text-wrap .text,
  .page-column-single .box .text-wrap .text {
    padding-bottom: 20px;
    font-size: 11px;
  }
  .page-column .box .text-wrap .more {
    position: relative;
    text-align: right;
  }
  .page-column .box .text-wrap .more a {
    font-size: 16px;
  }
}

@media screen and (max-width: 600px) {
  .page-column .box-container,
  .page-column-single .box-container {
    margin: 0 0 3%;
    width: 100%;
  }
  .page-column .box,
  .page-column-single .box {
    display: table;
    width: 100%;
  }
  .page-column .box .thumb,
  .page-column-single .box .thumb {
    display: table-cell;
    width: 50%;
    padding: 0 4% 0 0;
    vertical-align: top;
  }
  .page-column .box .text-wrap,
  .page-column-single .box .text-wrap {
    display: table-cell;
    width: 77%;
    vertical-align: top;
  }
}

/*******************************************************************
page-column-single
*******************************************************************/
.page-column-single h1.page-title {
  font-size: 26px;
  margin: 30px 0 10px; /*30px 0*/
}
.page-column-single .bg-cover {
  padding-top: 66.666667%;
}
.page-column-single .date {
  /*font-family: "Barlow Condensed";*/
  line-height: 1;
  font-size: 15px;
  letter-spacing: 0.06em;
  margin-bottom: 20px;
  color: #999;
  text-align: center;
}
.page-column-single .cate {
  border-left: 1px solid #999;
  margin-left: 10px;
  padding-left: 10px;
}
.page-column-single .cate a {
  color: #999;
  /* ゆっくり半透明にする */
  -webkit-transition: 0.3s ease-in-out; /* Google,Chrome Safari */
  -moz-transition: 0.3s ease-in-out; /* Firefox */
  -o-transition: 0.3s ease-in-out; /* Opera */
  -ms-transition: 0.3s ease-in-out; /* Internet Explorer */
  transition: 0.3s ease-in-out;
}
.page-column-single .cate a:hover {
  color: #000;
}

.page-column-single .title-single {
  margin: 40px 0 20px;
}
.page-column-single .title-single h1,
.page-column-single .title-single h2 {
  font-size: 24px;
  display: inline-block;
  font-weight: 600;
  line-height: 1.6em;
  text-align: justify;
}

.page-column-single .column-box {
  display: table;
  width: 100%;
  margin: 50px 0;
}
.page-column-single .column-box_l {
  display: table-cell;
  width: auto;
  vertical-align: top;
}

.page-column-single .column-box_l h1 {
  font-size: 28px;
  font-weight: bold;
}
.page-column-single .column-box_l h2 {
  font-size: 26px;
  font-weight: bold;
}
.page-column-single .column-box_l h3 {
  font-size: 24px;
  font-weight: bold;
}
.page-column-single .column-box_l h4 {
  font-size: 22px;
  font-weight: bold;
}
.page-column-single .column-box_l h5 {
  font-size: 20px;
  font-weight: bold;
}
.page-column-single .column-box_l h6 {
  font-size: 18px;
  font-weight: bold;
}
.page-column-single .column-box_l p {
  font-size: 15px;
}
.page-column-single .column-box_l a {
  color: #19aaeb;
  text-decoration: underline;
}
.page-column-single .column-box_l a:hover {
  text-decoration: none;
}

.page-column-single .column-box_l img {
  max-width: 100%;
  height: auto;
}

.page-column-single .column-box_r {
  display: table-cell;
  width: 330px;
  padding: 0 0 0 70px;
  vertical-align: top;
}

.page-column-single .column-box_r .recent {
  /*font-family: "Barlow Condensed";*/
  line-height: 1;
  font-size: 20px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  color: #000;
  border-bottom: 1px solid #000;
}

.page-column-single .column-box_r .recent-list {
}
.page-column-single .column-box_r .recent-list li a {
  display: block;
  font-size: 13px;
  line-height: 1.4em;
  color: #000;
  border-bottom: 1px solid #ccc;
  padding: 15px 0 10px;
}
.page-column-single .column-box_r .recent-list li a:hover {
  color: #999;
  text-decoration: underline;
}
.page-column-single .column-box_r .recent-list li a:visited {
  color: #999;
}

.page-column-single .recommend {
  margin: 100px 0 0 0;
}
.page-column-single .recommend p.ttl-recommend {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 30px 0;
}

@media screen and (max-width: 900px) {
  .page-column-single .column-box_r {
    width: 220px;
    padding: 0 0 0 40px;
  }
}

@media screen and (max-width: 767px) {
  .page-column-single h1.page-title {
    font-size: 20px;
    margin: 20px 0 10px; /*30px 0*/
  }
  .page-column-single .date {
    font-size: 12px;
  }
  .page-column-single .title-single {
    margin: 30px 0 10px;
  }
  .page-column-single .title-single h2 {
    font-size: 18px;
  }
  .page-column-single .column-box {
    display: block;
    margin: 20px 0;
  }
  .page-column-single .column-box_l {
    display: block;
    width: auto;
  }
  .page-column-single .column-box_l h1 {
    font-size: 24px;
  }
  .page-column-single .column-box_l h2 {
    font-size: 22px;
  }
  .page-column-single .column-box_l h3 {
    font-size: 20px;
  }
  .page-column-single .column-box_l h4 {
    font-size: 18px;
  }
  .page-column-single .column-box_l h5 {
    font-size: 16px;
  }
  .page-column-single .column-box_l h6 {
    font-size: 14px;
  }
  .page-column-single .column-box_l p {
    font-size: 12px;
  }
  .page-column-single .column-box_r {
    display: block;
    width: auto;
    padding: 50px 0 0 0;
  }
  .page-column-single .column-box_r .recent {
    font-size: 15px;
    margin-bottom: 5px;
    padding-bottom: 5px;
  }
  .page-column-single .column-box_r .recent-list li a {
    font-size: 10px;
    padding: 10px 0 5px;
  }
  .page-column-single .recommend {
    margin: 50px 0 0 0;
  }
  .page-column-single .recommend p.ttl-recommend {
    font-size: 16px;
    margin: 0 0 20px 0;
  }
}

/* .page-column-single .column-box_l .staff-box */
.page-column-single .column-box_l .staff-box {
  margin: 15px 0 0;
}
.page-column-single .column-box_l .staff-box dl {
  display: table;
  margin: 0 0 5%;
}
.page-column-single .column-box_l .staff-box dl dt {
  display: table-cell;
  vertical-align: top;
  width: auto;
  padding: 0 0 0 3%;
}
.page-column-single .column-box_l .staff-box dl dd {
  display: table-cell;
  vertical-align: top;
  width: 28.571429%;
}
.page-column-single .column-box_l .staff-box dl dd img {
  max-width: 100%;
  height: auto;
}

.font-size-12 {
  font-size: 12px;
}

/* .page-column-single .bn_column */
.page-column-single .bn_column {
  padding: 0;
  margin: 0;
  width: 100%;
  letter-spacing: -0.4em;
}
.page-column-single .bn_column li {
  letter-spacing: normal;
  display: inline-block;
  width: 50%;
  margin: 0 0 2%;
  padding: 0;
  line-height: 0;
}
.page-column-single .bn_column li a {
  display: block;
  width: 95.238095%;
  margin: 0 0;
  padding: 32% 0 0 0; /* 本来は、100/300=33.333333%　下に出た余計なリンクを削除するため */
  text-indent: -999999px;
  line-height: 0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  box-shadow: 2px -2px 6px rgba(0, 0, 0, 0.4);
}

.page-column-single .bn_column li a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  box-shadow: none;
}

.page-column-single .bn_column li.lp a {
  background: url(../images/column/bn_clolumn_LP.jpg) top left no-repeat;
  background-size: contain;
}
.page-column-single .bn_column li.contact-night a {
  background: url(../images/column/bn_clolumn_contact-night.jpg) top left
    no-repeat;
  background-size: contain;
}
.page-column-single .bn_column li.contact-house a {
  background: url(../images/column/bn_clolumn_contact-house.jpg) top left
    no-repeat;
  background-size: contain;
}
.page-column-single .bn_column li.contact-salon a {
  background: url(../images/column/bn_clolumn_contact-salon.jpg) top left
    no-repeat;
  background-size: contain;
}
.page-column-single .bn_column li.contact-shop a {
  background: url(../images/column/bn_clolumn_contact-shop.jpg) top left
    no-repeat;
  background-size: contain;
}
.page-column-single .bn_column li.contact-office a {
  background: url(../images/column/bn_clolumn_contact-office.jpg) top left
    no-repeat;
  background-size: contain;
}
.page-column-single .bn_column li.contact-food a {
  background: url(../images/column/bn_clolumn_contact-food.jpg) top left
    no-repeat;
  background-size: contain;
}

@media screen and (max-width: 500px) {
  .page-column-single .bn_column li {
    width: 80%;
    margin: 0 10%;
  }
  .page-column-single .bn_column li a {
    width: 100%;
    padding: 33.333333% 0 0 0; /* 100/300=33.333333%　に戻した */
  }
}












/* アニメーション対象：画像の外枠 */
.box {
  opacity: 0;
  /* transform: translateX(-150px); */
  transition: opacity 2s ease, transform 2s ease;
}

/* 表示領域に入ったらアニメーション実行 */
.box.visible {
  opacity: 1;
  transform: translateX(0);
  /* background-color: black; */
}