:root {
  --inner-padding: 100px;
  --max-content-width: 1224px;
  --color-blue: #005bac;
  --color-red: #da2828;
  --color-green:#55A801;
  --color-orange:#FD9127;
  --color-background: #f4f6f8;
}

#animaloriginfree {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

#animaloriginfree.is-cn {
  font-family: "Noto Sans SC","微软雅黑","宋体",sans-serif;
}

#animaloriginfree .p-section {
  width: 100vw;
  padding-left: var(--inner-padding);
  padding-right: var(--inner-padding);
}

#animaloriginfree .p-inner {
  max-width: var(--max-content-width);
  margin: 0 auto;
}

#animaloriginfree .p-headline-2 {
  position: relative;
  margin-top: 100px;
  margin-bottom: 50px;
  padding-left: 18px;
  font-size: 38px;
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
  line-height: 1.5;
  color: var(--color-blue);
}

#animaloriginfree .p-headline-2::before {
  content: "";
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 0;
  width: 8px;
  background-color: currentColor;
}

#animaloriginfree .p-headline-2:first-child {
  margin-top: 0;
}

#animaloriginfree .p-headline-2.is-white {
  color: #fff;
}

#animaloriginfree .p-headline-3 {
  margin-top: 60px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 10px 20px;
  font-size: 24px;
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
  line-height: 1.5;
  color: var(--color-blue);
  background-color: var(--color-background);
}

#animaloriginfree .p-headline-3:first-child {
  margin-top: 0;
}

#animaloriginfree .p-headline-4 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 20px;
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
  line-height: 1.5;
  color: var(--color-blue);
}

#animaloriginfree .p-headline-4:first-child {
  margin-top: 0;
}

#animaloriginfree .p-text {
  margin-top: 30px;
}

#animaloriginfree .p-text:first-child {
  margin-top: 0;
}

#animaloriginfree .p-text+.p-text {
  margin-top: 1em;
}

#animaloriginfree .p-note {
  position: relative;
  padding-left: 1.8em;
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.6;
}

#animaloriginfree .p-note::before {
  content: attr(data-label);
  position: absolute;
  top: 0;
  left: 0;
}

#animaloriginfree .p-note.is-white {
  color: #fff;
}

#animaloriginfree .p-note.is-right {
  text-align: right;
}

#animaloriginfree .p-note+.p-note {
  margin-top: 5px;
}

#animaloriginfree .p-hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  margin-top: 40px;
  margin-bottom: 40px;
  border-top: 1px dotted var(--color-blue);
}

#animaloriginfree .p-box {
  display: flex;
  justify-content: space-between;
}

#animaloriginfree .p-box__item {
  width: 48.5%;
}

#animaloriginfree .p-box__lead {
  margin-bottom: 24px;
  font-size: 24px;
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
  font-weight: bold;
}

#animaloriginfree .p-box__lead span {
  color: var(--color-blue);
}

#animaloriginfree .p-box__lead.is-small {
  font-size: 18px;
}

#animaloriginfree .p-button-wrap {
  text-align: center;
}

#animaloriginfree .p-button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 320px;
  min-height: 60px;
  padding: 10px;
  font-size: 20px;
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
  color: #fff;
  background-color: var(--color-blue);
  border-radius: 30px;
  text-decoration: none;
  transition-duration: .4s;
  z-index: 2;
  overflow: hidden;
}

#animaloriginfree .p-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  margin: auto;
  padding-top: 100%;
  transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,transform .3s;
  transition: opacity .3s,transform .3s,-webkit-transform .3s;
  transition-delay: 0s;
  -webkit-transform: translateY(-50%) scale(0.1);
  transform: translateY(-50%) scale(0.1);
  border-radius: 50%;
  background: #337cbd;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}

#animaloriginfree .p-button.is-orange {
  background-color: var(--color-orange);
}
#animaloriginfree .p-button.is-orange::after {
  background: #FAA858;
}

#animaloriginfree .p-mv {
  position: relative;
  width: 100vw;
  padding-left: var(--inner-padding);
  padding-right: var(--inner-padding);
}

#animaloriginfree .p-mv::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(to right, #facd00 0%, #fa9600 25.12%, #ea5f00 51.49%, #d2141e 75.36%, #c30000 100%);
}

#animaloriginfree .p-mv__inner {
  position: relative;
  max-width: 1224px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#animaloriginfree .p-mv__head {
  flex: 1;
}

#animaloriginfree .p-mv__head img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#animaloriginfree .p-mv__body {
  width: 50%;
}

#animaloriginfree .p-mv__select {
  position: absolute;
  top: 15px;
  border: 1px solid currentColor;
  border-radius: 4px;
}

#animaloriginfree .p-mv__title {
  width: 93.4%;
}

#animaloriginfree .p-mv__text {
  margin-top: 20px;
  font-size: 26px;
  line-height: 1.5;
}

#animaloriginfree .p-intro {
  padding-top: 80px;
  padding-bottom: 100px;
}

#animaloriginfree .p-cause {
  padding-top: 100px;
  padding-bottom: 100px;
  background: linear-gradient(to bottom, #f2f8ff 0%, #c3dffd 100%);
}

#animaloriginfree .p-cause-box {
  display: flex;
  justify-content: space-between;
}

#animaloriginfree .p-cause-box>* {
  width: 47.5%;
}

#animaloriginfree .p-cause-box__lead {
  margin-bottom: 24px;
  font-size: 18px;
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
}

#animaloriginfree .p-cause-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

#animaloriginfree .p-cause-list__item {
  display: flex;
  padding: 20px 30px;
  background-color: #fff;
  border-radius: 14px;
  box-shadow: 5px 5px 10px rgba(0,0,0,.16);
}

#animaloriginfree .p-cause-list__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 25%;
}

#animaloriginfree .p-cause-list__client {
  margin-top: 10px;
  font-size: 20px;
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
  line-height: 1.5;
  text-align: center;
  color: var(--color-blue);
}

#animaloriginfree .p-cause-list__client span {
  font-size: 16px;
}

#animaloriginfree .p-cause-list__body {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#animaloriginfree .p-cause-list__body::after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 22px;
  background-image: url("/-/Media/cojp/company/business/regenerativemedicine/aof/images/icon_arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-color: #fff;
}

#animaloriginfree .p-cause-list__text {
  font-size: 18px;
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
  line-height: 1.6;
  text-align: center;
}

#animaloriginfree .p-cause-list__text+.p-cause-list__text {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px dotted var(--color-blue);
}

#animaloriginfree .p-about {
  padding-top: 100px;
  padding-bottom: 100px;
}

#animaloriginfree .p-merit-box {
  display: flex;
}

#animaloriginfree .p-merit-box__title {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  font-size: 20px;
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
  color: #fff;
  background-color: var(--color-blue);
}

#animaloriginfree .p-merit-box__body {
  flex: 1;
  margin-left: 20px;
}

#animaloriginfree .p-merit-box__list {
  list-style-type: none;
}

#animaloriginfree .p-merit-box__list li {
  padding-left: 22px;
  position: relative;
  font-size: 18px;
  line-height: 1.6;
  color: var(--color-blue);
}

#animaloriginfree .p-merit-box__list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 12px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: currentColor;
}

#animaloriginfree .p-product {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: var(--color-blue);
}

#animaloriginfree .p-product-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

#animaloriginfree .p-product-list__item {
  position: relative;
  padding: 20px 30px 140px;
  border-radius: 14px;
  background-color: #fff;
}

#animaloriginfree .p-product-list__button {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

#animaloriginfree .p-product-list__head {
  display: flex;
  align-items: center;
}

#animaloriginfree .p-product-list__head-image {
  width: 37%;
  max-width: 200px;
}

#animaloriginfree .p-product-list__head-title {
  flex: 1;
  font-size: 18px;
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
  line-height: 1.4;
  color: var(--color-blue);
}

#animaloriginfree .p-product-list__head-title span {
  display: block;
  font-size: 32px;
  border-top: 1px dotted currentColor;
  padding-top: 0.5em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#animaloriginfree .p-product-list__body {
  margin-top: 20px;
}

#animaloriginfree .p-product-list__body-title {
  display: flex;
  align-items: flex-start;
  padding: 10px 20px;
  font-size: 24px;
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
  line-height: 1.5;
  color: var(--color-blue);
  background-color: #f2f2f2;
  border-radius: 8px;
}

#animaloriginfree .p-product-list__body-title::before {
  content: "";
  margin-top: 4px;
  flex-shrink: 0;
  display: block;
  width: 32px;
  height: 32px;
  background-image: url("/-/Media/cojp/company/business/regenerativemedicine/aof/images/icon_feature.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

#animaloriginfree .p-product-list__list {
  margin-top: 20px;
}

#animaloriginfree .p-product-list__list li {
  position: relative;
  padding-left: 28px;
  font-size: 18px;
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
  line-height: 1.6;
}

#animaloriginfree .p-product-list__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("/-/Media/cojp/company/business/regenerativemedicine/aof/images/icon_check.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

#animaloriginfree .p-product-list__list li+li {
  margin-top: 10px;
}

#animaloriginfree .p-product-bottom {
  margin-top: 60px;
}

#animaloriginfree .p-product-list-2 {
  counter-reset: item;
}

#animaloriginfree .p-product-list-2>li {
  display: flex;
  padding: 10px 0;
  font-size: 18px;
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
  color: #fff;
}

#animaloriginfree .p-product-list-2>li:first-child {
  padding-top: 0;
}

#animaloriginfree .p-product-list-2>li:last-child {
  border-bottom: 1px dotted currentColor;
}

#animaloriginfree .p-product-list-2>li::before {
  flex-shrink: 0;
  margin-top: 5px;
  margin-right: 10px;
  counter-increment: item;
  content: counter(item);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 10px;
  color: var(--color-blue);
  background-color: #fff;
  border-radius: 50%;
}

#animaloriginfree .p-product-list-2 li+li {
  border-top: 1px dotted currentColor;
}

#animaloriginfree .p-product-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3%;
}

#animaloriginfree .p-product-grid__item .p-headline-3 {
  min-height: auto;
}

#animaloriginfree .p-conversion {
  padding-top: 60px;
}

.p-button-rightfixed-wrap {
  position: fixed;
  display:flex;
  flex-flow: column;
  gap:5px;
  bottom: 125px;
  right: 0;
  z-index: calc(infinity);
} 
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.p-button-rightfixed-wrap.is-hidden {
  animation: fadeOut 0.8s forwards;
} 
.p-button-rightfixed__btn {
  writing-mode: vertical-rl;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
  color: #fff;
  background-color: var(--color-blue);
  border-radius: 10px 0 0 10px;
  min-width:60px;
  min-height:244px;
  text-decoration: none;
  transition-duration: .4s;
  z-index: 2;
  overflow: hidden;
  font-weight: bold;
}
.p-button-rightfixed__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  margin: auto;
  padding-top: 100%;
  transition: opacity .3s,-webkit-transform .3s;
  transition: opacity .3s,transform .3s;
  transition: opacity .3s,transform .3s,-webkit-transform .3s;
  transition-delay: 0s;
  -webkit-transform: translateY(-50%) scale(0.1);
  transform: translateY(-50%) scale(0.1);
  border-radius: 10px;
  background: #337cbd;
  z-index: -1;
  opacity: 0;
  pointer-events: none;
}
.p-button-rightfixed-wrap a.p-button-rightfixed__btn:link,
.p-button-rightfixed-wrap a.p-button-rightfixed__btn:visited,
.p-button-rightfixed-wrap a.p-button-rightfixed__btn:hover,
.p-button-rightfixed-wrap a.p-button-rightfixed__btn:active{
  text-decoration: none;
  opacity: 1;
  color:#ffffff;
}

.p-button-rightfixed__btn span {
  position: relative;
  display:block;
  /padding-top:20px;
}
.p-button-rightfixed__btn span::before {
  content: "";
  position: absolute;
  left: 5px;
  top: -5px;
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(/-/Media/cojp/company/business/regenerativemedicine/stemnavi/images/icon_inquiry.svg);
  background-repeat: no-repeat;
}
.p-button-rightfixed__btn.is-order {
  background-color: var(--color-green);
}
.p-button-rightfixed__btn.is-order::after {
  background: #6EB02B;
}
.p-button-rightfixed__btn.is-order span::before {
  content: "";
  position: absolute;
  left: 5px;
  top: -8px;
  display: block;
  width: 26px;
  height: 26px;
  background-image: url(/-/Media/cojp/company/business/regenerativemedicine/stemnavi/images/icon_order.svg);
  background-repeat: no-repeat;
  display: none;
}
a.p-link.is-white {
  color: #fff;
}
@media screen and (max-width: 1023px) {
  :root {
    --inner-padding: 40px;
  }
}

@media screen and (max-width: 767px) {
  :root {
    --inner-padding: 20px;
    --max-content-width: 100%;
    --content-width-1: 100%;
  }

  #animaloriginfree .p-headline-2 {
    margin-top: 60px;
    margin-bottom: 30px;
    padding-left: 14px;
    font-size: 20px;
  }

  #animaloriginfree .p-headline-2::before {
    width: 4px;
  }

  #animaloriginfree .p-headline-3 {
    margin-top: 30px;
    margin-bottom: 20px;
    min-height: 46px;
    font-size: 18px;
  }

  #animaloriginfree .p-headline-4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
  }

  #animaloriginfree .p-hr {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  #animaloriginfree .p-box {
    flex-direction: column;
    gap: 20px;
  }

  #animaloriginfree .p-box__item {
    width: 100%;
  }

  #animaloriginfree .p-box__lead {
    font-size: 18px;
  }

  #animaloriginfree .p-button {
    min-height: 54px;
  }

  #animaloriginfree .p-mv {
    padding-left: 0;
    padding-right: 0;
  }

  #animaloriginfree .p-mv::after {
    height: 6px;
  }

  #animaloriginfree .p-mv__inner {
    flex-direction: column;
  }

  #animaloriginfree .p-mv__head {
    width: 100%;
  }

  #animaloriginfree .p-mv__head img {
    height: 100%;
    -o-object-position: center top;
    object-position: center top;
  }

  #animaloriginfree .p-mv__body {
    width: 100%;
    padding-top: 60px;
    padding-left: var(--inner-padding);
    padding-right: var(--inner-padding);
  }

  #animaloriginfree .p-mv__select {
    right: 20px;
  }

  #animaloriginfree .p-mv__title {
    width: 100%;
  }

  #animaloriginfree .p-mv__text {
    margin-top: 10px;
    font-size: 18px;
  }

  #animaloriginfree .p-intro {
    padding-top: 40px;
    padding-bottom: 80px;
  }

  #animaloriginfree .p-cause {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  #animaloriginfree .p-cause-box {
    flex-direction: column-reverse;
  }

  #animaloriginfree .p-cause-box>* {
    width: 100%;
  }

  #animaloriginfree .p-cause-box__head {
    margin-top: 20px;
  }

  #animaloriginfree .p-cause-list {
    grid-template-columns: 1fr;
  }

  #animaloriginfree .p-cause-list__item {
    flex-direction: column;
    padding: 10px 20px;
  }

  #animaloriginfree .p-cause-list__head {
    width: 100%;
  }

  #animaloriginfree .p-cause-list__image {
    max-width: 120px;
  }

  #animaloriginfree .p-cause-list__client {
    font-size: 18px;
  }

  #animaloriginfree .p-cause-list__body {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 2px solid var(--color-blue);
  }

  #animaloriginfree .p-cause-list__body::after {
    top: -21px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
  }

  #animaloriginfree .p-cause-list__text+.p-cause-list__text {
    margin-top: 10px;
    padding-top: 10px;
  }

  #animaloriginfree .p-about {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  #animaloriginfree .p-merit-box__title {
    width: 80px;
    font-size: 14px;
  }

  #animaloriginfree .p-merit-box__body {
    margin-left: 10px;
  }

  #animaloriginfree .p-merit-box__list li {
    padding-left: 20px;
    font-size: 16px;
  }

  #animaloriginfree .p-merit-box__list li::before {
    width: 10px;
    top: 6px;
  }

  #animaloriginfree .p-product {
    padding-top: 60px;
    padding-bottom: 80px;
  }

  #animaloriginfree .p-product-list {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  #animaloriginfree .p-product-list__item {
    padding: 30px 20px 40px;
  }

  #animaloriginfree .p-product-list__button {
    margin-top: 20px;
    position: static;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  #animaloriginfree .p-product-list__head {
    gap: 10px;
  }

  #animaloriginfree .p-product-list__head-image {
    width: 100px;
  }

  #animaloriginfree .p-product-list__head-title {
    font-size: 16px;
  }

  #animaloriginfree .p-product-list__head-title span {
    font-size: 20px;
  }

  #animaloriginfree .p-product-list__head-title br.sp-hidden {
    display: none;
  }

  #animaloriginfree .p-product-list__body-title {
    font-size: 18px;
  }

  #animaloriginfree .p-product-list__list li {
    font-size: 16px;
  }

  #animaloriginfree .p-product-bottom {
    margin-top: 30px;
  }

  #animaloriginfree .p-product-list-2>li {
    font-size: 16px;
  }

  #animaloriginfree .p-product-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  #animaloriginfree .p-conversion {
    padding-bottom: 40px;
  }
  .p-button-rightfixed-wrap {
    background-color:#EBF2F7;
    position: fixed;
    display:flex;
    flex-flow:row nowrap;
    /justify-content: space-between;
    justify-content: center;
    gap:5px;
    bottom: 0;
    right: 0;
    width:100%;
    z-index: 10;
    padding:8px 15px;
  } 
  .p-button-rightfixed-wrap a:hover,
  .p-button-rightfixed-wrap a:visited{
    text-decoration: none;
    opacity: 1;
    color:#ffffff;
  }
  .p-button-rightfixed__btn {
    writing-mode: horizontal-tb;
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-family: "FP-ヒラギノUD角ゴ StdN W6","Yu Gothic Medium","Yu Gothic",YuGothic,"Hiragino Sans","ヒラギノ角ゴシック","メイリオ",Meiryo,sans-serif;
    color: #fff;
    background-color: var(--color-blue);
    border-radius: 30px;
    /width: calc((100% - 10px) / 2);
    width: calc(100% - 10px - 120px);
    min-height:44px;
    text-decoration: none;
    transition-duration: .4s;
    z-index: 2;
    overflow: hidden;
    font-weight: bold;
  }
  .p-button-rightfixed__btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 0;
    margin: auto;
    padding-top: 100%;
    transition: opacity .3s,-webkit-transform .3s;
    transition: opacity .3s,transform .3s;
    transition: opacity .3s,transform .3s,-webkit-transform .3s;
    transition-delay: 0s;
    -webkit-transform: translateY(-50%) scale(0.1);
    transform: translateY(-50%) scale(0.1);
    border-radius: 10px;
    background: #337cbd;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
  }
  .p-button-rightfixed__btn span {
    position: relative;
    display:block;
    padding-top:0;
    /padding-left:13px;
  }
  .p-button-rightfixed__btn span::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 0;
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(/-/Media/cojp/company/business/regenerativemedicine/stemnavi/images/icon_inquiry.svg);
    background-repeat: no-repeat;
  }
  .p-button-rightfixed__btn.is-order {
    background-color: var(--color-green);
  }
  .p-button-rightfixed__btn.is-order::after {
    background: #6EB02B;
  }
  .p-button-rightfixed__btn.is-order span::before {
    content: "";
    position: absolute;
    left: -14px;
    top: 0;
    display: block;
    width: 26px;
    height: 26px;
    background-image: url(/-/Media/cojp/company/business/regenerativemedicine/stemnavi/images/icon_order.svg);
    background-repeat: no-repeat;
    display: none;
  }
  .g-siteFooter #pageTop {
    bottom:67px!important;
  }
  #ot-sdk-btn-floating.ot-floating-button {
    bottom:67px!important;
  }
}

@media not screen and (max-width: 767px) {
  #animaloriginfree .p-mv__head {
    margin-right: calc(50% - 50vw);
  }

  #animaloriginfree .p-mv__head img {
    height: 480px;
    -o-object-position: left center;
    object-position: left center;
  }

  #animaloriginfree .p-mv__select {
    left: 0;
  }

  #animaloriginfree .p-cause-list__body {
    margin-left: 40px;
    padding-left: 20px;
    border-left: 2px solid var(--color-blue);
  }

  #animaloriginfree .p-cause-list__body::after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -20px;
  }

  #animaloriginfree .p-product-grid__item {
    display: grid;
    grid-row: span 2;
    grid-template-rows: subgrid;
  }
}

@media (hover: hover) {
  #animaloriginfree .p-button:hover::after {
    transition: opacity .1s,-webkit-transform .3s ease-in-out;
    transition: opacity .1s,transform .3s ease-in-out;
    transition: opacity .1s,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition-delay: 0s,.1s;
    -webkit-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
    opacity: 1;
  }
  .p-button-rightfixed__btn:hover::after {
    transition: opacity .1s,-webkit-transform .3s ease-in-out;
    transition: opacity .1s,transform .3s ease-in-out;
    transition: opacity .1s,transform .3s ease-in-out,-webkit-transform .3s ease-in-out;
    transition-delay: 0s,.1s;
    -webkit-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1);
    opacity: 1;
  }
}