@charset "UTF-8";
.fl {
  display: flex;
  display: -ms-flexbox;
}
.fl-wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.jus-center {
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
.jus-between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
.al-center {
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.serif {
  font-family: "Noto Serif JP", serif;
}
.relative {
  position: relative;
}
.asb {
  position: absolute;
}
.center {
  text-align: center;
}
.prite-asb {
  position: absolute;
  max-width: unset;
  font-size: 0;
}
.prite-asb.set-center {
  top: 50%;
  transform: translateY(-50%);
}
.fs-0 {
  font-size: 0;
}
.prite-rela {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.shiny {
  position: relative;
  overflow: hidden;
  line-height: 1;
}
.shiny::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: -100%;
  top: -25%;
  width: 100%;
  height: 150%;
  transform: rotate(90deg);
  animation: shiny-text 3s infinite linear;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.75) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.75) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}
@keyframes shiny-text {
  0% {
    transform: translateX(-100%) rotate(-45deg) skew(-8deg, -8deg);
  }
  40%,
  100% {
    transform: translateX(200%) rotate(-45deg) skew(-8deg, -8deg);
  }
}
.page-template-shops {
  overflow-y: hidden;
  font-weight: 500;
}
.shop-title-common {
  font-weight: 700;
  color: #3c2e2e;
  margin-bottom: 15px;
  text-align: center;
  letter-spacing: 0.05em;
}
.shop-title-common .small {
  font-size: 20px;
}
.shop-title-common .tt-name {
  font-size: 26px;
  line-height: 1.5;
}
.shop-title-common.mt-top {
  margin-top: 77px;
}
.border-gradient {
  height: 5px;
  width: 250px;
  display: block;
  margin: 0 auto;
  background: #9f8971;
  background: radial-gradient(circle, #9f8971 0%, white 100%);
}
.shop-title-sec {
  background: #ebe9e1;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #3c2e2e;
  padding: 17px 24px 14px;
  margin-bottom: 30px;
}
.shop-mv {
  margin-bottom: 70px;
}
.shop-mv-tt {
  font-weight: 700;
  color: #3c2e2e;
  margin-bottom: 15px;
}
.shop-mv-tt .small {
  font-size: 24px;
  letter-spacing: -0.05em;
}
.shop-mv-tt .tt-name {
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0.03em;
}
.shop-mv-access {
  width: 540px;
  display: block;
  margin: 40px auto;
  font-weight: 500;
  line-height: 1.5;
  font-size: 16px;
  letter-spacing: 0.05em;
  border-left: 1px solid #3c2e2e;
  border-right: 1px solid #3c2e2e;
}
.shop-mv-next,
.shop-mv-prev {
  width: 64px;
  height: 64px;
  background: #21325e;
  top: 43%;
  z-index: 2;
  border-radius: 50%;
  cursor: pointer;
}
.shop-mv-next::before,
.shop-mv-prev::before {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
}
.shop-mv-next {
  right: -32px;
  padding-left: 7px;
}
.shop-mv-next::before {
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}
.shop-mv-prev {
  justify-content: flex-end;
  padding-right: 7px;
  left: -32px;
}
.shop-mv-prev::before {
  border-left: 3px solid #fff;
  transform: rotate(-45deg);
}
.shop-mv-slider .img,
.shop-mv-slider-thumbs .img {
  display: inline-block;
  width: 100%;
}
.shop-mv-slider-thumbs {
  margin: 10px -5px 0;
}
.shop-mv-slider-thumbs .box-thumbs {
  padding: 0 5px;
  width: 154px;
}
.shop-mv-slider-thumbs .img {
  opacity: 0.5;
  cursor: pointer;
}
.shop-mv-slider-thumbs .swiper-slide-thumb-active .img {
  opacity: 1;
}
.shop-mv-sec.mg-bt + .relocation {
  margin-top: 10px;
}
.relocation {
  padding-top: 45px;
}
.announce-open {
  letter-spacing: 0.05em;
  font-weight: 700;
  margin-bottom: 40px;
}
.announce-open .announce-txt {
  font-size: 24px;
  color: #ce444d;
}
.announce-open .date-open {
  display: inline-block;
  background-color: #ce444d;
  border-radius: 24px;
  color: #fff;
  margin-top: 8px;
  width: 540px;
  padding: 14px;
  font-size: 22px;
}
.cta-shop {
  margin-top: 100px;
  margin-bottom: 70px;
  background-color: #ebe9e1;
}
.cta-shop-title {
  display: flex;
  align-items: center;
  padding: 30px 200px 30px 70px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
}
.cta-shop-title .title-ribbon {
  color: #fff;
  width: 183px;
  background-color: #21325e;
  border-radius: 5px;
  padding: 6px 0px;
  margin-right: 15px;
}
.cta-shop-title .title-ribbon::after {
  content: "";
  position: absolute;
  left: 100%;
  top: calc(50% - 4px);
  border-style: solid;
  border-width: 7px 9px 0 0;
  border-color: #21325e rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.cta-shop-title .text {
  font-size: 26px;
  color: #21325e;
  position: relative;
}
.cta-shop-title .text .char {
  font-size: 24px;
}
.cta-shop-infor {
  padding: 32px 10px;
  background: linear-gradient(90deg, #3f4d6b 0%, #091c46 100%);
}
.cta-shop-operator {
  width: 147px;
  display: block;
  right: 56px;
  bottom: 100%;
}
.cta-shop-list .li-item {
  width: 226px;
  margin: 0 8.5px;
}
.btn-cta {
  color: #fff;
  text-align: center;
}
.btn-cta:hover {
  opacity: 0.9;
}
.btn-cta:hover .icon-img {
  opacity: 0.9;
}
.btn-cta .txt1 {
  letter-spacing: 0.01em;
  margin-bottom: 8px;
}
.btn-cta .txt {
  flex: 1;
  font-size: 16px;
  letter-spacing: 0.03em;
  line-height: 1.25;
  font-weight: 700;
  min-height: 23px;
}
.btn-cta .txt .small {
  letter-spacing: 0;
  font-size: 12px;
}
.btn-cta .info-btn {
  width: 100%;
  height: 76px;
  padding: 5px 10px;
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-cta .info-btn::after {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
  transform: rotate(45deg);
  top: 0px;
  position: relative;
}
.btn-cta.tel .info-btn {
  background-color: #e65c9a;
  box-shadow: 0px -4px 0px 0px #af1c5e inset;
}
.btn-cta.tel .icon {
  height: 35px;
  width: 28px;
}
.btn-cta.tel .icon-img {
  height: 42px;
  left: -8px;
  top: -2px;
}
.btn-cta.line .info-btn {
  background-color: #06c755;
  box-shadow: 0px -4px 0px 0px #007e34 inset;
}
.btn-cta.line .icon {
  height: 35px;
  width: 30px;
}
.btn-cta.line .icon-img {
  height: 100%;
  right: 0;
  top: 0;
}
.btn-cta.form .info-btn {
  background-color: #35bae0;
  box-shadow: 0px -4px 0px 0px #067898 inset;
}
.btn-cta.form .icon {
  width: 28px;
}
.cta-shop-fc .cta-fc-box {
  width: 370px;
  margin: 0 auto;
}
.cta-shop-fc .btn-cta.tel .info-btn {
  padding: 5px 78px 5px 88px;
}
.cta-shop-fc .btn-cta.tel .info-btn::after {
  top: 44%;
  position: absolute;
  right: 20px;
}
.portfolio-sec {
  margin-top: 40px;
}
.portfolio-time {
  padding-left: 24px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  margin-bottom: 70px;
}
.portfolio-time .time {
  margin-bottom: 10px;
  font-size: 16px;
}
.portfolio-time .notes {
  font-size: 12px;
}
.portfolio-address .box-address {
  display: flex;
  padding: 0 24px;
}
.portfolio-address .embed {
  width: 384px;
}
.portfolio-address .embed iframe {
  width: 100%;
  height: 100%;
}
.portfolio-address .address {
  margin-left: 3.3%;
  width: 42.7%;
  letter-spacing: 0.05em;
  border-top: 0.5px solid #bcbcbc;
}
.portfolio-address .table-info {
  width: 100%;
  margin-bottom: 18px;
  text-align: left;
}
.portfolio-address .table-info .tr {
  border-bottom: 0.5px solid #bcbcbc;
}
.portfolio-address .table-info .th,
.portfolio-address .table-info .td {
  letter-spacing: 0.05em;
  padding: 5px 0;
}
.portfolio-address .table-info .th {
  color: #4663a1;
  width: 83px;
  padding-right: 9px;
}
.portfolio-address .table-info .td {
  color: #3c2e2e;
}
.portfolio-address .btn-map {
  background-color: #507cd8;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 0.05em;
  height: 52px;
  width: 100%;
  padding-bottom: 4px;
  box-shadow: 0px -4px 0px 0px #37579b inset;
}
.portfolio-address .icon-tg {
  width: 10px;
  height: 10px;
  display: block;
  right: 17px;
  top: 43%;
  transform: translateY(-50%);
  border-top: 2.5px solid #fff;
  border-right: 2.5px solid #fff;
}
.portfolio-address .icon-tg::before {
  content: "";
  width: 13px;
  height: 0;
  border-top: 2.5px solid #fff;
  position: relative;
  transform: rotate(-45deg);
  display: block;
  left: -2px;
  top: 2px;
}
.guide-section {
  margin-top: 70px;
}
.guide-section .tab-content {
  background: #f4f4f4;
  padding: 28px 0px;
}
.guide-next,
.guide-prev {
  background-color: #21325e;
  cursor: pointer;
  opacity: 1;
  height: 54px;
  width: 54px;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  z-index: 2;
  border-radius: 50%;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
}
.guide-next::after,
.guide-prev::after {
  width: 17px;
  height: 17px;
  top: 45%;
  position: absolute;
  content: "";
  border-top: 2px solid #fff;
}
.guide-next {
  right: 15px;
}
.guide-next::after {
  right: 27px;
  border-right: 2.7px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
.guide-prev {
  left: 15px;
}
.guide-prev::after {
  left: 27px;
  border-left: 2.7px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
}
.guide-item {
  width: 272px;
  height: auto;
  min-height: 334px;
  background: #fff;
  padding: 16px;
  margin: 5px 20px 5px 0;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1490196078);
  letter-spacing: 0.05em;
  border-radius: 5px;
}
.guide-item-title {
  color: #3c2e2e;
  margin-top: 12px;
  font-size: 16px;
  letter-spacing: 0.05em;
  padding-bottom: 8px;
  border-bottom: 1px solid #3c2e2e;
  display: flex;
  display: -ms-flexbox;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: flex-start;
  border-top: 1px solid;
  margin-top: 35px;
  padding-block: 20px;
}
.guide-item-title .num {
  margin-right: 5px;
}
.guide-item-desc {
  margin-top: 8px;
}
.guide-item-desc .note {
  font-size: 12px;
  line-height: 1.5;
  display: block;
  margin-top: 10px;
}
.guide-item-btn {
  display: block;
  width: 230px;
  margin: 19px auto 24px;
  background: #de4467;
  background: linear-gradient(
    180deg,
    rgb(222, 68, 103) 0%,
    rgb(254, 104, 138) 100%
  );
  border-radius: 8px;
  height: 66px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16) inset;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16) inset;
  -moz-box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16) inset;
  padding: 4px 3.5px 4px 4.5px;
}
.guide-item-btn .btn-bg {
  display: block;
  height: 100%;
  background: #fe688a;
  background: linear-gradient(
    180deg,
    rgb(254, 104, 138) 0%,
    rgb(223, 69, 104) 100%
  );
  border-radius: 5px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.1);
  color: #fff;
  padding: 4px 0 7px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.guide-item-btn .btn-bg .p1 {
  font-size: 21px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.48;
  margin-bottom: 1px;
}
.guide-item-btn .btn-bg .p2 {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.parking-section {
  margin-top: 70px;
}
.parking-section .tab-content {
  padding: 34px;
}
.parking-section .tab-content-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.parking-section .tab-content-item.no-map .tab-content-right {
  padding-left: 0;
  width: 100%;
  display: flex;
  gap: 20px;
}
.parking-section .tab-content-item.no-map .tab-content-right .title {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.parking-section .tab-content-item.no-map .tab-content-right .row {
  margin-top: 0;
}
.parking-section .tab-content-item.no-map .tab-content-right .row .span2 {
  display: flex;
  align-items: center;
}
.parking-section .tab-content-right {
  flex: 1;
  padding-left: 24px;
}
.parking-section .tab-content-right .title {
  letter-spacing: 0.05em;
}
.parking-section .shop-embed {
  width: 346px;
  height: 180px;
  border: 2px solid #fff;
}
.parking-section .shop-embed iframe {
  width: 100%;
  height: 100%;
}
.parking-section .row {
  margin-top: 8px;
  letter-spacing: 0.05em;
  display: flex;
}
.parking-section .row .span1 {
  background: #3c2e2e;
  width: 84px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  padding: 3px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.parking-section .row .span2 {
  flex: 1;
  font-size: 15px;
  padding-left: 12px;
  letter-spacing: 0.03em;
  display: flex;
  align-items: center;
}
.parking-section .row .small {
  font-size: 13px;
}
.nav-tab-guide,
.nav-tab-parking {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0px -5px 0;
}
.nav-tab-guide .nav-tab-item,
.nav-tab-parking .nav-tab-item {
  padding-left: 5px;
  padding-right: 5px;
  flex: 1;
}
.nav-tab-guide .nav-tab-link,
.nav-tab-guide .no-tab-item,
.nav-tab-parking .nav-tab-link,
.nav-tab-parking .no-tab-item {
  font-size: 16px;
  letter-spacing: 0.05em;
  padding: 12px 1%;
  line-height: 1.5;
  text-align: center;
  width: 100%;
  position: relative;
}
.nav-tab-guide .nav-tab-link::before,
.nav-tab-guide .no-tab-item::before,
.nav-tab-parking .nav-tab-link::before,
.nav-tab-parking .no-tab-item::before {
  content: "";
  left: 0;
  width: 100%;
  top: 0;
  position: absolute;
  z-index: 1;
  display: block;
  height: 5px;
}
.nav-tab-guide .nav-tab-link,
.nav-tab-parking .nav-tab-link {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  cursor: pointer;
  background: linear-gradient(90deg, #3f4d6b 0%, #091c46 100%);
}
.nav-tab-guide .no-tab-item,
.nav-tab-guide .nav-tab-item.active .nav-tab-link,
.nav-tab-parking .no-tab-item,
.nav-tab-parking .nav-tab-item.active .nav-tab-link {
  background: #f4f4f4;
  color: #21325e;
}
.nav-tab-guide .no-tab-item::before,
.nav-tab-guide .nav-tab-item.active .nav-tab-link::before,
.nav-tab-parking .no-tab-item::before,
.nav-tab-parking .nav-tab-item.active .nav-tab-link::before {
  background: linear-gradient(90deg, #3f4d6b 0%, #091c46 100%);
}
.nav-tab-guide + .tab-content,
.nav-tab-parking + .tab-content {
  background-color: #f4f4f4;
}
.services-section {
  margin-top: 70px;
  margin-bottom: 70px;
}
.services-section .row {
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-top: 40px;
}
.services-section .row.row-7 {
  gap: 20px;
}
.services-section .col {
  width: 84px;
}
.services-section .col.icon1 .span {
  width: 42px;
  height: 52px;
}
.services-section .col.icon1 .icon {
  height: auto;
  width: 100%;
}
.services-section .col.icon2 .span {
  width: 44px;
}
.services-section .col.icon2 .icon {
  transform: translate(1px, -5px);
}
.services-section .col.icon3 .span {
  width: 60px;
}
.services-section .col.icon3 .icon {
  transform: translate(-74px, -10px);
}
.services-section .col.icon4 .span {
  width: 46px;
}
.services-section .col.icon4 .icon {
  transform: translateX(-167px);
}
.services-section .col.icon5 .span {
  width: 58px;
}
.services-section .col.icon5 .icon {
  transform: translate(-246px, -7px);
}
.services-section .col.icon6 .span {
  width: 39px;
}
.services-section .col.icon6 .icon {
  transform: translate(-336px, -2px);
}
.services-section .col.icon7 .span {
  width: 52px;
}
.services-section .col.icon7 .icon {
  transform: translateX(-407px);
}
.services-section .wrap-icon {
  overflow: hidden;
  position: relative;
  width: 84px;
  height: 84px;
  background: #f4f4f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-section .wrap-icon .span {
  overflow: hidden;
  display: block;
  height: 60px;
}
.services-section .wrap-icon .icon {
  height: 100%;
  max-width: unset;
}
.services-section .wrap-icon .text {
  position: absolute;
  font-size: 27px;
  font-weight: 700;
  color: #3c2e2e;
  right: 22px;
  bottom: 0px;
}
.services-section .content {
  font-weight: 700;
  text-align: center;
  color: #3c2e2e;
  letter-spacing: 0.05em;
  margin: 10px -2px 0;
}
.appraiser-sec {
  margin-top: 90px;
  background-color: #e5e5e5;
  padding: 0 48px 48px;
}
.appraiser-tt {
  font-weight: 700;
  letter-spacing: 0.05em;
  color: #3c2e2e;
  width: 493px;
  height: 122px;
  justify-content: center;
}
.appraiser-tt .small {
  font-size: 20px;
}
.appraiser-tt .txt {
  font-size: 26px;
}
.appraiser-img {
  right: -10px;
  bottom: 1px;
  width: 215px;
  z-index: 1;
}
.appraiser-body {
  background-color: #fff;
  padding: 32px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1607843137);
}
.appraiser-item ~ .appraiser-item {
  margin-top: 32px;
}
.appraiser-staff {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 700;
  color: #3c2e2e;
  margin-bottom: 21px;
  justify-content: space-between;
}
.appraiser-staff-info {
  flex: 1;
}
.appraiser-staff-img {
  width: 72px;
  margin-right: 20px;
}
.appraiser-arcodion ~ .appraiser-arcodion {
  margin-top: 24px;
}
.appraiser-arcodion-head {
  display: block;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 16px;
  padding: 8px 10px;
  background-image: linear-gradient(#3f4d6b, #091c46);
  position: relative;
  cursor: pointer;
}
.appraiser-arcodion-content {
  letter-spacing: 0.05em;
  padding-top: 7px;
  color: #3c2e2e;
}
.hospitality-section {
  padding: 40px 0px;
  background-color: #f4f4f4;
  overflow: hidden;
}
.hospitality-section .kaitori-hospitality {
  width: 584px;
  margin: 0 auto;
}
.hospitality-section .hospitality-title {
  font-size: 20px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  color: #3c2e2e;
  margin-bottom: 39px;
}
.hospitality-section .hospitality-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 1px;
  background-color: #3c2e2e;
}
.hospitality-section .hospitality-item {
  height: auto;
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1490196078);
  margin-bottom: 5px;
}
.hospitality-section .hospitality-item-img {
  position: relative;
  height: 174px;
}
.hospitality-section .hospitality-item-img .block {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.hospitality-section .hospitality-item-img .txt {
  font-family: "Noto Serif JP";
  position: absolute;
  top: 0;
  left: 10px;
  font-size: 27px;
  font-weight: 500;
  color: #f6f6f2;
  opacity: 0.5;
  line-height: 1.4;
}
.hospitality-section .hospitality-item-img .txt.color-yl {
  color: #867143;
}
.hospitality-section .hospitality-item-title {
  color: #867143;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4;
  margin: 9px 0 6px;
  text-align: center;
}
.hospitality-section .hospitality-item-p {
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.44;
}
.hospitality-section .hospitality-slide {
  overflow: unset;
}
.hospitality-section .hospitality-slide-btn {
  background-color: #21325e;
  cursor: pointer;
  opacity: 1;
  height: 54px;
  width: 54px;
  position: absolute;
  top: 37%;
  z-index: 2;
  border-radius: 50%;
}
.hospitality-section .hospitality-slide-btn .arrow {
  width: 17px;
  height: 17px;
  top: 45%;
  position: absolute;
  border-top: 2px solid #fff;
}
.hospitality-section .hospitality-slide-btn.hospitality-slide-btn-right {
  right: -75px;
  transform: translateY(-50%);
}
.hospitality-section .hospitality-slide-btn.hospitality-slide-btn-right .arrow {
  right: 27px;
  border-right: 2.7px solid #fff;
  transform: rotate(45deg) translateY(-50%);
}
.hospitality-section .hospitality-slide-btn.hospitality-slide-btn-left {
  left: -75px;
  transform: translateY(-50%);
}
.hospitality-section .hospitality-slide-btn.hospitality-slide-btn-left .arrow {
  left: 27px;
  border-left: 2.7px solid #fff;
  transform: rotate(-45deg) translateY(-50%);
}
.shop-hospitality {
  margin: 70px 0;
  background-color: #f4f4f4;
  padding: 40px 0;
}
.shop-hospitality-box {
  border-radius: 8px;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.15);
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  letter-spacing: 0.05em;
  width: 608px;
  margin: 38px auto 0;
  background-color: #fff;
}
.shop-hospitality .tt {
  color: #3c2e2e;
  font-size: 20px;
  line-height: 1.4;
}
.shop-hospitality .tt::after {
  content: "";
  left: 50%;
  transform: translateX(-50%);
  bottom: -14px;
  position: absolute;
  display: block;
  width: 60px;
  height: 1px;
  border-bottom: 1px solid #3c2e2e;
}
.shop-hospitality .hos-tt {
  color: #9e8246;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 8px;
}
.shop-hospitality .hos-txt {
  color: #3c2e2e;
  letter-spacing: 0.05em;
  text-align: justify;
}
.shop-hospitality .hos-img,
.shop-hospitality .hos-box {
  width: 270px;
}
.steps-section {
  margin-top: 70px;
}
.steps-section .steps-list {
  margin: 40px auto 65px;
  width: 608px;
}
.steps-section .steps-box {
  background-color: #f6f6f2;
  padding: 32px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 45px;
  border-radius: 10px;
}
.steps-section .steps-box .img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.steps-section .steps-img,
.steps-section .steps-content {
  width: 260px;
}
.steps-section .steps-tt {
  letter-spacing: 0.05em;
  margin-bottom: 14px;
}
.steps-section .steps-tt .number {
  width: 65px;
  display: inline-block;
  border-radius: 50px;
  color: #f6f6f2;
  background-color: #9e8246;
  line-height: 0.7;
  font-style: italic;
  font-size: 17px;
  font-weight: 400;
  padding: 3px 0px 7px;
  margin-right: 5px;
  position: relative;
  top: -4px;
}
.steps-section .steps-tt .tt {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.2;
  color: #9e8246;
}
.steps-section .steps-txt {
  letter-spacing: 0.05em;
  color: #3c2e2e;
  line-height: 1.431;
}
.steps-section .steps-3dot {
  top: 100%;
  margin-top: 12px;
  width: 3px;
  height: 21px;
  left: 50%;
  transform: translateX(-50%);
  flex-direction: column;
  justify-content: space-between;
}
.steps-section .steps-3dot .dot {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  display: block;
  background-color: #9e8246;
}
.steps-section .confirmable {
  margin-top: 40px;
}
.step-top {
  display: flex;
  justify-content: space-between;
}
.step-top-content {
  width: 47.0149253731%;
}
.step-top-title {
  display: flex;
  margin-bottom: 19px;
  padding: 5px 0;
}
.step-top-title-num {
  position: relative;
}
.step-top-title .line {
  position: absolute;
  top: 0;
  left: 5px;
  height: 5px;
  width: 2.2px;
  background-color: #2c4894;
  transform: rotate(-55deg);
}
.step-top-title .line:after,
.step-top-title .line:before {
  content: "";
  display: inline-block;
  height: 5px;
  width: 2.2px;
  background-color: #2c4894;
  position: absolute;
  top: 2px;
}
.step-top-title .line:before {
  right: 7px;
  transform: rotate(-20deg);
}
.step-top-title .line:after {
  left: 7px;
  transform: rotate(20deg);
}
.step-top-title .icon {
  border-radius: 14px;
  background-color: #2c4894;
  color: #fff;
  width: 76px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 9px;
  margin-right: 8px;
}
.step-top-title .icon .span1 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.01em;
  padding-top: 4px;
  margin-right: 2px;
}
.step-top-title .icon .span2 {
  font-size: 22px;
  font-weight: 700;
}
.step-top-title .p {
  color: #333;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.075em;
  line-height: 1.1;
}
.step-top-p {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.03em;
  line-height: 1.7;
  color: #333;
}
.step-top-img {
  width: 48.5074626866%;
}
.step-bottom {
  margin-top: 20px;
}
.step-bottom-title {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.step-bottom .cta-ul {
  margin-top: 19px;
  display: flex;
  justify-content: space-between;
  color: #fff;
}
.step-bottom .cta-li {
  width: 47.9104477612%;
  height: 77px;
  border-radius: 5px;
  border-bottom: 4px solid #d0cecc;
}
.step-bottom .cta-li-50 {
  width: 23.2835820896%;
}
.step-bottom .cta-li-50 .cta-li-icon {
  width: 25px;
}
.step-bottom .cta-li-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  border-radius: 5px;
}
.step-bottom .cta-li-link.tel {
  background-color: #e65c9a;
}
.step-bottom .cta-li-link.tel .cta-li-img {
  margin-left: 10px;
}
.step-bottom .cta-li-link.tel .cta-li-icon {
  width: 15.5763239875%;
  background-color: #cc0057;
}
.step-bottom .cta-li-link.line {
  background-color: #5cd62e;
}
.step-bottom .cta-li-link.line .cta-li-img {
  margin-left: 11px;
  width: 33px;
}
.step-bottom .cta-li-link.line .cta-li-img .img {
  left: -48px;
  height: 34px;
}
.step-bottom .cta-li-link.line .cta-li-icon {
  background-color: #3d971d;
}
.step-bottom .cta-li-link.web {
  background-color: #396bef;
  text-align: center;
}
.step-bottom .cta-li-link.web .cta-li-p {
  width: 83.9743589744%;
}
.step-bottom .cta-li-link.web .cta-li-icon {
  background-color: #24459a;
}
.step-bottom .cta-li-img {
  position: relative;
  width: 38px;
  height: 47px;
  overflow: hidden;
}
.step-bottom .cta-li-img .img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  max-width: none;
  height: 47px;
  left: -30px;
}
.step-bottom .cta-li-p {
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.03em;
  line-height: 1.3;
}
.step-bottom .cta-li-p .p1 {
  font-size: 24px;
  letter-spacing: 0;
  line-height: 1.05;
  display: flex;
  align-items: center;
}
.step-bottom .cta-li-p .p1 .icon {
  display: inline-block;
  margin-right: 10px;
  width: 32px;
  height: 32px;
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/common/icon/ctaicon_cv.png")
    no-repeat;
  background-position: left -30px top 0;
  background-size: auto 33px;
}
.step-bottom .cta-li-p .p2 {
  font-size: 13px;
  letter-spacing: 0;
}
.step-bottom .cta-li-icon {
  width: 16.0256410256%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 5px 5px 0;
}
.step-bottom .cta-li-icon img {
  width: 11px;
  height: 15px;
}
.step-bottom-p {
  background-color: #21325e;
  padding: 14px 15px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
.step-bottom-list {
  background-color: #fff;
  padding: 14px 20px 10px;
}
.step-bottom-list .item {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.5;
  color: #333;
  margin-bottom: 4px;
  padding-left: 10px;
  text-indent: -10px;
}
.step-bottom-list .item:before {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  background-color: #a5afce;
  margin-right: 5px;
}
.step-bottom-list .item.mg {
  margin-right: 20px;
}
.step-bottom-note {
  font-size: 12px;
  color: #555;
  padding: 10px 15px;
}
.step-bottom.style2 {
  display: flex;
  border: 1.5px solid #21325e;
}
.step-bottom.style2 .step-bottom-p {
  width: 31.7%;
}
.step-bottom.style2 .step-bottom-list {
  width: 68.3%;
  display: flex;
  flex-wrap: wrap;
}
.step-bottom.style2 .item::before {
  top: -1px;
  position: relative;
}
.confirmable {
  line-height: 1.57;
  max-width: 760px;
  margin: 0 auto;
  background-color: #f6f6f2;
  padding: 50px 40px 70px 43px;
}
.confirmable-title {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.075em;
  margin-bottom: 40px;
  text-align: center;
}
.confirmable-title:after {
  content: "";
  display: block;
  width: 200px;
  height: 1px;
  background-color: #333;
  margin: 20px auto 0;
}
.confirmable .step-bottom {
  margin-bottom: 40px;
  max-width: 670px;
}
.confirmable .step-bottom.style1 {
  border: 1.5px solid #867143;
}
.confirmable .step-bottom-p {
  background-color: #867143;
}
.confirmable .step-bottom-list {
  padding: 15px 15px 15px 20px;
}
.confirmable .step-bottom-list .item:before {
  background-color: #867143;
}
.confirmable-p {
  color: #333;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.7;
  padding-right: 10px;
  margin-bottom: 40px;
}
.confirmable .steps-main {
  margin-top: 40px;
}
.confirmable .tt-pdf-shop {
  font-size: 18px;
  color: #867143;
  letter-spacing: 0.1em;
  text-align: center;
  padding: 6px;
  font-weight: 700;
  border-top: 1.5px solid #867143;
  border-bottom: 1.5px solid #867143;
  margin-bottom: 25px;
}
.confirmable .tt-pdf-shop + .confirmable-p {
  margin-bottom: 25px;
}
.confirmable .steps-button-square {
  background-color: #b29b40;
  width: 305px;
  max-width: 100%;
  height: 58px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-radius: 5px;
  margin: 0 auto 5px;
  box-shadow: 0 5px 0px #867143;
}
.purchase-20age {
  padding-top: 50px;
}
.purchase-20age-ttl {
  font-size: 26px;
  text-align: center;
  margin-bottom: 24px;
  color: #333;
  font-weight: bold;
}
.purchase-20age-des {
  font-size: 14px;
}
.purchase-20age-block {
  max-width: 650px;
  width: 100%;
  margin: auto;
}
.purchase-20age .box-table {
  margin-bottom: 20px;
}
.list-20age {
  list-style: none;
  margin-top: 42px;
}
.list-20age-item {
  position: relative;
  background: #f7f7f9;
  padding: 15px 20px;
  border-top: 1px solid #ccc;
}
.list-20age-item:last-child {
  border-bottom: 1px solid #ccc;
}
.list-20age-item.show .list-20age-ttl:after {
  top: 53%;
  transform: translateY(-50%) rotate(45deg);
}
.list-20age-ttl {
  font-size: 18px;
  color: #091b44;
  position: relative;
  cursor: pointer;
  font-weight: bold;
  letter-spacing: 0.08em;
}
.list-20age-ttl:after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  position: absolute;
  color: #507cd8;
  right: 0;
  top: 49%;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  border-top: 2px solid #507cd8;
  border-left: 2px solid #507cd8;
  transition: all 500ms ease-in-out;
  transform: translateY(-50%) rotate(-135deg);
}
.list-20age-des {
  margin-top: 20px;
  display: none;
}
.list-20age-txt {
  color: #555;
  font-size: 14px;
  letter-spacing: 0.04rem;
  line-height: 1.6;
}
.list-20age-note {
  color: #555;
  font-size: 13px;
  letter-spacing: 0.04rem;
  margin-top: 10px;
  line-height: 1.6;
}
.list-20age.style1 .list-20age-item {
  margin-bottom: 10px;
  background: #fff;
  border-top: 0;
}
.list-20age.style1 .list-20age-item:last-child {
  border-bottom: 0;
}
.list-20age.style1 .list-20age-item.show .list-20age-ttl:after {
  top: 60%;
}
.list-20age.style1 .list-20age-ttl {
  color: #867142;
}
.list-20age.style1 .list-20age-ttl:after {
  border-top-color: #fff;
  border-left-color: #fff;
  right: 6px;
}
.list-20age.style1 .list-20age-ttl:before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 100%;
  background: #2f2f2f;
  position: absolute;
  right: 0;
  top: 18%;
}
.list-20age.style1 .list-20age-txt,
.list-20age.style1 .list-20age-note {
  color: #000;
}
.link-down {
  font-size: 14px;
  color: #3c66bc;
  text-decoration: underline;
  display: block;
}
.faq-list .link-down {
  font-size: 18px;
  letter-spacing: 0.01em;
  font-weight: 500;
  margin-top: 12px;
}
.c-note-title {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-align: center;
  letter-spacing: 0.03em;
}
.steps .c-note-title {
  color: #333;
}
.c-note-desc {
  width: 100%;
  max-width: 710px;
  display: flex;
  flex-direction: row;
  align-items: center;
  -moz-column-gap: 48px;
  column-gap: 48px;
  margin: 0 auto;
  position: relative;
  margin: 25px auto;
}
.c-note-desc .label {
  min-width: 98px;
  min-height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px 20px;
  background: #a28a32;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
}
.c-note-desc .txt {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 11px;
  font-size: 16px;
  font-weight: 500;
  color: #634f35;
}
.c-note-desc .txt p {
  font-size: 18px;
}
.page-customer .c-note-desc .txt {
  color: #555;
}
.mobile-line-confirmation .c-note-desc {
  -moz-column-gap: 24px;
  column-gap: 24px;
}
.mobile-line-confirmation .c-note-desc .label {
  min-width: auto;
  min-height: auto;
  padding: 12px 16px;
  font-size: 15px;
}
.mobile-line-confirmation .c-note-desc .txt {
  gap: 9px;
  color: #000;
  font-size: 12px;
}
.mobile-line-confirmation .c-note-desc .txt p {
  font-size: 15px;
}
.box-table .img {
  width: 100%;
  display: block;
  margin: 33px auto 10px;
}
.box-table .customer {
  margin: 43px auto 17px;
}
.box-table .privacy-policy {
  margin: 78px auto 17px;
}
.box-table .line_mobile_confirmation {
  margin: 20px auto 12px;
}
.box-table-note {
  font-size: 12px;
}
.home .box-table-note,
.home .box-down-note,
.page-customer .box-table-note,
.page-customer .box-down-note {
  color: #555;
}
.box-down {
  background: #f4f4f4;
  padding: 32px 45px 0;
  display: flex;
  align-items: center;
  margin: 50px 0 14px;
}
.box-down-img {
  width: 250px;
}
.box-down-img img {
  width: 100%;
  display: block;
}
.box-down-info {
  width: calc(100% - 250px);
  padding-left: 43px;
}
.box-down-txt {
  font-size: 24px;
  letter-spacing: 0.05em;
  text-align: center;
  color: #555;
  font-weight: bold;
}
.modal-age .box-down-txt {
  color: #333;
  font-size: 21px;
}
.box-down-btn {
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: block;
  background: #2c4894;
  border-radius: 5px;
  position: relative;
  padding: 15px 0;
  font-weight: bold;
  margin-top: 33px;
}
.box-down-btn:hover {
  opacity: 0.8;
}
.box-down-btn:before {
  content: "";
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/consent-form/customer/dl-btn.png")
    no-repeat;
  width: 23px;
  height: 22px;
  background-size: 23px 22px;
  display: inline-block;
  vertical-align: -3px;
  margin-right: 10px;
}
.modal-age .box-down-btn:before {
  background-size: 19px auto;
  position: relative;
  top: 5px;
  left: 3px;
}
.box-down-note {
  font-size: 12px;
  color: #555;
  line-height: 1.57;
}
.modal-age .box-down-note {
  font-size: 13px;
  color: #333;
  letter-spacing: 0.04em;
  font-weight: 500;
}
.box-down-note a {
  color: #3c66bc;
  text-decoration: underline;
}
.box-down.confirmation {
  background: #fff;
  padding: 15px 20px 0;
}
.box-down.confirmation .box-down-img {
  width: 160px;
}
.box-down.confirmation .box-down-info {
  width: calc(100% - 160px);
  padding-left: 20px;
  padding-bottom: 30px;
}
.box-down.confirmation .box-down-txt {
  font-size: 18px;
  margin-top: 15px;
}
.box-down.confirmation .box-down-btn {
  font-size: 14px;
  background: #b29b40;
  margin-top: 15px;
  box-shadow: 0px 5px 0px #867142;
}
.box-down.confirmation .box-down-btn:before {
  width: 16px;
  height: 15px;
  background-size: 16px 15px;
}
.faq-section {
  margin-top: 77px;
}
.faq-list {
  margin-top: 40px;
  border-top: 0.5px solid #707070;
}
.faq-list .icon-q {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 3px solid #b2a677;
  margin-right: 16px;
}
.faq-list .icon-q::after {
  content: "";
  left: 59%;
  top: 80%;
  width: 11px;
  height: 3px;
  position: absolute;
  display: block;
  transform: rotate(42deg);
  background-color: #b2a677;
}
.faq-list .icon-plus {
  width: 18px;
  height: 18px;
  margin-left: 10px;
  display: block;
}
.faq-list .icon-plus::before,
.faq-list .icon-plus::after {
  content: "";
  position: absolute;
  background-color: #b2a677;
  display: block;
}
.faq-list .icon-plus::before {
  width: 18px;
  height: 2.5px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.faq-list .icon-plus::after {
  height: 18px;
  width: 2.5px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.faq-list .q-txt {
  font-size: 20px;
  letter-spacing: 0.05em;
  flex: 1;
}
.faq-list .faq-dl {
  border-bottom: 0.5px solid #707070;
}
.faq-list .faq-dt {
  padding: 17px 23px;
  cursor: pointer;
}
.faq-list .faq-dd {
  display: none;
  padding: 0px 50px 21px 23px;
}
.faq-list .faq-dd .a {
  font-size: 30px;
  color: #b2a677;
  line-height: 1;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  padding-bottom: 25px;
}
.faq-list .faq-dd .a-txt {
  padding-left: 38px;
  font-size: 15px;
  line-height: 1.6;
}
.faq-list .faq-dt.show .icon-plus::after {
  display: none;
}
.purchase-tabs {
  --pri-color: #507cd8;
  --se-color: #4663a1;
  --pri-text: #21325e;
  --bor-color: #a3a1a1;
  margin-top: 80px;
  padding: 40px;
  position: relative;
  background: #f0f5fe;
  text-align: center;
}
.purchase-tabs-title {
  font-size: 34px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 45px;
  letter-spacing: 0;
  color: var(--pri-text);
}
.purchase-tabs-subtitle {
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 34px;
  margin-top: 20px;
  color: var(--pri-text);
}
.purchase-tabs-pulldown {
  width: 494px;
  height: 54px;
  border: 3px solid var(--se-color);
  border-radius: 5px;
  line-height: 50px;
  text-align: center;
  position: relative;
  background: #fff;
  color: var(--pri-color);
  font-size: 20px;
  font-weight: 700;
  margin-top: 10px;
  letter-spacing: 0;
}
.purchase-tabs-pulldown:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 40%;
  right: 25px;
  transform: rotate(45deg) translateY(-50%);
  width: 16px;
  height: 16px;
  border-right: 3px solid var(--pri-color);
  border-bottom: 3px solid var(--pri-color);
}
.purchase-tabs-pulldown ~ .search-purchase-para2 {
  margin-top: 20px;
}
.purchase-tabs-list {
  display: none;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  flex-direction: column;
  position: absolute;
  top: 200px;
  left: 50%;
  width: 494px;
  padding: 20px;
  transform: translateX(-50%);
  background-color: #fff;
  border: 3px solid var(--se-color);
  border-radius: 5px;
  z-index: 1;
}
.purchase-tabs-list.show {
  display: flex;
}
.purchase-tabs-item a {
  display: block;
  width: 100%;
  padding: 5px;
  text-align: center;
  color: #555;
  font-size: 18px;
  font-weight: 700;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
.purchase-tabs-item a:hover {
  color: #fff;
  background: #5470ac;
}
.purchase-tabs-item.active a {
  color: #fff;
  background: #5470ac;
  cursor: unset;
}
.main-area .purchase-item-custom .top-button-wrap {
  margin-top: 30px;
}
.icon-search-img {
  width: 20px;
  height: 20px;
  background-position: -822px -18px;
  background-size: 2000px auto;
}
.search-purchase {
  --pri-color: #507cd8;
  --se-color: #4663a1;
  --pri-text: #21325e;
  --bor-color: #a3a1a1;
  position: relative;
}
.search-purchase-header {
  width: 100%;
  text-align: center;
  padding: 43px 0 36px 0;
  background: #f0f5fe;
  margin-bottom: 20px;
}
.search-purchase-title {
  font-size: 34px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
  line-height: 1.3;
  letter-spacing: 0;
  color: var(--pri-text);
}
.search-purchase-para {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.3;
  color: var(--pri-text);
}
.search-purchase-para2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  color: #787777;
}
.search-purchase-para2 .btn-modal {
  display: flex;
  align-items: center;
  margin-left: 7px;
  border-bottom: 1px solid #787777;
  line-height: 1.8;
  color: #787777;
  cursor: pointer;
}
.search-purchase-para2 .btn-modal::before {
  content: "";
  width: 12px;
  height: 12px;
  float: left;
  margin-top: 2px;
  margin-right: 3px;
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/cv/cv1/question2.svg")
    no-repeat;
  background-size: contain;
  background-position: center;
}
.search-purchase-result {
  text-align: center;
  font-size: 18px;
  margin-top: 45px;
}
.search-purchase-form {
  margin-top: 21px;
  width: 81%;
  max-width: 615px;
  display: inline-block;
  position: relative;
}
.search-purchase-input {
  width: calc(100% - 80px);
  border-radius: 5px;
  border: 1px solid var(--bor-color);
  padding: 14px 60px 14px 20px;
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.05em;
  line-height: 1.3;
  outline: none;
}
.search-purchase-input::-moz-placeholder {
  color: #bfbfbf;
}
.search-purchase-input::placeholder {
  color: #bfbfbf;
}
.search-purchase-input:focus {
  border-color: var(--pri-color);
}
.search-purchase-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 48%;
  right: 20px;
  transform: translateY(-50%) rotate(10deg);
  cursor: pointer;
}
.search-purchase-predict {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 22;
  width: 100%;
  max-height: 150px;
  overflow-y: auto;
  border-radius: 5px;
  border: 1px solid var(--bor-color);
  background-color: #fff;
  margin-top: 2px;
}
.search-purchase-predict.hidden {
  display: none;
}
.search-purchase-predict-item {
  padding: 7px;
  font-size: 14px;
  cursor: pointer;
}
.search-purchase-predict-item:hover {
  background-color: #e8f0fe;
}
.search-purchase-sort {
  width: 17%;
  max-width: 129px;
  margin-left: 12px;
  position: relative;
  display: inline-block;
}
.search-purchase-sort-pulldown {
  cursor: pointer;
  width: 100%;
  color: #787777;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1.4;
  border-radius: 24px;
  border: 1px solid var(--bor-color);
  padding: 14px 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-purchase-sort-pulldown::before {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  content: "";
  display: block;
  margin-right: 7px;
  width: 26px;
  height: 16px;
  background-image: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/common/icon/sprite_icon_pc.png");
  background-repeat: no-repeat;
  background-size: 2300px auto;
  background-position: -1021px -25px;
}
.search-purchase-sort-pulldown.show {
  font-weight: 700;
  color: #333;
}
.search-purchase-sort-list {
  display: none;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  flex-direction: column;
  position: absolute;
  top: 63px;
  right: 0;
  width: 260px;
  padding: 6px 0;
  background-color: #fff;
  border: 1px solid var(--pri-color);
  border-radius: 5px;
  z-index: 1;
}
.search-purchase-sort-list.show {
  display: flex;
}
.search-purchase-sort-item + .search-purchase-sort-item {
  border-top: 1px solid #638adc;
}
.search-purchase-sort-link {
  cursor: pointer;
  display: block;
  padding: 13px 20px;
  color: #333;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.05em;
  position: relative;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
.search-purchase-sort-link:hover {
  font-weight: 700;
}
.search-purchase-sort-link.is-active {
  font-weight: 700;
}
.search-purchase-sort-link.is-active::after {
  content: "";
  width: 17px;
  height: 12px;
  background-image: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/common/search/icon-check.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 18px;
  top: 45%;
  transform: translateY(-50%);
}
.search-purchase-filter {
  margin-top: 13px;
  display: flex;
  position: relative;
}
.search-purchase-filter-top {
  display: flex;
  position: relative;
}
.search-purchase-filter-pulldown {
  cursor: pointer;
  background-color: #ebecec;
  color: #787777;
  border-radius: 3px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 8px 30px 8px 15px;
  min-width: 170px;
  max-height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 6px;
  position: relative;
}
.search-purchase-filter-pulldown::after {
  position: absolute;
  right: 15px;
  border-left: 2px solid;
  border-top: 2px solid;
  width: 8px;
  height: 8px;
  content: "";
  display: block;
  transform: rotate(-135deg);
}
.search-purchase-filter-pulldown.show {
  background-color: #507cd8;
  color: #fff;
  padding: 8px 30px 12px 15px;
  max-height: 40px;
  border-radius: 3px 3px 0 0;
}
.search-purchase-filter-pulldown.show:after {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.search-purchase-filter-content {
  position: absolute;
  top: 39px;
  left: 0;
  display: none;
  background-color: #fff;
  padding: 20px 30px 30px;
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.15));
  border: 1px solid #507cd8;
  border-radius: 5px;
  width: 92.2%;
  max-width: 700px;
  z-index: 2;
}
.search-purchase-filter-content.show {
  display: flex;
  flex-direction: column;
}
.search-purchase-filter-list {
  display: flex;
  flex-wrap: wrap;
}
.search-purchase-filter-group + .search-purchase-filter-group {
  margin-top: 30px;
}
.search-purchase-filter-title {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
  margin-bottom: 5px;
}
.search-purchase-filter-item {
  width: 25%;
}
.search-purchase-filter-item.is-active .search-purchase-filter-link {
  color: #507cd8;
}
.search-purchase-filter-link {
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 2.2;
  color: #787777;
}
.search-purchase-filter-link:hover {
  color: #507cd8;
}
.c-modal {
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  position: fixed;
  z-index: 99999;
  padding-top: 80px;
  padding-bottom: 40px;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
}
.c-modal .modal-close {
  cursor: pointer;
  display: block;
  position: relative;
  height: 40px;
  width: 40px;
  position: absolute;
  top: -45px;
  right: -7px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
}
.c-modal .modal-close:before,
.c-modal .modal-close:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0%;
  margin-top: -2px;
  width: 100%;
  height: 4px;
  background-color: #fff;
}
.c-modal .modal-close:before {
  transform: rotate(45deg);
}
.c-modal .modal-close:after {
  transform: rotate(-45deg);
}
.c-modal .modal-close:hover {
  opacity: 0.7;
}
.c-modal .close-bottom-btn {
  background-color: #4d4d4d;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.43;
  min-width: 200px;
  padding: 5px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
}
.c-modal .close-bottom-btn:hover {
  opacity: 0.7;
}
.c-modal .modal-wrapper {
  width: 100%;
}
.c-modal .modal-header {
  width: 100%;
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 20px 23px 20px;
  background: #507cd8;
  color: #fff;
}
.c-modal .modal-title {
  font-size: 18px;
  font-weight: 700;
}
.c-modal .modal-body {
  width: 100%;
  padding: 0 5%;
}
.c-modal .modal-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 5%;
  border: 2px solid #153987;
  background-color: #fff;
  position: relative;
}
.c-modal .modal-footer {
  width: 100%;
  padding-top: 12%;
  padding-bottom: 6%;
  text-align: center;
}
.c-modal.modal-small .modal-wrapper {
  max-width: 340px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.c-modal.modal-condition .modal-close {
  height: 36px;
  width: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  background: #fff;
  top: -15px;
  right: -8px;
  box-shadow: 6px 6px 6px rgba(0, 0, 0, 0.16);
  z-index: 10;
}
.c-modal.modal-condition .modal-close:before,
.c-modal.modal-condition .modal-close:after {
  display: none;
}
.c-modal.modal-condition .modal-close i {
  width: 16px;
  height: 16px;
  position: relative;
}
.c-modal.modal-condition .modal-close i:before,
.c-modal.modal-condition .modal-close i:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #507cd8;
  position: absolute;
  top: 50%;
  left: 0%;
}
.c-modal.modal-condition .modal-close i:before {
  transform: rotate(45deg);
}
.c-modal.modal-condition .modal-close i:after {
  transform: rotate(-45deg);
}
.c-modal.modal-condition .modal-close:hover {
  opacity: 1;
}
.c-modal.modal-condition .modal-content {
  border: 0;
  background: none;
}
.c-modal.modal-condition .modal-header {
  position: relative;
}
.c-modal.modal-condition .modal-header .dot-circle {
  width: calc(100% - 16px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.c-modal.modal-condition .modal-header .dot-circle.top {
  top: 8px;
}
.c-modal.modal-condition .modal-header .dot-circle.bot {
  bottom: 8px;
}
.c-modal.modal-condition .modal-header .dot-circle:before,
.c-modal.modal-condition .modal-header .dot-circle:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #86a6f9;
}
.c-modal.modal-condition .modal-body {
  padding: 0;
}
.c-modal.modal-condition .list-condition {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 5px;
}
.c-modal.modal-condition .list-condition .item {
  width: 100%;
  min-height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px 10px 8px 0;
  background: #fff;
}
.c-modal.modal-condition .list-condition .item:not(:first-child) {
  margin-top: 3px;
}
.c-modal.modal-condition .list-condition .item span {
  width: 20%;
  font-size: 21px;
  font-weight: bold;
  color: #507cd8;
  text-align: center;
}
.c-modal.modal-condition .list-condition .item p {
  width: 80%;
  max-width: 240px;
  font-size: 12px;
  font-weight: 500;
  color: #333;
}
.block-tag {
  width: 100%;
}
.block-tag__title,
.block-tag__content,
.block-tag__item {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.block-tag .block-tag__title {
  flex-direction: column;
  align-items: center;
  margin-bottom: 30px;
}
.block-tag .block-tag__title h2 {
  display: inline-block;
  text-align: center;
}
.block-tag .block-tag__title h2 .block-tag__h2 {
  width: -moz-max-content;
  width: max-content;
  min-width: 385px;
  min-height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 7px auto;
  padding: 3px 20px 5px;
  border-radius: 50px;
  background: #507cd8;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.block-tag .block-tag__title h2 .block-tag__ttl {
  margin: 0 auto;
  padding: 0 57px;
  font-size: 34px;
  font-weight: bold;
  color: #081b45;
  position: relative;
}
.block-tag .block-tag__title h2 .block-tag__ttl::before,
.block-tag .block-tag__title h2 .block-tag__ttl::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.block-tag .block-tag__title h2 .block-tag__ttl::before {
  border-width: 6px 0 6px 8px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #c2d1f1;
  left: 0;
}
.block-tag .block-tag__title h2 .block-tag__ttl::after {
  border-width: 6px 8px 6px 0;
  border-color: rgba(0, 0, 0, 0) #c2d1f1 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  right: 0;
}
.block-tag__item h3,
.block-tag__item .title {
  width: 100%;
  min-height: 40px;
  margin-bottom: 25px;
  padding: 6px 20px 7px 28px;
  background: #004495;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  position: relative;
}
.block-tag__item h3::before,
.block-tag__item .title::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-width: 6px 0 6px 8px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff;
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translate(0, -50%);
}
.block-tag__item:not(:last-child) {
  margin-bottom: 35px;
}
.block-tag .c-tags {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 30px;
  column-gap: 30px;
  row-gap: 15px;
  padding: 0 15px 0 15px;
}
.block-tag .c-tags .item {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  color: #081b45;
  position: relative;
  transition: all 0.3s ease;
}
.block-tag .c-tags .item::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin-right: 7px;
  border-left: 2px solid;
  border-top: 2px solid;
  border-color: #507cd8;
  transform: rotate(135deg);
}
.block-tag .c-tags .item:hover {
  opacity: 0.7;
}
.purchase-item-custom + .block-tag {
  margin-top: 50px;
}
.archive-purchase {
  list-style-type: none;
  margin: 45px 0 50px;
}
.archive-purchase.is_null {
  display: flex;
  justify-content: center;
}
.archive-purchase-list {
  margin: 0 0;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.archive-purchase-list + .blog-pagination {
  margin-top: 20px;
  padding-top: 0;
}
.archive-purchase-item {
  max-width: 25%;
  flex-basis: 25%;
  -webkit-flex-basis: 25%;
  margin-bottom: 50px;
  padding: 0 1%;
}
.archive-purchase-link {
  color: #555;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  text-align: center;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
}
.archive-purchase-link p {
  margin: 0;
}
.archive-purchase-link:hover {
  opacity: 0.7;
}
.archive-purchase .kaitori-date {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 7px;
  column-gap: 7px;
  border: 1px solid #244891;
  border-radius: 20px;
  padding: 4px 10px;
  line-height: 1.2;
  font-weight: 700;
  color: #244891;
  font-size: 12px;
}
.archive-purchase .kaitori-image {
  height: 195px;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
.archive-purchase .kaitori-image .lazyload {
  background-color: #eee;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.archive-purchase .kaitori-image.is-null {
  background-color: #eee;
  padding: 0 0 100% 0;
  margin: 10px 0;
  height: unset;
}
.archive-purchase .kaitori-title {
  font-size: 13px;
  line-height: 1.4;
  text-align: left;
  color: #21325e;
}
.archive-purchase .katori-bottom {
  width: 100%;
  align-self: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  flex: 1;
}
.archive-purchase .kaitori-price-header {
  min-height: 22px;
  background: #507cd8;
  color: #fff;
  font-weight: bold;
  line-height: 17px;
  padding: 2px;
}
.archive-purchase .kaitori-price {
  min-height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  border-bottom: 1px solid #507cd8;
  color: #507cd8;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  padding: 4px 2px 6px;
}
.archive-purchase .kaitori-btn {
  width: 100%;
  min-height: 30px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  margin-top: 10px;
  padding: 5px 5px 6px;
  border-radius: 20px;
  box-shadow: 0px 2px 2px rgba(36, 72, 145, 0.3);
  background: #eff6fe;
  font-size: 14px;
  font-weight: bold;
  color: #2c4894;
}
.archive-purchase .kaitori-btn::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin-left: 20px;
  border-left: 2px solid;
  border-top: 2px solid;
  transform: rotate(135deg);
}
.purchase-record-body {
  margin-top: 30px;
  border-top: 1px solid #ccc;
}
.purchase-record-item {
  display: flex;
  flex-direction: column;
}
.purchase-record-heading {
  width: 100%;
  min-height: 64px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 17px 50px 17px 34px;
  border-bottom: 1px solid #ccc;
  position: relative;
  cursor: pointer;
}
.purchase-record-heading:after {
  content: "";
  width: 8px;
  height: 8px;
  border-left: 2px solid #081b44;
  border-bottom: 2px solid #081b44;
  position: absolute;
  top: 50%;
  right: 34px;
  z-index: 1;
  transform: translate(50%, calc(-50% - 2.5px)) rotate(-45deg);
  transition: 0.3s all;
}
.purchase-record-heading.is-active:after {
  transform: translate(50%, calc(-50% + 2.5px)) rotate(135deg);
}
.purchase-record-title {
  font-size: 20px;
  font-weight: 700;
  color: #081b44;
}
.purchase-record-list {
  margin: 80px auto;
}
.purchase-record-list-contents.pulldown {
  border-bottom: 1px solid #ccc;
}
.cat-contacts {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}
.cat-contacts-title {
  color: #222;
  font-weight: 700;
  line-height: 1.25;
  margin: 0 0 20px;
  text-align: center;
}
.cat-contacts-title .title-line {
  display: inline-block;
  font-size: 28px;
}
.cat-contacts-title .title-line:after {
  content: "";
  background-color: #333;
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 5px;
}
.cat-contacts-title .title-text1 {
  font-size: 24px;
}
.cat-contacts-title .title-text2 {
  display: block;
  font-size: 17px;
  font-weight: 500;
  margin-top: 5px;
}
.cat-contacts-title .title-text2 br {
  display: none;
}
.cat-contacts-title .red {
  color: #e03448;
  font-size: 1.25em;
  font-weight: bold;
}
.cat-contacts-title .red {
  color: #e03448;
  font-size: 1.25em;
  font-weight: bold;
}
.cat-contacts-link {
  color: #000;
  display: block;
  margin: 0 0 5px;
  text-align: center;
}
.cat-contacts-list {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
.cat-contacts-list.list-3items > a {
  display: block;
  max-width: 33%;
}
.cat-contacts-list.list-3items .lazyload {
  display: block;
  width: 100%;
}
.cat-takuhai-2 .cat-contacts-list.list-3items .lazyload {
  width: 248px;
}
.cat-contacts-banner {
  display: block;
  margin: 30px 0;
}
.cat-contacts-banner.cat-video-appraisal {
  margin-top: 10px;
}
.cat-contacts-banner .lazyload {
  background-color: #eee;
  display: block;
  width: 100%;
}
.cat-contacts .cat-satei {
  margin: 30px 0;
}
.cat-omatome-bot {
  background-color: #224899;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  padding: 10px 10px 0;
  position: relative;
  text-align: center;
}
.cat-omatome-bot:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-color: #224899 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-width: 30px 375px 0 375px;
  border-style: solid;
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 0;
}
.cat-omatome-bot .cat-omatome-arrow {
  font-size: 0;
  width: 14px;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  bottom: -20px;
  z-index: 1;
}
.new-omatome {
  position: relative;
}
.new-omatome-img {
  display: block;
  background-color: #eee;
  width: 100%;
}
.contact-blue {
  padding: 20px 30px 30px;
  background: #517dd8;
  margin-bottom: 40px;
  margin-top: 50px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.26);
  -webkit-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.26);
  -moz-box-shadow: 0px 3px 10px 2px rgba(0, 0, 0, 0.26);
  background-color: #eff6ff;
}
.contact-blue .txt-under {
  color: #0353ff;
  font-weight: 700;
  text-align: center;
  margin-top: 10px;
}
.contact-blue .box-white-text {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  width: 543px;
  display: block;
  color: #fff;
  position: relative;
  z-index: 0;
  padding: 5px;
  margin-bottom: 15px;
  background-color: #2e4982;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}
.contact-blue .list-figure-contact {
  background-color: #fff;
}
.contact-blue .box-white-bg {
  position: relative;
  text-align: center;
  z-index: 0;
}
.contact-blue .box-white-bg .list-figure-contact {
  padding: 25px 30px 5px 30px;
}
.contact-blue .box-white-bg::after {
  content: "";
  right: -30px;
  bottom: 100%;
  margin-bottom: -24px;
  width: 217px;
  height: 270px;
  z-index: -1;
  position: absolute;
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/cv/cv_blue/operator-lp.png")
    no-repeat center bottom/auto 75%;
}
.contact-blue .box-white-bg .fg-img {
  margin-bottom: 6px;
  min-height: 93px;
}
.contact-blue .box-white-bg .fg-img .lazyload {
  display: block;
  height: 93px;
  width: 100%;
  transition: all 0.2s;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
}
.contact-blue.cv-old .box-white-text {
  font-size: 18px;
  width: 420px;
  margin-left: 70px;
  border-radius: 18px;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
}
.contact-blue.cv-old .box-white-text::after {
  content: "";
  border-left: 16px solid #2e4982;
  border-top: 4px solid rgba(0, 0, 0, 0);
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  left: 100%;
  top: 50%;
  position: absolute;
  margin-left: -1px;
  transform: translateY(-50%);
}
.contact-blue.cv-old .box-white-bg::after {
  right: 0;
  bottom: 100%;
  width: 180px;
  height: 182px;
  margin-bottom: -1px;
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/cv/cv_blue/operator2.png")
    no-repeat center bottom/auto 100%;
}
.box-white-bg .ttl-bl {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #2e4982;
  margin-bottom: 5px;
}
.box-white-bg .list-boxs {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  margin-bottom: 20px;
}
.box-white-bg .list-boxs .li {
  background-color: #507cd8;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  width: 228px;
  position: relative;
  padding: 14px 1%;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.box-white-bg .list-boxs .box1 .span-tg,
.box-white-bg .list-boxs .box2 .span-tg {
  width: 38px;
  height: 38px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
  display: flex;
  display: -ms-flexbox;
  right: -19px;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.box-white-bg .list-boxs .box1 .span-tg::before,
.box-white-bg .list-boxs .box2 .span-tg::before {
  content: "";
  display: block;
  border-bottom: 10px solid rgba(0, 0, 0, 0);
  border-top: 10px solid rgba(0, 0, 0, 0);
  border-left: 18px solid #fff;
}
.box-white-bg .list-boxs .box1 .span-tg {
  background-color: #507cd8;
}
.box-white-bg .list-boxs .box2 {
  background-color: #234899;
}
.box-white-bg .list-boxs .box2 .span-tg {
  background-color: #234899;
}
.list-figure-contact,
.contact-blue-tt {
  position: relative;
  z-index: 2;
}
.contact-blue-tt {
  font-size: 26px;
  font-weight: 700;
  color: #414e6c;
  margin-bottom: 17px;
  letter-spacing: -0.01em;
  text-align: left;
}
.contact-blue-tt .color-yl {
  color: #081b45;
  font-size: 42px;
}
.contact-blue-tt .color-yl small {
  position: relative;
  font-size: 33px;
}
.contact-blue-tt .color-yl small::after {
  content: "";
  width: 100%;
  height: 14px;
  position: absolute;
  bottom: 42px;
  left: 0;
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/common/icon/sprite_icon_pc.png")
    no-repeat -143px -20px/1960px auto;
}
.contact-blue-tt .text-bigger {
  font-size: 30px;
}
.cat-contacts-line {
  margin-top: 15px;
  margin-bottom: 40px;
  min-height: 200px;
  position: relative;
}
.cat-contacts-line img {
  background-color: #eee;
  display: block;
  width: 759px;
}
.cat-contacts-tt {
  text-align: center;
  margin-top: 40px;
  color: #081b45;
  font-size: 20px;
  font-weight: 700;
}
.sec-area-cta {
  margin-top: 20px;
  margin-bottom: 20px;
  min-height: 200px;
  position: relative;
  text-align: center;
}
.txt-under-box {
  text-align: center;
  margin-top: 20px;
  position: relative;
  animation: mymove 0.7s ease-in-out infinite;
}
.txt-under-box .txt {
  padding: 0px 25px;
  letter-spacing: 0.025em;
  color: #081b45;
  font-size: 24px;
  font-weight: 700;
  position: relative;
}
.txt-under-box .txt::before,
.txt-under-box .txt::after {
  content: "";
  display: block;
  width: 14px;
  height: 20px;
  position: absolute;
  margin-top: 3px;
  top: 50%;
  transform: translateY(-50%);
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/common/icon/sprite_icon_pc.png")
    no-repeat -15px -13px/1600px auto;
}
.txt-under-box .txt::before {
  left: 0;
}
.txt-under-box .txt::after {
  right: 0;
}
.phone-btns:not(.btn-shop),
.line-btns:not(.btn-shop) {
  width: 100%;
  border-radius: 5px;
  position: relative;
  height: 70px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  padding: 5px 60px;
  color: #fff;
  font-size: 26px;
  font-weight: 700;
  overflow: hidden;
  box-shadow: 0px 4px 0px 0px #d0cecc;
  margin-bottom: 4px;
}
.phone-btns:not(.btn-shop)::after,
.line-btns:not(.btn-shop)::after {
  content: "";
  width: 66px;
  height: 100%;
  z-index: 1;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
}
.phone-btns:not(.btn-shop) {
  background-color: #e65c9a;
}
.phone-btns:not(.btn-shop) .small {
  font-size: 22px;
}
.phone-btns:not(.btn-shop)::after {
  background-color: #cc0057;
}
.phone-btns:not(.btn-shop) .icon,
.phone-btns:not(.btn-shop)::before {
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
}
.phone-btns:not(.btn-shop)::before {
  width: 46px;
  height: 46px;
  content: "";
  display: block;
  right: 10px;
  z-index: 3;
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/sp/page_takuhai/CTA/icons.png")
    no-repeat left top/auto 46px;
}
.phone-btns:not(.btn-shop) .icon {
  width: 35px;
  height: 44px;
  left: 12px;
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/sp/page_takuhai/CTA/icons.png")
    no-repeat left -137px top/auto 44px;
}
.line-btns:not(.btn-shop) {
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/sp/cv/cv2/icon-line.png")
    no-repeat left 10px top 15px/42px auto #5cd613;
}
.line-btns:not(.btn-shop)::before {
  content: "TAP";
  font-size: 12px;
  width: 46px;
  height: 46px;
  right: 10px;
  border-radius: 50%;
  padding-top: 12px;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  border: 2px dotted #fff;
  display: block;
  z-index: 2;
  letter-spacing: 0.01em;
}
.line-btns:not(.btn-shop)::after {
  background-color: #3d9701;
}
.fg-img img {
  display: block;
}
@keyframes mymove {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(0px);
  }
}
.bannar-customs .a,
.bannar-customs > a {
  margin-bottom: 20px;
  display: block;
}
.bannar-cv {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  font-weight: 500;
}
.bannar-cv .p-left {
  color: #333;
  font-size: 16px;
  line-height: 1.3;
  text-align: left;
}
.bannar-cv .p-left .txt {
  position: relative;
}
.bannar-cv .p-left .txt::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
}
.bannar-cv .p-left .span {
  font-size: 30px;
  font-weight: 700;
  display: block;
  letter-spacing: -0.01em;
}
.bannar-cv .p-left .small {
  font-size: 0.9em;
}
.bannar-cv .p-right {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  padding-left: 70px;
  width: 400px;
  height: 79px;
  padding-left: 72px;
  border-radius: 50px;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.16);
  color: #000;
  text-align: left;
}
.bannar-cv .p-right .span1 {
  color: #fff;
  display: block;
  position: relative;
  line-height: 1;
  font-size: 27px;
  font-weight: 700;
}
.bannar-cv .p-right .span2 {
  font-size: 14px;
  display: block;
  letter-spacing: -0.15em;
}
.bannar-cv .p-right .strong {
  font-weight: 700;
}
.bannar-cv:hover {
  opacity: 0.7;
}
.bannar-cv.cv-phone .p-left .span {
  color: #e65c9a;
  font-size: 32px;
}
.bannar-cv.cv-phone .p-right {
  position: relative;
  background-color: #e65c9a;
}
.bannar-cv.cv-phone .p-right::before {
  content: "";
  left: 15px;
  top: 20px;
  width: 42px;
  height: 42px;
  position: absolute;
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/common/icon/sprite_icon_pc.png")
    no-repeat -844px -5px/1790px auto;
}
.bannar-cv.cv-phone .p-right .span2 {
  margin-left: -12px;
  font-size: 13px;
  letter-spacing: -0.02em;
}
.bannar-cv.cv-phone .p-right .span2-center {
  text-align: center;
}
.bannar-cv.cv-phone .p-right .span1 {
  font-size: 38px;
  text-align: center;
  margin-bottom: 4px;
  display: block;
}
.bannar-cv.cv-line .p-left {
  font-size: 15px;
}
.bannar-cv.cv-line .p-left .span {
  color: #5cd613;
  position: relative;
  bottom: -5px;
}
.bannar-cv.cv-line .p-left .txt {
  padding-right: 30px;
  letter-spacing: 0.06em;
}
.bannar-cv.cv-line .p-left .txt::before {
  width: 30px;
  right: -3px;
  top: -1px;
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/common/icon/sprite_icon_pc.png")
    no-repeat -677px -13px/1800px auto;
}
.bannar-cv.cv-line .p-right {
  background-color: #5cd613;
  padding-left: 74px;
  position: relative;
}
.bannar-cv.cv-line .p-right::before,
.bannar-cv.cv-line .p-right::after {
  content: "";
  position: absolute;
  background-image: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/common/icon/sprite_icon_pc.png");
  background-repeat: no-repeat;
}
.bannar-cv.cv-line .p-right::before {
  width: 43px;
  height: 43px;
  top: 19px;
  left: 14px;
  background-size: 1539px auto;
  background-position: -776px 0;
}
.bannar-cv.cv-line .p-right::after {
  width: 20px;
  height: 17px;
  top: 30px;
  right: 20px;
  background-size: 1988px auto;
  background-position: -750px -20px;
}
.bannar-cv.cv-line .p-right .span1 {
  letter-spacing: -0.12em;
}
.bannar-cv.cv-line .p-right .span2 {
  padding-left: 28px;
  position: relative;
  top: -4px;
}
.bannar-cv.cv-line .p-right .strong {
  font-size: 90%;
  font-weight: 900;
  letter-spacing: 0;
  margin-left: 1px;
  margin-right: 1px;
}
.bannar-cv.cv-video .p-left {
  font-size: 16px;
}
.bannar-cv.cv-video .p-left .span {
  color: #25a3f2;
  letter-spacing: -0.06em;
  margin-top: 5px;
}
.bannar-cv.cv-video .p-left .txt {
  padding-left: 15px;
  margin-right: 6px;
  letter-spacing: 0.05em;
}
.bannar-cv.cv-video .p-left .txt::before {
  left: -2px;
  top: 4px;
  width: 17px;
  height: 17px;
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/common/icon/sprite_icon_pc.png")
    no-repeat -1100px -20px/2013px auto;
}
.bannar-cv.cv-video .p-right {
  background-color: #25a3f2;
  padding-left: 84px;
  position: relative;
}
.bannar-cv.cv-video .p-right::before,
.bannar-cv.cv-video .p-right::after {
  content: "";
  position: absolute;
  background-image: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/common/icon/sprite_icon_pc.png");
  background-repeat: no-repeat;
}
.bannar-cv.cv-video .p-right::before {
  width: 43px;
  height: 38px;
  top: 18px;
  left: 25px;
  background-size: 1880px auto;
  background-position: -1077px -8px;
}
.bannar-cv.cv-video .p-right::after {
  width: 20px;
  height: 17px;
  top: 30px;
  right: 20px;
  background-size: 1988px auto;
  background-position: -750px -20px;
}
.bannar-cv.cv-video .p-right .span1 {
  letter-spacing: -0.12em;
}
.bannar-cv.cv-video .p-right .span2 {
  padding-left: 9px;
  position: relative;
  top: -4px;
}
.mt30 {
  margin-top: 30px;
}
.customer-inquiries-time {
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.customer-inquiries-time > .phone {
  padding-left: 43px;
}
.customer-inquiries-time > .phone::before {
  content: "";
  margin-top: 2px;
  width: 30px;
  height: 33px;
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/customer/tel-icon.png")
    no-repeat center center/100% auto;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.customer-inquiries-time > .span {
  position: relative;
  letter-spacing: 1.5px;
  font-size: 24px;
  font-weight: 500;
  color: #555;
}
.txt-fff {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
.txt-fff > .span {
  position: relative;
  letter-spacing: 1.5px;
  font-size: 20px;
  padding-left: 30px;
  font-weight: 500;
  color: #fff;
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/common/inquiry/tel-red.png")
    no-repeat left center;
}
.list-banner-contact {
  width: 740px;
  margin: 0 auto;
}
.btns-contact {
  border-radius: 10px;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  padding: 12px;
  color: #fff;
  font-weight: 700;
  text-align: left;
  box-sizing: border-box;
  width: 740px;
  margin: 0 auto;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.btns-contact:hover {
  opacity: 0.7;
}
.btns-contact .bg-w {
  background-color: #fff;
  margin-right: 27px;
  border-radius: 5px;
  font-weight: 500;
  width: 275px;
  padding: 12px 1%;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  display: -ms-flexbox;
}
.btns-contact .bg-w .span {
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/common/inquiry/check-blue.png")
    no-repeat left center;
  padding-left: 40px;
  font-size: 20px;
}
.btns-contact .p {
  padding-left: 60px;
  display: block;
  line-height: 1;
  position: relative;
}
.btns-contact .p::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 55px;
  height: 100%;
}
.btns-contact .arrow-icon {
  position: absolute;
  width: 35px;
  margin-top: 4px;
  height: 35px;
  background-color: #fff;
  border-radius: 20px;
  left: 100%;
  margin-left: 8px;
  transform: translateY(-50%);
  padding-top: 10px;
  padding-left: 8px;
  top: 50%;
}
.btns-contact .arrow-icon > .span {
  width: 14px;
  height: 14px;
  display: block;
  transform: rotate(45deg);
}
.btns-contact .num {
  text-align: center;
  padding-left: 60px;
}
.btns-contact .num:before {
  width: 46px;
  margin-top: 3px;
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/sp/page_takuhai/CTA/icon-2.svg")
    no-repeat left -124px center/auto auto;
}
.btns-contact .info {
  font-size: 47px;
  position: relative;
}
.btns-contact .info-line::before {
  margin-top: 3px;
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/cv/cv1/cv01_ico02.png")
    no-repeat left center/47px auto;
}
.btns-contact .info-line .arrow-icon > .span {
  border-top: 3px solid #5cd613;
  border-right: 3px solid #5cd613;
}
.btns-contact.line-p {
  background-color: #5cd613;
}
.btns-contact.line-p .bg-w {
  color: #3d9701;
}
.btns-contact.tel {
  background-color: #e03448;
}
.btns-contact.tel .bg-w {
  color: #e03448;
}
.modal-content .btns-contact.tel {
  width: 432px;
  margin-top: 20px;
  padding: 8px;
  border-radius: 7px;
}
.modal-content .btns-contact.tel .bg-w {
  width: 160px;
  padding: 7px 1%;
  border-radius: 4px;
  margin-right: 17px;
}
.modal-content .btns-contact.tel .bg-w .span {
  background-size: 17px auto;
  font-size: 11.5px;
  padding-left: 23px;
}
.modal-content .btns-contact.tel .p.num {
  padding-left: 40px;
  line-height: 1.2;
}
.modal-content .btns-contact.tel .p.num::before {
  width: 34px;
  margin-top: 0px;
  background-size: auto 62px;
  background-position: left -288px center;
}
.modal-content .btns-contact.tel .info {
  font-size: 28px;
  width: 250px;
}
.modal-content .btns-contact.tel .txt-fff > .span {
  font-size: 11px;
  background-size: 13px auto;
  padding-left: 17px;
}
.operator-tel {
  width: 480px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  margin: 20px auto;
  background-color: #fff;
  border: 7px solid #4663a1;
  color: #3557a1;
  font-weight: 700;
  padding: 16px;
  border-radius: 10px;
}
.operator-tel-icon {
  display: block;
  width: 100%;
}
.operator-tel .fg {
  width: 70px;
  margin-right: 15px;
}
.operator-tel .dt {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: left;
}
.operator-tel .dl {
  line-height: 1;
  width: 325px;
  white-space: nowrap;
}
.operator-tel .dd {
  font-size: 48px;
  font-weight: 700;
}
a.button-info-item {
  overflow: hidden;
  display: inline-block;
}
.btns-contact1 {
  border-radius: 7px;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  box-sizing: border-box;
  width: 400px;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.btns-contact1:hover {
  opacity: 0.7;
}
.btns-contact1 .bg-w {
  background-color: #fff;
  border-radius: 5px;
  padding: 1%;
  color: #3f42cb;
  display: block;
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.16);
}
.btns-contact1 .bg-w .span {
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/common/inquiry/check-blue.png")
    no-repeat left center/20px auto;
  padding-left: 25px;
  font-size: 15px;
  font-weight: 500;
}
.btns-contact1 .p {
  line-height: 1;
  position: relative;
  padding-right: 40px;
}
.btns-contact1 .p.info-line::before,
.btns-contact1 .p.num::before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 39px;
  height: 100%;
}
.btns-contact1 .p .arrow-icon {
  position: absolute;
  width: 26px;
  margin-top: 2px;
  height: 26px;
  background-color: #fff;
  border-radius: 20px;
  right: 0;
  transform: translateY(-50%);
  padding-top: 8px;
  padding-left: 6px;
  top: 50%;
}
.btns-contact1 .p .arrow-icon > .span {
  width: 10px;
  height: 10px;
  display: block;
  transform: rotate(45deg);
}
.btns-contact1 .num {
  padding-left: 55px;
}
.btns-contact1 .num::before {
  margin-top: 3px;
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/sp/page_takuhai/CTA/icon-2.svg")
    no-repeat left -121px center/auto 38px;
}
.btns-contact1 .num .arrow-icon > .span {
  border-top: 3px solid #ff5800;
  border-right: 3px solid #ff5800;
}
.btns-contact1 .info {
  font-size: 35px;
  position: relative;
  line-height: 1.3;
}
.btns-contact1 .info-line {
  font-size: 28px;
  padding-left: 40px;
}
.btns-contact1 .info-line::before {
  margin-top: 3px;
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/cv/cv1/cv01_ico02.png")
    no-repeat left center/30px auto;
}
.btns-contact1 .info-line .arrow-icon > .span {
  border-top: 3px solid #3bc911;
  border-right: 3px solid #3bc911;
}
.btns-contact1 .info-anchors {
  font-size: 26px;
}
.btns-contact1 .info-anchors .arrow-icon > .span {
  border-top: 3px solid #25a3f2;
  border-right: 3px solid #25a3f2;
}
.btns-contact1.line-p {
  background-color: #3bc911;
}
.btns-contact1.tel {
  background-color: #ff5800;
}
.btns-contact1.anchors {
  background-color: #25a3f2;
}
.btns-contact1.small {
  width: 330px;
  padding: 7px;
}
.btns-contact1.small .bg-w {
  margin-bottom: 3px;
}
.btns-contact1.small .bg-w .span {
  font-size: 13px;
  background-size: 16px auto;
  padding-left: 20px;
}
.btns-contact1.small .p {
  padding-right: 35px;
}
.btns-contact1.small .p .arrow-icon {
  height: 23px;
  width: 23px;
  padding-top: 6px;
  padding-left: 5px;
}
.btns-contact1.small .num {
  padding-left: 45px;
}
.btns-contact1.small .num::before {
  width: 38px;
  background-size: auto;
  background-position: left -34px center;
}
.btns-contact1.small .info {
  font-size: 28px;
  line-height: 1.4;
}
.btns-contact1.small .info::before {
  width: 40px;
}
.button-list2 {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
.button-list2.big .button-info-item {
  margin: 7px;
  width: 315px;
}
.button-list2.big .btns-contact1 {
  width: 100%;
  padding: 7px;
}
.button-list2.big .btns-contact1 .bg-w {
  margin-bottom: 3px;
}
.button-list2.big .btns-contact1 .bg-w .span {
  font-size: 12px;
  background-size: 15px auto;
  padding-left: 20px;
}
.button-list2.big .btns-contact1 .p {
  padding-right: 35px;
}
.button-list2.big .btns-contact1 .p .arrow-icon {
  height: 23px;
  width: 23px;
  padding-top: 6px;
  padding-left: 5px;
}
.button-list2.big .btns-contact1 .num {
  padding-left: 45px;
  margin: 0.35vw 0;
}
.button-list2.big .btns-contact1 .num::before {
  width: 38px;
  background-position: left -32px center;
}
.button-list2.big .btns-contact1 .info {
  font-size: 28px;
  line-height: 1.4;
  display: flex;
  justify-content: center;
}
.button-list2.big .btns-contact1 .info::before {
  width: 40px;
}
.button-list2.big .btns-contact1 .info-line {
  font-size: 22px;
  padding-top: 0.2vw;
  margin-top: 0.55vw;
  margin-bottom: 0.45vw;
  padding-bottom: 0.2vw;
}
.button-list2.big .btns-contact1 .info-line::before {
  background-size: 27px auto;
}
.button-list2.big .btns-contact1 .info-anchors {
  margin-top: 0.7vw;
  margin-bottom: 0.7vw;
  font-size: 20px;
}
@media screen and (max-width: 1519px) and (min-width: 1040px) {
  .button-list2.big .button-info-item {
    margin: 0.7vw;
    width: 29.5vw;
  }
  .button-list2.big .btns-contact1 .bg-w .span {
    font-size: 1.2vw;
    background-size: 1.2vw auto;
    padding-left: 2vw;
  }
  .button-list2.big .btns-contact1 .p .arrow-icon {
    height: 2vw;
    width: 2vw;
    padding-top: 2.2%;
    padding-left: 2%;
  }
  .button-list2.big .btns-contact1 .p .arrow-icon > .span {
    width: 0.8vw;
    height: 0.8vw;
  }
  .button-list2.big .btns-contact1 .num {
    padding-left: 3.5vw;
  }
  .button-list2.big .btns-contact1 .num::before {
    width: 3.5vw;
    background-size: auto 3.5vw;
    background-position: left -3vw center;
  }
  .button-list2.big .btns-contact1 .info {
    font-size: 2.7vw;
    line-height: 1.3;
  }
  .button-list2.big .btns-contact1 .info-line {
    font-size: 2vw;
    padding-left: 3.5vw;
  }
  .button-list2.big .btns-contact1 .info-line::before {
    background-size: 2.5vw auto;
  }
  .button-list2.big .btns-contact1 .info-anchors {
    font-size: 1.9vw;
  }
}
@media screen and (min-width: 1520px) {
  .button-list2.big .button-info-item {
    width: 490px;
  }
  .button-list2.big .btns-contact1 .bg-w .span {
    font-size: 20px;
    background-size: 23px auto;
    padding-left: 30px;
  }
  .button-list2.big .btns-contact1 .p .arrow-icon {
    height: 33px;
    width: 33px;
    padding-top: 10px;
    padding-left: 8px;
  }
  .button-list2.big .btns-contact1 .p .arrow-icon > .span {
    width: 12px;
    height: 12px;
  }
  .button-list2.big .btns-contact1 .num {
    padding-left: 60px;
  }
  .button-list2.big .btns-contact1 .num::before {
    width: 38px;
    background-size: auto 38px;
    background-position: left -121px center;
  }
  .button-list2.big .btns-contact1 .info {
    font-size: 43px;
    line-height: 1.3;
  }
  .button-list2.big .btns-contact1 .info-line {
    font-size: 33px;
    padding-left: 55px;
  }
  .button-list2.big .btns-contact1 .info-line::before {
    background-size: 40px auto;
  }
  .button-list2.big .btns-contact1 .info-anchors {
    font-size: 33px;
  }
}
.purchase-section {
  margin-top: 20px;
  margin-bottom: 50px;
}
.purchase-section .container {
  width: 100%;
}
.purchase-title {
  color: #be902e;
  font-weight: 700;
  font-size: 28px;
  line-height: 1.25;
  text-align: center;
  margin: 0 0 15px;
}
.purchase-buttons {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
.purchase-button {
  display: block;
  width: 372px;
  height: 83px;
  background-color: #224899;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 300ms;
  -webkit-transition: all 300ms;
  -moz-transition: all 300ms;
}
.purchase-button-wrap {
  height: 78px;
  border: 3px solid #5270ad;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.purchase-button-top {
  height: 45px;
  background-color: #fff;
  padding: 0 5px;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  display: flex;
  display: -ms-flexbox;
}
.purchase-button-top:after {
  content: "";
  border-style: solid;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #224899;
  border-width: 6px 0 6px 6px;
  display: block;
  height: 0;
  width: 0;
  margin-top: 1%;
  margin-right: 10px;
  margin-left: auto;
}
.purchase-button-top .ttl1 {
  font-weight: 700;
  font-family: "Noto Sans JP";
  color: #555;
  position: relative;
  top: 1px;
}
.purchase-button-top .ttl1-1 {
  font-size: 15px;
}
.purchase-button-top .ttl1-2 {
  font-size: 14px;
}
.purchase-button-top .ttl2 {
  color: #224899;
  font-weight: 700;
  font-family: "Noto Sans JP";
  position: relative;
  top: 1px;
}
.purchase-button-top .ttl2-1 {
  font-size: 25px;
  margin-left: 22px;
  letter-spacing: 0.05em;
}
.purchase-button-top .ttl2-2 {
  font-size: 19px;
  margin-left: 5px;
}
.purchase-button-top .lazyload {
  display: block;
  background-color: #eee;
  width: 35px;
  font-size: 0;
  margin-right: 5px;
}
.purchase-button-bot {
  font-size: 14px;
  font-weight: 500;
  font-family: "Noto Sans JP";
  color: #fff;
  border-top: 3px solid #5270ad;
  line-height: 22px;
  text-align: center;
  letter-spacing: 0.1em;
}
.a-links:hover {
  opacity: 0.7;
}
.purchase-section1 {
  margin-top: 40px;
  margin-bottom: 40px;
}
.cat-contacts-list.list-3items .cat-contacts-link:hover {
  opacity: 0.7;
}
.cat-contacts-list.list-3items .cv-btn {
  text-align: center;
  color: #fff;
  width: 240px;
  height: 90px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}
.cat-contacts-list.list-3items .cv-btn-wrap {
  background: #e65c9a;
  height: 67px;
}
.cat-contacts-list.list-3items .cv-btn-wrap .wrap-box {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  padding-top: 10px;
}
.cat-contacts-list.list-3items .cv-btn-wrap .wrap-box .txt1 {
  font-size: 20px;
  line-height: 34px;
  letter-spacing: 0.04em;
  padding-left: 10px;
  font-weight: 700;
}
.cat-contacts-list.list-3items .cv-btn-wrap .wrap-box .txt1.num {
  font-size: 24px;
}
.cat-contacts-list.list-3items .cv-btn-wrap .txt2 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.cat-contacts-list.list-3items .cv-btn-wrap.line {
  background: #5cd613;
}
.cat-contacts-list.list-3items .cv-btn-wrap.web {
  background: #35bbe0;
}
.cat-contacts-list.list-3items .cv-btn .txt3 {
  height: 22px;
  background: #cc0057;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.04em;
}
.cat-contacts-list.list-3items .cv-btn .txt3 img {
  width: 3.5%;
  margin-left: 10px;
}
.cat-contacts-list.list-3items .cv-btn .txt3.line {
  background: #3d9701;
}
.cat-contacts-list.list-3items .cv-btn .txt3.web {
  background: #0097c1;
}
.cat-contacts-list.list-3items .txt-top {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  color: #234899;
  margin-bottom: 5px;
}
.cat-contacts-list.list-3items .cta-btn {
  width: 240px;
  height: 90px;
  border: 3px solid #234899;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}
.cat-contacts-list.list-3items .cta-btn-wrap {
  background: #fff;
  padding: 0 8px;
  height: 48px;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.cat-contacts-list.list-3items .cta-btn-content {
  margin-left: 10px;
}
.cat-contacts-list.list-3items .cta-btn-content .ttl-wrap {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.cat-contacts-list.list-3items .cta-btn-content .title-1 {
  color: #234899;
  font-size: 34px;
  font-weight: 700;
}
.cat-contacts-list.list-3items .cta-btn .title-3 {
  height: 38px;
  background: #234899;
  color: #fff;
  font-size: 13px;
  line-height: 1.3;
  letter-spacing: 0.025em;
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.cat-contacts-list.list-3items .cta-btn .triangle {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #fff;
  position: relative;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  margin-left: 5px;
}
.cat-contacts-list.list-3items .cta-btn .triangle::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -1px;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #234899;
  border-right: 2px solid #234899;
}
.open-modal {
  text-align: left;
  border: 2px solid #2196df;
  color: #2196df;
  position: relative;
  width: 250px;
  padding: 9px 9px 9px 10px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  background-color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}
.open-modal::before,
.open-modal::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-top: 2px solid #2196df;
  border-right: 2px solid #2196df;
  margin-top: 1px;
  top: 50%;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transform: translateY(-50%) rotate(45deg);
}
.open-modal::before {
  right: 9px;
}
.open-modal::after {
  right: 14px;
}
.open-modal:hover {
  background-color: #2196df;
  color: #fff;
}
.open-modal:hover::before,
.open-modal:hover::after {
  border-color: #fff;
}
.bl-inline {
  display: block;
}
.logo-site-small {
  height: 34px;
  width: 150px;
  background-position: -13px -125px;
  background-size: 1073px auto;
}
.icon-visit-pur {
  width: 27px;
  height: 27px;
  background-position: -917px -6px;
  background-size: 1360px auto;
  margin-right: 19px;
}
.icon-takuhai-pur {
  width: 30px;
  height: 34px;
  background-position: -1026px -3px;
  background-size: 1450px auto;
  position: relative;
  margin-right: 18px;
}
.icon-shuccho-pur {
  width: 18px;
  height: 35px;
  background-position: -7px -57px;
  background-size: 1160px auto;
  position: relative;
  margin-right: 10px;
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: translate(-10px, -50%) rotate(45deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(10px, -50%) rotate(45deg);
  }
}
.purchase-style {
  margin-top: 50px;
}
.purchase-style-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 10px;
  text-align: center;
  color: #333;
}
.purchase-style-list {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
}
.purchase-style-list-btn {
  width: 246px;
  height: 52px;
  border-bottom: 6px solid #fff;
  background-color: #7a8db3;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  transition: width 100ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -webkit-transition: width 100ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -moz-transition: width 100ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.purchase-style-panel {
  border-top: 6px solid #2e4982;
  border-left: 1px solid #2e4982;
  border-right: 1px solid #2e4982;
  border-bottom: 1px solid #2e4982;
}
.purchase-style-panel .ttl {
  text-align: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #081b45;
  letter-spacing: 0.05em;
  margin-top: 30px;
  margin-bottom: 25px;
}
.purchase-style-panel .card {
  padding: 0 20px;
  position: relative;
  display: flex;
  display: -ms-flexbox;
}
.purchase-style-panel .card .lazyload {
  width: 384px;
  display: block;
  background-color: #eee;
  aspect-ratio: 384/124;
}
.purchase-style-panel .card .para {
  margin-left: 25px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #081b45;
  flex: 1 0 0;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  -webkit-box: 1;
  -moz-box: 1;
}
.purchase-style-panel .card-ab {
  position: absolute;
  width: 375px;
  top: 0;
  left: 25px;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
.purchase-style-panel .card-ab-item {
  width: 90px;
}
.purchase-style-panel .card-ab-item-top {
  font-family: "Noto Serif JP", serif;
  color: #507cd8;
  font-style: italic;
  font-size: 30px;
  position: relative;
  bottom: 5px;
}
.purchase-style-panel .card-ab-item-bot {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 50px;
}
.purchase-style-panel .card-ab-item-bot .small {
  font-size: 9px;
}
.purchase-style-panel-btn {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
  width: 400px;
  height: 50px;
  text-align: center;
  background-color: #2e4982;
  margin: 26px auto 40px;
  position: relative;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
.purchase-style-panel-btn:hover {
  opacity: 0.7;
}
.purchase-style-panel-btn:hover:after {
  animation: animate 1s infinite;
}
.purchase-style-panel-btn:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 21px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
}
.purchase-style input[name="purchase-control"] {
  display: none;
}
.purchase-style .purchase-style-panel {
  display: none;
}
.purchase-style
  #pur1:checked
  ~ .purchase-style-list
  .purchase-style-list-btn[for="pur1"],
.purchase-style
  #pur2:checked
  ~ .purchase-style-list
  .purchase-style-list-btn[for="pur2"],
.purchase-style
  #pur3:checked
  ~ .purchase-style-list
  .purchase-style-list-btn[for="pur3"] {
  width: 250px;
  font-size: 26px;
  font-weight: 700;
  border-bottom: unset;
  background-color: #2e4982;
}
.purchase-style
  #pur1:checked
  ~ .purchase-style-list
  .purchase-style-list-btn[for="pur1"]
  .icon-visit-pur {
  width: 35px;
  height: 35px;
  top: 3px;
  position: relative;
  background-position: -1187px -7px;
  background-size: 1760px auto;
}
.purchase-style #pur1:checked ~ .purchase-style-panel[data-pane="pur1"] {
  display: block;
}
.purchase-style
  #pur2:checked
  ~ .purchase-style-list
  .purchase-style-list-btn[for="pur2"]
  .icon-takuhai-pur {
  width: 35px;
  height: 38px;
  top: 3px;
  background-position: -1160px -4px;
  background-size: 1640px auto;
}
.purchase-style #pur2:checked ~ .purchase-style-panel[data-pane="pur2"] {
  display: block;
}
.purchase-style
  #pur3:checked
  ~ .purchase-style-list
  .purchase-style-list-btn[for="pur3"]
  .icon-shuccho-pur {
  width: 20px;
  height: 37px;
  top: 3px;
}
.purchase-style #pur3:checked ~ .purchase-style-panel[data-pane="pur3"] {
  display: block;
}
.blog-pagination {
  margin: 0px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  gap: 0 19px;
}
.blog-pagination .page-numbers {
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  background-color: #eff6fe;
  font-size: 16px;
  font-weight: 500;
  color: #86a6f9;
}
.blog-pagination .page-numbers.current {
  background-color: #86a6f9;
  color: #fff;
  --space: calc(36px + 19px);
}
.blog-pagination .page-numbers.current:first-child {
  margin-left: var(--space);
}
.blog-pagination .page-numbers.current:last-child {
  margin-right: var(--space);
}
.blog-pagination .page-numbers.prev:before {
  margin-right: -6px;
}
.blog-pagination .page-numbers.next:before {
  margin-left: -6px;
}
.blog-pagination a.page-numbers:hover {
  background-color: #86a6f9;
  color: #fff;
}
.purchase-item-custom.hide {
  display: none;
}
.purchase-item-custom .top-button-3 {
  margin-top: unset;
  min-width: 400px;
  max-width: 80%;
  padding: 18px 45px 18px 20px;
}
.purchase-record-list-contents.style2 .archive-purchase {
  position: relative;
}
.purchase-record-list-contents.style2 .archive-purchase::after {
  content: "";
  display: block;
  width: 100%;
  height: 80px;
  background: linear-gradient(
    rgba(255, 255, 255, 0.3) 0%,
    rgb(255, 255, 255) 100%
  );
  position: absolute;
  bottom: 0;
  left: 0;
  pointer-events: none;
  transition: 0.3s all;
}
.purchase-record-list-contents.style2 .archive-purchase.show::after {
  display: none;
}
.purchase-record-list-contents.style2 .archive-purchase-item.hide {
  display: none;
}
.purchase-record-list-contents.style2 .btn-more {
  margin: -25px auto 25px;
  display: block;
  border: none;
  width: 300px;
  background-color: #4662a1;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  padding: 7px 2%;
  border-radius: 21px;
  cursor: pointer;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
}
.purchase-record-list-contents.style2 .btn-more .bg {
  position: relative;
  z-index: 0;
  padding-right: 35px;
}
.purchase-record-list-contents.style2 .btn-more .bg::after {
  content: "";
  right: 0;
  top: 0px;
  height: 100%;
  position: absolute;
  width: 20px;
  display: block;
  transform: rotate(180deg);
  z-index: 1;
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/brand_lp/common/arrow-up.png")
    no-repeat top 4px right/auto 16px;
}
.purchase-record-list-contents.style2 .btn-more.hide {
  display: none;
  transition: 0.3s all;
}
.model {
  margin-top: 50px;
  margin-bottom: 50px;
}
.model .model {
  margin-top: 0;
  margin-bottom: 0;
}
.model .model + .top-button-wrap {
  display: none;
}
.model-list {
  background-color: #f7f6f2;
  list-style: none;
  padding: 1.5%;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.gem-blue + .model-list {
  margin-top: -11px;
}
.model-item {
  padding: 0.5%;
  max-width: 20%;
  text-align: center;
  flex-basis: 20%;
  -webkit-flex-basis: 20%;
}
.model-inner {
  background-color: #fff;
  color: inherit;
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
}
.model-inner .lazyload {
  margin-left: auto;
  margin-right: auto;
  background-color: #eee;
  display: block;
  width: 100px;
}
.model-inner .lazyload.nobg {
  background-color: unset;
}
.model-title {
  background-color: #5370ac;
  color: #fff;
  display: block;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.1;
  min-height: 40px;
  padding: 2px 12px 2px 18px;
  position: relative;
  text-align: center;
  width: 100%;
  margin-top: auto;
  align-self: flex-end;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
}
.model-title:before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-top: 2px solid;
  border-right: 2px solid;
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -3.5px;
  transform: rotate(45deg);
}
.sect-models {
  margin: 70px 0;
}
.sect-models.custom .sect-models-item-ttl {
  font-size: 14px;
  padding: 0 10px;
}
.sect-models.custom .sect-models-item-ttl::before {
  display: none;
}
.sect-models.rolex-number .sect-models-item-btn .sect-models-item-name {
  font-size: 16px;
  line-height: 1.1;
}
.sect-models-group {
  margin: 45px auto 5px;
}
.sect-models-group .sect-models-item-wrapimg {
  margin: 15px 0 20px;
}
.sect-models-group .sect-models-item-wrapimg.h118 {
  height: 118px;
}
.sect-models-group .sect-models-item-wrapimg.h100 {
  height: 100px;
}
.sect-models-group .sect-models-item-img {
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}
.sect-models-group-wrap {
  background: linear-gradient(180deg, #3f4d6b 0%, #091c46 95%);
  padding: 10px 15px 10px 30px;
  color: #fff;
  display: flex;
  justify-content: space-between;
}
.sect-models-group-ttl {
  font-size: 21px;
  font-weight: 700;
  font-family: "Noto Serif JP", serif;
}
.sect-models-group-btn {
  color: #fff;
  font-family: "Noto Sans JP", serif;
  font-size: 12px;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10px 0 25px;
  border-left: 1px solid #fff;
}
.sect-models-group-btntxt {
  position: relative;
  padding-bottom: 14px;
}
.sect-models-group-btntxt::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  color: #507cd8;
  left: 50%;
  bottom: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0);
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(-135deg);
  transition: 0.3s all;
}
.sect-models-group-btntxt.is-open::after {
  top: 85%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.sect-models-ttl {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.07em;
  line-height: 1.2;
  font-family: "Noto Serif JP", serif;
}
.sect-models-ttl-group {
  text-align: left;
}
.sect-models-ttl-wrap {
  display: flex;
  align-items: center;
  flex-direction: column;
  text-align: center;
  background: linear-gradient(180deg, #3f4d6b 0%, #091c46 95%);
  padding: 25px 20px;
  color: #fff;
}
.sect-models-ttl-wrap.only {
  padding: 0;
  justify-content: center;
  display: flex;
  flex-direction: column;
  min-height: 74.44px;
  align-items: center;
}
.sect-models-ttl-higher {
  padding: 23px 30px;
}
.sect-models-ttl-higher .sect-models-ttl {
  letter-spacing: 0;
}
.sect-models-ttl2 {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.sect-models-subttl {
  font-size: 16px;
  color: #21325e;
  font-weight: 700;
  margin-bottom: 17px;
  text-align: center;
}
.sect-models-mid {
  background-color: #f7f6f2;
  padding: 20px 30px 40px;
}
.sect-models-mid .top-button-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
}
.sect-models-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
}
.sect-models-item {
  width: 132px;
  flex-shrink: 0;
  border-radius: 5px;
  background-color: #beb48c;
  padding-bottom: 4px;
}
.sect-models-item-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  text-align: center;
}
.sect-models-item-img {
  display: inline-block;
  margin: 15px 0 20px;
  width: 100px;
}
.sect-models-item-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #333;
  position: relative;
  padding: 0 10px;
  margin-bottom: 10px;
}
.sect-models-item-btn {
  background-color: #5d5035;
}
.sect-models-item-btn-link {
  background-color: #9e8246;
  border-radius: 5px;
  height: 58px;
  display: flex;
  align-items: center;
  padding-right: 13px;
  padding-left: 13px;
}
.sect-models-item-btn-link:before {
  content: "";
  display: inline-block;
  border-top: 8px solid rgba(0, 0, 0, 0);
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  border-left: 8px solid #fff;
  margin-right: 6px;
}
.sect-models-item-btn-link:hover {
  opacity: 0.7;
}
.sect-models-item-btn .sect-models-item-name {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  word-break: break-all;
}
.sect-models-item.is-hide {
  display: none;
}
.sect-models-item-anchorlink .sect-models-item-btn-link {
  justify-content: center;
  padding: 0 32px 0 20px;
  position: relative;
}
.sect-models-item-anchorlink .sect-models-item-btn-link::before {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  border-bottom: unset;
  border-top: 12px solid #fff;
  border-left: 6px solid rgba(0, 0, 0, 0);
  border-right: 6px solid rgba(0, 0, 0, 0);
}
.sect-models-item-anchorlink .sect-models-item-name {
  font-size: 16px;
}
.sect-models-title {
  margin-bottom: 16px;
  padding-left: 16px;
  font-size: 20px;
  font-weight: bold;
  color: #091c46;
  position: relative;
}
.sect-models-title::before {
  content: "";
  width: 4px;
  height: 88%;
  background: #091c46;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sect-models-title:not(:first-child) {
  margin-top: 30px;
}
.sect-models.group-models .sect-models-mid {
  padding: 36px 30px 60px;
}
.sect-models.new-style .sect-models-mid .sect-models-list {
  gap: 10px;
}
.sect-models.new-style .sect-models-mid .sect-models-item {
  gap: 10px;
  padding: 1px 1px 5px;
  background-color: #beb38b;
  border-radius: 4px;
}
.sect-models.new-style .sect-models-mid .sect-models-item-link {
  border-radius: 4px;
}
.sect-models.new-style .cate-list .sect-models-item-img {
  margin: 15px 0;
}
.sect-models.new-style .model-list .sect-models-item {
  width: calc((100% - 20px) / 3);
  padding-bottom: 4px;
}
.sect-models.new-style .model-list .sect-models-item-link {
  min-height: 65px;
  flex-direction: row;
  padding: 5px 7px 5px;
}
.sect-models.new-style .model-list .sect-models-item-img {
  width: 40px;
  margin: 0;
}
.sect-models.new-style .model-list .sect-models-item-ttl {
  justify-content: flex-start;
  padding: 0;
  margin-left: 7px;
  margin-bottom: 0;
  text-align: left;
}
.sect-models.new-style .top-button-wrap {
  width: 100%;
}
.link-down {
  font-size: 14px;
  color: #3c66bc;
  text-decoration: underline;
  display: block;
}
.faq-list .link-down {
  font-size: 18px;
  letter-spacing: 0.01em;
  font-weight: 500;
  margin-top: 12px;
}
.link-down {
  margin-top: 10px;
}
.purchase-tabs-list {
  z-index: 2;
}
.purchase-tabs,
.purchase-record-list {
  margin-top: 70px;
}
.purchase-record-list-contents {
  display: none;
}
.purchase-record-list-contents.show {
  display: block;
}
.purchase-record-list-contents .archive-purchase {
  margin: 45px 0 40px;
}
.purchase-item-custom .top-button-wrap {
  margin-bottom: 80px;
}
.brand-section {
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 40px;
  background-color: #f5f5f5;
}
.brand-section-title {
  color: #444;
  margin: 0 0 40px;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: none;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
}
.brand-section-title:before,
.brand-section-title:after {
  content: "";
  display: block;
  width: 198px;
  height: 0;
  border-bottom: 1px solid;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
}
.brand-section-title h2 {
  color: inherit;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  margin: 0;
  padding: 0 15px;
  text-align: center;
}
.brand-section-title h2 span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.56em;
  text-align: center;
}
.brand-list {
  margin: 0 0 20px;
  padding: 0;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.brand-list-item {
  list-style: none;
  margin-bottom: 2%;
  padding-left: 1%;
  padding-right: 1%;
  max-width: 16.65%;
  flex-basis: 16.65%;
  -webkit-flex-basis: 16.65%;
}
.brand-list-item .lazyload {
  display: block;
  font-size: 13px;
  height: 105px;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.brand-list-link {
  color: #555;
  display: block;
  text-align: center;
  text-decoration: none;
  word-break: break-all;
}
.brand-list-link .name-en {
  font-size: 13px;
  font-weight: 700;
  margin: 10px 0 5px;
}
.brand-list-link .name-jp {
  font-size: 11px;
  margin: 0;
}
.brand-list-link:hover {
  text-decoration: none;
}
.brand-cate {
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin-top: 50px;
  margin-bottom: 50px;
}
.brand-cate-title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.brand-cate-title h2 {
  width: 100%;
  padding: 8px;
  border-radius: 8px;
  background-color: #234899;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #fff;
}
.brand-cate-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: var(--row-gap) var(--col-gap);
  --col: 5;
  --col-gap: 10px;
  --row-gap: 10px;
  padding: 0 30px;
}
.brand-cate-item {
  width: calc((100% - var(--col-gap) * (var(--col) - 1)) / var(--col));
}
.brand-cate-link {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  position: relative;
}
.brand-cate-bg {
  width: 100%;
  height: 132px;
}
.brand-cate-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.brand-cate-info {
  width: 100%;
  height: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #333;
  position: absolute;
  bottom: 5px;
}
.brand-cate .top-button-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px 20px;
  margin-top: 40px;
}
.brand-cate .top-button {
  margin-top: 0;
}
.brand-cate .sect-models-ttl-wrap {
  margin-bottom: 20px;
}
.brand-cate-title {
  margin-bottom: 32px;
}
.brand-cate-title h2 {
  font-weight: 500;
  border-radius: 0;
  background-color: #21325e;
  font-size: 16px;
  padding: 11px 1% 10px;
  letter-spacing: 0.05em;
}
.brand-cate .top-button-wrap {
  margin-top: 30px;
}
.brand-cate .top-button {
  position: relative;
  min-width: 304px;
  font-size: 16px;
  padding: 15px;
}
.brand-cate .top-button .lazyload {
  position: absolute;
  right: 14px;
  top: 52%;
  transform: translateY(-50%);
}
.logo-site-small {
  height: 34px;
  width: 150px;
  background-position: -13px -125px;
  background-size: 1073px auto;
}
.icon-visit-pur {
  width: 27px;
  height: 27px;
  background-position: -917px -6px;
  background-size: 1360px auto;
  margin-right: 19px;
}
.icon-takuhai-pur {
  width: 30px;
  height: 34px;
  background-position: -1026px -3px;
  background-size: 1450px auto;
  position: relative;
  margin-right: 18px;
}
.icon-shuccho-pur {
  width: 18px;
  height: 35px;
  background-position: -7px -57px;
  background-size: 1160px auto;
  position: relative;
  margin-right: 10px;
}
@keyframes animate {
  0% {
    opacity: 0;
    transform: translate(-10px, -50%) rotate(45deg);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(10px, -50%) rotate(45deg);
  }
}
.purchase-style {
  margin-top: 50px;
}
.purchase-style-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 10px;
  text-align: center;
  color: #333;
}
.purchase-style-list {
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-align: start;
  -moz-box-align: start;
  -ms-flex-align: start;
}
.purchase-style-list-btn {
  width: 246px;
  height: 52px;
  border-bottom: 6px solid #fff;
  background-color: #7a8db3;
  color: #fff;
  font-weight: 500;
  font-size: 24px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  cursor: pointer;
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  transition: width 100ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -webkit-transition: width 100ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -moz-transition: width 100ms cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
.purchase-style-panel {
  border-top: 6px solid #2e4982;
  border-left: 1px solid #2e4982;
  border-right: 1px solid #2e4982;
  border-bottom: 1px solid #2e4982;
}
.purchase-style-panel .ttl {
  text-align: center;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #081b45;
  letter-spacing: 0.05em;
  margin-top: 30px;
  margin-bottom: 25px;
}
.purchase-style-panel .card {
  padding: 0 20px;
  position: relative;
  display: flex;
  display: -ms-flexbox;
}
.purchase-style-panel .card .lazyload {
  width: 384px;
  display: block;
  background-color: #eee;
  aspect-ratio: 384/124;
}
.purchase-style-panel .card .para {
  margin-left: 25px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #081b45;
  flex: 1 0 0;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  -webkit-box: 1;
  -moz-box: 1;
}
.purchase-style-panel .card-ab {
  position: absolute;
  width: 375px;
  top: 0;
  left: 25px;
  display: flex;
  display: -ms-flexbox;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
.purchase-style-panel .card-ab-item {
  width: 90px;
}
.purchase-style-panel .card-ab-item-top {
  font-family: "Noto Serif JP", serif;
  color: #507cd8;
  font-style: italic;
  font-size: 30px;
  position: relative;
  bottom: 5px;
}
.purchase-style-panel .card-ab-item-bot {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
  margin-top: 50px;
}
.purchase-style-panel .card-ab-item-bot .small {
  font-size: 9px;
}
.purchase-style-panel-btn {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 50px;
  color: #fff;
  width: 400px;
  height: 50px;
  text-align: center;
  background-color: #2e4982;
  margin: 26px auto 40px;
  position: relative;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
}
.purchase-style-panel-btn:hover {
  opacity: 0.7;
}
.purchase-style-panel-btn:hover:after {
  animation: animate 1s infinite;
}
.purchase-style-panel-btn:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 21px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
}
.purchase-style input[name="purchase-control"] {
  display: none;
}
.purchase-style .purchase-style-panel {
  display: none;
}
.purchase-style
  #pur1:checked
  ~ .purchase-style-list
  .purchase-style-list-btn[for="pur1"],
.purchase-style
  #pur2:checked
  ~ .purchase-style-list
  .purchase-style-list-btn[for="pur2"],
.purchase-style
  #pur3:checked
  ~ .purchase-style-list
  .purchase-style-list-btn[for="pur3"] {
  width: 250px;
  font-size: 26px;
  font-weight: 700;
  border-bottom: unset;
  background-color: #2e4982;
}
.purchase-style
  #pur1:checked
  ~ .purchase-style-list
  .purchase-style-list-btn[for="pur1"]
  .icon-visit-pur {
  width: 35px;
  height: 35px;
  top: 3px;
  position: relative;
  background-position: -1187px -7px;
  background-size: 1760px auto;
}
.purchase-style #pur1:checked ~ .purchase-style-panel[data-pane="pur1"] {
  display: block;
}
.purchase-style
  #pur2:checked
  ~ .purchase-style-list
  .purchase-style-list-btn[for="pur2"]
  .icon-takuhai-pur {
  width: 35px;
  height: 38px;
  top: 3px;
  background-position: -1160px -4px;
  background-size: 1640px auto;
}
.purchase-style #pur2:checked ~ .purchase-style-panel[data-pane="pur2"] {
  display: block;
}
.purchase-style
  #pur3:checked
  ~ .purchase-style-list
  .purchase-style-list-btn[for="pur3"]
  .icon-shuccho-pur {
  width: 20px;
  height: 37px;
  top: 3px;
}
.purchase-style #pur3:checked ~ .purchase-style-panel[data-pane="pur3"] {
  display: block;
}
.purchase-style {
  margin-top: 70px;
}
.nav-tab-shop {
  display: flex;
  display: -ms-flexbox;
  margin: 0 2% 16px;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  background: #eef3fe;
  padding: 20px 18px;
  justify-content: center;
  gap: 7px;
}
.nav-tab-shop .txt-shop {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #4c639d;
  text-align: center;
  width: 100%;
  margin-bottom: 3px;
}
.nav-tab-shop .tab-shop {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.1em;
  width: 133px;
  height: 68px;
  padding: 7px 0px 5px;
  background-color: #fff;
  border: 1.5px solid #1d3a82;
  color: #1d3a82;
  cursor: pointer;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.nav-tab-shop .tab-shop.active {
  background-color: #1d3a82;
  color: #fff;
  cursor: default;
}
.shops-list {
  margin-top: 70px;
  margin-bottom: 30px;
}
.shops-list .top-heading-title {
  font-size: 19px;
  margin: 0 16px 20px;
}
.shops-box .sec-pd {
  margin: 0 2%;
}
.shops-box-ttl {
  padding: 10px;
  color: #fff;
  background-color: #081b45;
  margin-bottom: 20px;
  font-weight: 700;
  letter-spacing: 0.05em;
  font-size: 23px;
  margin: 0 2% 18px;
  text-align: center;
}
.shops-box-mid {
  display: flex;
  display: -ms-flexbox;
}
.shops-box-img {
  width: 50%;
}
.shops-box-content {
  padding-left: 20px;
  width: 50%;
}
.shops-box-content-ttl {
  color: #507cd8;
  border-bottom: 1px #507cd8 dotted;
  width: 100%;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
}
.shops-box-content-info {
  padding-left: 10px;
  color: #222;
  margin: 15px 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 24px;
}
.shops-box-link {
  text-align: center;
  margin: 5px auto;
  display: block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background: #507cd8;
  box-shadow: 0px 4px 0px 0px #37579b;
  padding: 4px;
  width: 304px;
}
.shops-box-link .box {
  padding: 9px 0;
  line-height: 1.38;
  position: relative;
}
.shops-box-link:hover {
  opacity: 0.7;
}
.shops-box-link .link-span {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
}
.shops-box-link .link-span::after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background: url("https://brandrevalue.com/assets/wp-content/themes/bring/img/pc/common/inquiry/cir-arrow.png")
    no-repeat;
  background-position: center;
}

.place-text {
  background-color: #f4f4f4;
  font-size: 16px;
  text-align: center;
  padding-top: 30px;
  background-color: #f4f4f4;
}

.guide-section h4.nav-tab-link {
  font-size: 18px;
}

.main-content {
  justify-content: center;
}

.guide-list .swiper-wrapper {
  height: fit-content;
}

.place-text {
  display: none;
}

.place-text.active {
  display: block;
}

@media screen and (max-width: 1040px) {
  .container {
    width: 100%;
  }

  .site-header .site-branding {
    padding-inline: 30px;
  }
}

@media screen and (max-width: 768px) {
  .main-area {
    max-width: 100%;
    padding-inline: 30px;
  }

  .portfolio-address .box-address {
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
  }

  .place-text {
    padding-inline: 10px;
  }
}

@media screen and (max-width: 500px) {
  .portfolio-address .address {
    width: 100%;
  }

  .portfolio-address .embed {
    width: 100%;
    height: 300px;
  }

  .portfolio-address .embed iframe {
    height: 300px;
  }
}
