@charset "UTF-8";

/*---------------------------------------------

	全ページ共通

---------------------------------------------*/
/* ↓ 色とテキストの定義 ------------------------*/
html {
  scroll-behavior: smooth;
  font-size: 14px;
}

@media screen and (min-width: 1450px) {
  html {
    font-size: 15px;
  }
}

@media screen and (min-width: 1600px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 540px) {
  html {
    font-size: 3.5vw;
    /*文字量L-3.3vw/文字量M-3.5vw  */
  }
}

body {
  color: #826b54;
  letter-spacing: 0.08rem;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-family: "Roboto", "Noto Sans JP", sans-serif;
  font-weight: 400;
  /*bold700 Medium 500 regular400 light 300*/
  position: relative;
  background: white;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

body p {
  font-size: 1rem;
  color: #826b54;
}

.post h6,
h6 span {
  line-height: 1.2;
  font-size: 0.8rem !important;
  font-weight: 400;
  color: #826b54;
}

.tsuku_bold {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 700;
}

.tsuku {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-style: normal;
  font-weight: 400;
}

footer {
  margin-top: auto;
}

/* ↓ 共通アニメーション------------------------*/
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* ↓ 共通コンテンツ横幅とマージン ------------------------*/
/*pcの横幅*/
.pcWidth-xl {
  width: 1024px;
  max-width: 98%;
  margin: 0 auto;
}

.pcWidth-l {
  width: 960px;
  max-width: 98%;
  margin: 0 auto;
}

.pcWidth-m {
  width: 900px;
  max-width: 98%;
  margin: 0 auto;
}

.pcWidth-s {
  width: 760px;
  max-width: 98%;
  margin: 0 auto;
}

@media screen and (min-width: 1450px) {
  .pcWidth-xl {
    width: 1216px;
  }

  .pcWidth-l {
    width: 1152px;
  }

  .pcWidth-m {
    width: 1080px;
  }

  .pcWidth-s {
    width: 912px;
  }
}

/*spの横幅*/
@media screen and (max-width: 540px) {
  .spWidth-max {
    max-width: 100%;
  }

  .spWidth-l {
    max-width: 94%;
  }

  .spWidth-m {
    max-width: 88%;
  }

  .spWidth-s {
    max-width: 78%;
  }
}

/*セクションの上下のマージン*/
.secOuter-s {
  padding: 4rem 0px 5rem 0px;
}

.secOuter-m {
  padding: 5rem 0px 6.5rem 0px;
}

.secOuter-l {
  padding: 7rem 0px 8rem 0px;
}

@media screen and (max-width: 540px) {
  .secOuter-s {
    padding: 3rem 0px 4.2rem 0px;
  }

  .secOuter-m {
    padding: 3.5rem 0px 4.8rem 0px;
  }

  .secOuter-l {
    padding: 4.2rem 0px 4.8rem 0px;
  }
}

/* ↓ リンクと共通パーツ ------------------------*/
.textalign-center {
  text-align: center;
}

.textalign-left {
  text-align: left;
}

.textalign-right {
  text-align: right;
}

a {
  color: #333333;
  text-decoration: none;
}

a:hover {
  opacity: 0.7;
}

.btn-cv {
  display: inline-block;
  padding: 0.8rem 2rem;
  border-radius: 0.6rem;
  font-size: 1.8rem;
  font-weight: 500;
  background: #00b300;
  color: white;
  letter-spacing: 0.07rem;
  line-height: normal;
  box-shadow: 0px 0px 6px 1px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 540px) {
  .btn-cv {
    font-size: 1.3rem;
  }
}

.btn-m {
  width: 20rem;
  margin: 0 auto;
  padding: 0.5rem 2rem;
  border-radius: 2rem;
  font-size: 1.2rem;
  background: #ff9139;
  color: white;
  letter-spacing: 0.07rem;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1.4;
}

.btn-area {
  margin-top: 1.5rem;
}

.btn-area-l {
  margin-top: 3rem;
}

@media screen and (max-width: 540px) {
  .btn-area {
    margin-top: 1rem;
  }

  .btn-area-l {
    margin-top: 1.5rem;
  }
}

/*---------------------------------------------

	トップページ

---------------------------------------------*/
/* ↓ セクション ｜ ファーストビュー ------------------------*/

/* サイドバー用のmargin */
.consv {
  margin-left: 258px;
}

@media screen and (max-width: 1064px) {
  .consv {
    margin-left: 0;
  }
}

/* ファーストビュー */
.consv_fv {
  background-color: #fff8f3;
  text-align: center;
}

.consv_fv img {
  width: 95%;
  max-width: 1000px;
  height: auto;
  padding-top: 2rem;
  margin: auto;
}

@media screen and (max-width: 540px) {
  .consv_fv img {
    width: 95%;
    max-width: 1000px;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin: auto;
  }
}

/*---------------------------------------------

	タブ

---------------------------------------------*/
/* タブズ */
.consv_tabs {
  display: flex;
  justify-content: center;
  background-color: #fff8f3;
}

/* タブ */
.consv_tab {
  position: relative;
  background-color: #e4e4e4;
  width: 23rem;
  height: 4.5rem;
  border-radius: 5px 5px 0 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
  color: #808080;
}

.consv_tab:last-child {
  margin-right: 0;
}

.consv_tab .title {
  font-size: 2rem;
}

.consv_tab:before {
  content: "";
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
}

@media screen and (max-width: 540px) {
  .consv_tab {
    width: 43%;
    height: 4rem;
    margin-right: 0.5rem;
  }

  .consv_tab:before {
    width: 2.5rem;
    position: static;
    margin-bottom: -3.5rem;
    margin-right: 0.5rem;
  }
}

.consv_tab.tab_dog::before {
  background: url(../../img/pages/manual/icon_dog_off.svg) no-repeat;
}

.consv_tab.tab_cat::before {
  background: url(../../img/pages/manual/icon_cat_off.svg) no-repeat;
}

.consv_tab.tab_dog.current::before,
.consv_tab.tab_dog:hover::before {
  background: url(../../img/pages/manual/icon_dog.svg) no-repeat;
}

.consv_tab.tab_cat.current::before,
.consv_tab.tab_cat:hover::before {
  background: url(../../img/pages/manual/icon_cat.svg) no-repeat;
}

.consv_tab.current,
.consv_tab:hover {
  color: #826b54;
  background-color: #fff4b3;
}

.consv_tab.current .title,
.consv_tab:hover .title {
  color: #826b54;
  background-color: #fff4b3;
  background: linear-gradient(transparent 60%, #ffe41f 60%);
}

.consv_tab img {
  width: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 2rem;
}

@media screen and (max-width: 540px) {
  .consv_tab .title {
    font-size: 1.5rem;
  }
}

/*---------------------------------------------

	タブコンテント

---------------------------------------------*/

.consv_tabContent {
  margin-bottom: 8rem;
  background-color: #fff4b3;
  text-align: center;
  padding-top: 1.5rem;
  padding-bottom: 13rem;
  background-image: url(../../img/pages/manual/img_footer.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

@media screen and (max-width: 540px) {
  .consv_tabContent {
    margin: 0;
    padding-bottom: 9rem;
    background-image: url(../../img/pages/manual/img_footer_sp.svg);
  }
}

/* ステップス */
.consv_steps {
  background-color: #fffef7;
  border-radius: 10px;
  margin-top: 2rem;
  padding: 5.5rem;
}

@media screen and (max-width: 540px) {
  .consv_steps {
    padding: 2rem 1.6rem;
  }
}

/* ステップ */
.consv_step {
  margin-bottom: 0.5rem;
}

.consvpage_morecategory .consv_step .titles {
  padding: 0;
}

/* タイトル */
.consv_step .title {
  display: flex;
  align-items: center;
  font-size: 2rem;
  text-align: left;
}

.consv_step .title .icon_cat {
  margin: 0 0.5rem;
}

.consv_step .title .icon,
.consvpage_morecategory .title .icon {
  width: auto;
  height: 4rem;
}

@media screen and (max-width: 540px) {
  .consv_step .title .icon {
    height: 3rem;
  }

  .consv_step .title {
    font-size: 1.6rem;
    line-height: 1.4;
    letter-spacing: normal;
  }
}

/* ボタンズ */
.consv_stepBtns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-top: solid 1px #c5b097;
  padding: 1.5rem 0;
  margin-top: 0.5rem;
}

/* ボタン */
.consv_stepBtn {
  position: relative;
  width: 47%;
  text-align: left;
  padding: 1rem 5rem 1rem 2rem;
  margin-bottom: 1.5rem;
  font-size: 1.3rem;
  color: #ffffff;
  letter-spacing: normal;
  border-radius: 50px;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
  min-height: 6rem;
  display: flex;
  align-items: center;
  line-height: 1.2;
}

@media screen and (max-width: 540px) {
  .consv_stepBtn {
    width: 100%;
  }
}

.button_orange {
  background-color: #ff931d;
}

.button_green {
  background-color: #83ae00;
}

.consv_stepBtn::before {
  content: "";
  background: url(../../img/pages/manual/icon_arrow.svg) no-repeat;
  width: 1.2rem;
  height: 1.2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

/* フッターボタンズ */
.consv_footerBtns {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1.5rem 0;
  margin-top: 1rem;
}

/* フッターボタン */
.consv_footerBtn {
  display: inline-block;
  width: 26rem;
  max-width: 100%;
}

.tabchangeBtn {
  display: none;
  justify-content: center;
  color: #fff;
  font-size: 1.3rem;
  position: relative;
  padding: 1rem;
  margin-bottom: 2rem;
  border-radius: 10px;
  background-color: #a47c52;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.tabchangeBtn_dog.active,
.tabchangeBtn_cat.active {
  display: flex;
}

.tabchangeBtn img {
  width: 1.5rem;
  margin-right: 0.5rem;
}

.totopBtn {
  display: flex;
  justify-content: center;
  font-size: 1.1rem;
  position: relative;
  padding: 0.5rem;
  border-radius: 5px;
  color: #826b54;
  background-color: #fff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.3);
}

.totopBtn::before {
  content: "";
  background: url(../../img/pages/manual/icon_arrow_brown.svg) no-repeat;
  width: 0.8rem;
  height: 0.8rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
}

/*---------------------------------------------

	フッター

---------------------------------------------*/
.consv_footer {
  text-align: center;
  width: 100%;
  padding: 1.5rem;
  background-color: #79a500;
}

.consv_footer img {
  width: 12rem;
}

/*---------------------------------------------

	コンサブページ

---------------------------------------------*/
.consvpage {
  background-color: #fff4b3;
  padding-top: 1.5rem;
  padding-bottom: 13rem;
  background-image: url(../../img/pages/manual/img_footer.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: contain;
}

@media screen and (max-width: 540px) {
  .consvpage {
    padding-bottom: 9rem;
    background-image: url(../../img/pages/manual/img_footer_sp.svg);
  }
}

/* コンサブページヘッダー */
.consvpage_header {
  text-align: center;
  padding: 1rem 0;
}

.consvpage_header img {
  width: 11rem;
  margin: 0 auto;
}

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

/* コンサブページコンテンツ */
.consvpage_content {
  border-radius: 10px;
  padding-bottom: 5rem;
  background-color: #fffef7;
}

@media screen and (max-width: 540px) {
  .consvpage_content {
    border-radius: 0px;
    padding-bottom: 3rem;
  }
}

/* タイトルエリア */

.topicPath {
  width: 100%;
  height: 20px;
}

.consvpage .titles {
  padding: 1rem 5rem 2.5rem 5rem;
}

@media screen and (max-width: 540px) {
  .consvpage .titles {
    padding: 1.5rem 2rem 1.5rem 2rem;
  }
}

/* パンくずリスト */
.consvpage .breadcrumbs {
  padding: 1.5rem 1.5rem 0;
  font-size: 0.5rem;
  letter-spacing: normal;
}

.consvpage .breadcrumbs a {
  font-size: 0.5rem;
  color: #826b54;
}

@media screen and (max-width: 540px) {
  .consvpage .breadcrumbs {
    font-size: 0.4rem;
  }

  .consvpage .breadcrumbs a {
    font-size: 0.4rem;
  }
}

/* タイトル */
.consvpage .title h1 {
  color: #604e42;
  font-size: 2rem;
  font-weight: 500;
  padding: 1rem 0;
}

@media screen and (max-width: 540px) {
  .consvpage .title h1 {
    font-size: 1.5rem;
    padding: 1rem 0;
  }
}

.consvpage .subtitles {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 1rem;
}

.consvpage .subtitle {
  display: inline-block;
  max-width: calc(100% - 2rem);
  height: 3rem;
  padding: 0.8rem;
  border-radius: 3px;
  background-color: #ff931d;
  position: relative;
}

.consvpage .subtitle:nth-child(2) {
  margin-top: 0.5rem;
}

.consvpage .subtitle p {
  color: #ffffff;
}

.consvpage .subtitle::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3rem;
  height: 3rem;
  right: -40px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../../img/pages/manual/triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 540px) {
  .consvpage .subtitle {
    font-size: 0.9rem;
  }

  .consvpage .subtitle p {
    font-size: 0.9rem;
  }

  .consvpage .subtitle::after {
    right: -13.5%;
    top: 50%;
  }
}

.consvpage .supplement {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  padding: 0.5rem 1rem;
  font-size: 0.8rem;
  background-color: #fff6d2;
}

.consvpage .supplement p {
  margin-left: 0.5rem;
  display: flex;
}

.consvpage .supplement img {
  width: 1.5rem;
  margin-right: 0.5rem;
}

@media screen and (max-width: 540px) {
  .consvpage .supplement p {
    font-size: 0.5rem;
  }
}

/* アイキャッチ */
.consvpage .mainvisual img {
  width: 100%;
  height: 26.5rem;
  object-fit: cover;
}

@media screen and (max-width: 540px) {
  .consvpage .mainvisual img {
    height: 11rem;
  }
}

/* イントロダクション */
.consvpage .introduction {
  padding: 3rem 5rem;
  font-size: 1.2rem;
  font-weight: 500;
  background-color: #e7ffcf;
}

.consvpage .introduction p {
  padding-bottom: 1.5rem;
}

.consvpage .introduction a {
  font-size: 1rem;
  font-weight: 700;
  text-decoration: underline;
  color: #83ae00;
  background-color: #e7ffcf;
}

@media screen and (max-width: 540px) {
  .consvpage .introduction {
    padding: 2rem;
    font-size: 1.2rem;
    font-weight: 500;
  }

  .consvpage .introduction p {
    padding-bottom: 1rem;
  }
}

/* センテンスエリア */
.consvpage_sentenceArea {
  padding: 3rem 5rem;
}

@media screen and (max-width: 540px) {
  .consvpage_sentenceArea {
    padding: 3rem 1.5rem 0 1.5rem;
  }
}

.consvpage .post h2 {
  font-size: 1.8rem;
  padding: 0 0.5rem;
  margin-top: 0;
  margin-bottom: 2.5rem;
  background: transparent;
  color: #604e42;
  font-weight: bold;
  border-bottom: none;
  border-left: solid 5px #ff931d;
}

.consvpage .post h2::before {
  display: none;
}

@media screen and (max-width: 540px) {
  .consvpage .post h2 {
    font-size: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.consvpage .post h3 {
  color: #604e42;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

/* 本文 */
.consvpage .post p {
  line-height: 1.5;
  margin-bottom: 2rem;
}

/* 注釈 */
.consvpage small {
  display: inline-block;
  font-size: 1rem;
  letter-spacing: normal;
  margin-bottom: 2rem;
}

.consvpage ul {
  margin: 2rem 0;
}

.consvpage li {
  margin-bottom: 0.4rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: #f5911e;
}

/* ポストボタンズ */
.consvpage .postBtns {
  display: flex;
  flex-direction: column;
  padding: 1rem 0;
}

.consvpage .postBtn {
  position: relative;
  display: flex;
  align-items: center;
  width: 26rem;
  max-width: 100%;
  padding: 1rem;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  border-radius: 15px;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
  background-color: #ffe45f;
}

.consvpage .postBtn img {
  width: 1.4rem;
  margin-right: 1rem;
}

.consvpage .postBtn a {
  color: #42210b;
}

.consvpage .postBtn::after {
  content: "";
  background: url(../../img/pages/manual/icon_download.svg) no-repeat;
  width: 1.4rem;
  height: 1.4rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 2rem;
}

/* メッセージ */
.consvpage .message {
  position: relative;
  border: solid 2px #83ae00;
  padding: 2rem;
  color: #454545;
  background-color: #fff8e3;
  border-radius: 8px 30px 8px 8px;
}

.consvpage .message::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 3rem;
  height: 3rem;
  right: -4px;
  top: 18px;
  transform: translateY(-50%);
  background-image: url(../../img/pages/manual/weapon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

@media screen and (max-width: 540px) {
  .consvpage .message::after {
    top: 17px;
  }
}

.consvpage h4 {
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
  color: #83ae00;
  /* border-bottom: dotted #83ae00 2px; */
  background-image: linear-gradient(to right, #83ae00 2px, transparent 2px);
  background-size: 10px 2px;
  background-repeat: repeat-x;
  background-position: left bottom;
}

.consvpage .message p {
  font-size: 1.3rem;
  font-weight: 300;
}

/* コンサブページモア */
.consvpage .consvpage_more {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5rem 0 3rem;
}

.consvpage_more p {
  font-size: 1.3rem;
}

.consvpage .consvpage_morecategory {
  padding: 4rem 5rem 2rem 5rem;
  margin: 1rem 0 3rem;
  border-radius: 10px;
  background-color: #fff8e3;
  border: dotted #ff931d;
}

@media screen and (max-width: 540px) {
  .consvpage .consvpage_morecategory {
    padding: 4rem 2rem 2rem 2rem;
  }
}

.consvpage .consvpage_header .title {
  display: flex;
  align-items: center;
  font-size: 2rem;
  text-align: left;
}

.consvpage .tohomeBtn {
  width: 30rem;
  max-width: 100%;
  padding: 1rem;
  background-color: #fff8f3;
  border: solid 0.8px #826b54;
  border-radius: 5px;
  text-align: center;
  box-shadow: 1px 1px 5px rgb(0 0 0 / 30%);
}

.consvpage .tohomeBtn a {
  color: #826b54;
}

@media screen and (max-width: 540px) {
  .consvpage .tohomeBtn {
    max-width: 80%;
  }
}

.tab_catContent {
  display: none;
}

.tab_catContent.active {
  display: block;
}

.tab_dogContent {
  display: none;
}

.tab_dogContent.active {
  display: block;
}

.breadcrumb {
  width: 100%;
  margin: 0;
  padding: 5px 10px;
  /* background-color: #fff8f3; */
}

.breadcrumb-m li {
  font-weight: 400;
  color: #534741;
}

.breadcrumb-m li a {
  color: #534741 !important;
}

.breadcrumb-m ul {
  margin: 1rem;
}

.breadcrumb-m ul li:after {
  content: ">";
  margin-left: 4px;
  color: #534741;
}

.breadcrum-manual {
  display: none;
}

/* ↓ PCとSP表示切り替え（末尾に設置） ------------------------*/
.pcArea {
  display: block;
}

.spArea {
  display: none;
}

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

  .spArea {
    display: block;
  }
}