@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
#chatplusview.chatplusview-app.closed:not(.float), #chatplusview.chatplusview-basic.closed:not(.float), #chatplusview.chatplusview-mini.closed:not(.float), #chatplusview.chatplusview-modern.closed:not(.float) {
  margin-right: 4% !important;
}
@media (max-width: 1020px) and (min-width: 768px) {
  #chatplusview.chatplusview-app.closed:not(.float), #chatplusview.chatplusview-basic.closed:not(.float), #chatplusview.chatplusview-mini.closed:not(.float), #chatplusview.chatplusview-modern.closed:not(.float) {
    width: 100%;
  }
}

.js-acms-offcanvas-body-left #chatplusview {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .sp-only {
    display: initial !important;
  }
}

.btn-map-link {
  background-color: gray;
  padding: 5px 15px 5px 10px;
  border-radius: 5px;
  font-size: 1.4rem;
  text-align: center;
  color: #fff !important;
  position: relative;
  white-space: nowrap;
}
.btn-map-link::after {
  content: "";
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 5px solid #FFE;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  top: 35%;
  bottom: 0;
  right: 5px;
  align-items: center;
  position: absolute;
}

.acms-entry .worksHeading {
  background: #960f18;
  padding: 10px;
  color: #fff;
  text-align: center;
  margin: 50px 10px 0;
  font-size: 1.15em;
}
.acms-entry .worksHeading02 {
  border-bottom: 1px solid #000;
  font-size: 1.15em;
  border-top: none;
  padding: 0;
}
.acms-entry h2.column {
  border: none;
  font-size: 1.3em;
  padding: 0;
  margin: 2em 10px 0;
}
.acms-entry h3.column {
  font-size: 1.2em;
}
.acms-entry h4.column {
  font-size: 1.125em;
}
.acms-entry .toc {
  border: 2px solid #000;
  margin-right: 0;
  margin-left: 0;
}
.acms-entry .toc dt {
  background: #000;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 0.5em 0;
}
.acms-entry .toc dt i {
  margin-right: 0.2em;
}
.acms-entry .toc dd {
  padding: 1.5em;
}
.acms-entry .toc dd ol {
  margin: 0 0 0 1em;
  padding: 0;
  list-style-type: none;
  counter-reset: section;
  line-height: 2;
}
.acms-entry .toc dd ol li::before {
  counter-increment: section;
  content: counters(section, ".") " ";
}
.acms-entry .toc dd ol a {
  text-decoration: underline;
  color: #333;
}
.acms-entry .toc dd ol a:hover {
  text-decoration: none;
}
.acms-entry .toc dd > ol {
  margin: 0;
}
.acms-entry .toc dd > ol > li > a {
  font-weight: bold;
}
.acms-entry .toc dd > ol > li::before {
  font-weight: bold;
}

.acms-page-header .entryTitle {
  font-size: 1.5em;
}

.acms-page-cta {
  margin: 70px 0 70px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .acms-page-cta {
    display: inherit;
  }
}
.acms-page-cta .contactBox {
  width: 75%;
  padding: 20px;
  margin-right: 3%;
  background-color: #F1EFEE;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .acms-page-cta .contactBox {
    width: 100%;
    margin-bottom: 40px;
  }
}
.acms-page-cta .contactBox h3 {
  width: 100%;
  margin: 0;
  padding: 0 0 10px;
  color: #960F15;
  border-bottom: 1px solid #C7C7C7;
  text-align: center;
  letter-spacing: -0.01em;
}
.acms-page-cta .contactBox .infoBox {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .acms-page-cta .contactBox .infoBox {
    display: initial;
  }
}
.acms-page-cta .contactBox .infoBox .info {
  width: 55%;
  margin-top: 0.5em;
}
@media screen and (max-width: 767px) {
  .acms-page-cta .contactBox .infoBox .info {
    width: 100%;
  }
}
.acms-page-cta .contactBox .infoBox .info h4 {
  margin-top: 0;
  font-size: 1.6rem;
  font-weight: bold;
}
.acms-page-cta .contactBox .infoBox .info p {
  font-size: 1.2rem;
  margin-top: 10px;
}
.acms-page-cta .contactBox .infoBox .info p.area {
  font-weight: 500;
}
.acms-page-cta .contactBox .infoBox .info p.bizhour {
  margin-bottom: 5px;
}
.acms-page-cta .contactBox .infoBox .contact {
  width: 45%;
  color: #691115;
  font-size: 1.6rem;
  font-weight: bold;
}
.acms-page-cta .contactBox .infoBox .contact a[href^="tel:"] {
  color: #691115;
}
@media screen and (max-width: 767px) {
  .acms-page-cta .contactBox .infoBox .contact {
    width: 100%;
  }
}
.acms-page-cta .contactBox .infoBox .contact ul {
  margin-top: 1em;
  word-wrap: break-word;
}
.acms-page-cta .contactBox .infoBox .contact ul li {
  list-style: none;
  margin-bottom: 8px;
}
.acms-page-cta .contactBox .infoBox .contact ul li span {
  font-size: 1rem;
}
.acms-page-cta .contactBox .infoBox .contact ul li::before {
  content: "";
  width: 27px;
  height: 27px;
  margin: auto;
  background-size: contain;
  background-repeat: no-repeat;
  top: 0;
  bottom: 0;
  left: -36px;
  position: absolute;
}
.acms-page-cta .contactBox .infoBox .contact ul li.tel {
  position: relative;
}
.acms-page-cta .contactBox .infoBox .contact ul li.tel::before {
  background-image: url(../img/ico_tel.svg);
}
.acms-page-cta .contactBox .infoBox .contact ul li.fax {
  position: relative;
}
.acms-page-cta .contactBox .infoBox .contact ul li.fax::before {
  background-image: url(../img/ico_fax.svg);
}
.acms-page-cta .contactBox .infoBox .contact ul li.mail {
  position: relative;
}
.acms-page-cta .contactBox .infoBox .contact ul li.mail::before {
  background-image: url(../img/ico_mail.svg);
}
.acms-page-cta .instaBox {
  width: 22%;
}
@media screen and (max-width: 767px) {
  .acms-page-cta .instaBox {
    width: 100%;
  }
}
.acms-page-cta .blogPhrase {
  margin: 0 0 1em;
}

.linkList {
  max-width: 1130px;
  margin: 70px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 20px;
  list-style-type: none;
  padding: 0;
}
.linkList li {
  width: 30%;
}
.linkList a {
  color: #A00E1B;
  display: block;
  text-align: center;
  font-size: 2rem;
  padding: 1em;
  border: 2px solid #A00E1B;
}
@media screen and (max-width: 767px) {
  .linkList {
    padding: 0 10px;
    width: 100%;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 20px;
    flex-wrap: wrap;
  }
  .linkList li {
    width: 100%;
  }
  .linkList a {
    font-size: 1.6rem;
  }
}

.pagetop::before {
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(45deg) translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform-origin: top left;
}

.itemList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 20px;
  row-gap: 2em;
  list-style-type: none;
  padding: 0;
}
.itemList .list-box-01, .itemList p {
  margin-top: 0;
}
.itemList .comment {
  margin-top: 2em;
}
@media screen and (max-width: 767px) {
  .itemList {
    grid-template-columns: 1fr;
  }
  .itemList .comment {
    margin-top: 0;
  }
}

.grecaptcha-badge {
  visibility: hidden;
}

.page404 {
  margin: 0 20px;
}
.page404 .entry-header {
  text-align: center;
}
.page404 .entry-header .logo img {
  width: 136px;
}
.page404 .entry-header h1 {
  font-size: 70px;
  color: #960F15;
  line-height: 1.1;
  margin: 0.35em 0 0.4em;
}
.page404 .entry-header h2 {
  font-size: 26px;
  margin: 0;
  border: none;
  padding: 0;
}
.page404 .entry-column p {
  margin: 1em 0 0;
  text-align: center;
}
.page404.aside h2 {
  background: #960F15;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  padding: 0.4em 0;
  margin: 4em 0 0;
}
.page404.aside li a {
  position: relative;
}
.page404.aside li a::after, .page404.aside li a::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
}
.page404.aside li a::before {
  background: #960F15;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  transform: translateY(-50%);
  left: 20px;
}
.page404.aside li a::after {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  width: 5px;
  height: 5px;
  transform: rotate(45deg) translateY(-70%);
  left: 21px;
}
.page404.aside .recommendLink {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page404.aside .recommendLink li {
  border-bottom: 1px solid #D3D3D3;
  border-right: 1px solid #D3D3D3;
}
.page404.aside .recommendLink li:last-of-type {
  border-right: none;
}
.page404.aside .recommendLink li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 3em 20px 3em 40px;
}
.page404.aside .recommendLink li a span {
  display: block;
  font-weight: bold;
}
.page404.aside .recommendLink li a span.jp {
  font-size: 16px;
  color: #333;
}
.page404.aside .recommendLink li a span.en {
  font-size: 9px;
  font-weight: bold;
  color: #960F15;
  letter-spacing: 0.82em;
}
.page404.aside .homeBtn {
  margin: 2em 0 3em;
  font-size: 14px;
  text-align: center;
}
.page404.aside .homeBtn a {
  border: 3px solid #960F15;
  color: #960F15;
  padding: 1em 2em 1em 1.5em;
  display: inline-block;
  font-weight: bold;
}
.page404.aside .homeBtn a::after {
  content: "";
  display: inline-block;
  border-top: 1px solid #960F15;
  border-right: 1px solid #960F15;
  width: 5px;
  height: 5px;
  transform: rotate(45deg) translateY(-50%);
  margin-left: 1em;
}
.page404.aside .otherLink {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  column-gap: 50px;
  font-size: 13px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.page404.aside .otherLink li a {
  padding: 0 0 0 15px;
  color: #333;
  display: inline-block;
}
.page404.aside .otherLink li a::before {
  background: #C5C5C6;
  width: 10px;
  height: 10px;
  left: 0;
}
.page404.aside .otherLink li a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  width: 3px;
  height: 3px;
  left: 1px;
}
@media screen and (max-width: 767px) {
  .page404 {
    margin: 0 3.5%;
  }
  .page404 .entry-header {
    position: static;
  }
  .page404 .entry-header .logo {
    margin: 0;
  }
  .page404 .entry-header .logo img {
    width: 18.9vw;
  }
  .page404 .entry-header h1 {
    font-size: 36px;
  }
  .page404 .entry-header h2 {
    font-size: 13px;
  }
  .page404 .entry-column p {
    font-size: 12px;
  }
  .page404.aside h2 {
    font-size: 16px;
    margin: 2em -3.5% 0;
  }
  .page404.aside li a::before {
    width: 14px;
    height: 14px;
  }
  .page404.aside li a::after {
    width: 4px;
    height: 4px;
  }
  .page404.aside .recommendLink {
    grid-template-columns: repeat(2, 1fr);
    margin: 0 -3.5%;
  }
  .page404.aside .recommendLink li:last-of-type {
    border-right: 1px solid #D3D3D3;
  }
  .page404.aside .recommendLink li a {
    padding-top: 1.3em;
    padding-bottom: 1.3em;
  }
  .page404.aside .recommendLink li a span.jp {
    font-size: 14px;
  }
  .page404.aside .recommendLink li a span.en {
    font-size: 7px;
  }
  .page404.aside .otherLink {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 1em;
    column-gap: 0;
  }
}

@media screen and (min-width: 767px) {
  .contact-form-control.stock-title {
    padding-top: 25px;
  }
}
.bcd-stock .btnWrap,
.bcd-item .btnWrap,
.bcd-details .btnWrap {
  text-align: center;
}
.bcd-stock .btnWrap .contactBtn,
.bcd-item .btnWrap .contactBtn,
.bcd-details .btnWrap .contactBtn {
  display: inline-block;
  background: #960F15;
  border-radius: 5px;
  color: #fff;
  font-size: 15px;
  padding: 0.5em;
  transition: all 0.3s;
  text-align: center;
}
@media screen and (min-width: 767px) {
  .bcd-stock .btnWrap .contactBtn:hover,
  .bcd-item .btnWrap .contactBtn:hover,
  .bcd-details .btnWrap .contactBtn:hover {
    opacity: 0.7;
  }
}

.bcd-stock.view-entry,
.bcd-details.view-entry {
  /*.list-box-member{
    padding:0;
    display:grid;
    column-gap:30px;
    row-gap:30px;
    grid-template-columns:45% 1fr;

    h3{
      grid-column:1 / 3;
    }
    .photo{
      grid-column:1 / 2;
    }
    .body{
      grid-column:2 / 3;

      .name{
        margin-bottom:30px;
      }
    }
    .group-contact{
      grid-column:2 / 3;
    }
  }*/
}
.bcd-stock.view-entry .orderBox,
.bcd-details.view-entry .orderBox {
  background: #F1EFEE;
  text-align: center;
  padding: 20px 20px 10px;
  margin: 70px 0 0;
}
.bcd-stock.view-entry .orderBox dt,
.bcd-details.view-entry .orderBox dt {
  border-bottom: 1px solid #D0B5B6;
  padding: 0 0 10px;
  margin: 0 0 20px;
}
.bcd-stock.view-entry .orderBox dd,
.bcd-details.view-entry .orderBox dd {
  margin: 0 0 10px;
}
@media screen and (max-width: 767px) {
  .bcd-stock.view-entry .orderBox,
  .bcd-details.view-entry .orderBox {
    margin: 40px 0 0;
  }
  .bcd-stock.view-entry .orderBox dt,
  .bcd-details.view-entry .orderBox dt {
    padding: 0 0 5px;
  }
  .bcd-stock.view-entry .orderBox dd,
  .bcd-details.view-entry .orderBox dd {
    font-size: 15px;
  }
}
.bcd-stock.view-entry .page-header .entry-title,
.bcd-details.view-entry .page-header .entry-title {
  font-size: 30px;
  font-weight: 500;
  padding: 0 0 0 10px;
  border-left: 5px solid #960F15;
}
@media screen and (min-width: 767px) {
  .bcd-stock.view-entry .page-header .btnWrap,
  .bcd-details.view-entry .page-header .btnWrap {
    text-align: right;
  }
}
.bcd-stock.view-entry #entry-contact .acms-col-md-4,
.bcd-details.view-entry #entry-contact .acms-col-md-4 {
  width: 33.3333333333%;
}
.bcd-stock.view-entry .contact-box .lineBlock,
.bcd-details.view-entry .contact-box .lineBlock {
  margin: 0;
}
.bcd-stock.view-entry .contact-box h2.h2-01,
.bcd-details.view-entry .contact-box h2.h2-01 {
  margin-top: 30px;
}
.bcd-stock.view-entry .contact-box h2.h2-01 a,
.bcd-details.view-entry .contact-box h2.h2-01 a {
  display: block;
  background: #F2EFEE;
  font-size: 28px;
  padding: 0.5em;
  color: currentColor;
  position: relative;
}
.bcd-stock.view-entry .contact-box h2.h2-01 a::after,
.bcd-details.view-entry .contact-box h2.h2-01 a::after {
  display: inline-block;
  content: "+";
  font-size: 30px;
  font-family: sans-serif;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
}
.bcd-stock.view-entry .contact-box h2.h2-01 a.js-fader-active::after,
.bcd-details.view-entry .contact-box h2.h2-01 a.js-fader-active::after {
  content: "−";
}
@media screen and (max-width: 767px) {
  .bcd-stock.view-entry .contact-box h2.h2-01,
  .bcd-details.view-entry .contact-box h2.h2-01 {
    text-align: left;
  }
  .bcd-stock.view-entry .contact-box h2.h2-01 a,
  .bcd-details.view-entry .contact-box h2.h2-01 a {
    padding: 0.5em 1.5em 0.5em 0.5em;
  }
  .bcd-stock.view-entry .contact-box h2.h2-01 a::after,
  .bcd-details.view-entry .contact-box h2.h2-01 a::after {
    right: 5%;
  }
}
.bcd-stock.view-entry #groupContact,
.bcd-stock.view-entry #lineContact,
.bcd-details.view-entry #groupContact,
.bcd-details.view-entry #lineContact {
  margin-bottom: 50px;
}
.bcd-stock.view-entry .column-table .entry-container,
.bcd-details.view-entry .column-table .entry-container {
  margin-left: 0;
  margin-right: 0;
}
.bcd-stock.view-entry .column-table th,
.bcd-details.view-entry .column-table th {
  text-align: left;
}
@media screen and (min-width: 767px) {
  .bcd-stock.view-entry .column-table th,
  .bcd-details.view-entry .column-table th {
    width: 10em;
  }
}
@media screen and (max-width: 767px) {
  .bcd-stock.view-entry .column-table th, .bcd-stock.view-entry .column-table td,
  .bcd-details.view-entry .column-table th,
  .bcd-details.view-entry .column-table td {
    display: block;
    font-size: 14px;
  }
  .bcd-stock.view-entry .column-table th,
  .bcd-details.view-entry .column-table th {
    padding: 0.3em 1em;
  }
  .bcd-stock.view-entry .column-table td,
  .bcd-details.view-entry .column-table td {
    padding: 0.8em 1em;
  }
}

.bcd-stock.view-index .outlet .title, .bcd-stock.view-top .outlet .title,
.bcd-details.view-index .outlet .title,
.bcd-details.view-top .outlet .title {
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 0 10px;
  border-left: 3px solid #960F15;
  margin: 15px 0 0 0;
}
.bcd-stock.view-index .outlet .price, .bcd-stock.view-top .outlet .price,
.bcd-details.view-index .outlet .price,
.bcd-details.view-top .outlet .price {
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  margin: 10px 0 0 0;
}
.bcd-stock.view-index .outlet .price .option, .bcd-stock.view-top .outlet .price .option,
.bcd-details.view-index .outlet .price .option,
.bcd-details.view-top .outlet .price .option {
  font-size: 9px;
  margin-left: 1em;
}
.bcd-stock.view-index .outlet .thumb, .bcd-stock.view-top .outlet .thumb,
.bcd-details.view-index .outlet .thumb,
.bcd-details.view-top .outlet .thumb {
  overflow: hidden;
}
.bcd-stock.view-index .outlet .thumb .itemStatus, .bcd-stock.view-top .outlet .thumb .itemStatus,
.bcd-details.view-index .outlet .thumb .itemStatus,
.bcd-details.view-top .outlet .thumb .itemStatus {
  position: relative;
}
.bcd-stock.view-index .outlet .thumb .itemStatus::after, .bcd-stock.view-top .outlet .thumb .itemStatus::after,
.bcd-details.view-index .outlet .thumb .itemStatus::after,
.bcd-details.view-top .outlet .thumb .itemStatus::after {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em 0.5em;
  background: #960F15;
  color: #fff;
  font-size: 0.875em;
}
.bcd-stock.view-index .outlet .thumb .itemStatus.isNegotiations::after, .bcd-stock.view-top .outlet .thumb .itemStatus.isNegotiations::after,
.bcd-details.view-index .outlet .thumb .itemStatus.isNegotiations::after,
.bcd-details.view-top .outlet .thumb .itemStatus.isNegotiations::after {
  content: "商談中";
}
.bcd-stock.view-index .outlet .thumb .itemStatus.isSoldOut::after, .bcd-stock.view-top .outlet .thumb .itemStatus.isSoldOut::after,
.bcd-details.view-index .outlet .thumb .itemStatus.isSoldOut::after,
.bcd-details.view-top .outlet .thumb .itemStatus.isSoldOut::after {
  content: "SOLD OUT";
}
.bcd-stock.view-index .outlet dl, .bcd-stock.view-top .outlet dl,
.bcd-details.view-index .outlet dl,
.bcd-details.view-top .outlet dl {
  font-size: 12px;
  display: grid;
  grid-template-columns: 4.5em 1fr;
  margin: 20px 0 0 0;
}
.bcd-stock.view-index .outlet .btnArea, .bcd-stock.view-top .outlet .btnArea,
.bcd-details.view-index .outlet .btnArea,
.bcd-details.view-top .outlet .btnArea {
  list-style-type: none;
  margin: 30px 0 0 0;
  padding: 0;
}
.bcd-stock.view-index .outlet .btnArea li:not(:last-of-type), .bcd-stock.view-top .outlet .btnArea li:not(:last-of-type),
.bcd-details.view-index .outlet .btnArea li:not(:last-of-type),
.bcd-details.view-top .outlet .btnArea li:not(:last-of-type) {
  margin: 0 0 10px;
}
.bcd-stock.view-index .outlet .btnArea li a, .bcd-stock.view-top .outlet .btnArea li a,
.bcd-details.view-index .outlet .btnArea li a,
.bcd-details.view-top .outlet .btnArea li a {
  width: 200px;
}
.bcd-stock.view-index .outlet .btnArea li .viewDetail, .bcd-stock.view-top .outlet .btnArea li .viewDetail,
.bcd-details.view-index .outlet .btnArea li .viewDetail,
.bcd-details.view-top .outlet .btnArea li .viewDetail {
  display: inline-block;
  border: 1px solid #5F5F5F;
  border-radius: 5px;
  font-size: 11px;
  padding: 0.4em 0;
  text-align: center;
}
.bcd-stock.view-index .outlet .btnArea li .viewDetail::before, .bcd-stock.view-top .outlet .btnArea li .viewDetail::before,
.bcd-details.view-index .outlet .btnArea li .viewDetail::before,
.bcd-details.view-top .outlet .btnArea li .viewDetail::before {
  display: inline-block;
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent #212121;
  border-width: 4px 6px 4px 6px;
}
.bcd-stock.view-index .outlet .btnArea li .btnWrap .contactBtn, .bcd-stock.view-top .outlet .btnArea li .btnWrap .contactBtn,
.bcd-details.view-index .outlet .btnArea li .btnWrap .contactBtn,
.bcd-details.view-top .outlet .btnArea li .btnWrap .contactBtn {
  font-size: 13px;
}
@media screen and (min-width: 767px) {
  .bcd-stock.view-index .outlet .thumb a:hover img, .bcd-stock.view-top .outlet .thumb a:hover img,
  .bcd-details.view-index .outlet .thumb a:hover img,
  .bcd-details.view-top .outlet .thumb a:hover img {
    display: block;
    transition-duration: 0.3s;
    transform: scale(1.1);
  }
  .bcd-stock.view-index .outlet .btnWrap, .bcd-stock.view-top .outlet .btnWrap,
  .bcd-details.view-index .outlet .btnWrap,
  .bcd-details.view-top .outlet .btnWrap {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .bcd-stock.view-index .outlet, .bcd-stock.view-top .outlet,
  .bcd-details.view-index .outlet,
  .bcd-details.view-top .outlet {
    display: grid;
    grid-template-columns: 48% 1fr;
    column-gap: 10px;
    padding-top: 1em;
  }
  .bcd-stock.view-index .outlet .body, .bcd-stock.view-top .outlet .body,
  .bcd-details.view-index .outlet .body,
  .bcd-details.view-top .outlet .body {
    grid-column: 2/3;
  }
  .bcd-stock.view-index .outlet .body .title, .bcd-stock.view-top .outlet .body .title,
  .bcd-details.view-index .outlet .body .title,
  .bcd-details.view-top .outlet .body .title {
    margin-top: 0;
  }
  .bcd-stock.view-index .outlet .thumb, .bcd-stock.view-top .outlet .thumb,
  .bcd-details.view-index .outlet .thumb,
  .bcd-details.view-top .outlet .thumb {
    grid-column: 1/2;
  }
  .bcd-stock.view-index .outlet .btnArea, .bcd-stock.view-top .outlet .btnArea,
  .bcd-details.view-index .outlet .btnArea,
  .bcd-details.view-top .outlet .btnArea {
    grid-column: 1/3;
    text-align: center;
  }
}

.bcd-item.view-entry .outlet .title {
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 0 10px;
  border-left: 3px solid #960F15;
  margin: 15px 0 0 0;
}
.bcd-item.view-entry .outlet .price {
  font-size: 14px;
  font-weight: 500;
  text-align: right;
  margin: 10px 0 0 0;
}
.bcd-item.view-entry .outlet .price .option {
  font-size: 9px;
  margin-left: 1em;
}
.bcd-item.view-entry .outlet .thumb {
  overflow: hidden;
}
.bcd-item.view-entry .outlet dl {
  font-size: 12px;
  display: grid;
  grid-template-columns: 4.5em 1fr;
  margin: 20px 0 0 0;
}
.bcd-item.view-entry .outlet .btnArea {
  list-style-type: none;
  margin: 30px 0 0 0;
  padding: 0;
}
.bcd-item.view-entry .outlet .btnArea li:not(:last-of-type) {
  margin: 0 0 10px;
}
.bcd-item.view-entry .outlet .btnArea li a {
  width: 100%;
}
.bcd-item.view-entry .outlet .btnArea li .viewDetail {
  display: inline-block;
  border: 1px solid #5F5F5F;
  border-radius: 5px;
  font-size: 11px;
  padding: 0.4em 0;
  text-align: center;
}
.bcd-item.view-entry .outlet .btnArea li .viewDetail::before {
  display: inline-block;
  content: "";
  border-style: solid;
  border-color: transparent transparent transparent #212121;
  border-width: 4px 6px 4px 6px;
}
.bcd-item.view-entry .outlet .btnArea li .btnWrap .contactBtn {
  font-size: 13px;
}
@media screen and (min-width: 767px) {
  .bcd-item.view-entry .outlet .thumb a:hover img {
    display: block;
    transition-duration: 0.3s;
    transform: scale(1.1);
  }
  .bcd-item.view-entry .outlet .btnWrap {
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .bcd-item.view-entry .outlet {
    display: grid;
    grid-template-columns: 48% 1fr;
    column-gap: 10px;
  }
  .bcd-item.view-entry .outlet .body {
    grid-column: 2/3;
  }
  .bcd-item.view-entry .outlet .body .title {
    margin-top: 0;
  }
  .bcd-item.view-entry .outlet .thumb {
    grid-column: 1/2;
  }
  .bcd-item.view-entry .outlet .btnArea {
    grid-column: 1/3;
    text-align: center;
  }
}

.toBack {
  padding: 2em 0;
  text-align: center;
}
.toBack .backBtn {
  display: inline-block;
  font-size: 1.2em;
  border: 2px solid #960F15;
  color: #960F15;
  padding: 1em 2em;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 767px) {
  .toBack .backBtn {
    width: 100%;
  }
}
.toBack .backBtn:hover {
  background: #960F15;
  color: #fff;
}

.salesItem .worksHeading,
.salesItem .acms-grid {
  margin-right: 0;
  margin-left: 0;
}
.salesItem .worksHeading {
  margin-bottom: 2em;
}
.salesItem .acms-grid {
  display: grid;
  gap: 2em;
}
@media screen and (min-width: 768px) {
  .salesItem .acms-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.salesItem .acms-grid .acms-col-md-3 {
  float: none;
  width: auto;
}
.salesItem .acms-grid .acms-col-md-3 .list-box-03 {
  margin-top: 0;
}
.salesItem .acms-grid::before, .salesItem .acms-grid::after {
  content: none;
}
.salesItem .btn-01 {
  padding: 10px 20px;
}
.salesItem .btn-01 span {
  font-size: smaller;
  display: block;
}
.salesItem .btn-01::after {
  content: none;
}
@media screen and (max-width: 768px) {
  .salesItem .btn-01 {
    max-width: 100%;
  }
}

.list-box-03 .itemStatus {
  position: relative;
}
.list-box-03 .itemStatus::after {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em 0.5em;
  background: #960F15;
  color: #fff;
  font-size: 0.875em;
}
.list-box-03 .itemStatus.isNegotiations::after {
  content: "商談中";
}
.list-box-03 .itemStatus.isSoldOut::after {
  content: "SOLD OUT";
}

.page-header .itemStatus {
  display: inline-block;
  padding: 0.2em 0.5em;
  background: #960F15;
  color: #fff;
}

.list-within-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  list-style-type: none;
  padding: 0;
}
@media screen and (max-width: 840px) {
  .list-within-btn li {
    flex-basis: 100%;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .list-within-btn {
    gap: 10px;
  }
}
.list-within-btn a {
  display: block;
  width: 400px;
  border-radius: 5px;
  color: #fff;
  box-shadow: 3px 3px 6px #cbcbcb;
  text-align: center;
  transition: all 0.3s ease;
}
@media screen and (max-width: 840px) {
  .list-within-btn a {
    width: 100%;
  }
}
.list-within-btn a:hover {
  opacity: 0.7;
}
.list-within-btn a span {
  display: inline-block;
  padding: 1em 0 1em 45px;
  background-repeat: no-repeat;
  background-size: 30px auto;
  background-position: 0 50%;
}
.list-within-btn a span::after {
  display: inline-block;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(135deg);
  transform-origin: right;
  margin-left: 0.5em;
}
.list-within-btn a.tel {
  background: #960F15;
}
.list-within-btn a.tel span {
  background-image: url(../img/ico_tel_mail.png);
}
.list-within-btn a.line {
  background: #06C755;
}
.list-within-btn a.line span {
  background-image: url(../img/ico_line.png);
}
.list-within-btn a.form {
  background: #000;
}
.list-within-btn a.form span {
  background-image: url(../img/ico_form.png);
}

@media screen and (max-width: 768px) {
  .header {
    padding-bottom: 20px;
  }
}
.header .header-nav nav.navbar ul.iconList {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  height: 2em;
}
.header .header-nav nav.navbar ul.iconList li a::after {
  content: none;
}
.header .linkset {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 8px;
}
.header .language {
  font-size: 1.5rem;
  display: flex;
  flex-wrap: wrap;
}
.header .language .current {
  color: #960F16;
  text-decoration: underline;
}
.header .language_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .language_sp {
    font-size: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 25%;
    right: 5%;
  }
}
.header .language_sp li {
  list-style-type: none;
}
.header .language_sp a {
  color: #333;
}
.header .language_sp .current {
  color: #960F16;
  text-decoration: underline;
}

.acms-entry-unit-full:not(.acms-unit-size-inherit) [class*=column-media] {
  text-align: center;
}

.newsEx {
  background: #ececec;
  padding: 20px;
  position: relative;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 2em;
  margin-bottom: 2em;
}
.newsEx h3, .newsEx p, .newsEx dl {
  margin-top: 0;
}
.newsEx dl {
  padding-right: 80px;
}
.newsEx img {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .newsEx {
    padding: 20px;
  }
  .newsEx dl {
    padding: 0;
  }
  .newsEx h4 {
    position: relative;
  }
  .newsEx img {
    bottom: auto;
    top: -15px;
    right: 0;
  }
}

.prInquiry {
  border: 2px solid #000;
  padding: 20px;
  font-weight: bold;
  margin-right: 10px;
  margin-left: 10px;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prInquiry dl {
  margin-top: 0;
}

.newsImgR {
  display: grid;
  gap: 20px;
  grid-template-columns: auto auto;
  align-items: center;
  margin: 2em 10px;
}
.newsImgR figure {
  order: 2;
  margin: 0;
  width: 120px;
}
.newsImgR figure figcaption {
  font-size: smaller;
}
.newsImgR dl {
  order: 1;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .newsImgR {
    grid-template-columns: 1fr;
  }
  .newsImgR figure {
    text-align: center;
    width: auto;
  }
  .newsImgR figure img {
    width: 50%;
  }
}

.mfp-content　 {
  background-color: #fff !important;
}

.modal-wrapper {
  background: #fff;
  max-height: 1000px;
  display: flex;
  padding: 60px;
  position: relative;
}
.modal-wrapper .area-image-container {
  width: 50%;
  margin-right: 5%;
}
.modal-wrapper .area-info-container {
  width: 45%;
  font-weight: 600;
}
.modal-wrapper .area-info-container .team {
  padding: 20px 0;
  margin-bottom: 25px;
  background-color: #960f16;
  color: #fff;
  text-align: center;
}
.modal-wrapper .area-info-container .area {
  min-height: 100px;
}
@media screen and (max-width: 767px) {
  .modal-wrapper .area-info-container .area {
    min-height: initial;
  }
}
.modal-wrapper .area-info-container .area span {
  min-height: 32%;
  padding: 30px 0;
  font-weight: initial;
  font-size: 1em;
  display: block;
}
@media screen and (max-width: 767px) {
  .modal-wrapper .area-info-container .area span {
    min-height: initial;
  }
}
.modal-wrapper .area-info-container .contact {
  text-align: center;
  margin-top: 30px;
}
.modal-wrapper .area-info-container .contact .btn-mail a {
  margin-bottom: 10px;
  padding: 20px 0;
  border: 1px solid #333333;
  display: block;
  color: #333333;
}
.modal-wrapper .area-info-container .contact .btn-tel a {
  padding: 20px 0;
  border: 1px solid #960f16;
  color: #960f16;
  display: block;
}

#acquisition section {
  margin-top: 100px;
}
@media (max-width: 1020px) and (min-width: 768px) {
  #acquisition section {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  #acquisition section {
    margin-top: 50px;
  }
}
#acquisition a {
  color: initial;
}
#acquisition h3 {
  font-size: 22px;
  text-align: center;
}
#acquisition h3 p {
  display: inline;
}
#acquisition h3.bar {
  margin-top: 6em;
}
#acquisition h3.bar span {
  position: relative;
}
#acquisition h3.bar span::before {
  position: absolute;
  content: "";
  display: block;
  background: #333;
  width: 1px;
  height: 30px;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0);
}
#acquisition h4 {
  font-size: 1.17em;
  margin-top: 0;
}
#acquisition ul {
  padding-inline-start: 20px;
}
#acquisition .bar-red {
  background-color: #960f16;
  padding: 20px;
  color: #fff;
}
#acquisition .modal {
  display: none;
}
@media (max-width: 1020px) and (min-width: 768px) {
  #acquisition .container {
    padding: 0 40px;
  }
}
#acquisition .title-block {
  width: 700px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #acquisition .title-block {
    width: initial;
    margin-top: 50px;
  }
}
#acquisition .title-block h2.page-title {
  text-align: center;
  margin-top: 0;
  padding: 15px 0;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #acquisition .title-block h2.page-title {
    font-size: 1.8rem;
  }
}
#acquisition .title-block h2.page-title .en {
  color: #960f15;
  letter-spacing: 1em;
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
}
@media screen and (max-width: 767px) {
  #acquisition .title-block h2.page-title .en {
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 767px) {
  #acquisition h2.h2-01 {
    font-size: 24px;
  }
}
#acquisition h3.h2-01 {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  font-family: serif;
}
@media screen and (max-width: 767px) {
  #acquisition h3.h2-01 {
    font-size: 24px;
  }
}
#acquisition .sub-text {
  width: 80%;
  margin: 60px auto 0;
  text-align: center;
}
@media (max-width: 1020px) and (min-width: 768px) {
  #acquisition .sub-text {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #acquisition .sub-text {
    width: 100%;
    text-align: left;
  }
}
#acquisition .column {
  margin-top: 50px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 1020px) and (min-width: 768px) {
  #acquisition .column {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  #acquisition .column {
    margin-top: 50px;
    display: initial;
  }
}
#acquisition .column .photo-image {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #acquisition .column .photo-image {
    width: 100%;
    margin: 50px 0;
  }
}
#acquisition .column .photo-image img {
  width: 100%;
}
#acquisition .column .photo-image:last-child {
  margin-right: 0;
}
#acquisition .column .photo-image p {
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #acquisition .column .photo-image p {
    margin-top: 20px;
  }
}
#acquisition .area-map-image {
  margin-top: 100px;
}
@media (max-width: 1020px) and (min-width: 768px) {
  #acquisition .area-map-image {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #acquisition .area-map-image {
    margin-top: 50px;
  }
}
#acquisition .area-map-image img {
  margin: 0 auto;
  display: block;
}
#acquisition .area-column {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1020px) and (min-width: 768px) {
  #acquisition .area-column {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #acquisition .area-column {
    display: initial;
  }
}
#acquisition .area-column .area-team-wrapper {
  width: 30%;
  margin-bottom: 100px;
  flex-wrap: wrap;
  font-weight: 600;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  #acquisition .area-column .area-team-wrapper {
    width: 100%;
    margin-bottom: 50px;
  }
}
#acquisition .area-column .area-team-wrapper .team {
  padding: 20px 0;
  background-color: #960f16;
  color: #fff;
  text-align: center;
  min-height: 100px;
  position: relative;
  align-items: baseline;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #acquisition .area-column .area-team-wrapper .team {
    min-height: inherit;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #acquisition .area-column .area-team-wrapper .team {
    min-height: 120px;
  }
}
#acquisition .area-column .area-team-wrapper .team small {
  display: block;
}
#acquisition .area-column .area-team-wrapper .area {
  min-height: 100px;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  #acquisition .area-column .area-team-wrapper .area {
    min-height: initial;
  }
}
#acquisition .area-column .area-team-wrapper .area span {
  min-height: 32%;
  padding: 30px 0;
  font-weight: initial;
  font-size: 1em;
  display: block;
}
@media screen and (max-width: 767px) {
  #acquisition .area-column .area-team-wrapper .area span {
    min-height: initial;
  }
}
#acquisition .area-column .area-team-wrapper .contact {
  text-align: center;
  margin-top: 30px;
}
#acquisition .area-column .area-team-wrapper .contact .btn-mail a {
  margin-bottom: 10px;
  padding: 20px 0;
  border: 1px solid #333333;
  display: block;
  color: #333333;
}
#acquisition .area-column .area-team-wrapper .contact .btn-tel a {
  padding: 20px 0;
  border: 1px solid #960f16;
  color: #960f16;
  display: block;
}
#acquisition .area-column img {
  width: 100%;
}
#acquisition .area-column p {
  text-align: center;
}
#acquisition .kaitori-wrapper h4 {
  margin-top: 2em;
}
#acquisition .kaitori-wrapper .kaitori-target-wrapper {
  margin: 60px 0 70px;
}
#acquisition .kaitori-wrapper .kaitori-target-wrapper li {
  list-style: none;
  position: relative;
}
#acquisition .kaitori-wrapper .kaitori-target-wrapper li::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid #960f16;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  left: -4%;
  top: 0.6rem;
  bottom: 0;
  position: absolute;
}
#acquisition .kaitori-wrapper .kaitori-target-wrapper li:nth-of-type(5)::before {
  content: "※";
  border: none;
  top: 0;
  left: -5%;
}
#acquisition .kaitori-wrapper .kaitori-target-wrapper a:hover, #acquisition .kaitori-wrapper .kaitori-target-wrapper a:active, #acquisition .kaitori-wrapper .kaitori-target-wrapper a:focus {
  color: #76a1d2;
}
#acquisition .kaitori-wrapper .kaitori-target-wrapper a:visited {
  color: #376eab;
}
#acquisition .sdgs-flow-container {
  margin-top: 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #acquisition .sdgs-flow-container {
    margin-top: 40px;
  }
}
#acquisition .sdgs-flow-container .photo-image {
  width: 50%;
  margin-bottom: 60px;
}
#acquisition .sdgs-flow-container .photo-image:nth-of-type(3) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  #acquisition .sdgs-flow-container .photo-image {
    width: 100%;
    margin-bottom: 0;
  }
}
#acquisition .sdgs-flow-container ul {
  list-style: none;
  padding-inline-start: 0;
  margin-block-start: 0;
}
#acquisition .sdgs-flow-container .flow-text,
#acquisition .sdgs-flow-container .flow-text02,
#acquisition .sdgs-flow-container .flow-text03 {
  width: 50%;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #acquisition .sdgs-flow-container .flow-text,
  #acquisition .sdgs-flow-container .flow-text02,
  #acquisition .sdgs-flow-container .flow-text03 {
    width: 100%;
    margin-bottom: 50px;
  }
}
#acquisition .sdgs-flow-container .flow-text li,
#acquisition .sdgs-flow-container .flow-text02 li,
#acquisition .sdgs-flow-container .flow-text03 li {
  font-size: 1.1em;
  padding: 20px 20px 20px 15%;
  font-weight: 600;
  border-bottom: 1px dotted #707070;
  margin-left: 5%;
  position: relative;
}
@media screen and (max-width: 767px) {
  #acquisition .sdgs-flow-container .flow-text li,
  #acquisition .sdgs-flow-container .flow-text02 li,
  #acquisition .sdgs-flow-container .flow-text03 li {
    margin-left: 0;
    padding: 20px 20px 20px 20%;
  }
}
#acquisition .sdgs-flow-container .flow-text li::before,
#acquisition .sdgs-flow-container .flow-text02 li::before,
#acquisition .sdgs-flow-container .flow-text03 li::before {
  content: "1";
  width: 50px;
  height: 50px;
  color: #fff;
  font-size: 1em;
  text-align: center;
  padding: 2% 0 0;
  background-image: url(../../acquisition/img/ico_want-flow.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 15%;
  bottom: 0;
  left: 0;
  position: absolute;
}
@media (max-width: 1020px) and (min-width: 768px) {
  #acquisition .sdgs-flow-container .flow-text li::before,
  #acquisition .sdgs-flow-container .flow-text02 li::before,
  #acquisition .sdgs-flow-container .flow-text03 li::before {
    width: 35px;
    height: 35px;
    padding: 1% 0 0;
    top: 27%;
  }
}
#acquisition .sdgs-flow-container .flow-text li::before {
  content: "1";
}
#acquisition .sdgs-flow-container .flow-text li:nth-of-type(2)::before {
  content: "2";
}
#acquisition .sdgs-flow-container .flow-text li:nth-of-type(3)::before {
  content: "3";
}
#acquisition .sdgs-flow-container .flow-text li:nth-of-type(4)::before {
  content: "4";
}
#acquisition .sdgs-flow-container .flow-text02 li::before {
  content: "5";
}
#acquisition .sdgs-flow-container .flow-text02 li:nth-of-type(2)::before {
  content: "6";
}
#acquisition .sdgs-flow-container .flow-text02 li:nth-of-type(3)::before {
  content: "7";
}
#acquisition .sdgs-flow-container .flow-text03 {
  margin-bottom: 0;
}
#acquisition .sdgs-flow-container .flow-text03 li::before {
  content: "8";
}
#acquisition .sdgs-flow-container .flow-text03 li:nth-of-type(2)::before {
  content: "9";
}
#acquisition .sdgs-flow-container .flow-text03 li:nth-of-type(3)::before {
  content: "10";
  background-image: url(../../acquisition/img/ico_want-flow-end.png);
}
#acquisition .buy-point-wrapper {
  padding: 10px 50px 50px;
  background: none;
  color: #333;
  padding: 10px 0 50px;
}
#acquisition .buy-strong-container h4 {
  padding-left: 4%;
  position: relative;
  padding-left: 0;
}
#acquisition .buy-strong-container h4::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../../acquisition/img/ico_ok.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  display: none;
}
#acquisition .buy-point-wrapper p,
#acquisition .buy-sub-container p {
  margin-top: 10px;
}
#acquisition .buy-sub-container {
  background-color: #f1efee;
  padding: 10px 50px 50px;
  color: #691115;
}
@media screen and (max-width: 767px) {
  #acquisition .buy-sub-container {
    padding: 10px 20px;
  }
}
#acquisition .buy-sub-container h4 {
  padding-left: 4%;
  position: relative;
}
@media (max-width: 1020px) and (min-width: 768px) {
  #acquisition .buy-sub-container h4 {
    padding-left: 6%;
  }
}
@media screen and (max-width: 767px) {
  #acquisition .buy-sub-container h4 {
    padding-left: 12%;
  }
}
#acquisition .buy-sub-container h4::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../../acquisition/img/ico_ng.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
#acquisition .kaitori-contact-wrapper {
  margin-top: 50px;
  text-align: center;
  padding: 25px;
  width: 70%;
  border: 1px solid #333;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  #acquisition .kaitori-contact-wrapper {
    width: 100%;
  }
}
#acquisition .kaitori-contact-wrapper p {
  margin-top: 0;
}
#acquisition .buy-strong-desc h4 {
  margin-top: 4em;
}
#acquisition .buy-strong-desc dl {
  margin-top: 1em;
  margin-bottom: 1.5em;
}
#acquisition .buy-strong-desc dl dt {
  margin: 0 0 10px;
}
#acquisition .buy-strong-desc dl dt span {
  border-bottom: 1px solid #333;
  padding: 0 0 5px;
}
@media screen and (min-width: 768px) {
  #acquisition .buy-strong-desc .column {
    flex-wrap: wrap;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  #acquisition .buy-strong-desc .column p {
    width: 50%;
  }
}

.toMailForm {
  margin: 50px 0;
  text-align: center;
}
.toMailForm a {
  display: inline-block;
  padding: 1em 5em;
  color: #fff !important;
  background: #333;
  font-weight: bold;
  font-size: 2.4rem;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  .toMailForm a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .toMailForm a {
    display: block;
    padding: 1em 0;
    font-size: 1.8rem;
  }
  .toMailForm a::before {
    vertical-align: -0.2em;
  }
}
.toMailForm a::before {
  display: inline-block;
  content: "";
  background: transparent url(../img/h_mail.svg) no-repeat center center/24px auto;
  margin-right: 10px;
  width: 24px;
  height: 24px;
  vertical-align: -0.1em;
}

#acquisition2 section {
  margin-top: 100px;
}
@media (max-width: 1020px) and (min-width: 768px) {
  #acquisition2 section {
    margin-top: 70px;
  }
}
@media screen and (max-width: 767px) {
  #acquisition2 section {
    margin-top: 50px;
  }
}
#acquisition2 a {
  color: initial;
}
@media (max-width: 1020px) and (min-width: 768px) {
  #acquisition2 .container {
    padding: 0 40px;
  }
}
#acquisition2 .title-block {
  width: 700px;
  margin-top: 0;
}
@media screen and (max-width: 767px) {
  #acquisition2 .title-block {
    width: initial;
    margin-top: 50px;
  }
}
#acquisition2 .title-block h2.page-title {
  text-align: center;
  margin-top: 60px;
  padding: 15px 0;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 767px) {
  #acquisition2 .title-block h2.page-title {
    font-size: 1.8rem;
  }
}
#acquisition2 .title-block h2.page-title .en {
  color: #960f15;
  letter-spacing: 1em;
  font-size: 11px;
  font-size: 1.1rem;
  display: block;
}
@media screen and (max-width: 767px) {
  #acquisition2 .title-block h2.page-title .en {
    font-size: 0.9rem;
  }
}
#acquisition2 h3 {
  font-size: 22px;
  border-left: 2px solid #960f16;
  display: flex;
  padding-left: 12px;
  margin: 0;
}
#acquisition2 h4 {
  margin: 0;
  color: #691115;
}
#acquisition2 .h2-01 {
  font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
  text-align: center;
  font-weight: normal;
  font-size: 30px;
  font-family: serif;
  border-bottom: 1px solid #707070;
  display: table;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  #acquisition2 .h2-01 {
    font-size: 24px;
    margin: 0 auto 30px;
  }
}
#acquisition2 .sub-text {
  text-align: center;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  #acquisition2 .sub-text {
    text-align: left;
    margin-bottom: 50px;
  }
}
#acquisition2 .column-container {
  display: flex;
  justify-content: space-between;
  background-color: #f1efee;
  padding: 40px 30px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  #acquisition2 .column-container {
    display: inherit;
    padding: 30px 20px;
  }
}
#acquisition2 .column-container .txtbox {
  width: 46%;
}
@media screen and (max-width: 767px) {
  #acquisition2 .column-container .txtbox {
    width: 100%;
  }
}
#acquisition2 .column-container .txtbox.soudan {
  background-color: #fff;
  padding: 23px;
}
#acquisition2 .column-container .txtbox.soudan li {
  margin-left: -19px;
}
@media screen and (max-width: 767px) {
  #acquisition2 .column-container .txtbox.soudan {
    margin-top: 30px;
  }
}
#acquisition2 .column-container .photo {
  width: 46%;
}
@media screen and (max-width: 767px) {
  #acquisition2 .column-container .photo {
    width: 100%;
    margin-top: 30px;
  }
}
#acquisition2 .sec-container {
  margin-bottom: 140px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #acquisition2 .sec-container {
    display: inherit;
    margin-bottom: 60px;
  }
}
#acquisition2 .sec-container .secbox {
  width: 46%;
}
@media screen and (max-width: 767px) {
  #acquisition2 .sec-container .secbox {
    width: 100%;
    margin-bottom: 30px;
  }
}
#acquisition2 .sec-container .secbox h3 {
  border: none;
  color: #960f19;
  padding-left: 5%;
  position: relative;
}
#acquisition2 .sec-container .secbox h3::before {
  content: "⚫︎";
  color: #960f19;
  font-size: 22px;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
#acquisition2 .sec-container .secbox img {
  align-items: flex-start;
}
#acquisition2 .kaitori-concept h3 {
  margin-top: 60px;
  border: none;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #acquisition2 .kaitori-concept h3 {
    margin: 30px auto;
  }
}
#acquisition2 .kaitori-concept img {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}
#acquisition2 .buy-point-wrapper {
  padding: 10px 50px 50px;
  background: none;
  color: #333;
  padding: 10px 0 0;
}
#acquisition2 .buy-point-wrapper .toiawase {
  margin-top: 40px;
  background-color: #f7f7f7;
  color: #535353;
}
#acquisition2 .buy-point-wrapper .toiawase h3 {
  background-color: #f1efee;
  padding: 10px 0;
  text-align: center;
  font-size: 1.8rem;
  color: #535353;
  margin: 0 auto;
  display: block;
}
#acquisition2 .buy-point-wrapper .toiawase h3::before {
  display: none;
}
#acquisition2 .buy-point-wrapper .toiawase ul {
  list-style: none;
  padding: 20px 0;
  width: 60%;
  margin: 0 auto;
}
#acquisition2 .buy-point-wrapper .toiawase ul li {
  margin-bottom: 5px;
}
#acquisition2 .buy-strong-container h4 {
  padding-left: 4%;
  position: relative;
  padding-left: 0;
}
#acquisition2 .buy-strong-container h4::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../../acquisition/img/ico_ok.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  display: none;
}
#acquisition2 .buy-point-wrapper p,
#acquisition2 .buy-sub-container p {
  margin-top: 10px;
}
#acquisition2 .buy-sub-container {
  background-color: #f1efee;
  padding: 10px 50px 50px;
  color: #691115;
}
@media screen and (max-width: 767px) {
  #acquisition2 .buy-sub-container {
    padding: 10px 20px;
  }
}
#acquisition2 .buy-sub-container h4 {
  padding-left: 4%;
  position: relative;
}
@media (max-width: 1020px) and (min-width: 768px) {
  #acquisition2 .buy-sub-container h4 {
    padding-left: 6%;
  }
}
@media screen and (max-width: 767px) {
  #acquisition2 .buy-sub-container h4 {
    padding-left: 12%;
  }
}
#acquisition2 .buy-sub-container h4::before {
  content: "";
  width: 30px;
  height: 30px;
  background-image: url(../../acquisition/img/ico_ng.png);
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  position: absolute;
}
#acquisition2 .features-wrapper .sec-container {
  background-color: #f1efee;
  padding: 40px 30px;
}
@media screen and (max-width: 767px) {
  #acquisition2 .features-wrapper .sec-container {
    padding: 30px 20px;
  }
}
#acquisition2 .features-wrapper .sec-container .secbox {
  width: 30%;
}
@media screen and (max-width: 767px) {
  #acquisition2 .features-wrapper .sec-container .secbox {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #acquisition2 .features-wrapper .sec-container .secbox p:first-child {
    margin: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #acquisition2 .features-wrapper .sec-container .secbox p:last-child {
    margin-bottom: 40px;
  }
}
#acquisition2 .features-wrapper .sec-container .secbox h3 {
  padding-left: 12%;
}
#acquisition2 .features-wrapper .sec-container .secbox h3::before {
  content: "1";
  background-color: #960f16;
  width: 26px;
  height: 29px;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
  font-family: serif;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  #acquisition2 .features-wrapper .sec-container .secbox h3::before {
    top: 6%;
  }
}
#acquisition2 .features-wrapper .sec-container .secbox:nth-child(2) h3::before {
  content: "2";
}
#acquisition2 .features-wrapper .sec-container .secbox:nth-child(3) h3::before {
  content: "3";
}
#acquisition2 .flow-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #acquisition2 .flow-wrapper ul {
    width: 90%;
    margin: 0 auto;
    padding: 0;
  }
}
#acquisition2 .flow-wrapper ul li {
  width: 29%;
  list-style: none;
  margin-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #acquisition2 .flow-wrapper ul li {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 767px) {
  #acquisition2 .flow-wrapper ul li:last-child {
    margin-bottom: 0;
  }
}
#acquisition2 .flow-wrapper ul li::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 14px solid #960f16;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  position: absolute;
  right: -10%;
  top: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 767px) {
  #acquisition2 .flow-wrapper ul li::after {
    right: 0;
    left: 0;
    top: initial;
    bottom: -46%;
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-top: 14px solid #960f16;
  }
}
#acquisition2 .flow-wrapper ul li:nth-of-type(3n)::after {
  display: none;
}
@media screen and (max-width: 767px) {
  #acquisition2 .flow-wrapper ul li:nth-of-type(3n)::after {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #acquisition2 .flow-wrapper ul li:last-child::after {
    display: none;
  }
}
#acquisition2 .flow-wrapper ul li h3 {
  padding-left: 23px;
  font-size: 1.8rem;
  margin-bottom: 18px;
  border: none;
  position: relative;
}
#acquisition2 .flow-wrapper ul li h3::before {
  content: "1";
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 1000px;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 1.8rem;
  font-weight: normal;
  left: -5%;
  position: absolute;
}
#acquisition2 .flow-wrapper ul li p {
  font-size: 1.4rem;
}
#acquisition2 .flow-wrapper ul li:nth-child(2) h3::before {
  content: "2";
}
#acquisition2 .flow-wrapper ul li:nth-child(3) h3::before {
  content: "3";
}
#acquisition2 .flow-wrapper ul li:nth-child(4) h3::before {
  content: "4";
}
#acquisition2 .flow-wrapper ul li:nth-child(5) h3::before {
  content: "5";
}
#acquisition2 .flow-wrapper ul li:nth-child(6) h3::before {
  content: "6";
}
#acquisition2 .kaitori-contact-wrapper {
  margin-top: 50px;
  text-align: center;
  padding: 25px;
  width: 70%;
  border: 1px solid #333;
  margin: 60px auto 0;
}
@media screen and (max-width: 767px) {
  #acquisition2 .kaitori-contact-wrapper {
    width: 100%;
  }
}
#acquisition2 .kaitori-contact-wrapper p {
  margin-top: 0;
}
#acquisition2 .buy-strong-desc h4 {
  margin-top: 4em;
}
#acquisition2 .buy-strong-desc dl {
  margin-top: 1em;
  margin-bottom: 1.5em;
}
#acquisition2 .buy-strong-desc dl dt {
  margin: 0 0 10px;
}
#acquisition2 .buy-strong-desc dl dt span {
  border-bottom: 1px solid #333;
  padding: 0 0 5px;
}
@media screen and (min-width: 768px) {
  #acquisition2 .buy-strong-desc .column {
    flex-wrap: wrap;
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  #acquisition2 .buy-strong-desc .column p {
    width: 50%;
  }
}
#acquisition2 .column {
  margin-top: 10px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
@media (max-width: 1020px) and (min-width: 768px) {
  #acquisition2 .column {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 767px) {
  #acquisition2 .column {
    margin-top: 50px;
    display: initial;
  }
}
#acquisition2 .column .photo-image {
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #acquisition2 .column .photo-image {
    width: 100%;
    margin: 50px 0;
  }
}
#acquisition2 .column .photo-image img {
  width: 100%;
}
#acquisition2 .column .photo-image:last-child {
  margin-right: 0;
}
#acquisition2 .column .photo-image p {
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #acquisition2 .column .photo-image p {
    margin-top: 20px;
  }
}
#acquisition2 .modal {
  display: none;
}
#acquisition2 .area-map-image {
  margin-top: 100px;
}
@media (max-width: 1020px) and (min-width: 768px) {
  #acquisition2 .area-map-image {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #acquisition2 .area-map-image {
    margin-top: 50px;
  }
}
#acquisition2 .area-map-image img {
  margin: 0 auto;
  display: block;
}
#acquisition2 .area-column {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 100px 30px;
}
@media (max-width: 1020px) and (min-width: 768px) {
  #acquisition2 .area-column {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  #acquisition2 .area-column {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
#acquisition2 .area-column .area-team-wrapper {
  flex-wrap: wrap;
  font-weight: 600;
  display: flex;
  flex-direction: column;
}
#acquisition2 .area-column .area-team-wrapper .team {
  padding: 20px 0;
  background-color: #960f16;
  color: #fff;
  text-align: center;
  min-height: 100px;
  position: relative;
  align-items: baseline;
  display: grid;
  align-items: center;
}
@media screen and (max-width: 767px) {
  #acquisition2 .area-column .area-team-wrapper .team {
    min-height: inherit;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #acquisition2 .area-column .area-team-wrapper .team {
    min-height: 120px;
  }
}
#acquisition2 .area-column .area-team-wrapper .team small {
  display: block;
}
#acquisition2 .area-column .area-team-wrapper .area {
  min-height: 100px;
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  #acquisition2 .area-column .area-team-wrapper .area {
    min-height: initial;
  }
}
#acquisition2 .area-column .area-team-wrapper .area span {
  min-height: 32%;
  padding: 30px 0;
  font-weight: initial;
  font-size: 1em;
  display: block;
}
@media screen and (max-width: 767px) {
  #acquisition2 .area-column .area-team-wrapper .area span {
    min-height: initial;
  }
}
#acquisition2 .area-column .area-team-wrapper .contact {
  text-align: center;
  margin-top: 30px;
}
#acquisition2 .area-column .area-team-wrapper .contact .btn-mail a {
  margin-bottom: 10px;
  padding: 20px 0;
  border: 1px solid #333333;
  display: block;
  color: #333333;
}
#acquisition2 .area-column .area-team-wrapper .contact .btn-tel a {
  padding: 20px 0;
  border: 1px solid #960f16;
  color: #960f16;
  display: block;
}
#acquisition2 .area-column img {
  width: 100%;
}
#acquisition2 .area-column p {
  text-align: center;
}
#acquisition2 .flow-wrapper dl {
  counter-reset: section;
}
#acquisition2 .flow-wrapper dl dt::before {
  counter-increment: section;
  content: counter(section) ". ";
}
#acquisition2 .flow-wrapper dl dd {
  position: relative;
}
#acquisition2 .flow-wrapper dl dd:not(:last-of-type) {
  margin: 0 0 5em;
}
#acquisition2 .flow-wrapper dl dd:not(:last-of-type)::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -4em;
  left: 10%;
  border: transparent solid 20px;
  border-top-color: #000;
}
#acquisition2 .strengthen-container {
  margin-bottom: 140px;
  background: #f7f7f7;
  border: 1px solid #960f16;
}
@media screen and (max-width: 767px) {
  #acquisition2 .strengthen-container {
    margin-bottom: 60px;
  }
}
#acquisition2 .strengthen-container .headingWrapper {
  background: #960f16;
  color: #fff;
  text-align: center;
  padding: 1em;
}
#acquisition2 .strengthen-container .headingWrapper .heading {
  font-size: 25px;
  font-weight: bold;
  margin: 0;
}
@media screen and (max-width: 767px) {
  #acquisition2 .strengthen-container .headingWrapper .heading {
    font-size: 22px;
  }
}
#acquisition2 .strengthen-container .headingWrapper p {
  margin: 0;
}
#acquisition2 .strengthen-container .content {
  padding: 3.5em 3em;
  display: flex;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  #acquisition2 .strengthen-container .content {
    padding: 1.8em 1.4em;
    flex-direction: column;
    gap: 2em;
  }
}
#acquisition2 .strengthen-container .content .desc > .heading {
  color: #960f16;
  font-size: clamp(18px, 1.375vw, 22px);
  margin-bottom: 1.2em;
  border: none;
  padding: 0;
  display: block;
}
#acquisition2 .strengthen-container .content .desc > .heading::first-letter {
  color: #000;
}
#acquisition2 .strengthen-container .content .desc .list {
  font-size: clamp(16px, 1.25vw, 20px);
  margin: 0 0 3em;
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  list-style-type: none;
  padding: 0;
}
#acquisition2 .strengthen-container .content .desc .contact {
  background: #fff;
  margin: 2em 0 0;
}
#acquisition2 .strengthen-container .content .desc .contact .heading {
  background: #535353;
  border: none;
  font-size: clamp(16px, 1.25vw, 20px);
  font-weight: bold;
  justify-content: center;
  align-items: center;
  padding: 0.3em 0;
  color: #fff;
  gap: 0.5em;
}
#acquisition2 .strengthen-container .content .desc .contact .mail {
  padding: 1.2em 0;
  display: flex;
  justify-content: center;
}
#acquisition2 .strengthen-container .content .desc .contact .mail ul {
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#acquisition2 .strengthen-container .content .photo ul {
  display: flex;
  flex-direction: column;
  gap: 1em;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.waiting {
  padding: 5px 15px 5px 17px;
  margin: 0 10px 10px 0;
  background-color: #333;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
}

.list-box-01 a .thumb.item-waiting {
  position: relative;
}
.list-box-01 a .thumb.item-waiting::before {
  content: "入荷待ち\a予約受付中";
  padding: 10px 0px 7px 5px;
  margin: 0 auto;
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  border-radius: 5px;
  top: 25%;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  position: absolute;
  width: 60%;
  height: auto;
  font-size: 1.5rem;
  white-space: pre;
  display: inline-table;
}
@media screen and (max-width: 767px) {
  .list-box-01 a .thumb.item-waiting::before {
    top: 25%;
    width: 75%;
  }
}
.list-box-01 a .thumb.item-30less {
  position: relative;
}
.list-box-01 a .thumb.item-30less::before {
  content: "在庫量30㎡以下";
  padding: 10px 0px 7px 5px;
  margin: 0 auto;
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  border-radius: 5px;
  top: 25%;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  position: absolute;
  width: 60%;
  height: auto;
  font-size: 1.5rem;
  white-space: pre;
  display: inline-table;
}
@media screen and (max-width: 767px) {
  .list-box-01 a .thumb.item-30less::before {
    top: 25%;
    width: 75%;
  }
}

.item-caption {
  margin-top: 5em;
}

.item-caption-datail {
  margin-top: 20%;
}
@media screen and (max-width: 767px) {
  .item-caption-datail {
    clear: both;
  }
}
.item-caption-datail .tit-caption {
  width: 90%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .item-caption-datail .tit-caption {
    padding-top: 15%;
  }
}
.item-caption-datail .tit-caption::after {
  content: "";
  width: 0;
  height: 0;
  margin: 0 auto;
  border-left: 8px solid #333;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  top: 17%;
  bottom: 0;
  right: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .item-caption-datail .tit-caption::after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #333;
    top: initial;
    bottom: 0;
  }
}

@media (max-width: 1020px) and (min-width: 768px) {
  iframe {
    width: 100%;
    height: 400px;
    padding: 0 10px;
  }
}
@media screen and (max-width: 767px) {
  iframe {
    width: 100%;
    height: 200px;
    padding: 0 10px;
  }
}

.itemSpec.mt30 {
  margin-top: 30px;
}
.itemSpec.mb30 {
  margin-bottom: 30px;
}
.itemSpec .specTable thead .unit {
  display: block;
}
.itemSpec .specTable thead .tax {
  display: block;
}
.itemSpec .specTable th {
  font-size: 0.8em;
}
.itemSpec .specTable td {
  text-align: center;
}
.itemSpec .specTable td.itemName, .itemSpec .specTable td.alignLeft {
  text-align: left;
}
.itemSpec .specTable td.alignRight {
  text-align: right;
}
.itemSpec .specTable td .unit {
  font-size: smaller;
  text-align: right;
  display: block;
}
.itemSpec .specTable td .withTax {
  display: block;
  white-space: nowrap;
}
.itemSpec .specTable .outlet {
  display: block;
}
.itemSpec .specTable .outlet a {
  background-color: #960f15;
  padding: 3px 8px 2px;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  margin: 5px 0 0;
  font-size: smaller;
}
.itemSpec .specTable .outlet a::after {
  content: "≫";
}
@media screen and (max-width: 767px) {
  .itemSpec .specTable thead {
    display: none;
  }
  .itemSpec .specTable tbody td:not(.itemName) {
    display: block;
    grid-template-columns: 20% 1fr;
    text-align: left;
    margin: -1px 0 0;
  }
  .itemSpec .specTable tbody td:not(.itemName)::before {
    display: block;
    content: attr(data-label);
    background: #f2efee;
    margin: -10px -10px 10px;
    padding: 10px;
  }
  .itemSpec .specTable tbody .itemName {
    display: block;
    padding: 0;
    border: none;
    margin: 0 0 10px;
    text-align: left;
    background: none;
  }
  .itemSpec .specTable tbody .itemName::before {
    content: "\f055";
    font-family: FontAwesome;
    font-size: 1.2em;
    margin-right: 0.3em;
  }
  .itemSpec .specTable tbody .itemName.opened::before {
    content: "\f056";
  }
}
.itemSpec ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.optionTable table,
.specTable table {
  table-layout: fixed;
  margin-top: 0;
}
.optionTable table th,
.specTable table th {
  font-size: 0.8em;
}
.optionTable table td,
.specTable table td {
  text-align: center;
}
.optionTable table td.itemName,
.specTable table td.itemName {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .optionTable table .itemName,
  .specTable table .itemName {
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .optionTable table thead,
  .specTable table thead {
    display: none;
  }
  .optionTable table tbody tr,
  .specTable table tbody tr {
    display: block;
  }
  .optionTable table tbody td:not(.itemName),
  .specTable table tbody td:not(.itemName) {
    display: block;
    text-align: left;
    margin: -1px 0 0;
  }
  .optionTable table tbody td:not(.itemName)::before,
  .specTable table tbody td:not(.itemName)::before {
    display: block;
    content: attr(data-label);
    background: #f2efee;
    margin: -10px -10px 10px;
    padding: 10px;
  }
  .optionTable table tbody .itemName,
  .specTable table tbody .itemName {
    display: block;
    padding: 0;
    border: none;
    margin: 0 0 10px;
    text-align: left;
    background: none;
  }
  .optionTable table tbody .itemName::before,
  .specTable table tbody .itemName::before {
    content: "\f055";
    font-family: FontAwesome;
    font-size: 1.2em;
    margin-right: 0.3em;
  }
  .optionTable table tbody .itemName.opened::before,
  .specTable table tbody .itemName.opened::before {
    content: "\f056";
  }
}
.optionTable .options .popup,
.specTable .options .popup {
  margin: 2em 0 1.5em;
  text-align: right;
}
.optionTable .options .popup i,
.specTable .options .popup i {
  margin-right: 3px;
}
.optionTable .options .popup p,
.specTable .options .popup p {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .optionTable .options .popup,
  .specTable .options .popup {
    text-align: left;
  }
}
.optionTable .options dl,
.specTable .options dl {
  display: grid;
  grid-template-columns: 25% 1fr;
  border-top: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
}
.optionTable .options dl dt,
.specTable .options dl dt {
  background: #f2efee;
  border-right: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
}
.optionTable .options dl dd,
.specTable .options dl dd {
  border-right: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
}

.specTable table {
  table-layout: auto;
}

.responsiveTable .alignLeft {
  text-align: left;
}
.responsiveTable .alignRight {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .responsiveTable th:not(.empty), .responsiveTable td:not(.empty) {
    display: block;
  }
  .responsiveTable th.empty, .responsiveTable td.empty {
    empty-cells: hide;
    border: none;
    padding: 0;
  }
}

.acms-entry.itemSpec h2 + .specTable {
  margin-top: 4em;
}

.optionContent {
  padding: 0 2em 2em;
}
.optionContent dl {
  border-top: 1px solid #c5c5c5;
  border-left: 1px solid #c5c5c5;
}
.optionContent dl dt {
  background: #f2efee;
  border-right: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  padding: 0.5em;
}
.optionContent dl dd {
  border-right: 1px solid #c5c5c5;
  border-bottom: 1px solid #c5c5c5;
  padding: 0.5em;
}
@media screen and (min-width: 768px) {
  .optionContent dl {
    display: grid;
    grid-template-columns: 25% 1fr;
  }
  .optionContent.shapeContent dl {
    grid-template-columns: 25% 25% 1fr;
  }
  .optionContent.shapeContent dl dt,
  .optionContent.shapeContent dl dt + dd {
    display: flex;
    align-items: center;
  }
}

.series-item {
  border: 5px solid #c0b1ac;
  padding: 2em;
  margin-top: 4em;
  margin-left: 0;
  margin-right: 0;
}
.series-item::after {
  content: "";
  display: block;
  clear: both;
}
.series-item h2 {
  margin: 0 0 1em;
  border: none;
  padding: 0;
}
@media print, screen and (min-width: 768px) {
  .series-item h2 {
    text-align: center;
  }
}
.series-item ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3em;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media print, screen and (min-width: 768px) {
  .series-item ul {
    grid-template-columns: repeat(4, 1fr);
    gap: 2em;
  }
}
.series-item ul li {
  margin: 0;
  padding: 0;
}
.series-item ul li p {
  margin: 0;
}
.series-item ul li a {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  gap: 10px;
  color: #000;
  text-decoration: none;
  height: 100%;
}
.series-item ul li a:hover, .series-item ul li a:active, .series-item ul li a:focus {
  color: black;
  text-decoration: none;
}
.series-item ul li a:visited {
  color: black;
}
.series-item ul li a .thumb {
  aspect-ratio: 16/9;
  width: 100%;
}
.series-item ul li a .thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.series-item ul li a .btn-more {
  width: 100%;
  margin-top: auto;
}
@media print, screen and (min-width: 768px) {
  .series-item ul li a:hover .btn-more {
    background: #333;
    color: #fff;
  }
}
@media print, screen and (min-width: 768px) {
  .series-item-box {
    width: 33%;
    float: left;
  }
}
.series-item-box a {
  display: block;
  padding: 0 10px;
  color: #000;
  text-decoration: none;
}
.series-item-box a:hover, .series-item-box a:active, .series-item-box a:focus {
  color: black;
  text-decoration: none;
}
.series-item-box a:visited {
  color: black;
}
.series-item-box a .body .title {
  margin-top: 5px;
}
.series-item-box a .body .btn-more {
  margin-top: 10px;
  width: 100%;
}

@media print, screen and (min-width: 768px) {
  .itemPageLink {
    margin-top: 4em;
  }
}
.itemPageLink::after {
  content: "";
  display: block;
  clear: both;
}
.itemPageLink h2 {
  margin-top: 0;
  margin-bottom: 0.5em;
  text-align: center;
  font-size: 1.2em;
}
@media screen and (max-width: 767px) {
  .itemPageLink h2 {
    text-align: left;
  }
}
.itemPageLink .item a {
  display: grid;
  grid-template-columns: 30% 1fr;
  gap: 20px;
  border: 1px solid #000;
  align-items: center;
  transition: all 0.3s;
  color: #000;
  text-decoration: none;
}
.itemPageLink .item a:hover, .itemPageLink .item a:active, .itemPageLink .item a:focus {
  color: black;
  text-decoration: none;
}
.itemPageLink .item a:visited {
  color: black;
}
.itemPageLink .item a p {
  margin: 0;
}
.itemPageLink .item a .title {
  padding-right: 0.5em;
  font-size: 1.1em;
}
@media print, screen and (min-width: 768px) {
  .itemPageLink .item a {
    grid-template-columns: 18% 1fr;
  }
  .itemPageLink .item a .title {
    padding-right: 0.5em;
    font-size: 1.2em;
  }
  .itemPageLink .item a:hover {
    opacity: 0.7;
  }
}

@media screen and (max-width: 767px) {
  .view-entry.bcd-item .mfp-inline-holder .mfp-content, .view-entry.bcd-item .mfp-ajax-holder .mfp-content {
    width: 90%;
  }
}
.slideDown {
  display: none;
  opacity: 0;
}
.slideDown.opened {
  display: block;
  opacity: 1;
  animation: fadeIn 0.3s;
}

@keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
.item-heading .image {
  position: relative;
}
.item-heading .image .logoImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  line-height: 1;
  z-index: 1;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .works-list .acms-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .works-list .acms-grid::before, .works-list .acms-grid::after {
    content: none;
  }
  .works-list .acms-grid .list-box-01 a {
    width: 100%;
    color: #fff;
    float: none;
    margin: 0;
  }
}
.acms-entry .column-2-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin: 2em 10px 0;
}
@media screen and (max-width: 767px) {
  .acms-entry .column-2-wrap {
    grid-template-columns: 1fr;
  }
}
.acms-entry .column-2-wrap .clearHidden {
  display: none;
}
.acms-entry .column-2-wrap .imgWrap {
  margin: 0;
  flex: 1;
}
.acms-entry .imgWrap {
  margin: 2em 10px 0;
}
.acms-entry .imgWrap .inner {
  display: flex;
  gap: 0 2em;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .acms-entry .imgWrap .inner {
    gap: 2em;
    flex-direction: column;
  }
}
.acms-entry .imgWrap .inner h3, .acms-entry .imgWrap .inner h4, .acms-entry .imgWrap .inner p {
  margin: 0 0 1em;
}
.acms-entry .imgWrap .inner h3 {
  font-size: 1.2em;
}
.acms-entry .imgWrap .inner h4 {
  font-size: 1.125em;
}
.acms-entry .imgWrap .inner p:last-of-type {
  margin: 0;
}
.acms-entry .imgWrap .inner .photo {
  aspect-ratio: 4/3;
  flex-basis: 55%;
}
.acms-entry .imgWrap .inner .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.acms-entry .imgWrap .inner .text {
  flex-basis: 45%;
}
.acms-entry .imgWrap.imgTop .inner {
  flex-direction: column;
  gap: 1em 2em;
}
.acms-entry .imgWrap.imgTop .inner h3 {
  font-size: 1.125em;
  font-weight: normal;
  border-bottom: 1px solid #000;
}
.acms-entry .imgWrap.imgRight .inner .photo {
  order: 2;
}
.acms-entry .imgWrap.imgRight .inner .text {
  order: 1;
}
.acms-entry .pageLink {
  display: inline-block;
  padding: 0 0 0 1em;
  position: relative;
  line-height: 1.3;
}
.acms-entry .pageLink::before {
  display: inline-block;
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  top: 0.1em;
  left: 0;
  line-height: 1;
}

.line-howto-wrapper {
  display: flex;
}

.line-flow-container {
  width: 45%;
}

.gnav-child-box {
  display: none;
}

.gnav-parent-item {
  color: #fff;
  padding: 1rem;
  position: relative;
  padding-left: 8%;
}
.gnav-parent-item::before {
  font-family: FontAwesome;
  content: "\f067";
  display: inline-block;
  margin-right: 5px;
  right: 4%;
  position: absolute;
}
.gnav-parent-item.open::before {
  font-family: FontAwesome;
  content: "\f068";
  display: inline-block;
  margin-right: 5px;
  right: 4%;
  position: absolute;
}

.navbar ul .sdgs a img {
  position: relative;
  top: -4px;
}

.offcanvas-nav #gnav-item2 img {
  position: relative;
  top: -5px;
  left: -6px;
}

@media screen and (max-width: 1022px) {
  .header .header-logo {
    /*text-align: left;
    padding: 10px 15px 15px 50px;*/
  }
}
@media screen and (max-width: 1022px) {
  .header .header-logo .nav-menu-btn {
    top: 8px;
  }
}
.header .header-logo .site-name {
  font-size: 2em;
  margin: 0.5em 0;
}
@media screen and (max-width: 767px) {
  .header .header-logo .site-name {
    margin: 0;
    padding: 0;
    line-height: 1;
  }
}
@media screen and (max-width: 1022px) {
  .header .header-logo .site-name .logo-icon {
    position: relative;
    top: 4px;
  }
}
.header .header-logo .site-name .logo-text-sp {
  position: relative;
  top: -2px;
  left: 5px;
}
.header .header-logo .site-name .logo-text-sp img {
  width: 25%;
}
.header .h-contact-sp {
  text-align: center;
  margin: 0 0 1.5em;
}
.header .h-contact-sp a {
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  background: #000;
  padding: 0.7em 5em 0.7em 7em;
  display: block;
  border-radius: 6px;
}
.header .h-contact-sp a span {
  position: relative;
}
.header .h-contact-sp a span::before {
  position: absolute;
  content: "";
  display: block;
  background: url("../img/h_mail.svg") left center no-repeat;
  background-size: 100%;
  width: 16px;
  height: 13px;
  left: -25px;
  top: 50%;
  transform: translate(0, -50%);
}

@media screen and (max-width: 767px) {
  .btn-cta-wrapper {
    position: -webkit-fixed;
    position: fixed;
    z-index: 50;
    overflow: hidden;
    left: 0;
    /*right: 0;*/
    bottom: 0;
    width: 100%;
    background: #fff;
    text-align: center;
    height: 20vw;
    border-top: 1px solid #D3D3D3;
    display: block;
  }
}
.btn-cta-wrapper a.cta {
  position: fixed;
  z-index: 50;
  right: 5%;
  bottom: 30px;
  background: #960F15;
  padding: 16px 45px 12px 70px;
  border-radius: 10px;
  border: 2px solid #6C070B;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  width: 300px;
  text-align: center;
  box-shadow: 1px 3px 0px 0 rgb(108, 7, 11);
}
@media screen and (max-width: 1022px) {
  .btn-cta-wrapper a.cta {
    /*bottom: 18%;*/
  }
}
@media screen and (max-width: 767px) {
  .btn-cta-wrapper a.cta {
    position: inherit;
    font-size: 14px;
    padding: 5px 50px 5px 75px;
    width: 280px;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}
.btn-cta-wrapper a.cta::before {
  content: "";
  display: block;
  background: url(../img/cta_fukidashi.png) center no-repeat;
  background-size: 100%;
  margin: 0 auto;
  width: 250px;
  height: 36px;
  left: 0;
  right: 0;
  top: -30%;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .btn-cta-wrapper a.cta::before {
    background: url(../img/cta_fukidashi_sp.png) center no-repeat;
    width: 200px;
    height: 30px;
    background-size: cover;
    top: -20px;
  }
}
.btn-cta-wrapper a.cta span {
  position: relative;
}
.btn-cta-wrapper a.cta span::before {
  position: absolute;
  content: "";
  display: block;
  background: url(../img/h_mail.svg) left center no-repeat;
  background-size: 100%;
  width: 18px;
  height: 17px;
  left: -28px;
  top: 50%;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .btn-cta-wrapper a.cta span::before {
    /*width: 18px;
    height: 17px;
    top: 38%;
    bottom: 0;
    margin: auto; */
  }
}

@media screen and (max-width: 1022px) {
  nav a.youtube {
    position: absolute;
    top: 10px;
    right: 54px;
    color: #333;
  }
}

@media screen and (max-width: 1022px) {
  header {
    position: fixed;
    z-index: 1000;
    background: #fff;
    width: 100%;
  }
  .body-wrap {
    padding: 110px 0 0;
  }
}
section.group-info .group > .body .summary .person .person-name {
  font-weight: bold;
}

section.group-info .group > .body .info ul.group-contact li.mail span {
  display: block !important;
}

@media screen and (max-width: 767px) {
  #group .table-02 th {
    width: 90px;
  }
}
#group .staff-photo-honbu {
  text-align: center;
  display: flex;
}
@media screen and (max-width: 767px) {
  #group .staff-photo-honbu {
    justify-content: space-between;
  }
}
#group .staff-ph-honbu {
  width: 45%;
}
#group .staff-photo-honbu .img img {
  display: block;
  border-radius: 50%;
  margin: 0 auto;
  padding: 0 10px 0;
}
#group .staff-photo-honbu .text {
  margin-top: 10px;
}

#groupContact .notes {
  margin: 2em 0;
  padding: 0 10px;
}
#groupContact .notes p {
  margin: 0 0 1em;
}
@media screen and (min-width: 769px) {
  #groupContact .notes p {
    text-align: center;
  }
}
#groupContact .notes p:last-of-type {
  margin: 0;
}

.groupWrap {
  margin: 0 0 2em;
}
@media screen and (max-width: 768px) {
  .groupWrap {
    margin: 0 -10px 2em;
  }
}
.groupWrap .groupHeader a {
  position: relative;
  display: block;
  padding: 6vw 6vw calc(6vw + 2em);
  background: #eaeaea;
  color: #000;
}
@media screen and (min-width: 769px) {
  .groupWrap .groupHeader a {
    padding: 10px calc(20px + 1.2em) 10px 20px;
  }
}
.groupWrap .groupHeader a::after {
  content: "+";
  display: block;
  background: #000;
  color: #fff;
  font-size: 1.8em;
  line-height: 1;
  padding: 0.1em 0;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 769px) {
  .groupWrap .groupHeader a::after {
    bottom: auto;
    left: auto;
    right: 0;
    top: 0;
    width: 1.2em;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.groupWrap .groupHeader a.js-fader-active::after {
  content: "－";
}
.groupWrap .groupHeader dl {
  margin: 0;
  display: grid;
  grid-template-areas: "area area" "thumb section-name";
  grid-template-columns: 70px 1fr;
  gap: 10px;
  align-items: center;
}
@media screen and (min-width: 769px) {
  .groupWrap .groupHeader dl {
    grid-template-areas: "thumb area section-name";
    grid-template-columns: 70px 1fr minmax(15em, auto);
    gap: 20px;
  }
}
.groupWrap .groupHeader dl dt {
  grid-area: thumb;
}
.groupWrap .groupHeader dl .area {
  grid-area: area;
  padding: 0 0 0.5em;
}
@media screen and (min-width: 769px) {
  .groupWrap .groupHeader dl .area {
    border-right: 1px solid #d1d1d1;
    padding-right: 1em;
  }
}
@media screen and (max-width: 768px) {
  .groupWrap .groupHeader dl .area {
    border-bottom: 1px solid #d1d1d1;
    font-size: 0.875em;
  }
}
.groupWrap .groupHeader dl .sectionName {
  grid-area: section-name;
  color: #960F15;
}
.groupWrap .groupInner {
  padding: 2em 6% 0;
}
@media screen and (min-width: 769px) {
  .groupWrap .groupInner {
    padding: 2em 0 0;
    display: grid;
    grid-template-columns: minmax(auto, 310px) 1fr 160px;
    gap: 20px;
  }
}
.groupWrap .groupInner .photo {
  margin: 0;
}
.groupWrap .groupInner .body {
  margin-top: 10px;
  font-family: sans-serif;
}
.groupWrap .groupInner .body .name a {
  font-weight: bold;
}
.groupWrap .groupInner .body .name .showroom {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  background: #f28a00;
  color: #fff;
  font-size: 11px;
  font-size: 1.1rem;
  padding: 1px 5px;
  border-radius: 10px;
}
.groupWrap .groupInner .body dd {
  font-size: 90%;
}
.groupWrap .groupInner .body .tel .tel-link {
  font-weight: bold;
}
.groupWrap .groupInner .memo {
  font-size: 84%;
}
.groupWrap .groupInner .group-contact {
  padding: 0;
  margin: 0;
  list-style: none;
}
.groupWrap .groupInner .group-contact li {
  width: 100%;
  padding: 0 5px;
  margin: 10px 0 0;
}
.groupWrap .groupInner .group-contact li a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  text-align: center;
  border-radius: 8px;
  padding: 10px;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  display: block;
}
.groupWrap .groupInner .group-contact li a:hover, .groupWrap .groupInner .group-contact li a:active, .groupWrap .groupInner .group-contact li a:focus {
  color: white;
  text-decoration: none;
}
.groupWrap .groupInner .group-contact li a:visited {
  color: white;
}
.groupWrap .groupInner .group-contact .tel {
  display: none;
}
.groupWrap .groupInner .group-contact .tel a {
  background: #1F63A7;
}
.groupWrap .groupInner .group-contact .mail a {
  background: #960f15;
}
@media screen and (min-width: 769px) {
  .groupWrap .groupInner .group-contact .mail a span {
    display: block !important;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  section.about-item {
    padding-top: 0;
  }
}

.keyvisual h1.maincopy {
  font-size: 2.5em;
  color: #960F15;
  position: absolute;
  bottom: 80px;
  left: 60px;
  text-align: left;
  font-family: serif;
  text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
}
@media screen and (max-width: 767px) {
  .keyvisual h1.maincopy {
    font-size: 1.6em;
    bottom: 0;
    left: 20px;
  }
}

.about-item p.center {
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .about-item p.center {
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
  }
}

.heading-01.top-heading .heading {
  letter-spacing: 0.5em;
  font-family: serif;
  font-size: 1.5em;
  font-weight: bold;
}
.heading-01.top-heading .lead {
  font-family: inherit;
  font-weight: normal;
  letter-spacing: unset;
}

.list-box-04 a {
  color: #333;
}
.list-box-04 a:visited {
  color: #333;
}
.list-box-04 a .body .title {
  margin-top: 10px;
}
.list-box-04 a .body .date {
  margin-top: 5px;
  color: #777;
  font-size: 1.2rem;
}

.searchFilter {
  margin-bottom: 2em;
}
.searchFilter .button {
  margin: 0 0 0.8em;
  text-align: right;
}
.searchFilter .button a {
  display: inline-block;
  padding: 0.5em 1em;
  border: 1px solid #cdcdcd;
  border-radius: 5px;
  color: #000;
  transition: all 0.3s;
}
.searchFilter .button a i {
  margin-right: 0.3em;
}
.searchFilter .button a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .searchFilter .searchForm {
    border: 1px solid #cdcdcd;
    padding: 2em;
  }
}
.searchFilter .searchForm input[type=text],
.searchFilter .searchForm input[type=search],
.searchFilter .searchForm input[type=number],
.searchFilter .searchForm select {
  font-size: 16px;
  padding: 0.5em;
  border: 1px solid #cdcdcd;
  border-radius: 8px;
  box-shadow: none;
  background: #fff;
  width: 80%;
}
.searchFilter .searchForm select {
  width: auto;
}
.searchFilter .searchForm input[type=search] {
  width: 100%;
}
.searchFilter .searchForm dl {
  margin: 0 -10px;
  font-size: 18px;
  display: grid;
}
.searchFilter .searchForm dl .fieldWrap {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.searchFilter .searchForm dl .fieldWrap + .fieldWrap {
  margin-top: 0.5em;
}
.searchFilter .searchForm dl .checkboxWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5em;
}
@media screen and (max-width: 767px) {
  .searchFilter .searchForm dl {
    grid-template-columns: 1fr;
    border-bottom: 1px solid #cdcdcd;
  }
  .searchFilter .searchForm dl dt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.8em 10px;
    border-top: 1px solid #cdcdcd;
  }
  .searchFilter .searchForm dl dt::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
  }
  .searchFilter .searchForm dl dt.open {
    padding-bottom: 0.5em;
  }
  .searchFilter .searchForm dl dt.open::after {
    content: "\f077";
  }
  .searchFilter .searchForm dl dd {
    display: none;
    padding: 0 10px 0.8em;
  }
  .searchFilter .searchForm dl dd.open {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .searchFilter .searchForm dl {
    margin: 0;
    grid-template-columns: 15% 1fr;
    gap: 2em;
  }
  .searchFilter .searchForm dl dt {
    margin: 0;
  }
  .searchFilter .searchForm dl dd {
    margin: 0 0 0.1em;
  }
}
.searchFilter .btnArea {
  text-align: center;
  margin: 0.8em 0 0;
}
.searchFilter .btnArea button {
  font-size: 18px;
  color: #fff;
  background: #000;
  display: inline-block;
  border-radius: 8px;
  padding: 0.6em 0;
  text-align: center;
  width: 100%;
  transition: all 0.3s;
  border: none;
}
.searchFilter .btnArea button i {
  margin-right: 0.3em;
}

.bcd-details.view-index .outlet dl, .bcd-details.view-top .outlet dl {
  gap: 0 2em;
}

/*# sourceMappingURL=add.css.map */
