<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&amp;display=swap');

main a:hover {
  opacity: 0.7;
  transition: opacity 0.2s linear 0s;
}
#main_v {
  margin-top: 105px;
}
#main_v &gt; h1 &gt; img {
  width: 100%;
}
#doc {
  height: 60px;
  border-top: 1px solid #b1b0ae;
  box-sizing: border-box;
  position: relative;
}
#doc::after {
  content: "";
  width: 3px;
  height: 27px;
  background: #b1b0ae;
  position: absolute;
  display: block;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#doc &gt; ul,
#doc &gt; ul &gt; li,
#doc &gt; ul &gt; li &gt; a {
  height: 100%;
}
#doc &gt; ul &gt; li {
  width: 50%;
}
#doc &gt; ul &gt; li:hover {
  opacity: 0.7;
  transition: opacity 0.2s linear 0s;
}
#dog #doc &gt; ul &gt; li:first-of-type {
  background: url(../img/dog/doc_bg01.png) no-repeat right 36% top 22px;
}
#dog #doc &gt; ul &gt; li:nth-of-type(2) {
  background: url(../img/dog/doc_bg02.png) no-repeat left 33.5% top 22px;
}
#cat #doc &gt; ul &gt; li:first-of-type {
  background: url(../img/cat/doc_bg01.png) no-repeat right 36% top 22px;
}
#cat #doc &gt; ul &gt; li:nth-of-type(2) {
  background: url(../img/cat/doc_bg02.png) no-repeat left 33.5% top 22px;
}
#doc &gt; ul &gt; li &gt; a {
  width: 100%;
  display: block;
}
#dog #anker,
#dog #foods,
#dog #goods {
  background: url(../img/dog/bg01.png);
}
#cat #anker,
#cat #foods,
#cat #goods {
  background: url(../img/cat/bg01.png);
}
#anker {
  height: 160px;
  align-items: center;
  justify-content: center;
}
#anker &gt; ul {
  align-items: center;
  justify-content: center;
}
#anker &gt; ul &gt; li {
  margin: 0 7px;
}
.items &gt; .inner {
  padding: 0 70px;
}
#foods {
  padding-bottom: 75px;
}
.items {
  position: relative;
  border-top: 1px dashed #000;
  padding-top: 64px;
  padding-bottom: 117px;
}
.items::before {
  content: "";
  position: absolute;
  width: 22px;
  height: 11px;
  top: -1px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
#dog .items::before {
  background: url(../img/dog/items_bg01.png) center top no-repeat;
}
#cat .items::before {
  background: url(../img/cat/items_bg01.png ) center top no-repeat;
}
.items &gt; .inner &gt; h2 {
  text-align: center;
}
.items .inner &gt; ul {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}
.items ul.btns &gt; li {
  width: 206px;
  height: 44px;
}
.items ul.btns &gt; li:hover {
  opacity: 0.7;
}
.items ul.btns &gt; li &gt; a {
  color: #fff;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 16px;
  font-weight: bold;
  height: 100%;
  width: 100%;
  justify-content: center;
  align-items: center;
  position: relative;
}
.items ul.btns &gt; li &gt; a &gt; span {
  position: relative;
  top: -1px;
}
.items ul.btns &gt; li &gt; a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 13px;
  width: 0;
  height: 0;
  margin-top: -5px;
  border: 5px solid transparent;        /*top right bottom を透明化 */
  border-left: 5px solid #fff;
}
.items ul.btns &gt; li:first-of-type &gt; a {
  background: #c71233;
}
.items ul.btns &gt; li:nth-of-type(2) &gt; a {
  background: #000;
}
.items ul.btns {
  margin-top: 14px;
  justify-content: center;
}
.items ul.btns.two,
.items ul.btns.three {
  justify-content: space-between;
}
.items ul.btns &gt; li.movie &gt; a {
  background: #46794b;
}
.items ul.btns.three &gt; li:first-of-type,
.items ul.btns.three &gt; li:nth-of-type(3) {
width: 28.571428571%;
}
.items ul.btns.three &gt; li:nth-of-type(2) {
  width: 39.285714286%;
}
.items ul.btns.three &gt; li &gt; a::after {
  right: 2px;
}
.items .inner &gt; ul li.item:nth-of-type(n+3) {
  margin-top: 56px;
}
.items .inner &gt; ul li.item .yt {
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  position: relative;
  margin-top: 24px;
}
.items .inner &gt; ul li.item .yt &gt; iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.items .inner &gt; ul li.item.movie {
  width: 420px;
}
.items .inner &gt; ul li.item.movie &gt; h2 {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-weight: bold;
  font-size: 23px;
  color: #000;
  text-align: center;
  line-height: 0.8;
}
.items .inner &gt; ul li.item.movie ul.btns {
  justify-content: center !important;
  margin-top: 22px;
}
.items#goods ul.btns &gt; li:first-of-type &gt; a {
  background: #000;
}
.banner {
  margin-top: 17px;
}
#addmate {
  background: #00661a;
}
#zuttone {
  background: #7b0305;
}
.banner .inner {
  width: 1120px;
  height: 300px;
  position: relative;
}
#addmate .inner {
  background: url(../img/addmate_bg01.jpg) no-repeat right top;
}
#zuttone .inner {
  background: url(../img/zuttone_bg01.jpg) no-repeat left top;
}
.banner .inner .tosite {
  position: absolute;
  top: 50px;
  width: 482px;
  background: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 28px;
  padding-bottom: 29px;
}
#addmate .inner .tosite {
  left: 70px;
  border: 1px solid #00661a;
}
#zuttone .inner .tosite {
  right: 70px;
  border: 1px solid #ef8c24;
}
.banner .inner .tosite &gt; a {
  color: #000;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, メイリオ, sans-serif;
  font-size: 18px;
  font-weight: bold;
  width: 310px;
  height: 49px;
  justify-content: center;
  align-items: center;
  position: relative;
  background: #eee9e2;
  margin-top: 14px;
}
.banner .inner .tosite &gt; a::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 0;
  height: 0;
  margin-top: -6px;
  border: 6px solid transparent;        /*top right bottom を透明化 */
  border-left: 6px solid #000;
}

@media screen and (max-width:768px) {
  main .flex:after {
    display: none;
  }
  #main_v {
    margin-top: 12.8vw;
  }
  #doc {
    height: 10vw;
  }
  #doc::after {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 0.75vw;
    height: 5vw;
  }
  #doc &gt; ul {
    display: flex;
  }
  #doc &gt; ul &gt; li {
    background-size: 25% !important;
  }
  #dog #doc &gt; ul &gt; li:first-of-type,
  #cat #doc &gt; ul &gt; li:first-of-type {
    background-position: right 50% top 50%;
  }
  #dog #doc &gt; ul &gt; li:nth-of-type(2),
  #cat #doc &gt; ul &gt; li:nth-of-type(2) {
    background-position: left 50% top 50%;
  }
  #anker {
    display: flex;
    height: 18vw;
  }
  #anker &gt; ul {
    display: flex;
  }
  #foods {
    padding-bottom: 20vw;
  }
  .items {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
  #dog .items::before,
  #cat .items::before {
    background-size: 50%;
  }
  .items &gt; .inner {
    padding: 0 5%;
    width: 100%;
  }
  .items .inner &gt; ul {
    margin-top: 10vw;
  }
  .items .inner &gt; ul li.item {
    width: 100%;
  }
  .items .inner &gt; ul li.item &gt; img {
    width: 100%;
  }
  .items .inner &gt; ul li.item ul.btns {
    display: flex;
    margin-top: 4vw !important;
  }
  .items#goods ul.btns &gt; li:first-of-type &gt; a {
    display: flex;
  }
  .items ul.btns.two &gt; li {
    width: 49%;
    height: 10vw;
  }
  .items .inner &gt; ul li.item.movie ul.btns &gt; li,
  .items ul.btns &gt; li {
    width: 100%;
  }
  .items ul.btns &gt; li &gt; a {
    display: flex;
    font-size: 4vw;
  }
  .items ul.btns &gt; li &gt; a::after {
    right: 1vw;
    margin-top: -0.3em;
    border: 0.3em solid transparent;
    border-left: 0.3em solid #fff;
  }
  .items ul.btns.three &gt; li &gt; a::after {
    right: -0.8vw;
  }
  .items ul.btns &gt; li &gt; a &gt; span {
    top: 0;
  }
  .items .inner &gt; ul li.item.movie {
    width: 100%;
  }
  .items .inner &gt; ul li.item:nth-of-type(n+2) {
    margin-top: 10vw;
  }
  .banner {
    margin-top: 2vw;
  }
  .banner .inner {
    width: 100%;
    background-size: 60% !important;
    padding-top: 28.75399361%;
    height: 0;
  }
  .banner .inner .tosite {
    width: 50%;
    display: flex;
    padding: 2% 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  .banner .inner .tosite &gt; h2 {
    width: 70%;
  }
  .banner .inner .tosite &gt; a {
    display: flex;
    width: 80%;
    margin-top: 4%;
    font-size: 3vw;
    height: 7vw;
  }
  .banner .inner .tosite &gt; a::after {
    right: 1vw;
    margin-top: -0.3em;
    border: 0.3em solid transparent;
    border-left: 0.3em solid #000;
  }
  #addmate .inner .tosite {
    left: 3%;
  }
  #zuttone .inner .tosite {
    right: 3%;
  }
}

</pre></body></html>