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

File Name:
Note:


New Creation:	.
Last Change:	2018/12/06 16:12:24.


Created By		Yoshiaki Murakami

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

1.	共通使用変数定義
2.	Function
3.	Layout
4.	Object

------------------------------------------------------------------------
----------------------------------------------------------------------*/
.c-contents-link {
  border-bottom: 1px solid #c8c2be;
  background: #877d7a;
}
.c-contents-link__list {
  display: flex;
  margin: 0 30px;
}
.c-contents-link__item {
  flex: 1;
  flex-basis: 20%;
  border-right: 1px solid #c8c2be;
}
.c-contents-link__item.is-active {
  background: #d2cbc8;
}
.c-contents-link__item a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  font-size: 1.4em;
  color: #fefefe;
  transition: all 0.15s linear;
}
.c-contents-link__item a > * {
  opacity: 1;
}
.c-contents-link__item a:hover {
  text-decoration: none;
  color: #ec7c78;
}
.c-contents-link__item:first-child {
  border-left: 1px solid #c8c2be;
}

.p-table {
  width: 100%;
}
.p-table a {
  color: #6d9dd0;
}
.p-table th,
.p-table td {
  box-sizing: border-box;
  padding: 8px;
  border: 1px solid #c5bcb5;
}
.p-table th {
  font-weight: bold;
}
.p-table thead th {
  background: #8e8176;
  color: #fff;
}
.p-table tbody th {
  background: #f4f2f0;
}
.p-table tbody th a {
  font-weight: bold;
}

.p-table__list {
  text-align: left;
}
.p-table__list__item {
  margin-left: 1.3em;
  text-indent: -1.25em;
  line-height: 1.5833333333;
}
.p-table__list__item::before {
  content: "●";
  margin-right: 4px;
}

.p-case-info__table th,
.p-case-info__table td {
  line-height: 1.5;
  font-size: 1em;
  color: #7e7875;
}
.p-case-info__table th {
  width: 50px;
  text-align: center;
}
.p-case-info__table td {
  padding: 5.5px 8px;
}

.p-text-link a {
  display: inline-flex;
  align-items: center;
  text-decoration: underline;
}
.p-text-link a::after {
  content: "";
  display: block;
  margin-left: 5px;
  width: 13px;
  height: 13px;
  background: url(../../../img/pc/arrow/arrow5.png) right center no-repeat;
}

.webp .p-text-link a::after {
  background-image: url(../../../img/pc/arrow/arrow5.webp);
}

.p-faq__item {
  border-bottom: 1px solid #e5dfdb;
}
.p-faq__item:nth-child(odd) {
  background: #f5f2f0;
}
.p-faq__question {
  display: flex;
  align-items: center;
  padding: 20px 15px 20px 60px;
  height: 36px;
  background: url(../../../img/pc/troubles_faq_question_bg.png) 15px 20px no-repeat;
}
.p-faq__question__title {
  line-height: 1.625;
  font-size: 1.6em;
}
.p-faq__answer {
  background: url(../../../img/pc/troubles_faq_answer_bg_kimura.png) 15px 20px no-repeat;
}
.p-faq__answer__inner {
  padding: 20px 15px 20px 60px;
  border-top: 1px dotted #c7bcb5;
}
.p-faq__answer__inner > *:not(.p-cv-button):not([class*=link]) {
  line-height: 1.625;
  font-size: 1.6em;
}
.p-faq__answer__text a {
  text-decoration: underline;
  color: #6d9dd0;
}
.p-faq__answer__text + .p-faq__answer__text {
  margin-top: 1em;
}

.webp .p-faq__question {
  background-image: url(../../../img/pc/troubles_faq_question_bg.webp);
}
.webp .p-faq__answer {
  background-image: url(../../../img/pc/troubles_faq_answer_bg_kimura.webp);
}

.p-qa__item {
  position: relative;
  padding: 32px 0 26px 21px;
  border-bottom: 1px solid #d4d0ce;
  box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 #fff;
}
.p-qa__item:nth-child(even) {
  background-color: #f5f2f0;
}
.p-qa__contents {
  padding: 0 55px;
  background: url(../../../img/pc/qa_question_title_bg.png) 0 0 no-repeat;
}
.p-qa__contents a {
  color: #7e7774;
}
.p-qa__contents__title {
  margin-bottom: 11px;
  font-size: 1.6em;
  font-weight: bold;
}
.p-qa__contents__date {
  position: absolute;
  top: 10px;
  right: 55px;
  font-size: 1.2em;
}
.p-qa__contents__text {
  line-height: 1.5714285714;
  font-size: 1.4em;
}

.p-cv-button a {
  display: flex;
  flex-direction: column;
  margin: 0 0 0 auto;
  width: 300px;
  border: 2px solid #554c48;
  background: linear-gradient(#91847b, #443b34);
  color: #fff;
  box-sizing: border-box;
  transition: opacity 0.15s linear;
}
.p-cv-button a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.p-cv-button a:hover > * {
  opacity: 1;
}
.p-cv-button a::after {
  display: block;
  flex-grow: 1;
  align-self: flex-end;
  order: 3;
  width: 100%;
  border-top: 1px solid #474038;
  opacity: 0.7;
  text-align: center;
  line-height: 1.7;
  font-size: 1em;
}
.p-cv-button__text {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  line-height: 2.5;
  font-size: 1.6em;
}
.p-cv-button__text::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  background: url(../../../img/pc/arrow/arrow9.png) center no-repeat;
}

.webp .p-cv-button__text::after {
  background-image: url(../../../img/pc/arrow/arrow9.webp);
}

.p-contents__item {
  position: relative;
  border: 1px solid #c5bcb5;
}
.p-contents__summary {
  display: flex;
}
.p-contents__summary__inner {
  display: flex;
  flex: 1;
  flex-direction: column;
  order: 2;
}
.p-contents__summary__pic {
  order: 1;
  margin-right: 15px;
}
.p-contents__summary__title {
  margin-bottom: 10px;
  padding-top: 3px;
  line-height: 1.2222222222;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.8em;
  font-weight: bold;
  color: #6d6562;
}
.p-contents__summary__text {
  margin-bottom: 1em;
  line-height: 1.5;
  font-size: 1.2em;
}
.p-contents__summary__link {
  margin: auto 0 0;
  text-align: right;
  line-height: 1.1666666667;
  font-size: 1.2em;
}
.p-contents__summary__link a {
  color: #6d9dd0;
}

.p-price-methods__item {
  display: flex;
  padding: 0 0 0 40px;
  min-height: 39px;
  border-bottom: 1px dotted #c5bcb5;
  background-position: 11.5px 8.5px;
  background-repeat: no-repeat;
  font-size: 1.4em;
  color: #6c6561;
}
.p-price-methods__item:first-child {
  letter-spacing: 0.5em;
}
.p-price-methods__item:last-child {
  border: 0;
}
.p-price-methods__item__inner {
  flex: 1;
  padding: 9px 0;
}
.p-price-methods__item__title {
  width: 130px;
  line-height: 39px;
}
.p-price-methods__item__text {
  line-height: 1.5;
}
.p-price-methods__item__pic {
  margin-top: 10px;
}
.p-price-methods__item .small {
  display: block;
  line-height: 1.75;
  font-size: 0.8571428571em;
}
.p-price-methods__item.no1 {
  background-image: url(../../../img/pc/num/price-no1.png);
}
.p-price-methods__item.no2 {
  background-image: url(../../../img/pc/num/price-no2.png);
}
.p-price-methods__item.no3 {
  background-image: url(../../../img/pc/num/price-no3.png);
}
.p-price-methods__item.no4 {
  background-image: url(../../../img/pc/num/price-no4.png);
}
.p-price-methods__needs {
  line-height: 1.2857142857;
}
.p-price-methods__needs__item {
  margin-left: 20px;
  padding: 0;
  list-style-type: decimal;
  line-height: 1.2857142857;
  font-size: 14px;
}
.p-price-methods__needs__item .small {
  display: inline-block;
}
.p-price-methods__needs__text {
  line-height: 1.5;
  font-size: 0.8571428571em;
}
.p-price-methods__needs__text::before {
  content: "◇";
}

.webp .p-price-methods__item.no1 {
  background-image: url(../../../img/pc/num/price-no1.webp);
}
.webp .p-price-methods__item.no2 {
  background-image: url(../../../img/pc/num/price-no2.webp);
}
.webp .p-price-methods__item.no3 {
  background-image: url(../../../img/pc/num/price-no3.webp);
}
.webp .p-price-methods__item.no4 {
  background-image: url(../../../img/pc/num/price-no4.webp);
}

.p-flow__item {
  overflow: hidden;
  border-bottom: 1px solid #c5bcb5;
}
.p-flow__contents {
  min-height: 100px;
}
.p-flow__contents__title {
  float: left;
  font-weight: bold;
}
.p-flow__contents__pic {
  float: right;
  margin-left: 20px;
}
.p-flow__contents__text {
  clear: left;
}

.webp .p-flow__contents__item {
  background-image: url(../../../img/pc/list_item_bg.webp);
}

.p-card {
  position: relative;
  margin-bottom: 25.5px;
}
.p-card__title, .p-card__text {
  margin-left: 120px;
  font-size: 1.5em;
}
.p-card__title {
  margin-bottom: 10.5px;
  font-weight: bold;
}
.p-card__text {
  text-align: justify;
  line-height: 1.6;
}
.p-card__pic {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 20px;
  width: 100px;
}
.p-card__pic img {
  width: 100%;
  height: auto;
}

.p-link-button a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 0 auto;
  width: 300px;
  height: 50px;
  background: url(../../../img/pc/arrow/arrow5.png) right 15px center no-repeat #c7bcb4;
  font-size: 1.5em;
  color: #7e7774;
  transition: opacity 0.15s linear;
}
.p-link-button a:hover {
  opacity: 0.5;
  text-decoration: none;
}

.webp .p-link-button a {
  background-image: url(../../../img/pc/arrow/arrow5.webp);
}

.p-sources__item {
  display: flex;
  align-items: flex-start;
  line-height: 1.5;
  font-size: 1.2em;
}
.p-sources__item > a {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  width: 3em;
  color: #6d9dd0;
  transition: opacity 0.15s linear;
}
.p-sources__item > a::before {
  content: "";
  display: block;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  background: url(../../../img/pc/arrow/arrow6.png) 0 0 no-repeat;
  transform: rotate(180deg);
}
.p-sources__item > a:hover {
  opacity: 0.5;
}
.p-sources__item > a:hover > * {
  opacity: 1;
}
.p-sources__item .p-sources__text {
  flex: 1;
}
.p-sources__item .p-sources__text a {
  color: #7e7774;
}
.p-sources__item + .p-sources__item {
  margin-top: 0.5em;
}
.p-sources__item:target .p-sources__text {
  background: #f1ea4d;
  font-weight: bold;
  color: #221814;
}
.p-sources__item:target .p-sources__text a {
  font-weight: bold;
  color: #221814;
}

sup[id^=cite] {
  padding: 2px;
  line-height: 0;
  color: #6d9dd0;
}
sup[id^=cite] a {
  color: #6d9dd0;
}
sup[id^=cite]:target {
  background: #f1ea4d;
}
sup[id^=cite]:target a {
  font-weight: bold;
  color: #221814;
}

.p-title {
  background-image: url(../../../img/pc/contents_aging_title_bg.jpg);
}

.p-about {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.p-about__title, .p-about__contents {
  width: 100%;
}
.p-about__title, .p-about__text {
  margin-bottom: 15.5px;
}
.p-about__text {
  flex: 1;
  margin-left: 20px;
}
.p-about__contents {
  margin-right: 20px;
  margin-left: 20px;
}
.p-about__contents__title {
  margin-bottom: 15.5px;
}
.p-about__contents__text {
  margin-bottom: 15.5px;
}

.p-recommends {
  margin: 0 20px 30px;
  padding: 13px 0 20px 20px;
  width: 276px;
  background: #f4f2f0;
  box-sizing: border-box;
}
.p-recommends__title {
  margin-bottom: 13px;
  text-align: center;
  font-size: 1.3em;
  font-weight: bold;
}
.p-recommends__item {
  display: flex;
  align-items: center;
  line-height: 1.7692307692;
  font-size: 1.3em;
}
.p-recommends__item::before {
  content: "";
  display: block;
  margin-right: 5px;
  width: 18px;
  height: 18px;
  background: url(../../../img/pc/list_item_bg.png) 0 0 no-repeat;
}

.p-expertise__table thead th {
  width: 50%;
  text-align: center;
  font-size: 1.2em;
}
.p-expertise__table tbody td {
  line-height: 1.5833333333;
  font-size: 1.2em;
}
.p-expertise__table tbody td a {
  text-decoration: underline;
}

.p-points {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 77px;
}
.p-points__title {
  margin-bottom: 15.5px;
  width: 100%;
}
.p-points__text {
  margin: 0 20px 12.5px;
  width: 100%;
  text-align: center;
}
.p-points__contents {
  width: 210px;
}
.p-points__contents:nth-of-type(1) {
  margin-left: 20px;
}
.p-points__contents:nth-of-type(3) {
  margin-right: 20px;
}
.p-points__contents__text {
  margin-top: 7px;
  text-align: center;
  line-height: 1.5;
  font-size: 1.2em;
}

.p-regions {
  margin-bottom: 80px;
}
.p-regions > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-regions__title {
  margin-bottom: 15.5px;
}
.p-regions__text {
  margin-bottom: 10.5px;
}
.p-regions__pic {
  margin-bottom: 40px;
  background: #faf9f8;
  text-align: center;
}

.p-case {
  margin-bottom: 80px;
}
.p-case > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-case__title {
  margin-bottom: 15.5px;
}
.p-case__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-case__item {
  margin-bottom: 20px;
  width: 320px;
}
.p-case__text {
  margin-top: 5px;
  text-align: right;
  font-size: 1.2em;
}
.p-case__text a {
  color: #6d9dd0;
}
.p-case__link {
  margin-bottom: 20px;
}
.p-case__case-info {
  width: calc(100% - 20px - 20px);
}

.p-comment {
  margin-bottom: 75.5px;
}
.p-comment > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-comment__title {
  margin-bottom: 30px;
}
.p-comment__lead {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.p-comment__lead__pic {
  margin-right: 10px;
}
.p-comment__lead__text {
  flex: 1;
  line-height: 1.5;
  font-family: "游明朝体", YuMincho, "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", Georgia, Times, "Times New Roman", serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2rem;
}

.p-comparison {
  margin-bottom: 80px;
}
.p-comparison > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-comparison__title, .p-comparison__text {
  margin-bottom: 15.5px;
}
.p-comparison__table th {
  text-align: center;
  font-size: 1.2em;
}
.p-comparison__table th > * {
  font-weight: bold;
}
.p-comparison__table thead th {
  width: 280px;
}
.p-comparison__table tbody th {
  width: 103px;
}
.p-comparison__table tbody td {
  line-height: 1.4545454545;
  font-size: 1.1em;
}
.p-comparison .p-table__list__item {
  line-height: 1.4545454545;
}

.p-operations {
  margin-bottom: 80px;
}
.p-operations > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-operations__title {
  margin-bottom: 30px;
}
.p-operations__check {
  margin-bottom: 40px;
}
.p-operations__check__contents {
  display: flex;
  flex-direction: column;
}
.p-operations__check__contents .p-operations__item {
  order: 99;
}
.p-operations__check__list {
  display: flex;
  margin-bottom: 20px;
  background: #f4f2f0;
}
.p-operations__check__item {
  box-sizing: border-box;
  padding: 15px 15px 12.5px;
  width: 33.3333333333%;
}
.p-operations__check__item + .p-operations__check__item {
  border-left: 2px solid #fff;
}
.p-operations__check__text {
  margin-bottom: 20px;
  font-size: 1.5em;
  font-weight: bold;
}
.p-operations__check__link a {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  width: 300px;
  height: 50px;
  background: url(../../../img/pc/arrow/arrow6.png) right 15px center no-repeat #c7bcb4;
  font-size: 1.5em;
  color: #7e7774;
  transition: opacity 0.15s linear;
}
.p-operations__check__link a:hover {
  opacity: 0.5;
  text-decoration: none;
}
.p-operations__item {
  margin-top: 10px;
  padding: 10px 10px 10.5px;
}
.p-operations__item.is-hide {
  display: none;
}
.p-operations__item.is-active {
  display: block;
}
.p-operations__item__inner {
  display: flex;
  flex-direction: column;
}
.p-operations__item__text {
  line-height: 1.6;
  font-size: 1.5em;
  order: 2;
}
.p-operations__summary {
  margin-bottom: 10.5px;
}

.p-check__item label {
  display: flex;
  align-items: baseline;
  height: 2.7692307692em;
  line-height: 1.3846153846;
  font-size: 1.3em;
}
.p-check__item input {
  margin-right: 10px;
}
.p-check__item + .p-check__item {
  margin-top: 7.5px;
}

.p-recommend-operations {
  display: none;
}
.p-recommend-operations.is-active {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-recommend-operations__title {
  width: 100%;
}
.p-recommend-operations .p-operations__item {
  width: 322px;
  box-sizing: border-box;
}

.p-other-operations__title {
  margin-bottom: 5px;
}
.p-other-operations__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-other-operations__item {
  width: 327px;
  border-bottom: 1px solid #c5bcb5;
}
.p-other-operations__item__inner {
  display: flex;
  position: relative;
  align-items: center;
  padding: 5px 0;
  background: url(../../../img/pc/arrow/arrow5.png) right center no-repeat;
}
.p-other-operations__item__pic {
  margin-right: 10px;
}
.p-other-operations__item__text a {
  line-height: 1.4666666667;
  font-size: 1.5em;
  color: #7e7774;
}

.p-price {
  margin-bottom: 80px;
}
.p-price > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-price__title {
  margin-bottom: 18.5px;
}
.p-price__list {
  margin-bottom: 18.5px;
}
.p-price__item {
  padding-left: 24px;
  background: url(../../../img/pc/list_item_bg.png) 0 center no-repeat;
  line-height: 18px;
  font-size: 1.5em;
}
.p-price__item + .p-price__item {
  margin-top: 6px;
}
.p-price__text {
  margin-bottom: 15.5px;
}
.p-price__link {
  margin-bottom: 25.5px;
}
.p-price__button a {
  width: 300px;
}

.p-methods {
  margin-bottom: 20px;
}
.p-methods__list {
  margin-bottom: 20px;
}

.p-cv-button.counseling a::after {
  content: "ドクターによるカウンセリング。初診・再診ともに無料";
}

.p-downtime > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-downtime__title {
  margin-bottom: 25.5px;
}
.p-downtime__text {
  margin-bottom: 35.5px;
}

.p-symptoms {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
.p-symptoms__title {
  margin-bottom: 20px;
  width: 100%;
}
.p-symptoms__text {
  flex: 1;
  margin-bottom: px2vw(35.5);
}
.p-symptoms .pic1 {
  margin: 0 0 20px 20px;
}
.p-symptoms__contents {
  margin-bottom: 15.5px;
  width: 322px;
}
.p-symptoms__contents__title {
  margin-bottom: 9.5px;
  padding-left: 24px;
  background: url(../../../img/pc/list_item_bg.png) 0 center no-repeat;
  line-height: 18px;
  font-size: 1.5em;
  font-weight: bold;
}
.p-symptoms__contents__text {
  line-height: 1.6;
  font-size: 1.5em;
  text-align: justify;
}
.p-symptoms .pic2 {
  width: 100%;
}

.p-after-service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 80px;
}
.p-after-service > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-after-service__title {
  margin-bottom: 15.5px;
  width: 100%;
}
.p-after-service__text:first-of-type {
  flex: 1;
  margin-bottom: 15.5px;
}
.p-after-service__contents {
  margin-top: px2vw(35.5);
  margin-bottom: px2vw(35.5);
  width: px2vw(210px);
}
.p-after-service__contents__wrapper {
  display: flex;
  justify-content: space-between;
  margin-left: 30px;
  width: 310px;
}
.p-after-service__contents__text {
  margin-top: 5px;
  text-align: center;
  font-size: 1.1rem;
}
.p-after-service__link {
  margin-top: 10.5px;
  width: 100%;
  text-align: right;
  font-size: 1.2rem;
}
.p-after-service__link a {
  color: #6d9dd0;
}

.p-faq {
  margin-bottom: 80px;
}
.p-faq > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-faq__title {
  margin-bottom: 30px;
}
.p-faq__list {
  margin-bottom: 30px;
  border-top: 1px solid #e5dfdb;
}

.p-features {
  margin-bottom: 75.5px;
}
.p-features > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-features__title {
  margin-bottom: 30px;
}

.p-sources {
  margin-bottom: 77px;
}
.p-sources > *:not([class*=title]) {
  margin-right: 20px;
  margin-left: 20px;
}
.p-sources__title {
  margin-bottom: 37px;
}

.webp .p-title {
  background-image: url(../../../img/pc/contents_aging_title_bg.webp);
}
.webp .p-recommends__item::before {
  background-image: url(../../../img/pc/list_item_bg.webp);
}
.webp .p-operations__check__link a {
  background-image: url(../../../img/pc/arrow/arrow6.webp);
}
.webp .p-other-operations__item__inner {
  background-image: url(../../../img/pc/arrow/arrow5.webp);
}
.webp .p-price__item {
  background-image: url(../../../img/pc/list_item_bg.webp);
}
.webp .p-symptoms__contents__title {
  background-image: url(../../../img/pc/list_item_bg.webp);
}
