/* フォント設定 */
/* noto-serif-jp-regular - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-serif-jp-v21-japanese-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-jp-600 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/noto-serif-jp-v21-japanese-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-serif-jp-700 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Serif JP";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-serif-jp-v21-japanese-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* noto-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/noto-sans-v36-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/noto-sans-v36-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Noto Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/noto-sans-v36-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-v30-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v13-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v13-latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v13-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-maru-gothic-regular - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/zen-maru-gothic-v16-japanese-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-maru-gothic-700 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Maru Gothic";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/zen-maru-gothic-v16-japanese-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* 共通設定 */
html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  font-style: normal;
  max-width: 100vw;
  overflow-x: hidden;
}
* {
  line-height: 1.5;
}
a {
  color: inherit;
  text-decoration: none;
}
img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}
.wrapper {
  max-width: 1440px;
  padding: 0 35px;
  margin: auto;
  position: relative;
}
.noto-sans {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.roboto {
  font-family: "Roboto", sans-serif;
  font-style: normal;
}
.inter {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}
.zen-maru-go {
  font-family: "Zen Maru Gothic", serif;
  font-style: normal;
  font-weight: 700;
}

/* ヘッダー */
header {
  background-color: #9c4747;
  position: relative;
  z-index: 10;
}
.header-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 15px;
}
h1 {
  width: 180px;
  margin: -20px 0 -50px 0;
}
.header-campaign {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.header-campaign-box {
  background-color: #ffffff;
  padding: 6px;
  text-align: center;
  font-size: 2.7rem;
  font-weight: 700;
  color: #9c4747;
}
.header-campaign-inner {
  border: 1.5px solid #9c4646;
  padding: 2px;
}
.header-campaign-large {
  font-size: 175%;
  line-height: 1;
}
.header-campaign-small {
  font-size: 75%;
}
.header-campaign-space {
  letter-spacing: 0.49em;
  margin-right: -0.49em;
}
.header-campaign-text {
  color: #ffffff;
  font-size: 4.7rem;
  margin-left: 10px;
  padding-bottom: 2px;
  border-bottom: 1.5px solid #ffffff;
}
.header-campaign-text div {
  line-height: 1;
}
.header-campaign-text div:first-child {
  padding-left: 5px;
}
.header-campaign-gradation {
  font-size: 133%;
  line-height: 1.2;
  background: linear-gradient(180deg, #28f9ed 0%, #ffffff 119.48%), linear-gradient(0deg, #ffffff, #ffffff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}
.header-campaign-text div:last-child {
  border-bottom: 1.5px solid #ffffff;
}
.header-jyuzu {
  width: 150px;
  margin: 0 0 -20px -5px;
}

/* キービジュアル */
.kv {
  background: linear-gradient(123.33deg, #4e8f43 19.76%, rgba(104, 168, 94, 0.912814) 46.7%, rgba(78, 143, 67, 0.84) 69.2%);
  position: relative;
  overflow: hidden;
}
.kv-catch-copy-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  padding: 15px 0 50px;
  z-index: 100;
}
.kv-catch-copy-img {
  width: calc(100% - 645px);
}
.kv-catch-copy-text {
  margin-left: -160px;
}
.kv-catch-copy {
  font-size: 7rem;
  letter-spacing: 0.31em;
  padding-top: 50px;
}
.kv-catch-copy span {
  background: linear-gradient(180deg, #f9f2cf 0%, #c9ad1e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(0 2px 2px #00000040);
  filter: drop-shadow(0 2px 2px #00000040);
}
.kv-catch-xlarge {
  font-size: 133%;
}
.kv-catch-large {
  font-size: 111%;
}
.kv-catch-left {
  margin-left: -60px;
}
.kv-catch-right {
  margin-left: 190px;
}
.kv-reason {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 20px auto 0;
}
.kv-reason-line-text {
  color: #ffffff;
  font-size: 3.7rem;
  text-align: center;
  letter-spacing: 0.31em;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  font-weight: 700;
}
.kv-reason-line-text > span {
  -webkit-filter: drop-shadow(0 2px 2px #00000040);
  filter: drop-shadow(0 2px 2px #00000040);
}
.kv-reason-line-text::before,
.kv-reason-line-text::after {
  content: "";
  width: 1.5px;
  height: 70px;
  background-color: #ffffff;
}
.kv-reason-line-text::before {
  transform: rotate(-45deg);
  margin-right: 30px;
}
.kv-reason-line-text::after {
  transform: rotate(45deg);
  margin-left: 30px;
}
.kv-reason-line-num {
  font-size: 200%;
  color: #efce1e;
}
.kv-reason-wrap {
  display: flex;
  margin: 20px 0 0 30px;
}
.kv-reason-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  width: 210px;
  border: 3px solid #6286a3;
  -webkit-filter: drop-shadow(0 2px 2px #00000040);
  filter: drop-shadow(0 2px 2px #00000040);
  border-radius: 50%;
  background-color: #ffffff;
  color: #6286a3;
  font-size: 2.7rem;
  position: relative;
  font-weight: 700;
  text-align: center;
  margin-left: 20px;
}
.kv-reason-circle-text {
  letter-spacing: 0.31em;
  margin: 20px -0.31em 0 0;
}
.kv-reason-circle-num {
  position: absolute;
  font-size: 171%;
  top: 5px;
  left: 50%;
  transform: translateX(-50%);
  letter-spacing: 0.01em;
}
.present-gofu {
  background-color: #6286a3;
  padding: 5px;
  width: 685px;
  margin: 70px 0 0 auto;
  position: relative;
}
.present-gofu-inner {
  border: 1px solid #ffffff;
  text-align: right;
  padding: 5px 30px;
  font-size: 2.4rem;
  color: #ffffff;
  letter-spacing: 0.31em;
  line-height: 1.77;
}
.present-gofu-large {
  font-size: 133%;
  background-color: #ffffff;
  color: #c9ad1e;
  padding-left: 0.31em;
  margin-right: 5px;
  letter-spacing: 0.31em;
}
.present-gofu-img {
  width: 180px;
  aspect-ratio: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  position: absolute;
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
}
.present-gofu-img img {
  width: 65%;
}
.present-gofu-more {
  color: #efea71;
  font-size: 2.5rem;
  position: absolute;
  transform: rotate(-10deg);
  top: -50px;
  left: -30px;
  letter-spacing: 0.31em;
  display: flex;
}
.present-gofu-more::before,
.present-gofu-more::after {
  content: "";
  display: block;
  width: 1.5px;
  height: 30px;
  background-color: #efea71;
}
.present-gofu-more::before {
  transform: rotate(-50deg);
  margin: 10px 10px 0 0;
}
.present-gofu-more::after {
  transform: rotate(40deg);
  margin: 10px 5px 0 0;
}
.kv-bg-text {
  font-size: 58rem;
  color: #4c724333;
  width: 1070px;
  height: 900px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-40%);
}
.kv-bg-text-left {
  position: absolute;
  top: -10px;
  left: -40px;
  line-height: 1;
}
.kv-bg-text-right {
  position: absolute;
  bottom: 0;
  right: 0;
  line-height: 1;
}
.kv-bg-img1 {
  width: 380px;
  position: absolute;
  right: 0;
  top: 20px;
  z-index: 20;
}
.kv-bg-img2 {
  width: 380px;
  position: absolute;
  left: 0;
  top: 170px;
}
.kv-bg-img3 {
  width: 380px;
  position: absolute;
  left: 0;
  bottom: -15px;
  z-index: 30;
}
.kv-bg-img4 {
  width: 250px;
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: 20;
}

/* 祈願・無料相談バナー */
.contact-banner {
  padding: 10px 0 20px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background: center / cover no-repeat url(../img/contact_banner_bg.webp);
}
.contact-banner-btn {
  width: 500px;
  font-size: 4rem;
  padding: 15px 0;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  letter-spacing: 0.31em;
  border: 1.5px solid #ffffff;
  margin: 10px 20px;
}
.pray-now {
  background: linear-gradient(180deg, #9b4444 -71.51%, #ff7272 10.23%, #9b4444 85.75%);
}
.contact-banner-btn-arrow {
  width: 20px;
  margin-left: 15px;
}
.contact-line {
  background: linear-gradient(180deg, #449b4d -71.51%, #68fb6e 10.23%, #449b7c 85.75%);
}
.contact-line-yellow {
  color: #efea71;
}
.add-friend-text {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 3rem;
  color: #ffffff;
  letter-spacing: 0.12em;
}
.add-friend-text-large {
  font-size: 175%;
  line-height: 1;
}
.add-friend-text::before,
.add-friend-text::after {
  content: "";
  width: 1.5px;
  height: 30px;
  background-color: #ffffff;
}
.add-friend-text::before {
  transform: rotate(-45deg);
  margin-right: 10px;
}
.add-friend-text::after {
  transform: rotate(45deg);
  margin-left: 10px;
}

/* 依頼して満足していますか */
.satisfaction-level {
  background: center / cover no-repeat url(../img/satisfaction_level_bg.webp);
  padding: 0 0 115px;
  position: relative;
  overflow: hidden;
}
.satisfaction-toi-icon {
  width: 300px;
  margin: auto;
  position: relative;
  z-index: 20;
}
.satisfaction-level h2 {
  position: relative;
  border: 3px solid #efea71;
  background-color: #fefff5;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: -40px auto 0;
  font-size: 7rem;
  font-weight: 600;
  z-index: 10;
}
.satisfaction-level h2::before,
.satisfaction-level h2::after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #efea71;
  position: absolute;
  left: 0;
}
.satisfaction-level h2::before {
  top: 0;
}
.satisfaction-level h2::after {
  bottom: 0;
}
.satisfaction-level-title-inner {
  display: block;
  padding: 25px 60px;
  line-height: 1;
}
.satisfaction-level-title-inner ::before,
.satisfaction-level-title-inner ::after {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #efea71;
  position: absolute;
  right: 0;
}
.satisfaction-level-title-inner ::before {
  top: 0;
}
.satisfaction-level-title-inner ::after {
  bottom: 0;
}
.satisfaction-level-title-large {
  font-size: 111%;
  line-height: 1;
}
.satisfaction-level-title-red {
  color: #9c4747;
}
.satisfaction-graph-wrap {
  position: relative;
  z-index: 10;
}
.satisfaction-graph {
  width: 800px;
  height: 800px;
  background: linear-gradient(180deg, #9c4747 0%, #c8a2a2 100%);
  box-shadow: 14px 9px 2px 0px #00000040;
  border-radius: 50%;
  margin: 25px auto;
  padding: 20px;
  position: relative;
}
.satisfaction-graph-inner {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: center / contain no-repeat url(../img/satisfaction_graph_ring.webp);
}
.satisfaction-graph-content {
  margin-top: 20px;
}
.satisfaction-graph-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  font-size: 5.5rem;
  color: #efea71;
  -webkit-filter: drop-shadow(0 2px 2px #00000040);
  filter: drop-shadow(0 2px 2px #00000040);
  border-bottom: 2px solid #efea71;
  line-height: 1;
}
.satisfaction-graph-num {
  position: relative;
  line-height: 1;
  margin-top: -130px;
}
.satisfaction-graph-num-gradation {
  font-size: 35rem;
  background: linear-gradient(180deg, #efea71 0%, #ffffff 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-filter: drop-shadow(9px 6px 4.2px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(9px 6px 4.2px rgba(0, 0, 0, 0.25));
  letter-spacing: -0.04em;
  padding: 0 0.04em 0 20px;
}
.satisfaction-graph-num-small {
  font-size: 25%;
}
.satisfaction-graph-point3 {
  position: absolute;
  font-size: 8rem;
  font-weight: 400;
  color: #ffffff;
  bottom: 245px;
  right: 30px;
  line-height: 1;
}
.satisfaction-ema-left,
.satisfaction-ema-right {
  position: absolute;
  overflow: hidden;
}
.satisfaction-ema-left {
  background: center / cover no-repeat url(../img/ema_left.webp);
  top: -40px;
  left: -230px;
  z-index: 20;
}
.satisfaction-ema-left-text {
  font-size: 3.5rem;
  transform: rotate(-15deg);
  padding: 170px 90px 90px 70px;
  color: #9c4747;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.satisfaction-ema-right {
  background: center / cover no-repeat url(../img/ema_right.webp);
  bottom: 50px;
  right: -240px;
  z-index: 20;
}
.satisfaction-ema-right-text {
  font-size: 3.5rem;
  transform: rotate(23deg);
  padding: 200px 50px 110px 80px;
  color: #9c4747;
  text-align: center;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.satisfaction-bg-img1 {
  width: 200px;
  position: absolute;
  top: 110px;
  left: 0;
}
.satisfaction-bg-img2 {
  width: 200px;
  position: absolute;
  top: 47%;
  right: 0;
  transform: translateY(-50%);
}
.satisfaction-bg-img3 {
  width: 320px;
  position: absolute;
  top: 0;
  right: 0;
}
.satisfaction-bg-img4 {
  width: 340px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.satisfaction-bg-img5,
.satisfaction-bg-img6 {
  position: absolute;
  bottom: 0;
}
.satisfaction-bg-img5 {
  width: 250px;
  right: 0;
}
.satisfaction-bg-img6 {
  width: 310px;
  right: 197px;
}

/* 不動明王縁切り祈願 */
.fudo-myoo-plan {
  background-color: #d9d9d9;
  padding: 20px 0;
}
.no1-plan {
  color: #9c4747;
  font-size: 4rem;
  text-align: center;
  padding: 0 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 50px;
  position: relative;
}
.no1-plan-large {
  font-size: 133%;
  line-height: 1;
}
.no1-plan::before,
.no1-plan::after {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #9c4747;
  position: absolute;
  bottom: 5px;
}
.no1-plan::before {
  left: -10px;
  transform: rotate(-45deg);
}
.no1-plan::after {
  right: 0;
  transform: rotate(45deg);
}
.fudo-myoo-plan-box {
  border: 2.5px solid #000000;
  padding: 5px;
  background: center / cover no-repeat url(../img/fudo_myoo_plan_bg.webp);
}
.fudo-myoo-plan-inner {
  border: 1.5px solid #000000;
}
.fudo-myoo-plan-title {
  width: 950px;
  margin: -60px auto 0;
}
.fudo-myoo-plan-content {
  display: flex;
  align-items: flex-end;
  padding-bottom: 40px;
  position: relative;
}
.fudo-myoo-img {
  width: calc(100% - 600px);
  position: relative;
  z-index: 1;
}
.fudo-myoo-plan-content-text {
  margin: 0 0 20px 10px;
}
.fudo-myoo-plan-limited {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.8rem;
  padding: 5px 10px;
  color: #9c4747;
  background-color: #d9d9d9;
}
.fudo-myoo-plan-price {
  display: flex;
  margin-top: 10px;
  align-items: flex-start;
}
.fudo-myoo-plan-price-text {
  margin-right: 140px;
}
.nomal-price {
  color: #676767;
  border: 1px solid #676767;
  font-size: 2.5rem;
  letter-spacing: -0.04em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: -10px;
  padding: 0 5px;
}
.nomal-price-num {
  font-size: 6rem;
  color: #676767;
  letter-spacing: -0.04em;
  position: relative;
  margin-top: -20px;
}
.nomal-price-num::before {
  content: "";
  width: 100%;
  height: 1.5px;
  background: #9c4747;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(-15deg) translateY(-50%);
}
.nomal-price-num-small {
  font-size: 50%;
}
.fudo-myoo-plan-price-img {
  font-size: 4rem;
  color: #e8e8e8;
  background: center / contain no-repeat url(../img/price_50_off_bg.webp);
  padding: 45px;
  text-align: center;
  line-height: 0.87;
  letter-spacing: 0.05em;
}
.fudo-myoo-plan-price-img-large {
  font-size: 200%;
  line-height: 0.87;
}
.fudo-myoo-plan-price-img-small {
  font-size: 50%;
  line-height: 0.87;
}
.special-price {
  background: #9c4747;
  font-size: 4rem;
  color: #ffffff;
  letter-spacing: 0.12em;
  padding: 5px 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: -85px;
}
.special-price-num {
  font-size: 16rem;
  letter-spacing: -0.04em;
  font-weight: 700;
  color: rgba(0, 0, 0, 0);
  background: linear-gradient(180.29deg, #efea71 15.16%, #bf9c42 99.75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-filter: drop-shadow(3.5px 5.5px 2px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(3.5px 5.5px 2px rgba(0, 0, 0, 0.25));
  line-height: 1;
  position: relative;
  z-index: 1;
}
.special-price-num-small {
  font-size: 50%;
}
.fudo-myoo-plan .present-gofu {
  margin: -5px 0 0 -95px;
}
.fudo-myoo-plan .present-gofu-img {
  z-index: 10;
}
.prayer-to-fudo-myoo {
  background: center / contain no-repeat url(../img/prayer_to_fudo_myoo_bg.webp);
  color: #d0402b;
  font-size: 3.3rem;
  letter-spacing: 0.06em;
  padding: 0 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  aspect-ratio: 2.76;
  position: absolute;
  left: -4px;
  bottom: -4px;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kazarimusubi {
  width: 60px;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}

/* こんなお悩みありませんか？ */
.troubles {
  background: center / cover no-repeat url(../img/trouble_all_bg.webp);
}
.troubles-top {
  background: center / cover no-repeat url(../img/trouble_top_bg.webp);
  padding-top: 18px;
  height: 57vw;
}
.troubles h2 {
  font-size: 6rem;
  color: #ffffff;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-decoration: underline;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 4px;
  font-weight: 400;
}
.troubles-title-large {
  font-size: 143%;
  background: linear-gradient(180deg, #4e4e4e 0%, #2758d8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-filter: drop-shadow(0px 2px 5px rgba(228, 228, 228, 0.24));
  filter: drop-shadow(0px 2px 5px rgba(228, 228, 228, 0.24));
  position: relative;
  font-weight: 600;
}
.troubles-title-large::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: center / contain no-repeat url(../img/troubles_title_bg.webp);
  z-index: -1;
}
.troubles-circle-wrap {
  padding: calc((53vw - 635px) / 2) 0;
  width: 85%;
  margin: auto;
}
.troubles-circle-inner {
  display: flex;
}
.troubles-circle-inner:last-child {
  margin-left: 50px;
}
.troubles-circle {
  width: 250px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4);
  border: 2px solid #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.troubles-circle:last-child {
  margin-left: 20px;
}
.trouble-check {
  width: 40px;
  margin: -25px 0 10px;
}
.troubles-circle-text {
  font-size: 1.8rem;
  color: #ffffff;
  letter-spacing: 0.08em;
  text-shadow: 1.5px 1px 1.5px rgba(0, 0, 0, 0.5);
}
.troubles-circle-large {
  font-size: 150%;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}
.troubles-bottom {
  padding: 13px 0 26px;
}
.troubles-bottom-inner {
  background: #838383;
  font-size: 6.5rem;
  color: #ffffff;
  padding: 10px 0 15px;
}
.troubles-bottom-bg-white {
  display: inline-block;
  font-size: 62.5%;
  color: #474747;
  background: #ffffff;
  padding: 0 20px;
  border-radius: 12px;
  transform: rotate(-8.48deg) translateY(-20px);
  margin-right: 10px;
  margin-left: -15px;
}
.troubles-bottom-blue {
  display: inline-block;
  font-size: 140%;
  color: #6286a3;
}
.troubles-bottom-purple {
  display: inline-block;
  font-size: 150%;
  background: linear-gradient(180deg, #ac00f9 0%, #4b0d66 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25), 1px 4px 0.95px rgba(255, 251, 251, 0.25);
  line-height: 1;
}
.gray-gradation-bg {
  display: inline-block;
  background: linear-gradient(180deg, #cfc8c8 0%, #979797 100%);
  line-height: 1;
  padding: 4px 15px;
}
.troubles-bottom-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

/* 縁切りするのも簡単じゃない・・・ */
.not-easy-severance {
  background: center / cover no-repeat url(../img/not_easy_bg.webp);
  padding: 60px 0 7vw;
}
.not-easy-title {
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 30px;
}
.not-easy-title h2 {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #3b3b3b;
  color: #ffffff;
  font-size: 7rem;
  font-weight: 600;
  text-decoration: underline;
  padding: 5px 20px 15px;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}
.but {
  background: center / contain no-repeat url(../img/but_bg.webp);
  padding: 10px 30px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -90px;
  left: -50px;
}
.but span {
  display: inline-block;
  font-size: 7rem;
  letter-spacing: 0.04em;
  transform: rotate(-12.77deg);
}
.not-easy-text-wrap {
  display: flex;
  justify-content: center;
}
.not-easy-text {
  width: 210px;
  height: 750px;
  color: #1d0727;
  background: center / contain no-repeat url(../img/not_easy_text.webp);
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  padding: 40px 0.5% 0 0;
  line-height: 1;
  font-size: 5rem;
  letter-spacing: 0.08em;
}
.not-easy-text:not(:first-child) {
  margin-left: 30px;
}

/* 悩めるあなたに */
.for-worried {
  position: relative;
  z-index: 1;
  margin-top: -7vw;
}
.for-worried-title {
  background: center / cover no-repeat url(../img/for_worried_title_bg.webp);
  aspect-ratio: 3.01;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14rem;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.for-worried-title div {
  transform: rotate(-4deg);
  line-height: 1;
}
.for-worried-title-black {
  font-size: 75%;
  line-height: 1;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 7px;
  color: #474747;
}
.for-worried-title-red {
  color: #9c4747;
  margin-left: 120px;
  line-height: 1.2;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 10px;
}
.for-worried-wrap {
  margin-top: -7.2vw;
  background: center top / cover no-repeat url(../img/for_worried_bg.webp);
  aspect-ratio: 1.03;
  display: flex;
  align-items: center;
  position: relative;
}
.for-worried-inner {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: auto;
}
.for-worried-text {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  white-space: nowrap;
  line-height: 1;
}
.for-worried-text-left {
  font-size: 6rem;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  letter-spacing: 0.5em;
  color: #474747;
  margin-top: 80px;
}
.for-worried-text-left span {
  display: inline-block;
  margin-right: 15px;
}
.for-worried-text-left2 {
  margin-top: 100px;
}
.for-worried-text-left3 {
  margin-top: 250px;
}
.for-worried-text-right {
  display: flex;
  font-size: 8rem;
  font-weight: 700;
  background: linear-gradient(90deg, #e6d05d -20.41%, #faf4d1 61.58%, #f0d964 136.73%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-filter: drop-shadow(10px 11px 8.3px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(10px 11px 8.3px rgba(0, 0, 0, 0.25));
  margin-top: -80px;
  padding-right: 25px;
}
.for-worried-circle-wrap {
  display: flex;
  position: absolute;
  right: 50%;
  bottom: 0;
  transform: translateX(40%);
}
.for-worried-circle {
  width: 260px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: center / cover no-repeat url(../img/for_worried_circle_bg.webp);
  font-size: 4rem;
  letter-spacing: 0.1em;
  color: #c9ad1e;
  margin-right: 8px;
}
.for-worried-circle-small {
  font-size: 60%;
}

/* キャンペーン */
.more-plan-bg {
  width: 0;
  height: 0;
  position: relative;
  border-top: 8.125vw solid #d9d9d9;
  border-left: 50vw solid transparent;
  border-right: 50vw solid transparent;
  transform: translateY(-1px);
  z-index: 1;
}
.more-circle-text {
  width: 220px;
  height: 220px;
  background: #d37c7c;
  border-radius: 50%;
  padding: 7px;
  color: #ffffff;
  font-size: 5rem;
  position: absolute;
  top: -95px;
  left: 50%;
  transform: translateX(-50%);
}
.more-circle-text-inner {
  width: 100%;
  height: 100%;
  border: 1px solid #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more-plan-wrap {
  background: left -16vw / 25% no-repeat url(../img/more_plan_bg_img1.webp), right -18vw / 25% no-repeat url(../img/more_plan_bg_img2.webp) #faf5e2;
  padding: calc(8.125vw + 90px) 0 25px;
  margin-top: -8.125vw;
}
.power-stone-campaign-wrap {
  background: center / contain no-repeat url(../img/power_stone_campaign_frame.webp);
  height: 60.75vw;
  max-height: calc(1440px * 0.6075);
  padding: 6% 4%;
  position: relative;
}
.power-stone-campaign-wrap h2 {
  width: 90%;
  margin: auto;
  font-size: 4.5rem;
  letter-spacing: 0.38em;
  color: #9b4444;
  text-align: center;
  padding: 3% 0 1%;
  background: center top / contain no-repeat url(../img/power_stone_campaign_title_bg1.webp), center bottom / contain no-repeat url(../img/power_stone_campaign_title_bg2.webp);
}
.jewel-img {
  width: 120px;
  position: absolute;
  top: -30px;
  right: 160px;
}
.first-arrival-100 {
  font-size: 6rem;
  text-align: center;
  font-weight: 700;
  color: #9b4444;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.first-arrival-100-large {
  font-size: 125%;
}
.first-arrival-100-small {
  font-size: 87.5%;
}
.power-stone-campaign-inner {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.power-stone-img {
  width: calc(100% - 740px);
  max-width: 450px;
  padding: 20px;
  position: relative;
  z-index: 1;
}
.power-stone-img::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: radial-gradient(34.24% 34.24% at 49.29% 52.41%, #dadada 0%, #ffffff 79.5%, #ffffff 100%);
  -webkit-filter: blur(21.1px);
  filter: blur(21.1px);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.only-you {
  font-size: 4.5rem;
  color: #474747;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
}
.only-you-large {
  font-size: 133%;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  background: linear-gradient(180deg, #65a6f2 0%, #87a3c5 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  -webkit-text-decoration-color: #87a3c5;
  text-decoration-color: #87a3c5;
  line-height: 1;
}
.power-stone-text {
  margin-left: 30px;
  position: relative;
}
.power-stone-text-inner {
  display: flex;
  align-items: center;
  margin: -10px 0 0 -20px;
}
.power-stone-text-circle {
  width: 300px;
  aspect-ratio: 1;
  border-radius: 50%;
  font-size: 3rem;
  text-align: center;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.power-stone-text-cross {
  width: 35px;
  margin: 0 -5px;
}
.power-stone-text-circle-blue {
  background: center / contain no-repeat url(../img/power_stone_text_circle_blue.webp);
  color: #ffffff;
}
.power-stone-text-circle-white {
  background: center / contain no-repeat url(../img/power_stone_text_circle_white.webp);
}
.power-stone-text-circle-large {
  width: 100%;
  font-size: 112.5%;
  position: absolute;
  top: 75px;
  left: 50%;
  transform: translateX(-50%);
}
.power-stone-text-content {
  margin-top: 30px;
}

/* ご祈願の枠には限りがある */
.limited-reservation {
  background: #d9d9d9;
  padding: 0;
  margin-top: 80px;
  color: #474747;
}
.limited-reservation_bg img {
  width: 100%;
}
.limited-reservation h2 {
  font-size: 6rem;
  text-align: center;
}
.limited-reservation-title-line {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}
.limited-reservation p {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  margin: 20px 0;
}
.contact-line-btn {
  width: 500px;
  padding: 15px 0;
  font-size: 4rem;
  border-radius: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  letter-spacing: 0.31em;
  border: 1.5px solid #ffffff;
  margin: 10px auto;
}
.contact-line-small {
  font-size: 50%;
}
.contact-line-btn span {
  line-height: 1;
}
.reason {
  background: top left / 115px no-repeat url(../img/reason_bg_img1.webp), top right / 105px no-repeat url(../img/reason_bg_img2.webp), left 135px / 130px no-repeat url(../img/reason_bg_img3.webp),
    right 205px / 70px no-repeat url(../img/reason_bg_img4.webp), center / cover no-repeat url(../img/reason_bg.webp);
  padding: 63px 0;
}
.chosen {
  font-size: 5.5rem;
  text-align: center;
  letter-spacing: 0.1em;
  color: #474747;
  text-shadow: 6px 5px 2px rgba(0, 0, 0, 0.25);
}
.reason h2 {
  font-size: 10.5rem;
  letter-spacing: 0.12em;
  text-align: center;
  color: #9b4444;
  -webkit-filter: drop-shadow(6px 5px 2px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(6px 5px 2px rgba(0, 0, 0, 0.25));
  line-height: 1;
  margin: -25px 0 63px;
}
.reason-title-large {
  font-size: 200%;
  background: linear-gradient(180deg, #d82e2e 0%, #c39595 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1;
}
.reason-content-wrap {
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}
.reason-content {
  width: calc(100% - 400px);
  max-width: 995px;
}
.reason-content-wrap:nth-child(odd) {
  justify-content: flex-end;
}
.reason-img img {
  width: 100%;
}
.reason-content p {
  font-size: 3rem;
  letter-spacing: 0.01em;
  color: #474747;
  margin-top: 20px;
  padding-left: 10px;
  padding-right: 40px;
}
.reason-content-wrap:nth-child(odd) .reason-content p {
  padding-right: 10px;
  padding-left: 40px;
}
.reason-content-wrap h3 {
  width: 400px;
  aspect-ratio: 0.38;
  background: center / contain no-repeat url(../img/reason_title_bg.webp);
  position: relative;
  z-index: 1;
  margin-left: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 6rem;
  letter-spacing: 0.31em;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
}
.reason-content-wrap:nth-child(odd) h3 {
  margin-left: auto;
  margin-right: -35px;
}
.reason-content-wrap h3 span {
  display: block;
  white-space: nowrap;
}
.reason-content-wrap h3 span span:nth-child(2) {
  margin-top: 125px;
}
.reason-content-wrap h3 span span:nth-child(3) {
  margin-top: 250px;
}
.reason-title-num {
  width: 170px;
  height: auto;
  position: absolute;
  top: 45px;
  left: 10px;
}
.reason-bg-img {
  width: 122px;
  position: absolute;
  left: 0;
  top: 100%;
}
.voice {
  padding-top: 128px;
}
.vice-title {
  padding: 15px 0;
  background: center bottom / contain no-repeat url(../img/voice_title_border.webp);
  margin-bottom: 30px;
}
.voice h3 {
  text-align: center;
  font-size: 6rem;
  letter-spacing: 0.1em;
  color: #474747;
}
.voice-title-red {
  font-size: 125%;
  color: #9c4747;
}
.many {
  font-size: 2.5rem;
  transform: rotate(-9deg);
  position: absolute;
  top: -10px;
  left: 0;
}
.voice-wrap {
  overflow: hidden;
}
.voice-content-wrap {
  overflow-x: scroll;
  white-space: nowrap;
  margin: auto;
}
.voice-content {
  width: calc(100% - 70px);
  max-width: 1440px;
  height: 67.7vw;
  max-height: calc(1440px * 0.677);
  display: inline-block;
  aspect-ratio: 1.4778;
  background: center / contain no-repeat url(../img/voice_frame.webp);
  margin: 0 35px;
  padding: 6% 4%;
  white-space: normal;
  vertical-align: bottom;
}
.voice-content-inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.voice-content-img {
  width: 35%;
  padding: 0 40px 0 20px;
}
.voice-content-img img {
  width: 100%;
}
.customer-name {
  padding: 10px;
  font-size: 3rem;
  color: #474747;
}
.voice-text {
  width: 65%;
  color: #474747;
}
.voice-text h4 {
  padding: 10px 20px;
  background: left top / 95% no-repeat url(../img/voice_inner_title_border1.webp), right bottom / 95% no-repeat url(../img/voice_inner_title_border2.webp);
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.voice-text p {
  font-size: 3rem;
  margin-top: 20px;
  padding-left: 20px;
}

/* ご祈願の流れ */
.flow {
  padding: 36px 0;
  background: left top / 106px no-repeat url(../img/flow_bg_img1.webp), right 60px / 81px no-repeat url(../img/flow_bg_img2.webp), center / cover no-repeat url(../img/flow_bg.webp);
}
.flow h2 {
  font-size: 8rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.04em;
  color: #474747;
}
.flow h2 img {
  width: 60px;
  margin: 0 35px;
}
.flow-content {
  width: 980px;
  aspect-ratio: 3.42;
  background: center / cover no-repeat url(../img/flow_content_bg.webp);
  margin: 44px auto;
  display: flex;
  align-items: center;
}
.step-title {
  font-size: 3.7rem;
  color: #9b4444;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 115px;
}
.step-title span {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  letter-spacing: 0.04em;
}
.step-num {
  font-size: 3.7rem;
  color: #474747;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 30px;
}
.step-num > div {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  padding: 20px 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.red-num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  aspect-ratio: 1;
  background: #9b4444;
  color: #ffffff;
  border-radius: 50%;
}
.step-text {
  color: #474747;
  font-size: 2.7rem;
  letter-spacing: 0.04em;
}
.step-text-small {
  display: block;
  font-size: 75%;
}

/* 安心の為のお約束 */
.promise-title img {
  width: 100%;
}
.promise-content-inner {
  width: 100%;
}
.promise-content h3 {
  font-size: 8rem;
  color: #ffffff;
  padding: 20px 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: left top / 90% no-repeat url(../img/promise_content_title_border1.webp), right bottom / 90% no-repeat url(../img/promise_content_title_border2.webp);
}
.promise-content-text {
  font-size: 2rem;
  letter-spacing: 0.04em;
  line-height: 2;
  color: #ffffff;
}
.promise-content1 {
  background: center / cover no-repeat url(../img/promise_content_bg1.webp);
  aspect-ratio: 1.3;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.promise-content1 .promise-content-text {
  padding: 90px 0 60px 80px;
}
.promise-content1-circle-wrap {
  display: flex;
  justify-content: flex-end;
}
.promise-content1-circle {
  width: 310px;
  aspect-ratio: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  background: center / contain no-repeat url(../img/promise_content1_circle.webp);
  margin-left: 20px;
  font-size: 4rem;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.04em;
}
.promise-content2 {
  background: center / cover no-repeat url(../img/promise_content_bg2.webp);
  height: 80.8vw;
  display: flex;
  align-items: center;
  padding: 6vw 0 4.5vw;
  margin: -6vw 0 -4.5vw;
}
.promise-content2 .promise-content-text {
  padding: 90px 40px;
}
.delivery-support {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  background: #ffffff;
  box-shadow: 5px 5px 0 #d9d9d9;
}
.delivery-support-img {
  width: 150px;
  margin-top: -20px;
}
.delivery-support-red {
  color: #9b4444;
}
.delivery-support p {
  font-size: 2.5rem;
  color: #474747;
  padding: 20px;
}
.promise-content3 {
  background: center / cover no-repeat url(../img/promise_content_bg3.webp);
  aspect-ratio: 1.666;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.promise-content3-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.promise-content3 .promise-content-text {
  padding: 40px 0;
}
.promise-attention {
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 3rem;
  color: #ffffff;
  background: center / cover no-repeat url(../img/promise_attention_bg.webp);
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.promise-attention-large {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  font-size: 125%;
  letter-spacing: 0.4em;
  margin-bottom: -0.4em;
}
.promise-attention p {
  margin-left: 20px;
}

/* よくあるご質問 */
.question {
  background: #f8efd1;
  padding: 54px 0 120px;
}
.question h2 {
  color: #474747;
  font-size: 7rem;
  letter-spacing: 0.04em;
  text-align: center;
  margin-bottom: 54px;
}
.question-wrap-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto 20px;
}
.question-q {
  color: #9c4747;
}
.question-a {
  color: #474747;
}
.question-title {
  font-size: 6.5rem;
}
.question-text {
  padding: 10px;
  background: rgba(255, 255, 255, 0.5);
  width: calc(100% - 80px);
  font-size: 2.5rem;
}

/* フッター */
footer {
  background: linear-gradient(180deg, #9b4444 0%, #d0d0d0 547.51%);
  padding: 22px 0 200px;
  color: #ffffff;
  font-size: 2rem;
  letter-spacing: 0.04em;
}
.footer-info {
  padding: 30px;
}

/* 点滅アニメーション */
.blinking {
  transform: scale(0.9);
  -webkit-animation: blink 1s ease-in-out infinite alternate;
  animation: blink 1s ease-in-out infinite alternate;
}
@-webkit-keyframes blink {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes blink {
  0% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}

/* フェードインアニメーション */
.fade {
  opacity: 0;
  transform: translateY(10px);
}
.fade-in {
  -webkit-animation: fadeIn 0.8s forwards;
  animation: fadeIn 0.8s forwards;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ノートPC */
@media screen and (max-width: 1279px) {
  h1 {
    width: 125px;
  }
  .header-jyuzu {
    width: 85px;
  }
  .header-campaign {
    padding: 5px 0;
  }
  .header-campaign-box {
    font-size: 1.8rem;
  }
  .header-campaign-text {
    font-size: 2.5rem;
  }
  .kv-catch-copy-text {
    margin-left: -120px;
  }
  .kv-catch-copy {
    font-size: 4rem;
    position: relative;
    z-index: 10;
  }
  .kv-catch-left {
    margin-left: -40px;
  }
  .kv-catch-right {
    margin-left: 110px;
  }
  .kv-reason-line-text {
    font-size: 2.8rem;
  }
  .kv-reason-line-text::before,
  .kv-reason-line-text::after {
    height: 45px;
  }
  .kv-reason-line-text::before {
    margin-right: 20px;
  }
  .kv-reason-line-text::after {
    margin-left: 20px;
  }
  .kv-reason-wrap {
    margin: 10px 0 0;
  }
  .kv-reason-circle {
    font-size: 2rem;
    width: 150px;
  }
  .present-gofu-inner {
    font-size: 1.8rem;
  }
  .present-gofu-more {
    font-size: 2rem;
    top: -30px;
    left: -20px;
  }
  .present-gofu-more::before,
  .present-gofu-more::after {
    height: 20px;
  }
  .present-gofu {
    width: 520px;
    margin: 40px 0 0 auto;
  }
  .present-gofu-img {
    width: 130px;
  }
  .kv-catch-copy-img {
    width: calc(100% - 430px);
    max-width: 580px;
  }
  .kv-bg-text {
    font-size: 35rem;
    width: 600px;
    height: 550px;
  }
  .kv-bg-img1 {
    width: 30%;
    z-index: 0;
    top: 2%;
  }
  .kv-bg-img2 {
    width: 30%;
    top: 20%;
  }
  .kv-bg-img3 {
    width: 30%;
  }
  .kv-bg-img4 {
    width: 20%;
    bottom: -10%;
  }
  .add-friend-text {
    font-size: 2rem;
  }
  .contact-banner-btn {
    font-size: 2.5rem;
    width: 330px;
  }
  .contact-banner-btn-arrow {
    width: 15px;
    margin-left: 10px;
  }
  .satisfaction-level h2 {
    font-size: 5rem;
    margin: -30px auto 0;
  }
  .satisfaction-toi-icon {
    width: 200px;
  }
  .satisfaction-graph {
    width: 600px;
    height: 600px;
  }
  .satisfaction-graph-num {
    margin-top: -50px;
  }
  .satisfaction-graph-num-gradation {
    font-size: 20rem;
  }
  .satisfaction-graph-point3 {
    font-size: 5.5rem;
    top: 105px;
    right: 10px;
  }
  .satisfaction-ema-left-text {
    font-size: 2rem;
    padding: 100px 60px 60px 50px;
  }
  .satisfaction-ema-right-text {
    font-size: 2rem;
    padding: 130px 40px 60px 60px;
  }
  .satisfaction-ema-left {
    left: -100px;
  }
  .satisfaction-ema-right {
    bottom: -15px;
    right: -115px;
  }
  .fudo-myoo-plan-title {
    width: 700px;
  }
  .fudo-myoo-plan-limited {
    font-size: 2.5rem;
  }
  .nomal-price {
    font-size: 1.8rem;
  }
  .nomal-price-num {
    font-size: 4rem;
    margin-top: -5px;
  }
  .fudo-myoo-plan-price-text {
    margin-right: 100px;
  }
  .fudo-myoo-plan-price-img {
    font-size: 3rem;
    padding: 30px;
  }
  .special-price {
    font-size: 2.5rem;
    margin-top: -65px;
  }
  .special-price-num {
    font-size: 12rem;
  }
  .fudo-myoo-img {
    width: calc(100% - 440px);
  }
  .prayer-to-fudo-myoo {
    font-size: 2rem;
  }
  .kazarimusubi {
    width: 40px;
  }
  .troubles h2 {
    font-size: 4rem;
  }
  .trouble-check {
    width: 30px;
  }
  .troubles-circle {
    width: 150px;
  }
  .troubles-circle-text {
    font-size: 1rem;
  }
  .troubles-circle-wrap {
    padding: calc((53vw - 350px) / 2) 0;
  }
  .troubles-bottom-inner {
    font-size: 4.3rem;
  }
  .but {
    top: -70px;
    left: -25px;
  }
  .but span {
    font-size: 5rem;
  }
  .not-easy-title h2 {
    font-size: 4.5rem;
  }
  .not-easy-text {
    font-size: 3.5rem;
    width: 150px;
    height: 535px;
    padding: 30px 0.5% 0 0;
  }
  .for-worried-title {
    font-size: 8rem;
  }
  .for-worried-text-right {
    font-size: 5rem;
  }
  .for-worried-text-left {
    font-size: 3.5rem;
    margin-top: 50px;
  }
  .for-worried-circle {
    width: 150px;
    font-size: 2rem;
  }
  .more-circle-text {
    font-size: 3rem;
    width: 150px;
    height: 150px;
    top: -70px;
  }
  .more-plan-wrap {
    padding: calc(8.125vw + 40px) 0 25px;
  }
  .power-stone-campaign-wrap h2 {
    font-size: 3rem;
  }
  .first-arrival-100 {
    font-size: 4rem;
  }
  .only-you {
    font-size: 3rem;
  }
  .jewel-img {
    width: 70px;
    top: -25px;
  }
  .power-stone-img {
    width: calc(100% - 490px);
  }
  .power-stone-text-inner {
    margin: 0 0 0 -10px;
  }
  .power-stone-text-circle {
    width: 200px;
    font-size: 2rem;
  }
  .power-stone-text-circle-large {
    top: 50px;
  }
  .limited-reservation h2 {
    font-size: 4rem;
  }
  .limited-reservation p {
    font-size: 2.5rem;
  }
  .contact-line-btn {
    font-size: 2.5rem;
    width: 330px;
    border-radius: 35px;
  }
  .chosen {
    font-size: 4rem;
  }
  .reason h2 {
    font-size: 7rem;
    margin: -15px 0 63px;
  }
  .reason-content-wrap h3 {
    font-size: 3.8rem;
    width: 260px;
  }
  .reason-content {
    width: calc(100% - 260px);
  }
  .reason-title-num {
    width: 80px;
  }
  .reason-content p {
    font-size: 2rem;
  }
  .voice h3 {
    font-size: 4rem;
  }
  .voice-text h4 {
    font-size: 3rem;
  }
  .voice-text p {
    font-size: 2rem;
  }
  .customer-name {
    font-size: 2rem;
  }
  .flow h2 {
    font-size: 5rem;
  }
  .flow h2 img {
    width: 40px;
    margin: 0 20px;
  }
  .flow-content {
    width: 700px;
  }
  .step-title {
    font-size: 2.5rem;
    width: 85px;
  }
  .step-num {
    font-size: 2.8rem;
  }
  .red-num {
    width: 45px;
  }
  .step-text {
    font-size: 1.8rem;
  }
  .promise-content h3 {
    font-size: 6rem;
  }
  .promise-content-text {
    font-size: 1.6rem;
  }
  .promise-content1-circle {
    font-size: 2.5rem;
    width: 230px;
  }
  .delivery-support p {
    font-size: 2rem;
  }
  .promise-attention {
    font-size: 2rem;
  }
  .question h2 {
    font-size: 5rem;
  }
  .question-title {
    font-size: 4.5rem;
  }
  .question-text {
    font-size: 1.8rem;
    width: calc(100% - 65px);
  }
}

/* タブレット */
@media screen and (max-width: 960px) {
  .kv-catch-copy-text {
    margin-left: -70px;
  }
  .kv-catch-copy-img {
    width: calc(100% - 470px);
  }
  .present-gofu-inner {
    font-size: 1.6rem;
    padding: 5px 15px 0 30px;
  }
  .present-gofu {
    width: 465px;
  }
  .satisfaction-level h2 {
    font-size: 4rem;
  }
  .satisfaction-graph {
    width: 500px;
    height: 500px;
  }
  .satisfaction-graph-text {
    font-size: 3.5rem;
  }
  .satisfaction-graph-num-gradation {
    font-size: 18rem;
  }
  .satisfaction-graph-point3 {
    font-size: 4.5rem;
    top: 100px;
  }
  .satisfaction-ema-left {
    left: -130px;
  }
  .satisfaction-ema-right {
    right: -140px;
    bottom: 35px;
  }
  .no1-plan {
    font-size: 3rem;
  }
  .fudo-myoo-plan-title {
    width: 650px;
    margin: -40px auto 0;
  }
  .fudo-myoo-plan-limited {
    font-size: 2rem;
  }
  .nomal-price {
    font-size: 1.6rem;
  }
  .fudo-myoo-plan-price-text {
    margin-right: 60px;
  }
  .special-price {
    font-size: 2.2rem;
    margin-top: -55px;
  }
  .fudo-myoo-plan-price-img {
    font-size: 2.5rem;
  }
  .special-price-num {
    font-size: 10rem;
  }
  .fudo-myoo-img {
    width: calc(100% - 385px);
  }
  .fudo-myoo-plan-content {
    padding-bottom: 20px;
  }
  .fudo-myoo-plan-content-text {
    margin: 0 0 10px 10px;
  }
  .prayer-to-fudo-myoo {
    font-size: 1.4rem;
  }
  .add-friend-text {
    font-size: 1.8rem;
  }
  .contact-banner-btn {
    width: 300px;
    font-size: 2.3rem;
  }
  .troubles h2 {
    font-size: 3rem;
  }
  .troubles-bottom-inner {
    font-size: 3.5rem;
  }
  .not-easy-title h2 {
    font-size: 4rem;
  }
  .for-worried-text-right {
    margin-top: -20px;
  }
  .first-arrival-100 {
    font-size: 3.5rem;
  }
  .only-you {
    font-size: 2.8rem;
  }
  .power-stone-text-circle {
    font-size: 1.6rem;
    width: 160px;
  }
  .power-stone-text-circle-large {
    top: 40px;
  }
  .power-stone-text-content {
    margin-top: 20px;
  }
  .jewel-img {
    top: -10px;
  }
  .power-stone-img {
    padding: 0;
    width: calc(100% - 455px);
  }
  .reason-content-wrap h3 {
    font-size: 3rem;
    width: 230px;
  }
  .reason-content {
    width: calc(100% - 230px);
  }
  .reason-content p {
    font-size: 1.6rem;
  }
  .voice h3 {
    font-size: 3.5rem;
  }
  .voice-text h4 {
    font-size: 2.5rem;
  }
  .voice-text p {
    font-size: 1.6rem;
  }
  .customer-name {
    font-size: 1.6rem;
  }
  .promise-content h3 {
    font-size: 5rem;
  }
  .promise-content-text {
    font-size: 1.4rem;
  }
  .promise-content1 .promise-content-text {
    padding: 40px 0 50px 70px;
  }
  .promise-content1-circle {
    font-size: 2rem;
    width: 170px;
  }
  .promise-content2 .promise-content-text {
    padding: 40px 20px;
  }
  .promise-content3 .promise-content-text {
    padding: 20px 0;
  }
}

/* スマホ */
.phone {
  display: none;
}
@media screen and (max-width: 768px) {
  .phone {
    display: block;
  }
  .pc {
    display: none;
  }
  .wrapper {
    padding: 0 15px;
  }
  header {
    background: center top / 100% no-repeat url(../img/sp_FV_bg_img.webp);
  }
  .sp-FV img {
    position: relative;
    z-index: 10;
  }
  .contact-banner.under-FV {
    margin-top: -9.5vw;
    position: relative;
    z-index: 1;
  }
  .present-gofu {
    margin: -100px auto 0;
    width: 85%;
    max-width: 340px;
    z-index: 100;
    transform: translateX(15px);
  }
  .present-gofu-inner {
    font-size: 1.4rem;
    padding: 5px;
  }
  .present-gofu-large {
    font-size: 100%;
  }
  .present-gofu-img {
    width: 95px;
    left: -15px;
    top: 10px;
    transform: translateY(0);
  }
  .kv-bg-text {
    font-size: 11.4rem;
    width: 210px;
    height: 230px;
    top: 30px;
    left: 45%;
    transform: translateX(0);
  }
  .kv-bg-img1 {
    width: 100px;
    top: 0;
  }
  .kv-bg-img4 {
    width: 90px;
  }
  .kv-bg-img3 {
    width: 100px;
    bottom: -30px;
  }
  .contact-banner {
    flex-direction: column-reverse;
    padding: 10px 0 0;
  }
  .add-friend-text {
    font-size: 1.564rem;
  }
  .contact-banner-left,
  .contact-banner-right {
    width: 100%;
  }
  .contact-banner-btn {
    width: 75%;
    font-size: 1.987rem;
    padding: 10px 0;
    margin: 0 auto 10px;
  }
  .add-friend-text::before,
  .add-friend-text::after {
    height: 10px;
  }
  .satisfaction-toi-icon {
    width: 100px;
  }
  .satisfaction-level {
    background: center / cover no-repeat url(../img/sp_satisfaction_level_bg.webp);
  }
  .fudo-myoo-plan {
    padding: 40px 0 20px;
  }
  .no1-plan {
    font-size: 2.322rem;
    margin: 0 auto 20px;
  }
  .no1-plan::before,
  .no1-plan::after {
    height: 25px;
    bottom: 0;
  }
  .no1-plan::before {
    left: 0;
  }
  .no1-plan::after {
    right: 5px;
  }
  .fudo-myoo-plan-box {
    padding: 5px;
  }
  .fudo-myoo-plan-content {
    padding-bottom: 0;
  }
  .fudo-myoo-plan-content img {
    margin-top: -30px;
  }
  .troubles h2 {
    font-size: 2.2rem;
  }
  .troubles-top {
    background: center / cover no-repeat url(../img/sp_trouble_top_bg.webp);
    height: auto;
    padding-top: 0;
    padding-bottom: 2vw;
  }
  .not-easy-severance {
    padding: 0 0 7vw;
  }
  .for-worried-wrap {
    background-image: none;
  }
  .for-worried-title {
    font-size: 4.2rem;
  }
  .for-worried-title-red {
    margin-left: 30px;
    text-decoration-thickness: 2px;
    text-underline-offset: 6px;
  }
  .more-circle-text {
    width: 93px;
    height: 93px;
    font-size: 1.95rem;
    padding: 3px;
  }
  .more-plan-bg {
    border-top-width: 60px;
  }
  .more-plan-wrap {
    padding: 70px 0 15px;
    margin-top: -60px;
    background: center top / 100% url(../img/sp_power_stone_campaign_bg.webp);
  }
  .phone-power-stone-campaign {
    width: 95%;
    margin: auto;
  }
  .limited-reservation {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .limited-reservation h2 {
    font-size: 1.8rem;
  }
  .limited-reservation p {
    font-size: 1.6rem;
  }
  .contact-line-btn {
    font-size: 1.7rem;
    width: 233px;
    border-radius: 21px;
    padding: 0;
  }
  .contact-line-btn > span {
    padding: 5px 0 20px;
    text-align: center;
  }
  .contact-line-btn .contact-line-yellow {
    display: block;
    margin: 0 auto 5px;
  }
  .chosen {
    font-size: 1.8rem;
  }
  .reason {
    padding: 42px 0;
    background: -12% 0 / 25% no-repeat url(../img/reason_bg_img1.webp), 109% 0 / 22% no-repeat url(../img/reason_bg_img2.webp), -9% 4% / 24% no-repeat url(../img/reason_bg_img3.webp),
      100% 5% / 12% no-repeat url(../img/reason_bg_img4.webp), center / cover no-repeat url(../img/reason_bg.webp);
  }
  .reason h2 {
    font-size: 3.4rem;
  }
  .reason-content {
    width: 100%;
    margin-bottom: 40px;
  }
  .reason-img {
    width: calc(100% - 80px);
    min-height: 290px;
  }
  .reason-img img {
    -o-object-fit: contain;
    object-fit: contain;
  }
  .reason-content-wrap h3 {
    position: absolute;
    font-size: 1.8rem;
    width: 110px;
    top: -20px;
    right: 5px;
  }
  .reason-title-num {
    width: 52px;
    top: 10px;
  }
  .reason-content-wrap:nth-child(odd) .reason-img {
    margin-left: auto;
  }
  .reason-content-wrap h3 span span:nth-child(2) {
    margin-top: 55px;
    top: 10px;
  }
  .reason-content-wrap:nth-child(odd) h3 {
    right: auto;
    left: 5px;
  }
  .reason-content-wrap .reason-content p {
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.6rem;
  }
  .reason-content-wrap:nth-child(odd) .reason-content p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .reason-content-wrap h3 span span:nth-child(3) {
    margin-top: 80px;
  }
  .phone-reason-bg-img {
    width: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .voice {
    padding-top: 0;
  }
  .many {
    font-size: 1rem;
    left: calc(2.5% + 10px);
  }
  .vice-title {
    max-width: 500px;
  }
  .voice h3 {
    font-size: 1.7rem;
    padding: 10px 0;
  }
  .voice-content {
    max-width: 500px;
    height: 129.4vw;
    max-height: 681px;
    background: center / contain no-repeat url(../img/phone_voice_frame.webp);
    margin: 0 15px;
    width: calc(100% - 30px);
    padding: 14% 8%;
  }
  .voice-content-img {
    width: 34%;
    padding: 0;
  }
  .customer-name {
    font-size: 1rem;
    padding: 0;
  }
  .voice-text h4 {
    font-size: 2rem;
    padding: 5px 10px;
    background: left top / 85% no-repeat url(../img/voice_inner_title_border1.webp), right bottom / 85% no-repeat url(../img/voice_inner_title_border2.webp);
  }
  .voice-content-inner {
    height: auto;
  }
  .voice-content p {
    font-size: 2.5vw;
  }
  .flow {
    background: 0 0 / 15% no-repeat url(../img/flow_bg_img1.webp), right 3% / 13% no-repeat url(../img/flow_bg_img2.webp), center / cover no-repeat url(../img/flow_bg.webp);
  }
  .flow h2 {
    font-size: 2.3rem;
  }
  .flow h2 img {
    width: 16px;
  }
  .flow-content {
    width: 363px;
    aspect-ratio: 2.46;
    background: center / cover no-repeat url(../img/phone_flow_content_bg.webp);
  }
  .step-title {
    font-size: 1.9rem;
    width: 42px;
  }
  .step-num {
    font-size: 1.8rem;
    margin: 0px 10px 0 20px;
  }
  .step-num > div {
    padding: 20px 0;
  }
  .step-text {
    font-size: 1.5rem;
    padding-right: 12px;
    width: calc(100% - 102px);
  }
  .red-num {
    width: 30px;
    margin-top: 5px;
  }
  .step-text-small {
    font-size: 62.5%;
  }
  .phone-step-text-small {
    display: block;
    font-size: 55%;
  }
  .promise-content h3 {
    font-size: 2rem;
    background: left top / 120px no-repeat url(../img/promise_content_title_border1.webp), right bottom / 120px no-repeat url(../img/promise_content_title_border2.webp);
    padding: 5px 10px;
    margin: auto;
  }
  .promise-content1 {
    aspect-ratio: 1.14;
    background-image: url(../img/sp_promise_content_bg1.webp);
  }
  .promise-content-text {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    line-height: 1.777;
  }
  .promise-content1 .promise-content-text {
    padding: 5px 0 0;
  }
  .promise-content1-circle-wrap {
    justify-content: center;
  }
  .promise-content1-circle {
    font-size: 1rem;
    width: 90px;
    margin-left: 0;
    margin: 0 2px;
  }
  .promise-content2 {
    margin: -6.7vw 0 -8.52vw;
    height: 99.3vw;
    background-image: url(../img/sp_promise_content_bg2.webp);
  }
  .promise-content2 .promise-content-text {
    padding: 5px 0 0;
  }
  .delivery-support p {
    font-size: 1rem;
    padding: 5px;
  }
  .delivery-support {
    margin: 10px auto 0;
    position: relative;
    z-index: 30;
    box-shadow: 3px 3px 0 #d9d9d9;
  }
  .delivery-support-img {
    width: 60px;
  }
  .promise-content3 {
    background-image: url(../img/sp_promise_content_bg3.webp);
    aspect-ratio: 0.98;
  }
  .promise-content3-inner {
    margin-right: auto;
  }
  .promise-content3 .promise-content-text {
    padding: 15px 0 0;
  }
  .promise-attention {
    font-size: 1.2rem;
    padding: 10px;
    margin: 20px 0 -10px auto;
  }
  .question {
    padding: 23px 0 68px;
  }
  .question h2 {
    font-size: 2.3rem;
    margin-bottom: 23px;
  }
  .question-title {
    font-size: 2.3rem;
  }
  .question-text {
    width: calc(100% - 35px);
    font-size: 1rem;
    padding: 5px;
  }
  footer {
    padding-bottom: 60px;
    font-size: 1rem;
  }
  footer .footer-wrap {
    transform: scale(0.7);
    margin-left: -15%;
  }
  .footer-info {
    padding: 15px;
  }
  .flowting-btn {
    width: 130px;
    position: fixed;
    right: 10px;
    bottom: 15px;
    -webkit-filter: drop-shadow(40.7288px 67.8813px 31.6779px rgba(0, 0, 0, 0.02)) drop-shadow(22.6271px 39.2203px 27.1525px rgba(0, 0, 0, 0.08))
      drop-shadow(10.5593px 16.5932px 19.6101px rgba(0, 0, 0, 0.14)) drop-shadow(3.01694px 4.52542px 10.5593px rgba(0, 0, 0, 0.16));
    filter: drop-shadow(40.7288px 67.8813px 31.6779px rgba(0, 0, 0, 0.02)) drop-shadow(22.6271px 39.2203px 27.1525px rgba(0, 0, 0, 0.08)) drop-shadow(10.5593px 16.5932px 19.6101px rgba(0, 0, 0, 0.14))
      drop-shadow(3.01694px 4.52542px 10.5593px rgba(0, 0, 0, 0.16));
    z-index: 1000;
    transform-origin: right bottom;
  }
}
@media screen and (max-width: 519px) {
  .voice-content p {
    font-size: 3.8vw;
  }
}
