@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name:
Note:

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object
------------------------------------------------------------------------
----------------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

.date-list-item {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  column-gap: 1.3333333333vw;
  font-size: 1.2rem;
  color: #999490;
}

.p-supervisor {
  position: relative;
  margin: 0 0 2rem;
  padding: 1rem;
  background: #efece9;
  color: #7f7875;
}
.p-supervisor a {
  color: #7f7875;
}
.p-supervisor a::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.p-supervisor__headline {
  margin-left: 8rem;
  padding: 0;
  background: none;
  line-height: 1;
  font-size: 1.4rem;
  font-weight: normal;
}
.p-supervisor__details {
  display: flex;
  align-items: center;
}
.p-supervisor__details__pic {
  margin: -1.4rem 1rem 0 0;
  width: 7rem;
}
.p-supervisor__details__name {
  flex: 1;
  font-size: 1.1rem;
}
.p-supervisor__details__name .name-emphasis {
  font-size: 1.8rem;
  font-weight: bold;
}
.p-supervisor__details__name .job-title {
  display: block;
  margin-top: .5rem;
  line-height: 1.4;
}
.p-supervisor__details__name .name-position {
  line-height: 1.8;
}
.p-supervisor__link {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  margin: 0;
  padding: 0;
  background: none;
  text-align: right;
  text-decoration: none;
  line-height: 1;
  font-size: 1.2rem;
}
.p-supervisor__link a {
  display: block;
  padding-left: 2rem;
  background: url(../img/tc_icon_arrow_1.png) left center no-repeat;
  background-size: contain;
}

.c-anchor {
  margin: 0 2vw 2rem;
}
.c-anchor__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  column-gap: .6rem;
  row-gap: .9rem;
}
.c-anchor__item {
  display: flex;
  position: relative;
  align-items: center;
  padding: .5rem 1.2rem .5rem 1.5rem;
  border: 1px solid #c4bab2;
  border-radius: 2em;
  background: #f2f1ef;
  font-size: 1.2rem;
}
.c-anchor__item a {
  line-height: 1.2;
  color: #7f7875 !important;
}
.c-anchor__item a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}
.c-anchor__item::after {
  content: '';
  margin-left: .5rem;
  width: 1.8666666667vw;
  height: 2.1333333333vw;
  background-image: url(../img/case_arrow1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-anchor .anchor-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.p-anchor .anchor-item {
  display: flex;
  position: relative;
  flex-basis: 24%;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  margin: .18rem;
  min-height: 5.5rem;
  border-radius: .4rem;
  background: linear-gradient(#f2efed, #e5dfdb);
  text-align: center;
}
.p-anchor .anchor-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 0;
  width: 100%;
  height: 100%;
  line-height: 1.2307692308;
  font-size: 1.3rem;
  color: #7f7875;
  box-sizing: border-box;
}
.p-anchor .anchor-item::after {
  content: '';
  display: block;
  position: absolute;
  right: 50%;
  bottom: .6rem;
  margin-right: -.35rem;
  width: .7rem;
  height: .7rem;
  border-right: .1rem solid #7f7875;
  border-bottom: .1rem solid #7f7875;
  transform: rotate(45deg);
}
.p-anchor .p-anchor__list {
  margin: 0;
  row-gap: 1.3333333333vw;
  column-gap: 1.3333333333vw;
}
.p-anchor .p-anchor__item {
  display: list-item;
  flex-basis: auto;
  flex-shrink: 1;
  margin: 0;
  width: 0;
}
.p-anchor .p-anchor__item::after {
  border-right: 0.2666666667vw solid #7e7774;
  border-bottom: 0.2666666667vw solid #7e7774;
}
.p-anchor .p-anchor__item a {
  padding: 0;
  color: #7e7774;
}

.link.button a {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  border: 0.5333333333vw solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  vertical-align: middle;
  line-height: 1.25;
  color: #f5f2f0;
  box-sizing: border-box;
  transition: opacity .1s linear;
}
.link.button a > * {
  color: #f5f2f0;
}
.link.button a .inner-text1 {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 2.40625;
  font-size: 1.6rem;
}
.link.button a .inner-text2 {
  display: block;
  flex-grow: 1;
  align-self: flex-end;
  order: 3;
  width: 100%;
  border-top: 0.2666666667vw solid #474038;
  opacity: .7;
  text-align: center;
  line-height: 1.7;
  font-size: 1rem;
}
.link.button a::before {
  content: none;
}
.link.button a::after {
  content: '';
  position: absolute;
  top: 0;
  right: 1.3333333333vw;
  width: 5.6vw;
  height: 10.2666666667vw;
  background: url(../../../../m/img/arrow.png) right center no-repeat;
  background-size: 5.6vw auto;
}

.js-details .js-summary {
  display: block;
  list-style: none;
}
.js-details .js-summary::-webkit-details-marker {
  display: none;
}
.js-details .js-content {
  overflow: hidden;
}

.p-box__inner {
  position: relative;
}

.p-cta {
  position: relative;
  background: #000;
}
.p-cta__pic1 {
  position: absolute;
  top: -14.4vw;
  right: 6.6666666667vw;
  left: 6.6666666667vw;
}
.p-cta__pic2 {
  position: relative;
  z-index: 1;
  margin: 0 auto 9.3333333333vw;
  padding-top: 34.4vw;
  width: 92.6666666667vw;
}
.p-cta .p-cta-box1 .p-cta__pic3 {
  margin: 0 auto 2.9333333333vw;
  width: 76.4vw;
}
.p-cta .p-cta-box1 .p-cta-list {
  display: flex;
  justify-content: space-between;
  margin: 0 4vw 5.3333333333vw;
}
.p-cta .p-cta-box1 .p-cta-list__item {
  width: 29.6vw;
}
.p-cta .p-cta-box2 {
  margin-top: 4vw;
  padding: 6.6666666667vw 0 4vw;
  background: #202020;
}
.p-cta .c-cta-box--monitor .p-cta__pic5 {
  margin: 0 auto 2.6666666667vw;
  width: 87.2vw;
}
.p-cta .c-cta-box--counseling .p-cta-counseling__pic1 {
  margin: 0 auto 2.6666666667vw;
  width: 86.8vw;
}
.p-cta .c-cta-box--counseling .p-cta-counseling-list {
  display: flex;
  justify-content: space-between;
  margin: 0 6.6666666667vw 4.2666666667vw;
}
.p-cta .c-cta-box--counseling .p-cta-counseling-list__item {
  width: 28vw;
}
.p-cta .c-cta-box--counseling .p-cta-counseling__limit {
  margin: 0 auto 1.3333333333vw;
  width: 66.6666666667vw;
}
.p-cta__limit {
  position: relative;
  margin-bottom: 1.3333333333vw;
}
.p-cta__limit__text {
  display: flex;
  justify-content: center;
  align-items: baseline;
  position: absolute;
  top: 4.5333333333vw;
  right: 5.0666666667vw;
  font-size: 6.4vw;
  color: #efa544;
  font-family: "the-seasons", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.p-cta__limit__text .weekday {
  margin-left: 1.0666666667vw;
  font-size: 2.6666666667vw;
  text-transform: uppercase;
}

.p-mv {
  padding-top: 12.6666666667vw;
  background: #202020;
}
.p-mv__pic1 {
  position: relative;
  margin: 0 auto;
  width: 86.6666666667vw;
}
.p-mv__pic1 .pic2 {
  position: absolute;
  top: 4.9333333333vw;
  right: 5.4666666667vw;
  width: 26.9333333333vw;
}
.p-mv__pic3 {
  position: relative;
  z-index: 1;
  margin: -3.3333333333vw auto 0;
  width: 92.6666666667vw;
}
.p-mv-box {
  position: relative;
  padding: 8.6666666667vw 0 8vw;
}
.p-mv__pic4 {
  margin: 0 auto 6vw;
  width: 83.7333333333vw;
}
.p-mv-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 4vw;
}
.p-mv-list__item {
  width: 29.6vw;
}
.p-mv-cta {
  padding: 2.9333333333vw 0 4vw;
}
.p-mv-cta__limit {
  width: 100vw;
}
.p-mv-cta__limit .p-cta__limit__text {
  top: 4.5333333333vw;
  right: 1.6vw;
  font-size: 6.9333333333vw;
}

.p-conditions {
  padding: 16vw 0 0;
  background: #eae0da;
}
.p-conditions__title1 {
  margin: 0 auto 12.6666666667vw;
  width: 84vw;
}
.p-conditions__title2 {
  margin: 0 auto 5.3333333333vw;
  width: 86.4vw;
}
.p-conditions-box1 {
  display: flex;
  justify-content: end;
  margin: 0 6.6666666667vw 12.9333333333vw 0;
  height: 67.7333333333vw;
}
.p-conditions-box1__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  padding: 6.6666666667vw 0;
}
.p-conditions__pic1 {
  width: 39.7333333333vw;
}
.p-conditions__pic2 {
  width: 38vw;
}
.p-conditions__pic3 {
  width: 41.8666666667vw;
}
.p-conditions__pic4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 54.2666666667vw;
}
.p-conditions-box2 {
  padding: 10.6666666667vw 0 20vw;
  background: #f4efed;
}
.p-conditions-box2__inner {
  padding: 0 6.6666666667vw;
}
.p-conditions-box2 .p-conditions-keypoint__title {
  margin: 0 0 4.6666666667vw -4.2666666667vw;
  width: 91.0666666667vw;
}
.p-conditions-box2 .p-conditions-keypoint__pic1 {
  margin-bottom: 1.3333333333vw;
}
.p-conditions-box2 .p-conditions-keypoint-list {
  display: flex;
  justify-content: space-between;
}
.p-conditions-box2 .p-conditions-keypoint-list__item {
  width: 41.3333333333vw;
}

.p-recommend {
  padding: 14vw 0;
  background: #202020;
}
.p-recommend__title {
  margin: 0 auto 8.6666666667vw;
  width: 79.7333333333vw;
}
.p-recommend .swiper {
  height: 54.5333333333vw;
}
.p-recommend .swiper .swiper-wrapper {
  transition-timing-function: linear;
}
.p-recommend-list__item {
  width: 54.5333333333vw;
}
.p-recommend__pic {
  margin: 5.7333333333vw auto 0;
  width: 71.6vw;
}

.p-story {
  position: relative;
  padding: 12vw 0 26.6666666667vw;
  background: #eae0da;
}
.p-story__title {
  position: absolute;
  top: 12vw;
  right: 0;
  z-index: 1;
}
.p-story__text {
  position: relative;
  z-index: 2;
  padding-top: 64.2666666667vw;
}
.p-story__text .text1 {
  display: block;
}
.p-story__text .text2 {
  display: none;
}
.p-story__text .more {
  position: absolute;
  right: 6.6666666667vw;
  bottom: -5.3333333333vw;
  width: 54.6666666667vw;
}
.p-story__text.is-active .text1,
.p-story__text.is-active .more {
  display: none;
}
.p-story__text.is-active .text2 {
  display: block;
}

.p-case {
  padding: 21.3333333333vw 0 29.3333333333vw;
  background: #333;
}
.p-case__title {
  margin: 0 auto 14.6666666667vw;
  width: 80.4vw;
}
.p-case .p-box__inner {
  padding: 0 6.6666666667vw;
}
.p-case-list__item {
  margin-bottom: 8vw;
}
.p-case__more {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 6.6666666667vw;
}
.p-case__more span.more {
  width: 45.4666666667vw;
}
.p-case__info {
  margin-bottom: 12vw;
}
.p-case .is-hide {
  display: none;
}

.p-difference {
  padding: 16vw 0 0;
  background: #eae0da;
}
.p-difference__title {
  margin: 0 auto 14.6666666667vw;
  width: 87.0666666667vw;
}
.p-difference__pic1 {
  margin: 0 6.6666666667vw 5.8666666667vw;
}
.p-difference-point {
  position: relative;
  padding: 21.7333333333vw 6.6666666667vw 16vw;
  background: url(../../../../m/img/contents_upward-breast-pa_difference_bg.png) center top no-repeat, #f4efed;
  background-size: contain;
}
.p-difference-point__title {
  margin-bottom: 10.6666666667vw;
}
.p-difference-point__pic1, .p-difference-point__pic2, .p-difference-point__pic3 {
  margin-bottom: 9.3333333333vw;
}
.p-difference-point__pic4 {
  margin-bottom: 16vw;
}
.p-difference-point__pic5 {
  margin-bottom: 6.1333333333vw;
}
.p-difference-point-box2 {
  display: flex;
  justify-content: space-between;
}
.p-difference-point__pic6 {
  width: 41.6vw;
}
.p-difference-point__pic7 {
  margin: 0 auto 11.6vw;
  width: 87.2vw;
}

.p-value {
  padding: 11.3333333333vw 0 30.6666666667vw;
  background: #eae0da;
}
.p-value__title {
  margin: 0 auto 8.6666666667vw;
  width: 86.9333333333vw;
}
.p-value-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2.1333333333vw;
  row-gap: 3.0666666667vw;
  padding: 0 3.2vw;
}
.p-value-list__item {
  width: 45.6vw;
}

.p-needs {
  padding: 22.6666666667vw 0 27.7333333333vw;
  background: #f4efed;
}
.p-needs__title {
  margin: 0 auto 5.3333333333vw;
  width: 81.6vw;
}
.p-needs__pic1 {
  margin-bottom: 6.6666666667vw;
}
.p-needs__item {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12vw;
  padding: 0 1.6vw 0 4.6666666667vw;
}
.p-needs__item__request {
  display: flex;
  align-items: center;
  margin-bottom: 4.5333333333vw;
}
.p-needs__item__request .icon {
  margin-right: 0.5333333333vw;
  width: 16.4vw;
}
.p-needs__item__answer {
  margin-left: 8vw;
  width: 84.8vw;
}
.p-needs__item.item1 .p-needs__item__request .comment {
  width: 58.2666666667vw;
}
.p-needs__item.item2 .p-needs__item__request .comment {
  width: 55.6vw;
}
.p-needs__item.item3 .p-needs__item__request .comment {
  width: 53.2vw;
}
.p-needs__item.item4 .p-needs__item__request .comment {
  width: 61.8666666667vw;
}
.p-needs__item.item5 .p-needs__item__request .comment {
  width: 50.6666666667vw;
}
.p-needs__pic2 {
  margin: 21.3333333333vw 0 4.6666666667vw;
}
.p-needs-monitor-list__item {
  width: 50.4vw;
}
.p-needs-monitor__text {
  margin-top: 2.1333333333vw;
  text-align: right;
  font-size: 2.6666666667vw;
  color: #847b76;
}
.p-needs .swiper {
  height: 50.4vw;
}
.p-needs .swiper .swiper-wrapper {
  transition-timing-function: linear;
}

.p-price {
  padding: 17.3333333333vw 0 22.6666666667vw;
  background: #333;
}
.p-price__title {
  margin: 0 auto 13.3333333333vw;
  width: 87.6vw;
}
.p-price .p-box__inner {
  padding: 0 6.6666666667vw;
}
.p-price__pic1 {
  margin: 0 auto 12.6666666667vw;
  width: 76.6666666667vw;
}
.p-price__item {
  margin-bottom: 12.6666666667vw;
}
.p-price__item__pic + .p-price__item__pic {
  margin-top: 4vw;
}
.p-price__service {
  margin-bottom: 22vw;
}
.p-price__service__title {
  margin: 0 auto 10vw;
  width: 65.6vw;
}
.p-price__service__item__title {
  position: relative;
  border-bottom: 0.2666666667vw solid #d6cbc3;
}
.p-price__service__item__title .icon {
  position: absolute;
  top: 50%;
  right: 2.9333333333vw;
  width: 2.9333333333vw;
  height: 2.9333333333vw;
  transform: translateY(-50%);
}
.p-price__service__item__title .icon::before, .p-price__service__item__title .icon::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.9333333333vw;
  height: 0.4vw;
  background-color: #b2a8a3;
  transform: translateY(-50%) translateX(-50%);
}
.p-price__service__item__title .icon::before {
  width: 0.4vw;
  height: 2.9333333333vw;
}
.p-price__service__item__contents {
  padding: 0.6666666667vw 0.6666666667vw 0;
}
.p-price__service__item.item1 {
  border-top: 0.2666666667vw solid #d6cbc3;
}
.p-price__service__item.is-opened .icon::before {
  content: initial;
}

.p-faq {
  padding: 14.6666666667vw 0 16vw;
  background: #eae0da;
}
.p-faq__title {
  margin: 0 auto 18.6666666667vw;
  width: 86vw;
}
.p-faq .swiper {
  padding-bottom: 8vw;
  height: 76.8vw;
}
.p-faq .swiper-pagination {
  right: 6.6666666667vw;
  bottom: 0;
  left: 6.6666666667vw;
}
.p-faq .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
  width: 20%;
  height: 0.5333333333vw;
  border-radius: 0;
  background: #fff;
}
.p-faq .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #333;
}
.p-faq-list__item {
  width: 86.8vw;
}

.p-clinic {
  padding: 16vw 0 26.6666666667vw;
  background: #f4efed;
}
.p-clinic__title {
  margin: 0 auto 16vw;
  width: 86.4vw;
}
.p-clinic__pic {
  margin: 0 auto 2.9333333333vw;
  width: 83.8666666667vw;
}
.p-clinic__pic__text {
  margin-top: 3.2vw;
  display: block;
  text-align: center;
  font-size: 3.2vw;
  color: #7f7875;
}
.p-clinic__tel {
  position: absolute;
  top: 30.1333333333vw;
  left: 25.6vw;
  width: 45.6vw;
}
.p-clinic__tel .ja {
  margin-bottom: 3.2vw;
}
.p-clinic__tel .en {
  font-size: 3.2vw;
  color: #7f7875;
}
.p-clinic__tel .en a {
  text-decoration: none;
  font-size: 3.2vw;
  color: #7f7875;
}
.p-clinic__map {
  position: absolute;
  top: 50vw;
  left: 0;
  right: 0;
  width: 100%;
}
.p-clinic__map__inner {
  position: relative;
  width: 66.6666666667vw;
  height: 65.7333333333vw;
  margin: 0 auto;
  overflow: hidden;
}
.p-clinic__map__inner iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  margin: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  width: 100%;
  min-width: 106.6666666667vw;
  min-height: 106.6666666667vw;
  height: 106.6666666667vw;
  border: none;
}
.p-clinic__map__button {
  width: 100%;
  position: absolute;
  bottom: 8.2666666667vw;
  left: 0;
  right: 0;
  z-index: 1;
}
.p-clinic__map__button a {
  display: block;
  width: 64vw;
  margin: 0 auto;
}
.p-clinic .swiper {
  width: 100%;
}
.p-clinic .swiper-slide {
  position: relative;
  width: 79.4666666667vw;
}
.p-clinic .swiper-slide.osaka .p-clinic__map__inner,
.p-clinic .clinic .swiper-slide.osaka iframe {
  height: 71.2vw;
}

.p-privacypolicy {
  padding: 9.3333333333vw 0 10.6666666667vw;
  background: #eae0da;
}
.p-privacypolicy__title {
  position: relative;
  width: 89.3333333333vw;
  padding-bottom: 4vw;
  margin-right: auto;
  margin-left: auto;
}
.p-privacypolicy__title::before {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1.7333333333vw;
  background: url(../../../../m/img/contents_upward-breast-pa_privacypolicy_arrow.png) center no-repeat;
  background-size: auto 100%;
}
.p-privacypolicy__title.is-open::before {
  transform: rotate(180deg);
}
.p-privacypolicy__contents {
  margin: 6.6666666667vw 8vw 0;
  text-align: justify;
}
.p-privacypolicy__contents__box {
  margin: 8vw 0;
  color: #7f7875;
}
.p-privacypolicy__contents__box.first {
  margin-top: 0;
}
.p-privacypolicy__contents__box.last {
  margin-bottom: 0;
}
.p-privacypolicy__contents__box .title {
  margin-bottom: 2.6666666667vw;
  font-size: 3.7333333333vw;
  font-weight: bold;
}
.p-privacypolicy__contents__box p {
  line-height: 1.5;
  font-size: 3.2vw;
}
.p-privacypolicy__contents__box ul {
  margin: 2.6666666667vw 0;
}
.p-privacypolicy__contents__box li {
  padding-left: 4.2666666667vw;
  text-indent: -4.2666666667vw;
  line-height: 1.5;
  font-size: 2.6666666667vw;
}
.p-privacypolicy__contents__box .reception {
  margin-top: 2.6666666667vw;
  padding-left: 2.6666666667vw;
  line-height: 1.5;
  font-size: 3.2vw;
}
.p-privacypolicy__contents__box .reception-title {
  text-indent: -2.6666666667vw;
}
.p-privacypolicy__contents__box .reception-tel > * {
  display: inline-block;
  padding-top: 1.0666666667vw;
}
.p-privacypolicy__contents__box .reception-tel-contents {
  text-indent: -2.6666666667vw;
}
.p-privacypolicy__contents__box .reception-tel-contents a {
  color: #5d5d5d;
}
.p-privacypolicy.is-opened .p-privacypolicy__title::before {
  transform: rotate(180deg);
}

.p-fix-cv {
  transition: all .2s linear;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
}
.p-fix-cv-list {
  width: 100%;
  display: flex;
}
.p-fix-cv-item {
  padding-bottom: 0;
  padding-bottom: calc(constant(safe-area-inset-bottom) * 0.6);
  padding-bottom: calc(env(safe-area-inset-bottom) * 0.6);
  width: 50%;
}
.p-fix-cv-item.tel {
  background: url(../../../../m/img/contents_upward-breast-pa_fix_cv_tel_a.png) 0 0/100% auto no-repeat;
}
.p-fix-cv-item a {
  display: block;
}
.p-fix-cv-item.is-active img {
  opacity: 0;
}
.p-fix-tel {
  box-sizing: border-box;
  width: 100%;
  display: none;
  padding: 2.4vw 2.6666666667vw;
  background: #202020;
  transition: all .4s linear;
  box-shadow: inset 0 0 1.0666666667vw 0 rgba(0, 0, 0, 0.3);
}
.p-fix-tel-list {
  display: flex;
  gap: 0.5333333333vw;
  border: 0.5333333333vw solid #333;
  background: #59504d;
}
.p-fix-tel-item {
  flex: 1;
}
.p-fix-tel-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(to bottom, #867f7b, #5c5350);
  text-align: center;
  height: 14.6666666667vw;
  font-size: 3.7333333333vw;
  color: #fff;
  letter-spacing: 0.5333333333vw;
}
.p-fix-tel.is-active {
  display: block;
  animation: show 1s linear 0s;
}
.p-fix-tel.is-active img {
  opacity: 0;
}

.c-fixed-contents .pagetop.has-cv {
  bottom: 22.6666666667vw;
  bottom: calc(constant(safe-area-inset-bottom) * .8 + 22.6666666667vw);
  bottom: calc(env(safe-area-inset-bottom) * .8 + 22.6666666667vw);
}

/*# sourceMappingURL=upward-breast-pa.css.map */
