p {
  font-size: 1rem;
}

.Rc-colour {
  color: #009fe6;
}

.Rg-colour {
  color: #c8161d;
}

.osaka-colour {
  color: #185595;
}

#soleFunction .modal-content, .choose_us .modal-content {
  max-height: 85vh;
}
#soleFunction .modal-content-scrollable, .choose_us .modal-content-scrollable {
  overflow-y: scroll;
}
#soleFunction .reasons-block, .choose_us .reasons-block {
  position: relative;
  max-height: 80vh;
}
#soleFunction .reasons-block .modal-header, .choose_us .reasons-block .modal-header {
  border-color: #f99fc3;
  margin: 0 1rem;
}
#soleFunction .reasons-block .modal-close, .choose_us .reasons-block .modal-close {
  position: absolute;
  z-index: 1280;
  top: -10px;
  right: -10px;
  opacity: 0.7;
  align-self: flex-start;
  justify-self: flex-end;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
  cursor: pointer;
  pointer-events: visible;
  line-height: 10px;
  padding: 0;
  text-align: center;
  color: #ffffff;
  background-color: rgba(43, 43, 43, 0.956);
  border-radius: 50%;
  /*width: 42px; height: 42px;*/
}

#brand-regeta .brand-main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
}
#brand-regeta .beforeAfter .inner-block {
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 25%, rgb(236, 234, 230) 25%);
  background-clip: padding-box;
}
#brand-regeta .beforeAfter .text-block {
  max-width: 50rem;
  margin: 1rem auto;
}
#brand-regeta .callout {
  border-left: 1rem solid var(--mid-gray);
  padding: 1rem;
}
#brand-regeta .callout.rust {
  border-color: #ff6560;
}
#brand-regeta .callout.mint {
  border-color: #67ff8f;
}
#brand-regeta .callout.mauve {
  border-color: #9561fb;
}
#brand-regeta .callout p {
  margin-bottom: 0;
  text-align: left;
}
#brand-regeta .choose_us .reasons-block .accordion-item {
  border: none;
}
#brand-regeta .choose_us .reasons-block .title-tab .accordion-button {
  color: #191919;
  background: url(./regeta/brand-circle1.png) center no-repeat;
  border-radius: 0.5rem;
  margin-bottom: 0.5rem;
}
#brand-regeta .choose_us .reasons-block .title-tab .accordion-button h5 {
  margin-bottom: 0;
}
#brand-regeta .choose_us .reasons-block .title-tab .accordion-button:not(.collapsed) {
  color: rgb(107, 1, 1);
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
#brand-regeta .choose_us .reasons-block .content-box .pointer_cr {
  display: inline-block;
  width: 45px;
  text-align: center;
  height: 45px;
  border-radius: 50%;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0.4rem 0.8rem 0.4rem 0rem;
  background: #f99fc3;
  position: relative;
  flex-shrink: 0;
}
#brand-regeta .choose_us .reasons-block .content-box .pointer_cr h3 {
  color: #fff;
  height: 100%;
  width: 100%;
  line-height: 40px;
  vertical-align: middle;
  text-align: center;
}
#brand-regeta .choose_us ::after {
  box-sizing: border-box;
}
#brand-regeta .choose_us .grid-block {
  max-width: 90%;
  margin: 5rem auto 0;
}
#brand-regeta .choose_us .grid-block ul {
  list-style: none;
  margin: 0 -30px;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#brand-regeta .choose_us .grid-block ul li {
  flex: 0 0 calc(33.2% - 60px);
  min-width: 16rem;
  position: relative;
  margin: 0 30px 60px 30px;
}
#brand-regeta .choose_us .grid-block ul li:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 100%;
}
#brand-regeta .choose_us .grid-block ul li a {
  border-radius: 100%;
  border: 8px solid transparent;
  -o-border-image: url(./regeta/circle-br.png) 30 fill;
     border-image: url(./regeta/circle-br.png) 30 fill;
  text-align: center;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: rgb(42, 36, 36);
  overflow: hidden;
}
#brand-regeta .choose_us .grid-block ul li a > div {
  max-width: 100%;
}
#brand-regeta .choose_us .grid-block ul li a h5 {
  max-width: 99%;
  text-overflow: ellipsis;
  font-weight: 500;
}
#brand-regeta .choose_us .grid-block ul li a .details {
  color: white;
  font-size: 0.9rem;
  border-radius: 50%;
  font-weight: 400;
  padding: 1rem 1.5rem;
  margin: 1rem auto;
  background-color: #f0a2a9;
  transition: all ease 2s;
}
#brand-regeta .choose_us .grid-block ul li a:hover .details, #brand-regeta .choose_us .grid-block ul li a:focus .details {
  background-color: crimson;
}
#brand-regeta .gallery .img-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
  background: rgb(255, 255, 255);
  background: linear-gradient(0deg, rgb(255, 255, 255) 4%, rgb(236, 234, 230) 100%);
}
#brand-regeta .gallery .img-grid img {
  width: calc(25% - 0.1rem);
  -o-object-fit: cover;
     object-fit: cover;
  flex: none;
}
#brand-regeta .gallery .img-grid img.big {
  height: 100%;
  width: calc(50% - 0.1rem);
}

#brand-2ball .brand-main {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: flex-start;
}
#brand-2ball .cushioning .img-box {
  flex: 0 0 33%;
}

.madeIn {
  background: url(rcpage/bg_osaka.png) left top repeat;
  border-bottom: none;
  margin: 5rem auto;
  padding: 7rem !important;
  color: #e5e5e5;
}
.madeIn p span {
  color: #fae231;
}
.madeIn .osaka {
  background: #f7f7f7;
  margin-top: 2.5rem;
}
.madeIn .osaka .box {
  vertical-align: middle;
  line-height: 2.15;
  padding: 3.5rem;
}
.madeIn .osaka .box.logo {
  border-right: 1px solid #dbdee1;
}
.madeIn .osaka .box p {
  color: #333;
  font-size: 0.9rem;
}

.origin-main {
  background: url(rcpage/bg_logo.png) left top repeat;
  border-bottom: none;
  margin: 5rem auto;
  padding: 7rem !important;
  color: #333;
}
.origin-main .rc-title {
  color: #0f0f0f;
  line-height: 2rem;
  vertical-align: middle;
  display: grid;
  grid-template-columns: 2.4rem 1fr;
  grid-template-rows: auto;
  gap: 1.5rem;
  align-items: center;
  grid-template-areas: ". .";
  clear: both;
}
.origin-main .rc-title span {
  vertical-align: middle;
}
.origin-main .rc-title span img {
  -o-object-fit: contain;
     object-fit: contain;
  max-width: 32px;
}
.origin-main dt.col-sm-1 {
  max-width: 2rem;
  line-height: 2rem;
  vertical-align: middle;
}
.origin-main dd {
  width: calc(100% - 2rem);
}
.origin-main .img-box {
  vertical-align: middle;
  line-height: 2.15;
  padding: 2.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-width: 30rem;
}

#sole h3, #sole h4, #sole h5 {
  font-weight: 400;
}
#sole .section-title {
  color: #009fe6;
}
#sole .divider {
  border-bottom: 0.2rem solid #FAC231;
  margin: 0;
  margin-bottom: 0.5rem;
  height: 0;
  max-width: 50%;
}
#sole .keypoints {
  border-bottom: 0.2rem dotted #c8c8c9;
  padding-bottom: 0.5rem;
  margin-bottom: 0.3rem;
}
#sole .col-lg-11 .row {
  padding: 2rem;
  margin: 1rem;
}

.machiaruki {
  display: block;
}
.machiaruki .inner-block {
  background: url(rcpage/img_machiaruki.jpg) right top no-repeat;
  background-size: auto 100%;
}
.machiaruki .inner-block .overly-block {
  text-align: left;
  font-size: 1rem;
  /* grid styles */
  display: flex;
  width: 55%;
  align-items: center;
  justify-content: start;
  justify-items: center;
}
.machiaruki .inner-block .overly-block .text-block {
  padding: 4rem 5rem;
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 916px) {
  .section-main {
    margin: 2.5rem auto;
  }
  .section-main .inner {
    padding: 2rem;
  }
  .text-block-50 {
    width: 80vw;
  }
  .machiaruki {
    display: block;
  }
  .machiaruki .inner-block {
    background: url(rcpage/img_machiaruki.jpg) center top no-repeat;
    background-size: 100% auto;
    padding-top: 50%;
  }
  .machiaruki .inner-block .overly-block {
    width: 100%;
  }
  .machiaruki .inner-block .overly-block .text-block {
    padding: 2rem 5rem;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #brand-regeta .beforeAfter .inner-block {
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgb(255, 255, 255) 18%, rgb(236, 234, 230) 18%);
  }
  #brand-regeta #brand-regeta .choose_us .grid-block ul li {
    min-width: 190px !important;
  }
  #brand-regeta #brand-regeta .choose_us .grid-block ul li a h5 {
    font-size: 1rem !important;
  }
  #brand-regeta #brand-regeta .choose_us .grid-block ul li .details {
    font-size: 0.7rem !important;
    padding: 1rem !important;
  }
  .modal-body.content-box, .modal-body {
    max-width: 95vw;
  }
  .modal-body.content-box .auto-grid.cl-3 img, .modal-body .auto-grid.cl-3 img {
    max-width: 30vw !important;
  }
}
@media (max-width: 662px) {
  #brand-regeta .choose_us .grid-block ul li {
    min-width: 250px !important;
  }
  #brand-regeta .choose_us .grid-block ul li a h5 {
    font-size: 1.1rem !important;
  }
  .auto-flex > * {
    min-width: 80vw;
  }
}