@charset "utf-8";
:root {
  --color-base-bg: #ece8e6;
}
.l-main {
  min-height: 100dvh;
}
/* 背景色 */
.l-main.is-diagnosis {
  background-color: #ece8e6;
}
.c-sp_wrapper {
  /* padding-block: 50px; */
  background-color: #ece8e6;
  height: 100dvh;
  width: 100dvw;
  display: flex;
  justify-content: center;
  overflow-y: scroll;
  .is-shindan01 & {
    background-color: #ca582a;
  }
  .is-shindan02 & {
    background-color: #108bc8;
  }
  .is-shindan03 & {
    background-color: #c81f03;
  }
  .is-shindan04 & {
    background-color: #166859;
  }
  .is-shindan05 & {
    background-color: #974100;
  }
  .is-shindan06 & {
    background-color: #11a382;
  }
  .is-shindan07 & {
    background-color: #e57f19;
  }
  .is-shindan08 & {
    background-color: #805b9f;
  }
  .is-shindan09 & {
    background-color: #6b9958;
  }
  .is-shindan10 & {
    background-color: #4c8cad;
  }
}

.c-sp_inner {
  position: relative;
  z-index: 1;
  margin-block: auto;
  /* max-inline-size: 375px; */
  inline-size: 375px;
  aspect-ratio: 375 / 720;
  height: 100%;
  /* height: calc(100dvh - 100px); */
  max-block-size: 720px;
  /* height: 720px; */
  background-color: #a72813;
  border-radius: 20px;
  overflow-y: scroll;
  padding-block-end: 30px;
  color: #fff;

  .is-shindan01 & {
    background-color: #af4b22;
    padding-block-end: 0;
  }
  .is-shindan02 & {
    background-color: #0083c5;
    padding-block-end: 0;
  }
  .is-shindan03 & {
    background-color: #a72813;
    padding-block-end: 0;
  }
  .is-shindan04 & {
    background-color: #005243;
    padding-block-end: 0;
  }
  .is-shindan05 & {
    background-color: #753300;
    padding-block-end: 0;
  }
  .is-shindan06 & {
    background-color: #0d886c;
    padding-block-end: 0;
  }
  .is-shindan07 & {
    background-color: #e57300;
    padding-block-end: 0;
  }
  .is-shindan08 & {
    background-color: #6c4d86;
    padding-block-end: 0;
  }
  .is-shindan09 & {
    background-color: #5e864d;
    padding-block-end: 0;
  }
  .is-shindan10 & {
    background-color: #2c789f;
    padding-block-end: 0;
  }
}

.c-sp_inner {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.c-sp_inner::-webkit-scrollbar {
  display: none;
}
.c-sp_logo {
  max-inline-size: 213px;
  inline-size: 100%;
  margin: auto;
}
.c-sp_copy {
  max-inline-size: 252px;
  inline-size: 100%;
  margin: auto;
}
.p-index_kumo {
  position: relative;
  z-index: 1;
  aspect-ratio: 375 / 423;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 38px;
}
.p-index_kumo-image {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 101%;
  height: 100%;
  img {
    width: 100%;
  }
}
.p-index_kumo-note {
  font-size: 12px;
  color: #fff;
  display: grid;
  gap: 5px;
}
.p-index_kumo-note span {
  display: block;
  margin-inline: auto;
  background-color: #000;
  width: fit-content;
  padding: 0.2em 0.7em;
}
.p-index_testkun {
  margin-block-start: 20px;
  max-inline-size: 307px;
  inline-size: 100%;
  margin-inline: auto;
}
.p-index_testkun + .p-index_bottom {
  margin-block-start: 28px;
}
.p-index_bottom {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.c-button {
  appearance: none;
  inline-size: 280px;
  margin-inline: auto;
  height: 40px;
  border-radius: calc(infinity * 1px);
  background-color: #f3f0ef;
  color: #a72813;
  font-size: 12px;
  transition: all 0.3s ease;
  color: #000;
  display: grid;
  place-content: center;
  text-decoration: none;
}
.c-button:visited {
  color: #a72813;
}
.c-button.is-sm {
  inline-size: 224px;
}
.c-button.is-red {
  background-color: #a72813;
  color: #fff;
}
.c-button:hover,
.c-button.is-red.is-active {
  background-color: #000;
  color: #fff;
  text-decoration: none;
	opacity:1!important;
}
.c-back-link {
  font-size: 10px;
  color: #fff;
  text-decoration: underline;
  width: fit-content;
  margin-inline: auto;
}
.c-back-link.is-question {
  position: absolute;
  bottom: 30px;
  left: 50%;
  translate: -50% 0;
}
@media screen and (max-width: 767px) {
  .c-sp_copy,
  .c-sp_logo {
    display: none;
  }
  .c-sp_wrapper {
    padding-block: 0;
  }
  .c-sp_inner {
    height: 100dvh;
    border-radius: 0;
    max-block-size: none;
    aspect-ratio: auto;
  }
  .p-index_bottom {
    margin-block-start: 14px;
  }
}
.p-index_question-bg {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 100%;
  height: 100%;
/*   padding: 20px; */
  img {
    width: 100%;
    height: 100%;
  }
}
.p-index_question-en {
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.p-index_question-note {
  margin-block-start: 10px;
  font-size: 25px;
  font-weight: 600;
  line-height: 1.5 !important;
  color: #000;
  text-align: center;
}
.p-index_question-inner {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.p-index_question-image {
  position: relative;
  z-index: -1;
}
.p-index_question-image.is-i01 {
  margin-block-start: -30px;
}
.p-index_question-image.is-i02 {
  margin-block: -50px -50px;
}
.c-button-back {
  margin-block-start: 30px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #000;
  .is-arrow {
    width: 10px;
    display: flex;
  }
}
.c-shindan_value {
  margin-block-start: 100px;
  padding-inline: 22px;
}
/* .c-shindan {
  .c-note {
    text-align: left;
  }
} */
.c-note {
  &.is-sm {
    font-size: 14px;
  }
  &.is-xs {
    font-size: 12px;
  }
  small {
    font-size: 10px;
  }
  &.is-gray {
    color: #858585;
  }
}
.c-shindan_value-image {
  margin-block: 30px 20px;
}
.u-center {
  text-align: center;
}
.c-button-fill-wrapper {
  display: grid;
  gap: 10px;
  margin-block: 50px;
}
.c-button-fill {
  width: 220px;
  height: 44px;
  border: 1px solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-inline: 20px;
  font-size: 12px;
  margin-inline: auto;
  transition: all 0.2s ease;
  svg {
    stroke: #fff;
    display: flex;
  }
  position: relative;
  z-index: 1;
  &::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f3f0ef;
    scale: 0 1;
    transition: all 0.2s ease;
    transform-origin: left;
  }
}
.c-button-fill:hover {
  opacity: 1;
  text-decoration: none;
  .is-shindan01 & {
    color: #af4b22;
  }
  .is-shindan02 & {
    color: #0083c5;
  }
  .is-shindan03 & {
    color: #a72813;
  }
  .is-shindan04 & {
    color: #005243;
  }
  .is-shindan05 & {
    color: #753300;
  }
  .is-shindan06 & {
    color: #0d886c;
  }
  .is-shindan07 & {
    color: #e57300;
  }
  .is-shindan08 & {
    color: #6c4d86;
  }
  .is-shindan09 & {
    color: #5e864d;
  }
  .is-shindan10 & {
    color: #2c789f;
  }
  svg {
    .is-shindan01 & {
      stroke: #af4b22;
    }
    .is-shindan02 & {
      stroke: #0083c5;
    }
    .is-shindan03 & {
      stroke: #a72813;
    }
    .is-shindan04 & {
      stroke: #005243;
    }
    .is-shindan05 & {
      stroke: #753300;
    }
    .is-shindan06 & {
      stroke: #0d886c;
    }
    .is-shindan07 & {
      stroke: #e57300;
    }
    .is-shindan08 & {
      stroke: #6c4d86;
    }
    .is-shindan09 & {
      stroke: #5e864d;
    }
    .is-shindan10 & {
      stroke: #2c789f;
    }
  }
  &::before {
    scale: 1 1;
  }
}
.c-shindan_bar {
  display: block;
  margin-block-start: 50px;
}
.c-shindan_shop {
  padding-block: 50px;
  background-color: #f3f0ef;
  color: #000;
  padding-inline: 22px;
}
/* .c-shindan_shop .c-note.is-xs {
  text-align: left;
} */
.c-shindan_shop-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-block-start: 30px;
}
.c-shindan_shop-image {
  margin-block-end: 20px;
}
.u-mt10 {
  margin-block-start: 10px;
}
.c-shindan_shop-label {
  margin-block-start: 10px;
  font-size: 10px;
  background-color: #f3f0ef;
  background-color: #a72813;
  border-radius: calc(infinity * 1px);
  width: fit-content;
  color: #fff;
  padding: 0.5em 1em;
}

header,
footer {
  display: none;
}
body:not(:has(.is-shindan)) .c-sp_wrapper header,
body:not(:has(.is-shindan)) .c-sp_wrapper footer {
  display: block;
}
.c-loading {
  position: fixed;
  inset: 0;
  z-index: 100;
  background-color: #a72813;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.5s ease,
    visibility 0.5s ease;
}
.c-loading_text {
  font-size: 25px;
  text-align: center;
  color: #fff;
}
.c-loading_image {
  max-width: 140px;
  width: 100%;
  margin-inline: auto;
}
.c-loading.is-hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.c-shindan_kv {
  position: relative;
  margin-block-start: -180px;
}
.c-shindan_kv-scroll {
  position: absolute;
  left: 50%;
  bottom: 90px;
  translate: -50% 0;
  display: flex;
  gap: 5px;
  align-items: baseline;
}
.c-shindan_kv-scroll .is-scroll {
  .is-shindan01 & {
    fill: #af4b22;
  }
  .is-shindan02 & {
    fill: #0083c5;
  }
  .is-shindan03 & {
    fill: #a72813;
  }
  .is-shindan04 & {
    fill: #005243;
  }
  .is-shindan05 & {
    fill: #753300;
  }
  .is-shindan06 & {
    fill: #0d886c;
  }
  .is-shindan07 & {
    fill: #e57300;
  }
  .is-shindan08 & {
    fill: #6c4d86;
  }
  .is-shindan09 & {
    fill: #5e864d;
  }
  .is-shindan10 & {
    fill: #2c789f;
  }
}
.c-shindan_kv-scroll .is-arrow svg {
  animation: scroll 3s infinite;
  .is-shindan01 & {
    stroke: #af4b22;
  }
  .is-shindan02 & {
    stroke: #0083c5;
  }
  .is-shindan03 & {
    stroke: #a72813;
  }
  .is-shindan04 & {
    stroke: #005243;
  }
  .is-shindan05 & {
    stroke: #753300;
  }
  .is-shindan06 & {
    stroke: #0d886c;
  }
  .is-shindan07 & {
    stroke: #e57300;
  }
  .is-shindan08 & {
    stroke: #6c4d86;
  }
  .is-shindan09 & {
    stroke: #5e864d;
  }
  .is-shindan10 & {
    stroke: #2c789f;
  }
}

@keyframes scroll {
  0% {
    translate: 0 0;
  }
  5% {
    translate: 0 6px;
  }
  10% {
    translate: 0 0;
  }
  15% {
    translate: 0 3px;
  }
  20% {
    translate: 0 0;
  }
  100% {
    translate: 0 0;
  }
}
.postid-61 .c-button-back {
  display: none;
}
header.new-header .header-container {
  padding: 15px 22px;
  position: relative;
}

header.new-header .header-container .logo img {
  width: 73px;
}

header.new-header .header-container .nav-group .r-links a img {
  height: 20px;
}

header.new-header .header-container .nav-group .links {
  display: none;
}

header.new-header .header-container .nav-group .r-links {
  gap: 10px;
}

header.new-header .hamburger {
  display: flex;
}

header.new-header .ham-content {
  max-width: 100%;
  padding-block-end: 100px;
}

header.new-header .ham-content {
  max-width: 100%;
}
footer.new-footer .footer-container {
  flex-direction: column;
  gap: 30px;
  width: fit-content;
  margin: auto;
  margin-bottom: 50px;
}
footer.new-footer {
  padding-block: 30px 10px;
  padding-inline: 22px;
}

footer.new-footer .footer-container .footer-content {
  width: 100%;
  flex-direction: column;
  gap: 30px;
}

footer.new-footer .footer-container .footer-nav .sns-group {
	width: fit-content;
	margin-right: auto;
}

footer.new-footer .footer-container .footer-nav {
	align-items: flex-end;
	width: fit-content;
	margin-left: auto;
}

footer.new-footer .footer-container .f-logo img {
  width: 100%;
  max-width: 357px;
}
.header.new-header .ham-content {
  position: absolute;
}
header.new-header .ham-overlay.active {
  display: none;
}
header.new-header {
  translate: 0 -100%;
  transition: all 0.3s ease;
}
header.new-header.is-show {
  translate: 0 0;
}
header.new-header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
@media (min-width: 500px) and (max-height: 720px) {
  .p-index_kumo-title {
    width: 200px;
  }
  .p-index_testkun {
    width: 200px;
  }
}
@media (max-width: 767px) {
  header.new-header .ham-content {
    padding-block-end: 0;
  }
}
.u-left {
  text-align: left;
}
header.new-header .top-bar {
  color: #000;
  background-color: #ded8d4;
}

footer.new-footer .copyright p{
	color:#000;
}

footer.new-footer .footer-container .newsletter .newsletter-submit {
    text-align: center;
}