@charset "UTF-8";
/*-----------------------------------------------------
  common
/*-----------------------------------------------------*/
main {
  line-height: 1;
}
main * {
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: inherit;
  color: inherit;
  border: 0;
}
main button {
  background: transparent;
}
main select {
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
main a,
main button,
main input,
main optgroup,
main select,
main textarea {
  outline: revert;
}
main a:focus {
  outline: revert;
}
main button,
main [type=button],
main [type=reset],
main [type=submit] {
  cursor: pointer;
}
main button:disabled,
main [type=button]:disabled,
main [type=reset]:disabled,
main [type=submit]:disabled {
  cursor: default;
}
main label[for] {
  cursor: pointer;
}
main td,
main th {
  height: auto;
}

footer {
  margin-top: 0;
}

header {
  position: relative !important;
}

body {
  padding-top: 0 !important;
}

html {
  overflow-y: initial;
}

main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Roboto", "Noto Sans", sans-serif;
  color: #fff;
}
main:lang(ja) {
  font-family: YakuHanJP, "Roboto", "Noto Sans JP", sans-serif;
}
main img {
  height: auto;
  vertical-align: bottom;
}
main svg {
  width: auto;
  height: 1em;
  fill: currentColor;
}

[data-whatinput=mouse] main a, [data-whatinput=touch] main a,
[data-whatinput=mouse] main button,
[data-whatinput=touch] main button {
  outline: none;
}

main [data-scroll-fade] {
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: transform, opacity;
  transform: translate3d(0, 20px, 0);
}

main [data-scroll-fade][data-scroll-fade=show] {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.inner {
  max-width: 740px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .inner {
    max-width: 90.6666666667vw;
    padding: 0;
  }
}

/*-----------------------------------------------------
  parts
/*-----------------------------------------------------*/
main .transition_area span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  pointer-events: none;
}
main .transition_area span.layer_01 {
  background-color: #685bc7;
  z-index: 12;
}
main .transition_area span.layer_02 {
  background-color: #ffd940;
  z-index: 15;
}
main .nobreak {
  display: inline-block;
}

/*-----------------------------------------------------
  #loading
/*-----------------------------------------------------*/
#loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffd940;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: opacity 0.5s ease-out;
}
#loading.is_hidden {
  opacity: 0;
  pointer-events: none;
}
#loading .loading_box {
  position: relative;
  width: 134px;
  height: 134px;
}
@media screen and (min-width: 1921px) {
  #loading .loading_box {
    width: 6.97916667vw;
    height: 6.97916667vw;
  }
}
@media screen and (max-width: 768px) {
  #loading .loading_box {
    width: 35.7333333333vw;
    height: 35.7333333333vw;
  }
}
#loading .loading_box > img {
  width: 100%;
  height: 100%;
  animation: loadingRotate 10s linear infinite;
}
#loading .count {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: baseline;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  color: #00677f;
}
#loading .count .number {
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 900;
}
@media screen and (min-width: 1921px) {
  #loading .count .number {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 768px) {
  #loading .count .number {
    font-size: 8vw;
  }
}
#loading .count .percent {
  font-size: 14px;
  line-height: 1;
  margin-left: 2px;
}
@media screen and (min-width: 1921px) {
  #loading .count .percent {
    font-size: 0.72916667vw;
  }
}
@media screen and (max-width: 768px) {
  #loading .count .percent {
    font-size: 5.3333333333vw;
    margin-left: 0.5333333333vw;
  }
}

@keyframes loadingRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/*-----------------------------------------------------
  #questionHome
/*-----------------------------------------------------*/
#questionHome {
  position: relative;
  min-height: 740px;
  max-height: 950px;
  height: calc(100vh - 100px);
  border-bottom: 2px solid #fff;
}
@media screen and (min-width: 1921px) {
  #questionHome {
    max-height: initial;
  }
}
@media screen and (max-width: 768px) {
  #questionHome {
    max-height: 181.3333333333vw;
    min-height: 132vw;
    height: calc(100svh - 16vw);
  }
}
#questionHome .transition_area span.layer_01, #questionHome .transition_area span.layer_02 {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
#questionHome .mv {
  position: relative;
  height: 100%;
}
#questionHome .mv svg {
  width: 100%;
  height: 100%;
}
#questionHome .mv_inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  position: absolute;
  top: 33px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
@media screen and (min-width: 1921px) {
  #questionHome .mv_inner {
    max-width: 56.25%;
  }
}
@media screen and (max-width: 768px) {
  #questionHome .mv_inner {
    margin-top: -18.6666666667vw;
    max-width: 100%;
    padding: 0;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  #questionHome .mv_inner img {
    width: 100%;
    height: auto;
  }
}
#questionHome .mv_ttl {
  max-width: 792px;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
}
@media screen and (min-width: 1921px) {
  #questionHome .mv_ttl {
    max-width: initial;
    width: 77.64705882%;
  }
}
@media screen and (max-width: 768px) {
  #questionHome .mv_ttl {
    max-width: 96vw;
    margin-bottom: 0.8vw;
  }
}
#questionHome .mv_ttl .fukidashi, #questionHome .mv_ttl .ttl_01, #questionHome .mv_ttl .ttl_02 {
  opacity: 0;
}
#questionHome .mv_ttl .ttl_01 {
  transform: translate(-30px, 30px);
}
@media screen and (max-width: 768px) {
  #questionHome .mv_ttl .ttl_01 {
    transform: translate(-8vw, 8vw);
  }
}
#questionHome .mv_ttl .ttl_02 {
  transform: translate(30px, -30px);
}
@media screen and (max-width: 768px) {
  #questionHome .mv_ttl .ttl_02 {
    transform: translate(8vw, -8vw);
  }
}
#questionHome .mv_txt {
  max-width: 94px;
  width: 100%;
  position: absolute;
  top: 27px;
  right: 33px;
  opacity: 0;
}
@media screen and (min-width: 1921px) {
  #questionHome .mv_txt {
    max-width: initial;
    width: 9.21568627%;
  }
}
@media screen and (max-width: 768px) {
  #questionHome .mv_txt {
    position: static;
    max-width: 72vw;
    margin: 0 auto;
  }
}
@media screen and (min-width: 769px) {
  #questionHome .mv_txt .catch_01 {
    opacity: 0;
    transform: translateY(-30px);
  }
  #questionHome .mv_txt .catch_02 {
    opacity: 0;
    transform: translateY(30px);
  }
}
#questionHome .btn_start {
  opacity: 0;
  transform: scale(0);
  width: 204px;
  height: 204px;
  border-radius: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: -45px auto 0;
  filter: drop-shadow(20px 20px 40px rgba(0, 0, 0, 0.3));
}
@media screen and (min-width: 1921px) {
  #questionHome .btn_start {
    width: 12.5vw;
    height: 12.5vw;
  }
}
@media screen and (max-width: 768px) {
  #questionHome .btn_start {
    width: 35.7333333333vw;
    height: 35.7333333333vw;
    margin: 8.5333333333vw auto 0;
    justify-content: flex-end;
    padding-bottom: 7.2vw;
  }
}
#questionHome .btn_start svg {
  width: 73.52941176%;
  height: auto;
  position: relative;
  z-index: 4;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  #questionHome .btn_start svg {
    width: 24vw;
    margin-top: 0;
  }
}
#questionHome .btn_start .ja {
  opacity: 0;
}
#questionHome .btn_start .en path {
  opacity: 0;
  transform: translateX(20px);
}
@media screen and (max-width: 768px) {
  #questionHome .btn_start .en path {
    transform: translateX(3.2vw);
  }
}
#questionHome .btn_start .arrow > g {
  opacity: 0;
  transform: translateX(-20px);
}
@media screen and (max-width: 768px) {
  #questionHome .btn_start .arrow > g {
    transform: translateX(-3.2vw);
  }
}
@media screen and (min-width: 769px) {
  #questionHome .btn_start:hover::before {
    transform: scale(0.9);
    opacity: 0;
  }
  #questionHome .btn_start:hover::after {
    transform: translate(-50%, -50%) scale(1.08);
  }
}
#questionHome .btn_start::before {
  content: "";
  width: 100%;
  height: 100%;
  border: 4px solid #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
@media screen and (min-width: 1921px) {
  #questionHome .btn_start::before {
    border: 0.20833333vw solid #ffffff;
  }
}
@media screen and (max-width: 768px) {
  #questionHome .btn_start::before {
    border: 0.8vw solid #ffffff;
  }
}
#questionHome .btn_start::after {
  content: "";
  display: block;
  width: 85.78431373%;
  height: 85.78431373%;
  background-color: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
@media screen and (max-width: 768px) {
  #questionHome .btn_start::after {
    width: 30.4vw;
    height: 30.4vw;
  }
}
#questionHome .product_swiper {
  overflow: hidden;
  height: 100%;
}
#questionHome .swiper-wrapper {
  transition-timing-function: linear;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
#questionHome .product_list li {
  position: relative;
  padding-bottom: 33px;
  min-width: 340px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  will-change: transform;
  backface-visibility: hidden;
  transform: translate3d(0, 0, 0);
}
@media screen and (min-width: 1921px) {
  #questionHome .product_list li {
    padding-bottom: 1.71875vw;
  }
}
@media screen and (max-width: 768px) {
  #questionHome .product_list li {
    padding-bottom: 9.6vw;
    min-width: 33.3333333333vw;
    width: 33.3333333333vw !important;
  }
}
#questionHome .product_list .layer {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffd940;
  z-index: 10;
}
#questionHome .product_list .product_img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  will-change: transform;
  backface-visibility: hidden;
}
@media screen and (min-width: 1921px) {
  #questionHome .product_list .product_img {
    width: 100%;
  }
}
#questionHome .product_list .product_img img {
  display: block;
  max-width: none;
  will-change: transform;
  backface-visibility: hidden;
}
@media screen and (min-width: 1921px) {
  #questionHome .product_list .product_img img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #questionHome .product_list .product_img img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
#questionHome .product_list .product_logo {
  position: relative;
  z-index: 4;
}
@media screen and (min-width: 1921px) {
  #questionHome .product_list .product_logo {
    height: 2.60416667vw;
    text-align: center;
  }
}
@media screen and (min-width: 1921px) {
  #questionHome .product_list .product_logo img {
    width: auto;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  #questionHome .product_list .product_logo img {
    width: auto;
    height: 5.3333333333vw;
  }
}
#questionHome .product_list .mini12 {
  background-color: #c85d85;
}
#questionHome .product_list .mini12 .product_img {
  bottom: -2.93333333%;
}
@media screen and (min-width: 1921px) {
  #questionHome .product_list .mini12 .product_img {
    width: 22.55208333vw;
    bottom: -1.30208333vw;
  }
}
@media screen and (max-width: 768px) {
  #questionHome .product_list .mini12 .product_img {
    width: 45.3333333333vw;
    bottom: 4.8vw;
  }
}
#questionHome .product_list .minievo {
  background-color: #262626;
}
#questionHome .product_list .minievo .product_img {
  bottom: -4.4%;
}
@media screen and (min-width: 1921px) {
  #questionHome .product_list .minievo .product_img {
    width: 22.29166667vw;
    bottom: -1.92708333vw;
  }
}
@media screen and (max-width: 768px) {
  #questionHome .product_list .minievo .product_img {
    width: 45.3333333333vw;
    bottom: 3.2vw;
  }
}
#questionHome .product_list .wide400 {
  background-color: #41887e;
}
#questionHome .product_list .wide400 .product_img {
  bottom: -0.8%;
}
@media screen and (min-width: 1921px) {
  #questionHome .product_list .wide400 .product_img {
    width: 26.71875vw;
    bottom: -0.3125vw;
  }
}
@media screen and (max-width: 768px) {
  #questionHome .product_list .wide400 .product_img {
    width: 53.3333333333vw;
    bottom: 6.1333333333vw;
  }
}
#questionHome .product_list .pal {
  background-color: #40c3c3;
}
#questionHome .product_list .pal .product_img {
  bottom: 0.53333333%;
}
@media screen and (min-width: 1921px) {
  #questionHome .product_list .pal .product_img {
    width: 20.625vw;
    bottom: 0.20833333vw;
  }
}
@media screen and (max-width: 768px) {
  #questionHome .product_list .pal .product_img {
    width: 40vw;
    bottom: 7.4666666667vw;
  }
}
#questionHome .product_list .sq1 {
  background-color: #001e62;
}
#questionHome .product_list .sq1 .product_img {
  bottom: -2.26666667%;
}
@media screen and (min-width: 1921px) {
  #questionHome .product_list .sq1 .product_img {
    width: 25.52083333vw;
    bottom: -1.04166667vw;
  }
}
@media screen and (max-width: 768px) {
  #questionHome .product_list .sq1 .product_img {
    width: 50.6666666667vw;
    bottom: 5.3333333333vw;
  }
}
#questionHome .product_list .mini99 {
  background-color: #262626;
}
#questionHome .product_list .mini99 .product_img {
  bottom: -4.13333333%;
}
@media screen and (min-width: 1921px) {
  #questionHome .product_list .mini99 .product_img {
    width: 24.375vw;
    bottom: -1.82291667vw;
  }
}
@media screen and (max-width: 768px) {
  #questionHome .product_list .mini99 .product_img {
    width: 50.6666666667vw;
    bottom: 2.1333333333vw;
  }
}
#questionHome .product_list .linkwide {
  background-color: #00677f;
}
#questionHome .product_list .linkwide .product_img {
  bottom: -5.06666667%;
}
@media screen and (min-width: 1921px) {
  #questionHome .product_list .linkwide .product_img {
    width: 25.52083333vw;
    bottom: -2.23958333vw;
  }
}
@media screen and (max-width: 768px) {
  #questionHome .product_list .linkwide .product_img {
    width: 50.6666666667vw;
    bottom: 4.5333333333vw;
  }
}
#questionHome .product_list .squarelink {
  background-color: #f266bf;
}
#questionHome .product_list .squarelink .product_img {
  bottom: -5.06666667%;
}
@media screen and (min-width: 1921px) {
  #questionHome .product_list .squarelink .product_img {
    width: 23.33333333vw;
    bottom: -2.23958333vw;
  }
}
@media screen and (max-width: 768px) {
  #questionHome .product_list .squarelink .product_img {
    width: 45.3333333333vw;
    bottom: 4.2666666667vw;
  }
}
#questionHome .product_list .wideevo {
  background-color: #262626;
}
#questionHome .product_list .wideevo .product_img {
  bottom: -2.66666667%;
}
@media screen and (min-width: 1921px) {
  #questionHome .product_list .wideevo .product_img {
    width: 25.9375vw;
    bottom: -1.14583333vw;
  }
}
@media screen and (max-width: 768px) {
  #questionHome .product_list .wideevo .product_img {
    width: 50.6666666667vw;
    bottom: 5.8666666667vw;
  }
}
#questionHome .product_list .mini41 {
  background-color: #ff8026;
}
#questionHome .product_list .mini41 .product_img {
  bottom: -4.4%;
}
@media screen and (min-width: 1921px) {
  #questionHome .product_list .mini41 .product_img {
    width: 23.95833333vw;
    bottom: -1.92708333vw;
  }
}
@media screen and (max-width: 768px) {
  #questionHome .product_list .mini41 .product_img {
    width: 48vw;
    bottom: 4.2666666667vw;
  }
}
#questionHome .product_list .miniliplayPlus {
  background-color: #6c1d45;
}
#questionHome .product_list .miniliplayPlus .product_img {
  bottom: -5.06666667%;
}
@media screen and (min-width: 1921px) {
  #questionHome .product_list .miniliplayPlus .product_img {
    width: 22.39583333vw;
    bottom: -2.23958333vw;
  }
}
@media screen and (max-width: 768px) {
  #questionHome .product_list .miniliplayPlus .product_img {
    width: 43.2vw;
    bottom: 4.2666666667vw;
  }
}
#questionHome .product_list .miniliplay {
  background-color: #999999;
}
#questionHome .product_list .miniliplay .product_img {
  bottom: -5.33333333%;
}
@media screen and (min-width: 1921px) {
  #questionHome .product_list .miniliplay .product_img {
    width: 21.45833333vw;
    bottom: -2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  #questionHome .product_list .miniliplay .product_img {
    width: 41.6vw;
    bottom: 4.2666666667vw;
  }
}
#questionHome .product_list .sq40 {
  background-color: #262626;
}
#questionHome .product_list .sq40 .product_img {
  bottom: -1.86666667%;
}
@media screen and (min-width: 1921px) {
  #questionHome .product_list .sq40 .product_img {
    bottom: -0.78125vw;
    width: 25.9375vw;
  }
}
@media screen and (max-width: 768px) {
  #questionHome .product_list .sq40 .product_img {
    width: 50.6666666667vw;
    bottom: 5.8666666667vw;
  }
}
#questionHome .product_list .minilinkPlus {
  background-color: #d9ffff;
}
#questionHome .product_list .minilinkPlus .product_img {
  bottom: -2.4%;
}
@media screen and (min-width: 1921px) {
  #questionHome .product_list .minilinkPlus .product_img {
    width: 20.20833333vw;
    bottom: -1.04166667vw;
  }
}
@media screen and (max-width: 768px) {
  #questionHome .product_list .minilinkPlus .product_img {
    width: 38.9333333333vw;
    bottom: 5.8666666667vw;
  }
}
#questionHome .product_list .minievocinema {
  background-color: #262626;
}
#questionHome .product_list .minievocinema .product_img {
  bottom: -5.33333333%;
}
@media screen and (min-width: 1921px) {
  #questionHome .product_list .minievocinema .product_img {
    width: 23.02083333vw;
    bottom: -2.34375vw;
  }
}
@media screen and (max-width: 768px) {
  #questionHome .product_list .minievocinema .product_img {
    width: 45.3333333333vw;
    bottom: 2.6666666667vw;
  }
}
#questionHome .product_list .minilink3 {
  background-color: #ffd940;
}
#questionHome .product_list .minilink3 .product_img {
  bottom: -4.93333333%;
}
@media screen and (min-width: 1921px) {
  #questionHome .product_list .minilink3 .product_img {
    width: 22.39583333vw;
    bottom: -2.1875vw;
  }
}
@media screen and (max-width: 768px) {
  #questionHome .product_list .minilink3 .product_img {
    width: 45.3333333333vw;
    bottom: 3.7333333333vw;
  }
}

/*-----------------------------------------------------
  #questionPage
/*-----------------------------------------------------*/
#questionPage {
  position: relative;
  min-height: 740px;
  height: calc(100vh - 100px);
  border-bottom: 2px solid #fff;
  background: linear-gradient(90deg, #ff8026 0%, #ff8026 25%, #ffbd40 25%, #ffbd40 50%, #40c3c3 50%, #40c3c3 75%, #00677f 75%, #00677f 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 769px) and (max-height: 790px) {
  #questionPage {
    height: 100%;
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  #questionPage {
    padding: 10.6666666667vw 0;
    height: 100%;
    min-height: calc(100svh - 16vw);
    background: linear-gradient(90deg, #ff8026 0%, #ff8026 33.33%, #ffbd40 33.33%, #ffbd40 66.67%, #40c3c3 66.67%, #40c3c3 100%);
  }
  #questionPage:not(.q_demographic):not(.page_q1) {
    padding: 0;
    height: calc(100svh - 16vw);
  }
}
#questionPage .question_box {
  padding: 64px 40px 40px;
  background-color: #fff;
  box-shadow: 50px 50px 40px rgba(0, 0, 0, 0.3);
  border-radius: 30px;
  position: relative;
  color: #685bc7;
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (max-width: 768px) {
  #questionPage .question_box {
    padding: 9.6vw 5.3333333333vw 8vw;
    box-shadow: 5.3333333333vw 5.3333333333vw 5.3333333333vw rgba(0, 0, 0, 0.3);
    border-radius: 5.3333333333vw;
    transform: translateY(8vw);
  }
}
#questionPage .question_box h1 {
  width: 260px;
  position: absolute;
  top: -52px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #questionPage .question_box h1 {
    width: 35.2vw;
    top: -6.4vw;
  }
}
#questionPage .question_cont {
  margin-bottom: 14px;
}
@media screen and (max-width: 768px) {
  #questionPage .question_cont {
    margin-bottom: 2.6666666667vw;
  }
}
#questionPage .question_cont p {
  font-size: 40px;
  line-height: 1.25;
  font-weight: bold;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #questionPage .question_cont p {
    font-size: 6.4vw;
  }
}
#questionPage .attention_text {
  color: #999999;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #questionPage .attention_text {
    font-size: 3.2vw;
    margin-top: 2.1333333333vw;
  }
}

/*-----------------------------------------------------
  選択肢（.answer-item）
/*-----------------------------------------------------*/
.answers_list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
@media screen and (max-width: 768px) {
  .answers_list {
    gap: 2.6666666667vw;
  }
}
.answers_list > li {
  width: 100%;
  position: relative;
  cursor: pointer;
  background-color: #f2f2f2;
  border-radius: 20px;
  transition: background-color 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  .answers_list > li {
    border-radius: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .answers_list > li:hover {
    background-color: #ffd940;
  }
}
.answers_list > li input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.answers_list > li label {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 26px 30px 22px 90px;
  color: #685bc7;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 768px) {
  .answers_list > li label {
    padding: 5.3333333333vw 0 4.2666666667vw 16vw;
  }
}
.answers_list > li label::before {
  content: "";
  width: 34px;
  height: 34px;
  position: absolute;
  top: 50%;
  left: 28px;
  transform: translateY(-50%);
  background-image: url(/diagnosis/assets/images/question/select_bg.svg);
  background-size: 100%;
  background-position: 50% 100%;
}
@media screen and (max-width: 768px) {
  .answers_list > li label::before {
    width: 8vw;
    height: 8vw;
    left: 4.8vw;
  }
}
.answers_list > li label::after {
  content: "";
  opacity: 0;
  width: 30px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 36px;
  transform: translateY(-50%) scale(0);
  transition: all 0.3s ease-out;
  background-image: url(/diagnosis/assets/images/question/icon_check.svg);
  background-size: 100%;
  margin-top: -3px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .answers_list > li label::after {
    width: 6.6666666667vw;
    height: 5.3333333333vw;
    left: 6.6666666667vw;
    margin-top: -0.2666666667vw;
  }
}
.answers_list > li label .text {
  font-size: 23px;
  line-height: 1.434;
  font-weight: 700;
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  .answers_list > li label .text {
    font-size: 5.3333333333vw;
    line-height: 1.35;
  }
}
.answers_list > li label .text:has(.adj_x) {
  transform: scaleX(0.9);
  transform-origin: left center;
  letter-spacing: 0;
  margin-right: -20px;
}
@media screen and (max-width: 768px) {
  .answers_list > li label .text:has(.adj_x) {
    margin-right: 0;
  }
}
.answers_list > li.selected {
  background-color: #ffd940;
}
.answers_list > li.selected label::before {
  background-position: 50% 0;
}
.answers_list > li.selected label::after {
  transform: translateY(-50%) scale(1);
  opacity: 1;
}

.page_q1 .transition_area span.layer_01, .page_q1 .transition_area span.layer_02 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.page_q1 .question_box {
  opacity: 0;
  transform: translateY(30px);
}
@media screen and (max-width: 768px) {
  .page_q1 .question_box {
    transform: translateY(8vw);
  }
}
@media screen and (min-width: 769px) {
  .page_q1 .answers_list {
    flex-direction: initial;
    gap: 20px;
  }
}
@media screen and (min-width: 769px) {
  .page_q1 .answers_list > li {
    width: calc((100% - 20px) / 2);
  }
  .page_q1 .answers_list > li label {
    padding: 28px 20px 60px;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }
  .page_q1 .answers_list > li label::before {
    top: initial;
    bottom: 20px;
    left: 50%;
    transform: translate(-50%, 0);
  }
  .page_q1 .answers_list > li label::after {
    top: initial;
    left: 50%;
    bottom: 28px;
    margin-top: 0;
    margin-left: 6px;
    transform: translate(-50%, 0) scale(0);
  }
  .page_q1 .answers_list > li label .text {
    margin-top: -70px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page_q1 .answers_list > li label .illust {
    width: 100%;
    height: auto;
  }
  .page_q1 .answers_list > li + li label {
    padding-top: 35px;
  }
  .page_q1 .answers_list > li + li label .text {
    margin-top: -30px;
  }
  .page_q1 .answers_list > li.selected label::after {
    transform: translate(-50%, 0) scale(1);
  }
}
@media screen and (max-width: 768px) {
  .page_q1 .answers_list > li label {
    padding-left: 0;
    flex-direction: column;
  }
}
.page_q1 .answers_list > li label .illust {
  margin-top: -52px;
  overflow: hidden;
  min-height: 203px;
}
@media screen and (max-width: 768px) {
  .page_q1 .answers_list > li label .illust {
    margin-top: 0;
    min-height: 38.4vw;
  }
}
.page_q1 .answers_list > li label .illust svg {
  width: 80% !important;
}
@media screen and (max-width: 768px) {
  .page_q1 .answers_list > li label .illust svg {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page_q1 .answers_list > li label .illust {
    width: 48vw;
    display: flex;
    justify-content: center;
    margin-top: -9.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .page_q1 .answers_list > li label .text {
    text-align: center;
    margin-top: -5.3333333333vw;
  }
}

/*-----------------------------------------------------
  ボタンエリア（.button_area）
/*-----------------------------------------------------*/
.button_area {
  display: flex;
  justify-content: flex-start;
  gap: 25px;
  margin-top: 16px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .button_area {
    flex-direction: column-reverse;
    align-items: center;
    gap: 4vw;
    margin-top: 2.6666666667vw;
  }
}
.button_area .back, .button_area .next {
  border-radius: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  transition: background-color 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  .button_area .back, .button_area .next {
    border-width: 2px;
    border-style: solid;
  }
}
@media screen and (max-width: 768px) {
  .button_area .back, .button_area .next {
    border-radius: 6.6666666667vw;
  }
}
.button_area .back .arrow, .button_area .next .arrow {
  width: 16px;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .button_area .back .arrow, .button_area .next .arrow {
    width: 4.2666666667vw;
  }
}
.button_area .back {
  width: 140px;
  height: 60px;
  background-color: #f2f2f2;
  color: #685bc7;
  font-size: 20px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  border-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .button_area .back {
    width: 37.3333333333vw;
    height: 10.6666666667vw;
    font-size: 4.8vw;
    border-radius: 5.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .button_area .back:hover {
    color: #f2f2f2;
    background-color: #685bc7;
    border-color: #685bc7;
  }
}
.button_area .back .arrow {
  margin-top: -2px;
  transform: translateY(-50%) rotate(180deg);
  left: 20px;
}
@media screen and (max-width: 768px) {
  .button_area .back .arrow {
    margin-top: -0.5333333333vw;
    left: 5.3333333333vw;
  }
}
.button_area .back .text {
  padding-left: 6px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .button_area .back .text {
    padding-left: 1.6vw;
  }
}
.button_area .next {
  width: 270px;
  height: 60px;
  background-color: #685bc7;
  color: #ffffff;
  font-size: 26px;
  border-radius: 30px;
  position: relative;
  z-index: 1;
  border-color: #685bc7;
}
@media screen and (max-width: 768px) {
  .button_area .next {
    width: 70.6666666667vw;
    height: 13.3333333333vw;
    font-size: 6.1333333333vw;
    border-radius: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .button_area .next:hover:not(:disabled) {
    color: #685bc7;
    background-color: #fff;
  }
}
.button_area .next .arrow {
  right: 32px;
}
@media screen and (max-width: 768px) {
  .button_area .next .arrow {
    right: 6.4vw;
  }
}
.button_area .next .text {
  position: relative;
  z-index: 1;
}
.button_area .next:disabled {
  background-color: #f2f2f2;
  color: #cccccc;
  cursor: not-allowed;
  border-color: #f2f2f2;
}

.demographic_box h3 {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 26px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  .demographic_box h3 {
    font-size: 6.4vw;
    margin-bottom: 4.8vw;
  }
}
.demographic_box + .demographic_box {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .demographic_box + .demographic_box {
    margin-top: 5.3333333333vw;
  }
}
.demographic_box .answers_list {
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: initial;
  gap: 14px 15px;
}
@media screen and (max-width: 768px) {
  .demographic_box .answers_list {
    gap: 2.6666666667vw;
  }
}
.demographic_box .answers_list > li {
  width: calc((100% - 30px) / 3);
}
@media screen and (max-width: 768px) {
  .demographic_box .answers_list > li {
    border-radius: 4vw;
    width: calc((100% - 2.6666666667vw) / 2);
  }
}
.demographic_box .answers_list > li label {
  padding: 17px 0 13px 70px;
}
@media screen and (max-width: 768px) {
  .demographic_box .answers_list > li label {
    padding: 3.4666666667vw 0 3.2vw 14.6666666667vw;
  }
  .demographic_box .answers_list > li label::before {
    left: 3.7333333333vw;
  }
  .demographic_box .answers_list > li label::after {
    left: 5.8666666667vw;
  }
}
.demographic_box .answers_list > li label .text small {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .demographic_box .answers_list > li label .text small {
    font-size: 3.7333333333vw;
    letter-spacing: 0.04em;
  }
}

#questionPage:not(.q_demographic):not(.page_q1) .transition_area {
  display: none;
}

.q_demographic .transition_area span.layer_01, .q_demographic .transition_area span.layer_02 {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.q_demographic .attention_text {
  display: none;
}
.q_demographic .question_cont {
  display: none;
}
.q_demographic .button_area {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .q_demographic .button_area {
    margin-top: 8vw;
  }
}
.q_demographic .button_area .next:not(:disabled) {
  background-color: #cc1400;
  color: #ffffff;
}
@media screen and (min-width: 769px) {
  .q_demographic .button_area .next:not(:disabled) {
    border-color: #cc1400;
  }
  .q_demographic .button_area .next:not(:disabled):hover {
    background-color: #ffffff;
    color: #cc1400;
  }
}

/*-----------------------------------------------------
  #resultPage 共通
/*-----------------------------------------------------*/
#resultPage {
  position: relative;
  padding: 70px 0 100px;
  border-bottom: 2px solid #fff;
  background: linear-gradient(90deg, #ff8026 0%, #ff8026 25%, #ffbd40 25%, #ffbd40 50%, #40c3c3 50%, #40c3c3 75%, #00677f 75%, #00677f 100%);
}
@media screen and (max-width: 768px) {
  #resultPage {
    padding: 9.3333333333vw 0 13.3333333333vw;
    background: linear-gradient(90deg, #ff8026 0%, #ff8026 33.33%, #ffbd40 33.33%, #ffbd40 66.67%, #40c3c3 66.67%, #40c3c3 100%);
  }
}
#resultPage .transition_area span.layer_01, #resultPage .transition_area span.layer_02 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
#resultPage section[class$=_box] {
  border: 5px solid #ffffff;
  border-radius: 30px;
  position: relative;
  box-shadow: 50px 50px 40px rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 768px) {
  #resultPage section[class$=_box] {
    border: 1.3333333333vw solid #ffffff;
    border-radius: 5.3333333333vw;
    box-shadow: 5.3333333333vw 5.3333333333vw 5.3333333333vw rgba(0, 0, 0, 0.3);
  }
}
#resultPage .result_box {
  margin-bottom: 70px;
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 768px) {
  #resultPage .result_box {
    margin-bottom: 13.3333333333vw;
    transform: translateY(8vw);
  }
}
#resultPage .result_box h1 {
  opacity: 0;
  transform-origin: 50% 100%;
  width: 240px;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%) scale(0.5);
}
@media screen and (max-width: 768px) {
  #resultPage .result_box h1 {
    width: 32.5333333333vw;
    top: -8vw;
  }
}
#resultPage .head_cont {
  opacity: 0;
  transform: translateY(20px);
  text-align: center;
  padding: 60px 0 50px;
}
@media screen and (max-width: 768px) {
  #resultPage .head_cont {
    padding: 9.3333333333vw 0 21.3333333333vw;
    transform: translateY(8vw);
  }
}
#resultPage .head_cont h2 {
  display: inline-block;
  font-size: 26px;
  letter-spacing: 0.04em;
  font-weight: bold;
  position: relative;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #resultPage .head_cont h2 {
    font-size: 5.3333333333vw;
    line-height: 1.2;
  }
}
#resultPage .head_cont h2 .fukidashi {
  display: block;
  width: 318px;
  margin: 5px auto 0;
}
@media screen and (max-width: 768px) {
  #resultPage .head_cont h2 .fukidashi {
    width: 65.0666666667vw;
    margin-top: 1.6vw;
  }
}
#resultPage .head_cont h2 .fukidashi svg {
  width: 100%;
}
#resultPage .product_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  #resultPage .product_wrap {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
}
#resultPage .product_img {
  width: 320px;
  height: 330px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #resultPage .product_img {
    width: 69.3333333333vw;
    height: 71.4666666667vw;
  }
  #resultPage .product_img img {
    height: auto;
  }
}
#resultPage .slider-main {
  order: 1;
  overflow: hidden;
  width: 320px;
  height: 330px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #resultPage .slider-main {
    width: 69.3333333333vw;
    height: 71.4666666667vw;
    margin-bottom: 0;
  }
}
#resultPage .slider-main li {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #resultPage .slider-main li img {
    height: auto;
  }
}
#resultPage .thumbnail_wrap {
  width: 100%;
  order: 3;
}
@media screen and (max-width: 768px) {
  #resultPage .thumbnail_wrap {
    order: 2;
  }
}
#resultPage .slider-thumbnail .swiper-wrapper {
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #resultPage .slider-thumbnail .swiper-wrapper {
    gap: 2.1333333333vw;
  }
}
#resultPage .slider-thumbnail li {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 95px;
  height: 95px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  #resultPage .slider-thumbnail li {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    border-radius: 2.1333333333vw;
  }
  #resultPage .slider-thumbnail li img {
    height: auto;
  }
}
#resultPage .slider-thumbnail li.swiper-slide-thumb-active {
  background-color: rgb(255, 255, 255);
}
#resultPage .product_infoBox {
  width: calc(100% - 383px);
  padding: 70px 20px 0;
  order: 2;
  text-align: left;
}
@media screen and (max-width: 768px) {
  #resultPage .product_infoBox {
    width: 100%;
    padding: 4.2666666667vw 0 0 0;
    order: 3;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #resultPage .product_infoBox .logo {
    width: 64vw;
    margin: 0 auto;
  }
  #resultPage .product_infoBox .logo img {
    width: 100%;
    height: auto;
  }
}
#resultPage .product_infoBox .btn {
  margin-top: 26px;
  position: relative;
  width: 204px;
  height: 50px;
  background-color: #ffffff;
  color: #262626;
  font-size: 18px;
  border-radius: 30px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  #resultPage .product_infoBox .btn {
    margin: 5.3333333333vw auto 0;
    width: 54.4vw;
    height: 13.3333333333vw;
    font-size: 4.8vw;
    border-radius: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #resultPage .product_infoBox .btn {
    border: 2px solid #fff;
  }
  #resultPage .product_infoBox .btn:hover {
    color: #fff;
    background-color: #262626;
  }
}
#resultPage .product_infoBox .btn .text {
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  #resultPage .product_infoBox .btn .text {
    font-feature-settings: "palt";
    padding-right: 2.6666666667vw;
  }
}
#resultPage .product_infoBox .btn .arrow {
  width: 9px;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
}
@media screen and (max-width: 768px) {
  #resultPage .product_infoBox .btn .arrow {
    width: 2.6666666667vw;
    right: 6.4vw;
  }
}
#resultPage .product_infoBox .btn .arrow svg {
  width: 100%;
  height: 100%;
}
#resultPage .product_infoBox .btn .arrow path {
  transition: all 0.3s ease-out;
}
#resultPage .point_cont {
  padding: 37px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #resultPage .point_cont {
    padding: 9.3333333333vw 5.3333333333vw 7.4666666667vw;
  }
}
#resultPage .point_cont h2 {
  opacity: 0;
  transform: scale(0.5);
  width: 190px;
  position: absolute;
  top: -34px;
  left: 30px;
}
@media screen and (max-width: 768px) {
  #resultPage .point_cont h2 {
    width: 50.6666666667vw;
    top: -9.6vw;
    left: 1.0666666667vw;
  }
}
#resultPage .point_cont ul.point_list {
  opacity: 0;
  transform: translateY(20px);
}
@media screen and (max-width: 768px) {
  #resultPage .point_cont ul.point_list {
    transform: translateY(8vw);
  }
}
#resultPage .point_cont ul.point_list li {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 800;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  position: relative;
  padding: 8px 20px 7px 33px;
}
@media screen and (max-width: 768px) {
  #resultPage .point_cont ul.point_list li {
    font-size: 4.2666666667vw;
    line-height: 1.6875;
    padding: 1.3333333333vw 2.6666666667vw 1.6vw 8vw;
  }
}
#resultPage .point_cont ul.point_list li + li {
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
#resultPage .point_cont ul.point_list li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-width: 6px;
  border-style: solid;
  border-radius: 50%;
  position: absolute;
  top: 0.7em;
  left: 0;
}
@media screen and (max-width: 768px) {
  #resultPage .point_cont ul.point_list li::before {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    border-width: 1.6vw;
    top: 2.1333333333vw;
  }
}
#resultPage .point_cont ul.point_list li small {
  display: block;
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.04em;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #resultPage .point_cont ul.point_list li small {
    font-size: 3.2vw;
  }
}
#resultPage .feedback_cont {
  background-color: #fff;
  padding: 30px 0 35px;
  border-radius: 0 0 20px 20px;
}
@media screen and (max-width: 768px) {
  #resultPage .feedback_cont {
    padding: 5.3333333333vw 0 9.3333333333vw;
    border-radius: 0 0 3.2vw 3.2vw;
  }
}
#resultPage .feedback_cont h2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #resultPage .feedback_cont h2 {
    flex-direction: column;
    gap: 1.0666666667vw;
    margin-bottom: 3.7333333333vw;
    text-align: center;
  }
}
#resultPage .feedback_cont h2 span {
  display: block;
}
#resultPage .feedback_cont h2 .icon {
  width: 32px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #resultPage .feedback_cont h2 .icon {
    width: 8.5333333333vw;
  }
}
#resultPage .feedback_cont h2 .ttl {
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #685bc7;
}
@media screen and (max-width: 768px) {
  #resultPage .feedback_cont h2 .ttl {
    font-size: 5.3333333333vw;
    line-height: 1.35;
  }
}
#resultPage .feedback_cont .feedbackBtn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media screen and (max-width: 768px) {
  #resultPage .feedback_cont .feedbackBtn_wrap {
    flex-direction: column;
    gap: 2.6666666667vw;
  }
}
#resultPage .feedback_cont .feedbackBtn_wrap button {
  width: 220px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #685bc7;
  font-size: 16px;
  letter-spacing: 0.04em;
  font-weight: 600;
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
  border-radius: 25px;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  #resultPage .feedback_cont .feedbackBtn_wrap button {
    width: 58.6666666667vw;
    height: 13.3333333333vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0;
    border-radius: 6.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #resultPage .feedback_cont .feedbackBtn_wrap button:hover {
    color: #fff;
    background-color: #685bc7;
  }
}
#resultPage .feedback_cont .feedback_thanks {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
  font-size: 20px;
  color: #685bc7;
  font-weight: bold;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 768px) {
  #resultPage .feedback_cont .feedback_thanks {
    height: 29.3333333333vw;
    padding-top: 5.3333333333vw;
    font-size: 4.2666666667vw;
    letter-spacing: 0;
  }
}
#resultPage .example_box {
  opacity: 0;
  transform: translateY(20px);
  padding: 43px 0 34px;
  margin-bottom: 90px;
}
@media screen and (max-width: 768px) {
  #resultPage .example_box {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-bottom: 13.3333333333vw;
    padding: 11.2vw 0 13.3333333333vw;
    border-radius: 0 !important;
    border-left: none !important;
    border-right: none !important;
    transform: translateY(8vw);
  }
}
#resultPage .example_box h2 {
  opacity: 0;
  transform: scale(0.5);
  width: 170px;
  position: absolute;
  top: -42px;
  left: 30px;
}
@media screen and (min-width: 769px) {
  #resultPage .example_box .example_swiper.type_01 {
    padding: 0 20px;
  }
  #resultPage .example_box .example_swiper ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 6px 18px;
  }
  #resultPage .example_box .example_swiper ul li {
    width: -moz-fit-content;
    width: fit-content;
  }
  #resultPage .example_box .example_swiper ul li:nth-child(n+4) {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #resultPage .example_box .example_swiper {
    position: relative;
    overflow: hidden;
    height: 73.3333333333vw;
  }
  #resultPage .example_box .example_swiper ul {
    height: 100%;
  }
  #resultPage .example_box .example_swiper ul li {
    width: auto !important;
    height: 100%;
  }
  #resultPage .example_box .example_swiper ul li img {
    height: 100%;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
#resultPage .example_box .sp_scrollHint {
  display: none;
}
@media screen and (max-width: 768px) {
  #resultPage .example_box .sp_scrollHint {
    display: flex;
    width: 30.6666666667vw;
    height: 24vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    opacity: 0;
    z-index: 20;
    transition: opacity 0.3s ease;
  }
  #resultPage .example_box .sp_scrollHint img {
    width: 100%;
    height: auto;
  }
  #resultPage .example_box .sp_scrollHint.is-visible {
    opacity: 1;
  }
}
#resultPage .example_box .sp_scroll_text {
  display: none;
}
@media screen and (max-width: 768px) {
  #resultPage .example_box .sp_scroll_text {
    margin-top: 4.5333333333vw;
    font-size: 4vw;
    color: #ffffff;
    text-align: center;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 8vw;
  }
  #resultPage .example_box .sp_scroll_text:before, #resultPage .example_box .sp_scroll_text::after {
    content: "";
    display: block;
    width: 20vw;
    height: 3.2vw;
    background-image: url(/diagnosis/assets/images/result/scroll_arrow_pc.svg);
    background-repeat: no-repeat;
    background-size: 100%;
  }
  #resultPage .example_box .sp_scroll_text::before {
    transform: rotate(180deg);
  }
}
#resultPage .column_box {
  opacity: 0;
  transform: translateY(20px);
  background-color: #fff;
  padding: 35px 25px 60px;
}
@media screen and (max-width: 768px) {
  #resultPage .column_box {
    padding: 8.5333333333vw 5.3333333333vw 9.3333333333vw;
    transform: translateY(8vw);
  }
}
#resultPage .column_head {
  color: #000000;
  text-align: center;
  margin-bottom: 24px;
}
@media screen and (max-width: 768px) {
  #resultPage .column_head {
    margin-bottom: 6.4vw;
  }
}
#resultPage .column_head h2 {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #resultPage .column_head h2 {
    margin-bottom: 4.5333333333vw;
  }
}
#resultPage .column_head h2 .ja {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.04em;
  position: relative;
  padding: 0 16px;
  font-weight: 800;
  font-feature-settings: "palt";
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  #resultPage .column_head h2 .ja {
    font-size: 4.8vw;
    line-height: 1.3333;
    padding: 0 3.7333333333vw;
    margin-bottom: 2.6666666667vw;
  }
}
#resultPage .column_head h2 .ja::before, #resultPage .column_head h2 .ja::after {
  content: "";
  background-color: #000;
  display: block;
  width: 3px;
  height: 22px;
  border-radius: 2px;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  #resultPage .column_head h2 .ja::before, #resultPage .column_head h2 .ja::after {
    width: 0.5333333333vw;
    height: 100%;
    border-radius: 0.5333333333vw;
  }
}
#resultPage .column_head h2 .ja::before {
  left: 0;
  transform: rotate(332deg);
}
#resultPage .column_head h2 .ja::after {
  right: 0;
  transform: rotate(28deg);
}
#resultPage .column_head h2 .en {
  display: block;
  width: 272px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #resultPage .column_head h2 .en {
    width: 58.6666666667vw;
  }
}
#resultPage .column_head p {
  font-size: 15px;
  line-height: 1.466;
  letter-spacing: 0.04em;
  font-weight: 700;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #resultPage .column_head p {
    font-size: 4vw;
  }
}
#resultPage .column_list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  #resultPage .column_list {
    gap: 5.3333333333vw;
  }
}
#resultPage .column_list a {
  transition: opacity 0.3s ease-out;
  overflow: hidden;
  display: flex;
  width: 100%;
  background-color: #685bc7;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  #resultPage .column_list a {
    flex-direction: column;
    border-radius: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #resultPage .column_list a:hover {
    opacity: 0.8;
  }
}
#resultPage .column_list .column_img {
  width: 210px;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  #resultPage .column_list .column_img {
    width: 100%;
    height: 45.3333333333vw;
  }
}
#resultPage .column_list .column_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#resultPage .column_list .text_wrap {
  width: calc(100% - 210px);
  padding: 20px 24px 60px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #resultPage .column_list .text_wrap {
    width: 100%;
    padding: 4vw 5.3333333333vw 5.3333333333vw;
  }
}
#resultPage .column_list .text_wrap p:not(.btn) {
  font-size: 18px;
  line-height: 1.3889;
  letter-spacing: 0.04em;
  font-weight: 800;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #resultPage .column_list .text_wrap p:not(.btn) {
    font-size: 4.2666666667vw;
    line-height: 1.5625;
  }
}
#resultPage .column_list .text_wrap .btn {
  position: absolute;
  bottom: 16px;
  right: 25px;
  width: 130px;
  height: 30px;
  background-color: #ffffff;
  color: #685bc7;
  font-size: 15px;
  border-radius: 15px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #resultPage .column_list .text_wrap .btn {
    margin: 4.5333333333vw auto 0;
    position: relative;
    bottom: initial;
    right: initial;
    width: 34.6666666667vw;
    height: 8vw;
    font-size: 4vw;
    border-radius: 4vw;
  }
}
#resultPage .column_list .text_wrap .btn .text {
  padding-right: 20px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #resultPage .column_list .text_wrap .btn .text {
    padding-right: 1.6vw;
  }
}
#resultPage .column_list .text_wrap .btn .arrow {
  width: 9px;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}
@media screen and (max-width: 768px) {
  #resultPage .column_list .text_wrap .btn .arrow {
    width: 2.6666666667vw;
    right: 4.2666666667vw;
  }
}
#resultPage .column_list .text_wrap .btn .arrow svg {
  width: 100%;
  height: 100%;
}
#resultPage .column_list .text_wrap .btn .arrow path {
  fill: #685bc7;
}
#resultPage .magazine_btn {
  width: 300px;
  height: 48px;
  margin: 20px auto 0;
  background-color: #000000;
  color: #fff;
  font-size: 18px;
  border-radius: 24px;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
}
@media screen and (max-width: 768px) {
  #resultPage .magazine_btn {
    width: 77.3333333333vw;
    height: 13.3333333333vw;
    margin: 8vw auto 0;
    font-size: 4.8vw;
    border-radius: 6.4vw;
  }
}
@media screen and (min-width: 769px) {
  #resultPage .magazine_btn {
    border: 2px solid #000;
  }
  #resultPage .magazine_btn:hover {
    color: #000000;
    background-color: #fff;
  }
}
#resultPage .magazine_btn .text {
  padding-right: 20px;
  line-height: 1.5;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  #resultPage .magazine_btn .text {
    padding-right: 6.4vw;
  }
}
#resultPage .magazine_btn .arrow {
  width: 12px;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
}
@media screen and (max-width: 768px) {
  #resultPage .magazine_btn .arrow {
    width: 3.7333333333vw;
    right: 8vw;
  }
}
#resultPage .magazine_btn .arrow svg {
  width: 100%;
  height: 100%;
}
#resultPage .result_bnr {
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #resultPage .result_bnr {
    margin-top: 21.3333333333vw;
  }
  #resultPage .result_bnr img {
    width: 100%;
    height: auto;
  }
}
#resultPage .result_bnr h3 {
  width: 300px;
  position: absolute;
  top: -30px;
  left: -16px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #resultPage .result_bnr h3 {
    width: 49.0666666667vw;
    top: -9.3333333333vw;
    left: -4.2666666667vw;
  }
}
#resultPage .result_bnr a {
  transition: opacity 0.3s ease-out;
}
@media screen and (min-width: 769px) {
  #resultPage .result_bnr a:hover {
    opacity: 0.8;
  }
}
#resultPage .tryagain_btn {
  transition: background-color 0.3s ease-out, color 0.3s ease-out;
  box-shadow: 50px 50px 40px rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 120px;
  margin: 60px auto 0;
  background-color: #685bc7;
  color: #fff;
  font-size: 32px;
  border-radius: 30px;
  letter-spacing: 0.08em;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #resultPage .tryagain_btn {
    box-shadow: 5.3333333333vw 5.3333333333vw 5.3333333333vw rgba(0, 0, 0, 0.3);
    height: 26.6666666667vw;
    margin-top: 13.3333333333vw;
    font-size: 6.9333333333vw;
    border-radius: 5.3333333333vw;
    gap: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  #resultPage .tryagain_btn {
    border: 2px solid #685bc7;
  }
  #resultPage .tryagain_btn:hover {
    color: #685bc7;
    background-color: #fff;
  }
}
#resultPage .tryagain_btn .text {
  font-feature-settings: "palt";
}
#resultPage .tryagain_btn .arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
#resultPage .tryagain_btn .arrow svg {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 768px) {
  #resultPage .tryagain_btn .arrow svg {
    width: 8vw;
  }
}

/*-----------------------------------------------------
  Pal（swiperあり）
/*-----------------------------------------------------*/
.result_pal .result_box, .result_pal .example_box {
  background-color: #40c3c3;
}
@media screen and (max-width: 768px) {
  .result_pal .slider-main li img {
    width: 45.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .result_pal .slider-thumbnail li img {
    width: 8vw;
  }
}
@media screen and (max-width: 768px) {
  .result_pal .product_infoBox .logo {
    width: 44.8vw !important;
  }
}
.result_pal .point_cont {
  color: #685bc7;
  background-color: #ffd940;
}
.result_pal .point_cont ul.point_list li + li {
  background-image: repeating-linear-gradient(90deg, #685bc7, #685bc7 1px, transparent 1px, transparent 3px);
}

/*-----------------------------------------------------
  mini12（swiperあり）
/*-----------------------------------------------------*/
.result_mini12 .result_box, .result_mini12 .example_box {
  background-color: #c85d85;
}
@media screen and (max-width: 768px) {
  .result_mini12 .slider-main li img {
    width: 45.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .result_mini12 .slider-thumbnail li img {
    width: 8vw;
  }
}
.result_mini12 .point_cont {
  color: #830065;
  background-color: #c0f2ea;
}
.result_mini12 .point_cont ul.point_list li + li {
  background-image: repeating-linear-gradient(90deg, #830065, #830065 1px, transparent 1px, transparent 3px);
}

/*-----------------------------------------------------
  mini41（swiperなし）
/*-----------------------------------------------------*/
.result_mini41 .result_box, .result_mini41 .example_box {
  background-color: #ff8026;
}
@media screen and (max-width: 768px) {
  .result_mini41 .product_img img {
    width: 49.0666666667vw;
  }
}
.result_mini41 .point_cont {
  color: #6d1414;
  background-color: #d9ffff;
}
.result_mini41 .point_cont ul.point_list li + li {
  background-image: repeating-linear-gradient(90deg, #6d1414, #6d1414 1px, transparent 1px, transparent 3px);
}

/*-----------------------------------------------------
  mini99（swiperなし）
/*-----------------------------------------------------*/
.result_mini99 .result_box, .result_mini99 .example_box {
  background-color: #262626;
}
@media screen and (max-width: 768px) {
  .result_mini99 .product_img img {
    width: 51.4666666667vw;
  }
}
.result_mini99 .point_cont {
  color: #262626;
  background-color: #d9ffff;
}
.result_mini99 .point_cont ul.point_list li + li {
  background-image: repeating-linear-gradient(90deg, #262626, #262626 1px, transparent 1px, transparent 3px);
}

/*-----------------------------------------------------
  sq1（swiperあり）
/*-----------------------------------------------------*/
.result_sq1 .result_box, .result_sq1 .example_box {
  background-color: #001e62;
}
@media screen and (max-width: 768px) {
  .result_sq1 .slider-main li img {
    width: 60.8vw;
  }
}
@media screen and (max-width: 768px) {
  .result_sq1 .slider-thumbnail li img {
    width: 11.7333333333vw;
  }
}
.result_sq1 .point_cont {
  color: #ffffff;
  background-color: #ff8026;
}
.result_sq1 .point_cont ul.point_list li + li {
  background-image: repeating-linear-gradient(90deg, #ffffff, #ffffff 1px, transparent 1px, transparent 3px);
}

/*-----------------------------------------------------
  sq40（swiperなし）
/*-----------------------------------------------------*/
.result_sq40 .result_box, .result_sq40 .example_box {
  background-color: #262626;
}
@media screen and (max-width: 768px) {
  .result_sq40 .product_img img {
    width: 60.2666666667vw;
  }
}
.result_sq40 .point_cont {
  color: #ff4d33;
  background-color: #262626;
}
.result_sq40 .point_cont ul.point_list li + li {
  background-image: repeating-linear-gradient(90deg, #ff4d33, #ff4d33 1px, transparent 1px, transparent 3px);
}

/*-----------------------------------------------------
  wide400（swiperなし）
/*-----------------------------------------------------*/
.result_wide400 .result_box, .result_wide400 .example_box {
  background-color: #41887e;
}
@media screen and (max-width: 768px) {
  .result_wide400 .product_img img {
    width: 69.3333333333vw;
  }
}
.result_wide400 .point_cont {
  color: #d9ffff;
  background-color: #41887e;
}
.result_wide400 .point_cont ul.point_list li + li {
  background-image: repeating-linear-gradient(90deg, #d9ffff, #d9ffff 1px, transparent 1px, transparent 3px);
}

/*-----------------------------------------------------
  minievo（swiperあり）
/*-----------------------------------------------------*/
.result_minievo .result_box, .result_minievo .example_box {
  background-color: #262626;
}
@media screen and (max-width: 768px) {
  .result_minievo .slider-main li img {
    width: 42.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .result_minievo .slider-thumbnail li img {
    width: 8.5333333333vw;
  }
}
.result_minievo .point_cont {
  color: #40c3c3;
  background-color: #262626;
}
.result_minievo .point_cont ul.point_list li + li {
  background-image: repeating-linear-gradient(90deg, #40c3c3, #40c3c3 1px, transparent 1px, transparent 3px);
}

/*-----------------------------------------------------
  miniliplay（swiperあり）
/*-----------------------------------------------------*/
.result_miniliplay .result_box, .result_miniliplay .example_box {
  background-color: #999999;
}
@media screen and (max-width: 768px) {
  .result_miniliplay .slider-main li img {
    width: 41.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .result_miniliplay .slider-thumbnail li img {
    width: 8vw;
  }
}
.result_miniliplay .point_cont {
  color: #262626;
  background-color: #c0f2ea;
}
.result_miniliplay .point_cont ul.point_list li + li {
  background-image: repeating-linear-gradient(90deg, #262626, #262626 1px, transparent 1px, transparent 3px);
}

/*-----------------------------------------------------
  miniliplayPlus（swiperあり）
/*-----------------------------------------------------*/
.result_miniliplayPlus .result_box, .result_miniliplayPlus .example_box {
  background-color: #6c1d45;
}
@media screen and (max-width: 768px) {
  .result_miniliplayPlus .slider-main li img {
    width: 40.5333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .result_miniliplayPlus .slider-thumbnail li img {
    width: 8vw;
  }
}
.result_miniliplayPlus .point_cont {
  color: #d9ffff;
  background-color: #6c1d45;
}
.result_miniliplayPlus .point_cont ul.point_list li + li {
  background-image: repeating-linear-gradient(90deg, #d9ffff, #d9ffff 1px, transparent 1px, transparent 3px);
}

/*-----------------------------------------------------
  wideevo（swiperなし）
/*-----------------------------------------------------*/
.result_wideevo .result_box, .result_wideevo .example_box {
  background-color: #262626;
}
@media screen and (max-width: 768px) {
  .result_wideevo .product_img img {
    width: 60.2666666667vw;
  }
}
.result_wideevo .point_cont {
  color: #c0f2ea;
  background-color: #41887e;
}
.result_wideevo .point_cont ul.point_list li + li {
  background-image: repeating-linear-gradient(90deg, #c0f2ea, #c0f2ea 1px, transparent 1px, transparent 3px);
}

/*-----------------------------------------------------
  minilink3（swiperあり）
/*-----------------------------------------------------*/
.result_minilink3 .result_box, .result_minilink3 .example_box {
  background-color: #ffd940;
}
.result_minilink3 .head_cont h2 {
  color: #00677f;
}
.result_minilink3 .head_cont .h2_cls_01 {
  stroke: #00677f;
}
@media screen and (max-width: 768px) {
  .result_minilink3 .slider-main li img {
    width: 36.8vw;
  }
}
@media screen and (max-width: 768px) {
  .result_minilink3 .slider-thumbnail li img {
    width: 7.4666666667vw;
  }
}
.result_minilink3 .point_cont {
  color: #00677f;
  background-color: #ff8026;
}
.result_minilink3 .point_cont ul.point_list li + li {
  background-image: repeating-linear-gradient(90deg, #00677f, #00677f 1px, transparent 1px, transparent 3px);
}

/*-----------------------------------------------------
  squarelink（swiperあり）
/*-----------------------------------------------------*/
.result_squarelink .result_box, .result_squarelink .example_box {
  background-color: #f266bf;
}
@media screen and (max-width: 768px) {
  .result_squarelink .slider-main li img {
    width: 45.3333333333vw;
  }
}
@media screen and (max-width: 768px) {
  .result_squarelink .slider-thumbnail li img {
    width: 9.0666666667vw;
  }
}
.result_squarelink .point_cont {
  color: #00677f;
  background-color: #ffd940;
}
.result_squarelink .point_cont ul.point_list li + li {
  background-image: repeating-linear-gradient(90deg, #00677f, #00677f 1px, transparent 1px, transparent 3px);
}

/*-----------------------------------------------------
  linkwide（swiperあり）
/*-----------------------------------------------------*/
.result_linkwide .result_box, .result_linkwide .example_box {
  background-color: #00677f;
}
@media screen and (max-width: 768px) {
  .result_linkwide .slider-main li img {
    width: 57.0666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .result_linkwide .slider-thumbnail li img {
    width: 10.6666666667vw;
  }
}
.result_linkwide .point_cont {
  color: #6c1d45;
  background-color: #ff8026;
}
.result_linkwide .point_cont ul.point_list li + li {
  background-image: repeating-linear-gradient(90deg, #6c1d45, #6c1d45 1px, transparent 1px, transparent 3px);
}

/*-----------------------------------------------------
  minilinkPlus（swiperなし）
/*-----------------------------------------------------*/
.result_minilinkPlus .result_box, .result_minilinkPlus .example_box {
  background-color: #d9ffff;
}
.result_minilinkPlus .head_cont h2 {
  color: #002e23;
}
.result_minilinkPlus .head_cont .h2_cls_01 {
  stroke: #002e23;
}
@media screen and (max-width: 768px) {
  .result_minilinkPlus .product_img img {
    width: 36.8vw;
  }
}
.result_minilinkPlus .point_cont {
  color: #ff4d33;
  background-color: #002e23;
}
.result_minilinkPlus .point_cont ul.point_list li + li {
  background-image: repeating-linear-gradient(90deg, #ff4d33, #ff4d33 1px, transparent 1px, transparent 3px);
}

/*-----------------------------------------------------
  minievocinema（swiperなし）
/*-----------------------------------------------------*/
.result_minievocinema .result_box, .result_minievocinema .example_box {
  background-color: #262626;
}
@media screen and (max-width: 768px) {
  .result_minievocinema .product_img img {
    width: 43.7333333333vw;
  }
}
.result_minievocinema .point_cont {
  color: #ff8026;
  background-color: #d9ffff;
}
.result_minievocinema .point_cont ul.point_list li + li {
  background-image: repeating-linear-gradient(90deg, #ff8026, #ff8026 1px, transparent 1px, transparent 3px);
}