@charset "utf-8";
/* ===================================================================
	beauty-acupuncture
=================================================================== */
.ba-main {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, "Osaka-mono", "MS Gothic",
    "sans-serif";
}
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho",
    serif;
}
.ba-section {
  padding-block: 80px;
  position: relative;
}
.ba-section.-bg {
  color: #fff;
}
.ba-section.-bg .ba-section-title {
  border-left: 8px solid #fff;
}
.ba-section.-color {
  background-color: #fcf9f7;
}
.ba-section-title {
  border-left: 8px solid #fcd596;
  padding: 0px 20px 0 20px;
  display: grid;
  row-gap: 8px;
}
.ba-section-title.-bottom {
  margin-bottom: 3rem;
}
.ba-section-title__main {
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.2;
}
.ba-com-inner {
  padding-inline: 50px;
  max-width: 1000px;
  margin-inline: auto;
}
.ba-media {
  display: grid;
  grid-template-columns: 42% 1fr;
  gap: 36px;
  padding: 35px 0 55px 0;
}
.ba-media.-second {
  padding-top: 10px;
}
.ba-media__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
  color: #ffb258;
}
.ba-media__catch {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 1rem;
}
.ba-media__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: calc(32 / 16);
  letter-spacing: normal;
  margin-bottom: 1.6rem;
}
.ba-media__text.-bottom {
  margin-bottom: 2.5rem;
}
.ba-media__text.-last {
  margin-bottom: unset;
}
.ba-media__text em {
  font-weight: bold;
  font-style: normal;
}
.ba-em__wrap {
  border: solid 1px #fcd596;
  margin-bottom: 4rem;
  background-color: #fff;
}
.ba-em__wrap:last-child {
  margin-bottom: unset;
}
.ba-em__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 2;
  color: #fff;
  text-align: center;
  background-color: #fcd596;
  margin-bottom: 3rem;
}
.ba-em__inner {
  padding: 0 2.4rem;
}
.ba-em__box {
  margin-bottom: 3rem;
}
.ba-btn__link {
  display: block;
  position: relative;
  opacity: 1 !important;
  letter-spacing: 0.05em;
  max-width: 420px;
  margin: 0 auto;
  height: 63px;
  will-change: contents;
  text-decoration: unset !important;
}
.ba-btn__text {
  background: #fff;
  color: #3e3a39;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 4px;
  transition: all 0.2s linear;
  position: relative;
  z-index: 1;
  height: 100%;
}
.ba-btn__link__arr {
  display: none;
  width: 24px;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ba-btn__link__arr-g {
  width: 24px;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  transition: all 0.2s linear;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ba-btn__link__arr img {
  width: 100%;
  height: auto;
}
.ba-btn__link__arr-g img {
  width: 100%;
  height: auto;
}
.ba-btn__link::after {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #ffcf4d 0%, #ffb258 100%);
  border-radius: 4px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  left: -2px;
  z-index: -1;
}
.ba-btn__link:hover {
  opacity: 1 !important;
}
.ba-btn__link:hover .ba-btn__text {
  background: linear-gradient(to right, #ffcf4d 0%, #ffb258 100%);
  color: #fff;
}
.ba-btn__link:hover .ba-btn__link__arr-g {
  opacity: 0;
}
.ba-btn__link:hover .ba-btn__link__arr {
  opacity: 1;
}
.ba-btn__catch {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #ffb258;
  margin-bottom: 1rem;
}
.ba-banner__wrap {
  margin-top: 4rem;
}
.ba-com-hedder {
  margin-bottom: 4rem;
}
.ba-media__image {
  max-width: 675px;
  margin: 0 auto 4rem;
}
.ba-media__ul {
  font-size: 1.6rem;
}
.ba-rinsho__overview-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  object-fit: cover;
  z-index: -1;
}
.ba-rinsho__overview-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.r4-cmn-page-header__heading.-ba::after {
  background: #fcd596;
}
.ba-header {
  max-width: 1300px;
  margin: 0 auto;
}
.ba-breadcrumb {
  text-align: right;
}
.ba-btngroup {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.ba-cont_wrap .contentwidth {
  width: 1000px;
  margin: auto;
  max-width: 100%;
  box-sizing: border-box;
}
.ba-cont_wrap .r4-dpt-btngroup__btn {
  width: 32%;
  margin: 0 0 20px;
  letter-spacing: -0.05em;
}
.ba-cont_wrap .r4-cmn-outline-btn div {
  background: linear-gradient(to right, #ffcf4d 0%, #ffb258 100%);
}
.ba-br__tab {
  display: none;
}
.ba-br__sp {
  display: none;
}
/* レスポンシブ対応 */
@media (max-width: 1260px) {
  .ba-header .r4-cmn-page-header {
    padding-left: 0;
    height: auto;
  }
  .ba-header .r4-cmn-page-header__img {
    height: unset;
  }
}

@media (max-width: 1100px) {
  .ba-com-inner {
    padding-inline: 25px;
  }
  .ba-btngroup {
    width: 90%;
  }
  .ba-cont_wrap .r4-dpt-btngroup__btn div {
    font-size: 18px;
    text-align: center;
    line-height: 1.2;
  }
  .ba-br__tab {
    display: block;
  }
}
@media (max-width: 1000px) {
  .ba-header .r4-cmn-page-header__heading {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 18vw;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  .r4-cmn-page-header__title {
    margin-top: unset;
  }
  .ba-header .r4-cmn-page-header__img {
    padding-top: 18vw;
  }
}
@media (max-width: 740px) {
  .ba-com-wrap.-bottom {
    margin-bottom: calc(28 / 740 * 100vw);
  }
  .ba-section {
    padding-block: calc(60 / 740 * 100vw);
  }
  .ba-com-inner {
    padding-inline: 20px;
  }
  .ba-section-title__main {
    font-size: calc(48 / 740 * 100vw);
  }
  .ba-media {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 20px 0 0px 0;
  }
  .ba-media__image {
    margin-bottom: unset;
  }
  .ba-media__catch {
    font-size: calc(34 / 740 * 100vw);
    margin-bottom: calc(20 / 740 * 100vw);
  }
  .ba-media__text {
    font-size: calc(28 / 740 * 100vw);
    margin-bottom: 1rem;
  }
  .ba-media__title {
    font-size: calc(36 / 740 * 100vw);
  }
  .ba-section-title {
    padding: 0px 0px 0 10px;
  }
  .ba-em__wrap {
    margin-bottom: 3rem;
    margin-top: 2rem;
  }
  .ba-em__title {
    font-size: calc(36 / 740 * 100vw);
    margin-bottom: 2rem;
    line-height: 1.5;
    padding: 0.5rem 0;
  }
  .ba-em__inner {
    padding: 0 calc(26 / 740 * 100vw);
  }
  .ba-em__box {
    margin-bottom: 2rem;
  }
  .ba-media__text.-bottom {
    margin-bottom: 2rem;
  }
  .ba-section-title.-bottom {
    margin-bottom: calc(28 / 740 * 100vw);
  }
  .ba-btn__catch {
    font-size: calc(30 / 740 * 100vw);
  }
  .ba-media__li {
    font-size: calc(28 / 740 * 100vw);
    line-height: 1.5;
  }
  .ba-cont_wrap .r4-dpt-btngroup__btn {
    width: 48.2%;
    margin-bottom: 2vw;
  }
  .ba-cont_wrap .r4-dpt-btngroup__btn div {
    font-size: 4vw;
  }
  .ba-br__sp {
    display: block;
  }
  .ba-header .r4-cmn-page-header__title {
    font-size: 6vw;
  }
  .ba-header .r4-cmn-page-header__icon {
    width: 9vw;
    margin-right: 2vw;
    margin-top: unset;
  }
}
@media (max-width: 480px) {
  .ba-media__title {
    margin-bottom: unset;
  }
  .ba-btn__text {
    font-size: calc(13 / 320 * 100vw);
  }
  .ba-btn__link__arr-g img {
    width: calc(15 / 320 * 100vw);
    height: calc(15 / 320 * 100vw);
  }
  .ba-banner__wrap {
    margin-top: 2rem;
  }
}
