@charset "utf-8";

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
.box-c {
  text-align: center;
}
.lower_bottom .table-layout table {
    display: none;
}
.org-box {
  margin: 5px auto;
  width: 98%;
  padding: 5px;
  border: solid 1px #F6ADC1;
  text-align: center;
}

span.txt_red {
  color: #ff0202;
  font-weight: bold;
  font-size: 1.6rem;
}

span.txt_normal {
  color: #616161;
  font-weight: normal;
  font-size: 1.6rem;
}

.mini {
  font-size: 85%;
}

.big {
  font-size: 115%;
  font-weight: bold;
}

.contents-left li, .contents-right li {
  border: solid 1px #5b5454;
}

.contents-left li::before, .contents-right li::before {
  left: 5px;
  top: 9px;
}

.slick-slide span, .viral-info, .viral-quote {
  text-align: left;
}


.cmn01-image {
  height: 150px;
}

.concept_list {
  height: 335px;
}

.caption2 {
  color: #888888;
  margin: 10px 0;
  overflow-y: hidden;
  white-space: normal !important;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #C0C0C0 #eee;
}


.lower_bottom .catch-copy {
  font-family: sans-serif;
  font-size: 95%;
  padding: 0 0 1rem;
  text-align: center;
}

.caption a, .caption2 a, .viral-quote a {
  color: #888888;
}

/*2021.04.13*/
.official {
  margin: 0 auto;
  margin-top: 50px;
}

.contents-left .official ul {
  display: block;
  /* width: 80%; */
  margin: auto;
  padding: 20px;
  max-height: 300px;
  overflow-y: auto;
  border: 3px double #968d4a;
  margin-bottom: 15px;
}

.contents-left .official ul li {
  background: none;
  display: block;
  border-bottom: 1px dashed #ccc;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-bottom: 10px;
  padding: 0px 0px 5px 0px;
  text-align: left;
}

.contents-left .official ul li span {
  font-size: 0.8em;
  display: block;
  background: none;
  color: #000;
  margin: 0px;
  font-weight: bold;
}

.official ul div {
  background: url(https://www.meetbesthouse-catalog.com/wp/wp-content/uploads/enpitsu.png) no-repeat;
  background-size: auto 20px;
  padding-left: 30px;
  font-weight: bold;
  color: #968d4a;
}

.official h5 {
  font-size: 1.2em;
  border-bottom: 1px dashed #333;
}

.official h6 {
  font-size: 1.1em;
}

.official h4,
.official h5,
.official h6 {
  font-weight: bold;
  margin: 20px 0;
}

.official h4:before,
.official h5:before,
.official h6 {
  content: none;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.catch-copy, p.catch-copy {
  font-size: 2.2rem;
}

span.txt_marker {
  color: #df3737;
}

.cmn-parts-block {
  border: solid 1px #2223;
  font-size: 12px;
  margin: 0 0 10px;
  padding: 10px 0;
  text-align: center;
}

.cmn-parts-block span {
  color: #df3737;
  font-size: 18px;
  font-weight: bold;
}

.cmn-parts-block-info {
  font-size: 16px;
}

.cmn-parts-block-info span {
  font-size: 22px;
}

.cmn-parts-style--btn::after {
  content: "▼";
  display: inline-block;
  margin: 0 0 0 4px;
  font-size: 16px;
  color: #036790;
}

.cmn-parts-style--btn:hover {
  cursor: pointer;
}

.cmn-parts-style {
  margin: 0 auto;
  width: 90%;
}

.cmn-parts-style-is-open {
  display: block;
}

.cmn-parts-style-is-close {
  display: none;
}

.cmn-parts-style-title {
  font-weight: bold;
}

.cmn-parts-style ul {
  font-size: 12px;
  margin: 0 0 10px;
}

.cmn-parts-style ul li {
  border: none;
  margin: 0 0 2px;
}

.img_summary {
  background: #fff;
  text-align: center;
}
.img_summary img {
  padding: 0.5em 0.2em;
}

.modal-view {
  background: #fff;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modal-view .modal-view-click {
  width: 32%;
  margin: 0 0 2%;
  max-height: 160px;
  display: flex;
}
.modal-view .modal-view-click a {
  display: flex;
}
.modal-view .modal-view-click img {
  flex-grow: 1;
  object-fit: cover;
}

.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 60px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s 0s ease;
}

.modal-wrapper:target {
  display: block;
  opacity: 1;
  visibility: visible;
  transition: all 0.5s 0s ease;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 100%;
  max-width: 800px;
  padding: 30px 10px 15px;
  border-radius: 2px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, .6);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-cont-css {
  max-height: 80vh;
  overflow-y: auto;
}

.modal-wrapper .modal-window .modal-cont-css img {
  width: fit-content;
  height: auto;
  max-height: 100%;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .8)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 20px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}

.modal-wrapper a:hover {
  opacity: 1;
}

.l-header__sitename span:before,
.l-header__sitename a:before {
  background: #000;
  color: #fff;
  content: "PR";
  display: inline-block;
  font-size: 14px;
  line-height: 1.4;
  margin-right: 1rem;
  padding: 0 1rem;
}

.l-header__sitename {
    width: auto;
}

.l-footer-copy p a.l-footer-bottom__copy__link:before {
  content: "【PR】";
}
.lower_bottom .cmn-parts-box .cmn01-catch-copy {
    text-align: center;
}

.future_block {
    padding: 10px;
    background: #f0eee4;
    min-height: 200px;
}

.future_block .caption {
    font-size: 10px;
}
p.cmn01-catch-copy span {
    font-size: 1.8rem;
}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {
  .box-c {
    text-align: center;
  }

  .org-box {
    margin: 5px auto;
    width: 98%;
    padding: 5px;
    border: solid 1px #F6ADC1;
    text-align: center;
  }

  span.txt_red {
    color: #ff0202;
    font-weight: bold;
    font-size: 1.6rem;
  }

  span.txt_normal {
    color: #616161;
    font-weight: normal;
    font-size: 1.6rem;
  }

  .mini {
    font-size: 85%;
  }

  .big {
    font-size: 115%;
    font-weight: bold;
  }

  .img_summary img {
    width: 48%;
  }

  .cmn01-image {
    height: 225px;
  }

  .caption2 {
    color: #888888;
    margin: 10px 0;
    overflow-y: hidden;
    white-space: normal !important;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #C0C0C0 #eee;
  }

  .cmn01-image {
    height: auto;
    text-align: center;
  }

  .concept_list {
    height: auto;
  }

  .lower_bottom .cmn-parts-box .cmn01-catch-copy {
    text-align: center;
  }

  .lower_bottom .catch-copy {
    font-size: 100%;
    padding: 0 0 1rem;
    text-align: center;
  }

  .caption a, .caption2 a, .viral-quote a {
    color: #888888;
  }

  .image-text__image {
    width: 100%;
  }

  .mv .mv_inner .mv_title {
    font-size: 2.0rem;
  }

  .underlayer-title h2, .top-title h3, .compare-title h3 {
    padding: 1.2rem;
  }

  .basic-layout.column1 .basic-column-box {
    padding: 13px;
  }

  /*2021.04.13*/
  .contents-left .official {
    background: #f5f5f559;
    border-radius: 30px;
    margin-top: 50px;
  }

  .contents-left .official ul {
    padding: 15px;
    width: 100%;
  }

  .date .top {
    font-size: 12px;
    padding: 0;
  }

  .time_function {
    font-size: 12px;
    padding: 0 0 30px 0;
  }

  .cmn-parts-block {
    font-size: 14px;
  }

  .cmn-parts-block-info {
    font-size: 16px;
  }
  .modal-view .modal-view-click {
    width: 49%;
    max-height: 110px;
    margin-bottom: 2%;
  }
.future_block {
    padding: 10px;
    min-height:auto;
}
}