/* ===============================================================================
Jp Site CSS
=============================================================================== */
@media screen and (min-width: 992px) {
  .spOnly {
    display: none !important;
  }
}
@media screen and (max-width: 991px) {
  .pcOnly {
    display: none !important;
  }
}
/* header area
========================= */
.j-header-area .j-blks-1 {
  position: relative;
}
@media screen and (max-width: 1399px) {
  .j-header-area .j-blks-1 {
    position: relative;
  }
}
@media screen and (max-width: 991px) {
  .j-header-area .j-blks-1 {
    position: relative;
  }
}
.j-header-area .j-blks-1 .j-btns {
  position: absolute;
  top: 18px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.j-header-area .j-blks-1 .j-btn {
  margin-bottom: 0;
}
.j-header-area .j-blks-1 .j-btn + .j-btn {
  margin-left: 16px;
}
.j-header-area .j-blks-1 .j-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 2px #303546;
  height: 40px;
  color: #fff;
  min-width: 130px;
  box-sizing: border-box;
  padding: 5px 18px;
  background: #303546;
  text-decoration: none;
  font-size: 0.85rem;
  letter-spacing: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.j-header-area .j-blks-1 .j-btn a:hover {
  opacity: 0.8;
}
.j-header-area .j-blks-1 .j-btn a._type-2 {
  background: none;
  color: #303546;
  font-size: 0.9375rem;
}
@media screen and (min-width: 992px) {
  .j-header-area .j-blks-1 .j-logo {
    height: 84px;
    position: static;
  }
  .j-header-area .j-blks-1 .j-logo__inner {
    width: 302px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
@media (min-width: 992px) and (max-width: 1399px){
.j-header-area .j-blks-1 .j-logo__inner {
    width: 302px;
    position: absolute;
    left: -20%;
    right: 0;
    margin: 0 auto;
}
}
@media screen and (max-width: 1399px) {
  .j-header-area .j-blks-1 .j-btns {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    top: auto;
    background: #D7AAB4;
    padding: 15px 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .j-header-area .j-blks-1 .j-btn + .j-btn {
    margin-left: 10px;
  }
  .j-header-area .j-blks-1 .j-btn a {
    height: 30px;
    min-width: 130px;
    padding: 5px 16px;
    min-width: 100px;
    font-size: 0.625rem;
    border-width: 1px;
  }
  .j-header-area .j-blks-1 .j-btn a._type-2 {
    font-size: 0.625rem;
  }
}
.j-header-area .j-blks-2 .j-btns {
  position: absolute;
  top: -60px;
  right: 0px;
  bottom: 0;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: right 0.5s;
  transition: right 0.5s;
}
.j-header-area .j-blks-2 .j-btn {
  width: 32px;
  margin: 5px;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.j-header-area .j-blks-2 .j-btn._type-2 {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.j-header-area .j-blks-2 .j-btn img {
  width: 100%;
  height: auto;
}
.j-header-area .j-blks-2 .j-btn a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.j-header-area .j-blks-2 .j-btn a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 992px) {
  .j-header-area .j-blks-2 .j-navItem a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 991px) {
  .j-header-area .j-blks-2 .j-btns {
    position: fixed;
    top: 7px;
    right: 0;
    padding-right: 13px;
    bottom: auto;
    max-width: 720px;
    margin: 0 auto;
    left: 0;
    width: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    pointer-events: none;
  }
  .j-header-area .j-blks-2 .j-btn {
    margin: 3px;
    pointer-events: auto;
  }
}
@media screen and (max-width: 767px) {
  .j-header-area .j-blks-2 .j-btns {
    max-width: 540px;
  }
}

@media screen and (min-width: 992px) {
  .header-slim .j-header-area .j-blks-2 .j-btn._type-2 {
    opacity: 1;
    pointer-events: auto;
  }
}
@media screen and (max-width: 1439px) and (min-width: 992px) {
  .header-slim .j-header-area .j-blks-2 .j-btns {
    right: 0;
  }
  .header-slim .j-header-area .j-blks-2 .j-btn {
    width: 28px;
    margin: 3px;
  }
  .header-slim .j-header-area .j-blks-2 .j-navItem .nav-link {
    font-size: 12px;
    margin-right: 0.2em;
    margin-left: 0.2em;
  }
}
@media (min-width: 1440px) {
  .header-slim .pull-slim {
    margin-top: -84px;
  }
}
@media (min-width: 992px) {
  .header-slim .pull-slim {
    margin-top: -84hnpx;
  }
}

.dropdown-item._type-2 span {
  display: inline-block;
  padding-right: 20px;
  position: relative;
}
.dropdown-item._type-2 span::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 12px;
  height: 12px;
  background: url("../img/cmn/cmn_ico01.svg") no-repeat 0 0/100% 100%;
}

/* footer area
========================= */
.j-footer-area .j-blks-1 a {
  text-decoration: none;
}
.j-footer-area .j-blks-1 .j-link {
  display: none;
}
.j-footer-area .j-blks-1 .footerLinks-list {
  display: block;
  background: none;
}
@media screen and (max-width: 991px) {
  .j-footer-area {
    padding-bottom: 60px;
  }
  .j-footer-area .j-blks-1 .j-link {
    display: block;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .j-footer-area .j-blks-1 .footerLinks-list {
    margin-bottom: 50px;
  }
}

/* top section
========================= */
.j-top-sec-1 p {
  line-height: 2;
}
.j-top-sec-1 h3 {
  font-family: YuMincho, "Yu Mincho", serif;
}
.j-top-sec-1.pageeditor h4 ,
.j-top-sec-1.pageeditor h5 ,
.j-top-sec-1.pageeditor h6 {
  font-family: YuMincho, "Yu Mincho", serif;
}
.j-top-sec-1.pageeditor h1 ,
.j-top-sec-1.pageeditor h2 ,
.j-top-sec-1.pageeditor h3 ,
.j-top-sec-1.pageeditor h4 ,
.j-top-sec-1.pageeditor h5 ,
.j-top-sec-1.pageeditor h6 {
  margin-top: 11px;
  margin-bottom: 11px;
}
.wp-block-image{
  margin-bottom: 30px;
}
.pageeditor img{
  height: auto !important;
}

.j-top-sec-1 .j-blks-1 {
  margin: -15px 0 120px;
}
.j-top-sec-1 .j-blks-1 .m-heading-1 {
  margin-bottom: 50px;
}
.j-top-sec-1 .j-blks-1 .m-nav-1 {
  margin-bottom: 70px;
}
.j-top-sec-1 .j-blks-1 .m-nav-2 {
  display: none;
}
.j-top-sec-1 .j-blks-1 .m-infoList-1 {
  margin-bottom: 70px;
}
@media screen and (min-width: 992px) {
  .j-top-sec-1 p {
    font-size: 15px;
  }
  .j-top-sec-1 h3 {
    font-size: 33px;
  }
  .j-top-sec-1 .btn {
    font-size: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 991px) {
  .j-top-sec-1 .j-blks-1 {
    margin: -30px 0 20px;
  }
  .j-top-sec-1 .j-blks-1 .m-heading-1 {
    margin-bottom: 12px;
  }
  .j-top-sec-1 .j-blks-1 .m-nav-1 {
    display: none;
  }
  .j-top-sec-1 .j-blks-1 .m-nav-2 {
    display: block;
    margin-bottom: 30px;
  }
  .j-top-sec-1 .j-blks-1 .m-infoList-1 {
    margin-bottom: 40px;
  }
}

/* eco friendly section
========================= */
.j-eco-sec-1 {
  letter-spacing: 0;
}
.j-eco-sec-1 p {
  line-height: 2;
}
.j-eco-sec-1 h1 {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 33px;
}
.j-eco-sec-1 h4 {
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (min-width: 992px) {
  .j-eco-sec-1 p {
    font-size: 15px;
  }
  .j-eco-sec-1 h4 {
    font-size: 25px;
  }
  .j-eco-sec-1 h5 {
    font-size: 18px;
  }
}

/* colour consultancy section
========================= */
.j-colConsul-sec-1 {
  letter-spacing: 0;
}
.j-colConsul-sec-1 h1 {
  font-size: 33px;
  font-family: YuMincho, "Yu Mincho", serif;
}
.j-colConsul-sec-1 p {
  line-height: 2;
}
@media screen and (min-width: 992px) {
  .j-colConsul-sec-1 p {
    font-size: 15px;
  }
}

/* information
========================= */
.j-info-sec-1 {
  padding: 148px 0 157px;
}
.j-info-sec-1 * {
  margin: 0;
  padding: 0;
}
.j-info-sec-1 .m-heading-1 {
  margin-bottom: 50px;
}
.j-info-sec-1 .m-nav-1 {
  margin-bottom: 70px;
}
.j-info-sec-1 .m-nav-2 {
  display: none;
}
.j-info-sec-1 .m-infoList-1 {
  margin-bottom: 78px;
}
@media screen and (max-width: 991px) {
  .j-info-sec-1 {
    padding: 50px 0;
  }
  .j-info-sec-1 .m-heading-1 {
    margin-bottom: 12px;
  }
  .j-info-sec-1 .m-nav-1 {
    display: none;
  }
  .j-info-sec-1 .m-nav-2 {
    display: block;
    margin-bottom: 30px;
  }
  .j-info-sec-1 .m-infoList-1 {
    margin-bottom: 40px;
  }
}

.j-info-sec-2 {
  padding: 150px 0;
}
.j-info-sec-2 * {
  margin: 0;
  padding: 0;
}
.j-info-sec-2__inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 15px;
}
.j-info-sec-2 .j-blks-1 {
  padding-bottom: 35px;
  border-bottom: solid 1px #f5f5f5;
  margin-bottom: 40px;
}
.j-info-sec-2 .j-blks-1 .j-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 60px;
}
.j-info-sec-2 .j-blks-1 .j-date {
  font-size: 15px;
  margin-right: 45px;
}
.j-info-sec-2 .j-blks-1 .j-cat {
  width: 225px;
  background: #f5f5f5;
  font-size: 15px;
  text-align: center;
  font-family: "Didot", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 10px 6px;
  margin-bottom: 0;
}
.j-info-sec-2 .j-blks-1 .j-heading {
  font-size: 19px;
  line-height: 2.11;
}
.j-info-sec-2 .j-blks-2 {
  font-size: 15px;
  line-height: 2;
  padding-bottom: 50px;
  border-bottom: solid 1px #f5f5f5;
  margin-bottom: 70px;
}
.j-info-sec-2 .j-blks-2 p {
  font-size: 15px;
  line-height: 2;
}
.j-info-sec-2 .j-blks-2 h2 {
  font-size: 17px;
  line-height: 1.77;
  font-weight: 700;
  margin-bottom: 6px;
}
.j-info-sec-2 .j-blks-2 h3 {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 14px;
}
.j-info-sec-2 .j-blks-3 .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
}
.j-info-sec-2 .j-blks-3 .nav__item {
  font-size: 19px;
}
.j-info-sec-2 .j-blks-3 .nav__item a {
  text-decoration: none;
}
.j-info-sec-2 .j-blks-3 .nav__item a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.j-info-sec-2 .j-blks-3 .nav__btn a {
  background: #303546;
  border-color: #303546;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
  height: 60px;
  color: #fff;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.j-info-sec-2 .j-blks-3 .nav__btn a:hover {
  background-color: #20242f;
  border-color: #1b1e28;
  opacity: 1;
}
@media screen and (max-width: 991px) {
  .j-info-sec-2 {
    padding: 50px 0;
  }
  .j-info-sec-2__inner {
    max-width: 720px;
  }
  .j-info-sec-2 .j-blks-1 {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .j-info-sec-2 .j-blks-1 .j-group {
    margin-bottom: 20px;
  }
  .j-info-sec-2 .j-blks-1 .j-date {
    font-size: 12.5px;
    margin-right: 25px;
  }
  .j-info-sec-2 .j-blks-1 .j-cat {
    width: 130px;
    font-size: 12.5px;
    padding: 0 4px;
  }
  .j-info-sec-2 .j-blks-1 .j-heading {
    font-size: 17px;
  }
  .j-info-sec-2 .j-blks-2 {
    font-size: 14px;
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .j-info-sec-2 .j-blks-2 p {
    font-size: 14px;
  }
  .j-info-sec-2 .j-blks-2 h2 {
    font-size: 16px;
  }
  .j-info-sec-2 .j-blks-2 h3 {
    font-size: 15px;
  }
  .j-info-sec-2 .j-blks-3 .nav {
    padding: 0;
  }
  .j-info-sec-2 .j-blks-3 .nav__item {
    font-size: 14px;
  }
  .j-info-sec-2 .j-blks-3 .nav__btn a {
    width: 120px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .j-info-sec-2__inner {
    max-width: 540px;
  }
}

/* paint
========================= */
/* j-paint-sec-1 */
.j-paint-sec-1 {
  padding: 150px 0;
}
.j-paint-sec-1 * {
  margin: 0;
  padding: 0;
}
.j-paint-sec-1__inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 15px;
}


.j-paint-sec-1 .j-blks-1.j-blks-1__top {
  padding-bottom: 80px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 60px;
}
.j-paint-sec-1 .j-blks-1 {
  padding-bottom: 80px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 50px;
}
.j-paint-sec-1 .j-blks-1 .j-heading {
  text-align: center;
  font-size: 33px;
  margin-bottom: 53px;
}
.j-paint-sec-1 .j-blks-1 .j-group {
  margin-bottom: 90px;
}
.j-blks-1 .j-media.j-media1.j-media12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}
.j-paint-sec-1 .j-blks-1 .j-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.j-paint-sec-1 .j-blks-1 .j-media__image {
  width: 48.53%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.j-paint-sec-1 .j-blks-1 .j-media__image img {
  width: 100%;
  height: auto;
}
.j-paint-sec-1 .j-blks-1 .j-media__detail {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  width: 47.55%;
}
.j-paint-sec-1 .j-blks-1 .j-media + .j-media {
  margin-top: 48px;
  padding-top: 48px;
  border-top: 1px solid #e5e5e5;
}
.j-paint-sec-1 .j-blks-1 .j-media + .j-media1{
  padding-top: 0px;
  margin-top: 20px;
}

.j-paint-sec-1 .j-blks-1 .j-heading-2 {
  font-size: 25px;
  line-height: 1.37;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 11px;
}
.j-paint-sec-1 .j-blks-1 .j-txt {
  font-size: 15px;
  line-height: 2;
}
.j-paint-sec-1 .j-blks-1 .j-txt a {
  text-decoration: none;
}
.j-paint-sec-1 .j-blks-1 .j-txt a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.j-paint-sec-1 .j-blks-1 .j-bnr a {
  display: block;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.j-paint-sec-1 .j-blks-1 .j-bnr a:hover {
  opacity: 0.8;
}
.j-paint-sec-1 .j-blks-1 .j-bnr img {
  width: 100%;
  height: auto;
}
.j-paint-sec-1 .j-blks-2.j-blks__consltancy__border {
  margin-bottom: 50px;
}
.j-blks-2.j-blks__consltancy__border.j-blks-video{
  margin-bottom: 90px;
}
.j-paint-sec-1 .j-blks-2 {
  margin-bottom: 100px;
}
.j-paint-sec-1 .j-blks-2 .j-heading {
  text-align: center;
  margin-bottom: 110px;
}
.j-paint-sec-1 .j-blks-2 .j-heading__main {
  font-size: 33px;
  margin-bottom: 24px;
  font-family: YuMincho, "Yu Mincho", serif;
}
.j-paint-sec-1 .j-blks-2 .j-heading__sub {
  font-size: 25px;
  font-family: YuMincho, "Yu Mincho", serif;
}
.j-paint-sec-1 .j-blks-2 .j-group + .j-group {
  margin-top: 100px;
}
.j-paint-sec-1 .j-blks-2 .j-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 640px;
  background: #ededed;
  margin-bottom: 50px;
}
.j-paint-sec-1 .j-blks-2 .j-col2__image {
  width: 50%;
  background: #f7f7f7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.j-paint-sec-1 .j-blks-2 .j-col2__image img {
  width: 100%;
  height: auto;
}
.j-paint-sec-1 .j-blks-2 .j-col2__detail {
  width: 50%;
  padding: 26px 4.5%;
}
.j-paint-sec-1 .j-blks-2 .j-box__heading {
  font-size: 22px;
  line-height: 1.37;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 17px;
}
.j-paint-sec-1 .j-blks-2 .j-box__txt {
  font-size: 15px;
  line-height: 2;
}
.j-paint-sec-1 .j-blks-2 .j-box__txt a {
  text-decoration: none;
}
.j-paint-sec-1 .j-blks-2 .j-box__txt a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.j-paint-sec-1 .j-blks-2 .j-col2-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.j-paint-sec-1 .j-blks-2 .j-col2-2__col {
  width: 47.06%;
}
.j-paint-sec-1 .j-blks-2 .j-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.j-paint-sec-1 .j-blks-2 .j-image__item {
  width: 43.75%;
}
.j-paint-sec-1 .j-blks-2 .j-image__item img {
  width: 100%;
  height: auto;
}
.j-paint-sec-1 .j-blks-3 .j-heading {
  text-align: center;
  margin-bottom: 110px;
}
.j-paint-sec-1 .j-blks-3 .j-heading__main {
  font-size: 33px;
  margin-bottom: 24px;
  font-family: YuMincho, "Yu Mincho", serif;
}
.j-paint-sec-1 .j-blks-3 .j-heading__sub {
  font-size: 25px;
  font-family: YuMincho, "Yu Mincho", serif;
}
.j-paint-sec-1 .j-blks-3 .j-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.j-paint-sec-1 .j-blks-3 .j-col2__col {
  width: 47.059%;
  margin: 100px 5.882% 0 0;
  background: #ededed;
  position: relative;
  padding-bottom: 110px;
}
.j-paint-sec-1 .j-blks-3 .j-col2__col:nth-child(2n) {
  margin-right: 0;
}
.j-paint-sec-1 .j-blks-3 .j-col2__col:nth-child(-n+2) {
  margin-top: 0;
}
.j-paint-sec-1 .j-blks-3 .j-box__image img {
  width: 100%;
  height: auto;
}
.j-paint-sec-1 .j-blks-3 .j-box__body {
  padding: 31px 9.2% 41px;
}
.j-paint-sec-1 .j-blks-3 .j-box__heading {
  font-size: 22px;
  line-height: 1.37;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 17px;
}
.j-paint-sec-1 .j-blks-3 .j-box__txt {
  font-size: 15px;
  line-height: 2;
}
.j-paint-sec-1 .j-blks-3 .j-btn {
  padding: 50px 0 0;
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
}
@media screen and (min-width: 992px) {
  .j-paint-sec-1 .j-blks-1 .j-media._rev .j-media__image {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .j-paint-sec-1 .j-blks-1 .j-media._rev .j-media__detail {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (max-width: 991px) {
  .j-paint-sec-1 {
    padding: 50px 0;
  }
  .j-paint-sec-1__inner {
    max-width: 720px;
    padding: 0;
  }
  .j-paint-sec-1 .j-blks-1 {
    padding-bottom: 64px;
    margin-bottom: 64px;
  }
  .j-paint-sec-1 .j-blks-1 .j-heading {
    margin-bottom: 40px;
  }
  .j-paint-sec-1 .j-blks-1 .j-group {
    margin-bottom: 72px;
  }
  .j-blks-1 .j-media.j-media1.j-media12 {
    display: block;
  }
  .j-paint-sec-1 .j-blks-1 .j-media {
    display: block;
  }
  .j-paint-sec-1 .j-blks-1 .j-media__image {
    width: auto;
    margin-bottom: 30px;
  }
  .j-paint-sec-1 .j-blks-1 .j-media__detail {
    width: auto;
  }
  .j-paint-sec-1 .j-blks-1 .j-media + .j-media {
    margin-top: 36px;
    padding-top: 36px;
  }
 .j-paint-sec-1 .j-blks-1 .j-media + .j-media1{
   padding-top: 0px;
   margin-top: 20px;
 }
  .j-paint-sec-1 .j-blks-1 .j-txt {
    font-size: 14px;
  }
  .j-paint-sec-1 .j-blks-2 {
    margin-bottom: 80px;
  }
  .j-paint-sec-1 .j-blks-2 .j-heading {
    margin-bottom: 40px;
  }
  .j-paint-sec-1 .j-blks-2 .j-group + .j-group {
    margin-top: 80px;
  }
  .j-paint-sec-1 .j-blks-2 .j-col2 {
    display: block;
    min-height: 1px;
    margin-bottom: 40px;
  }
  .j-paint-sec-1 .j-blks-2 .j-col2__image {
    width: auto;
  }
  .j-paint-sec-1 .j-blks-2 .j-col2__detail {
    width: auto;
  }
  .j-paint-sec-1 .j-blks-2 .j-box {
    padding: 24px 20px;
  }
  .j-paint-sec-1 .j-blks-2 .j-box__heading {
    font-size: 17px;
    margin-bottom: 14px;
  }
  .j-paint-sec-1 .j-blks-2 .j-box__txt {
    font-size: 14px;
  }
  .j-paint-sec-1 .j-blks-2 .j-col2-2 {
    display: block;
  }
  .j-paint-sec-1 .j-blks-2 .j-col2-2__col {
    width: auto;
  }
  .j-paint-sec-1 .j-blks-2 .j-col2-2__col + .j-col2-2__col {
    margin-top: 40px;
  }
  .j-paint-sec-1 .j-blks-2 .j-image {
    margin-bottom: 20px;
  }
  .j-paint-sec-1 .j-blks-2 .j-image__item {
    width: 48%;
  }
  .j-paint-sec-1 .j-blks-3 .j-heading {
    margin-bottom: 40px;
  }
  .j-paint-sec-1 .j-blks-3 .j-col2 {
    display: block;
  }
  .j-paint-sec-1 .j-blks-3 .j-col2__col {
    width: auto;
    margin: 0;
    padding-bottom: 0;
  }
  .j-paint-sec-1 .j-blks-3 .j-col2__col:nth-child(2n) {
    margin-right: 0;
  }
  .j-paint-sec-1 .j-blks-3 .j-col2__col:nth-child(-n+2) {
    margin-top: 0;
  }
  .j-paint-sec-1 .j-blks-3 .j-col2__col:not(:last-child) {
    margin-bottom: 40px;
  }
  .j-paint-sec-1 .j-blks-3 .j-box__heading {
    font-size: 17px;
    margin-bottom: 14px;
  }
  .j-paint-sec-1 .j-blks-3 .j-box__body {
    padding: 24px 20px;
  }
  .j-paint-sec-1 .j-blks-3 .j-box__txt {
    font-size: 14px;
  }
  .j-paint-sec-1 .j-blks-3 .j-btn {
    padding: 20px 0 0;
    position: static;
  }
}
@media screen and (max-width: 767px) {
  .j-paint-sec-1__inner {
    max-width: 540px;
  }
}

/* wallpaper
========================= */
/* j-wallpaper-sec-1 */
.j-wallpaper-sec-1 {
  padding: 150px 0;
}
.j-wallpaper-sec-1 * {
  margin: 0;
  padding: 0;
}
.j-wallpaper-sec-1__inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 15px;
}
.j-wallpaper-sec-1 .j-blks-1 {
  margin-bottom: 52px;
}
.j-wallpaper-sec-1 .j-blks-1 .j-heading {
  text-align: center;
  font-size: 33px;
}
.j-wallpaper-sec-1 .j-blks-2 {
  padding-bottom: 74px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 50px;
}
.j-wallpaper-sec-1 .j-blks-2::after {
  clear: both;
  display: block;
  content: "";
}
.j-wallpaper-sec-1 .j-blks-2 .j-group + .j-group {
  margin-top: 72px;
}
.j-wallpaper-sec-1 .j-blks-2 .j-image {
  float: right;
  width: 39.22%;
  margin: 0 0 5% 12%;
}
.j-wallpaper-sec-1 .j-blks-2 .j-image img {
  width: 100%;
  height: auto;
}
.j-wallpaper-sec-1 .j-blks-2 .j-heading {
  font-size: 25px;
  margin-bottom: 16px;
  font-family: YuMincho, "Yu Mincho", serif;
}
.j-wallpaper-sec-1 .j-blks-2 .j-txt {
  font-size: 15px;
  line-height: 2;
}
.j-wallpaper-sec-1 .j-blks-3 .j-heading {
  text-align: center;
  font-size: 33px;
  margin-bottom: 104px;
  font-family: YuMincho, "Yu Mincho", serif;
}
.j-wallpaper-sec-1 .j-blks-3 .j-media {
  background: #ededed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.j-wallpaper-sec-1 .j-blks-3 .j-media__image {
  width: 50%;
  position: relative;
}
.j-wallpaper-sec-1 .j-blks-3 .j-media__image img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.j-wallpaper-sec-1 .j-blks-3 .j-media__detail {
  width: 50%;
  padding: 20px 4.5%;
}
.j-wallpaper-sec-1 .j-blks-3 .j-txt {
  font-size: 15px;
  line-height: 2;
}
.j-wallpaper-sec-1 .j-blks-3 .j-circle {
  width: 0.8em;
  height: 0.8em;
  border-radius: 100%;
  background: #303546;
  display: inline-block;
  margin-right: 0.2em;
}
@media screen and (max-width: 991px) {
  .j-wallpaper-sec-1 {
    padding: 50px 0;
  }
  .j-wallpaper-sec-1__inner {
    max-width: 720px;
    padding: 0;
  }
  .j-wallpaper-sec-1 .j-blks-1 {
    margin-bottom: 40px;
  }
  .j-wallpaper-sec-1 .j-blks-2 {
    padding-bottom: 64px;
    margin-bottom: 64px;
  }
  .j-wallpaper-sec-1 .j-blks-2 .j-group + .j-group {
    margin-top: 56px;
  }
  .j-wallpaper-sec-1 .j-blks-2 .j-image {
    float: none;
    width: 100%;
    margin: 0 0 56px;
  }
  .j-wallpaper-sec-1 .j-blks-2 .j-txt {
    font-size: 14px;
  }
  .j-wallpaper-sec-1 .j-blks-3 .j-heading {
    margin-bottom: 40px;
  }
  .j-wallpaper-sec-1 .j-blks-3 .j-media {
    display: block;
    margin-bottom: 20px;
  }
  .j-wallpaper-sec-1 .j-blks-3 .j-media__image {
    width: auto;
    height: auto;
  }
  .j-wallpaper-sec-1 .j-blks-3 .j-media__image img {
    position: static;
  }
  .j-wallpaper-sec-1 .j-blks-3 .j-media__detail {
    width: auto;
    padding: 24px 20px;
  }
  .j-wallpaper-sec-1 .j-blks-3 .j-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .j-wallpaper-sec-1__inner {
    max-width: 540px;
  }
}

/* paint colours
========================= */
/* j-pColours-sec-1 */
.j-pColours-sec-1 .j-blks-1 {
  margin: 150px 0 17px;
}
.j-pColours-sec-1 .j-blks-1 .j-heading {
  text-align: center;
  font-size: 33px;
  margin-bottom: 66px;
}
.j-pColours-sec-1 .j-blks-1 .j-heading-2 {
  margin-bottom: 35px;
}
.j-pColours-sec-1 .j-blks-1 .j-heading-2__main {
  font-size: 25px;
  margin-bottom: 0;
}
.j-pColours-sec-1 .j-blks-1 .j-heading-2__sub {
  font-size: 16px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 0;
}
.j-pColours-sec-1 .j-blks-1 .j-txt {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 0;
}
.j-pColours-sec-1 .j-blks-3 {
  margin-bottom: 80px;
}
.j-pColours-sec-1 .j-blks-3 .j-txt {
  font-size: 15px;
  margin-bottom: 3px;
}
.j-pColours-sec-1 .j-blks-3 .j-txt-2 {
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}
.j-pColours-sec-1 .j-blks-3 .j-txt-3 {
  font-size: 13px;
}
.j-pColours-sec-1 .j-blks-4 .j-modal.is-active .j-modal__shadow {
  opacity: 1;
  pointer-events: auto;
}
.j-pColours-sec-1 .j-blks-4 .j-modal.is-active .j-modal__inner {
  opacity: 1;
  pointer-events: auto;
}
.j-pColours-sec-1 .j-blks-4 .j-modal__shadow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.j-pColours-sec-1 .j-blks-4 .j-modal__inner {
  width: 550px;
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.j-pColours-sec-1 .j-blks-4 .j-modal__image {
  margin-bottom: 24px;
}
.j-pColours-sec-1 .j-blks-4 .j-modal__image img {
  width: 100%;
}
.j-pColours-sec-1 .j-blks-4 .j-modal__ttl {
  font-size: 15px;
  color: #fff;
  text-align: center;
  margin-bottom: 4px;
}
.j-pColours-sec-1 .j-blks-4 .j-modal__txt {
  color: #fff;
  font-size: 15px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .j-pColours-sec-1 .j-blks-1 {
    margin: 50px 0;
  }
  .j-pColours-sec-1 .j-blks-1 .j-heading {
    font-size: 33px;
    margin-bottom: 50px;
  }
  .j-pColours-sec-1 .j-blks-1 .j-heading-2 {
    margin-bottom: 30px;
  }
  .j-pColours-sec-1 .j-blks-1 .j-txt {
    font-size: 14px;
  }
  .j-pColours-sec-1 .j-blks-3 {
    margin-bottom: 64px;
  }
  .j-pColours-sec-1 .j-blks-3 .j-txt {
    font-size: 14px;
  }
  .j-pColours-sec-1 .j-blks-3 .j-txt-2 {
    font-size: 14px;
  }
  .j-pColours-sec-1 .j-blks-3 .j-txt-3 {
    font-size: 12px;
  }
  .j-pColours-sec-1 .j-blks-4 .j-modal__inner {
    width: auto;
    max-width: 550px;
    left: 30px;
    right: 30px;
    margin-top: -20px;
  }
  .j-pColours-sec-1 .j-blks-4 .j-modal__image {
    margin-bottom: 20px;
  }
  .j-pColours-sec-1 .j-blks-4 .j-modal__ttl {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .j-pColours-sec-1 .j-blks-4 .j-modal__txt {
    font-size: 14px;
  }
}
/* wall patterns
========================= */
/* j-wPatterns-sec-1 */
.j-wPatterns-sec-1 .j-blks-1 {
  margin: 150px 0 0;
}
.j-wPatterns-sec-1 .j-blks-1 .j-heading {
  text-align: center;
  font-size: 33px;
}
.j-wPatterns-sec-1 .j-blks-3 {
  margin-bottom: 80px;
}
.j-wPatterns-sec-1 .j-blks-3 .j-txt {
  font-size: 15px;
}
.j-wPatterns-sec-1 .j-blks-4 .j-modal.is-active .j-modal__shadow {
  opacity: 1;
  pointer-events: auto;
}
.j-wPatterns-sec-1 .j-blks-4 .j-modal.is-active .j-modal__inner {
  opacity: 1;
  pointer-events: auto;
}
.j-wPatterns-sec-1 .j-blks-4 .j-modal__shadow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.j-wPatterns-sec-1 .j-blks-4 .j-modal__inner {
  width: 550px;
  position: absolute;
  z-index: 10000;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  padding: 22px 0 15px;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  pointer-events: none;
}
.j-wPatterns-sec-1 .j-blks-4 .j-modal__close {
  position: absolute;
  top: 22px;
  right: 18px;
  width: 37px;
  cursor: pointer;
}
.j-wPatterns-sec-1 .j-blks-4 .j-modal__close img {
  width: 100%;
  height: auto;
}
.j-wPatterns-sec-1 .j-blks-4 .j-modal__image {
  width: 420px;
  margin: 0 auto 7px;
}
.j-wPatterns-sec-1 .j-blks-4 .j-modal__image img {
  width: 100%;
}
.j-wPatterns-sec-1 .j-blks-4 .j-modal__ttl {
  font-size: 15px;
  text-align: center;
  margin-bottom: 7px;
}
.j-wPatterns-sec-1 .j-blks-4 .j-modal__btn {
  background: #000;
  color: #fff;
  width: 200px;
  margin: 0 auto;
  display: block;
  padding: 6px 5px;
  text-align: center;
}
.j-wPatterns-sec-1 .j-blks-4 .j-modal__btn:hover {
  opacity: 0.8;
  text-decoration: none;
}
.j-wPatterns-sec-1 .j-blks-4 .j-modal__btn__txt {
  font-size: 15px;
  line-height: 1;
  display: block;
  margin-bottom: 2px;
}
.j-wPatterns-sec-1 .j-blks-4 .j-modal__btn__txt-2 {
  font-size: 11px;
  line-height: 1;
  display: block;
}
@media screen and (max-width: 991px) {
  .j-wPatterns-sec-1 .j-blks-1 {
    margin: 50px 0 32px;
  }
  .j-wPatterns-sec-1 .j-blks-3 {
    margin-bottom: 64px;
  }
  .j-wPatterns-sec-1 .j-blks-3 .j-txt {
    font-size: 14px;
  }
  .j-wPatterns-sec-1 .j-blks-4 .j-modal__inner {
    width: auto;
    max-width: 550px;
    left: 20px;
    right: 20px;
    margin-top: -20px;
    padding: 40px;
  }
  .j-wPatterns-sec-1 .j-blks-4 .j-modal__close {
    top: 10px;
    right: 10px;
    width: 20px;
  }
  .j-wPatterns-sec-1 .j-blks-4 .j-modal__image {
    width: 100%;
  }
  .j-wPatterns-sec-1 .j-blks-4 .j-modal__ttl {
    font-size: 14px;
  }
  .j-wPatterns-sec-1 .j-blks-4 .j-modal__btn__txt {
    font-size: 14px;
  }
}
/* eco friendly section
========================= */
.j-roomInspiration-sec-1 {
  letter-spacing: 0;
}
.j-roomInspiration-sec-1 p {
  line-height: 2;
}
.j-roomInspiration-sec-1 h1 {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 33px;
}
.j-roomInspiration-sec-1 h3 {
  font-family: YuMincho, "Yu Mincho", serif;
}
@media screen and (min-width: 992px) {
  .j-roomInspiration-sec-1 p {
    font-size: 15px;
  }
}

/* our story
========================= */
.j-ourStory-sec-1 {
  padding: 150px 0;
}
.j-ourStory-sec-1 * {
  margin: 0;
  padding: 0;
}
.j-ourStory-sec-1 img {
  max-width: 100%;
  height: auto;
}
.j-ourStory-sec-1__inner {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 15px;
}
.j-ourStory-sec-1 .j-blks-1 {
  margin-bottom: 114px;
}
.j-ourStory-sec-1 .j-blks-1 .j-heading {
  text-align: center;
  font-size: 33px;
  margin-bottom: 52px;
}
.j-ourStory-sec-1 .j-blks-1 .j-image {
  margin-bottom: 49px;
}
.j-ourStory-sec-1 .j-blks-1 .j-heading-2 {
  text-align: center;
  font-size: 33px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 16px;
}
.j-ourStory-sec-1 .j-blks-1 .j-txt {
  font-size: 15px;
  line-height: 2;
}
.j-ourStory-sec-1 .j-blks-2 {
  margin-bottom: 146px;
}
.j-ourStory-sec-1 .j-blks-2 .j-list__item {
  list-style: none;
}
.j-ourStory-sec-1 .j-blks-2 .j-list__item:not(:last-child) {
  margin-bottom: 113px;
}
.j-ourStory-sec-1 .j-blks-2 .j-list__item__image {
  margin-bottom: 46px;
}
.j-ourStory-sec-1 .j-blks-2 .j-list__item__heading {
  font-size: 25px;
  font-family: YuMincho, "Yu Mincho", serif;
  line-height: 1.4;
  margin-bottom: 13px;
}
.j-ourStory-sec-1 .j-blks-2 .j-list__item__txt {
  font-size: 15px;
  line-height: 2;
}
.j-ourStory-sec-1 .j-blks-3 .j-heading {
  text-align: center;
  font-size: 33px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 51px;
}
.j-ourStory-sec-1 .j-blks-3 .j-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.j-ourStory-sec-1 .j-blks-3 .j-media__image {
  width: 48.53%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.j-ourStory-sec-1 .j-blks-3 .j-media__image + .j-media__detail {
  width: 47.55%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.j-ourStory-sec-1 .j-blks-3 .j-media._rvs .j-media__detail {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.j-ourStory-sec-1 .j-blks-3 .j-media._rvs .j-media__image {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.j-ourStory-sec-1 .j-blks-3 .j-media + .j-media {
  padding-top: 100px;
  margin-top: 100px;
  border-top: solid 1px #e5e5e5;
}
.j-ourStory-sec-1 .j-blks-3 .j-heading-2 {
  font-size: 25px;
  line-height: 1.4;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 13px;
}
.j-ourStory-sec-1 .j-blks-3 .j-txt {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .j-ourStory-sec-1 {
    padding: 50px 0;
  }
  .j-ourStory-sec-1__inner {
    max-width: 720px;
    padding: 0;
  }
  .j-ourStory-sec-1 .j-blks-1 {
    margin-bottom: 80px;
  }
  .j-ourStory-sec-1 .j-blks-1 .j-heading {
    margin-bottom: 40px;
  }
  .j-ourStory-sec-1 .j-blks-1 .j-image {
    margin-bottom: 40px;
  }
  .j-ourStory-sec-1 .j-blks-1 .j-txt {
    font-size: 14px;
  }
  .j-ourStory-sec-1 .j-blks-2 {
    margin-bottom: 100px;
  }
  .j-ourStory-sec-1 .j-blks-2 .j-list__item:not(:last-child) {
    margin-bottom: 64px;
  }
  .j-ourStory-sec-1 .j-blks-2 .j-list__item__image {
    margin-bottom: 34px;
  }
  .j-ourStory-sec-1 .j-blks-2 .j-list__item__txt {
    font-size: 14px;
  }
  .j-ourStory-sec-1 .j-blks-3 .j-heading {
    margin-bottom: 40px;
  }
  .j-ourStory-sec-1 .j-blks-3 .j-media {
    display: block;
  }
  .j-ourStory-sec-1 .j-blks-3 .j-media__image {
    width: auto;
    margin-bottom: 30px;
  }
  .j-ourStory-sec-1 .j-blks-3 .j-media__image + .j-media__detail {
    width: auto;
  }
  .j-ourStory-sec-1 .j-blks-3 .j-media + .j-media {
    padding-top: 48px;
    margin-top: 48px;
  }
  .j-ourStory-sec-1 .j-blks-3 .j-txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .j-ourStory-sec-1__inner {
    max-width: 540px;
  }
}

/* showroom section
========================= */
.j-showroom-sec-1 {
  padding: 150px 0;
}
.j-showroom-sec-1 * {
  margin: 0;
  padding: 0;
}
.j-showroom-sec-1 .j-blks-1 {
  margin-bottom: 30px;
}
.j-showroom-sec-1 .j-blks-1 .j-heading {
  text-align: center;
  font-size: 33px;
  margin-bottom: 54px;
}
.j-showroom-sec-1 .j-blks-1 .j-image img {
  width: 100%;
  height: auto;
}
.j-showroom-sec-1 .j-blks-2 .j-group + .j-group {
  margin-top: 80px;
}
.j-showroom-sec-1 .j-blks-2 .j-heading {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 25px;
  font-weight: 500;
  margin-bottom: 15px;
}
.j-showroom-sec-1 .j-blks-2 .j-txt {
  font-size: 0.9375rem;
  line-height: 2;
  margin-bottom: 30px;
}
.j-showroom-sec-1 .j-blks-2 .j-txt-2 {
  margin-top: 10px;
  font-size: 0.9375rem;
  line-height: 2;
}
.j-showroom-sec-1 .j-blks-2 .j-btn a {
  width: 220px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #303546;
  border-color: #303546;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.j-showroom-sec-1 .j-blks-2 .j-btn a:hover {
  background-color: #20242f;
  border-color: #1b1e28;
}
.j-showroom-sec-1 .j-blks-1 .contentsInner .j-btn a {
  width: 220px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #303546;
  border-color: #303546;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.j-showroom-sec-1 .j-blks-1 .contentsInner .j-btn a:hover {
  background-color: #20242f;
  border-color: #1b1e28;
}
@media screen and (max-width: 991px) {
  .j-showroom-sec-1 {
    padding: 50px 0;
  }
  .j-showroom-sec-1 .j-blks-1 {
    margin-bottom: 48px;
  }
  .j-showroom-sec-1 .j-blks-1 .j-heading {
    margin-bottom: 32px;
  }
  .j-showroom-sec-1 .j-blks-2 .j-group + .j-group {
    margin-top: 64px;
  }
  .j-showroom-sec-1 .j-blks-2 .j-heading {
    font-size: 1.5625rem;
  }
  .j-showroom-sec-1 .j-blks-2 .j-txt {
    font-size: 0.875rem;
    margin-bottom: 32px;
  }
  .j-showroom-sec-1 .j-blks-2 .j-txt-2 {
    font-size: 0.875rem;
  }
  .j-showroom-sec-1 .j-blks-2 .j-btn a {
    width: 200px;
    height: 37px;
    font-size: 14px;
  }
.j-showroom-sec-1 .j-blks-1 .contentsInner .j-btn a {
    width: 200px;
    height: 37px;
    font-size: 14px;
  }
}

/* shoplist section
========================= */
.j-shoplist-sec-1 {
  padding: 150px 0;
}
.j-shoplist-sec-1 * {
  margin: 0;
  padding: 0;
}
.j-shoplist-sec-1 .j-blks-1 {
  padding-bottom: 43px;
  border-bottom: solid 1px #e5e5e5;
  margin-bottom: 38px;
}
.j-shoplist-sec-1 .j-blks-1 .j-heading {
  text-align: center;
  font-size: 33px;
  margin-bottom: 44px;
}
.j-shoplist-sec-1 .j-blks-1 .j-txt {
  font-size: 0.9375rem;
  line-height: 2;
}
.j-shoplist-sec-1 .j-blks-2 .j-group + .j-group {
  margin-top: 33px;
}
.j-shoplist-sec-1 .j-blks-2 .j-heading {
  background: #e5e5e5;
  font-size: 1.5625rem;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: 400;
  padding: 10px 4px;
  margin-bottom: 34px;
}
.j-shoplist-sec-1 .j-blks-2 .j-list {
  list-style: none;
}
.j-shoplist-sec-1 .j-blks-2 .j-list__item:not(:last-child) {
  margin-bottom: 32px;
}
.j-shoplist-sec-1 .j-blks-2 .j-list__item__cat {
  background: #427e83;
  color: #fff;
  font-size: 0.9375rem;
  line-height: 1;
  padding: 5px 18px;
  display: inline-block;
  margin-bottom: 10px;
}
.j-shoplist-sec-1 .j-blks-2 .j-list__item__cat._color-2 {
  background: #303546;
}
.j-shoplist-sec-1 .j-blks-2 .j-list__item__heading {
  font-size: 1.125rem;
  font-weight: 400;
  margin-bottom: 16px;
}
.j-shoplist-sec-1 .j-blks-2 .j-list__item__txt {
  font-size: 0.9375rem;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .j-shoplist-sec-1 {
    padding: 50px 0;
  }
  .j-shoplist-sec-1 .j-blks-1 {
    margin-bottom: 48px;
  }
  .j-shoplist-sec-1 .j-blks-1 .j-heading {
    padding-bottom: 32px;
    margin-bottom: 32px;
  }
  .j-shoplist-sec-1 .j-blks-1 .j-txt {
    font-size: 0.875rem;
  }
  .j-shoplist-sec-1 .j-blks-2 .j-group + .j-group {
    margin-top: 32px;
  }
  .j-shoplist-sec-1 .j-blks-2 .j-heading {
    font-size: 1.375rem;
    margin-bottom: 24px;
  }
  .j-shoplist-sec-1 .j-blks-2 .j-list {
    list-style: none;
  }
  .j-shoplist-sec-1 .j-blks-2 .j-list__item:not(:last-child) {
    margin-bottom: 32px;
  }
  .j-shoplist-sec-1 .j-blks-2 .j-list__item__cat {
    font-size: 0.875rem;
  }
  .j-shoplist-sec-1 .j-blks-2 .j-list__item__heading {
    font-size: 1rem;
    margin-bottom: 12px;
  }
  .j-shoplist-sec-1 .j-blks-2 .j-list__item__txt {
    font-size: 0.875rem;
  }
}

/* contact section
========================= */
.j-contact-sec-1 {
  padding: 150px 0;
}
.j-contact-sec-1 * {
  margin: 0;
  padding: 0;
}
.j-contact-sec-1 .j-blks-1 {
  margin-bottom: 52px;
}
.j-contact-sec-1 .j-blks-1 .j-heading {
  text-align: center;
  font-size: 33px;
}
.j-contact-sec-1 .j-blks-2 .j-group + .j-group {
  margin-top: 148px;
}
.j-contact-sec-1 .j-blks-2 .j-group-2 {
  margin-bottom: 27px;
}
.j-contact-sec-1 .j-blks-2 .j-group-2._type-2 {
  margin-bottom: 87px;
}
.j-contact-sec-1 .j-blks-2 .j-anchor {
  margin-top: -80px;
  padding-top: 80px;
}
.j-contact-sec-1 .j-blks-2 .j-heading {
  font-size: 33px;
  font-weight: 400;
  font-family: YuMincho, "Yu Mincho", serif;
}
.j-contact-sec-1 .j-blks-2 .j-txt {
  font-size: 0.9375rem;
  line-height: 2;
  margin-top: 27px;
}
.j-contact-sec-1 .j-blks-2 .j-txt a {
  text-decoration: none;
}
.j-contact-sec-1 .j-blks-2 .j-txt a:hover {
  text-decoration: underline;
}
.j-contact-sec-1 .j-blks-2 .j-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.j-contact-sec-1 .j-blks-2 .j-col3__col {
  width: 31.37%;
  margin: 30px 2.945% 0 0;
}
.j-contact-sec-1 .j-blks-2 .j-col3__col:nth-child(-n+3) {
  margin-top: 0;
}
.j-contact-sec-1 .j-blks-2 .j-col3__col:nth-child(3n) {
  margin-right: 0;
}
.j-contact-sec-1 .j-blks-2 .j-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 2px #303546;
  height: 320px;
  padding-bottom: 10px;
  box-sizing: border-box;
}
.j-contact-sec-1 .j-blks-2 .j-box:hover {
  opacity: 0.8;
  text-decoration: none;
}
.j-contact-sec-1 .j-blks-2 .j-box__heading {
  font-family: YuMincho, "Yu Mincho", serif;
  text-align: center;
  font-size: 1.25rem;
  line-height: 2;
  min-height: 4em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 28px;
}
.j-contact-sec-1 .j-blks-2 .j-box__ico {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 82px;
  margin-bottom: 17px;
}
.j-contact-sec-1 .j-blks-2 .j-box__ico img {
  width: 86px;
  margin-left: 25px;
}
.j-contact-sec-1 .j-blks-2 .j-box__ico._type-2 img {
  width: 85px;
  margin-left: 0;
}
.j-contact-sec-1 .j-blks-2 .j-box__txt {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 0.9375rem;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .j-contact-sec-1 {
    padding: 50px 0;
  }
  .j-contact-sec-1 .j-blks-1 {
    margin-bottom: 48px;
  }
  .j-contact-sec-1 .j-blks-2 .j-group + .j-group {
    margin-top: 64px;
  }
  .j-contact-sec-1 .j-blks-2 .j-group-2 {
    margin-bottom: 32px;
  }
  .j-contact-sec-1 .j-blks-2 .j-group-2._type-2 {
    margin-bottom: 32px;
  }
  .j-contact-sec-1 .j-blks-2 .j-heading {
    font-size: 28px;
  }
  .j-contact-sec-1 .j-blks-2 .j-txt {
    font-size: 0.875rem;
    margin-top: 24px;
  }
  .j-contact-sec-1 .j-blks-2 .j-col3 {
    display: block;
  }
  .j-contact-sec-1 .j-blks-2 .j-col3__col {
    width: auto;
    margin: 0;
  }
  .j-contact-sec-1 .j-blks-2 .j-col3__col:not(:last-child) {
    margin-bottom: 24px;
  }
  .j-contact-sec-1 .j-blks-2 .j-box {
    height: 230px;
  }
  .j-contact-sec-1 .j-blks-2 .j-box:hover {
    opacity: 0.8;
    text-decoration: none;
  }
  .j-contact-sec-1 .j-blks-2 .j-box__heading {
    font-size: 1.125rem;
    margin-bottom: 12px;
  }
  .j-contact-sec-1 .j-blks-2 .j-box__ico {
    display: block;
    height: 60px;
    text-align: center;
    margin-bottom: 12px;
  }
  .j-contact-sec-1 .j-blks-2 .j-box__ico img {
    width: 60px;
    margin-left: 18px;
  }
  .j-contact-sec-1 .j-blks-2 .j-box__ico._type-2 img {
    width: 60px;
  }
  .j-contact-sec-1 .j-blks-2 .j-box__txt {
    font-size: 0.875rem;
  }
}

/* history section
========================= */
.j-history-sec-1 {
  padding: 150px 0;
}
.j-history-sec-1 * {
  margin: 0;
  padding: 0;
}
.j-history-sec-1 img {
  max-width: 100%;
  height: auto;
}
.j-history-sec-1 .j-blks-1 {
  margin-bottom: 51px;
}
.j-history-sec-1 .j-blks-1 .j-heading {
  text-align: center;
  font-size: 33px;
  font-family: YuMincho, "Yu Mincho", serif;
}
.j-history-sec-1 .j-blks-2 .j-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.j-history-sec-1 .j-blks-2 .j-media__image {
  width: 48.53%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.j-history-sec-1 .j-blks-2 .j-media__image + .j-media__detail {
  width: 47.55%;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.j-history-sec-1 .j-blks-2 .j-media._rvs .j-media__detail {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.j-history-sec-1 .j-blks-2 .j-media._rvs .j-media__image {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.j-history-sec-1 .j-blks-2 .j-media + .j-media {
  padding-top: 100px;
  margin-top: 100px;
  border-top: solid 1px #e5e5e5;
}
.j-history-sec-1 .j-blks-2 .j-heading-2 {
  font-size: 25px;
  line-height: 1.4;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 13px;
}
.j-history-sec-1 .j-blks-2 .j-txt {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 991px) {
  .j-history-sec-1 {
    padding: 50px 0;
  }
  .j-history-sec-1 .j-blks-1 {
    margin-bottom: 40px;
  }
  .j-history-sec-1 .j-blks-2 .j-media {
    display: block;
  }
  .j-history-sec-1 .j-blks-2 .j-media__image {
    width: auto;
    margin-bottom: 30px;
  }
  .j-history-sec-1 .j-blks-2 .j-media__image + .j-media__detail {
    width: auto;
  }
  .j-history-sec-1 .j-blks-2 .j-media + .j-media {
    padding-top: 48px;
    margin-top: 48px;
  }
  .j-history-sec-1 .j-blks-2 .j-txt {
    font-size: 14px;
  }
}

/* neutralColor section
========================= */
.j-neutralColor-sec-1 {
  padding: 150px 0;
}
.j-neutralColor-sec-1 * {
  margin: 0;
  padding: 0;
}
.j-neutralColor-sec-1 img {
  max-width: 100%;
  height: auto;
}
.j-neutralColor-sec-1 .j-blks-1 {
  margin-bottom: 62px;
}
.j-neutralColor-sec-1 .j-blks-1 .j-heading {
  text-align: center;
  margin-bottom: 26px;
}
.j-neutralColor-sec-1 .j-blks-1 .j-heading__main {
  font-size: 33px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 12px;
}
.j-neutralColor-sec-1 .j-blks-1 .j-heading__sub {
  font-size: 18px;
}
.j-neutralColor-sec-1 .j-blks-1 .j-txt {
  font-size: 15px;
  line-height: 2;
}
.j-neutralColor-sec-1 .j-blks-2 {
  margin-bottom: 40px;
}
.j-neutralColor-sec-1 .j-blks-2 .j-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.j-neutralColor-sec-1 .j-blks-2 .j-col3__col {
  width: 31.37%;
}
.j-neutralColor-sec-1 .j-blks-2 .j-num {
  text-align: center;
  font-size: 33px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 22px;
}
.j-neutralColor-sec-1 .j-blks-2 .j-heading {
  font-size: 18px;
  line-height: 1.75;
  min-height: 5.25em;
  margin-bottom: 16px;
}
.j-neutralColor-sec-1 .j-blks-2 .j-txt {
  font-size: 15px;
  line-height: 2;
}
.j-neutralColor-sec-1 .j-blks-2 .j-txt a {
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.j-neutralColor-sec-1 .j-blks-2 .j-txt a:hover {
  opacity: 0.8;
}
.j-neutralColor-sec-1 .j-blks-3 {
  margin-bottom: 80px;
}
.j-neutralColor-sec-1 .j-blks-3 .j-group + .j-group {
  margin-top: 40px;
}
.j-neutralColor-sec-1 .j-blks-3 .j-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 49px 57px;
  border: solid 2px #303546;
}
.j-neutralColor-sec-1 .j-blks-3 .j-box__lt {
  width: 45%;
}
.j-neutralColor-sec-1 .j-blks-3 .j-box__rt {
  width: 45.5%;
}
.j-neutralColor-sec-1 .j-blks-3 .j-box__rt__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  position: relative;
}
.j-neutralColor-sec-1 .j-blks-3 .j-box__group {
  margin-bottom: 24px;
}
.j-neutralColor-sec-1 .j-blks-3 .j-box__heading {
  margin: -2px 0 12px;
}
.j-neutralColor-sec-1 .j-blks-3 .j-box__heading__main {
  font-size: 25px;
  line-height: 1.32;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 10px;
}
.j-neutralColor-sec-1 .j-blks-3 .j-box__heading__sub {
  font-size: 15px;
}
.j-neutralColor-sec-1 .j-blks-3 .j-box__txt {
  font-size: 15px;
  line-height: 2;
}
.j-neutralColor-sec-1 .j-blks-3 .j-box__txt-2 {
  font-size: 15px;
  line-height: 2;
  padding: 23px 27px;
  border: solid 2px #303546;
}
.j-neutralColor-sec-1 .j-blks-4 .j-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.j-neutralColor-sec-1 .j-blks-4 .j-btn__item {
  width: 32.353%;
}
.j-neutralColor-sec-1 .j-blks-4 .j-btn__item a {
  height: 60px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  background: #303546;
  border-color: #303546;
  color: #fff;
  text-decoration: none;
  font-size: 18.75px;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.j-neutralColor-sec-1 .j-blks-4 .j-btn__item a:hover {
  background-color: #20242f;
  border-color: #1b1e28;
}
.j-neutralColor-sec-1 .j-blks-4 .j-btn__item:last-child a {
  font-size: 17px;
}
@media screen and (max-width: 991px) {
  .j-neutralColor-sec-1 {
    padding: 50px 0;
  }
  .j-neutralColor-sec-1 .j-blks-1 {
    margin-bottom: 48px;
  }
  .j-neutralColor-sec-1 .j-blks-1 .j-heading__main {
    font-size: 33px;
    margin-bottom: 10px;
  }
  .j-neutralColor-sec-1 .j-blks-1 .j-heading__sub {
    font-size: 17px;
  }
  .j-neutralColor-sec-1 .j-blks-1 .j-txt {
    font-size: 14px;
  }
  .j-neutralColor-sec-1 .j-blks-2 {
    margin-bottom: 48px;
  }
  .j-neutralColor-sec-1 .j-blks-2 .j-col3 {
    display: block;
  }
  .j-neutralColor-sec-1 .j-blks-2 .j-col3__col {
    width: auto;
  }
  .j-neutralColor-sec-1 .j-blks-2 .j-col3__col:not(:last-child) {
    margin-bottom: 48px;
  }
  .j-neutralColor-sec-1 .j-blks-2 .j-num {
    font-size: 30px;
    margin-bottom: 14px;
  }
  .j-neutralColor-sec-1 .j-blks-2 .j-heading {
    font-size: 17px;
    min-height: 1px;
  }
  .j-neutralColor-sec-1 .j-blks-2 .j-txt {
    font-size: 14px;
    line-height: 2;
  }
  .j-neutralColor-sec-1 .j-blks-3 {
    margin-bottom: 48px;
  }
  .j-neutralColor-sec-1 .j-blks-3 .j-group + .j-group {
    margin-top: 32px;
  }
  .j-neutralColor-sec-1 .j-blks-3 .j-box {
    display: block;
    padding: 20px;
  }
  .j-neutralColor-sec-1 .j-blks-3 .j-box__lt {
    width: auto;
    margin-bottom: 24px;
  }
  .j-neutralColor-sec-1 .j-blks-3 .j-box__rt {
    width: auto;
  }
  .j-neutralColor-sec-1 .j-blks-3 .j-box__rt__inner {
    display: block;
    position: static;
  }
  .j-neutralColor-sec-1 .j-blks-3 .j-box__group {
    margin-bottom: 14px;
  }
  .j-neutralColor-sec-1 .j-blks-3 .j-box__heading {
    margin: 0 0 14px;
  }
  .j-neutralColor-sec-1 .j-blks-3 .j-box__heading__main {
    font-size: 22px;
    margin-bottom: 8px;
  }
  .j-neutralColor-sec-1 .j-blks-3 .j-box__heading__sub {
    font-size: 14px;
  }
  .j-neutralColor-sec-1 .j-blks-3 .j-box__txt {
    font-size: 14px;
  }
  .j-neutralColor-sec-1 .j-blks-3 .j-box__txt-2 {
    font-size: 14px;
    padding: 14px;
    border: solid 1px #303546;
  }
  .j-neutralColor-sec-1 .j-blks-4 .j-btn {
    display: block;
  }
  .j-neutralColor-sec-1 .j-blks-4 .j-btn__item {
    width: auto;
  }
  .j-neutralColor-sec-1 .j-blks-4 .j-btn__item:not(:last-child) {
    margin-bottom: 16px;
  }
  .j-neutralColor-sec-1 .j-blks-4 .j-btn__item a {
    width: 100%;
    height: 43px;
    font-size: 14px;
  }
  .j-neutralColor-sec-1 .j-blks-4 .j-btn__item:last-child a {
    font-size: 13px;
    line-height: 1.2;
  }
}

/* nhm section
========================= */
.j-nhm-sec-1 {
  padding: 116px 0 150px;
}
.j-nhm-sec-1 * {
  margin: 0;
  padding: 0;
}
.j-nhm-sec-1 img {
  max-width: 100%;
  height: auto;
}
.j-nhm-sec-1 .j-blks-1 {
  margin-bottom: 68px;
}
.j-nhm-sec-1 .j-blks-1 .j-heading {
  max-width: 638px;
  margin: 0 auto 46px;
}
.j-nhm-sec-1 .j-blks-2 {
  margin-bottom: 80px;
}
.j-nhm-sec-1 .j-blks-2 .j-heading {
  text-align: center;
  font-size: 35px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 72px;
}
.j-nhm-sec-1 .j-blks-2 .j-txt {
  font-size: 15px;
  line-height: 2;
}
.j-nhm-sec-1 .j-blks-3 {
  margin-bottom: 145px;
}
.j-nhm-sec-1 .j-blks-3 .j-heading {
  font-size: 25px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 30px;
}
.j-nhm-sec-1 .j-blks-3 .j-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.j-nhm-sec-1 .j-blks-3 .j-list__item {
  width: 24.07%;
  margin: 145px 1.24% 0 0;
}
.j-nhm-sec-1 .j-blks-3 .j-list__item:nth-child(4n) {
  margin-right: 0;
}
.j-nhm-sec-1 .j-blks-3 .j-list__item:nth-child(-n+4) {
  margin-top: 0;
}
.j-nhm-sec-1 .j-blks-3 .j-box__image {
  padding-top: 100%;
  position: relative;
  margin-bottom: 35px;
}
.j-nhm-sec-1 .j-blks-3 .j-box__image img {
  position: absolute;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.j-nhm-sec-1 .j-blks-3 .j-box__color {
  width: 100px;
  height: 100px;
  margin: 0 auto 16px;
}
.j-nhm-sec-1 .j-blks-3 .j-box__color img {
  object-fit: contain;
  font-family: "object-fit: contain;";
  width: 100%;
  height: 100%;
}
.j-nhm-sec-1 .j-blks-3 .j-box__group {
  text-align: center;
}
.j-nhm-sec-1 .j-blks-3 .j-box__group > *:last-child {
  margin-bottom: 0 !important;
}
.j-nhm-sec-1 .j-blks-3 .j-box__txt {
  font-size: 15px;
  margin-bottom: 2px;
}
.j-nhm-sec-1 .j-blks-3 .j-box__txt-2 {
  font-size: 15px;
  margin-bottom: 5px;
}
.j-nhm-sec-1 .j-blks-3 .j-box__txt-3 {
  font-size: 12px;
  line-height: 2.5;
}
.j-nhm-sec-1 .j-blks-4 {
  margin-bottom: 100px;
}
.j-nhm-sec-1 .j-blks-4 .j-heading {
  text-align: center;
  margin-bottom: 110px;
}
.j-nhm-sec-1 .j-blks-4 .j-heading__main {
  font-size: 33px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 25px;
}
.j-nhm-sec-1 .j-blks-4 .j-heading__sub {
  font-size: 25px;
  font-family: YuMincho, "Yu Mincho", serif;
}
.j-nhm-sec-1 .j-blks-4 .j-group + .j-group {
  margin-top: 80px;
}
.j-nhm-sec-1 .j-blks-4 .j-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.j-nhm-sec-1 .j-blks-4 .j-media__image {
  width: 50%;
}
.j-nhm-sec-1 .j-blks-4 .j-media__detail {
  min-height: 535px;
  box-sizing: border-box;
  width: 50%;
  padding: 30px 47px;
  background: #f1eada;
}
.j-nhm-sec-1 .j-blks-4 .j-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}
.j-nhm-sec-1 .j-blks-4 .j-image__item {
  width: 32.5%;
  padding-top: 33%;
  position: relative;
}
.j-nhm-sec-1 .j-blks-4 .j-image__item img {
  position: absolute;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.j-nhm-sec-1 .j-blks-4 .j-heading-2 {
  font-size: 22px;
  line-height: 1.37;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 16px;
}
.j-nhm-sec-1 .j-blks-4 .j-txt {
  font-size: 15px;
  line-height: 2;
}
.j-nhm-sec-1 .j-blks-4 .j-btn a {
  background: #f1b143;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 30px;
  color: #fff;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.j-nhm-sec-1 .j-blks-4 .j-btn a:hover {
  opacity: 0.8;
}
.j-nhm-sec-1 .j-blks-5 {
  margin-bottom: 100px;
}
.j-nhm-sec-1 .j-blks-5 .j-group {
  background: #f1eada;
  padding: 46px 35px 52px;
}
.j-nhm-sec-1 .j-blks-5 .j-group + .j-group {
  margin-top: 40px;
}
.j-nhm-sec-1 .j-blks-5 .j-heading {
  text-align: center;
  margin-bottom: 50px;
}
.j-nhm-sec-1 .j-blks-5 .j-heading__main {
  font-size: 33px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 25px;
}
.j-nhm-sec-1 .j-blks-5 .j-heading__sub {
  font-size: 25px;
  font-family: YuMincho, "Yu Mincho", serif;
}
.j-nhm-sec-1 .j-blks-5 .j-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.j-nhm-sec-1 .j-blks-5 .j-col2__col {
  width: 47.3%;
}
.j-nhm-sec-1 .j-blks-5 .j-card {
  padding-bottom: 80px;
  position: relative;
}
.j-nhm-sec-1 .j-blks-5 .j-card__image {
  margin-bottom: 17px;
}
.j-nhm-sec-1 .j-blks-5 .j-card__heading {
  font-size: 25px;
  margin-bottom: 15px;
}
.j-nhm-sec-1 .j-blks-5 .j-card__txt {
  font-size: 15px;
  line-height: 2;
}
.j-nhm-sec-1 .j-blks-5 .j-card__btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.j-nhm-sec-1 .j-blks-5 .j-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.j-nhm-sec-1 .j-blks-5 .j-media__image {
  width: 47.3%;
}
.j-nhm-sec-1 .j-blks-5 .j-media__detail {
  width: 47.3%;
  position: relative;
  padding-bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.j-nhm-sec-1 .j-blks-5 .j-media__txt {
  font-size: 15px;
  line-height: 2;
}
.j-nhm-sec-1 .j-blks-5 .j-media__btn {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
}
.j-nhm-sec-1 .j-blks-5 .j-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f1b143;
  height: 60px;
  padding: 0 10px;
  color: #fff;
  font-size: 17px;
  line-height: 1.25;
  text-decoration: none;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.j-nhm-sec-1 .j-blks-5 .j-btn a:hover {
  opacity: 0.8;
}
.j-nhm-sec-1 .j-blks-5 .j-btn a span {
  padding-right: 55px;
  position: relative;
}
.j-nhm-sec-1 .j-blks-5 .j-btn a span::after {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  width: 12px;
  height: 14px;
  background: url("../img/nhm/nhm_arr01.png") no-repeat 0 0/100% 100%;
}
.j-nhm-sec-1 .j-blks-6 .j-heading {
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 33px;
  margin-bottom: 40px;
}
.j-nhm-sec-1 .j-blks-6 .j-movie {
  padding-top: 56.405%;
  position: relative;
}
.j-nhm-sec-1 .j-blks-6 .j-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .j-nhm-sec-1 {
    padding: 40px 0 50px;
  }
  .j-nhm-sec-1 .j-blks-1 {
    margin-bottom: 48px;
  }
  .j-nhm-sec-1 .j-blks-1 .j-heading {
    margin: 0 auto 32px;
  }
  .j-nhm-sec-1 .j-blks-2 {
    margin-bottom: 48px;
  }
  .j-nhm-sec-1 .j-blks-2 .j-heading {
    font-size: 33px;
    margin-bottom: 32px;
  }
  .j-nhm-sec-1 .j-blks-2 .j-txt {
    font-size: 14px;
  }
  .j-nhm-sec-1 .j-blks-3 {
    margin-bottom: 64px;
  }
  .j-nhm-sec-1 .j-blks-3 .j-list__item {
    width: 48%;
    margin: 48px 4% 0 0;
  }
  .j-nhm-sec-1 .j-blks-3 .j-list__item:nth-child(4n) {
    margin-right: 4%;
  }
  .j-nhm-sec-1 .j-blks-3 .j-list__item:nth-child(-n+4) {
    margin-top: 48px;
  }
  .j-nhm-sec-1 .j-blks-3 .j-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .j-nhm-sec-1 .j-blks-3 .j-list__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .j-nhm-sec-1 .j-blks-3 .j-box__image {
    margin-bottom: 24px;
  }
  .j-nhm-sec-1 .j-blks-3 .j-box__color {
    width: 80px;
    height: 80px;
    margin: 0 auto 12px;
  }
  .j-nhm-sec-1 .j-blks-3 .j-box__txt {
    font-size: 13px;
  }
  .j-nhm-sec-1 .j-blks-3 .j-box__txt-2 {
    font-size: 13px;
  }
  .j-nhm-sec-1 .j-blks-3 .j-box__txt-3 {
    font-size: 12px;
    line-height: 2.5;
  }
  .j-nhm-sec-1 .j-blks-4 {
    margin-bottom: 64px;
  }
  .j-nhm-sec-1 .j-blks-4 .j-heading {
    margin-bottom: 48px;
  }
  .j-nhm-sec-1 .j-blks-4 .j-heading__main {
    font-size: 33px;
    margin-bottom: 10px;
  }
  .j-nhm-sec-1 .j-blks-4 .j-heading__sub {
    font-size: 22px;
  }
  .j-nhm-sec-1 .j-blks-4 .j-group + .j-group {
    margin-top: 64px;
  }
  .j-nhm-sec-1 .j-blks-4 .j-media {
    display: block;
    margin-bottom: 10px;
  }
  .j-nhm-sec-1 .j-blks-4 .j-media__image {
    width: auto;
    border: solid 1px #f1eada;
  }
  .j-nhm-sec-1 .j-blks-4 .j-media__detail {
    min-height: 1px;
    width: auto;
    padding: 25px 20px;
  }
  .j-nhm-sec-1 .j-blks-4 .j-image {
    margin-bottom: 10px;
  }
  .j-nhm-sec-1 .j-blks-4 .j-heading-2 {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .j-nhm-sec-1 .j-blks-4 .j-txt {
    font-size: 14px;
  }
  .j-nhm-sec-1 .j-blks-4 .j-btn a {
    height: 60px;
    font-size: 20px;
  }
  .j-nhm-sec-1 .j-blks-5 {
    margin-bottom: 64px;
  }
  .j-nhm-sec-1 .j-blks-5 .j-group {
    padding: 48px 20px;
  }
  .j-nhm-sec-1 .j-blks-5 .j-group + .j-group {
    margin-top: 64px;
  }
  .j-nhm-sec-1 .j-blks-5 .j-heading {
    margin-bottom: 32px;
  }
  .j-nhm-sec-1 .j-blks-5 .j-heading__main {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .j-nhm-sec-1 .j-blks-5 .j-heading__sub {
    font-size: 22px;
  }
  .j-nhm-sec-1 .j-blks-5 .j-col2 {
    display: block;
  }
  .j-nhm-sec-1 .j-blks-5 .j-col2__col {
    width: auto;
  }
  .j-nhm-sec-1 .j-blks-5 .j-col2__col:not(:last-child) {
    margin-bottom: 48px;
  }
  .j-nhm-sec-1 .j-blks-5 .j-card {
    padding-bottom: 0;
  }
  .j-nhm-sec-1 .j-blks-5 .j-card__image {
    margin-bottom: 20px;
  }
  .j-nhm-sec-1 .j-blks-5 .j-card__heading {
    font-size: 20px;
    margin-bottom: 14px;
  }
  .j-nhm-sec-1 .j-blks-5 .j-card__txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .j-nhm-sec-1 .j-blks-5 .j-card__btn {
    position: static;
  }
  .j-nhm-sec-1 .j-blks-5 .j-media {
    display: block;
  }
  .j-nhm-sec-1 .j-blks-5 .j-media__image {
    width: auto;
    margin-bottom: 20px;
  }
  .j-nhm-sec-1 .j-blks-5 .j-media__detail {
    width: auto;
    display: block;
    padding-bottom: 0;
  }
  .j-nhm-sec-1 .j-blks-5 .j-media__txt {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .j-nhm-sec-1 .j-blks-5 .j-media__btn {
    position: static;
  }
  .j-nhm-sec-1 .j-blks-5 .j-btn a {
    height: 50px;
    font-size: 15px;
  }
  .j-nhm-sec-1 .j-blks-5 .j-btn a span {
    padding-right: 30px;
  }
  .j-nhm-sec-1 .j-blks-5 .j-btn a span::after {
    width: 10px;
    height: 11px;
  }
  .j-nhm-sec-1 .j-blks-6 .j-heading {
    margin-bottom: 30px;
  }
}

/* liberty section
========================= */
.j-liberty-sec-1 {
  padding: 150px 0;
}
.j-liberty-sec-1 * {
  margin: 0;
  padding: 0;
}
.j-liberty-sec-1 img {
  max-width: 100%;
  height: auto;
}
.j-liberty-sec-1 .j-blks-1 {
  margin-bottom: 74px;
}
.j-liberty-sec-1 .j-blks-1 .j-heading {
  text-align: center;
  font-size: 33px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 40px;
}
.j-liberty-sec-1 .j-blks-1 .j-movie {
  padding-top: 56.405%;
  position: relative;
  margin-bottom: 60px;
}
.j-liberty-sec-1 .j-blks-1 .j-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.j-liberty-sec-1 .j-blks-1 .j-heading-2 {
  text-align: center;
  font-size: 35px;
  line-height: 1.72;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 45px;
}
.j-liberty-sec-1 .j-blks-1 .j-txt {
  font-size: 15px;
  line-height: 2;
}
.j-liberty-sec-1 .j-blks-2 {
  margin-bottom: 100px;
}
.j-liberty-sec-1 .j-blks-2 .j-heading {
  font-size: 25px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 30px;
}
.j-liberty-sec-1 .j-blks-2 .j-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin-bottom: 85px;
}
.j-liberty-sec-1 .j-blks-2 .j-list__item {
  width: 24.07%;
  margin: 85px 1.24% 0 0;
}
.j-liberty-sec-1 .j-blks-2 .j-list__item:nth-child(4n) {
  margin-right: 0;
}
.j-liberty-sec-1 .j-blks-2 .j-list__item:nth-child(-n+4) {
  margin-top: 0;
}
.j-liberty-sec-1 .j-blks-2 .j-box__image {
  padding-top: 100%;
  position: relative;
  margin-bottom: 35px;
}
.j-liberty-sec-1 .j-blks-2 .j-box__image img {
  position: absolute;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.j-liberty-sec-1 .j-blks-2 .j-box__color {
  width: 100px;
  height: 100px;
  margin: 0 auto 16px;
}
.j-liberty-sec-1 .j-blks-2 .j-box__color img {
  object-fit: contain;
  font-family: "object-fit: contain;";
  width: 100%;
  height: 100%;
}
.j-liberty-sec-1 .j-blks-2 .j-box__group {
  text-align: center;
}
.j-liberty-sec-1 .j-blks-2 .j-box__group > *:last-child {
  margin-bottom: 0 !important;
}
.j-liberty-sec-1 .j-blks-2 .j-box__txt {
  font-size: 15px;
  margin-bottom: 2px;
}
.j-liberty-sec-1 .j-blks-2 .j-box__txt-2 {
  font-size: 15px;
  margin-bottom: 5px;
}
.j-liberty-sec-1 .j-blks-2 .j-box__txt-3 {
  font-size: 12px;
  line-height: 2.5;
  margin-bottom: 8px;
}
.j-liberty-sec-1 .j-blks-2 .j-box__txt-4 {
  background: #f0f0f0;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
  font-size: 0.9375rem;
  padding: 5px 10px;
  margin-bottom: 6px;
}
.j-liberty-sec-1 .j-blks-2 .j-box__txt-5 {
  font-size: 0.9375rem;
}
.j-liberty-sec-1 .j-blks-2 .j-txt {
  font-size: 15px;
  line-height: 2;
}
.j-liberty-sec-1 .j-blks-3 .j-group {
  border-top: solid 1px #e5e5e5;
  padding-top: 100px;
  margin-bottom: 90px;
}
.j-liberty-sec-1 .j-blks-3 .j-group-2 {
  border-top: solid 1px #e5e5e5;
  padding-top: 80px;
  margin-bottom: 50px;
}
.j-liberty-sec-1 .j-blks-3 .j-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.j-liberty-sec-1 .j-blks-3 .j-media__image {
  width: 48.6%;
}
.j-liberty-sec-1 .j-blks-3 .j-media__detail {
  width: 47.2%;
}
.j-liberty-sec-1 .j-blks-3 .j-media__heading {
  font-size: 25px;
  margin-bottom: 12px;
  font-family: YuMincho, "Yu Mincho", serif;
}
.j-liberty-sec-1 .j-blks-3 .j-media__txt {
  font-size: 15px;
  line-height: 2;
}
.j-liberty-sec-1 .j-blks-3 .j-heading {
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 40px;
  text-align: center;
  font-size: 25px;
}
.j-liberty-sec-1 .j-blks-3 .j-btn {
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
.j-liberty-sec-1 .j-blks-3 .j-btn__item {
  width: 41.25%;
}
.j-liberty-sec-1 .j-blks-3 .j-btn__item a {
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  background: #303546;
  border-color: #303546;
  color: #fff;
  text-decoration: none;
  font-size: 18.5px;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.j-liberty-sec-1 .j-blks-3 .j-btn__item a:hover {
  background-color: #20242f;
  border-color: #1b1e28;
}
@media screen and (max-width: 991px) {
  .j-liberty-sec-1 {
    padding: 50px 0;
  }
  .j-liberty-sec-1 .j-blks-1 {
    margin-bottom: 74px;
  }
  .j-liberty-sec-1 .j-blks-1 .j-heading {
    font-size: 30px;
    margin-bottom: 32px;
  }
  .j-liberty-sec-1 .j-blks-1 .j-movie {
    margin-bottom: 48px;
  }
  .j-liberty-sec-1 .j-blks-1 .j-heading-2 {
    font-size: 22px;
    line-height: 1.5;
    margin-bottom: 24px;
  }
  .j-liberty-sec-1 .j-blks-1 .j-txt {
    font-size: 14px;
  }
  .j-liberty-sec-1 .j-blks-2 {
    margin-bottom: 64px;
  }
  .j-liberty-sec-1 .j-blks-2 .j-list {
    margin-bottom: 48px;
  }
  .j-liberty-sec-1 .j-blks-2 .j-list__item {
    width: 48%;
    margin: 48px 4% 0 0;
  }
  .j-liberty-sec-1 .j-blks-2 .j-list__item:nth-child(4n) {
    margin-right: 4%;
  }
  .j-liberty-sec-1 .j-blks-2 .j-list__item:nth-child(-n+4) {
    margin-top: 48px;
  }
  .j-liberty-sec-1 .j-blks-2 .j-list__item:nth-child(2n) {
    margin-right: 0;
  }
  .j-liberty-sec-1 .j-blks-2 .j-list__item:nth-child(-n+2) {
    margin-top: 0;
  }
  .j-liberty-sec-1 .j-blks-2 .j-box__image {
    margin-bottom: 24px;
  }
  .j-liberty-sec-1 .j-blks-2 .j-box__color {
    width: 80px;
    height: 80px;
    margin: 0 auto 12px;
  }
  .j-liberty-sec-1 .j-blks-2 .j-box__txt {
    font-size: 13px;
  }
  .j-liberty-sec-1 .j-blks-2 .j-box__txt-2 {
    font-size: 13px;
  }
  .j-liberty-sec-1 .j-blks-2 .j-box__txt-3 {
    font-size: 12px;
    line-height: 2.5;
  }
  .j-liberty-sec-1 .j-blks-2 .j-box__txt-4 {
    font-size: 13px;
  }
  .j-liberty-sec-1 .j-blks-2 .j-box__txt-5 {
    font-size: 13px;
  }
  .j-liberty-sec-1 .j-blks-2 .j-txt {
    font-size: 14px;
  }
  .j-liberty-sec-1 .j-blks-3 .j-group {
    padding-top: 48px;
    margin-bottom: 48px;
  }
  .j-liberty-sec-1 .j-blks-3 .j-group-2 {
    padding-top: 48px;
    margin-bottom: 48px;
  }
  .j-liberty-sec-1 .j-blks-3 .j-media {
    display: block;
  }
  .j-liberty-sec-1 .j-blks-3 .j-media__image {
    width: auto;
    margin-bottom: 32px;
  }
  .j-liberty-sec-1 .j-blks-3 .j-media__detail {
    width: auto;
  }
  .j-liberty-sec-1 .j-blks-3 .j-media__txt {
    font-size: 14px;
  }
  .j-liberty-sec-1 .j-blks-3 .j-btn {
    display: block;
  }
  .j-liberty-sec-1 .j-blks-3 .j-btn__item {
    width: auto;
  }
  .j-liberty-sec-1 .j-blks-3 .j-btn__item:not(:last-child) {
    margin-bottom: 16px;
  }
  .j-liberty-sec-1 .j-blks-3 .j-btn__item a {
    width: 100%;
    height: 43px;
    font-size: 14px;
  }
}

/* samplepot section
========================= */
.j-samplepot-sec-1 {
  padding: 150px 0;
}
.j-samplepot-sec-1 * {
  margin: 0;
  padding: 0;
}
.j-samplepot-sec-1 img {
  max-width: 100%;
  height: auto;
}
.j-samplepot-sec-1 .j-blks-1 {
  margin-bottom: 110px;
}
.j-samplepot-sec-1 .j-blks-1 .j-heading {
  text-align: center;
  font-size: 33px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 47px;
}
.j-samplepot-sec-1 .j-blks-1 .j-movie {
  padding-top: 56.223%;
  position: relative;
  margin-bottom: 34px;
}
.j-samplepot-sec-1 .j-blks-1 .j-movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.j-samplepot-sec-1 .j-blks-1 .j-txt {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 72px;
}
.j-samplepot-sec-1 .j-blks-1 .j-btn a {
  width: 273px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  background: #303546;
  border-color: #303546;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.j-samplepot-sec-1 .j-blks-1 .j-btn a:hover {
  background-color: #20242f;
  border-color: #1b1e28;
}
.j-samplepot-sec-1 .j-blks-2 {
  border: solid #e5e5e5;
  border-width: 1px 0;
  padding: 40px 0 92px;
  margin-bottom: 40px;
}
.j-samplepot-sec-1 .j-blks-2 .j-heading {
  font-size: 25px;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 14px;
}
.j-samplepot-sec-1 .j-blks-2 .j-txt {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 70px;
}
.j-samplepot-sec-1 .j-blks-2 .j-heading-2 {
  font-size: 25px;
  text-align: center;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 42px;
}
.j-samplepot-sec-1 .j-blks-2 .j-col3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.j-samplepot-sec-1 .j-blks-2 .j-col3__col {
  width: 31.37%;
}
.j-samplepot-sec-1 .j-blks-2 .j-heading-3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 14px;
}
.j-samplepot-sec-1 .j-blks-2 .j-txt-2 {
  font-size: 15px;
  line-height: 2;
}
.j-samplepot-sec-1 .j-blks-3 .j-media {
  margin-bottom: 50px;
  background: #ededed;
  position: relative;
}
.j-samplepot-sec-1 .j-blks-3 .j-media__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}
.j-samplepot-sec-1 .j-blks-3 .j-media__image img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
.j-samplepot-sec-1 .j-blks-3 .j-media__detail {
  width: 50%;
  box-sizing: border-box;
  margin-left: auto;
  padding: 31px 49px;
}
.j-samplepot-sec-1 .j-blks-3 .j-media__heading {
  font-size: 22px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 24px;
}
.j-samplepot-sec-1 .j-blks-3 .j-media__txt {
  font-size: 15px;
  line-height: 2;
  margin-bottom: 20px;
}
.j-samplepot-sec-1 .j-blks-3 .j-btn a {
  width: 273px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  background: #303546;
  border-color: #303546;
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
}
.j-samplepot-sec-1 .j-blks-3 .j-btn a:hover {
  background-color: #20242f;
  border-color: #1b1e28;
}
@media screen and (max-width: 991px) {
  .j-samplepot-sec-1 {
    padding: 50px 0;
  }
  .j-samplepot-sec-1 .j-blks-1 {
    margin-bottom: 64px;
  }
  .j-samplepot-sec-1 .j-blks-1 .j-heading {
    margin-bottom: 32px;
  }
  .j-samplepot-sec-1 .j-blks-1 .j-movie {
    margin-bottom: 32px;
  }
  .j-samplepot-sec-1 .j-blks-1 .j-txt {
    font-size: 14px;
    margin-bottom: 32px;
  }
  .j-samplepot-sec-1 .j-blks-1 .j-btn a {
    width: 100%;
    height: 43px;
    font-size: 14px;
  }
  .j-samplepot-sec-1 .j-blks-2 {
    padding: 64px 0;
    margin-bottom: 48px;
  }
  .j-samplepot-sec-1 .j-blks-2 .j-heading {
    margin-bottom: 32px;
  }
  .j-samplepot-sec-1 .j-blks-2 .j-txt {
    font-size: 14px;
    margin-bottom: 64px;
  }
  .j-samplepot-sec-1 .j-blks-2 .j-heading-2 {
    margin-bottom: 40px;
  }
  .j-samplepot-sec-1 .j-blks-2 .j-col3 {
    display: block;
  }
  .j-samplepot-sec-1 .j-blks-2 .j-col3__col {
    width: auto;
  }
  .j-samplepot-sec-1 .j-blks-2 .j-col3__col:not(:last-child) {
    margin-bottom: 32px;
  }
  .j-samplepot-sec-1 .j-blks-2 .j-heading-3 {
    font-size: 17px;
  }
  .j-samplepot-sec-1 .j-blks-2 .j-txt-2 {
    font-size: 14px;
  }
  .j-samplepot-sec-1 .j-blks-3 .j-media {
    margin-bottom: 48px;
  }
  .j-samplepot-sec-1 .j-blks-3 .j-media__image {
    position: relative;
    padding-top: 100%;
    width: 100%;
  }
  .j-samplepot-sec-1 .j-blks-3 .j-media__image img {
    position: absolute;
    top: 0;
    left: 0;
  }
  .j-samplepot-sec-1 .j-blks-3 .j-media__detail {
    width: auto;
    padding: 32px 20px;
  }
  .j-samplepot-sec-1 .j-blks-3 .j-media__heading {
    font-size: 20px;
    margin-bottom: 16px;
  }
  .j-samplepot-sec-1 .j-blks-3 .j-media__txt {
    font-size: 14px;
  }
  .j-samplepot-sec-1 .j-blks-3 .j-btn a {
    width: 100%;
    height: 43px;
    font-size: 14px;
  }
}

/* privacy section
========================= */
.j-privacy-sec-1 {
  padding: 150px 0;
}
.j-privacy-sec-1 * {
  margin: 0;
  padding: 0;
}
.j-privacy-sec-1 img {
  max-width: 100%;
  height: auto;
}
.j-privacy-sec-1 .j-blks-1 {
  margin-bottom: 34px;
}
.j-privacy-sec-1 .j-blks-1 .j-heading {
  text-align: center;
  font-size: 33px;
  font-family: YuMincho, "Yu Mincho", serif;
}
.j-privacy-sec-1 .j-blks-2 .j-list {
  list-style: none;
}
.j-privacy-sec-1 .j-blks-2 .j-list__item:not(:last-child) {
  margin-bottom: 32px;
}
.j-privacy-sec-1 .j-blks-2 .j-heading {
  font-size: 18px;
  margin-bottom: 15px;
}
.j-privacy-sec-1 .j-blks-2 .j-txt {
  font-size: 15px;
  line-height: 2;
}
.j-privacy-sec-1 .j-blks-2 .j-group {
  margin-bottom: 92px;
}
.j-privacy-sec-1 .j-blks-2 .j-group-2 {
  margin-bottom: 65px;
}
.j-privacy-sec-1 .j-blks-2 .j-group-3 {
  margin-bottom: 72px;
}
@media screen and (max-width: 991px) {
  .j-privacy-sec-1 {
    padding: 50px 0;
  }
  .j-privacy-sec-1 .j-blks-1 {
    margin-bottom: 40px;
  }
  .j-privacy-sec-1 .j-blks-2 .j-heading {
    font-size: 17px;
  }
  .j-privacy-sec-1 .j-blks-2 .j-txt {
    font-size: 14px;
  }
  .j-privacy-sec-1 .j-blks-2 .j-group {
    margin-bottom: 64px;
  }
  .j-privacy-sec-1 .j-blks-2 .j-group-2 {
    margin-bottom: 32px;
  }
  .j-privacy-sec-1 .j-blks-2 .j-group-3 {
    margin-bottom: 64px;
  }
}

/* inner module 
========================= */
/* m-inner-1 */
.m-inner-1 {
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .m-inner-1 {
    max-width: 720px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .m-inner-1 {
    max-width: 540px;
  }
}

/* m-inner-2 */
.m-inner-2 {
  max-width: 1375px;
  margin: 0 auto;
}
@media screen and (max-width: 991px) {
  .m-inner-2 {
    max-width: 720px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .m-inner-2 {
    max-width: 540px;
  }
}

/* hedinag module 
========================= */
/* m-heading-1 */
.m-heading-1 {
  font-size: 33px;
  text-align: center;
}
@media screen and (max-width: 991px) {
  .m-heading-1 {
    font-size: 22px;
  }
}

/* btn module 
========================= */
/* m-btn-1 */
.m-btn-1 {
  margin: 0;
}
.m-btn-1 a {
  width: 330px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  background: #303546;
  border-color: #303546;
  color: #fff;
  text-decoration: none;
  font-size: 25px;
  letter-spacing: 1.4px;
  -webkit-transition: background-color 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out;
  font-family: "GillSans-Semibold", "GillSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.m-btn-1 a:hover {
  background-color: #20242f;
  border-color: #1b1e28;
}
@media screen and (max-width: 991px) {
  .m-btn-1 a {
    width: 100%;
    height: 43px;
    font-size: 14px;
  }
}

/* column module 
========================= */
/* m-col2-1 */
.m-col2-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.m-col2-1__col {
  width: 48.53%;
}
.m-col2-1__col img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .m-col2-1 {
    display: block;
  }
  .m-col2-1__col {
    width: auto;
  }
  .m-col2-1__col + .m-col2-1__col {
    margin-top: 30px;
  }
}

/* list module 
========================= */
/* m-infoList-1 */
.m-infoList-1 {
  list-style: none;
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
.m-infoList-1 p {
  line-height: 20px;
}
.m-infoList-1__item {
  border-bottom: solid 1px #f5f5f5;
  padding-bottom: 22px;
}
.m-infoList-1__item:not(:last-child) {
  margin-bottom: 22px;
}
.m-infoList-1__item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-infoList-1__item__inner:hover {
  opacity: 0.8;
  text-decoration: none;
}
.m-infoList-1__item__date {
  font-size: 15px;
  width: 120px;
  margin-bottom: 0;
}
.m-infoList-1__item__cat {
  width: 225px;
  background: #f5f5f5;
  font-size: 15px;
  text-align: center;
  font-family: "Didot", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  padding: 10px 6px;
  margin-bottom: 0;
}
.m-infoList-1__item__heading {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0;
  font-size: 15px;
  line-height: 1.5;
  padding: 0 0 0 30px;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .m-infoList-1__item {
    border-bottom: solid 1px #f5f5f5;
    padding-bottom: 18px;
  }
  .m-infoList-1__item:not(:last-child) {
    margin-bottom: 18px;
  }
  .m-infoList-1__item__inner {
    display: block;
  }
  .m-infoList-1__item__date {
    font-size: 12.5px;
    width: auto;
    margin-bottom: 10px;
  }
  .m-infoList-1__item__cat {
    width: 130px;
    font-size: 12.5px;
    padding: 0 4px;
    margin-bottom: 7px;
  }
  .m-infoList-1__item__heading {
    font-size: 12.5px;
    padding: 0;
  }
}

/* nav module 
========================= */
/* m-nav-1 */
.m-nav-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.m-nav-1__item {
  width: 282px;
  margin-bottom: 0;
}
.m-nav-1__item a {
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 18px;
  letter-spacing: 0.12em;
  font-family: "Didot", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}
.m-nav-1__item a span {
  display: inline-block;
  padding: 13px 0;
  position: relative;
}
.m-nav-1__item a span::after {
  position: absolute;
  content: "";
  display: block;
  bottom: 0;
  right: 0;
  background: #303546;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  height: 1px;
  width: 0;
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.m-nav-1__item a:hover span::after {
  width: 100%;
}
.m-nav-1__item.is-active a span::after {
  width: 100%;
}

/* m-nav-2 */
.m-nav-2 {
  position: relative;
}
.m-nav-2__main {
  font-size: 14px;
  line-height: 1;
  padding: 14px 0;
  font-family: "Didot", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  margin: 0;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.m-nav-2__main::after, .m-nav-2__main::before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.m-nav-2__main::after {
  width: 6px;
  height: 9px;
  background: url("../img/cmn/cmn_arr02.svg") no-repeat 0 0/100% 100%;
}
.m-nav-2__main::before {
  width: 6px;
  height: 3px;
  background: url("../img/cmn/cmn_arr01.svg") no-repeat 0 0/100% 100%;
  opacity: 0;
}
.m-nav-2__main.is-active::after {
  opacity: 0;
}
.m-nav-2__main.is-active::before {
  opacity: 1;
}
.m-nav-2__list {
  position: absolute;
  width: 100%;
  background: #fff;
  margin: 0;
  padding: 0;
  left: 0;
  list-style: none;
  border: solid #eee;
  border-width: 1px 1px 0;
  display: none;
}
.m-nav-2__list__item {
  border-bottom: solid 1px #eee;
}
.m-nav-2__list__item a {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  padding: 20px 0;
  text-align: center;
}
.m-nav-2__list__item a:hover {
  opacity: 0.8;
  text-decoration: none;
}

/* pager module 
========================= */
/* m-pager-1 */
.m-pager-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.m-pager-1__item {
  font-size: 18px;
  margin: 0 20px;
  font-family: YuMincho, "Yu Mincho", serif;
  position: relative;
}
.m-pager-1__item a, .m-pager-1__item span {
  padding: 6px;
  position: relative;
  display: inline-block;
}
.m-pager-1__item a::after, .m-pager-1__item span::after {
  position: absolute;
  content: "";
  display: block;
  left: 50%;
  bottom: 0;
  background: #303546;
  height: 1px;
  width: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: width 0.2s ease-in-out;
  transition: width 0.2s ease-in-out;
}
.m-pager-1__item span::after {
  width: 100%;
}
.m-pager-1__item a:hover {
  text-decoration: none;
}
.m-pager-1__item a:hover::after {
  width: 100%;
}
.m-pager-1__dots {
  margin: 0 29px;
  width: 14px;
  height: 3px;
  background: url("../img/cmn/cmn_dots01.svg") no-repeat 0 0/100% 100%;
}
@media screen and (max-width: 991px) {
  .m-pager-1__item {
    font-size: 12px;
    margin: 0 10px;
  }
  .m-pager-1__item a, .m-pager-1__item span {
    padding: 3px;
  }
  .m-pager-1__dots {
    margin: 0 14px;
    width: 11px;
    height: 2px;
    background: url("../img/cmn/cmn_dots01.svg") no-repeat 0 0/100% 100%;
  }
}

.blogDetail img {
  height: auto;
}
/*==============================================*/


.j-paint-sec-1 .j-blks-1 .j-heading12 {
  text-align: center;
  font-size: 33px;
}
.j-paint-sec-1 .j-blks-1 .j-media__detail1{
  margin-top: auto;
  margin-bottom: auto;
}
.j-paint-sec-1 .j-blks-1 .j-media + .j-media1 {

  border-top: 0px solid #e5e5e5;
}
.j-paint-sec-1 .j-blks-1 .j-media1 +.j-media  {

  border-top: 0px solid #e5e5e5;
}
.j-paint-sec-1 .j-blks-1 h1.j-heading21.j-heading21_h1 {
  text-align: center;
  font-size: 33px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 45px;
margin-top: 60px;
}
.j-paint-sec-1 .j-blks-1 .j-heading21 {
  text-align: center;
  font-size: 33px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-top: 50px;
  margin-bottom: 72px;
}
.j-paint-sec-1 .j-blks-1 .j-heading211 {
  text-align: center;
  font-size: 33px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-top: 50px;
  margin-bottom: 45px;
}
.j-paint-sec-1 .j-blks-1 .j-heading12-h61 {
  text-align: center;
  font-size: 24px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 35px;
}
.j-paint-sec-1 .j-blks-1 .j-heading12-h612 {
  text-align: center;
  font-size: 25px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 35px;
}
.j-paint-sec-1 .j-blks-1 .j-heading12-h6 {
  text-align: center;
  font-size: 16px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 35px;
}
.j-paint-sec-1 .j-blks-1 .j-heading12-h6text {
  text-align: center;
  font-size: 25px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 35px;
  margin-top: 24px;
}
.j-paint-sec-1 .j-blks-1 .j-media__video {
  text-align:center;
  padding-bottom: 80px; 
  border-bottom: 1px solid #e5e5e5;
  margin-top:50px
}
.j-paint-sec-1 .j-blks-1 .j-media__video .iframe-video{
  width: 640px;
  height: 360px;

}
.btn-gr{
  padding-top: 20px;
  top: 18px;
  right: 0;
  display: inline-block;
}
.btn-gr1{
  padding-top: 20px;
  top: 18px;
  right: 0;
  display: inline-block;
}
.btn-gr a{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: solid 2px #303546;
  height: 40px;
  color: #fff;
  min-width: 130px;
  box-sizing: border-box;
  padding: 20px 40px;
  background: #303546;
  text-decoration: none;
  font-size: 0.85rem;
  letter-spacing: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.btn-gr1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid 2px #303546;
  /* height: 50px; */
  color: #000;
  min-width: 130px;
  box-sizing: border-box;
  padding: 7px 17px;
  background: #ffffff;
  text-decoration: none;
  font-size: 15px;
  letter-spacing: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  font-family: "GillSans-Semibold", "GillSans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.btn-gr  a:hover {
  opacity: 0.8; 
}
.btn-gr1  a:hover {
  opacity: 0.8; 
}
.btn-gra{
  padding-top: 20px;
  top: 18px;
  right: 0;
  display: inline-block;
}
.btn-gra a{
  background: #303546;
  color: #fff;
  padding: 16px 32px; 
  margin: 4px 6px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: kozuka-mincho-pr6n, serif;
  font-style: normal;
  font-size: 16pt;
}
.btn-gra  a:hover {
  opacity: 0.8; 
}
h2.j-heading-2.j-text-heading2{
  text-align: end;
}
p.j-txt.j-text-heading1 {
  margin-bottom: 2rem;
}
.block.editorialBlock.da-full.block-top{
  margin-top: 4rem;
}
.j-paint-sec-1 .j-blks-2 .j-txt {
  font-size: 15px;
  line-height: 2;
}
@media screen and (max-width: 576px) {
  .j-paint-sec-1 .j-blks-1 .j-media__video {
    text-align:center;
    padding-bottom: 0px; 
    border-bottom: 1px solid #e5e5e5;
    margin-top:0px
  }
  .j-paint-sec-1 .j-blks-1 .j-media__video .iframe-video{
    max-width: 100%;
    max-height: 100%;
  }
  h2.j-heading-2.j-text-heading2{
    text-align: start;
  }
 .btn-gr a{
    padding: 5px 18px;
    font-size: 0.85rem;
  }
  br{
    display: none;
  }
  .j-paint-sec-1 .j-blks-2 .j-txt {
    font-size: 14px;
    line-height: 2;
  }
}
@media (min-width: 577px) and (max-width: 768px){
  .j-paint-sec-1 .j-blks-1 .j-media__video {
    text-align:center;
    padding-bottom: 0px; 
    border-bottom: 1px solid #e5e5e5;
    margin-top:0px
  }
  .j-paint-sec-1 .j-blks-1 .j-media__video .iframe-video{
    max-width: 100%;
    max-height: 100%;
  }
  h2.j-heading-2.j-text-heading2{
    text-align: start;
  }
  br{
    display: none;
  }
  .j-paint-sec-1 .j-blks-2 .j-txt {
    font-size: 14px;
    line-height: 2;
  }
}
@media screen and (max-width: 991px) {
  .j-paint-sec-1 .j-blks-1 .j-heading12 {
    margin-bottom: 0px;
  }
  .j-paint-sec-1 .j-blks-1 .j-heading21 {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .j-paint-sec-1 .j-blks-1 .j-heading12-h6 {
    margin-bottom: 35px;
  }
  h2.j-heading-2.j-text-heading2{
    text-align: start;
  }
  br{
    display: none;
  }
  .j-paint-sec-1 .j-blks-2 .j-txt {
    font-size: 14px;
    line-height: 2;
  }

}
/* --------------------- */
/* sample */
ul.choose.clearfix {
  list-style: none;
}

.contentsInner{
  margin-top:0px
}
.choose li {
     width: 30.3%; 
    float: left;
    margin: 0 1.5% 25px; 
}

.choose .exText {
    font-size: 15px;
 
}
.choose img{
  margin-top: 15px;
}
.choose .j-text{
  margin-top: 15px;
  font-size: 15px;
  text-align: justify;
}
.choose .j-media-h2{
  height:100px
}
.choose img{
  width: 100%;
}
.j-paint-sec-1 .j-blks1-1 {
  padding-bottom: 0px;
  border-bottom: 0px solid #e5e5e5;
  margin-bottom: 50px;
}
@media screen and (max-width: 576px) {
  .choose li {
    width: 99%; 
    float: left;
    margin-bottom: 30px;
  }
  .choose img{
    width: 99%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 577px) and (max-width: 768px){
  .choose li {
    width: 100%; 
    float: left;
    margin-bottom: 50px;
  }
  .choose img{
    width: 99%;
    margin-left: auto;
    margin-right: auto;
  }
}

.j-showroom-sec-1 .j-blks-2 .j-txt-note {
  margin-top: 10px;
  font-size: 0.8rem;
  line-height: 2;
}

.j-blks-1 .jf-heading {
  text-align: center;
  margin-bottom: 110px;
}
.j-blks-1 .jf-heading__main {
  font-size: 33px;
  margin-bottom: 24px;
  font-family: YuMincho, "Yu Mincho", serif;
}
.j-blks-1 .jf-heading__sub {
  font-size: 25px;
  font-family: YuMincho, "Yu Mincho", serif;
      line-height: 1.2;
}
.j-blks-1 .jf-heading-paintcolours {
  text-align: center;
  margin-bottom: 110px;
}
.j-blks-1 .jf-heading__main-paintcolours {
  font-size: 33px;
  
  font-family: YuMincho, "Yu Mincho", serif;
}
.j-blks-1 .jf-heading__sub-paintcolours {
  font-size: 25px;
  font-family: YuMincho, "Yu Mincho", serif;
}

.j-roomInspiration-sec-1 .jf-heading {
  text-align: center;
  margin-bottom: 110px;
}
.j-roomInspiration-sec-1 .jf-heading__main {
  font-size: 33px;
  font-family: YuMincho, "Yu Mincho", serif;
  padding-bottom: 0px;
}
.j-roomInspiration-sec-1 .jf-heading__sub {
  font-size: 25px;
  font-family: YuMincho, "Yu Mincho", serif;
}
.j-eco-sec-1 .jf-heading {
  text-align: center;
  margin-bottom: 110px;
}
.j-eco-sec-1 .jf-heading__main {
  font-size: 33px;
  margin-bottom: 24px;
  font-family: YuMincho, "Yu Mincho", serif;
}
.j-eco-sec-1 .jf-heading__sub {
  font-size: 25px;
  font-family: YuMincho, "Yu Mincho", serif;
}
p.j-text-top{
  font-size: 1.125rem;
  margin-bottom: 10px;
}
.j-blks-1 .jf-heading1 {
  text-align: center;
  margin-bottom: 60px;
}
.j-blks-1 .jf-heading12 {
  text-align: center;
  margin-bottom: 45px;
}
.j-blks-1 .jf-heading__main01 {
  font-size: 40px;
  margin-bottom: 24px;
  font-family: YuMincho, "Yu Mincho", serif;
}
.j-blks-1 .jf-heading__sub01 {
  font-size: 25px;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: bold;
}
.j-blks-1 .jf-heading__main1{
  font-size: 33px;
  font-family: YuMincho, "Yu Mincho", serif;
}
.j-blks-1 .jf-heading__sub1{
  font-size: 25px;
  font-family: YuMincho, "Yu Mincho", serif;
}
.j-blks-1 .jf-heading-wallpaper {
  text-align: center;
  margin-bottom: 110px;
}
.j-blks-1 .jf-heading__main-wallpaper{
  font-size: 33px;
  margin-bottom: 15px;
  font-family: YuMincho, "Yu Mincho", serif;
}
.j-blks-1 .jf-heading__sub-wallpaper{
  font-size: 25px;
  font-family: YuMincho, "Yu Mincho", serif;
}
.page-header .jf-heading-eco {
  text-align: center;
  margin-bottom: 110px;
}
.page-header .jf-heading__main-eco{
  font-size: 33px;
  font-family: YuMincho, "Yu Mincho", serif;
  padding-bottom: 0px;
}
.page-header .jf-heading__sub-eco{
  font-size: 25px;
  font-family: YuMincho, "Yu Mincho", serif;
}
.row.main-top{
  padding: 150px 0;
}
@media screen and (max-width: 991px){
  .j-blks-1 .jf-heading1 {
    text-align: center;
    margin-bottom: 30px;
  }
  .j-blks-1 .jf-heading__main1{
    font-size: 22px;
    font-family: YuMincho, "Yu Mincho", serif;
  }
  .j-blks-1 .jf-heading__sub1{
    font-size: 20px;
    font-family: YuMincho, "Yu Mincho", serif;
  }
  .row.main-top{
    padding: 50px 0;
  }
}
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.youtube iframe,
.youtube object,
.youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.btn-gra1{
  padding-top: 20px;
    top: 18px;
    right: 0;
    display: inline-block;
}
.j-paint-sec-1 .j-blks-1 .j-heading-21 {
    font-size: 25px;
    font-family: YuMincho, "Yu Mincho", serif;
    margin-bottom: 11px;
}
h2.j-heading101 {
  font-family: YuMincho, "Yu Mincho", serif;
  font-size: 1.1625rem;
  font-weight: 400;
  margin-bottom: 15px;
}
.j-col2-2-text {
  margin-bottom: 30px;
}
.j-col2-2-text p{
  font-size: 15px;
  text-align: justify;
  line-height: 2;
}

/* ======================== */
.j-neutralColor-sec-1 .j-blks-3 .j-box1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  
}
.j-press{
  padding: 10px;
  margin: 5px;
  border: 1px solid #111;
  display: -webkit-box;
  width: 100%;
}
.j-neutralColor-sec-1 .j-blks-3 .j-box__lt1{
  width: 48%;
  margin: 2px;
}
.j-neutralColor-sec-1 .j-blks-3 .j-box__rt1{
  width: 48%;
  margin: 2px;
}
.j-neutralColor-sec-1 .j-blks-3 .j-box__heading__main1 {
  font-size: 20px;
  line-height: 1.32;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 10px;
}
.j-neutralColor-sec-1 .j-blks-3 .j-box__heading__sub1 {
  font-size: 12px;
}
.j-neutralColor-sec-1 .j-blks-3 .j-box__txt1 {
  font-size: 12px;
  line-height: 2;
}
.j-neutralColor-sec-1 .j-blks-3 .j-box__txt-21 {
  font-size: 10px;
  line-height: 2;
  padding: 5px 5px;
  border: solid 1px #303546;
}
.j-neutralColor-sec-1 .j-blks-3 .j-group1 + .j-group1{
  margin-top: 5px;
}
.j-neutralColor-sec-1 .j-blks-3 .j-box__rt__inner1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  position: relative;
}
p.j-liberty-sec-1__sub{
  font-size: 20px;
  font-family: YuMincho, "Yu Mincho", serif;
    font-weight: bold;
    text-align: start;
    line-height: 1.32;
}
p.j-liberty-sec-1__sub1{
  font-size: 20px;
  font-family: YuMincho, "Yu Mincho", serif;
    font-weight: bold;
    text-align: start;
    line-height: 1.32;
    margin-bottom: 20px;
}
.j-liberty-sec-1 .j-blks-2 .j-list1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 50px;
}
.j-liberty-sec-1 .j-blks-2 .j-box__txt1{
  font-size: 15px;
    margin-bottom: 2px;
    font-weight: bold;
    font-family: YuMincho, "Yu Mincho", serif;
}
.j-liberty-sec-1 .j-blks-2 .j-box__txt-21 {
  font-size: 15px;
  margin-bottom: 5px;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: bold;
}
.j-liberty-sec-1 .j-blks-2 .j-box__txt-31 {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 8px;
  font-weight: bold;
  font-family: YuMincho, "Yu Mincho", serif;
}
.j-liberty-sec-1 .j-blks-2 .j-box__txt-51 {
  font-family: YuMincho, "Yu Mincho", serif;
    font-size: 14px;
    font-weight: bold;
}
.j-story {
  margin-top: 50px;
  border-bottom: 1px solid #BBB;
  display: -webkit-box;
}
.j-story-1 {
  width: 60%;
}
.j-story-2 {
  width: 31%;text-align: end;
}
.j-story-3 {
  width: 9%;
}
.j-liberty-sec-1 .j-blks-2 .j-heading1 {
  font-size: 32px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-bottom: 30px;
}
.j-liberty-sec-1 .j-blks-2 .j-heading2 {
  font-size: 32px;
  font-family: YuMincho, "Yu Mincho", serif;
  margin-top: 50px;
}
.j-blks-1 .jf-heading__sub012 {
  font-size: 25px;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: bold;
}
.j-liberty-sec-1 .j-blks-2 .j-box__txt-312 {
  font-size: 15px;
  line-height: 1;
  margin-bottom: 8px;
  margin-top: 65px;
  font-weight: bold;
  font-family: YuMincho, "Yu Mincho", serif;
}
.j-liberty-sec-1 .j-blks-2 .j-txt1 {
  font-size: 15px;
  line-height: 2;
  text-align: justify;
  margin-top: 25px;
}
br.j-abc{
  display: none;
}
.j-liberty-sec-1 .j-blks-2 .j-box__image1{
  padding-top: 100%;
  position: relative;
  margin-bottom: 20px;
}
.j-liberty-sec-1 .j-blks-2 .j-box__image1 img {
  position: absolute;
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.j-liberty-sec-1 .j-blks-2 .j-box__color1{
  width: 100%;
    height: auto;
  margin: 20px 0 20px 0;
}
.j-liberty-sec-1 .j-blks-2 .j-box__color1 img {
  object-fit: contain;
  font-family: "object-fit: contain;";
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px){
  .j-press{
    display: block;
  }
.j-neutralColor-sec-1 .j-blks-3 .j-box__lt1 {
    width: auto;
    margin-bottom: 24px;
}
.j-neutralColor-sec-1 .j-blks-3 .j-box__rt1 {
  width: auto;
}
.j-neutralColor-sec-1 .j-blks-3 .j-box1 {
  display: block;
}
.j-neutralColor-sec-1 .j-blks-3 .j-box__rt__inner1 {
  display: block;
  position: static;
}
.j-blks-1 .jf-heading__sub012 {
  font-size: 20px;
  font-family: YuMincho, "Yu Mincho", serif;
  font-weight: bold;
}
.j-story-1 {
  width: 100%;
}
.j-story-2 {
  display: none;
}
.j-story-3 {
  display: none;
}
.j-liberty-sec-1 .j-blks-2 .j-txt1 {
  font-size: 14px;
}
br.j-abc{
  display:block;
}
.j-liberty-sec-1 .j-blks-2 .j-box__image1 {
  margin-bottom: 20px;
}
}

/* =================================== */
@media (min-width: 1430px) {
  .j-heading1-text{
    margin-left: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1280px) {
  .j-heading1-text{
    margin-left: 50px;
  }
}

/* ============================== */
.j-paint-sec-1 .j-blks-1 .j-media__image_001 img{
 padding-right: 7px;
}
.j-paint-sec-1 .j-blks-1 .j-media__image_0012 img{
  padding-left: 10px;
 }
.j-paint-sec-1 .j-blks-1 .j-media__abc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: normal;
}
ul.palette-ul_1.palette-ul_001{
  padding-left: 10px;
}
li.palette-li.palette-li_width.palette-li_responsive.palette-li_001 {
  margin-left: 10px;
}
span.sample_span.sample_p_01{
  margin-left: 2px;
}
.j-paint-sec-1 .j-blks-2 .j-btn a{
  width: 290px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px auto;
    background: #303546;
    border-color: #303546;
    color: #fff;
    text-decoration: none;
    /* font-size: 13px; */
    -webkit-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
}
@media (max-width: 1500px) {
  .j-paint-sec-1 .j-blks-1 .j-media__image_001 img{
    padding-right: 7px;
  }
  .j-paint-sec-1 .j-blks-1 .j-media__image_0012 img{
    padding-left: 10px;
   }
   li.palette-li.palette-li_width.palette-li_responsive.palette-li_001 {
    margin-left: 10px;
}
}
@media (max-width: 991px) {
  .j-paint-sec-1 .j-blks-1 .j-media__image_001 img{
    padding-right: 0px;
  }
  .j-paint-sec-1 .j-blks-1 .j-media__image_0012 img{
    padding-left: 0px;
   }
  .j-paint-sec-1 .j-blks-1 .j-media__abc {
    display: block;
}
ul.palette-ul_1.palette-ul_001{
  padding-left: 0px;
}
li.palette-li.palette-li_width.palette-li_responsive.palette-li_001 {
  margin-left: 5px;
}
span.sample_span.sample_p_01{
  margin-left: 5px;
}
.j-paint-sec-1 .j-blks-2 .j-btn a{
  width: 100%;
  height: 43px;
  font-size: 14px;
}
}
@media (max-width: 576px) {
  .j-paint-sec-1 .j-blks-1 .j-media__image_001 img{
    padding-right: 0px;
  }
  .j-paint-sec-1 .j-blks-1 .j-media__image_0012 img{
    padding-left: 0px;
   }
li.palette-li.palette-li_width.palette-li_responsive.palette-li_001 {
  margin-left: 0px;
}
span.sample_span.sample_p_01{
  margin-left: 5px;
}
   li.clearfix_li_01{
    width: 47%;
    float: left;
    margin-bottom: 30px;
    display: inline-block;
  }
}
.j-media._rev.j-media_abc{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content:normal;
}

@media screen and (max-width: 991px){
  .j-btn_a{
    width: 100%;
    height: 43px;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
    background: #303546;
    border-color: #303546;
    color: #fff;
    text-decoration: none;
    -webkit-transition: background-color 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out;
    text-decoration: none;
  }
  .j-btn_a a.block-link{
    color: #fff;
    text-decoration: none;
  }
  .j-paint-sec-1 .j-blks-1 .j-group.color{
    margin-bottom: 0px;
  }
}
.btn-gra1_2{
  padding-top: 10px;
  top: 18px;
  right: 0;
  display: inline-block;
  padding-bottom: 20px;
}
.j-col2__image.j-col2__image_01{
  background: #ffffff;
}
br.br_paint {
  display: block;
}