@charset "UTF-8";

/* common */

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #5d6970;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  text-rendering: auto;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-x: hidden;
}
/*fs*/
p {
  margin: 0;
}

#mainbox .fs-c-panelContainer {
  grid-column: span 2;
}

@media (hover: hover) and (pointer: fine) {
  a,
  a img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }

  a:hover,
  a:hover img {
    opacity: 0.6;
    text-decoration: none;
  }
}

li {
  list-style: none;
}

.imgmax {
  display: block;
  height: auto;
  width: 100%;
}

/*formフォーマット*/

.-reset_form input,
.-reset_form button,
.-reset_form select,
.-reset_form textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

.-reset_form textarea {
  resize: vertical;
}

.-reset_form input[type="checkbox"],
.-reset_form input[type="radio"] {
  display: none;
}

.-reset_form input[type="submit"],
.-reset_form input[type="button"],
.-reset_form label,
.-reset_form button,
.-reset_form select {
  cursor: pointer;
}

.-reset_form select::-ms-expand {
  display: none;
}

.-reset_form ::placeholder {
  color: #ccc;
}

.-reset_form ::-ms-input-placeholder {
  color: #ccc;
}

.-reset_form :-ms-input-placeholder {
  color: #ccc;
}

.logout.my-false {
  display: none;
}
.login.my-true {
  display: none;
}
.regist.my-true {
  display: none;
}
.pc-none {
  display: none;
}
.sp-only {
  display: none;
}
.pc-only {
  display: block;
}
#mainbox {
  max-width: 1100px;
  max-width: min(calc(100% - 40px), 1100px);
  margin: 0 auto 100px;
  display: grid;
  grid-template-columns: 240px auto;
  gap: 0 50px;
}
#mainbox_single {
  max-width: 1100px;
  max-width: min(calc(100% - 40px), 1100px);
  margin: 0 auto 100px;
}
.header_inner {
  padding: 10px 0px 0px 0px;
  display: grid;
  grid-template-columns: 60% 40%;
  align-items: end;
  max-width: 1100px;
  margin: 0 auto;
}
.header_top-text {
  font-size: 1.2rem;
  margin-bottom: 15px;
  font-weight: 300;
}
.header_logo {
  display: block;
  max-width: 371px;
  height: auto;
}
.header_item-r {
  margin: 0 0 0 auto;
}
.header_btn {
  width: 300px;
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 10px 4%;
}

.header_f-btn-text,
.header_s-btn-text,
.header_h-btn-text {
  display: block;
  text-align: center;
  padding: 5px;
  border: 1px solid #00a33a;
  border-radius: 100px;
}
.header_t-btn-text {
  display: block;
  text-align: center;
  padding: 5px;
  background: #00a33a;
  border-radius: 100px;
}
.header_f-btn_area a,
.header_s-btn_area a,
.header_h-btn_area a {
  text-decoration: none;
  color: #5d6970;
}
.header_t-btn_area a {
  text-decoration: none;
  color: #fff !important;
  position: relative;
}
.header_f-btn {
  background: url(../img/Document.svg) no-repeat left center / 14px;
  padding: 2px 0 2px 20px;
}
.header_s-btn {
  background: url(../img/login.svg) no-repeat left center / 22px;
  padding: 4px 0 4px 26px;
}
.header_t-btn {
  background: url(../img/cart.svg) no-repeat left center / 22px;
  padding: 2px 0 2px 38px;
}
.header_h-btn {
  background: url(https://chiikan.itembox.design/item/common/img/history.svg) no-repeat left center / 22px;
  padding: 4px 0 4px 30px;
}
.nav {
  width: 100%;
  height: 30px;
}
.nav-box {
  width: 100%;
  height: 60px;
  position: inherit;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 2;
  border-bottom: 0.5px solid #b0b0b0;
}
.nav_area {
  display: grid;
  grid-template-columns: repeat(7, 14.2%);
  align-items: center;
  margin-bottom: 20px;
  max-width: 1100px;
  margin: 0 auto;
  height: 60px;
}
.nav_area-list {
  text-align: center;
  position: relative;
}
.nav_area-list::before {
  position: absolute;
  top: 50%;
  left: 100%;
  width: 1px;
  height: 30px;
  content: "";
  background: #b0b0b0;
  transform: translate(0%, -50%);
}
.nav_area-list_f::after {
  position: absolute;
  top: 50%;
  right: 100%;
  width: 1px;
  height: 30px;
  content: "";
  background: #b0b0b0;
  transform: translate(0%, -50%);
}
.nav_area-list a {
  text-decoration: none;
  color: #5d6970;
}
.nav_area-list-title {
  line-height: 1;
}
.nav_area-list-lead {
  display: block;
  font-size: 0.9rem;
  line-height: 1;
  color: #e45e39;
  padding-top: 3px;
}
.header_bar {
  margin-top: 30px;
}
.header_bar-title {
  line-height: 1;
  padding: 15px;
  background: #e45e39;
  color: #fff !important;
  text-align: center;
  font-weight: bold;
}
.header_bar-lead {
  font-weight: 400;
  font-size: 1.4rem;
  padding-left: 45px;
}
.top_message {
  text-align: center;
  margin: 30px 0 30px;
}
.top_message-title {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 20px;
}
.top_message-lead {
  font-size: 2rem;
  font-weight: bold;
  color: #f18d00;
  line-height: 1.5;
}
.top_bnr-list img {
  padding: 0 10px 0 0;
}
.top_bnr-img {
  width: 260px;
  height: auto;
}
.top_slider {
  max-width: 1100px;
  max-width: min(calc(100% 40px), 1100px);
  margin: 0 auto 120px;
}
.side_01 {
  margin-bottom: 20px;
}
.side_title-f {
  text-align: center;
  color: #fff !important;
  background-color: #00a33a;
  padding: 5px 0 10px 0;
  font-weight: 500;
}
.side_subtitle_area {
  margin: 10px;
}
.side_subtitle {
  text-align: center;
  font-size: 1.4rem;
}
.side_from {
  background: #f0f9f3;
  padding: 20px 0;
}
.side_title-img {
  bottom: 40px;
  display: block;
}
.form_area-label {
  box-shadow: 0 0 0 1px #00a33a inset;
  padding: 6px 15px;
  border-radius: 50px;
  max-width: 200px;
  display: grid;
  grid-template-columns: 90% 10%;
  margin: 0 auto 10px;
  line-height: 1;
  background: #fff;
  align-items: center;
}
.form_area-input {
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  outline: none;
  width: 100%;
}
.form_area-submit {
  color: #fff !important;
  padding: 5px;
  border-radius: 40px;
  margin-left: 15px;
  min-width: 80px;
  cursor: pointer;
  border: none;
  background: #f18d00;
  display: block;
  margin: 0 auto 20px;
}
.pop_word {
  padding: 0 20px 0 20px;
}
.pop_word-title {
  font-size: 1.5rem;
  position: relative;
  padding-left: 15px;
}
.pop_word-link {
  display: flex;
  gap: 5px 10px;
  flex-wrap: wrap;
}
.pop_word-title::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  left: 0px;
  bottom: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #5d6970;
  border-width: 8px 0 8px 13px;
  transform: rotate(90deg);
}
.pop_word-link-text a {
  font-size: 1.5rem;
  color: #5d6970;
  font-weight: 400;
}
.side_02 {
  margin-bottom: 20px;
}
.category_list-name-area,
.animal_list-name-area {
  line-height: 1.3;
}
.category_list-item a,
.animal_list-item a {
  text-decoration: none;
  color: #5d6970;
}
.category_list-item,
.animal_list-item {
  border-bottom: 0.75px solid #dedede;
}
.side_03 {
  margin-bottom: 20px;
}
.category_list .category_list-item:nth-child(1) {
  background: url(../img/category_icon01.png) no-repeat left center / 40px;
  padding: 20px 0px 20px 50px;
}
.category_list .category_list-item:nth-child(2) {
  background: url(../img/category_icon02.png) no-repeat left center / 40px;
  padding: 10px 0px 10px 50px;
}
.category_list .category_list-item:nth-child(3) {
  background: url(../img/category_icon03.png) no-repeat left center / 40px;
  padding: 10px 0px 10px 50px;
}
.category_list .category_list-item:nth-child(4) {
  background: url(../img/category_icon04.png) no-repeat left center / 40px;
  padding: 10px 0px 10px 50px;
}
.category_list .category_list-item:nth-child(5) {
  background: url(../img/category_icon05.png) no-repeat left center / 40px;
  padding: 10px 0px 10px 50px;
}
.category_list .category_list-item:nth-child(6) {
  background: url(../img/category_icon06.png) no-repeat left center / 40px;
  padding: 20px 0px 20px 50px;
}
.category_list .category_list-item:nth-child(7) {
  background: url(../img/category_icon07.png) no-repeat left center / 40px;
  padding: 10px 0px 10px 50px;
}
.category_list .category_list-item:nth-child(8) {
  background: url(../img/category_icon08.png) no-repeat left center / 40px;
  padding: 20px 0px 20px 50px;
}
.category_list .category_list-item:nth-child(9) {
  background: url(../img/category_icon09.png) no-repeat left center / 40px;
  padding: 20px 0px 20px 50px;
}
.category_list .category_list-item:nth-child(10) {
  background: url(../img/category_icon10.png) no-repeat left center / 40px;
  padding: 20px 0px 20px 50px;
}
.category_list .category_list-item:nth-child(11) {
  background: url(../img/category_icon11.png) no-repeat left center / 40px;
  padding: 10px 0px 10px 50px;
}
.category_list .category_list-item:nth-child(12) {
  background: url(../img/category_icon12.png) no-repeat left center / 40px;
  padding: 20px 0px 20px 50px;
}
.side_04 {
  margin-bottom: 20px;
}
.animal_list .animal_list-item:nth-child(1) {
  background: url(../img/animal_icon01.png) no-repeat left center / 40px;
  padding: 20px 0px 20px 50px;
}
.animal_list .animal_list-item:nth-child(2) {
  background: url(../img/animal_icon02.png) no-repeat left center / 40px;
  padding: 20px 0px 20px 50px;
}
.animal_list .animal_list-item:nth-child(3) {
  background: url(../img/animal_icon03.png) no-repeat left center / 40px;
  padding: 20px 0px 20px 50px;
}
.animal_list .animal_list-item:nth-child(4) {
  background: url(../img/animal_icon04.png) no-repeat left center / 40px;
  padding: 20px 0px 20px 50px;
}
.animal_list .animal_list-item:nth-child(5) {
  background: url(../img/animal_icon05.png) no-repeat left center / 40px;
  padding: 20px 0px 20px 50px;
}
.animal_list .animal_list-item:nth-child(6) {
  background: url(../img/animal_icon06.png) no-repeat left center / 40px;
  padding: 20px 0px 20px 50px;
}
.animal_list .animal_list-item:nth-child(7) {
  background: url(../img/animal_icon07.png) no-repeat left center / 40px;
  padding: 20px 0px 20px 50px;
}
.animal_list .animal_list-item:nth-child(8) {
  background: url(../img/animal_icon08.png) no-repeat left center / 40px;
  padding: 20px 0px 20px 50px;
}
.animal_list .animal_list-item:nth-child(9) {
  background: url(../img/animal_icon09.png) no-repeat left center / 40px;
  padding: 20px 0px 20px 50px;
}
.animal_list .animal_list-item:nth-child(10) {
  background: url(../img/animal_icon10.png) no-repeat left center / 40px;
  padding: 20px 0px 20px 50px;
}
.animal_list .animal_list-item:nth-child(11) {
  background: url(../img/animal_icon11.png) no-repeat left center / 40px;
  padding: 10px 0px 10px 50px;
}
.animal_list .animal_list-item:nth-child(12) {
  background: url(../img/animal_icon12.png) no-repeat left center / 40px;
  padding: 20px 0px 20px 50px;
}
.animal_list .animal_list-item:nth-child(13) {
  background: url(../img/animal_icon13.png) no-repeat left center / 40px;
  padding: 20px 0px 20px 50px;
}
.animal_list .animal_list-item:nth-child(14) {
  background: url(../img/animal_icon14.png) no-repeat left center / 40px;
  padding: 20px 0px 20px 50px;
}
.animal_list .animal_list-item:nth-child(15) {
  background: url(../img/animal_icon15.png) no-repeat left center / 40px;
  padding: 10px 0px 10px 50px;
}
.side_bnr {
  margin-bottom: 10px;
}
.footer_inner {
  max-width: 1100px;
  max-width: min(calc(100% 40px), 1100px);
  margin: 0 auto;
}
.footer_top {
  display: block;
  margin-bottom: 50px;
}
.footer_top-bg {
  background: #00a33a;
}
.footer_top:before {
  content: "";
  display: block;
  width: 100%;
  height: 32px;
  background: url(../img/grass.png) repeat-x;
}
.footer_content {
  display: grid;
  grid-template-columns: 34% 26% 40%;
  padding: 30px 0px 50px 0;
}
.footer_title {
  color: #fff !important;
  font-size: 1.8rem;
  margin-bottom: 40px;
}
.footer_list-name {
  font-size: 1.5rem;
}
.footer_list-name a {
  color: #fff !important;
  font-weight: 400;
}
.footer_category {
  padding-right: 35px;
  border-right: 1px solid #fff;
}
.footer_animal {
  padding: 0 35px;
  border-right: 1px solid #fff;
}
.footer_other {
  padding-left: 35px;
  margin-top: 70px;
  display: grid;
  grid-template-columns: 30% 60%;
  gap: 0 10%;
}
.footer_btm {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.footer_btm-r-top {
  text-align: right;
  margin-bottom: 30px;
}
.f_logo-name {
  line-height: 1;
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 400;
}
.footer_logo-img {
  margin-bottom: 20px;
}
.sns-icon_youtube,
.sns-icon_facebook {
  padding-right: 20px;
}
.footer_btm-area {
  margin-top: 30px;
}
.footer_message {
  text-align: center;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.6;
  border-top: 1px solid #bbb;
  padding-top: 30px;
}
.footer_copyright {
  margin-top: 30px;
}
.footer_copyright small {
  font-size: 0.9rem;
  font-weight: 300;
  background: #765644;
  color: #fff !important;
  text-align: center;
  display: block;
  padding: 20px;
}
.news {
  margin-bottom: 40px;
}
.news_title {
  font-weight: bold;
  margin-bottom: 20px;
}
.news_content a {
  color: #5d6970;
  font-weight: bold;
  border-bottom: 1px solid #5d6970;
}
.news_content {
  border: 1px solid;
  border-radius: 6px;
  padding: 15px 15px 0 15px;
}
.news_day {
  font-size: 1.4rem;
  color: #00a33a;
  line-height: 1;
}
.news_text {
  display: flex;
  gap: 0 10px;
  align-items: baseline;
  margin-bottom: 15px;
}
.m_choose {
  margin-bottom: 80px;
}
.m_choose-bg {
  background: #f1ede7;
  padding: 40px 20px;
  margin-bottom: 40px;
}
.m_choose-title {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 40px;
}
.m_choose-title-no {
  font-size: 4rem;
  color: #00a33a;
}
.m_choose-subtitle {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
.m_choose-item01 {
  background: #fff;
  padding: 0 20px 30px 20px;
  border-top: 4px solid #f18d00;
  border-radius: 0 0 6px 6px;
  margin-bottom: 25px;
  display: flex;
  padding-top: 30px;
  gap: 20px;
}
.m_choose-item01-no {
  font-size: 6rem;
  font-weight: bold;
  color: #f18d00;
  line-height: 1;
}
.m_choose-item01-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #f18d00;
  line-height: 1.5;
  margin-bottom: 10px;
}
.m_choose-item-nt {
  display: flex;
  align-items: center;
}
.m_choose-item02 {
  margin-bottom: 10px;
  display: flex;
  padding-top: 30px;
  gap: 20px;
}
.m_choose-item02-box {
  background: #fff;
  padding: 0 20px 30px 20px;
  border-top: 4px solid #e45e39;
  border-radius: 0 0 6px 6px;
  margin-bottom: 25px;
}
.m_choose-btn-area.m_choose-btn-area_add {
  max-width: 300px;
}
.m_choose-item02-no {
  font-size: 6rem;
  font-weight: bold;
  color: #e45e39;
  line-height: 1;
}
.m_choose-item02-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #e45e39;
  line-height: 1.5;
  margin-bottom: 10px;
}
.m_choose-item03 {
  background: #fff;
  padding: 0 20px 30px 20px;
  border-top: 4px solid #00aae8;
  border-radius: 0 0 6px 6px;
  margin-bottom: 40px;
  display: flex;
  padding-top: 30px;
  gap: 20px;
}
.m_choose-item03-no {
  font-size: 6rem;
  font-weight: bold;
  color: #00aae8;
  line-height: 1;
}
.m_choose-item03-title {
  font-size: 2.4rem;
  font-weight: bold;
  color: #00aae8;
  line-height: 1.5;
  margin-bottom: 10px;
}
.m_choose-btn {
  text-align: center;
  background: #00a33a;
  padding: 20px;
  border-radius: 100px;
  color: #fff !important;
  display: block;
  margin: 0 auto;
  position: relative;
  line-height: 1;
}
.m_choose-btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 15px;
  top: 25px;
  transform: rotate(45deg);
}
.m_choose-btn-area,
.consult_area-btn-area {
  max-width: 220px;
  margin: 0 auto;
}
.m_choose-btn-area a,
.consult_area-btn-area a {
  text-decoration: none;
  color: #fff !important;
}
.consult_content {
  margin-bottom: 80px;
}
.consult_area {
  background: url(../img/consul_pc.jpg) no-repeat;
  padding: 20px 0;
}
.consult_area-img {
  width: 57px;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}
.consult_area-title {
  color: #fff !important;
  text-align: center;
  line-height: 1.5;
}
.consult_area-subtitle {
  display: block;
  font-size: 1.6rem;
  line-height: 1;
  margin-bottom: 10px;
}
.consult_area-title {
  font-size: 2rem;
  margin-bottom: 20px;
}
.consult_area-message {
  font-size: 1.8rem;
  color: #fff !important;
  text-align: center;
  margin-bottom: 15px;
  line-height: 1;
}
.consult_area-btn {
  text-align: center;
  background: #00a33a;
  width: 220px;
  padding: 20px;
  border-radius: 100px;
  color: #fff !important;
  display: block;
  margin: 0 auto;
  position: relative;
  line-height: 1;
}
.consult_area-btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 15px;
  top: 25px;
  transform: rotate(45deg);
}
.consult_area-btn a {
  text-decoration: none;
  color: #fff !important;
}
.top_rank-decoimg {
  display: block;
  margin: 0 auto 12px;
}
.top_rank-line {
  margin: 80px 0;
  border-top: 1px solid #00a33a;
  padding-top: 80px;
}
.top_rank-name {
  font-size: 3.4rem;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 20px;
}
.top_rank-lead {
  font-size: 2.8rem;
  color: #e45e39;
  text-align: center;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 40px;
}
.top_rank-list {
  display: grid;
  grid-template-columns: repeat(4, 23%);
  gap: 0 2.6%;
  margin-bottom: 40px;
}
.rank_img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.rank_no {
  width: 30px;
  height: 30px;
  background: #f2d32c;
  border-radius: 50%;
  text-align: center;
  color: #fff !important;
  display: block;
  margin: 0 auto 10px;
}
.rank_new {
  width: 50px;
  height: auto;
  border-radius: 50px;
}
.rank_no.rank_no-2 {
  background: #bdbcb9;
}
.rank_no.rank_no-3 {
  background: #d0a564;
}
.rank_no.rank_no-4 {
  background: #fff;
  border: 1px solid #5d6970;
  color: #5d6970 !important;
}
.top_rank-info.top_rank-info-reserve {
  background: #f18d00;
}
.top_rank-info {
  background: #00aae8;
  padding: 10px 0;
  text-align: center;
  color: #fff !important;
  border-radius: 2px;
  margin-bottom: 15px;
  font-size: 1.4rem;
  line-height: 1.1;
}
.top_rank-cm {
  line-height: 1.5;
  margin-bottom: 20px;
  font-size: 1.4rem;
}
.top_rank-pname {
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 15px;
  font-size: 1.5rem;
}
.top_rank-pname a {
  color: #5d6970 !important;
  text-decoration: underline;
}
.top_rank-price {
  margin-bottom: 15px;
  line-height: 1;
}
.top_rank-price-c {
  color: #f00000;
  padding-left: 15px;
  font-weight: bold;
}
.top_rank-price-text {
  font-size: 1.4rem;
}
.top_rank-tag-list {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  gap: 5px 2%;
}
.top_rank-tag {
  background: #00a33a;
  text-align: center;
  color: #fff !important;
  padding: 5px;
  line-height: 1;
  font-size: 1.1rem;
  border-radius: 2px;
}
.top_rank-d a {
  text-decoration: none;
  color: #5d6970;
}
.top_rank-btn {
  padding: 10px 8px 10px 0px;
  border: 1px solid;
  line-height: 1;
  position: relative;
  font-size: 1.5rem;
  border-radius: 2px;
  text-align: center;
}
.top_rank-btn-in {
  background: url(../img/arrow.svg) no-repeat center right / 6px;
  display: block;
  padding-bottom: 2px;
}
.top_rank-1 {
  display: grid;
  grid-template-rows: auto 37px;
  gap: 15px 0;
}
.top_rank-lead.top_rank-light-lead {
  margin-bottom: 20px;
}
.top_rank-text {
  text-align: center;
  font-weight: 300;
  margin-bottom: 40px;
}

.new_rank {
  border-bottom: 1px solid #00a33a;
  padding-bottom: 80px;
}
.pickup_rank-btn-area {
  max-width: 560px;
  margin: 0 auto;
  margin-top: 12px;
}
.pickup_rank-btn-area a {
  text-decoration: none;
}
.pickup_rank-btn01 {
  background: #fff;
  border: 2px solid #00a33a;
  padding: 20px;
  line-height: 1;
  border-radius: 30px;
  text-align: center;
  display: block;
  margin: 0 auto 20px;
  position: relative;
  color: #5d6970;
}
.pickup_rank-btn01_add {
  padding-right: 10px;
}
.pickup_rank-btn01_add::before {
  content: "";
  position: absolute;
  top: 50%; /* 縦軸をセンタリングする */
  right: 15px;
  transform: translateY(-50%); /* 縦軸をセンタリングする */
  border: 6px solid transparent;
  border-left: 8px solid #00a33a; /* 好みで色を変えてください */
}
.pickup_rank-btn02.l_pickup_rank-btn02 {
  line-height: 1.3;
  border-radius: 50px;
}
.pickup_rank-btn02 {
  max-width: 560px;
  background: #00a33a;
  color: #fff !important;
  padding: 20px;
  line-height: 1;
  border-radius: 30px;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
}
.pickup_rank-btn02 a {
  color: #fff !important;
  text-decoration: none;
}
.pickup_rank-btn02_add {
  font-size: 1.4rem;
  font-weight: 400;
  padding-right: 10px;
}
.pickup_rank-btn02_add::before {
  content: "";
  position: absolute;
  top: 50%; /* 縦軸をセンタリングする */
  right: 15px;
  transform: translateY(-50%); /* 縦軸をセンタリングする */
  border: 6px solid transparent;
  border-left: 8px solid #fff; /* 好みで色を変えてください */
}
.bnr_area-title,
.top_animal-area-title,
.top_category-area-title {
  position: relative;
  font-size: 2.8rem;
  padding-left: 10px;
  margin-bottom: 40px;
}
.bnr_area-title::after,
.top_animal-area-title::after,
.top_category-area-title::after {
  position: absolute;
  top: 52%;
  right: 100%;
  width: 8px;
  height: 28px;
  border-radius: 1px;
  content: "";
  background: #00a33a;
  transform: translate(0%, -50%);
}
.bnr_list-img {
  margin-bottom: 20px;
}
.bnr-list-text {
  margin-bottom: 40px;
}
.bnr-list-text.bnr-list-text_add {
  margin-bottom: 80px;
}
.animal-area-list {
  display: grid;
  grid-template-columns: repeat(5, 16%);
  gap: 40px 5%;
}
.animal-area-list-item {
  text-align: center;
}
.animal-area-list_name {
  margin-top: 15px;
  line-height: 1.1;
}
.animal-area-list a {
  text-decoration: none;
  color: #5d6970;
}
.top_animal-area {
  margin-bottom: 80px;
}
.category-area-list {
  display: grid;
  grid-template-columns: repeat(4, 23%);
  gap: 20px 2.6%;
}
.top_category-area {
  margin-bottom: 80px;
}
.top_info-area,
.top_blog-area,
.guide_area-content,
.guide-btn {
  max-width: 1100px;
  max-width: min(calc(100% 40px), 1100px);
  margin: 0 auto;
}
.top_info-area-title,
.top_blog-area-title {
  text-align: center;
  font-size: 2.8rem;
  position: relative;
  margin-bottom: 60px;
}
.top_info-area-title::after {
  content: "";
  width: 110px;
  height: 2px;
  display: inline-block;
  background-color: #00a33a;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 55px);
}
.top_blog-area-title::after {
  content: "";
  width: 36px;
  height: 2px;
  display: inline-block;
  background-color: #00a33a;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 18px);
}
.top_info-area-title02 {
  padding-left: 5px;
}
.top_info-area-lead,
.top_blog-area-lead {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #e45e39;
  margin-bottom: 40px;
}
.top_info-area-btnlist {
  display: grid;
  grid-template-columns: repeat(4, 23%);
  gap: 0 2.6%;
}

.top_info-area-btn01 {
  background: #00a33a;
}
.top_info-area-btn02 {
  background: #e45e39;
}
.top_info-area-btn03 {
  background: #00aae8;
}
.top_info-area-btn04 {
  background: #f18d00;
}
.i_btn,
.i_btn-b {
  text-align: center;
  padding: 20px;
  border-radius: 30px;
  line-height: 1;
  position: relative;
  margin-bottom: 80px;
  font-weight: bold;
}
.i_btn::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 15px;
  top: 25px;
  transform: rotate(45deg);
}
.top_blog-area-btn01::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #00aae8;
  border-right: solid 1px #00aae8;
  position: absolute;
  right: 12px;
  top: 25px;
  transform: rotate(45deg);
}
.top_blog-area-btn02::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #e45e39;
  border-right: solid 1px #e45e39;
  position: absolute;
  right: 15px;
  top: 25px;
  transform: rotate(45deg);
}
.top_info-area-btnlist a {
  text-decoration: none;
  color: #fff !important;
}
.top_blog-area-btnlist a {
  text-decoration: none;
}
.top_blog-area-btnlist {
  display: grid;
  grid-template-columns: repeat(2, 49%);
  gap: 0 2%;
  max-width: 740px;
  margin: 0 auto;
}

.top_blog-area-btn01 {
  border: 2px solid #00aae8;
  color: #00aae8;
  position: relative;
}
.top_blog-area-btn02 {
  border: 2px solid #e45e39;
  color: #e45e39;
}
.top_blog-area-btn01s,
.top_blog-area-btn02s {
  padding-left: 5px;
}
.guide_area-content {
  display: grid;
  grid-template-columns: repeat(3, 33%);
  gap: 60px 0.3%;
  margin-bottom: 60px;
}
.guide_area-title {
  font-size: 2.8rem;
  text-align: center;
  font-weight: bold;
  margin-bottom: 80px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.guide_area-title::before {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #00a33a;
  margin: 0 2.5em;
}
.guide_area-title::after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 1px;
  background: #00a33a;
  margin: 0 2.5em;
}
.g-title {
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.guide_area00 img {
  display: block;
  margin: 0 auto 20px;
}
.guide_area00 {
  border-right: 1px solid #bbb;
  padding: 0 20px;
}
.guide_area01 {
  border-left: 1px solid #bbb;
}
.guide_area04 {
  border-left: 1px solid #bbb;
}
.g-text-r {
  color: #e45e39;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
  text-align: center;
}
.g-area-btm img {
  margin-bottom: 10px;
}
.g-subtext {
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 20px;
}
.g-btn {
  font-size: 1.4rem;
  text-align: center;
  border: 1px solid #5d6970;
  padding: 15px;
  width: 158px;
  display: block;
  margin: 0 auto 20px;
  border-radius: 30px;
  line-height: 1;
}
.g-area-btm a {
  color: #5d6970;
}
.g-lead {
  margin-bottom: 20px;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.4;
}
.guide_area03-lead {
  font-size: 1.3rem;
}
.g-lead-r {
  color: #e45e39;
}
.g-form-title {
  margin-bottom: 15px;
  line-height: 1;
}
.g-form-text01 {
  word-break: break-all;
  font-weight: 300;
}
.g-form-text02 {
  font-weight: 300;
  margin-bottom: 20px;
}
.g-btn.guide_area05_g-btn {
  margin-bottom: 30px;
}
.guide-btn {
  text-align: center;
  display: grid;
  grid-template-columns: repeat(2, 48%);
  gap: 0 4%;
  max-width: 540px;
  margin-bottom: 80px;
}
.guide-btn a {
  text-decoration: none;
  color: #fff !important;
  font-weight: 400;
}
.guide-btn-text {
  background: #f18d00;
  line-height: 1;
  padding: 15px;
  border-radius: 50px;
  position: relative;
}
.guide-btn-text::before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  right: 15px;
  top: 20px;
  transform: rotate(45deg);
}

.fixed_btn {
  background: #f18d00;
  width: 72px;
  height: 72px;
  border-radius: 100px;
  padding: 20px 0;
  bottom: 40px;
  right: 3%;
  position: fixed;
}
.fixed_btn a {
  text-decoration: none;
}
.fixed_btn-text {
  text-align: center;
  font-size: 1.5rem;
  line-height: 1;
  color: #fff !important;
}
.fixed_btn-img {
  display: block;
  margin: 0 auto;
  margin-bottom: 5px;
}

#fixnav {
  width: 100%;
  height: calc(100vh - 75px);
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  transition: 0.3s;
}

.fs-c-breadcrumb {
  background: #f7f7f7;
  padding: 10px;
  margin: 0 auto 50px;
}

.fs-c-breadcrumb__list {
  padding: 0;
  max-width: 1100px;
  margin: 0 auto;
}
.fs-c-breadcrumb__listItem:first-child {
  position: relative;
}

.fs-c-breadcrumb__listItem:first-child a {
  background: url(../img/i-home.svg) no-repeat left center / 15px;
  padding: 3px 0 3px 25px;
}

@media (max-width: 959px) {
  .sp-none {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }

  .sp_form-btn a {
    display: block;
  }

  #mainbox .fs-c-panelContainer {
    grid-column: span 1;
  }

  #mainbox,
  #mainbox_single {
    margin: 0 auto 60px;
  }

  #mainbox {
    grid-template-columns: 100%;
    margin: 0 auto 20px;
  }
  .nav {
    height: 30px;
  }
  .nav-box {
    border-bottom: none;
    height: 30px;
  }
  .consult_area-title {
    font-size: 1.6rem;
    font-weight: 500;
    margin-bottom: 15px;
  }
  .consult_area-subtitle {
    font-size: 1.2rem;
  }
  .consult_area-message {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .consult_area {
    padding: 10px 0;
    background: url(../img/consul_pc.jpg) no-repeat center;
  }
  .m_choose-btn::before,
  .consult_area-btn::before {
    top: 20px;
  }
  .news_content {
    padding: 15px 10px 0px 10px;
    font-size: 1.5rem;
  }
  .news_content a {
    font-weight: 400;
  }
  .news_day {
    display: block;
  }
  .news_text {
    display: block;
  }
  .top_rank-btn {
    font-size: 1.4rem;
  }
  .m_choose-btn,
  .consult_area-btn,
  .pickup_rank-btn01,
  .pickup_rank-btn02 {
    padding: 15px;
  }
  .m_choose-title {
    font-size: 2.2rem;
  }
  .m_choose-item01-title,
  .m_choose-item02-title,
  .m_choose-item03-title {
    font-size: 1.6rem;
    color: #5d6970;
    font-weight: 500;
    margin-bottom: 0px;
  }
  .animal-area-list_name {
    font-size: 1.4rem;
  }
  .header_inner {
    grid-template-columns: 100%;
    padding: 10px 0 10px 0;
  }
  .header_item-l {
    display: grid;
    grid-template-columns: 20% 60% 20%;
    align-items: center;
  }
  .search_btn {
    line-height: 1;
  }
  .search_btn img {
    width: 18px;
    display: block;
    margin: 0 auto;
  }
  .header_logo {
    max-width: 260px;
    display: block;
    margin: 0 auto;
  }
  .hm {
    padding-top: 5px;
    top: 0;
    right: 0;
    padding: 15px;
    z-index: 1;
  }
  .hm_back {
    background: #e4e4e4;
  }
  .hm_box {
    width: 90%;
    background: #fff;
  }
  .hm_inner {
    display: block;
    position: relative;
    width: 44px;
    margin: 0 auto;
    z-index: 0;
    padding-top: 15px;
    text-align: center;
    font-size: 0.9rem;
  }
  .hm_inner i {
    display: block;
    width: 100%;
    width: 30px;
    height: 1px;
    background-color: #5d6970;
    position: absolute;
    transition: transform 0.5s, opacity 0.5s;
    left: 50%;
    transform: translateX(-50%);
  }

  .hm_inner i:nth-child(1) {
    top: 0;
  }
  .hm_inner i:nth-child(2) {
    top: 7px;
    margin: auto;
  }
  .hm_inner i:nth-child(3) {
    top: 14px;
  }

  .hm_inner.show i:nth-child(1) {
    opacity: 0;
  }
  .hm_inner.show i:nth-child(2) {
    opacity: 0;
  }
  .hm_inner.show i:nth-child(3) {
    opacity: 0;
  }
  .hm_open-inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s, visibility 0.5s;
    background-color: #fff;
    z-index: 3;
    height: calc(100vh - 5px);
  }
  .hm_inner.hm_close-btn {
    width: 100%;
    padding: 0 15px;
    margin-bottom: 20px;
    padding-top: 30px;
  }
  .hm_inner.hm_close-btn.hm_close-btn_u {
    margin-bottom: 50px;
    padding: 0 15px 50px 15px;
  }
  .hm_close-btn-text {
    background: #ebebeb;
    text-align: center;
    padding: 15px 0;
    line-height: 1;
    font-size: 1.4rem;
  }
  .hm_open_list-title {
    color: #ee6557;
    text-decoration: none;
  }

  .hm_open-inner.show {
    opacity: 1;
    visibility: visible;
    overflow-y: scroll;
    overflow-x: hidden;
    background: rgba(44, 44, 44, 0.8);
  }

  .hm_form-area {
    display: none;
    z-index: 2;
    position: absolute;
    top: 0;
    width: 100%;
    background: #fff;
  }
  .hm_form-area-close {
    text-align: center;
    font-size: 1.4rem;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .hm_form-area-close::after {
    content: "";
    margin-left: 0.5em;
    display: inline-block;
    border-style: solid;
    border-width: 0.5em 0 0.5em 0.865em;
    border-color: transparent transparent transparent #00a33a;
    transform: translateY(0.1em) scale(0.8) rotate(270deg);
  }
  .hm_form-search {
    background: #00a33a;
    padding: 10px;
    margin-bottom: 20px;
  }
  .pop_word-title.hm_pop_word-title::before {
    display: none;
  }
  .pop_word-title.hm_pop_word-title {
    padding-left: 0px;
    font-size: 1.4rem;
  }
  .pop_word-link-text.hm_pop_word-link-text a {
    font-size: 1.2rem;
  }
  .pop_word-link.hm_pop_word-link {
    display: flex;
    gap: 5px 10px;
    flex-wrap: wrap;
  }
  .hm_form-area.sp-only {
    display: block;
  }
  .pop_word.hm_pop_word {
    margin-bottom: 20px;
  }
  .hm_form_area-system {
    display: grid;
    grid-template-columns: 95% 5%;
    align-items: center;
    background: #fff;
    border-radius: 30px;
    padding: 10px;
  }
  .hm_form_area-submit {
    border: none;
    background: none;
    cursor: pointer;
    padding-top: 5px;
  }
  .hm_form_area-label {
    line-height: 1;
  }
  .hm_form_area-input {
    text-align: center;
    appearance: none;
    background: transparent;
    border: none;
    border-radius: 0;
    outline: none;
    width: 100%;
  }
  .hm_title-f-icon {
    background: url(../img/open_btn.svg) no-repeat center right;
    display: block;
    padding: 4px 0 4px 0;
  }
  .selected .hm_title-f-icon {
    background: url(../img/close_btn.svg) no-repeat center right;
    display: block;
    padding: 4px 0 4px 0;
  }
  .nav_area-list-reserve::before {
    display: none;
  }
  .nav_area {
    grid-template-columns: repeat(3, 33.3%);
    margin: 0 auto 10px;
    height: 30px;
  }

  .sp_top-message {
    text-align: center;
    color: #f18d00;
    font-size: 1.8rem;
    font-weight: bold;
  }
  .nav_area-list-title {
    font-size: 1.4rem;
  }
  .header_bar {
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
  }
  .top_slider {
    padding: 0 10px;
    margin-bottom: 80px;
    margin-top: 10px;
  }
  .header_bar-title {
    font-size: 1.4rem;
    padding: 10px;
  }
  .header_bar-lead {
    font-size: 1.1rem;
    padding-left: 10px;
  }
  .top_message {
    margin: 10px 0 20px;
  }
  .m_choose-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .m_choose-title-no {
    font-size: 3.4rem;
    padding: 0 5px;
  }
  .m_choose-item01,
  .m_choose-item02-box,
  .m_choose-item03 {
    background: none;
    border-top: none;
    padding: 0px;
    gap: 15px;
  }
  .m_choose-item02 {
    padding-top: 0px;
  }
  .m_choose-item03 {
    margin-bottom: 0px;
  }
  .m_choose-item-text {
    display: none;
  }
  .m_choose-item01-no,
  .m_choose-item02-no,
  .m_choose-item03-no {
    font-size: 3.4rem;
    padding-top: 0px;
  }
  .m_choose-item {
    border-radius: 8px;
    background: #fff;
    padding: 20px 25px;
    margin-bottom: 20px;
  }
  .m_choose-bg {
    padding: 30px 15px;
    width: 100vw;
    margin-left: -20px;
  }
  .consult_content {
    margin-bottom: 40px;
    width: 100vw;
    margin-left: -20px;
  }
  .news {
    margin-bottom: 40px;
  }
  .news_day {
    font-size: 1.3rem;
  }
  .top_rank {
    padding: 0 15px;
  }
  .top_rank-line {
    margin: 40px 0;
    padding-top: 40px;
  }
  .top_rank-name {
    font-size: 2.8rem;
    margin-bottom: 15px;
  }
  .top_rank-lead {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .top_rank-lead.top_rank-lead_add {
    line-height: 1.3;
  }
  .top_rank-decoimg {
    margin-bottom: 10px;
  }
  .top_rank-text {
    margin-bottom: 20px;
  }
  .bnr_area-title {
    font-size: 1.8rem;
    padding-left: 20px;
    margin-bottom: 30px;
  }
  .bnr_area-title::after {
    top: 55%;
    left: 0px;
  }
  .header_bar.content_bar {
    margin-bottom: 40px;
    width: 100vw;
    margin-left: -20px;
  }
  .bnr-list-text {
    margin-bottom: 30px;
  }
  .bnr-list-text.bnr-list-text_add {
    margin-bottom: 40px;
  }
  .sp_form-area {
    margin-bottom: 40px;
  }
  .sp_form-area-inner {
    border: 1px solid;
    border-radius: 7px;
    padding: 30px 20px;
  }
  .sp_form-area-text {
    text-align: center;
    margin-bottom: 20px;
  }
  .sp_form-area-btn01 {
    border: 1px solid #00a33a;
    border-radius: 30px;
    text-align: center;
    line-height: 1;
    max-width: 300px;
    margin: 0 auto 10px;
  }
  .sp_form-area-btn01 a {
    display: block;
    padding: 15px;
  }

  .sp_form-area-btn01t {
    background: url(../img/sp_mail.svg) no-repeat center left;
    padding: 2px 0 4px 30px;
  }
  .sp_form-area-btn02 {
    background: #00a33a;
    border-radius: 50px;
    text-align: center;
    line-height: 1.5;
    max-width: 300px;
    color: #fff !important;
    font-weight: 400;
    margin: 0 auto;
  }
  .sp_form-area-btn02 a {
    display: block;
    padding: 10px;
    color: #fff !important;
  }
  .b-small {
    display: block;
    font-size: 1.3rem;
    font-weight: 300;
  }
  .sp_form-area-btn02t {
    background: url(../img/sp_form.svg) no-repeat center left;
    padding: 2px 0 2px 30px;
  }

  .guide_area-title::before,
  .guide_area-title::after {
    display: none;
  }
  .guide_area-title {
    text-align: center;
    font-size: 1.6rem;
    display: block;
    background: #00a33a;
    color: #fff !important;
    padding: 10px 0;
    margin-bottom: 30px;
  }
  .guide_area-content {
    grid-template-columns: 100%;
    padding: 0 15px;
    gap: 20px 0.3%;
    margin-bottom: 30px;
  }
  .guide_area01 {
    border-left: none;
  }
  .guide_area04 {
    border-left: none;
  }  
  .guide_area00 {
    border-right: none;
    padding: 0px;
    border-bottom: 1px solid #5a5657;
  }
  .g-area-top {
    display: none;
  }
  .g-title {
    text-align: left;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .sp_g-title-area-btn {
    position: relative;
    cursor: pointer;
    font-size: 2rem;
    text-align: left;
    font-weight: 600;
    align-items: center;
    line-height: 1;
  }

  .sp_g-title-area-btn01 {
    position: absolute;
    top: 60%;
    right: 0px;
    transform: translateY(-50%);
    background: #fff;
    display: block;
    width: 24px;
    height: 24px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border-radius: 50%;
  }
  .sp_g-title-area-btn01::before {
    display: block;
    content: "";
    background-color: #5a5657;
    position: absolute;
    width: 1px;
    height: 14px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1px;
  }
  .sp_g-title-area-btn01::after {
    display: block;
    content: "";
    background-color: #5a5657;
    position: absolute;
    width: 14px;
    height: 1px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 1px;
  }
  .sp_g-title-area-btn.selected .sp_g-title-area-btn01::before {
    display: none;
  }
  .guide-btn {
    grid-template-columns: 100%;
    max-width: 260px;
    gap: 10px 4%;
    margin-bottom: 40px;
  }
  .side_title {
    display: block;
  }
  .side_title::before {
    content: "";
    display: block;
    width: 100%;
    height: 32px;
    background: url(../img/grass.png) repeat-x;
  }
  .side_subtitle {
    font-size: 1.8rem;
  }
  .footer {
    margin-bottom: 90px;
  }
  .footer_btm {
    border-top: 1px solid #bbbbbb;
    padding-top: 30px;
    display: block;
    margin-bottom: 30px;
  }
  .f_logo-name {
    text-align: center;
    font-size: 1.3rem;
  }
  .footer_logo-img {
    display: block;
    margin: 0 auto 15px;
    width: 230px;
    height: auto;
  }
  .footer_btm-r-top {
    text-align: center;
    font-size: 1.3rem;
  }
  .footer_logo02-img {
    display: block;
    margin: 0 auto;
    width: 260px;
  }
  .sp_footer-list {
    text-align: center;
    line-height: 1.3;
    font-weight: 400;
  }
  .sp_footer-list a {
    color: #5a5657;
    font-size: 1.3rem;
  }
  .footer_copyright small {
    padding: 10px;
  }
  .category_list-name,
  .animal_list-name {
    font-size: 1.4rem;
    display: block;
    line-height: 1.4;
  }
  .sp_list-name-s {
    font-size: 1.1rem;
  }
  .hm_open_list a,
  .hm_know-area a,
  .hm_be-area a {
    text-decoration: none;
    color: #5a5657;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.6;
  }
  .hm_open_list {
    margin-top: 20px;
    padding: 0 15px;
    margin-bottom: 20px;
  }
  .hm_title-f {
    background: #00a33a;
    color: #fff !important;
    text-align: center;
    padding: 15px;
    line-height: 1;
    margin: 0 15px;
  }
  .hm_title {
    margin-bottom: 10px;
  }
  .hm_sp_footer_category {
    display: none;
  }
  .hm_pickup-btn {
    margin-bottom: 30px;
  }
  .hm_pickup-btn a {
    text-decoration: none;
    color: #5a5657;
  }
  .hm_pickup-btn01 {
    border: 1px solid #f18d00;
    max-width: 300px;
    display: block;
    margin: 0 auto 10px;
    text-align: center;
    font-weight: 400;
    font-size: 1.4rem;
    padding: 5px;
  }
  .hm_pickup-btn01-text {
    background: url(../img/hm_trailcamera-icon.svg) no-repeat center left;
    padding: 5px 0 5px 20px;
  }
  .hm_pickup-btn01 {
    position: relative;
  }
  .hm_pickup-btn01::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 7px solid #f18d00;
  }
  .hm_pickup-btn02 {
    border: 1px solid #00aae8;
    max-width: 300px;
    display: block;
    margin: 0 auto 10px;
    text-align: center;
    font-weight: 400;
    font-size: 1.4rem;
    padding: 5px;
  }
  .hm_pickup-btn02-text {
    background: url(../img/hm_light-icon.svg) no-repeat center left;
    padding: 5px 0 30px 30px;
  }
  .hm_pickup-btn02 {
    position: relative;
  }
  .hm_pickup-btn02::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 7px solid #00aae8;
  }
  .hm_pickup-btn03 {
    border: 1px solid #e45e39;
    max-width: 300px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-weight: 400;
    font-size: 1.4rem;
    padding: 5px;
  }
  .hm_pickup-btn03-text {
    background: url(../img/hm_foot-icon.svg) no-repeat center left;
    padding: 5px 0 5px 30px;
  }
  .hm_pickup-btn03 {
    position: relative;
  }
  .hm_pickup-btn03::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    border: 5px solid transparent;
    border-left: 7px solid #e45e39;
  }
  .hm_04 {
    margin-bottom: 30px;
  }
  .hm_know-area,
  .hm_be-area {
    padding: 0 15px;
  }
  .hm_know-title {
    background: #f18d00;
    color: #fff !important;
    text-align: center;
    line-height: 1;
    padding: 20px;
    margin-bottom: 20px;
  }
  .hm_be-title {
    background: #ececec;
    text-align: center;
    line-height: 1;
    padding: 10px;
    margin-bottom: 20px;
  }
  .hm_know,
  .hm_be {
    margin-bottom: 30px;
  }
  .hm_from-area-text {
    text-align: center;
    font-size: 1.3rem;
    color: #e45e39;
    font-weight: 300;
  }
  .sp_form-area-btn02.hm_form-area-btn02 {
    margin-bottom: 20px;
  }
  .hm_sns {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .sp_form-area.hm_sp_form-area {
    margin-bottom: 30px;
    padding: 0 15px;
  }
  .sp_footer_category,
  .sp_footer_animal {
    display: grid;
    grid-template-columns: repeat(2, 49%);
    gap: 0 2%;
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .sp_category_list .sp_category_list-item:nth-child(1) {
    background: url(../img/category_icon01.png) no-repeat left center / 40px;
  }
  .sp_category_list .sp_category_list-item:nth-child(2) {
    background: url(../img/category_icon02.png) no-repeat left center / 40px;
  }
  .sp_category_list .sp_category_list-item:nth-child(3) {
    background: url(../img/category_icon03.png) no-repeat left center / 40px;
  }
  .sp_category_list .sp_category_list-item:nth-child(4) {
    background: url(../img/category_icon04.png) no-repeat left center / 40px;
  }
  .sp_category_list .sp_category_list-item:nth-child(5) {
    background: url(../img/category_icon05.png) no-repeat left center / 40px;
  }
  .sp_category_list .sp_category_list-item:nth-child(6) {
    background: url(../img/category_icon06.png) no-repeat left center / 40px;
  }
  .sp_category_list02 .sp_category_list-item:nth-child(1) {
    background: url(../img/category_icon07.png) no-repeat left center / 40px;
  }
  .sp_category_list02 .sp_category_list-item:nth-child(2) {
    background: url(../img/category_icon08.png) no-repeat left center / 40px;
  }
  .sp_category_list02 .sp_category_list-item:nth-child(3) {
    background: url(../img/category_icon09.png) no-repeat left center / 40px;
  }
  .sp_category_list02 .sp_category_list-item:nth-child(4) {
    background: url(../img/category_icon10.png) no-repeat left center / 40px;
  }
  .sp_category_list02 .sp_category_list-item:nth-child(5) {
    background: url(../img/category_icon11.png) no-repeat left center / 40px;
  }
  .sp_category_list02 .sp_category_list-item:nth-child(6) {
    background: url(../img/category_icon12.png) no-repeat left center / 40px;
  }

  .sp_category_list .sp_category_list-item,
  .sp_category_list02 .sp_category_list-item,
  .sp_animal_list .sp_animal_list-item,
  .sp_animal_list02 .sp_animal_list-item {
    padding-left: 50px;
    height: 60px;
    display: flex;
    align-items: center;
  }

  .sp_category_list-item,
  .sp_animal_list-item {
    border-bottom: 0.75px solid #dedede;
  }
  .sp_category_list-item a,
  .sp_animal_list-item a {
    text-decoration: none;
    color: #5d6970;
  }
  .sp_animal_list .sp_animal_list-item:nth-child(1) {
    background: url(../img/animal_icon01.png) no-repeat left center / 40px;
  }
  .sp_animal_list .sp_animal_list-item:nth-child(2) {
    background: url(../img/animal_icon02.png) no-repeat left center / 40px;
  }
  .sp_animal_list .sp_animal_list-item:nth-child(3) {
    background: url(../img/animal_icon03.png) no-repeat left center / 40px;
  }
  .sp_animal_list .sp_animal_list-item:nth-child(4) {
    background: url(../img/animal_icon04.png) no-repeat left center / 40px;
  }
  .sp_animal_list .sp_animal_list-item:nth-child(5) {
    background: url(../img/animal_icon05.png) no-repeat left center / 40px;
  }
  .sp_animal_list .sp_animal_list-item:nth-child(6) {
    background: url(../img/animal_icon06.png) no-repeat left center / 40px;
  }
  .sp_animal_list .sp_animal_list-item:nth-child(7) {
    background: url(../img/animal_icon07.png) no-repeat left center / 40px;
  }
  .sp_animal_list .sp_animal_list-item:nth-child(8) {
    background: url(../img/animal_icon08.png) no-repeat left center / 40px;
  }
  .sp_animal_list02 .sp_animal_list-item:nth-child(1) {
    background: url(../img/animal_icon09.png) no-repeat left center / 40px;
  }
  .sp_animal_list02 .sp_animal_list-item:nth-child(2) {
    background: url(../img/animal_icon10.png) no-repeat left center / 40px;
  }
  .sp_animal_list02 .sp_animal_list-item:nth-child(3) {
    background: url(../img/animal_icon11.png) no-repeat left center / 40px;
  }
  .sp_animal_list02 .sp_animal_list-item:nth-child(4) {
    background: url(../img/animal_icon12.png) no-repeat left center / 40px;
  }
  .sp_animal_list02 .sp_animal_list-item:nth-child(5) {
    background: url(../img/animal_icon13.png) no-repeat left center / 40px;
  }
  .sp_animal_list02 .sp_animal_list-item:nth-child(6) {
    background: url(../img/animal_icon14.png) no-repeat left center / 40px;
  }
  .sp_animal_list02 .sp_animal_list-item:nth-child(7) {
    background: url(../img/animal_icon15.png) no-repeat left center / 40px;
  }
  #footer {
    margin-bottom: 100px;
  }
  .sp_footer_nav-list {
    background: #00a33a;
    display: grid;
    grid-template-columns: repeat(5, 20%);
    color: #fff !important;
  }
  .sp_footer_nav-icon {
    text-align: center;
  }
  .sp_footer_nav-text {
    font-size: 1.2rem;
    text-align: center;
  }

  .sp_footer_nav-item {
    display: grid;
    grid-template-rows: 38px 15px;
    align-items: end;
    border-right: 1px solid;
    padding: 5px 0;
    position: relative;
  }
  .sp_footer_nav {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 10;
  }
  .sp_footer_nav-list a {
    text-decoration: none;
    color: #fff !important;
    font-weight: 400;
  }
  .footer_icon {
    width: 26px;
    height: auto;
  }

  #fixnav.selected {
    background: #fff;
    z-index: 2;
    opacity: 1;
    pointer-events: all;
    height: calc(100vh - 5px);
    background: rgba(44, 44, 44, 0.8);
  }

  #fixnav .hm_form-area {
    display: block;
    z-index: 2;
    position: relative;
    top: inherit;
    width: 100%;
    background: #fff;
  }
  #fixnav .hm_form-area-close {
    display: none;
  }

  #fixnav .pop_word {
    padding: 0 20px 20px;
  }

  #fixnav .hm_title {
    pointer-events: none;
  }

  #fixnav .hm_sp_footer_category {
    display: block;
  }

  #fixnav .hm_title-f-icon {
    background: none !important;
  }

  .fixnav__inner {
    height: 100%;
    overflow: scroll;
    padding-bottom: 80px;
    width: 90%;
    background: #fff;
  }
}

@media (max-width: 767px) {
  #footer {
    margin-bottom: 95px;
  }
  .hm_open-inner {
    margin-bottom: 75px;
  }
  .fixed_btn {
    width: 60px;
    height: 60px;
    padding: 12px 0px 20px 0px;
    bottom: 80px;
  }
  .fixed_btn-text {
    font-size: 1.4rem;
  }
}

@media (max-width: 519px) {
  .arrow-explain2 {
    position: relative;
    width: 200px;
    height: 2px;
    color: #b0b0b0;
    background: currentColor;
    top: 20px;
    margin: 0 0 40px auto;
  }
  .arrow-explain2:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 100%;
    width: 0;
    height: 0;
    border: 6px solid #b0b0b0;
    border-top-color: transparent;
    border-right-color: transparent;
    border-right-width: 0;
    border-bottom-color: transparent;
  }
  .top_rank-list-area {
    overflow: auto;
  }
  .top_rank-list {
    width: max-content;
    margin-bottom: 30px;
    display: flex;
    gap: 0px 40px;
  }
  .top_rank-1 {
    width: 200px;
  }

  .animal_list .animal_list-item:nth-child(14) {
    padding: 30px 0px 20px 50px;
  }
  .m_choose-btn.m_choose-btn02 {
    font-size: 1.2rem;
    padding: 12px;
  }
  .m_choose-btn.m_choose-btn02::before {
    top: 15px;
  }
  .m_choose-btn,
  .consult_area-btn,
  .pickup_rank-btn01,
  .pickup_rank-btn02 {
    margin-bottom: 10px;
  }
  .new_rank {
    padding-bottom: 15px;
  }
  .top_rank-lead {
    margin-bottom: 0px;
  }
  .top_rank-text {
    margin-bottom: 0px;
  }
}
.text_link {
  font-size: 1.4rem;
}
.text_link a {
  border-bottom: 1px solid #5d6970;
  color: #5d6970;
}
.form_area-submit-icon {
  background: none;
  border: none;
}
.sp_header_close-btn {
  margin: 10px 15px;
}
.fs-client-cart-count {
  width: 18px;
  height: 18px;
  position: absolute;
  background: #e45e39;
  color: #fff;
  padding: 3px;
  border-radius: 50%;
  line-height: 1rem;
  text-align: center;
  font-size: 1.3rem;
  top: 3px;
  left: 46px;
}
@media (max-width: 959px) {
  .fs-client-cart-count {
    left: 85px;
  }
  .no_border {
    border-right: 0px;
  }
  .footer_sns-icon {
    display: none !important;
  }
}
@media (max-width: 519px) {
  .fs-client-cart-count {
    left: 46px;
  }
}
.link_color a {
  color: #00a33a;
  text-decoration: underline;
}
.footer_sns-icon {
  display: flex;
  align-items: center;
}
#fs_Checkout {
  overflow-x: initial;
}
/* 痕跡・フンページ */
.top_animal-area_add {
  max-width: 1100px;
  max-width: min(calc(100% 40px), 1100px);
  margin: 0 auto 80px;
}
.animal_search-img {
  max-width: 130px;
  height: auto;
  margin: 0 auto;
}

.bk_title {
  background: #f18d00;
  color: #fff !important;
  text-align: center;
  line-height: 1;
  padding: 20px;
  margin-bottom: 20px;
}
.top_bnr-img.top_bnr-img_add {
  padding: 0 10px 0 0;
}

/* 痕跡・フンページ */
