@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 28px;
  }
}

body {
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 1.6;
  color: #010407;
  background-color: #F4F4F3;
}

.mb0 {
  margin-bottom: 0px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb40 {
  margin-bottom: 40px;
}

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

h1 {
  font-size: 2rem;
}

h2 {
  font-size: clamp(1.6rem, 8vw, 2.1rem);
  letter-spacing: 0em;
}

h3 {
  font-size: 1.3rem;
  letter-spacing: 0rem;
}

h4 {
  font-size: 1.5rem;
  letter-spacing: 0rem;
}

h5 {
  font-size: 1.25rem;
  letter-spacing: 0rem;
}

p {
  margin-bottom: 20px;
  font-size: 18px;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 1025px) {
  p {
    margin: 20px 0 60px 0;
  }
}

p.right {
  text-align: right;
  width: 97%;
}

a {
  color: #3498db;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  color: rgb(33.1380753138, 125.1882845188, 186.8619246862);
}

ul, ol {
  margin-bottom: 20px;
}

li {
  margin-bottom: 5px;
  list-style: none;
}

button {
  font-family: inherit;
  cursor: pointer;
}

img {
  max-width: 100%;
  height: auto;
}

video {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 30px 0;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

.bold {
  font-weight: 600;
}

strong {
  font-weight: 600;
  font-size: 1.5em;
}

em {
  font-weight: 600;
  font-size: 1.2em;
  font-style: normal;
}

.yl-line {
  text-decoration-thickness: 10px;
  text-underline-offset: -3px;
  text-decoration-skip-ink: none;
  text-decoration: underline;
  text-decoration-color: #FFDE87;
  text-decoration-thickness: 10px;
}

.bl-line {
  border-bottom: 1px solid #010407;
}

.blue {
  color: #0077C8;
}

.css-br::after {
  content: "\a";
  white-space: pre;
}

p span {
  font-weight: bold;
  color: #0077C8;
}

p.common {
  text-align: left;
  letter-spacing: 0.1rem;
  padding: 3% 0;
  font-size: clamp(0.8rem, 4.3vw, 1.05rem);
}
@media screen and (min-width: 1025px) {
  p.common {
    font-size: 0.8rem;
  }
}

p.note {
  color: #333;
  font-size: clamp(0.5rem, 2.5vw, 0.7rem);
  text-align: left;
  padding: 0 10px 0 0;
}
@media screen and (min-width: 1025px) {
  p.note {
    font-size: clamp(0.5rem, 1vw, 0.7rem);
  }
}

span.red {
  color: #c2272c;
}

span.blue {
  color: #0077C8;
}

span.navy {
  color: #21277b;
}

.br {
  display: block;
}

.fl_box {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

sup {
  font-size: 40%;
  vertical-align: super;
}

.btn {
  margin: 0 10px;
}
.btn.btn-primary {
  background-color: #3498db;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
}
.btn.btn-primary:hover {
  background-color: rgb(33.1380753138, 125.1882845188, 186.8619246862);
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn.btn-secondary {
  background-color: #2ecc71;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
}
.btn.btn-secondary:hover {
  background-color: rgb(36.616, 162.384, 89.948);
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn.btn-danger {
  background-color: #e74c3c;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
}
.btn.btn-danger:hover {
  background-color: rgb(213.698630137, 43.8356164384, 26.301369863);
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.btn.btn-warning {
  background-color: #f39c12;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s ease;
}
.btn.btn-warning:hover {
  background-color: rgb(199.8795180723, 126.5060240964, 10.1204819277);
  transform: translateY(-2px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.feature-card {
  background: white;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 10px 0;
  text-align: center;
  transition: transform 0.3s ease;
}
.feature-card:hover {
  transform: translateY(-5px);
}
.feature-card h4 {
  color: #3498db;
  margin-bottom: 20px;
  font-size: 1.3rem;
}
.feature-card p {
  color: #7f8c8d;
}

.alert {
  padding: 20px;
  margin: 10px 0;
  border-radius: 4px;
  border-left: 4px solid;
}
.alert.alert-success {
  background-color: rgb(209.304, 244.696, 224.312);
  border-left-color: #2ecc71;
  color: rgb(27.232, 120.768, 66.896);
}
.alert.alert-warning {
  background-color: rgb(252.8313253012, 237.1084337349, 212.1686746988);
  border-left-color: #f39c12;
  color: rgb(151.3373493976, 95.7831325301, 7.6626506024);
}
.alert.alert-error {
  background-color: rgb(253.3561643836, 242.7397260274, 241.6438356164);
  border-left-color: #e74c3c;
  color: rgb(168.2876712329, 34.5205479452, 20.7123287671);
}

.nav .nav-list {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
}
.nav .nav-list .nav-item .nav-link {
  text-decoration: none;
  color: #010407;
  font-weight: 500;
  transition: color 0.3s ease;
}
.nav .nav-list .nav-item .nav-link:hover {
  color: #3498db;
}

.video-wrap {
  position: relative;
  width: 100%;
}

.video-wrap video {
  width: 100%;
  display: block;
  cursor: pointer;
}

.video-play {
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

.video-play.hidden {
  display: none;
}

.container {
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}
.container .innner {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  background-color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .container .innner {
    margin: 0 0 0 45%;
  }
}

.header {
  background-color: #fff;
  padding: 10px 10px 0 10px;
  color: #ffffff;
  text-align: center;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 1025px) {
  .header {
    padding: 15px 10px 0 15px;
  }
}
.header div {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.header ul {
  display: flex;
  padding: 0 5px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5%;
}
.header ul li {
  background-color: #59C8D6;
  border-radius: 10px;
  padding: 5px 8px 5px 8px;
  list-style: none;
  line-height: 1rem;
  margin: 0 1%;
  font-size: 0.7rem;
  text-shadow: 1px 2px 3px #0077C8;
  width: 90px;
}
@media screen and (min-width: 1025px) {
  .header ul li {
    font-size: 0.6rem;
    line-height: 0.8rem;
    width: 135px;
  }
}
@media screen and (max-width: 375px) {
  .header ul li {
    font-size: 0.6rem;
    line-height: 0.8rem;
    border-radius: 6px;
    width: 80px;
  }
}
.header ul li:nth-child(2) {
  background-color: #41A0E1;
}
.header ul li:nth-child(3) {
  background-color: #69b9da;
}
.header ul li strong {
  font-size: 0.8rem;
}
@media screen and (min-width: 1025px) {
  .header ul li strong {
    font-size: 0.7rem;
  }
}
@media screen and (max-width: 375px) {
  .header ul li strong {
    font-size: 0.7rem;
  }
}
.header img {
  width: 100px;
  padding: 0 0 10px 0;
}
@media screen and (min-width: 1025px) {
  .header img {
    width: 140px;
  }
}

.main {
  padding: 5px 0 0 0;
  width: 100%;
  z-index: 100;
}

.fv {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 0 0;
  font-weight: 600;
  position: relative;
  min-height: 65svh;
  display: grid;
  overflow: hidden;
}
.fv .slide-media,
.fv .overlay {
  grid-area: 1/1;
}
.fv .slide-media {
  position: relative;
  inset: 0;
  width: 100%;
}
.fv .slide-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  object-fit: cover;
  display: block;
  height: auto;
}
.fv .overlay {
  display: grid;
  align-content: start;
  justify-items: center;
  row-gap: clamp(12px, 2.5vw, 24px);
  padding-inline: 4vw 0 0 0;
  z-index: 9999;
  grid-area: 1/1;
  width: 100%;
  margin-inline: auto;
  padding-inline: clamp(12px, 4vw, 24px);
  padding-top: clamp(12px, 5vw, 40px);
  overflow: visible;
}
.fv .slide-title1 {
  width: min(100%, 650px);
  margin-top: -1.5vw;
}
@media screen and (min-width: 1025px) {
  .fv .slide-title1 {
    margin-top: -0.5vw;
  }
}
.fv .slide-title1 p {
  color: #21277b;
  font-size: clamp(0.8rem, 3.8vw, 1.1em);
  margin: 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 375px) {
  .fv .slide-title1 p {
    font-size: clamp(0.7rem, 3.6vw, 1em);
  }
}
@media screen and (min-width: 1025px) {
  .fv .slide-title1 p {
    font-size: clamp(0.8rem, 1.4vw, 0.8em);
  }
}
.fv h1 {
  color: #21277b;
  width: min(99%, 600px);
  margin: 0 auto;
  margin-top: -2.5vw;
  line-height: 1.1;
  font-size: clamp(2rem, 10vw, 2.8rem);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2vw;
  padding: 0 4% 0 0;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .fv h1 {
    font-size: 2.5rem;
    margin-top: -1vw;
  }
}
.fv h1 strong {
  font-size: clamp(3.6rem, 18vw, 4.5rem);
}
@media screen and (min-width: 1025px) {
  .fv h1 strong {
    font-size: 4rem;
  }
}
.fv h1 img {
  width: clamp(60px, 18vw, 90px);
  height: auto;
}
@media screen and (max-width: 375px) {
  .fv h1 img {
    width: clamp(60px, 17vw, 90px);
  }
}
@media screen and (min-width: 1025px) {
  .fv h1 img {
    width: 120px;
  }
}
.fv h1 span {
  display: block;
  font-size: clamp(2rem, 10vw, 2.8rem);
}
@media screen and (min-width: 1025px) {
  .fv h1 span {
    font-size: 2.1rem;
  }
}
.fv .slide-title2 {
  width: clamp(180px, 55vw, 230px);
  justify-self: end;
  margin-top: clamp(-1svh, 0.2vw, 0.5svh);
  margin: 0 2.5% 0 0;
}
@media screen and (min-width: 1025px) {
  .fv .slide-title2 {
    width: 290px;
    margin: -0.5vw 7.5% 0 0;
  }
}
.fv .slide-title2 img {
  width: clamp(240px, 51.5vw, 250px);
}
@media screen and (max-width: 375px) {
  .fv .slide-title2 img {
    width: clamp(160px, 50vw, 240px);
    margin: 0 1.5% 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .fv .slide-title2 img {
    width: 310px;
    margin: 0 0.5% 0 0;
  }
}
.fv .slide-title3 {
  width: clamp(180px, 60vw, 250px);
  justify-self: end;
  margin-top: clamp(15svh, 30vw, 19svh);
}
@media screen and (min-width: 1025px) {
  .fv .slide-title3 {
    width: 380px;
    margin-top: 180px;
  }
}
.fv .slide-cta {
  width: clamp(300px, 90vw, 400px);
  justify-self: center;
  margin-top: clamp(-6svh, -7vw, -4svh);
  z-index: 9999;
}
@media screen and (min-width: 1025px) {
  .fv .slide-cta {
    width: 500px;
    margin-top: -40px;
  }
}
.fv .note {
  color: rgba(33, 39, 123, 0.5);
  font-size: clamp(0.5rem, 2.5vw, 0.6rem);
  margin: 0;
  margin-top: clamp(-3svh, -3vw, -1.5svh);
  padding: 0 0 4% 0;
}
@media screen and (max-width: 375px) {
  .fv .note {
    font-size: clamp(0.4rem, 2.4vw, 0.5rem);
    padding: 0 0 6% 0;
  }
}
@media screen and (min-width: 1025px) {
  .fv .note {
    font-size: clamp(0.4rem, 1.5vw, 0.5rem);
    padding: 2% 0 6% 0;
  }
}

.fv-price {
  padding: 8% 0 8% 0;
  background: #21277b;
  margin: 0 auto;
}
.fv-price h2 {
  color: #fff;
  font-size: 2.5rem;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0 0 3% 0;
}
@media screen and (min-width: 1025px) {
  .fv-price h2 {
    font-size: 2.3rem;
  }
}
.fv-price h2 span {
  color: #21277b;
  font-size: clamp(1.2rem, 6vw, 1.5rem);
  background: #fff;
  border-radius: 50px;
  padding: 5px 20px;
  width: 70%;
  display: block;
  margin: 0 auto 7px auto;
}
@media screen and (min-width: 1025px) {
  .fv-price h2 span {
    font-size: 1.3rem;
  }
}

.fv-price-box {
  background: #fff;
  border-radius: 15px;
  padding: 5% 3%;
  width: 90%;
  margin: 0 auto 7px auto;
}
.fv-price-box p {
  font-weight: bold;
  font-size: clamp(0.9rem, 4.5vw, 1.1rem);
  margin: 0 auto 10px auto;
}
@media screen and (min-width: 1025px) {
  .fv-price-box p {
    font-size: 1rem;
  }
}
.fv-price-box p span.item {
  border: 2.5px solid #21277b;
  padding: 0.5%;
  display: block;
  font-size: clamp(0.8rem, 4.2vw, 1rem);
  color: #21277b;
  margin: 0 auto 1.5% auto;
  width: 98%;
}
.fv-price-box div.price-box {
  display: flex;
  align-items: flex-end;
  gap: 0.2em;
  justify-content: center;
}
@media screen and (min-width: 1025px) {
  .fv-price-box div.price-box {
    padding: 10px 0 0 0;
  }
}
.fv-price-box div.price-box img {
  position: relative;
  display: block;
  vertical-align: bottom;
}
.fv-price-box div.price-box img.head {
  padding: 0 10px 0 0;
  width: 90px;
}
@media screen and (max-width: 375px) {
  .fv-price-box div.price-box img.head {
    width: 85px;
  }
}
@media screen and (min-width: 1025px) {
  .fv-price-box div.price-box img.head {
    width: 130px;
  }
}
.fv-price-box div.price-box img.bottom {
  padding: 0 0 0 10px;
  width: 65px;
}
@media screen and (min-width: 1025px) {
  .fv-price-box div.price-box img.bottom {
    width: 100px;
  }
}

.price-text {
  display: flex;
  align-items: flex-end;
  gap: 0.2em;
  margin: 0;
}
@media screen and (min-width: 1025px) {
  .price-text {
    padding: 0 0 0 0;
  }
}

.price-text .price-number {
  color: #c2272c;
  font-size: clamp(3rem, 14vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  letter-spacing: -0.1rem;
}
@media screen and (max-width: 375px) {
  .price-text .price-number {
    font-size: clamp(2.6rem, 12vw, 3rem);
  }
}
@media screen and (min-width: 1025px) {
  .price-text .price-number {
    font-size: 3rem;
  }
}

.price-text .yen-tax {
  display: flex;
  flex-direction: column-reverse;
  /* ← これで (税込) が上、円が下 */
  justify-content: center;
  align-items: flex-start;
  line-height: 1;
  margin: 0;
  padding: 0;
  row-gap: 0.1em;
}

.price-text .price-yen {
  color: #c2272c;
  font-size: clamp(1.8rem, 8vw, 2rem);
  font-weight: 700;
}
@media screen and (max-width: 375px) {
  .price-text .price-yen {
    font-size: clamp(1.6rem, 7.8vw, 1.8rem);
  }
}
@media screen and (min-width: 1025px) {
  .price-text .price-yen {
    font-size: 1.8rem;
  }
}

.price-text .tax {
  color: #c2272c;
  font-size: clamp(0.5rem, 2.4vw, 0.8rem);
  padding: 0 0 0 2px;
}
@media screen and (min-width: 1025px) {
  .price-text .tax {
    padding: 0 0 0 4px;
    font-size: 0.6em;
  }
}

.introduction {
  padding: 10% 0 0 0;
  background: #F1F9FE;
}
.introduction h2 {
  font-size: clamp(1.6rem, 9vw, 2.1rem);
  padding: 0 0 0 0;
  line-height: 3rem;
}
@media screen and (min-width: 1025px) {
  .introduction h2 {
    font-size: 1.8rem;
  }
}
.introduction ul {
  padding: 0 0 7% 0;
}
.introduction li {
  width: 90%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background: #fff;
  padding: 3% 2% 4% 5%;
  font-size: clamp(0.9rem, 4.8vw, 1.15rem);
  margin: 0 auto 2% auto;
  text-align: left;
  border-radius: 10px;
  color: #333;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1025px) {
  .introduction li {
    font-size: 1rem;
  }
}
.introduction li span {
  color: #21277b;
  font-weight: 600;
  text-decoration-thickness: 10px;
  text-underline-offset: -3px;
  text-decoration-skip-ink: none;
  text-decoration: underline;
  text-decoration-color: #FFDE87;
  text-decoration-thickness: 10px;
}
.introduction .bottom-bg {
  background: #0077C8;
  padding: 0;
  position: relative;
  background-image: url(../img/introduction-bottom-bg.webp);
  background-size: 125%;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (min-width: 1025px) {
  .introduction .bottom-bg {
    background-size: 135%;
  }
}
.introduction .bottom-bg .white-box {
  display: inline-block;
  background: #fff;
  color: #333;
  font-weight: bold;
  margin: 15% auto 5% auto;
  padding: 2% 3%;
  font-size: clamp(0.7rem, 4vw, 1rem);
}
@media screen and (min-width: 1025px) {
  .introduction .bottom-bg .white-box {
    font-size: 0.8rem;
  }
}
.introduction .bottom-bg .bottom-text {
  color: #fff;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin: 0 auto;
  padding: 0 0 10% 0;
  line-height: 2.3rem;
  width: 95%;
  font-size: clamp(1rem, 5.2vw, 1.3rem);
}
@media screen and (min-width: 1025px) {
  .introduction .bottom-bg .bottom-text {
    font-size: 1.1rem;
  }
}
@media screen and (max-width: 375px) {
  .introduction .bottom-bg .bottom-text {
    line-height: 2rem;
  }
}
.introduction .bottom-bg .bottom-text span {
  font-size: clamp(1.3rem, 6.8vw, 1.65rem);
  color: #fff;
  text-decoration-thickness: 5px;
  text-underline-offset: -1px;
  text-decoration-skip-ink: none;
  text-decoration: underline;
  text-decoration-color: #FFDE87;
  padding: 3% 0 0 0;
  display: block;
}
@media screen and (min-width: 1025px) {
  .introduction .bottom-bg .bottom-text span {
    font-size: 1.4rem;
  }
}

.dangerous {
  padding: 10% 0 0 0;
  background: #F4F4F3;
}
.dangerous h2 {
  font-size: clamp(1.1rem, 5.5vw, 1.4rem);
  padding: 0 0 3% 0;
  line-height: 3rem;
}
@media screen and (min-width: 1025px) {
  .dangerous h2 {
    font-size: 1.1rem;
  }
}
.dangerous h2 span {
  color: #0077C8;
  font-size: clamp(2.4rem, 12vw, 2.7rem);
  display: block;
}
@media screen and (min-width: 1025px) {
  .dangerous h2 span {
    font-size: 2.5rem;
  }
}
.dangerous h3 {
  font-size: clamp(1.2rem, 5.5vw, 1.4rem);
  color: #7f8c8d;
  font-weight: 600;
  line-height: 2rem;
}
@media screen and (min-width: 1025px) {
  .dangerous h3 {
    font-size: 1.2rem;
    padding: 0 0 10px 0;
  }
}
.dangerous .dangerous-img {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
}
.dangerous .dangerous-img h4 {
  font-size: clamp(0.8rem, 3.8vw, 1rem);
  color: #fff;
  font-weight: 600;
  line-height: 1.3rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  max-width: 180px;
  height: 60px;
  margin: 0 5px;
}
@media screen and (max-width: 375px) {
  .dangerous .dangerous-img h4 {
    line-height: 1.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .dangerous .dangerous-img h4 {
    width: 250px;
    height: 60px;
    font-size: 0.6rem;
    line-height: 0.8rem;
  }
}
.dangerous .dangerous-img > div:nth-of-type(1) h4 {
  background: #7f8c8d;
  line-height: 60px;
  /* 高さと同じ値 */
  text-align: center;
  /* 横中央 */
}
.dangerous .dangerous-img > div:nth-of-type(2) h4 {
  background: #0077C8;
  padding: 9px 0 0 0;
}
@media screen and (max-width: 375px) {
  .dangerous .dangerous-img > div:nth-of-type(2) h4 {
    padding: 11px 0 0 0;
  }
}
.dangerous img {
  max-width: 90%;
  padding: 8% 0 3% 0;
  margin: 0 auto;
}
.dangerous .dangerous-bottom {
  width: 95%;
  margin: 0 auto;
  text-align: center;
  padding: 8% 0 0 0;
  color: #333;
  font-size: clamp(1rem, 5vw, 1.2rem);
  line-height: 3rem;
}
@media screen and (min-width: 1025px) {
  .dangerous .dangerous-bottom {
    font-size: 1rem;
    line-height: 2.5rem;
  }
}
.dangerous .dangerous-bottom strong {
  color: #0077C8;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: clamp(2.8rem, 12vw, 3.5rem);
  letter-spacing: -0.1rem;
}
@media screen and (min-width: 1025px) {
  .dangerous .dangerous-bottom strong {
    font-size: 2.8rem;
  }
}
.dangerous .dangerous-bottom strong.highlight {
  background: url("../img/risk-line.svg") no-repeat bottom center;
  background-size: 100%;
  /* 背景を伸縮させる */
  padding: 0.2em 0.5em;
  /* 背景が見える余白 */
}
@media screen and (max-width: 375px) {
  .dangerous .dangerous-bottom strong.highlight {
    padding: 0.2em 0.3em;
  }
}
.dangerous .dangerous-bottom span {
  padding: 5% 0 2% 0;
  color: #21277b;
  font-size: clamp(1.6rem, 7.5vw, 1.8rem);
  letter-spacing: 0rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (min-width: 1025px) {
  .dangerous .dangerous-bottom span {
    padding: 5% 0 2% 0;
    font-size: 1.5rem;
  }
}

.dangerous-box {
  background: #fff;
  width: 90%;
  margin: 0 auto;
  border-radius: 20px;
  padding: 8% 3% 8% 3%;
  position: relative;
  margin-bottom: 45px;
}
@media screen and (max-width: 375px) {
  .dangerous-box {
    margin-bottom: 35px;
  }
}
.dangerous-box::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -45px;
  transform: translateX(-50%);
  width: 1px;
  height: 65px;
  background: #333;
  z-index: 10;
  pointer-events: none;
}
@media screen and (max-width: 375px) {
  .dangerous-box::after {
    width: 0.8px;
    height: 45px;
    bottom: -35px;
  }
}
@media screen and (min-width: 1025px) {
  .dangerous-box::after {
    width: 1.2px;
  }
}
.dangerous-box .head {
  font-weight: 600;
  color: #0077C8;
  font-size: 1.2rem;
}
@media screen and (min-width: 1025px) {
  .dangerous-box .head {
    margin: 3% 0 5% 0;
  }
}
.dangerous-box .dangerous-box-bottom {
  width: 90%;
  margin: 0 auto;
  text-align: left;
  padding: 3% 0 0 0;
}
.dangerous-box img {
  width: 180px;
  padding: 8% 0 5% 0;
  margin: 0 5px;
}

.about-clinic {
  background: #FFF;
  padding: 35% 0 10% 0;
  position: relative;
  background-image: url(../img/about-clinic-top-bg.webp);
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (min-width: 1025px) {
  .about-clinic {
    background-size: 100%;
    padding: 170px 0 0 0;
    background-position: top center;
  }
}
.about-clinic h2 {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.7em;
  padding: 7% 0 0 0;
  letter-spacing: 0.1rem;
  color: #21277b;
  font-size: clamp(0.9rem, 4.4vw, 1.3rem);
  font-weight: 600;
  margin: 0;
  letter-spacing: 0.1em;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
@media screen and (min-width: 1025px) {
  .about-clinic h2 {
    padding: 8% 0 0 0;
    line-height: 1.5rem;
    font-size: 0.9rem;
  }
}
.about-clinic h2::before {
  content: "";
  position: absolute;
  top: -20%;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 180px;
  height: 180px;
  background: url("../../../asset/images/common/logo-yoko.svg") no-repeat center top;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 375px) {
  .about-clinic h2::before {
    top: -17%;
    width: 140px;
    height: 140px;
  }
}
@media screen and (min-width: 1025px) {
  .about-clinic h2::before {
    top: -10%;
    width: 200px;
    height: 200px;
  }
}
.about-clinic h2 span {
  color: #21277b;
  font-size: clamp(0.9rem, 4.4vw, 1.3rem);
}
@media screen and (min-width: 1025px) {
  .about-clinic h2 span {
    font-size: 0.9rem;
  }
}
.about-clinic .about-clinic-box {
  background: #FFF;
  padding: 0 0 0 0;
  position: relative;
  background-image: url(../img/about-clinic-box.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 100%;
  height: 530px;
  color: #21277b;
}
@media screen and (max-width: 375px) {
  .about-clinic .about-clinic-box {
    height: 0;
    padding: 0 0 135% 0;
  }
}
@media screen and (min-width: 1025px) {
  .about-clinic .about-clinic-box {
    height: 800px;
  }
}
.about-clinic .about-clinic-bottom {
  color: #333;
  text-align: left;
  width: 90%;
  margin: 0 auto;
  padding: 5% 0 0 0;
}
@media screen and (min-width: 1025px) {
  .about-clinic .about-clinic-bottom {
    padding: 3% 0 50px 0;
  }
}
.about-clinic span {
  color: #21277b;
}

.br-about-clinic {
  margin: 3% 0 0 0;
  font-size: clamp(2.3rem, 11vw, 2.7rem);
  display: block;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 600;
  text-decoration-thickness: 10px;
  text-underline-offset: -3px;
  text-decoration-skip-ink: none;
  text-decoration: underline;
  text-decoration-color: #FFDE87;
  text-decoration-thickness: 10px;
  line-height: 3.5rem;
  letter-spacing: 0rem;
}
@media screen and (max-width: 375px) {
  .br-about-clinic {
    margin: 3% 0 0 0;
    line-height: 3.2rem;
  }
}
@media screen and (min-width: 1025px) {
  .br-about-clinic {
    margin: 3% 0 0 0;
    font-size: 2.3rem;
    line-height: 2.8rem;
  }
}

.pulsethermia {
  background: #E7F5FF;
  padding: 10% 0 5% 0;
}
.pulsethermia .head {
  color: #0077C8;
  font-size: 2rem;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.pulsethermia h2 {
  font-size: clamp(2.1rem, 10.5vw, 2.6rem);
  background: #fff;
  width: 90%;
  margin: 0 auto;
  border: 2px solid #0077C8;
  margin: 0 auto 5% auto;
  padding: 5px 5px;
  letter-spacing: -0.2rem;
}
@media screen and (min-width: 1025px) {
  .pulsethermia h2 {
    width: 85%;
    font-size: 2.1rem;
  }
}
.pulsethermia h2 span {
  font-size: 1.9rem;
}
@media screen and (min-width: 1025px) {
  .pulsethermia h2 span {
    font-size: 1.7rem;
  }
}
.pulsethermia h3 {
  font-size: clamp(1.3rem, 6vw, 1.5rem);
  font-family: "Helvetica Neue", Arial, sans-serif;
  line-height: 2.4rem;
}
@media screen and (min-width: 1025px) {
  .pulsethermia h3 {
    font-size: 1.3rem;
    line-height: 2rem;
  }
}

.pulsethermia-box {
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  padding: 8% 15px 5% 15px;
  width: 90%;
  border-radius: 15px;
  margin: 0 auto 30px auto;
}
@media screen and (min-width: 1025px) {
  .pulsethermia-box {
    padding: 8% 25px 5% 25px;
  }
}
.pulsethermia-box .top-img {
  width: 95%;
  margin: 0 auto;
}
.pulsethermia-box p {
  padding: 3% 0 0 0;
}

.pulsethermia-text-box {
  width: 100%;
  background: #F4F4F3;
  padding: 7% 3%;
  margin: 5% auto;
}
.pulsethermia-text-box p {
  margin: 0;
  font-size: clamp(0.7rem, 3.7vw, 0.9rem);
  padding: 2% 0;
}
@media screen and (min-width: 1025px) {
  .pulsethermia-text-box p {
    font-size: 0.8rem;
  }
}
.pulsethermia-text-box p span {
  display: block;
}
.pulsethermia-text-box p span.br {
  color: #333;
  font-weight: 500;
}

.pulsethermia-text {
  color: #21277b;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: clamp(1.3rem, 5.9vw, 1.5rem);
  letter-spacing: 0rem;
  line-height: 3.5rem;
  padding: 3% 0 0 0;
}
@media screen and (min-width: 1025px) {
  .pulsethermia-text {
    font-size: 1.3rem;
    line-height: 2.5rem;
  }
}
.pulsethermia-text strong {
  text-decoration-thickness: 10px;
  text-underline-offset: -3px;
  text-decoration-skip-ink: none;
  text-decoration: underline;
  text-decoration-color: #FFDE87;
  text-decoration-thickness: 10px;
  font-size: clamp(1.3rem, 5.9vw, 1.5rem);
}
@media screen and (min-width: 1025px) {
  .pulsethermia-text strong {
    font-size: 1.3rem;
  }
}
.pulsethermia-text span {
  color: #0077C8;
  font-size: clamp(1.6rem, 8.4vw, 2.2rem);
}
@media screen and (min-width: 1025px) {
  .pulsethermia-text span {
    font-size: 1.9rem;
  }
}
.pulsethermia-text span.big {
  color: #21277b;
  font-size: clamp(2rem, 8.7vw, 2.5rem);
}
@media screen and (min-width: 1025px) {
  .pulsethermia-text span.big {
    font-size: 1.9rem;
  }
}
.pulsethermia-text span.x-big {
  color: #21277b;
  font-size: clamp(2.7rem, 13.5vw, 3rem);
}
@media screen and (min-width: 1025px) {
  .pulsethermia-text span.x-big {
    font-size: 2.5rem;
  }
}

.case {
  padding: 10% 0;
  background: #F4F4F3;
}
@media screen and (min-width: 1025px) {
  .case {
    padding: 10% 0 5% 0;
  }
}
.case h2 {
  font-size: 3rem;
  color: #21277b;
  padding: 0 0 3% 0;
}
@media screen and (min-width: 1025px) {
  .case h2 {
    font-size: 2.5rem;
  }
}
.case p {
  color: #21277b;
  font-size: clamp(1rem, 5vw, 1.2rem);
}
@media screen and (min-width: 1025px) {
  .case p {
    font-size: 1rem;
    margin: 20px 0 40px 0;
  }
}
.case p.note {
  color: #333;
  width: 95%;
  margin: 0 auto;
  padding: 3% 0;
  font-size: 0.5rem;
}
@media screen and (min-width: 1025px) {
  .case p.note {
    font-size: 0.6rem;
  }
}
.case h3 {
  color: #21277b;
  font-size: clamp(1.4rem, 7vw, 1.6rem);
  font-weight: 600;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
@media screen and (min-width: 1025px) {
  .case h3 {
    font-size: 1.4rem;
  }
}

.case-swiper {
  position: relative;
  overflow: visible;
}
.case-swiper .swiper {
  position: relative;
  overflow: hidden;
  --swiper-navigation-sides-offset: -15px;
}
.case-swiper p.note {
  padding: 3% 0 5% 0;
  width: 85%;
}

.flow-swiper {
  position: relative;
  overflow: visible;
}
.flow-swiper .swiper {
  position: relative;
  overflow: hidden;
  --swiper-navigation-sides-offset: -15px;
}
.flow-swiper p.note {
  padding: 3% 0 5% 0;
  width: 85%;
}

.tab-buttons {
  display: flex;
  gap: 5px;
  width: 90%;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  /* アクティブ時 */
}
.tab-buttons .tab {
  position: relative;
  /* ← 擬似要素の基準にする */
  flex: 1;
  padding: 10px 12px 10px 30px;
  text-align: center;
  cursor: pointer;
  background: #fff;
  font-weight: bold;
  color: #21277b;
  margin: 0 2.5px 15px 2.5px;
  line-height: 1.3;
  border: 1.5px solid #21277b;
  box-shadow: 2px 4px 0 #F4F4F3;
}
@media screen and (max-width: 375px) {
  .tab-buttons .tab {
    display: grid;
    place-items: center;
    grid-auto-flow: row;
    grid-template-columns: 1fr;
    row-gap: 0.15em;
    min-height: 60px;
    padding: 10px 12px 10px 35px;
  }
}
.tab-buttons .tab::before {
  content: "";
  position: absolute;
  left: 12px;
  /* ← 位置は固定 */
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../img/case-check01.svg) center/contain no-repeat;
}
.tab-buttons .tab span.sm {
  font-size: clamp(0.5rem, 3.4vw, 0.9rem);
}
@media screen and (max-width: 375px) {
  .tab-buttons .tab span.sm {
    font-size: 0.7rem;
  }
}
@media screen and (min-width: 1025px) {
  .tab-buttons .tab span.sm {
    font-size: 0.8rem;
  }
}
.tab-buttons .tab span.sm02 {
  font-size: clamp(0.5rem, 3.4vw, 0.9rem);
}
@media screen and (max-width: 375px) {
  .tab-buttons .tab span.sm02 {
    font-size: 0.7rem;
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .tab-buttons .tab span.sm02 {
    font-size: 0.8rem;
  }
}
.tab-buttons .tab:focus-visible {
  outline: 2px solid #0077C8;
  outline-offset: 2px;
}
.tab-buttons .tab.active {
  background: #41A0E1;
  color: #fff;
  border: none;
  box-shadow: 4px 4px 0 #0077C8 inset;
  /* 下の影だけにしたいならこれだけ残す */
}
.tab-buttons .tab.active::before {
  background-image: url(../img/case-check02.svg);
}

/* ===========================
 * タブボタンを前面に
 * =========================== */
.tab-buttons {
  position: relative;
  z-index: 6;
}

.tab-buttons .tab {
  position: relative;
  z-index: 7;
}

.tab-buttons .tab::before {
  pointer-events: none;
}

.swiper-area {
  display: none;
  padding: 10px 0;
}

.swiper-area.active {
  display: block;
}

.swiper {
  width: 85%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.swiper-slide {
  width: 100%;
  border-radius: 20px;
  background: #fff;
  box-shadow: 2px 4px 0 #F4F4F3;
  height: auto;
  padding: 8% 0;
  margin: 0 auto 50px auto;
}
@media screen and (min-width: 1025px) {
  .swiper-slide {
    margin: 0 auto 80px auto;
  }
}
.swiper-slide p.head {
  font-size: clamp(0.8rem, 4.5vw, 1.1rem);
  line-height: 1.7rem;
  letter-spacing: 0rem;
  color: #21277b;
  font-weight: 600;
  padding: 0 0 5% 0;
  margin: 0 auto;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 375px) {
  .swiper-slide p.head {
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  .swiper-slide p.head {
    font-size: 0.9rem;
    line-height: 1.5rem;
    padding: 0 0 3% 0;
  }
}
.swiper-slide p.head span {
  color: #21277b;
  font-weight: 600;
}
.swiper-slide div {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1025px) {
  .swiper-slide div {
    padding: 0 0 3% 0;
  }
}
.swiper-slide div p {
  padding: 1%;
  width: 150px;
  color: #fff;
  margin: 0 5px 5% 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.2rem;
  font-size: 1rem;
}
@media screen and (min-width: 1025px) {
  .swiper-slide div p {
    font-size: 0.8rem;
  }
}
.swiper-slide div p.men {
  background: #0077C8;
}
.swiper-slide div p.woman {
  background: #E37E7C;
}
.swiper-slide .sound {
  width: 50%;
  margin: 0 0 0 40%;
}
.swiper-slide .video-wrap {
  width: 85%;
}
.swiper-slide .video-wrap video {
  padding: 0;
}
@media screen and (min-width: 1025px) {
  .swiper-slide .video-wrap video {
    padding: 0;
  }
}
.swiper-slide h4 {
  text-align: center;
  margin: 0 auto;
  color: #333;
  font-size: 1.2rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
  padding: 10px 0 0 0;
}
@media screen and (min-width: 1025px) {
  .swiper-slide h4 {
    font-size: 0.9rem;
  }
}
.swiper-slide p {
  width: 85%;
  margin: 0 auto;
  font-size: 0.9rem;
  color: #333;
}
@media screen and (min-width: 1025px) {
  .swiper-slide p {
    font-size: 0.8rem;
  }
}
.swiper-slide img {
  width: 90%;
  height: auto;
}

/* 矢印の土台を明示（矢印の絶対位置の基準に） */
.case-swiper,
.flow-swiper,
.swiper-area,
.swiper {
  position: relative;
  z-index: 1;
  transform: translateZ(0);
}

/* スライド中の画像などがタップを奪わないように */
.swiper-slide img,
.swiper-slide video,
.swiper-slide picture,
.swiper-slide figure {
  pointer-events: none;
}

/* スライダーや装飾の擬似要素は透過クリックに */
.swiper::before,
.swiper::after,
.swiper-slide::before,
.swiper-slide::after {
  pointer-events: none;
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 88px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  color: transparent;
  cursor: pointer;
  overflow: visible;
  z-index: 10000 !important;
  pointer-events: auto !important;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  will-change: transform;
}
@media screen and (max-width: 375px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 35px;
  }
}
@media screen and (min-width: 1025px) {
  .swiper-button-prev,
  .swiper-button-next {
    width: 53px;
  }
}

.swiper-button-prev {
  background-image: url("../img/slide-prev.svg");
}
@media screen and (max-width: 375px) {
  .swiper-button-prev {
    left: 6px !important;
    right: auto !important;
  }
}
@media screen and (min-width: 1025px) {
  .swiper-button-prev {
    left: 8px !important;
    right: auto !important;
  }
}

.swiper-button-next {
  background-image: url("../img/slide-next.svg");
}
@media screen and (max-width: 375px) {
  .swiper-button-next {
    right: 6px !important;
    left: auto !important;
  }
}
@media screen and (min-width: 1025px) {
  .swiper-button-next {
    right: 8px !important;
    left: auto !important;
  }
}

/* Swiperデフォルト疑似要素の完全無効化 */
.swiper-button-prev::before,
.swiper-button-prev::after,
.swiper-button-next::before,
.swiper-button-next::after {
  content: none !important;
}

/* 無効な矢印は必ず半透明にする */
.swiper-button-disabled {
  opacity: 0.35 !important;
  visibility: visible !important;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

/* ドット全体（未アクティブ） */
.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  opacity: 1;
  margin: 0 6px !important;
  border-radius: 50%;
  transition: all 0.3s;
}

/* アクティブなドット */
.swiper-pagination-bullet-active {
  background: #21277b;
  width: 16px;
  height: 16px;
}

.merit {
  background: #F4F4F3;
  padding: 3% 0;
}
.merit h2 {
  font-size: clamp(2rem, 10.5vw, 2.5rem);
  padding: 5% 0;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .merit h2 {
    font-size: 2.2rem;
  }
}
.merit img {
  width: 100%;
}

/* 動画再生ボタン */
.movie {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.movie img.play-btn {
  display: block;
  width: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}
.movie img.play-btn.hidden {
  display: none !important;
}

/* 再生ボタンは再生中に隠す */
.movie {
  position: relative;
}

.movie img.play-btn {
  z-index: 2;
  pointer-events: auto;
}

.movie img.play-btn.hidden {
  display: none !important;
}

/* 再生中だけ出す、停止用の全面ヒットエリア */
.movie .pause-hit {
  position: absolute;
  inset: 0;
  z-index: 3;
  background: transparent;
  pointer-events: auto;
}

.merit_box {
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  padding: 8% 15px 5% 15px;
  width: 90%;
  border-radius: 15px;
  margin: 0 auto 30px auto;
}
@media screen and (min-width: 1025px) {
  .merit_box {
    padding: 8% 25px 5% 25px;
  }
}
.merit_box h3 {
  color: #21277b;
  margin: 0 5px 5% 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.1rem;
  font-size: clamp(1.1rem, 6vw, 1.5rem);
  padding: 10% 0 2% 0;
}
@media screen and (min-width: 1025px) {
  .merit_box h3 {
    font-size: 1.3rem;
    line-height: 1.8rem;
    padding: 10% 0 3% 0;
  }
}
.merit_box h4 {
  background: #E7F5FF;
  padding: 2% 0;
  font-family: "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.2rem;
  font-size: 1.2rem;
  color: #21277b;
}
.merit_box img {
  width: 95%;
}
.merit_box p {
  margin: 0 0 3% 0;
}
@media screen and (min-width: 1025px) {
  .merit_box p {
    margin: 0;
    padding: 3% 0 5% 0;
  }
}
.merit_box p.graf {
  font-size: clamp(0.6rem, 4.1vw, 0.9rem);
}
@media screen and (min-width: 1025px) {
  .merit_box p.graf {
    font-size: 0.9rem;
    margin: 3% 0;
  }
}
.merit_box p.graf span {
  color: #333;
  font-weight: 500;
  display: block;
}

.voice {
  background: #E7F5FF;
  padding: 10% 0 10% 0;
}
.voice h2 {
  font-size: clamp(2.2rem, 10.5vw, 3rem);
  padding: 0 0 8% 0;
  margin: 0 auto;
  color: #21277b;
}
@media screen and (min-width: 1025px) {
  .voice h2 {
    font-size: 2.5rem;
  }
}
.voice p.head {
  color: #21277b;
  font-size: clamp(1rem, 5vw, 1.2rem);
}
@media screen and (min-width: 1025px) {
  .voice p.head {
    font-size: 1rem;
    margin: 2% 0 3% 0;
  }
}
.voice p span {
  font-weight: bold;
  color: #21277b;
}

.voice_box {
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  padding: 15% 15px 5px 15px;
  width: 90%;
  border-radius: 15px 15px;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 375px) {
  .voice_box {
    padding: 20% 15px 5px 15px;
  }
}
@media screen and (min-width: 1025px) {
  .voice_box {
    padding: 20% 25px 20px 25px;
  }
}

.case-card {
  position: relative;
  background: #eaf5ff;
  border: 2px solid #0077C8;
  border-radius: 0;
  padding: 1.5em 0.5em 1em 1em;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin: 0 0 60px 0;
}
@media screen and (max-width: 375px) {
  .case-card {
    padding: 1em 0.2em 0.5em 0.5em;
    margin: 0 0 55px 0;
  }
}
@media screen and (min-width: 1025px) {
  .case-card {
    padding: 1em 0.5em 1em 1em;
    margin: 0 0 85px 0;
  }
}
.case-card:last-child {
  margin: 0 0 30px 0;
}

/* case01 タグ */
.case-card__tag {
  position: absolute;
  top: -40px;
  left: -2px;
  /* ← ボーダーの太さ (2px) 分だけ外に出す */
  background: #4a90e2;
  color: #fff;
  padding: 0.4em 1em;
  border-radius: 0 10px 0 0;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (min-width: 1025px) {
  .case-card__tag {
    top: -58px;
    padding: 0.2em 1em;
  }
}

/* 中身のレイアウト */
.case-card__inner {
  display: flex;
  align-items: center;
  gap: 0.8em;
}

.case-card__media img {
  max-width: 100px;
  padding: 0 0 5px 0;
}
@media screen and (max-width: 375px) {
  .case-card__media img {
    max-width: 80px;
  }
}

.case-card__body {
  flex: 1;
}

.case-card__text {
  font-size: clamp(0.9rem, 4.5vw, 1.2rem);
  font-weight: bold;
  color: #21277b;
  margin: 0 0 0.5em;
  line-height: 1.5;
  text-align: left;
  letter-spacing: 0rem;
}
@media screen and (min-width: 1025px) {
  .case-card__text {
    font-size: 0.9rem;
  }
}

.case-card__meta {
  font-size: clamp(0.7rem, 3.5vw, 0.9rem);
  color: #333;
  font-weight: 600;
}
@media screen and (min-width: 1025px) {
  .case-card__meta {
    font-size: 0.7rem;
    margin: 0;
    text-align: right;
  }
}

.cta01 {
  background: #E7F5FF;
  padding: 10% 0 10% 0;
  background-image: url(../img/cta-bg01.webp);
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: top center;
}
@media screen and (max-width: 375px) {
  .cta01 {
    padding: 10% 0 8% 0;
  }
}
.cta01 div.head p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  font-size: clamp(1.5rem, 7.5vw, 1.9rem);
  margin-right: 0;
  margin-left: auto;
  width: 65%;
  /* 幅を指定 */
  padding: 0 0 5% 0;
}
@media screen and (min-width: 1025px) {
  .cta01 div.head p {
    font-size: 1.5rem;
    padding: 0 0 0 0;
  }
}
.cta01 div.head p span {
  color: #fff;
}
.cta01 img {
  width: 90%;
}

.cta02 {
  background: #fff;
  padding: 10% 0 10% 0;
  background-image: url(../img/cta-bg02.webp);
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: top center;
}
.cta02 div.head02 p {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #fff;
  font-size: clamp(1.3rem, 5.5vw, 1.6rem);
  margin-right: 0;
  margin-left: auto;
  width: 70%;
  padding: 0 0 1% 0;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 375px) {
  .cta02 div.head02 p {
    font-size: clamp(0.9rem, 5.3vw, 1.1rem);
    padding: 0 0 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .cta02 div.head02 p {
    font-size: 1.1rem;
    padding: 0 0 0 0;
    margin: 0 0 0 auto;
  }
}
.cta02 div.head02 p span {
  color: #fff;
  line-height: 2.9rem;
}
@media screen and (max-width: 375px) {
  .cta02 div.head02 p span {
    line-height: 2.3rem;
  }
}
.cta02 div.head02 p span.sm {
  letter-spacing: 0.2rem;
  font-size: clamp(0.6rem, 3.9vw, 1.1rem);
  line-height: 1.8rem;
}
@media screen and (max-width: 375px) {
  .cta02 div.head02 p span.sm {
    line-height: 1.4rem;
  }
}
@media screen and (min-width: 1025px) {
  .cta02 div.head02 p span.sm {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
}
.cta02 div.head02 p span.big {
  display: block;
  content: "";
  margin: 10px 0 0 0;
  letter-spacing: 0.1rem;
  font-size: clamp(2rem, 8.5vw, 2.3rem);
}
.cta02 img {
  width: 90%;
}

.cta_bl {
  padding: 0 0 5% 0;
}
@media screen and (min-width: 1025px) {
  .cta_bl {
    padding: 0 0 5% 0;
  }
}

.clinic_all p {
  color: #fff;
  font-size: clamp(0.9rem, 4.3vw, 1.2rem);
}
@media screen and (min-width: 1025px) {
  .clinic_all p {
    font-size: 0.9rem;
    margin: 0 0 15px 0;
  }
}

/*=========CTA animation===========*/
.mocchiri {
  animation: mocchiri 3s infinite ease-in-out;
}

@keyframes mocchiri {
  0% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.9);
  }
}
.reason {
  background: #E7F5FF;
}
.reason h2 {
  padding: 8% 0 13% 0;
  margin: 0 auto;
  color: #21277b;
  line-height: 3rem;
}
.reason h2 strong {
  text-decoration-thickness: 10px;
  text-underline-offset: -3px;
  text-decoration-skip-ink: none;
  text-decoration: underline;
  text-decoration-color: #FDFEC1;
  text-decoration-thickness: 10px;
  font-size: clamp(2.1rem, 9.5vw, 2.6rem);
}
@media screen and (min-width: 1025px) {
  .reason h2 strong {
    font-size: 2rem;
  }
}
.reason h2 span {
  font-size: clamp(2.1rem, 9.5vw, 2.6rem);
  line-height: 2.5rem;
}
@media screen and (min-width: 1025px) {
  .reason h2 span {
    font-size: 2rem;
  }
}
.reason h2 span.head {
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(1.2rem, 5.5vw, 1.4rem);
}
@media screen and (min-width: 1025px) {
  .reason h2 span.head {
    font-size: 1.2rem;
  }
}
.reason h2 span.blue {
  color: #0077C8;
}

.reason_box {
  background: #fff;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
  width: 90%;
  border-radius: 15px;
  margin: 0 auto 10% auto;
  position: relative;
  padding: 0 0 5% 0;
}
.reason_box h3 {
  margin: 0 auto;
  color: #fff;
  width: 100%;
  font-size: clamp(1.2rem, 5.7vw, 1.5rem);
  line-height: 2rem;
  background: #0077C8;
  border-radius: 15px 15px 0 0;
  padding: 12% 0 5% 0;
}
@media screen and (min-width: 1025px) {
  .reason_box h3 {
    font-size: 1.3rem;
    line-height: 1.7rem;
    padding: 12% 0 8% 0;
  }
}
.reason_box h4 {
  margin: 0 auto;
  color: #21277b;
  font-size: clamp(0.9rem, 4.5vw, 1.3rem);
  font-size: 4.5vw;
  line-height: 2.5rem;
  font-family: "Helvetica Neue", Arial, sans-serif;
}
@media screen and (min-width: 1025px) {
  .reason_box h4 {
    font-size: 1rem;
  }
}
.reason_box p {
  margin: 0 auto;
  width: 90%;
}
.reason_box img {
  width: 90%;
  padding: 5% 0 3% 0;
}
.reason_box .bubble_box {
  position: absolute;
  width: 70%;
  top: -2%;
  left: 50%;
  transform: translate(-50%, -2%);
}
.reason_box .bubble {
  position: relative;
  padding: 2% 0;
  background-color: #FDFEC1;
  color: #21277b;
  font-weight: bold;
  font-size: clamp(1rem, 5vw, 1.3rem);
  text-align: center;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  width: 90%;
  margin: 0 auto;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (min-width: 1025px) {
  .reason_box .bubble {
    font-size: 1rem;
  }
}
.reason_box .bubble::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 45%;
  border-width: 9px;
  border-style: solid;
  border-color: transparent;
  border-top-color: rgba(0, 0, 0, 0.25);
  filter: blur(2px);
  transform: translateY(2px);
  z-index: 0;
}
.reason_box .bubble::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 45%;
  border-width: 8px;
  border-style: solid;
  border-color: transparent;
  border-top-color: #FDFEC1;
  z-index: 1;
}
.reason_box hr {
  width: 90%;
  margin: 0 auto;
}
.reason_box aside {
  text-align: left;
  font-size: 0.9rem;
  width: 90%;
  margin: 0 auto;
  padding: 5% 0 3% 0;
}
@media screen and (min-width: 1025px) {
  .reason_box aside {
    font-size: 0.7rem;
  }
}
.reason_box aside span {
  display: block;
  font-weight: 600;
  color: #333;
}

.reason_bottom_box {
  background: #fff;
  padding: 60% 0 30px 0;
  background-image: url(../img/reason_bttom_bg.webp);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  height: 670px;
}
@media screen and (max-width: 375px) {
  .reason_bottom_box {
    height: 350%;
  }
}
@media screen and (min-width: 1025px) {
  .reason_bottom_box {
    height: 980px;
  }
}
.reason_bottom_box p {
  margin: 0 auto;
  color: #21277b;
  font-size: clamp(2rem, 9vw, 2.3rem);
  line-height: 2.7rem;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 375px) {
  .reason_bottom_box p {
    line-height: 2rem;
    font-size: clamp(1.6rem, 8vw, 1.8rem);
  }
}
@media screen and (min-width: 1025px) {
  .reason_bottom_box p {
    font-size: 1.7rem;
    line-height: 2.3rem;
  }
}
.reason_bottom_box p span {
  color: #21277b;
  font-weight: 600;
}
.reason_bottom_box img {
  width: 75px;
  height: 75px;
  margin: 0 0 50px 0;
}
@media screen and (max-width: 375px) {
  .reason_bottom_box img {
    width: 60px;
    height: 60px;
    margin: 0 0 50px 0;
  }
}
@media screen and (min-width: 1025px) {
  .reason_bottom_box img {
    width: 100px;
    height: 100px;
    margin: 0 0 100px 0;
  }
}
.reason_bottom_box p.note {
  padding: 135px 0 10px 0;
  color: #333;
  font-size: 0.7rem;
  text-align: center;
  margin: 0 auto;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 375px) {
  .reason_bottom_box p.note {
    font-size: 0.5rem;
    padding: 40% 0 10px 0;
  }
}
@media screen and (min-width: 1025px) {
  .reason_bottom_box p.note {
    font-size: 0.5rem;
    padding: 200px 0 40px 0;
  }
}

.total {
  width: 85%;
  margin: 0 auto;
  padding: 3% 0 0 0;
  background: linear-gradient(90deg, #21277b 0%, #0077C8 40%, #21277b 80%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 0 0.5em rgba(255, 255, 255, 0.8));
}
@media screen and (max-width: 375px) {
  .total {
    padding: 4% 0 0 0;
  }
}
@media screen and (min-width: 1025px) {
  .total {
    padding: 2% 0 0 0;
    line-height: 1.8rem;
  }
}
.total .x-big {
  margin: 0 auto;
  font-size: clamp(3rem, 16vw, 4.5rem);
  line-height: 1.2;
  /* ★ 文字サイズに応じて余裕を持たせる */
}
@media screen and (max-width: 375px) {
  .total .x-big {
    font-size: clamp(3.4rem, 16.5vw, 3.6rem);
  }
}
@media screen and (min-width: 1025px) {
  .total .x-big {
    font-size: 3.5rem;
  }
}
.total .big {
  margin: 0 auto;
  font-size: clamp(3rem, 13vw, 3.5rem);
  line-height: 1.2;
  /* ★ 同様に調整 */
}
@media screen and (max-width: 375px) {
  .total .big {
    font-size: clamp(2.8rem, 14.5vw, 3rem);
  }
}

.campaign {
  padding: 10% 0 10% 0;
}
.campaign h2 {
  font-size: clamp(2.2rem, 9.5vw, 2.7rem);
  padding: 0 0 8% 0;
  margin: 0 auto;
  color: #21277b;
}
@media screen and (min-width: 1025px) {
  .campaign h2 {
    font-size: 2rem;
  }
}
.campaign img {
  width: 90%;
  padding: 2% 0;
}

.price {
  padding: 0 0 10% 0;
}
.price h2 {
  background: #0077C8;
  color: #fff;
  padding: 10% 0;
  font-size: clamp(2.2rem, 9.5vw, 2.7rem);
}
@media screen and (min-width: 1025px) {
  .price h2 {
    font-size: 2rem;
  }
}
.price h3.first {
  margin: 0 auto;
  color: #333;
  font-size: clamp(1rem, 5vw, 1.5rem);
  line-height: 3rem;
  font-weight: 600;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (min-width: 1025px) {
  .price h3.first {
    font-size: 1rem;
  }
}
.price h3.first span {
  color: #c2272c;
  font-size: clamp(1.9rem, 9vw, 2.3rem);
  display: block;
  text-underline-offset: 10px;
  text-decoration-skip-ink: none;
  text-decoration: underline;
  text-decoration-color: #c2272c;
  text-decoration-thickness: 1px;
  line-height: 2rem;
}
.price h3.second {
  background: #F4F4F3;
  font-family: "Helvetica Neue", Arial, sans-serif;
  padding: 3%;
  color: #333;
  margin: 10% 0 5% 0;
}
.price p.note {
  width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .price p.note {
    font-size: 0.5rem;
  }
}
.price .pay-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 5% 0;
  margin: 20px auto;
  list-style: none;
  width: 90%;
}
.price .pay-list li {
  flex: 1 1 200px;
  max-width: 140px;
  background: #f7f7f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 15px;
  text-align: center;
}
@media screen and (max-width: 375px) {
  .price .pay-list li {
    max-width: 120px;
  }
}
@media screen and (min-width: 1025px) {
  .price .pay-list li {
    max-width: 250px;
    width: 230px;
    padding: 35px 20px;
  }
}
.price .pay-list li span {
  font-size: clamp(0.5rem, 4vw, 1rem);
  font-weight: 600;
  color: #333;
  margin-top: 20px;
  white-space: nowrap;
}
@media screen and (min-width: 1025px) {
  .price .pay-list li span {
    margin-top: 25px;
    font-size: 1rem;
  }
}
.price .pay-list li span.sm {
  font-size: clamp(0.7rem, 4vw, 1rem);
  font-size: 0.9rem;
}
@media screen and (max-width: 375px) {
  .price .pay-list li span.sm {
    font-size: 0.7rem;
  }
}
@media screen and (min-width: 1025px) {
  .price .pay-list li span.sm {
    font-size: 0.75rem;
  }
}
.price .pay-list li picture {
  display: block;
  width: 65px;
  margin: 0 auto;
}
@media screen and (max-width: 375px) {
  .price .pay-list li picture {
    width: 60px;
  }
}
@media screen and (min-width: 1025px) {
  .price .pay-list li picture {
    width: 100px;
  }
}
.price .pay-list li picture img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.price .pay-list li.credit {
  background: #fff;
  flex: 1 1 100%;
  /* 横幅いっぱい */
  max-width: 520px;
  padding: 10px 0 0 0;
}
.price .pay-list li.credit picture {
  width: auto;
  max-width: 350px;
  margin: 0 auto;
  padding: 5% 0 0 0;
}
@media screen and (max-width: 375px) {
  .price .pay-list li.credit picture {
    max-width: 250px;
  }
}
@media screen and (min-width: 1025px) {
  .price .pay-list li.credit picture {
    max-width: 500px;
  }
}
.price .pay-list li.credit picture img {
  width: 100%;
  /* picture の幅にフィット */
  height: auto;
  margin: 0 auto;
  display: block;
  padding: 3% 0 0 0;
}

.price_box_top {
  padding: 10% 0 0 0;
  color: #0077C8;
  font-weight: 600;
  margin: 0 0 10px 0;
  font-size: clamp(0.8rem, 4.3vw, 1.05rem);
}

.price_box {
  background: #E7F5FF;
  border: 2px solid #41A0E1;
  width: 85%;
  margin: 0 auto 3% auto;
  padding: 0.5% 0;
}
@media screen and (max-width: 375px) {
  .price_box {
    padding: 0.3% 0;
  }
}
@media screen and (min-width: 1025px) {
  .price_box {
    width: 80%;
  }
}
.price_box p {
  margin: 0;
  color: #333;
  font-family: "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  text-align: center;
  font-size: clamp(0.8rem, 4.3vw, 1.1rem);
  line-height: 1.5rem;
}
@media screen and (max-width: 375px) {
  .price_box p {
    font-size: clamp(0.9rem, 4.5vw, 1.1rem);
    line-height: 1.3rem;
  }
}
@media screen and (min-width: 1025px) {
  .price_box p {
    font-size: 0.9rem;
  }
}
.price_box p span {
  color: #333;
}
.price_box:not(.fl_box) {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 70px;
}
.price_box.fl_box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 3vw, 24px);
  min-height: 60px;
}
.price_box.fl_box .left {
  flex: 1 1 auto;
  width: 40%;
}
.price_box.fl_box .left p {
  margin: 0;
  color: #333;
  font-size: clamp(0.6rem, 2.9vw, 0.8rem);
  font-weight: 600;
  line-height: 1.3;
}
@media screen and (max-width: 375px) {
  .price_box.fl_box .left p {
    font-size: clamp(0.6rem, 2.7vw, 0.8rem);
    font-size: 3.5vw;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1025px) {
  .price_box.fl_box .left p {
    font-size: 0.6rem;
  }
}
.price_box.fl_box .left p span {
  color: #333;
}
.price_box.fl_box .right {
  flex: 0 0 auto;
  width: 60%;
  padding: 10px 0 0 0;
}
.price_box.fl_box .right p {
  margin: 0;
  display: flex;
  align-items: baseline;
  gap: 0.25em;
  color: #c2272c;
  font-weight: 700;
  font-size: clamp(1.8rem, 5vw, 3rem);
}
@media screen and (max-width: 375px) {
  .price_box.fl_box .right p {
    font-size: clamp(1.8rem, 5vw, 3rem);
    font-size: 8.5vw;
  }
}
@media screen and (min-width: 1025px) {
  .price_box.fl_box .right p {
    font-size: 1.5rem;
  }
}
.price_box.fl_box .right p span {
  color: #c2272c;
}
.price_box.fl_box .right p .sm {
  font-size: clamp(0.9rem, 2.5vw, 1.1rem);
}
.price_box.fl_box .right p .x-sm {
  font-size: clamp(0.7rem, 2vw, 0.9rem);
}
@media screen and (max-width: 375px) {
  .price_box.fl_box .right p .x-sm {
    font-size: clamp(0.5rem, 1.7vw, 0.6rem);
  }
}

.flow {
  padding: 0 0 10% 0;
}
.flow h2 {
  background: #0077C8;
  color: #fff;
  padding: 10% 0;
  font-size: clamp(2.2rem, 9.5vw, 2.7rem);
}
@media screen and (min-width: 1025px) {
  .flow h2 {
    font-size: 2rem;
  }
}
.flow .swiper {
  width: 90%;
  height: auto;
}
.flow .swiper-slide {
  width: 100% !important;
  background: #E7F5FF;
  border-radius: 0;
  padding: 0 0 10px 0;
  margin: 0 auto 50px;
}
.flow .swiper-slide div {
  background: #0077C8;
  width: 100%;
  display: flex;
  padding: 3% 2%;
  margin: 0 auto;
}
.flow .swiper-slide h3 {
  color: #fff;
  font-size: clamp(1.1rem, 5.5vw, 1.4rem);
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .flow .swiper-slide h3 {
    font-size: clamp(1rem, 2vw, 1.1rem);
  }
}
.flow .swiper-slide p.step {
  background: #fff;
  color: #0077C8;
  border-radius: 40px;
  font-size: clamp(0.8rem, 4vw, 1rem);
  width: 70px;
  padding: 0;
  margin: 0 auto;
  letter-spacing: 0rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
@media screen and (max-width: 375px) {
  .flow .swiper-slide p.step {
    width: 65px;
  }
}
@media screen and (min-width: 1025px) {
  .flow .swiper-slide p.step {
    width: 100px;
    font-size: clamp(0.9rem, 1.5vw, 1rem);
  }
}
.flow .swiper-slide img {
  margin: 0 auto;
  padding: 20px 0 0 0;
  width: 75%;
}
.flow .swiper-slide p.note {
  font-size: 0.7rem;
  text-align: left;
}
@media screen and (min-width: 1025px) {
  .flow .swiper-slide p.note {
    font-size: 0.5rem;
  }
}

.footer {
  background-color: #0077C8;
  color: white;
  text-align: center;
  padding: 10px 0 50px 0;
}
@media screen and (min-width: 1025px) {
  .footer {
    padding: 10px 0;
  }
}

p {
  font-size: clamp(0.5rem, 1.6vw, 1rem);
}
@media screen and (min-width: 1025px) {
  p {
    font-size: clamp(0.5rem, 1vw, 1rem);
  }
}

/* ---------------------------------------------
 追従エリア
--------------------------------------------- */
.fixd-container {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 750px;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.4s, opacity 0.4s;
  z-index: 9999;
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .fixd-container {
    display: none;
  }
}

.fixd-inner {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.fixd-inner .btn-offer {
  margin-bottom: 0;
}

.fixd-inner .btn-offer img {
  width: 95%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fixd-inner .fixed-btnarea {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  width: 89.3%;
  margin: 0 auto;
  padding: 0 0 3%;
}

.fixd-inner .fixed-btnarea .btn-fixed {
  width: 47%;
}

.fixd-container.is-show {
  visibility: visible;
  opacity: 1;
  pointer-events: none;
}

/* 追従CTAが非表示のときはヒット判定を切る */
.fixd-container:not(.is-show) {
  pointer-events: none !important;
}

.fixd-container.is-show a,
.fixd-container.is-show button {
  pointer-events: auto;
  /* 実ボタンだけ有効 */
}

/*==================================

	PCヘッダー

==================================*/
.l-contents__bg {
  position: absolute;
  /* ← fixedをやめる */
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  will-change: transform;
}
@media screen and (max-width: 767px) {
  .l-contents__bg {
    display: none !important;
    pointer-events: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .l-contents__bg {
    z-index: -1;
    position: fixed;
    width: 100%;
    height: 100vh;
    background: url(../img/pc-bg.webp) no-repeat center;
    background-size: cover;
  }
}

.p-header {
  display: block;
  z-index: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 60px 0;
}
@media screen and (max-width: 767px) {
  .p-header .p-header {
    display: none !important;
    pointer-events: none !important;
  }
}

.p-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 36px);
  margin: 0 auto;
}
@media screen and (min-width: 1025px) {
  .p-header__inner {
    align-items: flex-start;
    width: 90%;
    max-width: 1430px;
  }
}

.p-header__logo {
  display: grid;
  position: relative;
}
@media screen and (min-width: 1025px) {
  .p-header__logo {
    top: 8px;
    width: 100%;
    max-width: 178px;
  }
}

@media screen and (min-width: 1025px) {
  .p-header__button {
    display: block;
    background-color: #1b1b1d;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    width: 102px;
    height: 102px;
    border-radius: 50%;
  }
}

@media screen and (min-width: 1025px) {
  .p-header__button span {
    bottom: -54px;
    left: 50%;
    padding: 4px 24px 4px 29px;
    transform: translateX(-50%);
    font-size: 18px;
    letter-spacing: 0.1rem;
  }
}

.p-header__logo img {
  display: none;
}
@media screen and (min-width: 1025px) {
  .p-header__logo img {
    width: 140%;
    display: block;
  }
}

.p-header__content {
  display: block;
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  inset: 0;
  position: static;
  width: auto;
  height: auto;
  background: transparent;
  z-index: auto;
}
@media screen and (max-width: 767px) {
  .p-header__content {
    display: none !important;
    pointer-events: none !important;
  }
}

@media screen and (min-width: 1025px) {
  .p-header__contentInner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    max-width: 920px;
    height: inherit;
    margin: 0 auto;
    text-align: center;
    max-width: 1600px;
  }
}

@media screen and (min-width: 1025px) {
  .p-header__contentInner > * {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 35%;
    max-width: 352px;
  }
}

@media screen and (min-width: 1025px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__nav.-pc {
  display: none;
}
@media screen and (min-width: 1025px) {
  .p-header__nav.-pc {
    display: grid;
    place-content: center;
    z-index: 1;
    position: fixed;
    top: 30%;
    width: 420px;
    /* 100% → 実サイズだけに */
    left: 4%;
    /* お好みで微調整 */
    padding: 20px 0;
  }
}

.p-header__nav.-pc .inner {
  position: relative;
}

@media screen and (min-width: 1025px) {
  .p-header__nav.-pc .inner figure {
    pointer-events: none;
  }
}

.buy-button {
  display: block;
  width: 500px;
  z-index: 9999;
}

/* CTAボタンは通常どおりクリック可 */
@media screen and (min-width: 1025px) {
  .p-header__nav.-pc .buy-button {
    pointer-events: auto;
  }
}

.p-header__nav.-pc .buy-button:nth-of-type(1) {
  position: absolute;
  bottom: 11%;
  left: 50%;
  width: 85%;
  transform: translateX(-50%);
}

.p-header__nav.-pc .buy-button:nth-of-type(2) {
  position: absolute;
  bottom: 7%;
  left: 50%;
  width: 75%;
  transform: translateX(-50%);
}

.p-header__nav.-pc .buy-button:nth-of-type(3) {
  position: absolute;
  bottom: 19%;
  left: 50%;
  width: 80%;
  transform: translateX(-50%);
}

/* ===========================
　リンク　押せない防止
 * =========================== */
a {
  position: relative;
  z-index: 6;
  cursor: pointer;
}

a::before,
a::after {
  pointer-events: none;
}

/* ===========================
アコーディオン　押せない防止
 * =========================== */
details.accordion > summary {
  position: relative;
  z-index: 6;
  cursor: pointer;
}

details.accordion::before,
details.accordion::after {
  pointer-events: none;
}/*# sourceMappingURL=styles.css.map */