@charset "UTF-8";

.inner1020 {
  max-width: 1020px;
  margin: 0 auto;
}

.inner880 {
  max-width: 910px;
  margin: 0 auto;
  padding: 0 15px;
}
.mt60 {
  margin-top: 60px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb15 {
  margin-bottom: 15px !important;
}
.mb80 {
  margin-bottom: 80px !important;
}

.pbtm-0 {
  padding-bottom: 0 !important;
}

.mbtm-025 {
  margin-bottom: 0.25em !important;
}

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

.overhidden {
  display: block;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .mtsp30 {
    margin-top: 8vw !important;
  }
}
@media screen and (min-width: 769px) {
  .mbp60 {
    margin-bottom: 60px !important;
  }
}
@media screen and (max-width: 768px) {
  .mtm10 {
    margin-top: 2.6666666667vw !important;
  }
  .mtm30 {
    margin-top: 8vw !important;
  }
  .mbm30 {
    margin-bottom: 8vw !important;
  }
}
.sp_category__ttl {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  font-size: 0.9em;
  font-weight: bold;
  top: 22px;
  left: 15px;
  letter-spacing: 0.2em;
}

.sp_category__ttl a {
  text-decoration: none;
  color: #000;
}

.l-extraWrapper .intro__head__text02 {
  display: block;
  font-size: 43px;
  font-weight: 400;
  line-height: 1.45;
  letter-spacing: 0.038em;
}

@media screen and (max-width: 768px) {
  .l-extraWrapper .intro__head__text02 {
    font-size: 26px;
  }
}
@media screen and (max-width: 767px) {
  .forPC,
  .forPCi {
    display: none !important;
  }
}
.stickyContents.sticky-navi.category-wrp.active {
  border-bottom: 1px solid #ddd;
}

.stickyContents.category-wrp .category-list {
  padding: 19px 0;
  opacity: 1;
  visibility: visible;
  background: #fff;
  border-bottom: 1px solid #ddd;
}

.main-header {
  padding-bottom: 80px;
}

.posts-nav {
  background: #f3f3f3;
  padding: 30px 0;
  /*margin-bottom: 120px;*/
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 768px) {
  .posts-nav {
    padding: 6.6666666667vw 4vw !important;
    margin-bottom: 16vw;
  }
}
.posts-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .posts-nav ul {
    margin: 0 0 -5.3333333333vw 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-flow: row wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
  }
}
.posts-nav ul li {
  /*width: 20%;*/
  list-style: none;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .posts-nav ul li + li {
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .posts-nav ul li {
    width: 50%;
    margin: 0 0 5.3333333333vw 0;
  }
}
.posts-nav ul li a {
  display: inline-block;
  color: #121212;
  text-decoration: none;
  font-size: 14px;
  letter-spacing: 0.056em;
  position: relative;
  padding-bottom: 15px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .posts-nav ul li a {
    font-size: 3.2vw;
    padding-bottom: 2.6666666667vw;
  }
}
.posts-nav ul li a:after {
  position: absolute;
  content: "";
  width: 54px;
  height: 1px;
  left: 50%;
  margin-left: -27px;
  bottom: 0;
  background: #d80c24;
}

.posts-nav ul li.break {
  height: 30px;
  page-break-after: always; /* CSS 2.1 syntax */
  -webkit-column-break-after: always;
  -moz-column-break-after: always;
  break-after: always; /* CSS 3 syntax */
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 0px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .posts-nav ul li.break {
    display: none;
    height: 0;
  }
}
.posts-nav ul.cols4 li {
  /*width: 25%;*/
}

@media screen and (max-width: 768px) {
  .posts-nav ul.cols4 li {
    width: 50%;
  }
}
.posts-nav ul.cols6 li {
  width: 16.6666666667%;
}

@media screen and (max-width: 768px) {
  .posts-nav ul.cols6 li {
    width: 50%;
  }
}
.posts-nav ul.cols7 li {
  width: 14.2857142857%;
}

@media screen and (max-width: 768px) {
  .posts-nav ul.cols7 li {
    width: 50%;
  }
}
.posts-nav .intro__searchBar {
  text-align: center;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .posts-nav .intro__searchBar {
    margin-top: 8vw;
  }
}
.posts-nav .intro__searchBar > input[type="text"] {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #666666;
  border-radius: 0;
  font-size: 14px;
  padding: 15px 15px 15px 40px;
  width: 100%;
  background: #fff url(../img/search.svg);
  background-repeat: no-repeat;
  background-position: 10px center;
  background-size: 20px auto;
  color: #666666;
}

.posts-nav.is_active {
  position: fixed;
  top: 116px;
  left: 0;
  width: 100%;
  z-index: 2;
  overflow-x: auto;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 0 15px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 0;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .posts-nav.is_active {
    top: 58px;
    padding: 4vw 0 !important;
  }
}
.posts-nav.is_active ul li a {
  padding-bottom: 0;
  font-size: 0.8em;
  display: block;
}

.posts-nav.is_active ul li a:after {
  margin-left: 0;
  left: 0;
  width: 100%;
  bottom: -15px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

@media screen and (max-width: 768px) {
  .posts-nav.is_active ul li a.active:after {
    width: 14.4vw;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    bottom: 0;
  }
}
@media screen and (min-width: 769px) {
  .posts-nav.is_active ul li a:hover:after,
  .posts-nav.is_active ul li a.active:after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    bottom: -15px;
  }
}
@media screen and (max-width: 768px) {
  .posts-nav.is_active ul li a br {
    display: none;
  }
}
.posts-nav.is_active ul li.break {
  display: none;
  height: 0;
}

@media screen and (max-width: 768px) {
  .posts-nav.is_active ul {
    width: 1080px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
  }
  .posts-nav.is_active ul li {
    width: auto;
    margin-bottom: 0;
    margin-left: 5.3333333333vw;
  }
  .posts-nav.is_active ul li a {
    padding-bottom: 2.6666666667vw;
  }
}
.posts-nav.is_active .intro__searchBar {
  display: none;
}

.hidemenu .posts-nav.is_active,
.scl .posts-nav.is_active {
  top: 58px;
  padding: 15px 0 14px;
}

@media screen and (max-width: 768px) {
  .hidemenu .posts-nav.is_active,
  .scl .posts-nav.is_active {
    top: 0;
  }
}
.hidemenu .posts-nav.is_active ul li a:after,
.scl .posts-nav.is_active ul li a:after {
  bottom: -14px;
}

@media screen and (max-width: 768px) {
  .hidemenu .posts-nav.is_active ul li a:after,
  .scl .posts-nav.is_active ul li a:after {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
  }
  .hidemenu .posts-nav.is_active ul li a.active:after,
  .scl .posts-nav.is_active ul li a.active:after {
    -webkit-transform: scaleX(1) translateX(-50%);
    transform: scaleX(1) translateX(-50%);
  }
}
.mmsp .posts-nav.is_active {
  top: 58px;
}

@media screen and (min-width: 769px) {
  .mmpc.scl .header {
    opacity: 1;
    visibility: visible;
  }
  .mmpc.scl .stickyContents {
    top: 58px;
  }
  .mmpc.scl .posts-nav.is_active {
    top: 116px;
  }
}
.stickyContents {
  position: fixed;
}

.hidemenu .stickyContents,
.scl .stickyContents {
  top: 0;
}

.hidemenu .menu-btn-wrp {
  opacity: 0;
  visibility: hidden;
}

.hidemenu .sp_kitchennote-title {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 768px) {
  .header {
    background: #fff;
  }
}
.category-wrp a.active {
  color: #d80c24;
}

.posts-nav_sp {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  background: #fff;
  z-index: 10;
}

@media screen and (min-width: 769px) {
  .posts-nav_sp {
    display: none !important;
  }
}
.nv-sp {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  flex-flow: row wrap;
}

.nv-sp_item {
  width: 16.6666666667%;
  list-style: none;
}

.nv-sp_item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  min-height: 16vw;
  color: #fff;
  font-weight: 400;
  text-decoration: none;
  color: #000;
  font-size: 2.6666666667vw;
  padding: 2.6666666667vw 0;
  line-height: 1.4;
}

.nv-sp_item figure {
  height: 6.9333333333vw;
  width: 100%;
  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-bottom: 1.3333333333vw;
}

.nv-sp_item svg {
  height: auto;
}

.nv-sp_item .img1 {
  width: 4.8vw;
}

.nv-sp_item .img2 {
  width: 4.8vw;
}

.nv-sp_item .img3 {
  width: 5.8666666667vw;
}

.nv-sp_item .img4 {
  width: 4.8vw;
}

.nv-sp_item .img5 {
  width: 5.8666666667vw;
}

.nv-sp_item .img6 {
  width: 4.8vw;
}

.nv-sp_item.is_active a {
  color: #d80c24;
}

.nv-sp_item.is_active a .img1,
.nv-sp_item.is_active a .img2,
.nv-sp_item.is_active a .img3,
.nv-sp_item.is_active a .img4,
.nv-sp_item.is_active a .img5,
.nv-sp_item.is_active a .img6 {
  fill: #d80c24;
}

.nv-sp_item.is_active a .img1 path,
.nv-sp_item.is_active a .img2 path,
.nv-sp_item.is_active a .img3 path,
.nv-sp_item.is_active a .img4 path,
.nv-sp_item.is_active a .img5 path,
.nv-sp_item.is_active a .img6 path {
  fill: #d80c24;
}

.nav-sub {
  padding: 50px 0;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}

.nav-sub .contentsNav__lgNav {
  background: transparent;
}

.nav-sub.l-extraWrapper .intro__searchBar {
  text-align: center;
  margin-top: 10px;
}

.nav-sub.is_active {
  padding: 0;
  position: fixed;
  top: 58px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 15;
}

.nav-sub.is_active.l-extraWrapper .contentsNav__lgNav__list {
  height: 60px;
}

@media screen and (max-width: 768px) {
  .nav-sub.is_active.l-extraWrapper .contentsNav__xsNav {
    overflow-x: auto;
  }
  .nav-sub.is_active.l-extraWrapper .contentsNav__xsNav__list {
    display: block;
    width: 800px;
  }
  .nav-sub.is_active.l-extraWrapper .contentsNav__xsNav__list__item {
    width: 150px;
    display: inline-block;
  }
}
.hidemenu .nav-sub.is_active {
  top: 0;
}

@media screen and (max-width: 768px) {
  .hidemenu .nav-sub.is_active {
    top: 58px;
  }
}
.post-entry {
  background: #fff;
  font-weight: 400;
  padding: 120px 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .post-entry {
    padding: 80px 0 80px;
  }
}
.post-entry_desc {
  text-align: center;
  line-height: 2.215;
  margin: 80px 0 0;
}

@media screen and (max-width: 768px) {
  .post-entry_desc {
    margin: 13.3333333333vw 0 0;
    line-height: 2;
  }
}
.post-entry_content h2 {
  font-size: 36px;
  font-weight: bold;
  border-bottom: 3px solid #d80c24;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .post-entry_content h2 {
    font-size: 24px;
    padding-bottom: 5.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.post-entry_content h3 {
  font-size: 28px;
  font-weight: 500;
  margin: 40px 0;
  border-left: 2px solid #d80c24;
  padding-left: 10px;
}

.post-entry_content h3 + h3 {
  margin-top: 80px;
}

@media screen and (max-width: 768px) {
  .post-entry_content h3 {
    font-size: 22px;
  }
}
.post-entry_content h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 40px 0;
}

.post-entry_content h5 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.post-entry_content h6 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 15px 0;
}

.post-entry_content ul li {
  list-style: none;
}

.post-entry_content p {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .post-entry_content p {
    line-height: 2;
    font-size: 16px;
  }
}
.post-entry_content .bb_more {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.035em;
  line-height: 1.4285;
  color: #d80c24;
  text-decoration: none;
  padding-left: 15px;
  position: relative;
  margin-top: 15px;
}

.post-entry_content .bb_more:before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  left: 0;
  top: 7px;
  border: 1px solid #d80c24;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media screen and (max-width: 768px) {
  .post-entry_content .bb_more {
    margin-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .post-entry_content .bb_more:hover {
    opacity: 0.7;
  }
}
.post-entry_content .column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.post-entry_content .column-item h4 {
  margin: 15px 0;
}

@media screen and (max-width: 768px) {
  .post-entry_content .column-item h4 {
    margin: 2.6666666667vw 0;
  }
}
.post-entry_content .column-item p {
  margin: 0;
  line-height: 1.625;
}

.post-entry_content .column.cols4 {
  margin: 0 0 40px -20px;
}

.post-entry_content .column.cols4 .column-item {
  width: calc(25% - 20px);
  margin: 0 0 0 20px;
}

@media screen and (max-width: 768px) {
  .post-entry_content .column.cols4 {
    margin: 0 0 0 -5.3333333333vw;
  }
  .post-entry_content .column.cols4 .column-item {
    width: calc(50% - 5.3333333333vw);
    margin: 0 0 8vw 5.3333333333vw;
  }
}
.post-entry_content .column.cols2 {
  margin: 0 0 40px -40px;
}

.post-entry_content .column.cols2 .column-item {
  width: calc(50% - 40px);
  margin: 0 0 0 40px;
}

@media screen and (max-width: 768px) {
  .post-entry_content .column.cols2 {
    margin: 0 0 8vw -5.3333333333vw;
  }
  .post-entry_content .column.cols2 .column-item {
    width: calc(50% - 5.3333333333vw);
    margin: 0 0 0 5.3333333333vw;
  }
}
.post-entry_content .column.cols3 {
  margin: 0 0 40px -32px;
}

.post-entry_content .column.cols3 .column-item {
  width: calc(33.3333333333% - 32px);
  margin: 0 0 0 32px;
}

@media screen and (max-width: 768px) {
  .post-entry_content .column.cols3 {
    margin: 0 0 0 -5.3333333333vw;
  }
  .post-entry_content .column.cols3 .column-item {
    width: calc(50% - 5.3333333333vw);
    margin: 0 0 8vw 5.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .post-entry_content .column_sp {
    display: block;
    margin: 0 !important;
  }
  .post-entry_content .column_sp .column-item {
    width: 100% !important;
    margin: 0 !important;
  }
  .post-entry_content .column_sp .column-item + .column-item {
    margin-top: 8vw !important;
  }
}
.post-entry_content .txt_red {
  color: #d80c24;
}

@media screen and (min-width: 769px) {
  .post-entry_content .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .post-entry_content .row {
    margin-bottom: 8vw;
  }
  .post-entry_content .row .ac {
    padding: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .post-entry_content .row-img {
    width: 47.7272727273%;
  }
}
@media screen and (max-width: 768px) {
  .post-entry_content .row-img {
    margin: 0 0 2.6666666667vw 0;
  }
}
@media screen and (min-width: 769px) {
  .post-entry_content .row-ctn {
    width: 47.7272727273%;
  }
}
.post-entry_content .row-ctn span {
  display: block;
  color: #d80c24;
  font-size: 20px;
  font-family: "Caveat", serif;
  -webkit-font-smoothing: antialiased;
  margin-bottom: 15px;
}

.post-entry_content .row h4 {
  margin: 0 0 15px 0;
}

@media screen and (max-width: 768px) {
  .post-entry_content .row h4 {
    margin: 0 0 2.6666666667vw 0;
  }
}
.post-entry_content .row p {
  margin-bottom: 0;
}

.post-entry_content .row-sub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-flow: row-reverse;
  flex-flow: row-reverse;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .post-entry_content .row-sub {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .post-entry_content .row-sub {
    margin-top: 8vw;
  }
}
.post-entry_content .row-sub + .row-sub {
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .post-entry_content .row-sub + .row-sub {
    margin-top: 8vw;
  }
}
.post-entry_content .row-sub_img {
  width: 47.619047619%;
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .post-entry_content .row-sub_img {
    width: 43.2vw;
    margin-left: 0;
  }
}
.post-entry_content .row-sub_ctn {
  width: 48.8095238095%;
}

@media screen and (max-width: 768px) {
  .post-entry_content .row-sub_ctn {
    width: 43.2vw;
  }
}
@media screen and (min-width: 769px) {
  .post-entry_content .row.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
    border-left: 1px solid #d80c24;
    margin: 80px 0;
  }
  .post-entry_content .row.reverse .row-img {
    width: 45.9090909091%;
  }
  .post-entry_content .row.reverse .row-ctn {
    width: 54.0909090909%;
    padding: 30px 40px;
  }
  .post-entry_content .row.reverse .row-ctn .txt_red {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.45;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) and (max-width: 768px) {
  .post-entry_content .row.reverse .row-ctn .txt_red {
    font-weight: 400;
  }
}
@media screen and (max-width: 768px) {
  .post-entry_content .row.reverse {
    border-bottom: 1px solid #d80c24;
    padding-bottom: 4vw;
  }
}
.post-entry_content .box {
  display: block;
  padding: 25px 60px 25px 40px;
  border: 1px solid #999999;
  text-decoration: none;
  color: #121212;
  position: relative;
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
  .post-entry_content .box {
    padding: 4vw;
  }
}
.post-entry_content .box:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 40px;
  margin-top: -7px;
  border: 1px solid #d80c24;
  border-left: none;
  border-bottom: none;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (max-width: 768px) {
  .post-entry_content .box:after {
    right: 4vw;
  }
}
.post-entry_content .box-ttl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.45;
  margin-bottom: 15px !important;
}

@media screen and (max-width: 768px) {
  .post-entry_content .box-ttl {
    padding: 0 4vw 0 0;
  }
}
.post-entry_content .box-ctn {
  line-height: 1.625;
}

@media screen and (max-width: 768px) {
  .post-entry_content .box-ctn {
    padding: 0 4vw 0 0;
  }
}
.post-entry_content .box p {
  margin-bottom: 0;
}

@media screen and (min-width: 769px) {
  .post-entry_content .box:hover {
    opacity: 0.7;
  }
  .post-entry_content .box:hover:after {
    right: 20px;
  }
}
.post-entry_content .author {
  margin-bottom: 40px;
  border: 1px solid #999999;
}

@media screen and (min-width: 769px) {
  .post-entry_content .author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 40px;
  }
}
@media screen and (max-width: 768px) {
  .post-entry_content .author {
    padding: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .post-entry_content .author-img {
    width: 150px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .post-entry_content .author-img {
    margin-bottom: 4vw;
  }
}
.post-entry_content .author-img .image {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.post-entry_content .author-img .image img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: inherit;
  width: auto;
  height: 100%;
}

@media screen and (min-width: 769px) {
  .post-entry_content .author-ctn {
    width: calc(100% - 190px);
  }
}
.post-entry_content .author-ttl {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .post-entry_content .author-ttl {
    text-align: center;
    font-size: 4.8vw;
    margin-bottom: 2.6666666667vw;
  }
}
.post-entry_content .author-txt {
  line-height: 1.625;
  margin-bottom: 0;
}

.post-entry_content .author-tag {
  margin-top: 15px;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .post-entry_content .author-tag {
    margin-top: 2.6666666667vw;
  }
}
.post-entry_content .author-tag a {
  display: inline-block;
  color: #d80c24;
  font-size: 14px;
  position: relative;
  text-decoration: none;
}

.post-entry_content .author-tag a + a {
  margin-left: 40px;
}

.post-entry_content .author-tag a:not(:first-child):before {
  position: absolute;
  content: "/";
  color: #121212;
  left: -20px;
  top: 0;
}

.post-entry_content .comments {
  padding: 25px 40px;
  background: #fdf2f3;
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
  .post-entry_content .comments {
    padding: 4vw;
  }
}
.post-entry_content .comments-ttl {
  font-weight: bold;
  color: #d80c24;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .post-entry_content .comments-ttl {
    margin-bottom: 2.6666666667vw;
  }
}
.post-entry_content .comments-ttl span {
  display: inline-block;
  position: relative;
  padding: 0 20px;
}

.post-entry_content .comments-ttl span:before,
.post-entry_content .comments-ttl span:after {
  position: absolute;
  color: #d80c24;
  top: 0;
}

.post-entry_content .comments-ttl span:before {
  content: "＼";
  left: 0;
}

.post-entry_content .comments-ttl span:after {
  content: "／";
  right: 0;
}

.post-entry_content .comments .elementor-widget-heading .elementor-heading-title {
  font-weight: bold;
  color: #d80c24;
  text-align: center;
  margin-bottom: 15px;
}

.post-entry_content .comments-txt {
  margin-bottom: 0;
  line-height: 1.625;
}

.post-entry_content .comments p {
  margin-bottom: 0;
}

.post-entry_content table {
  width: 100%;
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
  .post-entry_content table {
    border-bottom: 1px solid #cccccc;
  }
}
.post-entry_content table th,
.post-entry_content table td {
  font-weight: 400;
  line-height: 1.625;
  padding: 10px 20px;
  border: 1px solid #cccccc;
}

@media screen and (max-width: 768px) {
  .post-entry_content table th,
  .post-entry_content table td {
    display: block;
    border-bottom: none;
    padding: 0 4vw;
  }
}
.post-entry_content table th {
  width: 22.7272727273%;
}

@media screen and (max-width: 768px) {
  .post-entry_content table th {
    width: 100%;
    text-align: left;
    padding-top: 4vw;
    padding-bottom: 1.3333333333vw;
  }
}
.post-entry_content table td {
  width: 77.2727272727%;
}

@media screen and (max-width: 768px) {
  .post-entry_content table td {
    width: 100%;
    border-top: none;
    padding-bottom: 4vw;
  }
}
.post-entry_content table .bgk th,
.post-entry_content table .bgk td {
  background: #f3f3f3;
}

.post-entry_content table.tbl02 td {
  width: 38.6363636364%;
}

@media screen and (max-width: 768px) {
  .post-entry_content table.tbl02 td {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .post-entry_content table.tbl03 td {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .post-entry_content table.tbl_sp th,
  .post-entry_content table.tbl_sp td {
    display: table-cell;
  }
  .post-entry_content table.tbl_sp th {
    width: 20px;
    vertical-align: middle;
  }
  .post-entry_content table.tbl_sp td {
    border-top: 1px solid #cccccc;
    padding-top: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .post-entry_content table.tblcol2 {
    display: table;
  }
  .post-entry_content table.tblcol2 th {
    width: 50%;
  }
  .post-entry_content table.tblcol2 td {
    width: 50%;
  }
}
.post-entry_content article {
  margin-top: 150px;
}

@media screen and (max-width: 768px) {
  .post-entry_content article {
    margin-top: 21.3333333333vw;
  }
}
.post-entry_content article .act {
  width: 160%;
  margin: 0 -30%;
}

.post-entry_content .c-title {
  padding-top: 0;
  padding-bottom: 0;
}

.post-entry_content .l-extraWrapper {
  padding-top: 0;
}

.post-entry_content .l-extraWrapper .mainContents .articles {
  margin-bottom: 40px;
}

.post-entry_content .articles__eachArticle__anchor__texts__numberAndCategory,
.post-entry_content .articles__eachArticle__anchor__texts__desciption {
  margin-bottom: 0 !important;
}

@media screen and (min-width: 769px) {
  .post-entry_content .sw-wrp .left-wrp {
    width: 47.1590909091%;
    padding: 0;
  }
}
@media screen and (min-width: 769px) {
  .post-entry_content .sw-wrp .right-wrp {
    width: 48.2954545455%;
  }
}
@media screen and (min-width: 769px) {
  .post-entry_content #showroomMap {
    height: 100%;
  }
}
.post-entry_content .elementor-section.elementor-section-boxed > .elementor-container .elementor-container {
  /* margin-left: -10px;
   margin-right: -10px;*/
}

.post-entry_content .elementor-1 .elementor-element.elementor-element-6ce67f63 > .elementor-container > .elementor-column > .elementor-widget-wrap {
  padding: 0;
}

@media screen and (min-width: 769px) {
  .post-entry_content .elementor-column-gap-default {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
}
.post-entry_content .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
  padding: 0;
}

.post-entry_content .elementor-column.elementor-col-50,
.post-entry_content .elementor-column[data-col="50"] {
  width: 47.7272727273%;
}

.post-entry_content .elementor-column.elementor-col-50 h4,
.post-entry_content .elementor-column[data-col="50"] h4 {
  margin: 15px 0;
}

.post-entry_content .elementor-column.elementor-col-50 p,
.post-entry_content .elementor-column[data-col="50"] p {
  margin-bottom: 0;
}

.post-entry_content .elementor-column.elementor-col-50 p.elementor-heading-title,
.post-entry_content .elementor-column[data-col="50"] p.elementor-heading-title {
  margin-bottom: 15px;
}

.post-entry_content .elementor-column.elementor-col-33,
.post-entry_content .elementor-column[data-col="33"] {
  width: 30.9090909091%;
}

.post-entry_content .elementor-column.elementor-col-33 h4,
.post-entry_content .elementor-column[data-col="33"] h4 {
  margin: 15px 0;
}

.post-entry_content .elementor-column.elementor-col-33 p,
.post-entry_content .elementor-column[data-col="33"] p {
  margin-bottom: 0;
}

.post-entry_content .elementor-column.elementor-col-25,
.post-entry_content .elementor-column[data-col="25"] {
  width: 23.2954545455%;
}

.post-entry_content .elementor-column.elementor-col-25 h4,
.post-entry_content .elementor-column[data-col="25"] h4 {
  margin: 15px 0;
}

.post-entry_content .elementor-column.elementor-col-25 p,
.post-entry_content .elementor-column[data-col="25"] p {
  margin-bottom: 0;
}

.post-entry_content .elementor-icon-list-items {
  margin-top: 15px;
  margin-bottom: 0;
}

.post-entry_content .elementor-icon-list-items .elementor-icon-list-item {
  display: inline-block;
  position: relative;
}

.post-entry_content .elementor-icon-list-items .elementor-icon-list-item:not(:first-child):before {
  position: absolute;
  content: "/";
  color: #121212;
  left: -20px;
  top: 0;
}

.post-entry_content .elementor-icon-list-items .elementor-icon-list-item + .elementor-icon-list-item {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .post-entry_content .elementor-icon-list-items {
    margin-top: 2.6666666667vw;
  }
}
.post-entry_content .elementor-toc__header h4 {
  margin: 0;
}

@media screen and (min-width: 769px) {
  .post-entry_content .button-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -40px;
  }
}
@media screen and (min-width: 769px) {
  .post-entry_content .button-list li {
    width: calc(50% - 40px);
    margin-left: 40px;
  }
}
@media screen and (max-width: 768px) {
  .post-entry_content .button-list li + li {
    margin-top: 10px;
  }
}
.post-entry_content .button-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 76px;
  font-size: 18px;
  color: #d80c24;
  font-weight: bold;
  padding: 1.25em 2.25em;
}

@media screen and (max-width: 768px) {
  .post-entry_content .button-list li a {
    height: 56px;
    padding: 15px;
  }
}
.post-entry .l-extraWrapper .intro__head__text02 > img {
  width: 811px;
  margin: 0 auto;
}

.post-entry .area-title {
  font-size: 18px;
  line-height: 1.45;
  letter-spacing: 0.035em;
  text-align: center;
  margin-bottom: 60px;
}

.post-entry .area-title span {
  display: inline-block;
  position: relative;
  padding: 0 30px;
}

.post-entry .area-title span:before,
.post-entry .area-title span:after {
  position: absolute;
  color: #d80c24;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.post-entry .area-title span:before {
  content: "＼";
  left: 0;
}

.post-entry .area-title span:after {
  content: "／";
  right: 0;
}

@media screen and (max-width: 768px) {
  .post-entry .area-title {
    font-size: 3.7333333333vw;
    margin-bottom: 30px;
  }
  .post-entry .area-title span:before,
  .post-entry .area-title span:after {
    font-size: 6.9333333333vw;
    top: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    bottom: 0;
  }
}
.post-entry .area-map {
  position: relative;
}

.post-entry .area-map .maplink {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.post-entry .area-map .maplink.heating {
  top: 10.5%;
  left: 3.5%;
}

.post-entry .area-map .maplink.worktop {
  top: 10.5%;
  left: 41.5%;
}

.post-entry .area-map .maplink.water {
  top: 10.5%;
  left: 61%;
}

.post-entry .area-map .maplink.sink {
  top: 10.5%;
  left: 75%;
}

.post-entry .area-map .maplink.door {
  top: 31%;
  left: 83%;
}

.post-entry .area-map .maplink.handle {
  top: 31%;
  left: 76%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.post-entry .area-map .maplink.built {
  top: 64.3%;
  left: 41%;
}

.post-entry .area-map .maplink.storage {
  top: 64.4%;
  left: 78%;
  width: 13%;
}

.post-entry .area-map .maplink.range {
  top: 95%;
  left: 3%;
}

.post-entry .area-map .maplink.others {
  top: 98.5%;
  left: 2.5%;
}

.post-entry .area-map .maplink.connect {
  top: 28.5%;
  left: 31%;
  width: 30%;
  height: 13%;
}

@media screen and (max-width: 768px) {
  .post-entry .area-map .maplink.connect {
    left: 28%;
    top: 20%;
    width: 13%;
    height: 22%;
  }
}
.post-entry .area-map .maplink.housework {
  top: 40.5%;
  left: 69.5%;
  width: 24%;
  height: 13%;
}

@media screen and (max-width: 768px) {
  .post-entry .area-map .maplink.housework {
    left: 68.2%;
    top: 29%;
    width: 13%;
    height: 22%;
  }
}
.post-entry .area-map .maplink.storage {
  top: 7.5%;
  left: 63%;
  width: 13%;
  height: 14%;
}

@media screen and (max-width: 768px) {
  .post-entry .area-map .maplink.storage {
    left: 57.8%;
    top: 12%;
    width: 13%;
    height: 22%;
  }
}
@media screen and (min-width: 769px) {
  .post-entry .area-map_list {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .post-entry .area-map_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .post-entry .area-map_list li a {
    display: inline-block;
    color: #121212;
    font-size: 3.2vw;
  }
}
.txt_indent {
  padding-left: 25px;
  text-indent: -25px;
  display: inline-block;
}

.txt_note {
  font-size: 14px !important;
  line-height: 2;
}

.bl_imgTile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 769px) {
  .bl_imgTile {
    margin: 0 0 10px -30px;
  }
}
@media screen and (max-width: 768px) {
  .bl_imgTile {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 8vw;
  }
}
.bl_imgTile_item {
  width: calc(33.3333333333% - 30px);
  height: 272px;
}

@media screen and (min-width: 769px) {
  .bl_imgTile_item {
    margin: 0 0 30px 30px;
  }
}
@media screen and (max-width: 1280px) {
  .bl_imgTile_item {
    height: 28.7vw;
    max-height: 220px;
  }
}
@media screen and (max-width: 768px) {
  .bl_imgTile_item {
    width: 100%;
    height: 100%;
    margin-right: 0;
    margin-bottom: 1px;
  }
}
.bl_imgTile_txt {
  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: 100%;
  padding: 30px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .bl_imgTile_txt {
    position: relative;
    z-index: 1;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 35%;
    padding: 10px;
    font-size: 14px;
    line-height: 1.82;
    text-align: left;
    background: none;
    opacity: 1;
  }
}
.bl_imgTile_link {
  position: relative;
  display: block;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .bl_imgTile_link:hover .bl_imgTile_txt {
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .bl_imgTile_link {
    position: relative;
    height: 170px;
    text-decoration: none;
  }
  .bl_imgTile_link:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    display: block;
    width: 36%;
    content: "";
    border-right: 46px solid transparent;
    border-bottom: 170px solid rgba(0, 0, 0, 0.5);
  }
}
/** システムキッチンの選び方 (how to choose) **/
.pp-logo_centro img {
  width: 169px;
}

.pp-logo_stedia {
  margin-bottom: 5px !important;
}

.pp-logo_stedia img {
  width: 131px;
}

.pp-logo_rakuera {
  margin-bottom: 5px !important;
}

.pp-logo_rakuera img {
  width: 135px;
}

.movies {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}

.movies iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

@media screen and (max-width: 768px) {
  .cus__simulation .banner-title {
    font-size: 4vw;
  }
}
.cus__simulation .banner-title-jp {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .cus__simulation .banner-title-jp {
    margin-bottom: 0 !important;
    font-size: 3.4666666667vw;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 768px) {
  .cus__simulation .banner-lead {
    font-size: 3.2vw;
    line-height: 1.75;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .cus__simulation .banner-text-wrp {
    padding-top: 4vw;
    padding-bottom: 4vw;
  }
}
.select .tabcontents-wrp .inner {
  padding: 0;
}

.select .banner-2columns .banner-lead {
  font-size: 14px;
}

@media screen and (min-width: 769px) {
  .make .posts-nav.is_active li {
    width: 14.2857142857%;
  }
  .make .posts-nav.is_active li br.forSP {
    display: inline-block;
  }
  .make .posts-nav.is_active li br.forPC {
    display: none;
  }
}
.make .posts-nav.is_active .inner1360 {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  .make .post-entry .area-map p {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .example .posts-nav ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .example .posts-nav ul li {
    width: inherit;
  }
}
/*import after download fix from customer */
@media screen and (min-width: 769px) {
  .mtpc40 {
    margin-top: 40px !important;
  }
}
.row-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.row-user_icon {
  width: 9.7727272727%;
}
@media screen and (max-width: 768px) {
  .row-user_icon {
    width: 16.5333333333vw;
  }
}
.row-user_icon img {
  width: 100%;
  height: auto;
}
.row-user_ctn {
  width: 81.1363636364%;
  position: relative;
  border: 1px solid #121212;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-shadow: 0 1px 0 #121212;
  box-shadow: 0 1px 0 #121212;
}
@media screen and (max-width: 768px) {
  .row-user_ctn {
    width: 66.6666666667vw;
    padding: 4vw;
    text-align: left;
  }
}
.row-user_ctn:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 20px;
  left: -44px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(/select/kitchen-reform/about/img/box_arr.png) left top no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .row-user_ctn:before {
    width: 6.6666666667vw;
    height: 5.3333333333vw;
    top: 9.3333333333vw;
    left: -6.6666666667vw;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.row-user_ctn:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: -2px;
  background: #fff;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .row-user_ctn:after {
    background: none;
  }
}
.row-user_ctn p {
  margin-bottom: 0;
}
.row-user.reverse {
  margin: 30px 0;
}
@media screen and (min-width: 769px) {
  .row-user.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-flow: row-reverse;
    flex-flow: row-reverse;
  }
  .row-user.reverse .row-user_ctn:before {
    left: auto;
    right: -44px;
    -webkit-transform: translateY(-50%) rotateY(-180deg);
    transform: translateY(-50%) rotateY(-180deg);
  }
  .row-user.reverse .row-user_ctn:after {
    left: auto;
    right: -2px;
  }
}
@media screen and (max-width: 768px) {
  .row-user.reverse {
    margin: 5.3333333333vw 0;
  }
}

.post-entry .merit_lbl {
  display: block;
  color: #d80c24;
  font-size: 20px;
  font-family: "Caveat", serif;
  margin-bottom: 15px;
}
.post-entry .area-map .maplink {
  display: inline-block;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.35);
  line-height: 1;
}
.post-entry .area-map .maplink span {
  display: inline-block;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .post-entry .area-map .maplink:hover,
  .post-entry .area-map .maplink.active {
    opacity: 1;
  }
}
.post-entry .area-map .maplink.heating {
  top: 10.7%;
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .maplink.heating {
    top: 10%;
    letter-spacing: -0.15em;
  }
}
.post-entry .area-map .maplink.worktop {
  top: 10.7%;
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .maplink.worktop {
    top: 10%;
    left: 35%;
    letter-spacing: -0.15em;
  }
}
.post-entry .area-map .maplink.water {
  top: 10.7%;
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .maplink.water {
    top: 10%;
    left: 63%;
  }
}
.post-entry .area-map .maplink.sink {
  top: 10.7%;
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .maplink.sink {
    top: 10%;
    left: 79%;
    letter-spacing: -0.2em;
  }
}
.post-entry .area-map .maplink.built {
  top: 64.5%;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .maplink.built {
    top: 59.5%;
    left: 38%;
    letter-spacing: -0.35em;
    height: 2.5rem;
  }
}
.post-entry .area-map .maplink.handle {
  top: 31.2%;
  letter-spacing: 0.5em;
  left: 75%;
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .maplink.handle {
    top: 30.5%;
    letter-spacing: 0.25em;
    left: 87%;
  }
}
.post-entry .area-map .maplink.door {
  top: 31.2%;
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .maplink.door {
    top: 30.5%;
    left: 75.5%;
  }
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .maplink.range {
    top: 97.5%;
    left: 3%;
    letter-spacing: -0.2em;
  }
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .maplink.others {
    top: 97.5%;
    left: 38.5%;
  }
}
.post-entry .area-map .maplink.mirror {
  left: 24%;
  top: 6%;
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .maplink.mirror {
    left: 13%;
    top: 10.2%;
  }
}
.post-entry .area-map .maplink.illumination {
  left: 52%;
  top: 6%;
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .maplink.illumination {
    left: 37%;
    top: 9.8%;
  }
}
.post-entry .area-map .maplink.faucet {
  left: 13%;
  top: 6%;
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .maplink.faucet {
    left: 6%;
    top: 96.5%;
  }
}
.post-entry .area-map .maplink.floor {
  left: 0;
  top: 6%;
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .maplink.floor {
    left: 35%;
    top: 96.5%;
  }
}
.post-entry .area-map .maplink.stor {
  left: 67.2%;
  top: 6%;
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .maplink.stor {
    left: 21%;
    top: 96.5%;
  }
}
.post-entry .area-map .maplink.bathtub {
  left: 84.7%;
  top: 6%;
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .maplink.bathtub {
    left: 63.7%;
    top: 96.5%;
  }
}
.post-entry .area-map .maplink.wash-mirror {
  left: 8.5%;
  top: 15.5%;
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .maplink.wash-mirror {
    left: 5.5%;
    top: 1%;
  }
}
.post-entry .area-map .maplink.wash-counter {
  left: 15.5%;
  top: 59.5%;
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .maplink.wash-counter {
    left: 2.5%;
    top: 53.5%;
  }
}
.post-entry .area-map .maplink.wash-position {
  left: 11%;
  top: 69.5%;
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .maplink.wash-position {
    left: 2%;
    top: 74%;
  }
}
.post-entry .area-map .maplink.wash-water {
  left: 20.5%;
  top: 47.5%;
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .maplink.wash-water {
    left: 17.5%;
    top: 41%;
  }
}
.post-entry .area-map .maplink.wash-cabinet {
  left: 14.5%;
  top: 82%;
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .maplink.wash-cabinet {
    left: 2.5%;
    top: 93.5%;
  }
}
.post-entry .area-map .maplink.wash-storage {
  left: 77.5%;
  top: 22%;
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .maplink.wash-storage {
    left: 74.5%;
    top: 21.5%;
  }
}
.post-entry .area-map .map_p {
  display: inline-block;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .map_p {
    width: 8vw;
    height: 8vw;
  }
}
.post-entry .area-map .map_p span {
  display: inline-block;
  opacity: 0;
}
@media screen and (min-width: 769px) {
  .post-entry .area-map .map_p:hover,
  .post-entry .area-map .map_p.active {
    opacity: 1;
  }
}
.post-entry .area-map .map_p.mirror_p {
  top: 38.75%;
  left: 19.5%;
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .map_p.mirror_p {
    top: 33.9%;
    left: 11.3%;
  }
}
.post-entry .area-map .map_p.illumination_p {
  top: 20.5%;
  left: 39.25%;
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .map_p.illumination_p {
    top: 23.35%;
    left: 37.8%;
  }
}
.post-entry .area-map .map_p.faucet_p {
  top: 69%;
  left: 14.25%;
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .map_p.faucet_p {
    top: 64%;
    left: 12.25%;
  }
}
.post-entry .area-map .map_p.floor_p {
  top: 96%;
  left: 7.75%;
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .map_p.floor_p {
    top: 84.5%;
    left: 33.55%;
  }
}
.post-entry .area-map .map_p.stor_p {
  top: 63.8%;
  left: 23.3%;
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .map_p.stor_p {
    top: 60%;
    left: 21.5%;
  }
}
.post-entry .area-map .map_p.bathtub_p {
  top: 81.75%;
  left: 59.75%;
}
@media screen and (max-width: 768px) {
  .post-entry .area-map .map_p.bathtub_p {
    top: 73.5%;
    left: 55.75%;
  }
}

.pdb0 {
  padding-bottom: 0 !important;
}

.mt20 {
  margin-top: 20px !important;
}

.hidemenu .menu-btn-wrp.on {
  opacity: 1 !important;
  visibility: visible !important;
}

@media screen and (max-width: 1024px) {
  .menu-sub-pc {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .mn_js__ttl {
    position: relative;
  }
  .mn_js__ttl:before {
    background: none;
    width: 0;
    height: 0;
  }
  .mn_js__ttl:after {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    right: 10px;
    top: 14px;
    border: 1px solid #121212;
    border-left: none;
    border-top: none;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: none;
  }
  .mn_js__ttl.active:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .mn_js__ttl.ttl__pr:after {
    border: none;
  }
  .menu-sub-pc {
    display: none;
    padding: 10px;
  }
  .menu-sub-pc li a {
    display: inline-block;
    font-size: 0.84em;
    padding: 0.5em 0;
    line-height: 1.35;
    text-align: left;
    color: #121212;
    text-decoration: none;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
  }
  .menu-sub-pc li a:hover {
    color: #d80c24;
  }
  .menu-sub-pc.mn__pr {
    display: block;
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}
.menu-link {
  position: relative;
}
.menu-link .link__icon {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  z-index: 2;
}

@media screen and (min-width: 769px) {
  .post-entry_content .column.cols4 .column-item {
    margin: 0 0 40px 20px !important;
  }
}
.stickyContents.category-wrp .category-list {
  padding: 10px 0;
}
.stickyContents.category-wrp .category-list li:first-child img {
  max-width: 220px;
  vertical-align: baseline;
}

.sp_category__ttl {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  font-size: 0.9em;
  font-weight: bold;
  top: 10px;
  left: 15px;
  letter-spacing: 0.2em;
}
.sp_category__ttl a {
  text-decoration: none;
  color: #000;
  -webkit-transform: scale(1) !important;
  transform: scale(1) !important;
}
.sp_category__ttl--note img {
  max-width: 210px;
}
.sp_category__ttl--with {
  display: inline-block;
  margin-top: 6px;
  padding-left: 7px;
}
.sp_category__ttl--with img {
  max-width: 80px;
}

.post-entry .l-extraWrapper .intro__head__text03[data-language="en"] {
  text-transform: capitalize;
}

/** seting maps image new **/
.m-set {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 80%;
}
.m-set.b-set {
  padding-bottom: 77%;
}
.m-set.w-set {
  padding-bottom: 82%;
}
@media screen and (max-width: 768px) {
  .m-set {
    padding-bottom: 149%;
  }
  .m-set.b-set {
    padding-bottom: 135%;
  }
  .m-set.w-set {
    padding-bottom: 112%;
  }
}
.m-set .m-link {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  z-index: 2;
  height: 7.5%;
  overflow: hidden;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .m-set .m-link {
    height: 6%;
  }
}
.m-set .m-link span {
  opacity: 0;
}
.m-set .m-link.mm1 {
  left: 0;
  top: 51%;
  width: 14.5%;
}
@media screen and (max-width: 768px) {
  .m-set .m-link.mm1 {
    left: 0;
    top: 37.8%;
    width: 28.8%;
  }
}
.m-set .m-link.mm2 {
  left: 81.6%;
  top: 34.5%;
  width: 18.5%;
}
@media screen and (max-width: 768px) {
  .m-set .m-link.mm2 {
    left: 61.6%;
    top: 78.3%;
    width: 38.5%;
  }
}
.m-set .m-link.mm3 {
  left: 81.6%;
  top: 45.5%;
  width: 10%;
}
@media screen and (max-width: 768px) {
  .m-set .m-link.mm3 {
    left: 45.8%;
    top: 5.3%;
    width: 21%;
  }
}
.m-set .m-link.mm4 {
  left: 81.6%;
  top: 62.5%;
  width: 12%;
}
@media screen and (max-width: 768px) {
  .m-set .m-link.mm4 {
    left: 76.6%;
    top: 5.3%;
    width: 23.8%;
  }
}
.m-set .m-link.mm6 {
  left: 81.6%;
  top: 13%;
  width: 10%;
}
@media screen and (max-width: 768px) {
  .m-set .m-link.mm6 {
    left: 0;
    top: 71%;
    width: 18.7%;
  }
}
.m-set .m-link.mm5 {
  left: 0;
  top: 22%;
  width: 16%;
  height: 25%;
}
@media screen and (max-width: 768px) {
  .m-set .m-link.mm5 {
    left: 0;
    top: 86.2%;
    width: 34%;
    height: 14%;
  }
}
.m-set .m-link.mm7 {
  left: 0;
  top: 80%;
  width: 20.8%;
}
@media screen and (max-width: 768px) {
  .m-set .m-link.mm7 {
    left: 15%;
    top: 78.3%;
    width: 43.8%;
  }
}
.m-set .m-link.mm8 {
  left: 0;
  top: 69.2%;
  width: 10.2%;
}
@media screen and (max-width: 768px) {
  .m-set .m-link.mm8 {
    left: 46%;
    top: 86.2%;
    width: 19%;
  }
}
.m-set .m-link.mm9 {
  left: 0;
  top: 11.2%;
  width: 18.5%;
}
@media screen and (max-width: 768px) {
  .m-set .m-link.mm9 {
    left: 0;
    top: 5.3%;
    width: 38.2%;
  }
}
.m-set .m-link.mm10 {
  left: 0;
  top: 92.2%;
  width: 12.2%;
}
@media screen and (max-width: 768px) {
  .m-set .m-link.mm10 {
    left: 76%;
    top: 86.2%;
    width: 24.2%;
  }
}
.m-set .m-link.mb1 {
  left: 0;
  top: 35.2%;
  width: 8%;
}
@media screen and (max-width: 768px) {
  .m-set .m-link.mb1 {
    left: 9%;
    top: 6.3%;
    width: 13.5%;
  }
}
.m-set .m-link.mb2 {
  left: 90%;
  top: 7%;
  width: 10%;
}
@media screen and (max-width: 768px) {
  .m-set .m-link.mb2 {
    left: 32.5%;
    top: 6.5%;
    width: 19%;
  }
}
.m-set .m-link.mb3 {
  left: 0;
  top: 14.3%;
  width: 10%;
}
@media screen and (max-width: 768px) {
  .m-set .m-link.mb3 {
    left: 0;
    top: 93.8%;
    width: 18.7%;
  }
}
.m-set .m-link.mb4 {
  left: 0;
  top: 84.7%;
  width: 12.3%;
}
@media screen and (max-width: 768px) {
  .m-set .m-link.mb4 {
    left: 46%;
    top: 93.8%;
    width: 24.2%;
  }
}
.m-set .m-link.mb5 {
  left: 90%;
  top: 42.5%;
  width: 10.3%;
}
@media screen and (max-width: 768px) {
  .m-set .m-link.mb5 {
    left: 23%;
    top: 93.8%;
    width: 19.2%;
  }
}
.m-set .m-link.mb6 {
  left: 90%;
  top: 58.5%;
  width: 10.3%;
}
@media screen and (max-width: 768px) {
  .m-set .m-link.mb6 {
    left: 74.5%;
    top: 93.8%;
    width: 19%;
  }
}
.m-set .m-link.mw1 {
  left: 5.3%;
  top: 22%;
  width: 29%;
}
@media screen and (max-width: 768px) {
  .m-set .m-link.mw1 {
    left: 0;
    top: 7.2%;
    width: 61.8%;
    height: 8%;
  }
}
.m-set .m-link.mw2 {
  left: 5.3%;
  top: 57.8%;
  width: 16.5%;
}
@media screen and (max-width: 768px) {
  .m-set .m-link.mw2 {
    left: 0;
    top: 53%;
    width: 34%;
    height: 8%;
  }
}
.m-set .m-link.mw3 {
  left: 5.3%;
  top: 46.8%;
  width: 16.5%;
}
@media screen and (max-width: 768px) {
  .m-set .m-link.mw3 {
    left: 0;
    top: 92%;
    width: 34%;
    height: 8%;
  }
}
.m-set .m-link.mw4 {
  left: 5.3%;
  top: 36.5%;
  width: 10%;
}
@media screen and (max-width: 768px) {
  .m-set .m-link.mw4 {
    left: 8%;
    top: 41%;
    width: 19.5%;
    height: 8%;
  }
}
.m-set .m-link.mw5 {
  left: 5.3%;
  top: 69.5%;
  width: 18.5%;
}
@media screen and (max-width: 768px) {
  .m-set .m-link.mw5 {
    left: 49.5%;
    top: 91.7%;
    width: 38%;
    height: 8%;
  }
}
.m-set .m-link.mw6 {
  left: 81.8%;
  top: 22%;
  width: 14.5%;
}
@media screen and (max-width: 768px) {
  .m-set .m-link.mw6 {
    left: 71.5%;
    top: 19.8%;
    width: 28.5%;
    height: 8%;
  }
}
.m-set .m-map {
  position: absolute;
  left: 0;
  top: 0;
}
.nv-sp_item .svg {
  width: 15vw !important;
  height: auto;
}

.nv-sp_item .svg.img4 {
  width: 7vw !important;
}

.nv-sp_item.is_active a .svg,
.nv-sp_item.is_active a path,
.nv-sp_item.is_active a line,
.nv-sp_item.is_active a polyline,
.nv-sp_item.is_active a .cls-1 {
  fill: none !important;
  stroke: #d80c24;
}

.nv-sp_item.is_active .svg.img4 .svg,
.nv-sp_item.is_active .svg.img4 path,
.nv-sp_item.is_active .svg.img4 line,
.nv-sp_item.is_active .svg.img4 polyline,
.nv-sp_item.is_active .svg.img4 .cls-1 {
  fill: #d80c24 !important;
  stroke: none !important;
}

@media screen and (min-width: 769px) {
  .mmpc.scl .stickyContents {
    top: 0;
  }
  .mmpc.scl .posts-nav.is_active {
    top: 58px;
  }
  .hidemenu .menu-btn-wrp {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 961px) and (max-width: 1440px) {
  .stickyContents.category-wrp .category-list li {
    padding: 0 1em;
  }
}
.in-recom .contens2colums {
  margin-bottom: 40px;
}
.in-recom .contens2colums .meta-wrp {
  padding: 0 0 0 4%;
}
.in-recom .contens2colums .main-title {
  font-size: min(1.5em, 5vw);
  font-weight: 600;
  margin: 0;
}
.in-recom .contens2colums .slide {
  min-height: 30vh;
}
.in-recom .contens2colums .lead {
  font-size: min(0.75em, 3.5vw);
  font-weight: 600;
}
.in-recom .column a {
  color: #121212;
  text-decoration: none;
}
.in-recom .column a figure {
  overflow: hidden;
}
.in-recom .banner-title {
  font-size: min(1.3em, 4vw);
  font-weight: 200;
  margin-bottom: 0.25em;
}
.in-recom .banner-title-jp {
  font-size: min(0.95em, 3.3vw);
  margin-bottom: 1em;
}
.in-recom .banner-lead {
  font-size: min(0.85em, 3.3vw);
  font-weight: 300;
  margin-bottom: 0;
}
.in-recom .sr__fix {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .in-recom .contens2colums .slide {
    min-height: inherit;
    margin-bottom: 2em;
  }
  .in-recom .contens2colums .meta-wrp {
    min-height: inherit;
  }
}
.slide-post-title .entry-number-wrp a {
  color: #121212;
}

.article-anc {
  display: inline-block;
  height: 0;
  visibility: hidden;
  margin-bottom: -60px;
  padding-top: 0;
}
@media screen and (max-width: 767px) {
  .article-anc {
    margin-bottom: -40px;
  }
}
.movie-wrap{
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-wrap > iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}