@charset "UTF-8";
/* Scss Document */
/* CSS Document */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/Roboto-Medium.woff2") format("woff2"), url("../font/Roboto-Medium.woff") format("woff");
}
@font-face {
  font-family: "ZenKakuGothicNew";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/ZenKakuGothicNew-Regular.woff2") format("woff2"), url("../font/ZenKakuGothicNew-Regular.woff") format("woff");
}
@font-face {
  font-family: "ZenKakuGothicNew";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/ZenKakuGothicNew-Bold.woff2") format("woff2"), url("../font/ZenKakuGothicNew-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/NotoSansJP-Regular.woff2") format("woff2"), url("../font/NotoSansJP-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("../font/NotoSansJP-Bold.woff2") format("woff2"), url("../font/NotoSansJP-Bold.woff") format("woff");
}
/*------------------------------mixin フォント------------------------------*/
/*------------------------------mixin bg------------------------------*/
/*------------------------------mixin flex------------------------------*/
/*------------------------------基本設定------------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 2.5641025641vw;
}
@media only screen and (min-width: 700px) {
  html {
    font-size: 100%;
  }
}

img, source {
  width: 100%;
  height: auto;
}

.wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  margin: 0 auto;
  max-width: 700px;
  width: 100%;
  overflow: hidden;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #3c3c3c;
  font-size: 1.6rem;
}

main {
  flex: 1;
  width: 100vw;
}

.pc-only {
  display: none;
}
@media only screen and (min-width: 700px) {
  .pc-only {
    display: block;
  }
}

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

section {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

picture {
  display: block;
}

.bold {
  font-weight: 700;
}

.font-en {
  font-family: "Roboto", sans-selif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0em;
}

.body_text {
  line-height: 1.8;
  font-size: 1.4rem;
  text-align: justify;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.pink-2 {
  color: #e3797b;
  font-weight: bold;
}

.orange {
  color: #fc8608;
}

.yellow {
  color: #f7e083;
  font-weight: bold;
}

.green {
  color: #1C9230;
}

.bg-pink-2 {
  background: #e3797b;
}

.bg-yellow {
  background: linear-gradient(to bottom, transparent 70%, #ffec9f 70%);
}

.section-title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #663E2A;
}
.section-title .sub {
  font-size: 1.8rem;
}
.section-title .small {
  font-size: 2.6rem;
}
.section-title .font-en {
  font-size: 3.8rem;
}

.cv-btn {
  display: block;
  width: 100%;
  height: 6.5rem;
  border-radius: 0.5rem;
  background: #1C9230;
  box-shadow: 0 0.5rem 0 #146021;
  text-align: center;
  padding-top: 1.4rem;
  line-height: 1.2;
  position: relative;
  font-weight: bold;
  color: #fff;
  overflow: hidden;
  transition: 1000ms;
}
.cv-btn .small {
  font-size: 1.4rem;
}
.cv-btn::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #37A754;
  transition: 300ms;
  animation: shiny 4s ease-in-out infinite;
}
.cv-btn::after {
  content: "";
  background: url(../img/btn-deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 4.2rem;
  height: 3rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.cv-btn p {
  position: relative;
}
.cv-btn p::before {
  content: "";
  background: url(../img/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.cv-btn.cv-yellow {
  background: #f7e083;
  box-shadow: 0 0.5rem 0 #eccb4b;
  color: #3c3c3c;
}
.cv-btn.cv-yellow::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #FFECA4;
  transition: 300ms;
  animation: shiny 4s ease-in-out infinite;
}
.cv-btn.cv-yellow::after {
  background: url(../img/btn-deco-yellow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.cv-btn.cv-yellow p::before {
  background: url(../img/arrow-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.cv-btn.cv-orange {
  background: #fc8608;
  box-shadow: 0 0.5rem 0 #de7e17;
}
.cv-btn.cv-orange .yellow {
  color: #ffeca0;
}
.cv-btn.cv-orange::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #FFAF5A;
  transition: 300ms;
  animation: shiny 4s ease-in-out infinite;
}
.cv-btn.cv-orange::after {
  background: url(../img/btn-deco-orange.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

/*--------------------- FV/fv start -----------------------*/
.fv {
  position: relative;
}
.fv::before {
  content: "PR";
  font-size: 1.2rem;
  position: absolute;
  right: 2rem;
  top: 2rem;
  padding: 0 0.5rem;
  line-height: 2rem;
  border: solid 1px #3c3c3c;
}
.fv--btn {
  position: absolute;
  padding: 0;
  left: 50%;
  width: 33rem;
  height: 5rem;
  line-height: 5rem;
  top: 61rem;
  transform: translateX(-50%);
}
@media only screen and (min-width: 700px) {
  .fv--btn {
    top: 68rem;
  }
}

/*--------------------- FV/fv end -----------------------*/
/*--------------------- 監修者/supervisor start -----------------------*/
.supervisor {
  background: #FAFAF9;
  padding: 4rem 3rem;
}
.supervisor--ttl {
  font-size: 2.2rem;
  color: #97634A;
  text-align: center;
  font-weight: bold;
}
.supervisor--content {
  margin-top: 2rem;
  color: #97634A;
  background: #fff;
  border: #FFD5D6 solid 0.3rem;
  padding: 2.5rem;
  position: relative;
  border-radius: 1.1rem;
}
.supervisor--content::before {
  content: "";
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border: #FFD5D6 solid 0.05rem;
  border-radius: 0.8rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.supervisor--content--top {
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  margin-top: 2rem;
  font-weight: bold;
}
.supervisor--content--top::before, .supervisor--content--top::after {
  content: "";
  display: block;
  background: #97634A;
  width: 4.1rem;
  height: 0.1rem;
  position: absolute;
  top: 50%;
}
.supervisor--content--top::before {
  left: 0;
}
.supervisor--content--top::after {
  right: 0;
}
.supervisor--content .txt {
  margin-top: 1rem;
  font-size: 1.2rem;
}

/*--------------------- 監修者/supervisor end -----------------------*/
/*--------------------- 導入/intro start -----------------------*/
.intro {
  background: url(../img/attention-all-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.intro::before {
  content: "";
  background: url(../img/foot_brown.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10rem;
  height: 11rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.intro::after {
  content: "";
  background: url(../img/foot_brown.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 10rem;
  height: 11rem;
  position: absolute;
  left: 0;
  bottom: 3rem;
  z-index: -1;
}
.intro--top {
  background: url(../img/intro.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 2.5rem;
  height: 20.3rem;
  position: relative;
}
.intro--top::before {
  content: "";
  background: url(../img/intro-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 4.75rem;
  height: 1.75rem;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 2;
}
.intro--top--txt {
  color: #214600;
  font-weight: bold;
  text-align: center;
  font-size: 1.8rem;
  text-shadow: 0.1rem 0.1rem 0.5rem white;
}
.intro--top--txt .orange {
  font-size: 2.5rem;
}
.intro--middle {
  background: url(../img/intro-2-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 2.2rem 3rem 5.2rem;
}
.intro--middle--txt {
  font-size: 1.8rem;
  color: #663E2A;
  text-align: center;
  font-weight: bold;
}
.intro--middle--list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.intro--middle--list--item {
  background: #663E2A;
  width: 16rem;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.4rem;
  padding-left: 3.8rem;
  color: #fff;
  font-weight: bold;
  position: relative;
}
.intro--middle--list--item::before {
  content: "";
  background: url(../img/check.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2.2rem;
  height: 2.2rem;
  position: absolute;
  top: 50%;
  left: 0.5rem;
  transform: translateY(-50%);
}
.intro--middle--list--item.width-100 {
  width: 33rem;
}
.intro--bottom {
  background: #3c3c3c;
  padding: 0rem 3rem 3rem;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.intro--bottom .illust {
  width: 22.4rem;
}
.intro--bottom--txt {
  margin-top: 1rem;
  color: #fff;
}
.intro--bottom::before {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  margin-left: -1.5rem;
  border: 1.5rem solid transparent;
  border-top: 1.5rem solid #3c3c3c;
}
.intro--bottom .ears {
  width: 7.9rem;
  height: 4.6rem;
  position: absolute;
  right: 2.5rem;
  top: -3.4rem;
}
.intro--bottom .bbl {
  display: inline-block;
  font-size: 1.4rem;
  text-align: center;
  width: 5.5rem;
  height: 5.5rem;
  line-height: 5.5rem;
  border-radius: 9999px;
  position: relative;
  background: #fff;
  border: #3c3c3c solid 0.2rem;
  margin: 0 auto;
  font-weight: bold;
  margin-top: -2.5rem;
  margin-bottom: 0.5rem;
}
.intro--bottom .woman {
  width: 10rem;
  margin: 0 auto;
  margin-top: 2rem;
  position: absolute;
  bottom: -5rem;
  right: -1.5rem;
  z-index: 9;
}

/*--------------------- 導入/intro end -----------------------*/
/*--------------------- 危険性 attention start -----------------------*/
.attention {
  background: #E8E8E8;
  padding: 4rem 3rem 16rem;
}
.attention .splide__slide {
  background: #fff;
  padding: 0 2rem 2rem;
  border-radius: 1rem;
  margin-top: 1.5rem;
}
.attention .splide__slide .point_label {
  text-align: center;
}
.attention .splide__slide .point_label p {
  display: inline-block;
  background: #97634A;
  color: #fff;
  padding: 0.5rem 3rem;
  font-size: 1.4rem;
  margin-bottom: 1.5rem;
}
.attention .splide__slide h3 {
  font-size: 2.4rem;
  color: #e3797b;
  font-weight: bold;
  text-align: center;
}
.attention .splide__slide picture {
  margin-top: 1.5rem;
}
.attention .splide__slide .body_text {
  margin-top: 1.5rem;
}
.attention .splide__slide .list {
  padding-left: 2rem;
  margin-top: 1.5rem;
}
.attention .splide__slide .list li {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  position: relative;
  line-height: 1.5;
}
.attention .splide__slide .list li .mark {
  font-size: 60%;
  vertical-align: super;
}
.attention .splide__slide .list li::before {
  content: "";
  background: url(../img/check-pink.svg) repeat-y center/cover;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: -2rem;
  top: 0.2rem;
}
.attention .splide__slide .note {
  margin-top: 1em;
  font-size: 1.2rem;
}
.attention .splide__arrow {
  width: 1.6em;
  height: 1.6em;
}
.attention .splide__arrow svg {
  width: 1em;
  height: 1em;
}
.attention .splide__arrow--prev {
  left: -0.8em !important;
}
.attention .splide__arrow--next {
  right: -0.8em !important;
}

/*--------------------- 危険性 attention end -----------------------*/
/*--------------------- 厳選した5つをご紹介/carefully-selected start -----------------------*/
.carefully-selected {
  margin-top: -12rem;
  position: relative;
  z-index: 2;
  text-align: center;
}
.carefully-selected .bubble {
  background: #e3797b;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  line-height: 1.3;
  display: inline-block;
  border-radius: 0.8rem;
  padding: 1.5rem 2rem;
  position: relative;
}
.carefully-selected .bubble::before {
  content: "";
  position: absolute;
  top: 98%;
  left: 50%;
  margin-left: -1rem;
  border: 1rem solid transparent;
  border-top: 1rem solid #e3797b;
}
.carefully-selected .dogfood-list {
  margin-top: -2rem;
}
.carefully-selected .body_text {
  margin: 2rem 3rem 0;
}
.carefully-selected .arrow_gray {
  width: 4rem;
  margin: 1rem auto;
}
.carefully-selected .center_txt {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
}
.carefully-selected .center_txt .pink-2 {
  font-size: 2.4rem;
}

/*--------------------- 厳選した5つをご紹介/carefully-selected end -----------------------*/
/*--------------------- ランキング表/table start -----------------------*/
.table {
  padding: 6rem 0rem 4rem;
  position: relative;
}
.table--ttl {
  text-align: center;
  font-weight: bold;
}
.table--ttl .sub {
  color: #fff;
  background: #97634A;
  width: 25rem;
  height: 4.5rem;
  line-height: 4.5rem;
  border-radius: 99px;
  position: relative;
  text-align: center;
  line-height: 4.7rem;
  margin: 0 auto;
}
.table--ttl .sub .dog {
  font-size: 2rem;
}
.table--ttl .sub::before, .table--ttl .sub::after {
  content: "";
  background: url(../img/ranking-ttl-deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 6.6rem;
  height: 13.2rem;
  position: absolute;
  left: -6.5rem;
  top: -3rem;
}
.table--ttl .sub::after {
  left: auto;
  right: -6.5rem;
  transform: scale(-1, 1);
}
.table--ttl .main {
  font-size: 3rem;
  color: #97634A;
  margin-top: 1rem;
}
.table--ttl .main .font-en {
  font-size: 4rem;
}
.table--img {
  width: 100%;
  margin-top: -13rem;
  position: relative;
  z-index: -1;
}
.table .tab_menu {
  z-index: 2;
  position: relative;
  margin: 0 0.5rem 0 2rem;
  width: calc((100% - 5rem) / 2);
  background-color: #eee;
  color: #aaa;
  height: 4rem;
  line-height: 4rem;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  border-radius: 0.5rem 0.5rem 0 0;
  cursor: pointer;
  box-sizing: border-box;
  font-weight: bold;
}
.table .tab_menu.second {
  margin: 0 2rem 0 0.5rem;
}
.table input:checked + .tab_menu {
  background: #e3797b;
  color: #fff;
}
.table input[name=tab_menu] {
  display: none;
}
.table .tab_content {
  display: none;
  z-index: 1;
  clear: both;
  position: relative;
  border-top: solid 0.3rem #e3797b;
}
.table #tab_a:checked ~ #tab_a_content, .table #tab_b:checked ~ #tab_b_content {
  display: block;
}
.table .table-content {
  padding: 0 1.7rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin-top: 2rem;
}
.table .table-content .rank {
  display: flex;
  align-items: center;
  justify-content: center;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.5rem;
  overflow: scroll;
}
.table .table-content .rank .rank-item {
  width: 15rem;
}
.table .table-content .rank .rank-item.no4, .table .table-content .rank .rank-item.no5 {
  margin-top: 3.2rem;
}
.table .table-content .rank .rank-item .badge {
  width: 3.4rem;
  margin: 0 auto;
}
.table .table-content .rank .rank-item .name {
  margin-top: -1.5rem;
  font-weight: bold;
  text-align: center;
  border-radius: 0.8rem 0.8rem 0 0;
  color: #fff;
  height: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}
.table .table-content .rank .rank-item .name.bg-gold {
  background: #C2A15A;
}
.table .table-content .rank .rank-item .name.bg-silver {
  background: #7e878e;
}
.table .table-content .rank .rank-item .name.bg-copper {
  background: #AD8E6D;
}
.table .table-content .rank .rank-item .name.bg-gray {
  background: #999;
}
.table .table-content .rank .rank-item .btn {
  background: #fff;
  border: 0.1rem solid #e3797b;
  border-top: none;
  height: 16rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.table .table-content .rank .rank-item .btn .ranking-fv {
  width: 6.5rem;
}
.table .table-content .rank .rank-item .btn .ranking-fv.inuneko {
  width: 6rem;
}
.table .table-content .rank .rank-item .btn .ranking-fv.umaka {
  width: 5.6rem;
}
.table .table-content .rank .rank-item .btn .ranking-fv.mishone {
  width: 6.2rem;
}
.table .table-content .rank .rank-item .btn .ranking-fv.anshinkenkatsu {
  width: 5.6rem;
}
.table .table-content .rank .rank-item .btn .ranking-fv.moguwan {
  width: 5.4rem;
}
.table .table-content .rank .rank-item .btn .rankign-cta {
  display: block;
  margin: 1rem 0.5rem 0;
  width: 10rem;
  height: 4rem;
  border-radius: 0.5rem;
  background: #1C9230;
  position: relative;
  box-shadow: 0 0.4rem 0 #146021;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  line-height: 4rem;
  overflow: hidden;
  transition: 100ms;
}
.table .table-content .rank .rank-item .btn .rankign-cta::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #37A754;
  transition: 300ms;
  animation: shiny 4s ease-in-out infinite;
}
.table .table-content .rank .rank-item .btn .rankign-cta::after {
  content: "";
  background: url(../img/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.table .table-content .rank .rank-item .btn.btn-wrap {
  height: 12rem;
}
.table .table-content .rank .rank-item .btn.btn-wrap .bg-pink-2 {
  margin-top: 0;
  background: #CB6A6B;
  box-shadow: 0 0.4rem 0 #b0494a;
}
.table .table-content .rank .rank-item .btn.btn-wrap .bg-pink-2::before {
  background-color: #D87C7D;
}
.table .table-content .rank .rank-item dl dt {
  height: 3.6rem;
  text-align: center;
  line-height: 3.6rem;
  color: #e3797b;
  color: #fff;
  font-size: 1.2rem;
}
.table .table-content .rank .rank-item dl dt.small {
  font-size: 0.9rem;
}
.table .table-content .rank .rank-item dl dd {
  background: #fff;
  border: solid 0.1rem #e3797b;
  font-size: 1rem;
  padding: 0.8rem 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  justify-content: flex-start;
  color: #663E2A;
}
.table .table-content .rank .rank-item dl dd .font-en {
  font-size: 2rem;
}
.table .table-content .rank .rank-item dl dd .evaluation {
  width: 3.5rem;
}
.table .table-content .rank .rank-item dl dd .evaluation + p {
  margin-top: 0.5rem;
  line-height: 1.4;
  text-align: center;
}
.table .table-content .rank .rank-item dl dd .accordion {
  width: 100%;
}
.table .table-content .rank .rank-item dl dd .accordion .accordion-title {
  text-decoration: underline;
  width: 100%;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-top: 0.5rem;
}
.table .table-content .rank .rank-item dl dd .accordion .accordion-box {
  padding-top: 1rem;
  display: none;
  width: 100%;
  line-height: 1.5;
}
.table .table-content .rank .rank-item dl.star .star {
  width: 8rem;
}
.table .table-content .rank .rank-item dl.star p {
  font-weight: bold;
  font-size: 2rem;
  color: #e3797b;
}
.table .table-content .rank .rank-item dl.campaign dd {
  font-weight: bold;
  font-size: 1.2rem;
  height: 6.5rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table .table-content .rank .rank-item dl.campaign dd .font-en {
  font-size: 1.2rem;
  font-weight: bold;
  color: #e3797b;
}
.table .table-content .rank .rank-item dl.campaign dd .font-en .number {
  font-size: 1.8rem;
}
.table .table-content .rank .rank-item dl.campaign dd .note {
  font-weight: normal;
  font-size: 0.9rem;
  display: block;
  text-align: center;
}
.table .table-content .rank .rank-item dl.price {
  white-space: nowrap;
  line-height: 1.5;
}
.table .table-content .rank .rank-item dl.price dd {
  height: 5.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.table .table-content .rank .rank-item dl.price .font-en {
  color: #e3797b;
  line-height: 1;
}
.table .table-content .rank .rank-item dl.price .tax {
  font-size: 0.8rem;
}
.table .table-content .rank .rank-item dl.price .before {
  position: relative;
}
.table .table-content .rank .rank-item dl.price .before::before {
  content: "";
  height: 0.1rem;
  width: 100%;
  background: #663E2A;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%);
}
.table .table-content .rank .rank-item dl.cancellation dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 8rem;
}
.table .table-content .rank .rank-item dl.cancellation dd p {
  text-align: center;
}
.table .table-content .rank .rank-item dl.age dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 6.5rem;
}
.table .table-content .rank .rank-item dl.sozai dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 8rem;
}
.table .table-content .rank .rank-item dl.feature dd {
  justify-content: flex-start;
  line-height: 1.5;
  height: 12.5rem;
  text-align: justify;
}
.table .table-content .rank .rank-item dl.bite dd {
  line-height: 1.5;
}
.table .table-content .rank .rank-item dl.tears dd {
  line-height: 1.5;
}
.table .table-content .rank .rank-item dl.allergy dd {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 8rem;
}
.table .table-content .rank .rank-item dl.main-raw-material dd {
  height: 8.8rem;
}
.table .table-content .rank .rank-item dl.btn-last dd {
  padding: 1rem 0.5rem;
}
.table .table-content .rank .rank-item dl.btn-last dd .rankign-cta {
  display: block;
  width: 10rem;
  height: 4rem;
  border-radius: 0.5rem;
  background: #1C9230;
  position: relative;
  box-shadow: 0 0.4rem 0 #146021;
  font-size: 1.2rem;
  color: #fff;
  text-align: center;
  line-height: 4rem;
  overflow: hidden;
  transition: 100ms;
}
.table .table-content .rank .rank-item dl.btn-last dd .rankign-cta::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #37A754;
  transition: 300ms;
  animation: shiny 4s ease-in-out infinite;
}
.table .table-content .rank .rank-item dl.btn-last dd .rankign-cta::after {
  content: "";
  background: url(../img/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  right: 0.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.table .table-content .rank .rank-item.no1 .btn {
  background: #fffbeb;
}
.table .table-content .rank .rank-item.no1 dl dd {
  background: #fffbeb;
}
.table .table-content .note {
  margin-top: 1em;
  font-size: 1rem;
  line-height: 1.3;
}

@keyframes shiny {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0;
  }
}
/*---------------------- ランキング表/table end ------------------------*/
/*--------------------- 詳細 detail start -----------------------*/
.detail {
  background: url(../img/detail-bg.webp);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-repeat: repeat-y;
  width: 100%;
  height: auto;
  position: relative;
  padding: 4rem 3rem;
}
.detail::before {
  content: "";
  background: url(../img/detail-ears.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 20.1rem;
  height: 4.3rem;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -68%);
}
.detail--list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 4rem;
}
.detail--list--item {
  position: relative;
  width: 100%;
}
.detail--list--item .title {
  background: #663E2A;
  border-radius: 0.8rem 0.8rem 0 0;
  width: 100%;
  height: 5.2rem;
  line-height: 5.2rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  position: relative;
  font-size: 2.4rem;
}
.detail--list--item .title::before {
  content: "";
  background: url(../img/detail-rank-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 4.8rem;
  height: 4.8rem;
  position: absolute;
  left: 3rem;
  top: -2rem;
}
.detail--list--item--content {
  background: #fff;
  padding: 3rem 2rem;
  border-radius: 0 0 0.8rem 0.8rem;
}
.detail--list--item--content .img-fv {
  width: 100%;
  border: solid 0.1rem #ccc;
}
.detail--list--item--content .graph-wrap {
  margin-top: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.8rem;
}
.detail--list--item--content .graph-wrap .graph {
  width: 17rem;
}
.detail--list--item--content .graph-wrap dl {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  width: 11rem;
  color: #97634A;
  font-size: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height: 2.3;
}
.detail--list--item--content .graph-wrap dl dt {
  width: 80%;
  border-bottom: 0.1rem solid #D3CBC5;
}
.detail--list--item--content .graph-wrap dl dt.last {
  border-bottom: none;
}
.detail--list--item--content .graph-wrap dl dd {
  font-weight: bold;
  width: 20%;
  border-bottom: 0.1rem solid #D3CBC5;
}
.detail--list--item--content .graph-wrap dl dd.last {
  border-bottom: none;
}
.detail--list--item .point-list {
  margin-top: 3rem;
}
.detail--list--item .point-list .point-list-title {
  text-align: center;
}
.detail--list--item .point-list .point-list-title .sub {
  background: #663E2A;
  display: inline-block;
  padding: 0rem 2rem;
  height: 3.3rem;
  line-height: 3.3rem;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-weight: bold;
  border-radius: 9999px;
  margin-bottom: 1rem;
}
.detail--list--item .point-list .point-list-title .sub.rank-3 {
  padding: 0rem 1.2rem;
  font-size: 1.35rem;
  white-space: nowrap;
}
.detail--list--item .point-list .point-list-title .main {
  color: #663E2A;
  line-height: 1.3;
  font-weight: bold;
}
.detail--list--item .point-list .point-list-title .main .pink-2 {
  font-size: 2rem;
}
.detail--list--item .point-list .point-list-title .note {
  font-size: 0.8rem;
}
.detail--list--item .point-list .note-wrap {
  margin-top: 1rem;
  line-height: 1.3;
  font-size: 0.85rem;
  color: #767676;
}
.detail--list--item .point-list ul {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.detail--list--item .point-list ul li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #FEFAD4;
  border-radius: 0.5rem;
  padding: 1.5rem;
  line-height: 1.7;
  font-size: 1.4rem;
  position: relative;
  color: #663E2A;
  width: 100%;
}
.detail--list--item .point-list ul li::before {
  content: "";
  background: url(../img/point-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 6rem;
  height: 6rem;
  position: absolute;
  left: -1.5rem;
  top: -3.5rem;
}
.detail--list--item .point-list ul li.point-2 {
  background: #fff6f6;
}
.detail--list--item .point-list ul li.point-2::before {
  background: url(../img/point-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.detail--list--item .point-list ul li.point-3::before {
  background: url(../img/point-3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.detail--list--item .price-wrap {
  margin-top: 3rem;
}
.detail--list--item .price-wrap .top {
  display: flex;
  align-items: center;
  justify-content: center;
  justify-content: flex-end;
  gap: 2rem;
}
@media only screen and (min-width: 700px) {
  .detail--list--item .price-wrap .top {
    gap: 4rem;
  }
}
.detail--list--item .price-wrap .top .product {
  width: 9.4rem;
}
.detail--list--item .price-wrap .top .top-txt {
  width: 18rem;
  line-height: 1.3;
  text-align: center;
}
.detail--list--item .price-wrap .top .top-txt .initial-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.detail--list--item .price-wrap .top .top-txt .initial-price .label {
  width: 18.6rem;
  background: #663E2A;
  height: 2.2rem;
  line-height: 2.2rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
}
.detail--list--item .price-wrap .top .top-txt .initial-price .num {
  color: #663E2A;
  font-weight: bold;
  line-height: 1;
  margin-top: 0.5rem;
}
.detail--list--item .price-wrap .top .top-txt .initial-price .num .before {
  position: relative;
  line-height: 1.8;
}
.detail--list--item .price-wrap .top .top-txt .initial-price .num .before::before {
  content: "";
  height: 0.2rem;
  width: 100%;
  background: #663E2A;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%) rotate(10deg);
}
.detail--list--item .price-wrap .top .top-txt .initial-price .num .font-en {
  font-size: 3.3rem;
}
.detail--list--item .price-wrap .top .top-txt .initial-price .num .tax {
  font-size: 1rem;
  font-weight: normal;
}
.detail--list--item .price-wrap .top .top-txt .initial-price .num .note {
  font-weight: normal;
  font-size: 0.9rem;
}
.detail--list--item .price-wrap .top .top-txt .weight {
  margin-top: 0.5rem;
  text-align: center;
  font-size: 1.4rem;
  color: #663E2A;
}
.detail--list--item .price-wrap .top .top-txt .weight .label {
  font-weight: bold;
  position: relative;
}
.detail--list--item .price-wrap .top .top-txt .weight .label::before, .detail--list--item .price-wrap .top .top-txt .weight .label::after {
  content: "";
  width: 7.3rem;
  border: dashed 0.1rem #663E2A;
  position: absolute;
  top: 50%;
}
.detail--list--item .price-wrap .top .top-txt .weight .label::before {
  left: 0;
}
.detail--list--item .price-wrap .top .top-txt .weight .label::after {
  right: 0;
}
.detail--list--item .price-wrap .bottom {
  font-size: 1.4rem;
  color: #663E2A;
  margin-bottom: 3rem;
}
.detail--list--item .price-wrap .bottom .additive .label {
  text-align: center;
  font-weight: bold;
  position: relative;
  line-height: 2;
}
.detail--list--item .price-wrap .bottom .additive .label::before, .detail--list--item .price-wrap .bottom .additive .label::after {
  content: "";
  width: 11.3rem;
  border: dashed 0.1rem #663E2A;
  position: absolute;
  top: 50%;
}
.detail--list--item .price-wrap .bottom .additive .label::before {
  left: 0;
}
.detail--list--item .price-wrap .bottom .additive .label::after {
  right: 0;
}
.detail--list--item .price-wrap .bottom .additive .txt {
  text-align: center;
  line-height: 1.4;
}
.detail--list--item .price-wrap .bottom .additive .txt.text-left {
  text-align: left;
}
.detail--list--item .voice {
  margin-top: 2rem;
  text-align: center;
}
.detail--list--item .voice .voice-title {
  display: inline-block;
  font-size: 2rem;
  margin-bottom: 1rem;
  font-weight: bold;
  color: #e3797b;
  position: relative;
}
.detail--list--item .voice .voice-title::before, .detail--list--item .voice .voice-title::after {
  content: "";
  background: #e3797b;
  width: 0.1rem;
  height: 2.4rem;
  position: absolute;
  left: -1.5rem;
  bottom: 0;
  transform: rotate(-35deg);
}
.detail--list--item .voice .voice-title::after {
  left: auto;
  right: -1.5rem;
  transform: rotate(35deg);
}
.detail--list--item .voice .splide__slide {
  border: solid 0.1rem #ccc;
  padding: 2rem;
}
.detail--list--item .voice .splide__slide .txt-wrap {
  margin-top: 2rem;
}
.detail--list--item .voice .splide__slide .txt-wrap .tag {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
  font-size: 1.4rem;
}
.detail--list--item .voice .splide__slide .txt-wrap .body_text {
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
.detail--list--item .voice .splide__arrow {
  width: 1.6em;
  height: 1.6em;
}
.detail--list--item .voice .splide__arrow svg {
  width: 1em;
  height: 1em;
}
.detail--list--item .voice .splide__arrow--prev {
  left: -0.8em !important;
}
.detail--list--item .voice .splide__arrow--next {
  right: -0.8em !important;
}
.detail--list--item .voice .note {
  margin-top: 0.5em;
  font-size: 1.2rem;
}
.detail--list--item .detail-box {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.detail--list--item .detail-box li {
  font-size: 1.4rem;
  width: 100%;
}
.detail--list--item .detail-box li .label {
  background: #663E2A;
  color: #fff;
  text-align: center;
  height: 3rem;
  line-height: 3rem;
  border-radius: 0.8rem 0.8rem 0 0;
  font-weight: bold;
}
.detail--list--item .detail-box li .content {
  background: #FCF3EE;
  border: #663E2A solid 0.1rem;
  padding: 1.5rem;
  border-radius: 0 0 0.8rem 0.8rem;
  line-height: 1.7;
  color: #663E2A;
}
.detail--list--item .detail-box li .content li {
  padding-left: 1rem;
  position: relative;
}
.detail--list--item .detail-box li .content li::before {
  content: "・";
  font-size: 1.4rem;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateX(-40%);
}
.detail--list--item .coupon {
  width: 29rem;
  margin: 0 auto;
  margin-top: 2.5rem;
}
.detail--list--item.inuneko::before {
  content: "";
  background: url(../img/detail-dog-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 7rem;
  height: 5.7rem;
  position: absolute;
  right: 3.7rem;
  top: 0;
  transform: translateY(-100%);
}
.detail--list--item.konoko::before {
  content: "";
  background: url(../img/detail-dog-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 8.5rem;
  height: 6.4rem;
  position: absolute;
  right: 3.4rem;
  top: 0;
  transform: translateY(-100%);
}
.detail--list--item.konoko .title::before {
  background: url(../img/detail-rank-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.detail--list--item.mishone::before {
  content: "";
  background: url(../img/detail-dog-3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 5.4rem;
  height: 7.5rem;
  position: absolute;
  right: 4.2rem;
  top: 0;
  transform: translateY(-100%);
}
.detail--list--item.mishone .title::before {
  background: url(../img/detail-rank-3.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.detail--list--item.moguwan::before {
  content: "";
  background: url(../img/detail-dog-5.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 5.4rem;
  height: 7.5rem;
  position: absolute;
  right: 4.2rem;
  top: 0;
  transform: translateY(-90%);
}
.detail--list--item.moguwan .title::before {
  background: url(../img/detail-rank-5.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.detail--list--item.umaka::before {
  content: "";
  background: url(../img/detail-dog-4.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 5.4rem;
  height: 7.5rem;
  position: absolute;
  right: 4.2rem;
  top: 0;
  transform: translateY(-90%);
}
.detail--list--item.umaka .title::before {
  background: url(../img/detail-rank-4.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.detail--list--item .cv-btn {
  margin-top: 2rem;
}

/*---------------------- 詳細 detail end ------------------------*/
/*---------------------- おすすめ reccomend start ------------------------*/
.reccomend {
  padding: 4rem 3rem;
  text-align: center;
}
.reccomend .title {
  color: #663E2A;
  font-weight: bold;
}
.reccomend .title .sub {
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
}
.reccomend .title .main {
  font-size: 2.4rem;
  line-height: 1.4;
}
.reccomend .title .main .bg-yellow {
  font-size: 3rem;
}
.reccomend--img {
  margin: 0 auto;
  margin-top: 2rem;
  width: 25rem;
}
.reccomend .body_text {
  margin-top: 2rem;
  color: #663E2A;
}
.reccomend--btn {
  margin: 2rem auto 0;
  width: 33rem;
}
.reccomend--btn .sub {
  width: 21rem;
  height: 5.5rem;
  border-radius: 9999px;
  background: #fff;
  border: 0.2rem solid #fc8608;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.2rem;
  color: #fc8608;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 auto;
  margin-bottom: -0.7rem;
  z-index: 2;
}
.reccomend--btn .sub::before {
  content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  margin-left: -0.9rem;
  border: 0.9rem solid transparent;
  border-top: 0.9rem solid #fff;
}
.reccomend--btn .sub .yellow-line {
  background: linear-gradient(transparent 50%, #ffe7ab 50%);
}

/*---------------------- おすすめ reccomend end ------------------------*/
/*---------------------- 診断 diagnosis start ------------------------*/
.diagnosis {
  background: #FEFAD4;
  position: relative;
  padding: 6rem 3rem;
}
.diagnosis::before, .diagnosis::after {
  content: "";
  background: url(../img/footprints.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 12.1rem;
  height: 13.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
.diagnosis::after {
  background: url(../img/footprints-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  right: auto;
  left: 0;
  top: 8rem;
}
.diagnosis--ttl {
  text-align: center;
  color: #663E2A;
}
.diagnosis--ttl .sub {
  position: relative;
  display: inline-block;
}
.diagnosis--ttl .sub::before, .diagnosis--ttl .sub::after {
  content: "";
  background: #663E2A;
  width: 0.1rem;
  height: 2rem;
  position: absolute;
  left: -1.3rem;
  bottom: 0;
  transform: rotate(-35deg);
}
.diagnosis--ttl .sub::after {
  left: auto;
  right: -1.3rem;
  transform: rotate(35deg);
}
.diagnosis--ttl .sub .font-en {
  font-size: 2.4rem;
}
.diagnosis--ttl .main {
  margin-top: 1rem;
  font-size: 3rem;
  line-height: 1.3;
}
.diagnosis--ttl .main .small {
  font-size: 2.4rem;
}
.diagnosis--list {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 3rem;
  gap: 3rem;
  position: relative;
  z-index: 2;
}
.diagnosis--list--question {
  width: 100%;
}
.diagnosis--list--question .question {
  background: #97634A;
  width: 100%;
  height: 4.2rem;
  line-height: 4.2rem;
  text-align: center;
  font-weight: bold;
  color: #fff;
  position: relative;
  border-radius: 0.8rem 0.8rem 0 0;
}
.diagnosis--list--question .question::before {
  content: "";
  background: url(../img/q1-deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 7.62rem;
  height: 6.08rem;
  position: absolute;
  left: 1.7rem;
  bottom: 0;
}
.diagnosis--list--question .question.question-2::before {
  background: url(../img/q2-deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.diagnosis--list--question .question.question-3::before {
  background: url(../img/q3-deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.diagnosis--list--question .bottom {
  background: url(../img/question-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  border: solid 0.2rem #97634A;
  border-radius: 0 0 0.8rem 0.8rem;
  padding: 2rem;
}
.diagnosis--list--question .bottom .image {
  width: 20rem;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}
.diagnosis--list--question .bottom .select {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.diagnosis--list--question .bottom .select input {
  display: none;
}
.diagnosis--list--question .bottom .select input:checked + label {
  background: #e3797b;
  color: #fff;
}
.diagnosis--list--question .bottom .select label {
  width: 9rem;
  border-radius: 0.8rem;
  background: #FFD5D6;
  height: 15rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0.3rem 0.4rem 0 #f49798;
  outline: 0.1rem dashed #fff;
  outline-offset: -0.3rem;
  color: #663E2A;
}
.diagnosis--list--question .bottom .select label picture {
  height: 8.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.diagnosis--list--question .bottom .select label picture.q1-dog-1 img {
  width: 2.9rem;
}
.diagnosis--list--question .bottom .select.select-q2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.diagnosis--list--question .bottom .select.select-q2 label {
  width: 25rem;
  height: 5rem;
  line-height: 5rem;
}
.diagnosis--list--question .bottom .select.select-q3 {
  flex-wrap: wrap;
}
.diagnosis--list--question .bottom .select.select-q3 label {
  width: 13.5rem;
  height: 5rem;
  line-height: 5rem;
}

/*---------------------- 診断 diagnosis end ------------------------*/
/*---------------------- 結果 result start ------------------------*/
.result {
  display: none;
  background: #68C4C3;
  padding: 6rem 0rem;
  color: #fff;
  text-align: center;
}
.result--ttl .sub {
  display: inline-block;
  font-size: 2.6rem;
  line-height: 1.6;
  white-space: nowrap;
  position: relative;
}
.result--ttl .sub::before {
  content: "";
  background: url(../img/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 3rem;
  height: 3rem;
  position: absolute;
  left: 50%;
  bottom: -3.5rem;
  transform: translateX(-50%) rotate(90deg);
}
.result--ttl .sub .border {
  padding-bottom: 0.5rem;
  border-bottom: dashed #fff 0.1rem;
}
.result--ttl .sub .border .small {
  font-size: 2.3rem;
}
.result--ttl .name {
  display: inline-block;
  margin-top: 4rem;
  color: #e3797b;
  background: #fff;
  width: 21.6rem;
  height: 4.3rem;
  line-height: 4.3rem;
  font-size: 2.6rem;
  position: relative;
}
.result--ttl .name::before {
  content: "";
  background: url(../img/answer-dog-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 5.8rem;
  height: 5.7rem;
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-75%);
}
.result--ttl .name::after {
  content: "";
  background: url(../img/answer-dog-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 7.3rem;
  height: 5.9rem;
  position: absolute;
  right: -2rem;
  top: 0;
  transform: translateY(-90%);
}
.result--product {
  width: 8.5rem;
  position: absolute;
  right: 2rem;
  top: 15.3rem;
  transform: rotate(8deg);
}
.result--product.umaka {
  width: 8rem;
  top: 14rem;
}
.result--fv {
  padding: 0 3rem;
  margin-top: 2rem;
}
.result .txt {
  padding: 0 3rem;
  margin-top: 2rem;
  background: #fff;
  border-radius: 0.8rem;
  padding: 2rem;
  line-height: 1.7;
  text-align: justify;
  color: #663E2A;
}
.result--point {
  padding: 0 3rem;
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.result--point .title {
  display: inline-block;
  font-weight: bold;
  font-size: 2rem;
  position: relative;
}
.result--point .title::before, .result--point .title::after {
  content: "";
  background: #fff;
  width: 0.1rem;
  height: 2.2rem;
  position: absolute;
  left: -1.5rem;
  bottom: 0;
  transform: rotate(-35deg);
}
.result--point .title::after {
  left: auto;
  right: -1.5rem;
  transform: rotate(35deg);
}
.result--point ul {
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}
.result--point ul li {
  text-align: left;
  line-height: 1.6;
  padding-left: 4rem;
  position: relative;
}
.result--point ul li::before {
  content: "";
  background: url(../img/reccomend-point-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 4rem;
  height: 4rem;
  position: absolute;
  left: 0;
  top: -0.5rem;
}
.result--point ul li.point-2::before {
  background: url(../img/reccomend-point-2.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.result--qa {
  text-align: left;
}
.result--qa .qa-item .question {
  background: #417E7D;
  padding-left: 2rem;
  border-radius: 0 0.8rem 0.8rem 0;
  width: 33rem;
  height: 4.7rem;
  line-height: 4.7rem;
  font-weight: bold;
}
.result--qa .qa-item .answer-wrap {
  margin-left: 3rem;
  margin-top: 1.5rem;
}
.result--qa .qa-item .answer-wrap .answer {
  background: #417E7D;
  padding-left: 2rem;
  border-radius: 0.8rem 0 0 0;
  width: 100%;
  height: 4.7rem;
  line-height: 4.7rem;
  font-weight: bold;
  position: relative;
}
.result--qa .qa-item .answer-wrap .answer::before {
  content: "";
  background: url(../img/result-woman.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 6rem;
  height: 6.4rem;
  position: absolute;
  right: 0;
  bottom: 0;
}
.result--qa .qa-item .answer-wrap .answer.smell, .result--qa .qa-item .answer-wrap .answer.itch, .result--qa .qa-item .answer-wrap .answer.bite {
  line-height: 1.3;
  height: auto;
  padding: 1rem 0 0.8rem 3rem;
}
.result--qa .qa-item .answer-wrap .answer-detail {
  background: #E4F6F6;
  padding: 2rem;
  border-radius: 0 0 0 0.8rem;
  line-height: 1.8;
  color: #663E2A;
  text-align: justify;
}
.result .good-point {
  margin-top: 3rem;
  padding: 0 3rem;
}
.result .good-point .question {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  position: relative;
  display: inline-block;
}
.result .good-point .question::before, .result .good-point .question::after {
  content: "";
  background: url(../img/good-point-bubble.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 2.75rem;
  height: 5.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.result .good-point .question::before {
  left: -3rem;
}
.result .good-point .question::after {
  right: -3rem;
  transform: translateY(-50%) scale(-1, 1);
}
.result .good-point .content {
  margin-top: 2rem;
  background: url(../img/attention-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding: 2rem;
  line-height: 1.8;
  text-align: justify;
  color: #663E2A;
}
.result--btn {
  margin-top: 3rem;
  padding: 0 3rem;
}
.result--btn .sub {
  width: 21rem;
  height: 5.5rem;
  border-radius: 9999px;
  background: #fff;
  border: 0.2rem solid #1C9230;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  font-size: 1.2rem;
  color: #1C9230;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 auto;
  margin-bottom: -0.7rem;
  z-index: 2;
}
.result--btn .sub::before {
  content: "";
  position: absolute;
  top: 95%;
  left: 50%;
  margin-left: -0.9rem;
  border: 0.9rem solid transparent;
  border-top: 0.9rem solid #fff;
}
.result--btn .sub .yellow-line {
  background: linear-gradient(transparent 50%, #f7e083 50%);
}

/*---------------------- 結果 result end ------------------------*/
/*---------------------- フッター/footer　start ------------------------*/
.footer {
  display: block;
  width: 100%;
  padding: 1.5rem;
  background: #3c3c3c;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  line-height: 1.5;
  font-size: 1.4rem;
}
.footer a {
  text-decoration: underline;
}

#popup {
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 100;
  left: 0;
  top: 0;
  padding: 0 3rem;
  display: none;
}
#popup.popup {
  display: flex;
  align-items: center;
  justify-content: center;
}
#popup .batsu {
  position: fixed;
  top: 3rem;
  right: 3rem;
  width: 3rem;
}
#popup a {
  display: block;
}
#popup a img {
  width: 33rem;
}

.fixed-btn {
  position: fixed;
  left: 50%;
  bottom: 1.8rem;
  z-index: 99;
  transform: translate(-50%, 200px);
}
.fixed-btn a {
  font-size: 1.6rem;
  display: block;
  width: 33rem;
  height: 6rem;
  line-height: 6rem;
  text-align: center;
  border-radius: 0.5rem;
  background: #1C9230;
  color: #fff;
  display: block;
  box-shadow: 0 0.5rem 0 #146021;
  position: relative;
  font-weight: bold;
  overflow: hidden;
  transition: 1000ms;
}
.fixed-btn a .small {
  font-size: 1.4rem;
}
.fixed-btn a::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -180px;
  left: 0;
  width: 30px;
  height: 100%;
  background-color: #37A754;
  transition: 300ms;
  animation: shiny 4s ease-in-out infinite;
}
.fixed-btn a::after {
  content: "";
  background: url(../img/btn-deco.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 4.2rem;
  height: 3rem;
  position: absolute;
  left: 0;
  bottom: 0;
}
.fixed-btn a p {
  position: relative;
  font-family: "ZenKakuGothicNew", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-weight: bold;
}
.fixed-btn a p::before {
  content: "";
  background: url(../img/arrow-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}
.fixed-btn.show {
  transform: translate(-50%, 0px);
}/*# sourceMappingURL=style.css.map */