@charset "UTF-8";
/* ==========================================================================
  base
========================================================================== */
body {
  position: relative;
  background: #ffffff;
  font-size: 20px;
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  letter-spacing: 0.1em;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 16px;
  }
}

* {
  box-sizing: border-box;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

@media screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 961px) {
  .sp {
    display: none;
  }
}

img, video {
  width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
  font-size: 0;
}

a img {
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
}

@media screen and (min-width: 961px) {
  a:hover img {
    opacity: 0.7;
    transition: all 0.3s;
  }
}

/* ==========================================================================
  anime
========================================================================== */
.moves {
  transition: all 0.3s;
  opacity: 1;
  transform: translate(0, 0);
}

.js-fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 1s ease, transform 1s ease;
}
.js-fade-in.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-blur-in {
  opacity: 0;
  filter: blur(15px);
  transform: scale(1.05);
  transition: opacity 1.5s ease-out var(--delay, 0s), filter 1.5s ease-out var(--delay, 0s), transform 1.5s ease-out var(--delay, 0s);
}
.js-blur-in.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: scale(1);
}

/* ==========================================================================
  movie
========================================================================== */
.movie-outer {
  width: 100%;
}

.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
  overflow: hidden;
  z-index: 0;
}
.youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

@-webkit-keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}

@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-15px);
  }
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 114, 181, 0.4);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.03);
    box-shadow: 0 8px 20px rgba(0, 114, 181, 0.4);
  }
  100% {
    transform: scale(1);
  }
}
body {
  font-family: "Noto Sans JP";
  font-optical-sizing: auto;
  font-style: normal;
  color: #000000;
  background-color: #f2f2f2;
  margin: 0;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  text-align: center;
}

.l-wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
  overflow-x: hidden;
}

.l-main {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  text-align: left;
}
.l-header__logo {
  display: inline-block;
  padding: 10px 15px;
}
.l-header__logo img {
  width: 70px;
  height: auto;
  vertical-align: middle;
}
@media screen and (min-width: 961px) {
  .l-header__logo {
    padding: 15px 25px;
  }
  .l-header__logo img {
    width: 100px;
  }
}

.p-hero {
  position: relative;
  background-color: #e6e6e6;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  text-align: center;
  padding-top: clamp(40px, 8.3333333333vw, 80px);
  padding-bottom: clamp(20px, 4.1666666667vw, 60px);
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 961px) {
  .p-hero {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}
.p-hero img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.p-hero__content {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-hero__title {
  margin: clamp(40px, 6.25vw, 60px) 0 clamp(20px, 6.25vw, 40px);
  width: clamp(100px, 68.75vw, 400px);
  align-self: flex-start;
  z-index: 10;
}
@media screen and (min-width: 961px) {
  .p-hero__title {
    width: clamp(700px, 80vw, 1500px);
  }
}
.p-hero__characters {
  margin: 0 auto clamp(15px, 4.1666666667vw, 40px);
  width: clamp(300px, 87.5vw, 500px);
  z-index: 10;
}
@media screen and (min-width: 961px) {
  .p-hero__characters {
    margin: 0;
    align-self: flex-start;
    width: clamp(700px, 68vw, 1200px);
  }
}
.p-hero__eng-title {
  margin: 0;
  width: clamp(100px, 79.1666666667vw, 500px);
  align-self: flex-end;
  z-index: 1;
}
@media screen and (min-width: 961px) {
  .p-hero__eng-title {
    margin-top: -10vw;
    width: clamp(400px, 40vw, 800px);
  }
}
.p-hero__orbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}

.c-orb {
  position: absolute;
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}
.c-orb--green {
  width: clamp(40px, 8.3333333333vw, 80px);
  bottom: 5%;
  right: 5%;
}
@media screen and (min-width: 961px) {
  .c-orb--green {
    width: clamp(30px, 2.5vw, 50px);
    bottom: 11%;
    right: 5%;
  }
}
.c-orb--green02 {
  width: clamp(40px, 6.25vw, 80px);
  bottom: 23%;
  left: 5%;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@media screen and (min-width: 961px) {
  .c-orb--green02 {
    width: clamp(30px, 2.5vw, 50px);
    bottom: 20%;
    left: 46%;
  }
}
.c-orb--green03 {
  width: clamp(30px, 4.1666666667vw, 80px);
  bottom: 45%;
  left: 5%;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
@media screen and (min-width: 961px) {
  .c-orb--green03 {
    width: clamp(30px, 2.5vw, 50px);
    bottom: 55%;
    left: 37%;
  }
}
.c-orb--green04-3 {
  width: 70px;
  top: 7%;
  left: -10%;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
.c-orb--yellow {
  width: clamp(50px, 16.6666666667vw, 100px);
  top: 20%;
  right: 10%;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .c-orb--yellow {
    width: clamp(30px, 4.5vw, 80px);
    top: 22%;
    right: 55%;
  }
}
.c-orb--yellow02 {
  display: none;
}
@media screen and (min-width: 961px) {
  .c-orb--yellow02 {
    display: block;
    width: clamp(30px, 3vw, 80px);
    top: 43%;
    left: 27%;
  }
}
.c-orb--blue {
  width: clamp(30px, 10.4166666667vw, 70px);
  top: 65%;
  right: -1%;
}
@media screen and (min-width: 961px) {
  .c-orb--blue {
    width: clamp(50px, 3vw, 80px);
    top: 58%;
    right: 28%;
    z-index: 10;
  }
}
.c-orb--blue02 {
  width: clamp(15px, 4.1666666667vw, 40px);
  top: 50%;
  left: 35%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
@media screen and (min-width: 961px) {
  .c-orb--blue02 {
    width: clamp(15px, 1.5vw, 50px);
    top: 43%;
    left: 50%;
  }
}
.c-orb--blue02-2 {
  width: clamp(80px, 4.7916666667vw, 100px);
  bottom: 27%;
  right: -10%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
@media screen and (min-width: 961px) {
  .c-orb--blue02-2 {
    width: clamp(15px, 1.5vw, 50px);
    top: 43%;
    left: 50%;
  }
}
.c-orb--blue03 {
  width: clamp(100px, 25vw, 200px);
  top: -5%;
  left: 38%;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .c-orb--blue03 {
    display: none;
  }
}
.c-orb--blue04 {
  width: clamp(15px, 6.25vw, 50px);
  bottom: 13%;
  right: 47%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .c-orb--blue04 {
    width: clamp(30px, 2.5vw, 50px);
    bottom: 13%;
    right: 30%;
  }
}
.c-orb--blue04-2 {
  width: clamp(30px, 8.3333333333vw, 50px);
  bottom: 13%;
  right: auto;
  left: -2%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .c-orb--blue04-2 {
    width: clamp(30px, 2.5vw, 50px);
    bottom: auto;
    top: 45%;
    right: 30%;
  }
}
.c-orb--blue05 {
  display: none;
}
@media screen and (min-width: 961px) {
  .c-orb--blue05 {
    display: block;
    width: clamp(30px, 10vw, 100px);
    top: 10%;
    right: 22%;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    z-index: 2;
  }
}
.c-orb--orange {
  width: clamp(100px, 25vw, 200px);
  bottom: -5%;
  left: 4%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .c-orb--orange {
    width: clamp(50px, 5vw, 100px);
    bottom: -5%;
    left: 28%;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
  }
}
.c-orb--pink02 {
  display: none;
}
@media screen and (min-width: 961px) {
  .c-orb--pink02 {
    display: block;
    width: clamp(30px, 3vw, 100px);
    top: 10%;
    left: 15%;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
  }
}
.c-orb--bg_gray {
  width: clamp(400px, 104.1666666667vw, 800px);
  bottom: -20%;
  right: -20%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
@media screen and (min-width: 961px) {
  .c-orb--bg_gray {
    width: clamp(300px, 25vw, 600px);
    bottom: -15%;
    left: 30%;
    -webkit-animation-duration: 5s;
            animation-duration: 5s;
  }
}
.c-orb--bg_blue {
  width: clamp(400px, 104.1666666667vw, 800px);
  bottom: -20%;
  right: -20%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.c-orb--bg_blue {
  width: clamp(400px, 104.1666666667vw, 800px);
  top: -30%;
  right: -50%;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
@media screen and (min-width: 961px) {
  .c-orb--bg_blue {
    width: clamp(300px, 25vw, 600px);
    top: -10%;
    right: 3%;
  }
}
.c-orb--bg_red {
  width: clamp(400px, 104.1666666667vw, 800px);
  top: 15%;
  left: -50%;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
@media screen and (min-width: 961px) {
  .c-orb--bg_red {
    width: clamp(300px, 40vw, 600px);
    top: 10%;
    left: -3%;
  }
}

.p-message {
  padding: clamp(40px, 6.25vw, 60px) 0;
  color: #000;
  position: relative;
}
.p-message__text {
  font-size: 0.95rem;
  font-weight: bold;
}
.p-message .p-message__text {
  font-size: 1.1rem;
  line-height: 2.5em;
  letter-spacing: -0.03em;
  font-feature-settings: "palt" 1;
}
@media screen and (min-width: 961px) {
  .p-message .p-message__text {
    font-size: 1.4rem;
    line-height: 3em;
    letter-spacing: 0.03em;
  }
}
.p-message .m-orb {
  position: absolute;
  -webkit-animation: float 5s ease-in-out infinite;
          animation: float 5s ease-in-out infinite;
}
.p-message .m-orb--pink {
  width: clamp(30px, 10.4166666667vw, 70px);
  top: 40%;
  left: -5%;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
@media screen and (min-width: 961px) {
  .p-message .m-orb--pink {
    width: clamp(50px, 6vw, 90px);
    top: 40%;
    left: 6%;
  }
}
.p-message .m-orb--pink02 {
  width: clamp(20px, 4.1666666667vw, 50px);
  top: 7%;
  right: 15%;
  -webkit-animation-duration: 6s;
          animation-duration: 6s;
}
@media screen and (min-width: 961px) {
  .p-message .m-orb--pink02 {
    width: clamp(30px, 2vw, 50px);
    top: 10%;
    right: 5%;
  }
}
.p-message .m-orb--yellow {
  width: clamp(20px, 6.25vw, 50px);
  top: 40%;
  right: -1%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
@media screen and (min-width: 961px) {
  .p-message .m-orb--yellow {
    width: clamp(40px, 3.5vw, 60px);
    top: 30%;
    right: 6%;
  }
}
.p-message .m-orb--orange {
  width: clamp(20px, 6.25vw, 50px);
  bottom: 10%;
  right: 10%;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
@media screen and (min-width: 961px) {
  .p-message .m-orb--orange {
    width: clamp(20px, 2.5vw, 40px);
    bottom: -10%;
    right: 13%;
  }
}
.p-message .m-orb--green {
  width: clamp(20px, 4.1666666667vw, 40px);
  bottom: 0;
  left: 5%;
}
@media screen and (min-width: 961px) {
  .p-message .m-orb--green {
    width: clamp(20px, 2.5vw, 40px);
    bottom: -30%;
    left: 13%;
  }
}

.p-action .c-btn-start {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: clamp(300px, 83.3333333333vw, 450px);
  padding: clamp(15px, 5.2083333333vw, 30px) 0;
  font-size: clamp(1.7rem, 5.2083333333vw, 2rem);
  border-radius: 50px;
  background: linear-gradient(90deg, #b388cb, #0072b5);
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.1em;
  box-shadow: 0 4px 10px rgba(0, 114, 181, 0.2);
  cursor: pointer;
  -webkit-animation: pulse 3s infinite ease-in-out;
          animation: pulse 3s infinite ease-in-out;
  text-decoration: none;
  transition: all 0.3s;
}
@media screen and (min-width: 961px) {
  .p-action .c-btn-start:hover {
    transform: scale(1.1);
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }
}
.p-action .p-action__banner a {
  display: block;
  background-color: #f2f2f2;
  width: 85%;
  margin: 70px auto;
}
.p-action .p-action__banner a:hover {
  opacity: 0.7;
  transition: 0.3s;
  cursor: pointer;
}
@media screen and (min-width: 961px) {
  .p-action .p-action__banner a {
    max-width: 800px;
  }
}

.l-footer {
  background-color: #003388;
  color: #ffffff;
  padding: clamp(30px, 8.3333333333vw, 50px) 0 clamp(20px, 4.1666666667vw, 20px);
  font-size: 0.9rem;
  text-align: center;
}
.l-footer .l-footer__logo {
  margin: 0 auto clamp(30px, 8.3333333333vw, 40px);
  width: clamp(100px, 16.6666666667vw, 120px);
}
.l-footer a {
  color: #7198d8;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s;
}
@media screen and (min-width: 961px) and (min-width: 961px) {
  .l-footer a:hover {
    transition: all 0.3s;
    opacity: 0.7;
  }
}
.l-footer .l-footer__links {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
}
.l-footer .l-footer__links a {
  margin-bottom: 13px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 10px;
}
.l-footer .l-footer__copy {
  color: #7198d8;
  font-weight: bold;
  margin: 0 auto;
}

/*==============================================================
  診断ページ（projects/_question.scss）
==============================================================*/
.p-question {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
  background-color: #f2f2f2;
  padding: clamp(70px, 8vw, 99px) 20px;
}
@media screen and (min-width: 481px) and (max-width: 960px) {
  .p-question {
    padding-bottom: clamp(120px, 15vw, 200px);
  }
}
@media screen and (min-width: 961px) {
  .p-question {
    padding-bottom: clamp(120px, 15vw, 200px);
  }
}
.p-question img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}
.p-question__orbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.p-question__content {
  margin-bottom: clamp(2.5rem, 2.273rem + 1.14vw, 3.125rem);
}
.p-question__highlight-text {
  display: inline;
  background: linear-gradient(90deg, #b388cb, #0072b5);
  color: #fff;
  font-size: clamp(1rem, 3.3333333333vw, 1.3rem);
  line-height: 1.5rem;
  font-weight: bold;
  padding: 1px 4px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
@media screen and (min-width: 481px) and (max-width: 960px) {
  .p-question__highlight-text {
    line-height: 1.9rem;
  }
}
.p-question__main-text {
  font-size: clamp(1.1rem, 3.75vw, 1.7rem);
  font-weight: 900;
  line-height: 1.6;
  font-feature-settings: "palt";
  letter-spacing: 0.02em;
  margin: 0;
  margin-top: 15px;
}
.p-question__progress {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 961px) {
  .p-question__progress {
    max-width: 350px;
  }
}
.p-question .c-orb--green02 {
  width: clamp(40px, 6.25vw, 80px);
  bottom: 10%;
  left: auto;
  right: 2%;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@media screen and (min-width: 961px) {
  .p-question .c-orb--green02 {
    width: clamp(30px, 2.5vw, 50px);
    bottom: 20%;
    left: auto;
    right: 5%;
  }
}
.p-question .c-orb--green03 {
  width: clamp(30px, 4.1666666667vw, 80px);
  bottom: 45%;
  left: auto;
  right: 0%;
  -webkit-animation-delay: -2s;
          animation-delay: -2s;
}
@media screen and (min-width: 961px) {
  .p-question .c-orb--green03 {
    width: clamp(30px, 2vw, 50px);
    bottom: 55%;
    left: auto;
    right: 10%;
  }
}
.p-question .c-orb--blue {
  width: clamp(30px, 10.4166666667vw, 70px);
  top: 65%;
  right: -1%;
}
@media screen and (min-width: 961px) {
  .p-question .c-orb--blue {
    width: clamp(50px, 3vw, 80px);
    top: auto;
    bottom: 1%;
    right: 25%;
  }
}
.p-question .c-orb--blue02 {
  width: clamp(15px, 4.1666666667vw, 40px);
  top: 50%;
  left: 35%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
@media screen and (min-width: 961px) {
  .p-question .c-orb--blue02 {
    display: none;
  }
}
.p-question .c-orb--blue03 {
  width: clamp(40px, 10.4166666667vw, 70px);
  top: 10%;
  left: auto;
  right: 10%;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .p-question .c-orb--blue03 {
    display: none;
  }
}
.p-question .c-orb--blue04 {
  width: clamp(15px, 6.25vw, 50px);
  bottom: 0;
  right: 40%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .p-question .c-orb--blue04 {
    width: clamp(30px, 2vw, 50px);
    bottom: 0;
    right: 45%;
  }
}
.p-question .c-orb--blue05 {
  display: none;
}
@media screen and (min-width: 961px) {
  .p-question .c-orb--blue05 {
    display: block;
    width: clamp(30px, 10vw, 100px);
    top: 10%;
    right: 22%;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
    z-index: 2;
  }
}
.p-question .c-orb--orange {
  width: clamp(60px, 16.6666666667vw, 100px);
  bottom: -5%;
  left: 4%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .p-question .c-orb--orange {
    width: clamp(50px, 5vw, 100px);
    bottom: -5%;
    left: 28%;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
  }
}
.p-question .c-orb--pink {
  width: clamp(30px, 10.4166666667vw, 70px);
  bottom: 15%;
  left: -5%;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
@media screen and (min-width: 961px) {
  .p-question .c-orb--pink {
    width: clamp(50px, 6vw, 90px);
    bottom: 15%;
    left: 6%;
  }
}
.p-question .c-orb--pink02 {
  display: block;
  width: clamp(20px, 6.25vw, 40px);
  top: 10%;
  left: 10%;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
@media screen and (min-width: 961px) {
  .p-question .c-orb--pink02 {
    width: clamp(40px, 3vw, 50px);
    top: 15%;
    left: 6%;
  }
}
.p-question .c-orb--bg_gray {
  width: clamp(400px, 104.1666666667vw, 800px);
  bottom: -20%;
  right: -20%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
@media screen and (min-width: 961px) {
  .p-question .c-orb--bg_gray {
    width: clamp(300px, 25vw, 600px);
    bottom: -15%;
    left: 30%;
    -webkit-animation-duration: 5s;
            animation-duration: 5s;
  }
}
.p-question .c-orb--bg_blue {
  width: clamp(200px, 41.6666666667vw, 300px);
  top: 0%;
  right: -20%;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}
@media screen and (min-width: 961px) {
  .p-question .c-orb--bg_blue {
    width: clamp(300px, 25vw, 600px);
    top: -10%;
    right: 3%;
  }
}
.p-question .c-orb--bg_red {
  width: clamp(400px, 104.1666666667vw, 800px);
  top: 15%;
  left: -50%;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
@media screen and (min-width: 961px) {
  .p-question .c-orb--bg_red {
    width: clamp(300px, 40vw, 600px);
    top: 10%;
    left: -3%;
  }
}
.p-question__eng-title {
  position: absolute;
  bottom: clamp(15px, 2.0833333333vw, 30px);
  right: clamp(15px, 2.0833333333vw, 40px);
  width: clamp(80px, 31.25vw, 220px);
  z-index: 3;
  margin: 0;
}
@media screen and (min-width: 961px) {
  .p-question__eng-title {
    bottom: 30px;
    right: 30px;
  }
}

.container.p-question__inner {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: clamp(280px, 91.6666666667vw, 95%);
  border-radius: clamp(140px, 30vw, 250px);
  padding: clamp(50px, 16.6666666667vw, 100px) clamp(30px, 7.2916666667vw, 60px);
}
@media screen and (min-width: 961px) {
  .container.p-question__inner {
    width: clamp(700px, 90vw, 1000px);
    border-radius: clamp(130px, 340vw, 190px);
    padding: clamp(50px, 4vw, 100px) clamp(100px, 20vw, 120px);
  }
}

.p-question__action-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 30px;
  margin-bottom: clamp(30px, 8.3333333333vw, 50px);
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p-question__action-area {
    align-items: flex-end;
    flex-direction: row;
    gap: 40px;
  }
}

@media screen and (min-width: 961px) {
  .action-area-l {
    align-items: center;
  }
}

@media screen and (min-width: 961px) {
  .action-area-mt {
    margin-top: -30px;
  }
}

.options {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .options {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 600px;
  }
}
.options button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  width: clamp(250px, 50vw, 90%);
  padding: clamp(10px, 4.1666666667vw, 10px) 10px;
  margin: 0 auto;
  border-radius: 50px;
  color: #ffffff;
  font-size: clamp(1rem, 3.75vw, 1.2rem);
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  transition: all 0.3s;
}
@media screen and (min-width: 961px) {
  .options button:hover {
    opacity: 0.8;
    transform: translateY(-2px);
  }
}
.options button:nth-child(1) {
  background: #005b97;
}
.options button:nth-child(2) {
  background: #0075be;
}
.options button:nth-child(3) {
  background: #6363d6;
}
.options button:nth-child(4) {
  background: #db6ba3;
}

@media screen and (min-width: 961px) {
  .container.p-question__inner-l {
    border-radius: clamp(130px, 340vw, 238px);
    padding: clamp(50px, 4vw, 100px) clamp(80px, 15vw, 100px);
  }
}

@media screen and (min-width: 961px) {
  .options-l {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    max-width: 650px;
  }
}
.options-l button {
  width: clamp(270px, 50vw, 100%);
}

.c-btn-play {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: transparent;
  padding: 0;
  width: clamp(100px, 25vw, 140px);
  height: clamp(100px, 25vw, 140px);
  background-image: url("../img/play_listen.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.3s;
}
@media screen and (min-width: 961px) {
  .c-btn-play:hover {
    transform: scale(1.05);
  }
}
.c-btn-play:active {
  transform: scale(0.95);
}

.u-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* =================================================
診断結果ページ（projects/_result.scss）
 =================================================*/
.p-result {
  position: relative;
  overflow: hidden;
  padding: 80px 20px 60px;
  text-align: center;
}
.p-result__bg-orbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.p-result__bg-orbs .c-orb--blue01 {
  width: clamp(250px, 41.6666666667vw, 400px);
  top: -5%;
  right: -1%;
}
@media screen and (min-width: 961px) {
  .p-result__bg-orbs .c-orb--blue01 {
    width: clamp(50px, 3vw, 80px);
  }
}
.p-result__bg-orbs .c-orb--blue02 {
  width: clamp(40px, 16.6666666667vw, 150px);
  top: 23%;
  right: 0;
  left: auto;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
@media screen and (min-width: 961px) {
  .p-result__bg-orbs .c-orb--blue02 {
    display: none;
  }
}
.p-result__bg-orbs .c-orb--blue03 {
  width: clamp(40px, 27.0833333333vw, 150px);
  top: 1%;
  left: 20%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
.p-result__bg-orbs .c-orb--blue06 {
  width: clamp(50px, 16.6666666667vw, 80px);
  top: auto;
  right: 5%;
  left: auto;
  bottom: -2%;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@media screen and (min-width: 961px) {
  .p-result__bg-orbs .c-orb--blue06 {
    top: 0;
    right: auto;
    left: 25%;
    bottom: auto;
  }
}
.p-result__bg-orbs .c-orb--blue06-4 {
  width: clamp(50px, 25vw, 120px);
  top: auto;
  right: 5%;
  left: auto;
  bottom: -1%;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@media screen and (min-width: 961px) {
  .p-result__bg-orbs .c-orb--blue06-4 {
    width: clamp(50px, 16.6666666667vw, 80px);
    top: 0;
    right: auto;
    left: 25%;
    bottom: auto;
  }
}
.p-result__bg-orbs .c-orb--blue06-5 {
  width: clamp(50px, 20.8333333333vw, 150px);
  top: auto;
  right: 5%;
  left: auto;
  bottom: -1%;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@media screen and (min-width: 961px) {
  .p-result__bg-orbs .c-orb--blue06-5 {
    width: clamp(50px, 18.75vw, 90px);
    top: 0%;
    right: auto;
    left: 25%;
    bottom: auto;
  }
}
.p-result__bg-orbs .c-orb--blue03-1 {
  display: none;
}
@media screen and (min-width: 961px) {
  .p-result__bg-orbs .c-orb--blue03-1 {
    width: clamp(40px, 8.3333333333vw, 60px);
    display: block;
    top: -1%;
    right: auto;
    left: 25%;
    bottom: auto;
  }
}
.p-result__bg-orbs .c-orb--orange03 {
  width: clamp(50px, 20.8333333333vw, 100px);
  top: 29%;
  right: auto;
  left: -5%;
  bottom: auto;
  display: block;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@media screen and (min-width: 961px) {
  .p-result__bg-orbs .c-orb--orange03 {
    display: none;
  }
}
.p-result__bg-orbs .c-orb--red01 {
  width: clamp(400px, 83.3333333333vw, 500px);
  top: 6%;
  left: -40%;
}
@media screen and (min-width: 961px) {
  .p-result__bg-orbs .c-orb--red01 {
    width: clamp(250px, 41.6666666667vw, 400px);
    top: 1%;
    left: -5%;
  }
}
body.is-result-01 .p-result {
  background: linear-gradient(90deg, #ff6699 0%, #f8ff77 100%);
}
body.is-result-01 .p-result .p-result__separator {
  border-top-color: #FF69B4;
}
body.is-result-01 .p-result .p-result__catch {
  color: #e6007e;
}

body.is-result-02 .p-result {
  background: linear-gradient(90deg, #eed752 0%, #e685f4 100%);
}
body.is-result-02 .p-result .p-result__separator {
  border-top-color: #ecb409;
}
body.is-result-02 .p-result .p-result__catch {
  color: #ecb409;
}

body.is-result-03 .p-result {
  background: linear-gradient(90deg, #afdd4c 0%, #61ba7b 100%);
}
body.is-result-03 .p-result .p-result__separator {
  border-top-color: #8dce00;
}
body.is-result-03 .p-result .p-result__catch {
  color: #8dce00;
}

body.is-result-04 .p-result {
  background: linear-gradient(90deg, #4ca091 0%, #abaaeb 100%);
}
body.is-result-04 .p-result .p-result__separator {
  border-top-color: #00996d;
}
body.is-result-04 .p-result .p-result__catch {
  color: #00996d;
}

body.is-result-05 .p-result {
  background: linear-gradient(90deg, #6a62a3 0%, #ab9cca 100%);
}
body.is-result-05 .p-result .p-result__separator {
  border-top-color: #2b207c;
}
body.is-result-05 .p-result .p-result__catch {
  color: #2b207c;
}

.p-result__kv img, .p-result__product-kv img {
  width: 100%;
  height: auto;
}
.p-result__product-logo {
  width: clamp(100px, 12vw, 150px) !important;
  height: auto;
  display: block;
}
.p-result__sns-icons {
  display: flex;
  align-items: center;
}
.p-result__sns-icons img {
  width: clamp(40px, 5vw, 50px) !important;
  margin: 0 10px;
}
.p-result__sns-icons .x-icon {
  width: clamp(35px, 4vw, 40px) !important;
}
.p-result__sns-icons .js-share-fb {
  border: none;
  background: none;
  padding: 0;
}
.p-result .c-btn-restart img {
  width: clamp(200px, 25vw, 320px);
}
.p-result .container.p-result__inner {
  position: relative;
  z-index: 2;
  background-color: #ffffff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  margin: 0 auto;
  width: 98%;
  max-width: 1000px;
  border-radius: clamp(30px, 8.3333333333vw, 80px);
  padding: 20px 15px 40px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner {
    width: clamp(700px, 83.3vw, 1000px);
    border-radius: clamp(50px, 3vw, 100px);
    padding: 50px clamp(50px, 4.1vw, 80px) 80px;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--yellow01 {
  width: clamp(40px, 16.6666666667vw, 150px);
  bottom: auto;
  right: 30px;
  left: auto;
  top: -2%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--yellow01 {
    display: none;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--yellow03 {
  width: clamp(15px, 6.25vw, 60px);
  top: auto;
  bottom: 43%;
  right: auto;
  left: -5%;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--yellow03 {
    top: auto;
    bottom: 40%;
    right: -2%;
    left: auto;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--yellow04 {
  width: clamp(30px, 10.4166666667vw, 70px);
  top: auto;
  bottom: 30%;
  right: auto;
  left: -1%;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--yellow04 {
    top: auto;
    bottom: 40%;
    right: -2%;
    left: auto;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--yellow04-2 {
  width: clamp(50px, 18.75vw, 100px);
  top: auto;
  bottom: 30%;
  right: auto;
  left: -3%;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--yellow04-2 {
    top: auto;
    bottom: 40%;
    right: -2%;
    left: auto;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--yellow05 {
  width: clamp(80px, 27.0833333333vw, 200px);
  bottom: auto;
  right: 10px;
  left: auto;
  top: -1%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--yellow05 {
    display: none;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--blue01 {
  display: none;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--blue01 {
    display: block;
    width: clamp(300px, 62.5vw, 400px);
    top: -10%;
    right: -18%;
    left: auto;
    bottom: auto;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--blue01-2 {
  display: none;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--blue01-2 {
    display: block;
    width: clamp(300px, 62.5vw, 300px);
    top: auto;
    right: auto;
    left: -20%;
    bottom: 10%;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--blue02 {
  width: clamp(40px, 16.6666666667vw, 150px);
  bottom: 35%;
  right: -50px;
  left: auto;
  top: auto;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--blue02 {
    width: clamp(50px, 12.5vw, 70px);
    bottom: 16%;
    right: 75px;
    left: auto;
    top: auto;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--blue04 {
  width: clamp(15px, 6.25vw, 40px);
  top: auto;
  bottom: 17%;
  right: auto;
  left: -4%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--blue04 {
    top: auto;
    bottom: 50%;
    right: auto;
    left: -2%;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--blue04-3 {
  display: block;
  width: clamp(15px, 4.1666666667vw, 30px);
  top: auto;
  right: 5%;
  left: auto;
  bottom: 2%;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--blue04-3 {
    display: none;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--blue05 {
  display: none;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--blue05 {
    display: block;
    width: clamp(120px, 29.1666666667vw, 150px);
    top: 10%;
    right: -7%;
    left: auto;
    bottom: auto;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--blue05-5 {
  display: none;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--blue05-5 {
    display: block;
    width: clamp(120px, 16.6666666667vw, 200px);
    top: 10%;
    right: -10%;
    left: auto;
    bottom: auto;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--blue07 {
  display: none;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--blue07 {
    display: block;
    width: clamp(120px, 29.1666666667vw, 150px);
    top: auto;
    right: -8%;
    left: auto;
    bottom: 25%;
    -webkit-animation-duration: 3.5s;
            animation-duration: 3.5s;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--blue07-4 {
  width: clamp(120px, 29.1666666667vw, 150px);
  top: auto;
  right: -18%;
  left: auto;
  bottom: 27%;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--blue07-4 {
    width: clamp(120px, 29.1666666667vw, 150px);
    top: auto;
    right: -8%;
    left: auto;
    bottom: 25%;
    -webkit-animation-duration: 3.5s;
            animation-duration: 3.5s;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--blue05-1 {
  display: none;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--blue05-1 {
    display: block;
    width: clamp(50px, 20.8333333333vw, 80px);
    top: auto;
    right: 10%;
    left: auto;
    bottom: 13%;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--green01 {
  width: clamp(30px, 6.25vw, 40px);
  top: 34%;
  right: -2%;
  left: auto;
  bottom: auto;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--green01 {
    right: 5%;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--green01-2 {
  width: clamp(40px, 10.4166666667vw, 50px);
  top: 25%;
  right: -2%;
  left: auto;
  bottom: auto;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--green01-2 {
    top: 34%;
    right: 10%;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--green02 {
  width: clamp(50px, 16.6666666667vw, 100px);
  top: auto;
  right: auto;
  left: 5%;
  bottom: -3%;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--green03 {
  display: none;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--green03 {
    display: block;
    width: clamp(20px, 6.25vw, 40px);
    top: 20%;
    right: 2%;
    left: auto;
    bottom: auto;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--green04 {
  width: clamp(30px, 8%, 40px);
  top: 10%;
  right: auto;
  left: -5%;
  bottom: auto;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--green04 {
    top: 17%;
    right: auto;
    left: -5%;
    bottom: auto;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--green04-2 {
  width: clamp(40px, 18%, 50px);
  top: 5%;
  right: auto;
  left: -4%;
  bottom: auto;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--green04-2 {
    width: clamp(20px, 10%, 30px);
    top: 17%;
    right: auto;
    left: -3%;
    bottom: auto;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--green05 {
  display: none;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--green05 {
    display: block;
    width: clamp(100px, 27.0833333333vw, 140px);
    top: 35%;
    left: -5%;
    right: auto;
    bottom: auto;
    -webkit-animation-duration: 4s;
            animation-duration: 4s;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--orange01 {
  width: clamp(30px, 8.3333333333vw, 50px);
  top: auto;
  bottom: 20%;
  right: -8%;
  left: auto;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--orange01 {
    bottom: 3%;
    right: -3%;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--orange01-2 {
  width: clamp(30px, 8.3333333333vw, 50px);
  top: auto;
  bottom: 17%;
  right: -8%;
  left: auto;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--orange01-2 {
    bottom: 3%;
    right: -3%;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--orange02 {
  display: none;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--orange02 {
    display: block;
    width: clamp(50px, 10%, 70px);
    top: 22%;
    right: auto;
    left: -5%;
    bottom: auto;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--orange02-5 {
  display: none;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--orange02-5 {
    display: block;
    width: clamp(50px, 15%, 90px);
    top: 22%;
    right: auto;
    left: -5%;
    bottom: auto;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--orange04 {
  display: none;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--orange04 {
    display: block;
    width: clamp(50px, 15%, 90px);
    top: 22%;
    right: auto;
    left: -3%;
    bottom: auto;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--orange04-2 {
  width: clamp(10px, 18%, 20px);
  top: 1%;
  right: auto;
  left: 15%;
  bottom: auto;
  -webkit-animation-delay: -1s;
          animation-delay: -1s;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--orange04-2 {
    display: none;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--pink01 {
  width: clamp(15px, 10.4166666667vw, 70px);
  top: auto;
  bottom: 47%;
  right: auto;
  left: -8%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--pink01 {
    top: auto;
    bottom: 35%;
    right: auto;
    left: -2%;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--pink01-2 {
  width: clamp(40px, 12.5vw, 80px);
  top: 10%;
  bottom: auto;
  right: -5%;
  left: auto;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--pink01-2 {
    display: none;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--pink01-2-3 {
  width: clamp(40px, 10.4166666667vw, 50px);
  top: 7%;
  bottom: auto;
  right: -5%;
  left: auto;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--pink01-2-3 {
    display: none;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--pink01-3 {
  width: clamp(60px, 14.5833333333vw, 80px);
  top: auto;
  bottom: 37%;
  right: auto;
  left: -5%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--pink01-3 {
    top: auto;
    bottom: 35%;
    right: auto;
    left: -2%;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--pink01-4 {
  width: clamp(30px, 6.25vw, 40px);
  top: 8%;
  bottom: auto;
  right: -5%;
  left: auto;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--pink01-4 {
    display: none;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--pink02-2 {
  width: clamp(40px, 12.5vw, 70px);
  top: 20%;
  bottom: auto;
  right: auto;
  left: -5%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--pink02-2 {
    top: 8%;
    bottom: auto;
    right: auto;
    left: 10%;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--pink03 {
  width: clamp(15px, 5.2083333333vw, 40px);
  top: 40%;
  bottom: auto;
  right: -2%;
  left: auto;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--pink03 {
    width: clamp(15px, 5.2083333333vw, 40px);
    top: 3%;
    bottom: auto;
    right: auto;
    left: -2%;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    z-index: 2;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--pink04 {
  display: none;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--pink04 {
    display: block;
    width: clamp(40px, 10.4166666667vw, 60px);
    top: 43%;
    bottom: auto;
    right: -2%;
    left: auto;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    z-index: 2;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--pink05 {
  width: clamp(30px, 6.25vw, 40px);
  top: 2%;
  bottom: auto;
  right: auto;
  left: 10%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--pink05 {
    display: none;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--pink03-2 {
  width: clamp(40px, 12.5vw, 100px);
  top: 37%;
  bottom: auto;
  right: -4%;
  left: auto;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--pink03-2 {
    width: clamp(15px, 5.2083333333vw, 40px);
    top: 3%;
    bottom: auto;
    right: auto;
    left: -2%;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    z-index: 2;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--pink04-1 {
  width: clamp(15px, 10.4166666667vw, 70px);
  top: auto;
  bottom: 40%;
  right: auto;
  left: 2%;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  z-index: 2;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--pink04-1 {
    width: clamp(30px, 3.125vw, 50px);
    top: auto;
    bottom: 35%;
    right: auto;
    left: -2%;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--pink04-2 {
  display: none;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--pink04-2 {
    display: block;
    width: clamp(40px, 10.4166666667vw, 70px);
    top: 40%;
    bottom: auto;
    right: -2%;
    left: auto;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    z-index: 2;
  }
}
.p-result .container.p-result__inner .p-result__inner-orbs .c-orb--pink04-5 {
  display: none;
}
@media screen and (min-width: 961px) {
  .p-result .container.p-result__inner .p-result__inner-orbs .c-orb--pink04-5 {
    display: block;
    width: clamp(40px, 10.4166666667vw, 150px);
    top: 40%;
    bottom: auto;
    right: -2%;
    left: auto;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    z-index: 2;
  }
}
.p-result__kv, .p-result__catch, .p-result__description, .p-result .c-result-tag, .p-result .c-btn-share, .p-result__product, .p-result .c-btn-product, .p-result .c-btn-restart, .p-result__lp-link, .p-result__sns-icons {
  position: relative;
  z-index: 2;
}
.p-result .p-result__kv {
  width: clamp(200px, 100%, 400px);
}
@media screen and (min-width: 961px) {
  .p-result .p-result__kv {
    width: clamp(400px, 50vw, 500px);
  }
}
@media screen and (min-width: 961px) {
  .p-result .p-result__kv_04 {
    margin-left: 150px;
  }
}
.p-result .c-result-tag {
  width: clamp(180px, 100%, 450px);
  margin-bottom: 20px;
}
@media screen and (min-width: 961px) {
  .p-result .c-result-tag {
    width: clamp(380px, 35vw, 450px);
    margin-bottom: clamp(2.5rem, 0.417rem + 6.94vw, 5.625rem);
  }
}
.p-result__catch {
  font-size: clamp(1.3rem, 4.1666666667vw, 1.8rem);
  font-weight: 900;
  margin-bottom: 20px;
  text-decoration: underline;
  text-underline-offset: 10px; /* ★ここで隙間を広げます（数値を調整してください） */
  text-decoration-thickness: 2px;
  line-height: 3.5rem;
}
@media screen and (min-width: 961px) {
  .p-result__catch {
    font-size: clamp(1.8rem, 2.4vw, 2.4rem);
    margin-bottom: 40px;
    line-height: 4rem;
  }
}
.p-result__description, .p-result__rec-description {
  font-size: clamp(1rem, 2.9166666667vw, 1.2rem);
  font-weight: bold;
  line-height: 2.3rem;
  margin-bottom: 40px;
}
@media screen and (min-width: 961px) {
  .p-result__description, .p-result__rec-description {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    line-height: 2.5rem;
    margin-bottom: 40px;
  }
}
.p-result__separator {
  width: 95%;
  max-width: 600px;
  height: 0;
  margin: clamp(40px, 6.25vw, 40px) auto;
  border-top: 2px dotted #cccccc;
}
@media screen and (min-width: 961px) {
  .p-result__separator {
    margin: 50px auto;
    border-top: 3px dotted #cccccc;
  }
}
.p-result .c-result-tag--rec {
  width: clamp(180px, 70%, 200px);
  margin-bottom: clamp(20px, 6vw, 40px);
}
@media screen and (min-width: 961px) {
  .p-result .c-result-tag--rec {
    width: clamp(280px, 15vw, 350px);
  }
}
.p-result__product {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-direction: column-reverse;
  align-items: center;
  gap: 20px;
  margin-bottom: 40px;
  width: 100%;
}
@media screen and (min-width: 961px) {
  .p-result__product {
    flex-direction: row;
    gap: 40px;
    text-align: left;
    max-width: 800px;
    align-items: center;
  }
}
.p-result__product-kv {
  width: 90%;
}
@media screen and (min-width: 961px) {
  .p-result__product-kv {
    width: clamp(150px, 70%, 300px);
    margin: 0 auto;
  }
}
.p-result__product-kv img {
  width: 88%;
  max-width: 200px;
  margin-bottom: 20px;
}
@media screen and (min-width: 961px) {
  .p-result__product-kv img {
    max-width: 100%;
    margin-bottom: 0;
    margin-top: 40px;
  }
}
.p-result__product-info {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  font-size: clamp(0.9rem, 2.9166666667vw, 1.1rem);
  font-weight: bold;
  line-height: 1.8;
}
@media screen and (min-width: 961px) {
  .p-result__product-info {
    align-items: flex-start;
  }
}
.p-result__product-logo {
  width: clamp(100px, 25vw, 150px);
  height: auto;
  margin-bottom: 20px;
}
@media screen and (min-width: 961px) {
  .p-result__product-logo {
    width: clamp(160px, 12.5vw, 200px);
  }
}
.p-result__product-tag {
  background-color: #333c50;
  color: #fff;
  padding: 2px 20px;
  border-radius: 30px;
  margin-bottom: 20px;
}
.p-result__product .p-result__product-lead {
  font-size: clamp(1rem, 2.9166666667vw, 1.2rem);
  font-weight: bold;
  line-height: 2.1;
  width: 100%;
  margin: 0 auto 20px;
}
.p-result__product .p-result__product-text {
  font-size: clamp(0.8rem, 0.27vw + 0.74rem, 0.9rem);
  font-weight: bold;
  line-height: 2;
  width: 100%;
  margin: 0 auto;
}
.p-result .c-btn-restart {
  display: inline-block;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
.p-result .c-btn-restart img {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.p-result__lp-link {
  width: 100%;
}
.p-result__lp-link a {
  display: block;
  margin: 40px auto;
  max-width: 90%;
}
@media screen and (min-width: 961px) {
  .p-result__lp-link {
    width: 90%;
    max-width: 800px;
    margin: 70px auto;
  }
}
.p-result .c-btn-share {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background: linear-gradient(90deg, #333 0%, #585858 100%);
  color: #fff;
  padding: clamp(10px, 2.5vw, 16px) clamp(30px, 7.2916666667vw, 40px);
  border-radius: 50px;
  font-size: clamp(0.9rem, 2.9166666667vw, 1.1rem);
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
}
.p-result .c-btn-share img {
  width: 20px !important;
  margin: 0;
}
@media screen and (min-width: 961px) {
  .p-result .c-btn-share:hover {
    opacity: 0.8;
    transform: translateY(-2px);
  }
}
.p-result .c-btn-product {
  display: inline-flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  gap: 15px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  background-color: #333c50;
  color: #fff;
  padding: clamp(10px, 2.5vw, 10px) clamp(20px, 5.2083333333vw, 30px);
  border-radius: 50px;
  font-size: clamp(0.9rem, 2.9166666667vw, 1.1rem);
  font-weight: bold;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.3s;
  width: clamp(280px, 60%, 300px);
  margin-bottom: clamp(40px, 14.5833333333vw, 70px);
}
.p-result .c-btn-product img {
  width: 18px !important;
  height: auto;
  margin: 0;
}
@media screen and (min-width: 961px) {
  .p-result .c-btn-product {
    width: clamp(280px, 28vw, 300px);
    margin-top: 30px;
  }
  .p-result .c-btn-product:hover {
    opacity: 0.8;
    transform: translateY(-2px);
  }
}
.p-result .c-btn-product-sp {
  display: contents;
  text-align: center;
}
@media screen and (min-width: 961px) {
  .p-result .c-btn-product-sp {
    display: none !important;
  }
}/*# sourceMappingURL=style.css.map */