@charset "UTF-8";
/*base is →　! sanitize.css v5.0.0 | CC0 License | github.com/jonathantneal/sanitize.css */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
  display: block;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: top;
}

table {
  border-collapse: collapse;
}

button, input, select, textarea {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, html [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation;
}

/* アイコン追加　250701 */
.btnIconBg {
  width: 30px;
  margin-right: 20px;
}

.btnIconBg:hover {
  background-image: url(images/common/cart_brown.svg);
}


/* --------------- variables --------------------- */
/* Break Point */
/*　ブラウン　*/
/*　キャメル　*/
/*　グリーン　*/
html {
  color: #231816;
  line-height: 1;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  font-weight: 500;
  background: #EFE8E0;
}

main {
  overflow-x: hidden;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

ul,
ol {
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

* {
  box-sizing: border-box;
}

sup,
sub {
  font-size: 0.6em;
}

h2.title img {
  margin-inline: auto;
}

#globalHeader .headerMenu {
  position: fixed;
  top: 0;
  z-index: 99;
  background-color: #231816;
  height: 100vh;
  transition: 0.2s;
  opacity: 0;
  visibility: hidden;
}
#globalHeader .headerMenu .logo {
  position: absolute;
}
#globalHeader .headerMenu .ghNavList {
  position: relative;
}
#globalHeader .headerMenu .ghNavList li {
  text-align: right;
}
#globalHeader .headerMenu .ghNavList li a {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  line-height: 1;
}
#globalHeader .headerMenu .sns {
  display: flex;
}
#globalHeader .headerMenu .sns li {
  text-align: right;
  width: 100%;
}
#globalHeader .headerMenu .sns li a {
  display: inline-block;
}
#globalHeader .headerMenu.active {
  opacity: 1;
  visibility: visible;
}
#globalHeader .headerMenu.active + .hmOver .ecLink {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
#globalHeader .headerMenu.active + .hmOver .ecLink:hover {
  opacity: 0.75;
}
#globalHeader .hmWrap .hamburger {
  position: relative;
  background: #231816;
  border-radius: 35px;
  border: 1px solid #231816;
  z-index: 100;
}
#globalHeader .hmWrap .hamburger:hover {
  opacity: 0.75;
  background: #fff;
}
#globalHeader .hmWrap .hamburger:hover span.hamburgerLine,
#globalHeader .hmWrap .hamburger:hover span.hamburgerLine::before,
#globalHeader .hmWrap .hamburger:hover span.hamburgerLine::after {
  background-color: #231816;
}
#globalHeader .hmWrap .hamburger.active {
  border: 1px solid #fff;
}
#globalHeader .hmWrap .ecLink {
  position: relative;
  background: #fff;
  border: 1px solid #231816;
  border-radius: 35px;
  z-index: 100;
  display: flex;
  justify-content: center;
  align-items: center;
}
#globalHeader .hmWrap::after {
  content: "";
}
#globalHeader .hamburgerLine.active::before {
  background-color: transparent;
  transform: rotate(-90deg);
  top: 0;
  opacity: 0;
}
#globalHeader .hamburgerLine.active::after {
  transform: rotate(-90deg);
  top: 0;
}

#fv {
  position: relative;
}
#fv .logo {
  position: absolute;
  z-index: 5;
}
#fv .fvInner {
  position: relative;
}
#fv .txtCont {
  position: relative;
}
#fv .catch img {
  margin-inline: auto;
}
#fv .catchTxt {
  position: relative;
}
#fv .catchTxt::after {
  content: "";
  display: block;
  background: url(../images/common/fruit.svg) no-repeat center/100%;
  position: absolute;
}
#mainTxt {
  width: 100%;
  padding: 0 30px;
  position: relative;
  z-index: 5;
}
#mainTxt h2 img {
  display: inline-block;
}
#mainTxt .mainTextIn .in1 p img {
  width: 100%;
}
#mainTxt .mainTextIn2 {
  clear: both;
}
#lineup h2 img {
  display: inline-block;
  vertical-align: middle;
}
#lineup h2 span {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
#lineup .item.item1 {
  margin-top: 0;
}
#lineup .item .itemInfo {
  padding-top: 20px;
}
#lineup .item .itemInfo .iTit h3 {
  font-weight: bold;
  border-bottom: 1px solid #231816;
}
#lineup p.luImg {
  text-align: center;
}
#lineup p.luImg img {
  display: inline-block;
}

.btnArea {
  position: relative;
  z-index: 10;
  text-align: center;
}

.btn_cart{
  display: flex !important;
  align-items: center;
  justify-content: center;
}


.btn {
  position: relative;
  display: inline-block;
  background-color: #231816;
  color: #fff;
  font-weight: 500;
  line-height: 1;
  border-radius: 40px;
}
.btn span {
  display: inline-block;
  position: relative;
  padding: 0 50px 0 0;
  letter-spacing: 1px;
}
.btn span:before {
  content: "";
  width: 10px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  right: -10px;
  top: calc(50% - 2px);
  transform: rotate(45deg);
  transition: 0.3s;
}
.btn span:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #fff;
  display: block;
  position: absolute;
  right: -10px;
  top: calc(50% + 2px);
  transition: 0.3s;
}
.btn:hover {
  background-color: #fff;
  color: #231816;
}
.btn:hover span:after, .btn:hover span:before {
  background: #231816;
}

.questionLinkBtn .btn {
  margin-top: 40px;
  background-color: #fff;
  color: #231816;
}
.questionLinkBtn .btn span:before {
  background: #231816;
}
.questionLinkBtn .btn span:after {
  background: #231816;
}
.questionLinkBtn .btn:hover {
  background-color: #231816;
  color: #fff;
}
.questionLinkBtn .btn:hover span:after, .questionLinkBtn .btn:hover span:before {
  background: #fff;
}

.contactLinkBtn .btn {
  max-width: 400px;
  margin-top: 0px;
}

.dogBg:before,
.dogBg2:before {
  content: "";
  display: block;
  position: absolute;
}

.bg {
  background: #EFE8E0;
}

.parallax {
  width: 100%;
}
.parallax:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}
.parallax.off::before {
  position: relative;
}

#concept .conceptTop h2 img {
  display: inline-block;
  vertical-align: middle;
}
#concept .conceptTop h2 span {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
}
#concept .conceptTop p.conceptImg {
  text-align: center;
}
#concept .conceptTop p.conceptImg img {
  display: inline-block;
}
#concept .conceptTop p.conceptImg:after {
  content: "";
  display: block;
}
#comment h2 img {
  display: inline-block;
  vertical-align: bottom;
}
#comment h2 span {
  display: inline-block;
  vertical-align: bottom;
  font-weight: normal;
}
#comment .commentBg .commentItemWrap {
  background: #fff;
  border-radius: 10px;
  margin: 0 auto 0;
  position: relative;
}
#comment .commentBg .commentItemWrap .commentItem {
  border-radius: 10px;
}
#comment .commentBg .commentItemWrap .commentItem h3 {
  display: inline-block;
  border-bottom: 1px solid #5a504f;
  padding: 0 0 7px;
}
#comment .commentBg .commentItemWrap .commentItem .cmProf .cmPTxt1 {
  text-align: center;
  font-weight: normal;
  margin-top: 23px;
}
#comment .commentBg .commentItemWrap .commentItem .cmProf .cmPTxt2 {
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}
#comment .commentBg .commentItemWrap .commentItem .cmProf .cmPTxt3 {
  text-align: center;
  font-weight: normal;
  line-height: 1.3;
}
#comment .commentBg .commentItemWrap .commentItem .cmTxt1 {
  line-height: 1.75;
  font-weight: bold;
}
#comment .commentBg .commentItemWrap .commentItem h4 {
  display: block;
  border-bottom: 1px solid #918c89;
}
#comment .commentBg .commentItemWrap .commentItem h4 span {
  display: inline-block;
  background: #fff;
  padding: 0 15px 3px 0;
  position: relative;
  top: 5px;
  font-weight: normal;
}
#comment .commentBg .prev,
#comment .commentBg .next {
  background: url(../images/common/arrow.svg) no-repeat center/100%;
  border: none;
  z-index: 10;
  position: absolute;
}
#comment .commentBg .prev {
  transform: scale(-1, 1) translateY(-50%);
}
#comment .commentBg .next {
  transform: translateY(-50%);
}
#comment .commentBg .slick-dots {
  position: absolute;
  bottom: 20px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
#comment .commentBg .slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
#comment .commentBg .slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: #000;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
#comment .commentBg .slick-dots li button:hover, #comment .commentBg .slick-dots li button:focus {
  outline: none;
}
#comment .commentBg .slick-dots li button:hover:before, #comment .commentBg .slick-dots li button:focus:before {
  opacity: 0.75;
}
#comment .commentBg .slick-dots li button:before {
  content: "";
  display: block;
  background: #231816;
  border: 1px solid #231816;
  border-radius: 10px;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#comment .commentBg .slick-dots li.slick-active button:before {
  background: #FFF;
  border: 1px solid #231816;
  color: #fff;
  position: relative;
}
#comment .commentBg .commentSlider2 {
  position: relative;
}
#comment .commentBg .commentSlider2 .koetItem .koeProf {
  text-align: center;
  border-bottom: 1px solid #231816;
  padding-bottom: 20px;
}
#comment .commentBg .commentSlider2 .koetItem .koeProf .koeImg {
  text-align: center;
}
#comment .commentBg .commentSlider2 .koetItem .koeProf .koeImg img {
  display: inline-block;
}
#comment .commentBg .commentSlider2 .koetItem .koeTxt {
  text-align: center;
  font-weight: normal;
  line-height: 2;
}
#comment .commentBg .commentSlider2 .prev {
  transform: scale(-1, 1) translateY(-50%);
}
#comment .commentBg .commentSlider2 .next {
  transform: translateY(-50%);
}

a.petbox {
  background-image: url(../images/common/petbox_pc.webp);
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 390px;
  display: flex;
  flex-direction: column;
  text-align: center;
  color: white;
  margin-top: 180px; 
  align-items: center;
  justify-content: center;
  padding-bottom: 105px;
  text-decoration: none;
}

a.petbox p{
  font-size: 26px;
  letter-spacing: 2px;
   margin-bottom: 25px;
   text-shadow: #000 0px 0 10px;
}

a.petbox span {
  position: relative;
  padding-left: 30px;
  display: inline-block;
}

a.petbox span:before {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -25px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #231815;
}

a.petbox span:after {
  content: "";
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: -16px;
  width: 10px;
  height: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}

a.petbox .petbtn {
  background-color: #fff;
  color: #231815;
  padding: 25px 85px;
  margin-top: 10px;
  border-radius: 100px;
  font-size: 26px;
  box-shadow: 0px 5px 10px #000;
  letter-spacing: 1px;
  display: inline-block;
}

a.petbox:hover{
  opacity: 0.9;
}

a.petbox:hover .petbtn {
  background-color: #000000; /* 背景をダークに */
  color: #fff; /* 文字色を白に */
  border: solid 1px #fff;
  padding: 24px 85px;
}

a.petbox:hover span:before {
  background: #fff; /* 背景の丸の色を白に変更（例） */
}

a.petbox:hover span:after {
  border-top: 3px solid #231815;
  border-right: 3px solid #231815; /* 矢印の線をダークに変更（例） */
}


.itemBtnLink {
  text-align: center;
}
.itemBtnLink a {
  transition: 0.3s;
}
.itemBtnLink a:hover {
  opacity: 0.85;
}
.itemBtnLink img {
  display: inline-block;
}

#question {
  position: relative;
}
#question h2 img {
  display: inline-block;
  vertical-align: bottom;
}
#question h2 span {
  display: inline-block;
  vertical-align: bottom;
  font-weight: normal;
  position: relative;
  top: -5px;
}
#question .faqList dt {
  position: relative;
  background-color: #fff;
  font-weight: 400;
  border: 1px solid #231816;
}
#question .faqList dt::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: url("../images/common/q.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
}
#question .faqList dt::after {
  content: "";
  display: block;
  background: url("../images/common/qa_arrow.svg") no-repeat center center;
  transform: rotate(180deg);
  background-size: contain;
  position: absolute;
  transition: 0.3s;
}
#question .faqList dt.open::after {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: url("../images/common/qa_arrow.svg") no-repeat center center;
  transform: rotate(0deg);
  background-size: contain;
  position: absolute;
}
#question .faqList dd {
  display: none;
  position: relative;
  background-color: #fff;
  font-weight: 400;
  border: 1px solid #231816;
}
#question .faqList dd::before {
  content: "";
  display: block;
  background: url("../images/common/a.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
}

#contact {
  position: relative;
}
#contact .contactIn h2 {
  text-align: center;
}
#contact .contactIn .ccTxt1 {
  line-height: 1.5;
  border-bottom: 1px solid #231816;
  text-align: center;
}
#contact .contactIn .ccTxt2 {
  line-height: 1.5;
  text-align: center;
}
#contact .contactIn .ccTel {
  font-weight: bold;
  text-align: center;
}
#globalFooter {
  position: relative;
  background: #231816;
  margin-top: -2px;
}
#globalFooter .footerInner .fLink2 .fBuy .btn {
  width: 100%;
  max-width: 400px;
  margin-top: 0px;
  border: 1px solid #fff;
  text-align: center;
}
#globalFooter .fSns a:hover {
  opacity: 0.85;
}
#globalFooter .copyright small {
  color: #fff;
  font-weight: 700;
  line-height: 1;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* ココから下には記入禁止 */
@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }
  a[href^="tel:"] {
    text-decoration: none;
    color: #231816;
  }
  a[href^="mailto:"] {
    text-decoration: none;
    color: #231816;
  }
  .inner {
    padding: 0 7vw;
    margin-inline: auto;
  }
  h2.title img {
    zoom: 0.4;
  }
  #globalHeader .overlay {
    display: none;
  }
  #globalHeader .headerMenu {
    left: 0;
    width: 100%;
    padding: 148px 20px 20px 47px;
    right: 0;
    background-image: url("../images/common/dog1.svg");
    background-repeat: no-repeat;
    background-size: 340px 135px;
    background-position: left -165px bottom 20px;
  }
  #globalHeader .headerMenu .logo {
    width: 170px;
    height: 50px;
    top: 20px;
    left: 33px;
  }
  #globalHeader .headerMenu .ghNavList li:last-child a {
    border-bottom: 2px solid #fff;
    padding-bottom: 7vw;
  }
  #globalHeader .headerMenu .ghNavList li:not(:last-child) a {
    margin-bottom: 36px;
  }
  #globalHeader .headerMenu .ghNavList li a {
    font-size: min(4.8vw, 26px);
    letter-spacing: 0.15em;
  }
  #globalHeader .headerMenu .sns {
    margin-top: 7vw;
    gap: 28px;
  }
  #globalHeader .headerMenu .sns li a {
    width: 40px;
  }
  #globalHeader .headerMenu.active + .hmOver .ecLink {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  #globalHeader .headerMenu.active + .hmOver .ecLink:hover {
    opacity: 0.75;
  }
  #globalHeader .hmWrap {
    position: fixed;
    z-index: 100;
    top: 0;
    right: 0;
    width: 140px;
    height: 85px;
    padding: 15px 12px 15px 12px;
    display: flex;
    justify-content: flex-end;
  }
  #globalHeader .hmWrap .hamburger {
    width: 50px;
    height: 50px;
    padding-top: 16px;
  }
  #globalHeader .hmWrap .hamburger:hover {
    opacity: 0.75;
    background: #fff;
  }
  #globalHeader .hmWrap .hamburger:hover span.hamburgerLine,
  #globalHeader .hmWrap .hamburger:hover span.hamburgerLine::before,
  #globalHeader .hmWrap .hamburger:hover span.hamburgerLine::after {
    background-color: #231816;
  }
  #globalHeader .hmWrap .hamburger.active {
    border: 1px solid #fff;
  }
  #globalHeader .hmWrap .ecLink {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    /*opacity: 0;*/
    /*visibility: visible;*/
    /*pointer-events: none;*/
  }
  #globalHeader .hmWrap .ecLink img {
    width: 26px;
    margin: 2px 2px 0px 0px;
  }
  #globalHeader .hmWrap::after {
    display: block;
    width: 45%;
    height: 20%;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.05em;
    position: absolute;
    bottom: 7px;
    transform: translateX(-50%);
    left: 42%;
    z-index: 10;
  }
  #globalHeader .hamburgerLine {
    position: relative;
    display: block;
    background-color: #fff;
    height: 1px;
    border-radius: 5px;
    width: 25px;
    margin: 0 auto;
    transition: 0.3s;
  }
  #globalHeader .hamburgerLine::before, #globalHeader .hamburgerLine::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 1px;
    border-radius: 5px;
    width: 25px;
    position: absolute;
    left: 0;
    transition: 0.3s;
  }
  #globalHeader .hamburgerLine::before {
    top: 8px;
  }
  #globalHeader .hamburgerLine::after {
    top: 16px;
  }
  #globalHeader .hamburgerLine.active {
    margin: 7px auto 0;
    transform: rotate(45deg);
  }
  #fv .logo {
    width: 35%;
    position: absolute;
    top: 31vw;
    right: 10vw;
  }
  #fv .fvImg {
    width: 457px;
    margin-left: calc(50% - 228.5px);
    margin-top: 11px;
  }
  #fv .txtCont {
    position: relative;
  }
  #fv .wrap {
    margin-top: 50px;
  }
  #fv .catch {
    width: 125px;
    margin-inline: auto;
  }
  #fv .catchTxt {
    text-align: center;
    line-height: 2.3;
    letter-spacing: 0.15em;
    padding: 40px 40px 20px;
  }
  #fv .catchTxt::after {
    width: 81px;
    height: 57px;
    left: 38px;
    bottom: -56px;
  }
  #fv .mapImgSp {
    margin-top: -120px;
  }
  #fv .mapImgSp img {
    width: 100%;
  }
  #mainTxt {
    margin: -48vw auto 0;
  }
  #mainTxt h2 {
    text-align: center;
    margin-bottom: 9vw;
  }
  #mainTxt h2 img {
    width: 90%;
  }
  #mainTxt .mainTextIn {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 120px;
    padding-bottom: 40vw;
  }
  #mainTxt .mainTextIn .in1 {
    order: 2;
  }
  #mainTxt .mainTextIn .in1 p {
    margin-bottom: 30px;
  }
  #mainTxt .mainTextIn .in1 p img {
    width: 100%;
  }
  #mainTxt .mainTextIn .in1 img.img1 {
    width: 77%;
  }
  #mainTxt .mainTextIn .in2 {
    order: 1;
    overflow: hidden;
  }
  #mainTxt .mainTextIn .in2 div.img2 {
    text-align: left;
  }
  #mainTxt .mainTextIn .in2 div.img2 img {
    width: 60%;
    display: inline-block;
  }
  #mainTxt .mainTextIn .in2 div.img3 {
    text-align: right;
  }
  #mainTxt .mainTextIn .in2 div.img3 img {
    width: 43%;
    display: inline-block;
  }
  #mainTxt .mainTextIn2 {
    display: none;
  }
  #mainTxt .dog5 {
    position: absolute;
    max-width: 1000px;
    width: 130%;
    left: 12vw;
    bottom: 0;
  }
  #mainTxt .sign {
    position: absolute;
    width: 231px;
    left: 60vw;
    bottom: 0;
    width: 110px;
    height: 35px;
    background: url("../images/common/sign.svg") no-repeat 0 0;
    background-size: 110px 35px;
  }
  #lineup {
    position: relative;
    padding: 0 30px;
  }
  #lineup h2 {
    vertical-align: middle;
    margin-bottom: 10vw;
  }
  #lineup h2 img {
    width: 25vw;
    margin-right: 5px;
  }
  #lineup h2 span {
    font-size: min(3vw, 20px);
  }
  #lineup .item {
    position: relative;
    margin-top: 65px;
  }
  #lineup .item.item1 {
    margin-top: 0;
  }
  #lineup .item .itemImg img {
    width: 60%;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    left: 5vw;
  }
  #lineup .item .itemInfo .iTit h3 {
    font-size: min(4.7vw, 25px);
    text-align: center;
    padding-bottom: 12px;
  }
  #lineup .item .itemInfo .iTit .iconWrap {
    position: absolute;
    top: 4vw;
    right: 3vw;
    width: 19vw;
    height: 19vw;
    max-width: 200px;
  }
  #lineup .item .itemInfo .iTxt {
    font-size: min(3.9vw, 23px);
    line-height: 1.5;
    margin-top: 20px;
    font-weight: normal;
  }
  #lineup .item .itemInfo .seibun {
    margin-top: 25px;
  }
  #lineup .item .btn {
    width: 100%;
    font-size: 3.5vw;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #lineup p.lutext {
    font-size: min(3.6vw, 22px);
    line-height: 1.8;
    font-weight: 400;
    position: relative;
    margin-top: -5px;
    margin-bottom: 10vw;
  }
  #lineup p.luImg {
    position: relative;
    padding-bottom: 20px;
    margin-top: 60px;
  }
  .btnArea {
    margin-top: 30px;
  }
  .btn {
    min-width: 190px;
    letter-spacing: 0.1em;
    padding: 15px;
    font-weight: 400;
  }
  .btn span {
    display: inline-block;
    position: relative;
    padding: 0 50px 0 0;
    letter-spacing: 1px;
  }
  .btn span:before {
    content: "";
    width: 10px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    right: -10ox;
    top: calc(50% - 2px);
    transform: rotate(45deg);
    transition: 0.3s;
  }
  .btn span:after {
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    right: -10px;
    top: calc(50% + 2px);
    transition: 0.3s;
  }
  .btn:hover {
    background-color: #fff;
    color: #231816;
  }
  .btn:hover span:after, .btn:hover span:before {
    background: #231816;
  }
  .itemBtmBtn .btn,
  .questionLinkBtn .btn,
  .contactLinkBtn .btn,
  .fBuy .btn {
    width: 100%;
    padding: 15px;
    font-size: min(4.3vw, 24px);
  }
  .questionLinkBtn .btn {
    margin-top: 40px;
    background-color: #fff;
    color: #231816;
  }
  .questionLinkBtn .btn span:before {
    background: #231816;
  }
  .questionLinkBtn .btn span:after {
    background: #231816;
  }
  .questionLinkBtn .btn:hover {
    background-color: #231816;
    color: #fff;
  }
  .questionLinkBtn .btn:hover span:after, .questionLinkBtn .btn:hover span:before {
    background: #fff;
  }
  .contactLinkBtn .btn {
    max-width: 400px;
    margin-top: 0px;
  }
  .dogBg,
  .dogBg2 {
    position: relative;
    height: 105px;
    width: 100%;
    margin: 50px auto 0;
  }
  .dogBg:before,
  .dogBg2:before {
    background: url("../images/common/dog2.svg") no-repeat right 0px;
    background-size: auto 100px;
    height: 110px;
    width: 300px;
    left: 0;
  }
  .dogBg2 {
    height: 140px;
  }
  .dogBg2:before {
    background: url("../images/common/dog4.svg") no-repeat right 0;
    background-size: auto 100%;
    left: -80px;
    height: 140px;
  }
  .bg {
    background: #EFE8E0;
  }
  .parallax {
    height: 120px;
  }
  .parallax:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("../images/common/kihoku.png") no-repeat center 46%;
    background-size: cover;
  }
  .parallax.off::before {
    position: relative;
  }
  #concept {
    padding: 30px 0;
  }
  #concept .conceptTop {
    padding-left: 30px;
    padding-right: 30px;
  }
  #concept .conceptTop h2 {
    vertical-align: middle;
    margin-bottom: 10vw;
  }
  #concept .conceptTop h2 img {
    width: 30vw;
    margin-right: 5px;
  }
  #concept .conceptTop h2 span {
    font-size: min(3.5vw, 22px);
  }
  #concept .conceptTop p.conceptImg {
    position: relative;
    padding-bottom: 180px;
  }
  #concept .conceptTop p.conceptImg:after {
    width: 340px;
    height: 170px;
    background: url("../images/common/dog3.svg") no-repeat 0 0;
    background-size: auto 100%;
    position: absolute;
    left: 65%;
    bottom: 0;
  }
  #concept > ul {
    margin-top: 50px;
  }
  #concept > ul li {
    margin-top: 15vw;
  }
  #concept > ul li:first-child {
    margin-top: 0;
  }
  #concept > ul li.concept1 .conceptIn {
    background: url("../images/common/forpet_SP.svg") no-repeat bottom 0px right 7vw;
    background-size: 15vw auto;
  }
  #concept > ul li.concept2 .conceptIn {
    background: url("../images/common/totown_SP.svg") no-repeat bottom 0px left 7vw;
    background-size: 15vw auto;
  }
  #concept > ul li.concept3 .conceptIn {
    background: url("../images/common/environment_SP.svg") no-repeat bottom 0px right 7vw;
    background-size: auto 95%;
  }
  #concept > ul li .conceptIn {
    display: flex;
    flex-wrap: wrap;
    position: relative;
  }
  #concept > ul li .conceptIn .cTit {
    flex-basis: 18vw;
    padding-left: 5vw;
    padding-right: 3vw;
    background: url("../images/common/border.png") right 0 repeat-y;
    text-align: center;
  }
  #concept > ul li .conceptIn .cTit img {
    display: inline-block;
    width: 25px;
  }
  #concept > ul li .conceptIn .cTxt {
    flex-basis: calc(100% - 18vw);
  }
  #concept > ul li .conceptIn .cTxt p {
    font-size: min(3.6vw, 22px);
    line-height: 1.8;
    font-weight: 400;
    padding-left: 6vw;
    position: relative;
    margin-top: -5px;
  }
  #concept > ul li .conceptIn .cImg {
    margin-bottom: 30px;
  }
  #concept > ul li .conceptIn {
    padding-right: 15%;
    padding-left: 0;
  }
  #concept > ul li .cTit {
    order: 2;
  }
  #concept > ul li .cTxt {
    order: 3;
  }
  #concept > ul li .cImg {
    order: 1;
  }
  #concept > ul li.even .conceptIn {
    padding-right: 0;
    padding-left: 15%;
  }
  #concept > ul li.even .conceptIn .cTit {
    padding-left: 0;
    flex-basis: 13vw;
  }
  #concept > ul li.even .conceptIn .cTxt {
    padding-right: 2vw;
    flex-basis: calc(100% - 16vw);
  }
  #comment {
    margin-top: 10vw;
    padding: 7vw 7vw 10vw;
    background: #e0d2c5;
  }
  #comment h2 {
    vertical-align: middle;
    margin-bottom: 10vw;
  }
  #comment h2 img {
    width: 31vw;
    margin-right: 5px;
  }
  #comment h2 span {
    font-size: 2.8vw;
    letter-spacing: -1px;
  }
  #comment .commentBg {
    background: #e0d2c5;
  }
  #comment .commentBg .commentItemWrap .commentItem {
    padding: 7vw 7vw 50px;
  }
  #comment .commentBg .commentItemWrap .commentItem h3 {
    font-size: min(3.9vw, 23px);
    display: block;
  }
  #comment .commentBg .commentItemWrap .commentItem .cmProf .cmImg {
    text-align: center;
    padding-top: 6vw;
  }
  #comment .commentBg .commentItemWrap .commentItem .cmProf .cmImg img {
    width: 50%;
    max-width: 200px;
    display: inline-block;
  }
  #comment .commentBg .commentItemWrap .commentItem .cmProf .cmPTxt1 {
    font-size: min(3.8vw, 23px);
  }
  #comment .commentBg .commentItemWrap .commentItem .cmProf .cmPTxt2 {
    font-size: min(4.7vw, 25px);
    letter-spacing: 3px;
    margin-top: 2vw;
  }
  #comment .commentBg .commentItemWrap .commentItem .cmProf .cmPTxt3 {
    font-size: min(4vw, 24px);
    margin-top: 1vw;
  }
  #comment .commentBg .commentItemWrap .commentItem .cmTxt1 {
    font-size: min(4vw, 24px);
    margin-top: 3vw;
    font-weight: 500;
  }
  #comment .commentBg .commentItemWrap .commentItem h4 {
    margin-top: 4vw;
  }
  #comment .commentBg .commentItemWrap .commentItem h4 span {
    font-size: min(4.3vw, 24px);
  }
  #comment .commentBg .commentItemWrap .commentItem .cmTxt2 {
    font-size: min(4vw, 24px);
    line-height: 1.75;
    font-weight: normal;
    margin-top: 14px;
  }
  #comment .commentBg .prev,
  #comment .commentBg .next {
    top: calc(40% - 26vw);
    width: 27.5px;
    height: 27.5px;
  }
  #comment .commentBg .prev {
    left: 20px;
  }
  #comment .commentBg .next {
    right: 20px;
  }
  #comment .commentBg .slick-dots {
    position: absolute;
    bottom: 20px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  #comment .commentBg .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  #comment .commentBg .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: #000;
    padding: 0;
    cursor: pointer;
  }
  #comment .commentBg .slick-dots li button:hover, #comment .commentBg .slick-dots li button:focus {
    outline: none;
  }
  #comment .commentBg .slick-dots li button:hover:before, #comment .commentBg .slick-dots li button:focus:before {
    opacity: 0.75;
  }
  #comment .commentBg .slick-dots li button:before {
    width: 6px;
    height: 6px;
  }
  #comment .commentBg .slick-dots li.slick-active button:before {
    background: #FFF;
    border: 1px solid #231816;
    color: #fff;
    position: relative;
    width: 10px;
    height: 10px;
    top: 2px;
  }
  #comment .commentBg > h3 {
    font-size: min(4.8vw, 26px);
    text-align: center;
    margin-bottom: 5vw;
    letter-spacing: 4px;
    margin-top: 10vw;
  }
  #comment .commentBg .commentSlider2 {
    background: #efe8e0;
    border-radius: 10px;
    border: 1px solid #231816;
    padding-bottom: 20px;
  }
  #comment .commentBg .commentSlider2 .koetItem {
    padding: 7vw 20px 7vw;
  }
  #comment .commentBg .commentSlider2 .koetItem .koeProf {
    text-align: center;
    border-bottom: 1px solid #231816;
    padding-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
  }
  #comment .commentBg .commentSlider2 .koetItem .koeProf .koeImg {
    text-align: center;
  }
  #comment .commentBg .commentSlider2 .koetItem .koeProf .koeImg img {
    width: 50%;
    max-width: 200px;
  }
  #comment .commentBg .commentSlider2 .koetItem .koeProf .koePTxt1 {
    font-size: min(4vw, 24px);
    margin-top: 4vw;
    line-height: 1.5;
  }
  #comment .commentBg .commentSlider2 .koetItem .koeProf .koePTxt1 span {
    font-size: min(4vw, 24px);
    font-weight: bold;
  }
  #comment .commentBg .commentSlider2 .koetItem .koeProf .koePTxt2 {
    font-size: min(3.6vw, 22px);
    font-weight: normal;
    margin-top: 2vw;
  }
  #comment .commentBg .commentSlider2 .koetItem .koeTxt {
    font-size: min(3.8vw, 23px);
    padding-top: 4vw;
    padding-left: 20px;
    padding-right: 20px;
  }
  #comment .commentBg .commentSlider2 .prev {
    left: 20px;
    top: 43%;
  }
  #comment .commentBg .commentSlider2 .next {
    right: 20px;
    top: 43%;
  }

  /*250702 追記*/
a.petbox {
    height: auto; /* 高さは内容に応じて自動 */
    padding: 30px 0px 70px;
    margin-top: 100px;
    background-image: url(../images/common/petbox_sp.webp); /* SP用背景画像に切替（任意） */
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 100px;
  }

    a.petbox p {
    font-size: 17px;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
    }

     a.petbox .petbtn {
    font-size: 16px;
    padding: 17px 40px;
    border-radius: 80px;
    box-shadow: 0px 3px 6px #000;
    }

a.petbox:hover .petbtn {
  background-color: #000000; /* 背景をダークに */
  color: #fff; /* 文字色を白に */
  border: solid 1px #fff;
  padding: 17px 40px;
}

  a.petbox span {
    padding-left: 25px;
  }

  a.petbox span:before {
    width: 25px;
    height: 25px;
    left: -20px;
  }

  a.petbox span:after {
    width: 8px;
    height: 8px;
    left: -13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }
  .bboximg02{
    padding: 9vw 0vw 7vw !important;
  }
  .itemBtnLink {
    text-align: center;
    padding: 9vw 7vw 7vw;
  }
  .itemBtnLink a {
    transition: 0.3s;
  }
  .itemBtnLink a:hover {
    opacity: 0.85;
  }
    .bboximg02 img{
      width: 100% !important;
    }
  .itemBtnLink img {
    display: inline-block;
    width: 90%;
    max-width: 450px;
  }
  #question {
    margin-top: 10vw;
  }
  #question h2 {
    vertical-align: middle;
    margin-bottom: 10vw;
  }
  #question h2 img {
    width: 20vw;
    margin-right: 5px;
  }
  #question h2 span {
    font-size: min(3.6vw, 22px);
  }
  #question .faqList {
    margin-top: 30px;
  }
  #question .faqList div {
    margin-bottom: 6vw;
  }
  #question .faqList dt {
    font-size: min(3.8vw, 23px);
    letter-spacing: 0.1em;
    line-height: 1.73;
    padding: 15px 50px 15px 55px;
    border-radius: 5px;
  }
  #question .faqList dt::before {
    width: 30px;
    height: 30px;
    top: 2.7vw;
    left: 12px;
  }
  #question .faqList dt::after {
    width: 30px;
    height: 30px;
    top: 2.7vw;
    right: 10px;
  }
  #question .faqList dt.open::after {
    width: 30px;
    height: 30px;
    top: 2.7vw;
    right: 10px;
  }
  #question .faqList dd {
    border-radius: 5px;
    padding: 15px 15px 15px 55px;
    margin-bottom: 15px;
    font-size: min(3.8vw, 23px);
    letter-spacing: 0.1em;
    line-height: 1.73;
    margin-top: 10px;
  }
  #question .faqList dd::before {
    width: 30px;
    height: 30px;
    top: 10px;
    left: 12px;
  }
  #contact {
    background-color: #e0d2c5;
    z-index: 10;
    padding: 10vw 0;
  }
  #contact .contactIn {
    padding: 5vw 8vw;
  }
  #contact .contactIn h2 {
    margin-bottom: 6vw;
  }
  #contact .contactIn h2 img {
    height: 22px;
    display: inline-block;
  }
  #contact .contactIn .ccTxt1 {
    font-size: min(3.6vw, 22px);
    padding-bottom: 4vw;
    margin-bottom: 4vw;
  }
  #contact .contactIn .ccTxt2 {
    font-size: min(3.6vw, 22px);
    margin-bottom: 2vw;
  }
  #contact .contactIn .ccTel {
    font-size: min(4.3vw, 24px);
    margin-top: 4vw;
  }
  #globalFooter {
    padding-bottom: 7vw;
  }
  #globalFooter .footerInner {
    padding: 10vw 7vw 7vw;
  }
  #globalFooter .footerInner ul.fLink {
    display: flex;
    flex-wrap: wrap;
    width: 80%;
    margin: 0 auto;
  }
  #globalFooter .footerInner ul.fLink li {
    font-size: min(5.1vw, 25px);
    flex-basis: 50%;
    font-weight: normal;
    border-left: 1px solid #fff;
  }
  #globalFooter .footerInner ul.fLink li a {
    display: block;
    padding: 3.2vw 0 3.2vw 6vw;
    color: #fff;
  }
  #globalFooter .footerInner ul.fLink li a:hover {
    text-decoration: underline;
  }
  #globalFooter .footerInner .fLink2 {
    margin-top: 30px;
  }
  #globalFooter .footerInner .fLink2 .fLogo {
    text-align: center;
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  #globalFooter .footerInner .fLink2 .fLogo img {
    display: inline-block;
    width: 200px;
  }
  #globalFooter .footerInner .fLink2 .fBuy {
    margin-top: 10vw;
  }
  #globalFooter .footerInner .fLink2 .fBuy .btn {
    width: 100%;
    max-width: 400px;
    margin-top: 0px;
    border: 1px solid #fff;
    text-align: center;
  }
  #globalFooter .fSns {
    text-align: center;
    margin-top: 10vw;
  }
  #globalFooter .fSns img {
    display: inline-block;
    width: 40px;
    height: 40px;
  }
  #globalFooter .fSns a:hover {
    opacity: 0.85;
  }
  #globalFooter .copyright {
    display: block;
    width: 100%;
    margin-top: 4vw;
    text-align: center;
  }
  #globalFooter .copyright small {
    font-size: 7px;
    letter-spacing: 0.1em;
  }
  /* Slider */
  /* ココから下には記入禁止 */
  .forPC {
    display: none !important;
  }
}
@media print, screen and (min-width: 769px) {
  body {
    font-size: 16px;
    margin-inline: auto;
  }
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none;
    color: #231816;
  }
  a[href^="mailto:"] {
    text-decoration: none;
    color: #231816;
  }
  .inner {
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
  }
  .inner.wide {
    max-width: 1240px;
  }
  .inner.point {
    max-width: 1116px;
  }
  h2.title img {
    position: relative;
    zoom: 0.5;
  }
  #globalHeader .overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    background: rgba(0, 0, 0, 0.25);
    width: 100vw;
    height: 100vh;
    transition: 0.2s;
    opacity: 0;
    visibility: hidden;
  }
  #globalHeader .overlay.active {
    opacity: 1;
    visibility: visible;
  }
  #globalHeader .headerMenu {
    right: 0;
    width: calc(50% - 500px + 285px);
    min-width: 285px;
    padding: 180px 20px 20px 50px;
    background-image: url("../images/common/dog1.svg");
    background-repeat: no-repeat;
    background-size: 400px 135px;
    background-position: left -195px top 670px;
  }
  #globalHeader .headerMenu .ghNavList {
    width: 205px;
    padding-top: 35px;
    padding-bottom: 60px;
  }
  #globalHeader .headerMenu .ghNavList:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 180px;
    height: 2px;
  }
  #globalHeader .headerMenu .ghNavList li:not(:last-child) a {
    margin-bottom: 35px;
  }
  #globalHeader .headerMenu .ghNavList li a {
    font-size: 19px;
    letter-spacing: 0.2em;
    transition: 0.3s;
  }
  #globalHeader .headerMenu .ghNavList li a:hover {
    opacity: 0.5;
  }
  #globalHeader .headerMenu .sns {
    margin-top: 4.7vh;
    gap: 34px;
    width: 205px;
  }
  #globalHeader .headerMenu .sns li a {
    width: 38px;
    transition: 0.3s;
  }
  #globalHeader .headerMenu .sns li a:hover {
    opacity: 0.5;
  }
  #globalHeader .headerMenu.active + .hmOver .ecLink {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  #globalHeader .headerMenu.active + .hmOver .ecLink:hover {
    opacity: 0.75;
  }
  #globalHeader .hmOver {
    width: 100%;
    max-width: 1000px;
    padding-right: 20px;
    padding-left: 20px;
    margin: 0 auto;
    position: fixed;
    z-index: 100;
    top: 80px;
    left: calc(50% - 690px);
    right: calc(50% - 690px);
    height: 1px;
  }
  #globalHeader .hmWrap {
    width: 160px;
    height: 85px;
    cursor: pointer;
    transition: 0.3s;
    float: right;
    display: flex;
    justify-content: space-between;
  }
  #globalHeader .hmWrap .hamburger {
    width: 70px;
    height: 70px;
    padding-top: 21px;
  }
  #globalHeader .hmWrap .hamburger:hover {
    opacity: 0.75;
    background: #fff;
  }
  #globalHeader .hmWrap .hamburger:hover span.hamburgerLine,
  #globalHeader .hmWrap .hamburger:hover span.hamburgerLine::before,
  #globalHeader .hmWrap .hamburger:hover span.hamburgerLine::after {
    background-color: #231816;
  }
  #globalHeader .hmWrap .hamburger.active {
    border: 1px solid #fff;
  }
  #globalHeader .hmWrap .ecLink {
    width: 70px;
    height: 70px;
  }
  #globalHeader .hmWrap .ecLink img {
    width: 40px;
    margin-top: 4px;
    margin-right: 3px;
  }
  #globalHeader .hmWrap .ecLink:hover {
    background: #231816;
    border: solid 1px #fff;
  }

  #globalHeader .hmWrap::after {
    display: block;
    width: 43%;
    height: 16%;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 11px;
    transform: translateX(-50%);
    left: 36%;
    z-index: 10;
  }
  #globalHeader .hamburgerLine {
    position: relative;
    display: block;
    background-color: #fff;
    height: 2px;
    border-radius: 5px;
    width: 30px;
    margin: 1px auto;
    transition: 0.3s;
  }
  #globalHeader .hamburgerLine::before, #globalHeader .hamburgerLine::after {
    content: "";
    display: block;
    background-color: #fff;
    height: 2px;
    border-radius: 5px;
    width: 30px;
    position: absolute;
    left: 0;
    transition: 0.3s;
  }
  #globalHeader .hamburgerLine::before {
    top: 11px;
  }
  #globalHeader .hamburgerLine::after {
    top: 22px;
  }
  #globalHeader .hamburgerLine.active {
    margin: 13px auto 0;
    transform: rotate(45deg);
  }
  #fv {
    padding-bottom: 50px;
  }
  #fv .logo {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    position: absolute;
    bottom: 48%;
    text-align: right;
    left: calc(50% - 690px);
    right: calc(50% - 690px);
    padding-right: 30px;
    padding-left: 30px;
  }
  #fv .logo img {
    max-width: 360px;
    min-width: 250px;
    display: inline-block;
  }
  #fv .fvInner {
    max-width: 1920px;
    margin-inline: auto;
    z-index: 2;
  }
  #fv .fvInner .item {
    padding-bottom: 10px;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }
  #fv .fvInner .item img {
    width: 1920px;
    max-width: 1920px;
  }
  #fv .fvImg {
    margin: 0 0 50px;
  }
  #fv .txtCont {
    position: relative;
    max-width: 1000px;
    width: 90%;
    margin: 0 auto;
  }
  #fv .txtCont::before {
    content: "";
    display: block;
    background: url(../images/common/map_bg.png) no-repeat center/100%;
    width: 1920px;
    margin-left: calc(50% - 960px);
    height: 1607px;
    position: absolute;
    top: -350px;
    left: -20px;
    z-index: -2;
  }
  #fv .wrap {
    width: 400px;
    margin-left: auto;
  }
  #fv .catch {
    width: 188px;
    margin-left: 60px;
  }
  #fv .catchTxt {
    line-height: 1.625;
    letter-spacing: 0.13em;
    padding: 30px 0;
  }
  #fv .catchTxt::after {
    width: 97px;
    height: 69px;
    right: -60px;
    bottom: 60px;
  }
  #mainTxt {
    max-width: 1020px;
    margin: -210px auto 0;
  }
  #mainTxt h2 {
    text-align: right;
    margin-bottom: 150px;
    bottom: 150px;
  }
  #mainTxt h2 img {
    width: 60%;
  }
  #mainTxt .mainTextIn {
    display: flex;
    justify-content: space-between;
    margin-bottom: 150px;
  }
  #mainTxt .mainTextIn .in1 {
    width: 53%;
    min-width: 450px;
  }
  #mainTxt .mainTextIn .in1 p {
    margin-bottom: 100px;
  }
  #mainTxt .mainTextIn .in1 p img {
    width: 100%;
  }
  #mainTxt .mainTextIn .in1 img.img1 {
    max-width: 570px;
    width: 110%;
    margin-left: -50px;
  }
  #mainTxt .mainTextIn .in2 {
    width: 41%;
    overflow: hidden;
  }
  #mainTxt .mainTextIn .in2 div.img2 {
    width: 100%;
    float: right;
    margin-bottom: 6vw;
  }
  #mainTxt .mainTextIn .in2 div.img3 {
    width: 86%;
    float: right;
  }
  #mainTxt .mainTextIn2 .img4 {
    text-align: left;
  }
  #mainTxt .mainTextIn2 .img4 img {
    max-width: 400px;
    display: inline-block;
    width: 47%;
  }
  #mainTxt .mainTextIn2 .img5 {
    text-align: right;
    padding-right: 8vw;
    padding-top: 70px;
    padding-bottom: 100px;
  }
  #mainTxt .mainTextIn2 .img5 img {
    max-width: 330px;
    width: 47%;
    display: inline-block;
  }
  #mainTxt .dog5 {
    position: absolute;
    bottom: 430px;
    left: 300px;
    width: 1080px;
    max-width: 1080px;
  }
  #mainTxt .sign {
    position: absolute;
    bottom: 430px;
    left: 700px;
    width: 220px;
    height: 69px;
    width: 0;
    transition: all 0.7s;
    overflow: hidden;
    background: url("../images/common/sign.svg") no-repeat 0 0;
    background-size: 220px auto;
  }
  #mainTxt .sign.active {
    width: 220px;
  }
  #lineup {
    width: 100%;
    max-width: 1020px;
    padding: 0 30px;
    margin: 0px auto 0;
    position: relative;
  }
  #lineup h2 {
    vertical-align: middle;
    margin-bottom: 70px;
  }
  #lineup h2 img {
    width: 275px;
    margin-right: 20px;
  }
  #lineup h2 span {
    font-size: 18px;
  }
  #lineup .item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 110px;
  }
  #lineup .item.item1 {
    margin-top: 0;
  }
  #lineup .item .itemImg {
    flex-basis: 42%;
  }
  #lineup .item .itemInfo {
    flex-basis: 52%;
  }
  #lineup .item .itemInfo .iTit {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  #lineup .item .itemInfo .iTit h3 {
    font-size: 28px;
    flex-grow: 1;
    padding-bottom: 20px;
  }
  #lineup .item .itemInfo .iTit .iconWrap {
    display: block;
    flex-basis: 23%;
    position: relative;
    margin-top: -45px;
  }
  #lineup .item .itemInfo .iTxt {
    font-size: 18px;
    line-height: 1.8;
    font-weight: normal;
  }
  #lineup .item .itemInfo .seibun {
    margin-top: 25px;
  }
  #lineup .item .btn {
    width: 100%;
    margin: 0 auto;
    width: 85%;
  }
  #lineup p.lutext {
    font-size: 17px;
    line-height: 2.2;
    font-weight: 500;
    position: relative;
    margin-top: -13px;
    padding: 0 80px;
    margin-bottom: 150px;
    text-align: center;
  }
  #lineup p.luImg {
    position: relative;
    padding-bottom: 30px;
    margin-top: 110px;
  }
  #lineup p.luImg img {
    max-width: 830px;
  }
  .btnArea {
    margin-top: 40px;
  }
  .btn {
    min-width: 220px;
    letter-spacing: 0.15em;
    padding: 17px;
    border: solid 1px #231816;
    transition: 0.3s;
    font-weight: 300;
  }
  .btn span {
    /*display: inline-block;*/
    position: relative;
    padding: 0 50px 0 0;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .btn span:before {
    content: "";
    width: 10px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    right: -10px;
    top: calc(50% - 2px);
    transform: rotate(45deg);
    transition: 0.3s;
  }
  .btn span:after {
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    right: -10px;
    top: calc(50% + 2px);
    transition: 0.3s;
  }
  .btn:hover {
    background-color: #fff;
    color: #231816;
  }
  .btn:hover span:after, .btn:hover span:before {
    background: #231816;
  }
  .itemBtmBtn .btn,
  .questionLinkBtn .btn,
  .contactLinkBtn .btn,
  .fBuy .btn {
    width: 465px;
    padding: 20px 15px;
    font-size: 20px;
    margin-top: 110px;
  }
  .questionLinkBtn .btn {
    margin-top: 40px;
    background-color: #fff;
    color: #231816;
  }
  .questionLinkBtn .btn span:before {
    background: #231816;
  }
  .questionLinkBtn .btn span:after {
    background: #231816;
  }
  .questionLinkBtn .btn:hover {
    background-color: #231816;
    color: #fff;
  }
  .questionLinkBtn .btn:hover span:after, .questionLinkBtn .btn:hover span:before {
    background: #fff;
  }
  .contactLinkBtn .btn {
    max-width: 400px;
    margin-top: 0px;
  }
  .dogBg,
  .dogBg2 {
    position: relative;
    height: 220px;
    width: 1000px;
    margin: 120px auto 0;
  }
  .dogBg:before,
  .dogBg2:before {
    background: url("../images/common/dog2.svg") no-repeat left 0px;
    background-size: auto 100%;
    height: 210px;
    width: 1200px;
    left: -442px;
  }
  .dogBg2:before {
    background: url("../images/common/dog4.svg") no-repeat left 0;
    left: -455px;
  }
  .bg {
    background: #EFE8E0;
  }
  .parallax {
    height: 360px;
  }
  .parallax:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
    background: url("../images/common/kihoku.png") no-repeat center 46%;
    background-size: cover;
  }
  .parallax.off::before {
    position: relative;
  }
  #concept .conceptTop {
    width: 100%;
    max-width: 1020px;
    padding: 135px 30px 0;
    margin: 0 auto 0;
    position: relative;
  }
  #concept .conceptTop h2 {
    vertical-align: middle;
    margin-bottom: 80px;
  }
  #concept .conceptTop h2 img {
    width: 300px;
    margin-right: 20px;
  }
  #concept .conceptTop h2 span {
    font-size: 18px;
  }
  #concept .conceptTop p.conceptImg {
    position: relative;
    padding-bottom: 230px;
  }
  #concept .conceptTop p.conceptImg img {
    max-width: 830px;
  }
  #concept .conceptTop p.conceptImg:after {
    width: 785px;
    height: 310px;
    background: url("../images/common/dog3.svg") no-repeat 0 0;
    background-size: auto 100%;
    position: absolute;
    right: -518px;
    bottom: 0;
  }
  #concept > ul {
    max-width: 1300px;
    margin: 80px auto 0;
  }
  #concept > ul li {
    overflow: hidden;
    margin-top: 130px;
  }
  #concept > ul li:first-child {
    margin-top: 0;
  }
  #concept > ul li.concept1 .conceptIn {
    background: url("../images/common/forpet_PC.svg") no-repeat bottom 0px right 10px;
    background-size: auto 85px;
    padding-bottom: 70px;
  }
  #concept > ul li.concept2 .conceptIn {
    background: url("../images/common/totown_PC.svg") no-repeat bottom 0px left 0px;
    background-size: auto 85px;
    padding-bottom: 70px;
  }
  #concept > ul li.concept3 .conceptIn {
    background: url("../images/common/environment_PC.svg") no-repeat bottom 0px right 10px;
    background-size: auto 58px;
    padding-bottom: 70px;
  }
  #concept > ul li .conceptIn {
    width: 100%;
    max-width: 1140px;
    display: flex;
    flex-wrap: nowrap;
    float: right;
    position: relative;
    right: 160px;
  }
  #concept > ul li .conceptIn .cTit {
    flex-basis: 130px;
    padding-left: 40px;
    padding-right: 30px;
    background: url("../images/common/border.png") right 0 repeat-y;
    text-align: center;
  }
  #concept > ul li .conceptIn .cTit img {
    display: inline-block;
    width: 32px;
  }
  #concept > ul li .conceptIn .cTxt {
    flex-basis: 490px;
  }
  #concept > ul li .conceptIn .cTxt p {
    font-size: 17px;
    line-height: 2.7;
    font-weight: 500;
    padding-left: 40px;
    position: relative;
    margin-top: -13px;
  }
  #concept > ul li .conceptIn .cImg {
    flex-grow: 1;
    position: relative;
  }
  #concept > ul li .conceptIn .cImg img {
    height: 100%;
    width: auto;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: right top;
       object-position: right top;
    position: absolute;
    top: 0;
    right: 0;
  }
  #concept > ul li .cTit {
    order: 2;
  }
  #concept > ul li .cTxt {
    order: 3;
  }
  #concept > ul li .cImg {
    order: 1;
  }
  #concept > ul li.even .conceptIn {
    float: left;
    left: 160px;
  }
  #concept > ul li.even .conceptIn .cTit {
    order: 1;
    padding-left: 0;
    flex-basis: 70px;
    text-align: left;
  }
  #concept > ul li.even .conceptIn .cTxt {
    order: 2;
  }
  #concept > ul li.even .conceptIn .cImg {
    order: 3;
    margin-left: 60px;
  }
  #concept > ul li.even .conceptIn .cImg img {
    -o-object-position: left top;
       object-position: left top;
  }
  #comment {
    width: 100%;
    padding: 0;
    margin: 130px auto 0;
    position: relative;
  }
  #comment h2 {
    margin-bottom: 70px;
    max-width: 1020px;
    padding: 0 30px;
    margin: 0 auto 0;
  }
  #comment h2 img {
    width: 320px;
    margin-right: 20px;
  }
  #comment h2 span {
    font-size: 18px;
  }
  #comment .commentBg {
    margin-top: 285px;
    background: #e0d2c5;
  }
  #comment .commentBg .commentItemWrap {
    top: -170px;
    max-width: 1040px;
    width: calc(100% - 60px);
  }
  #comment .commentBg .commentItemWrap .commentItem {
    padding: 38px 90px;
    position: relative;
    min-height: 450px;
  }
  #comment .commentBg .commentItemWrap .commentItem h3 {
    font-size: 20px;
  }
  #comment .commentBg .commentItemWrap .commentItem .cmProf {
    width: 220px;
    position: absolute;
    right: 90px;
    top: 38px;
    font-size: 17px;
    line-height: 1.5;
  }
  #comment .commentBg .commentItemWrap .commentItem .cmProf .cmPTxt1 {
    font-size: 15px;
  }
  #comment .commentBg .commentItemWrap .commentItem .cmProf .cmPTxt2 {
    font-size: 28px;
    letter-spacing: 3px;
    margin-top: 15px;
  }
  #comment .commentBg .commentItemWrap .commentItem .cmProf .cmPTxt3 {
    font-size: 20px;
    letter-spacing: 3px;
    margin-top: 10px;
  }
  #comment .commentBg .commentItemWrap .commentItem .cmTxt1 {
    font-size: 17px;
    width: calc(100% - 260px);
    margin-top: 20px;
  }
  #comment .commentBg .commentItemWrap .commentItem h4 {
    margin-top: 35px;
    width: calc(100% - 260px);
  }
  #comment .commentBg .commentItemWrap .commentItem h4 span {
    font-size: 17px;
  }
  #comment .commentBg .commentItemWrap .commentItem .cmTxt2 {
    font-size: 16px;
    width: calc(100% - 260px);
    line-height: 1.75;
    font-weight: normal;
    margin-top: 15px;
  }
  #comment .commentBg .prev,
  #comment .commentBg .next {
    top: 50%;
    cursor: pointer;
    width: 20px;
    height: 45px;
  }
  #comment .commentBg .prev:hover,
  #comment .commentBg .next:hover {
    opacity: 0.6;
  }
  #comment .commentBg .prev {
    left: 35px;
  }
  #comment .commentBg .next {
    right: 35px;
  }
  #comment .commentBg .slick-dots {
    position: absolute;
    bottom: 20px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  #comment .commentBg .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  #comment .commentBg .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: #000;
    padding: 0;
    cursor: pointer;
  }
  #comment .commentBg .slick-dots li button:hover, #comment .commentBg .slick-dots li button:focus {
    outline: none;
  }
  #comment .commentBg .slick-dots li button:hover:before, #comment .commentBg .slick-dots li button:focus:before {
    opacity: 0.75;
  }
  #comment .commentBg .slick-dots li button:before {
    width: 8px;
    height: 8px;
  }
  #comment .commentBg .slick-dots li.slick-active button:before {
    background: #FFF;
    border: 1px solid #231816;
    color: #fff;
    position: relative;
    width: 15px;
    height: 15px;
    top: 4px;
  }
  #comment .commentBg > h3 {
    font-size: 28px;
    text-align: center;
    margin-top: -80px;
    margin-bottom: 30px;
    letter-spacing: 4px;
  }
  #comment .commentBg .commentSlider2 {
    padding-bottom: 110px;
  }
  #comment .commentBg .commentSlider2 .koetItem {
    width: 470px;
    margin-left: 35px;
    margin-right: 35px;
    padding: 35px 40px;
    background: #efe8e0;
    border: 1px solid #231816;
    border-radius: 10px;
  }
  #comment .commentBg .commentSlider2 .koetItem .koeProf {
    text-align: center;
    border-bottom: 1px solid #231816;
    padding-bottom: 20px;
  }
  #comment .commentBg .commentSlider2 .koetItem .koeProf .koeImg {
    text-align: center;
  }
  #comment .commentBg .commentSlider2 .koetItem .koeProf .koeImg img {
    width: 200px;
  }
  #comment .commentBg .commentSlider2 .koetItem .koeProf .koePTxt1 {
    font-size: 20px;
    font-weight: normal;
    margin-top: 20px;
    line-height: 1.3;
  }
  #comment .commentBg .commentSlider2 .koetItem .koeProf .koePTxt1 span {
    font-size: 20px;
    font-weight: normal;
  }
  #comment .commentBg .commentSlider2 .koetItem .koeProf .koePTxt2 {
    font-size: 15px;
    font-weight: normal;
    margin-top: 12px;
  }
  #comment .commentBg .commentSlider2 .koetItem .koeTxt {
    font-size: 16px;
    padding-top: 20px;
  }
  #comment .commentBg .commentSlider2 .prev {
    left: calc(50% - 280px);
    top: 43%;
  }
  #comment .commentBg .commentSlider2 .next {
    right: calc(50% - 280px);
    top: 43%;
  }
  #comment .commentBg .commentSlider2 .slick-dots {
    bottom: 45px;
  }
  .bboximg{
    margin-top: 150px !important;
  }
  .itemBtnLink {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .itemBtnLink a {
    transition: 0.3s;
  }
  .itemBtnLink a:hover {
    opacity: 0.85;
  }
  .bboximg img{
    width: 100% !important;
    max-width: 900px !important;
  }
  .itemBtnLink img {
    display: inline-block;
    width: 70%;
    min-width: 264px;
    max-width: 700px;
  }
  #question h2 {
    vertical-align: bottom;
  }
  #question h2 img {
    width: 170px;
    margin-right: 20px;
  }
  #question h2 span {
    font-size: 18px;
  }
  #question .faqList {
    margin-top: 100px;
  }
  #question .faqList div {
    margin-bottom: 40px;
  }
  #question .faqList dt {
    cursor: pointer;
    font-size: 16px;
    letter-spacing: 0.15em;
    padding: 35px 11%;
    border-radius: 10px;
  }
  #question .faqList dt::before {
    font-size: 30px;
    top: 20px;
    left: 2.6%;
  }
  #question .faqList dt::after {
    width: 45px;
    height: 45px;
    top: 20px;
    right: 35px;
  }
  #question .faqList dt.open::after {
    top: 20px;
    right: 35px;
  }
  #question .faqList dd {
    border-radius: 10px;
    padding: 35px 17% 35px 11%;
    margin-bottom: 35px;
    font-size: 16px;
    letter-spacing: 0.12em;
    line-height: 1.625;
    margin-top: 15px;
  }
  #question .faqList dd::before {
    width: 45px;
    height: 45px;
    top: 35px;
    left: 2.9%;
  }
  #contact {
    background-color: #e0d2c5;
    padding: 50px 0;
  }
  #contact .contactIn {
    width: 520px;
    margin: 0 auto;
  }
  #contact .contactIn h2 {
    margin-bottom: 55px;
  }
  #contact .contactIn h2 img {
    height: 35px;
    display: inline-block;
  }
  #contact .contactIn .ccTxt1 {
    font-size: 18px;
    padding-bottom: 27px;
    margin-bottom: 27px;
  }
  #contact .contactIn .ccTxt2 {
    font-size: 18px;
    margin-bottom: 15px;
  }
  #contact .contactIn .ccTel {
    font-size: 24px;
    margin-top: 20px;
    letter-spacing: 4px;
  }
  #contact .contactIn .btnArea {
    margin-top: 50px;
  }
  #globalFooter {
    padding-top: 35px;
    padding-bottom: 40px;
  }
  #globalFooter .footerInner {
    width: 100%;
    max-width: 1040px;
    padding: 0 30px 50px;
    margin: 0px auto 0;
    position: relative;
  }
  #globalFooter .footerInner ul.fLink {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
  }
  #globalFooter .footerInner ul.fLink li {
    font-size: 18px;
    letter-spacing: 5px;
    flex-basis: auto;
    font-weight: normal;
  }
  #globalFooter .footerInner ul.fLink li:before {
    content: "／";
    display: inline-block;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
  }
  #globalFooter .footerInner ul.fLink li:first-child:before {
    display: none;
  }
  #globalFooter .footerInner ul.fLink li a {
    color: #fff;
  }
  #globalFooter .footerInner ul.fLink li a:hover {
    text-decoration: underline;
  }
  #globalFooter .footerInner .fLink2 {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  #globalFooter .footerInner .fLink2 .fLogo {
    flex-basis: 280px;
    padding-top: 50px;
  }
  #globalFooter .footerInner .fLink2 .fBuy {
    flex-basis: 45%;
    text-align: right;
  }
  #globalFooter .footerInner .fLink2 .fBuy .btn {
    width: 100%;
    max-width: 400px;
    margin-top: 0px;
    border: 1px solid #fff;
    text-align: center;
  }
  #globalFooter .fSns {
    position: absolute;
    bottom: -5px;
    right: 25px;
  }
  #globalFooter .fSns img {
    display: inline-block;
    width: 50px;
    height: 50px;
  }
  #globalFooter .fSns a:hover {
    opacity: 0.85;
  }
  #globalFooter .copyright {
    position: absolute;
    left: 20px;
    bottom: 0px;
  }
  #globalFooter .copyright small {
    font-size: 10px;
    letter-spacing: 0.2em;
  }
  .fadein {
    opacity: 0;
    transition: all 1.5s;
  }
  .fadein.active {
    opacity: 1;
  }
  .fadein.f2 {
    opacity: 0;
    transition: all 2s;
  }
  .fadein.f2.active {
    opacity: 1;
  }
  .fadein.f3 {
    opacity: 0;
    transition: all 2.5s;
  }
  .fadein.f3.active {
    opacity: 1;
  }
  .fadein.fadeinL {
    opacity: 0;
    transform: translate(-30px, 0px);
    transition: all 0.7s;
  }
  .fadein.fadeinL.active {
    opacity: 1;
    transform: translate(0, 0);
  }
  .fadein.fadeinR {
    opacity: 0;
    transition: all 0.7s;
    transform: translate(30px, 0px);
  }
  .fadein.fadeinR.active {
    opacity: 1;
    transform: translate(0, 0);
  }
  /* Slider */
  /* ココから下には記入禁止 */
  .forSP {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  #globalHeader .headerMenu.active + .hmOver .ecLink {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  #globalHeader .headerMenu.active + .hmOver .ecLink:hover {
    opacity: 0.75;
  }
  #globalHeader .hmWrap .hamburger:hover {
    opacity: 0.75;
    background: #fff;
  }
  #globalHeader .hmWrap .hamburger:hover span.hamburgerLine,
  #globalHeader .hmWrap .hamburger:hover span.hamburgerLine::before,
  #globalHeader .hmWrap .hamburger:hover span.hamburgerLine::after {
    background-color: #231816;
  }
  #globalHeader .hmWrap .hamburger.active {
    border: 1px solid #fff;
  }
  #fv .txtCont {
    position: relative;
  }
  #mainTxt .mainTextIn .in1 p img {
    width: 100%;
  }
  #lineup .item.item1 {
    margin-top: 0;
  }
  .btn span {
    display: inline-block;
    position: relative;
    padding: 0 50px 0 0;
    letter-spacing: 1px;
  }
  .btn span:before {
    content: "";
    width: 10px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    right: -10px;
    top: calc(50% - 2px);
    transform: rotate(45deg);
    transition: 0.3s;
  }
  .btn span:after {
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    right: -10px;
    top: calc(50% + 2px);
    transition: 0.3s;
  }
  .btn:hover {
    background-color: #fff;
    color: #231816;
  }
  .btn:hover span:after, .btn:hover span:before {
    background: #231816;
  }
  .questionLinkBtn .btn {
    margin-top: 40px;
    background-color: #fff;
    color: #231816;
  }
  .questionLinkBtn .btn span:before {
    background: #231816;
  }
  .questionLinkBtn .btn span:after {
    background: #231816;
  }
  .questionLinkBtn .btn:hover {
    background-color: #231816;
    color: #fff;
  }
  .questionLinkBtn .btn:hover span:after, .questionLinkBtn .btn:hover span:before {
    background: #fff;
  }
  .contactLinkBtn .btn {
    max-width: 400px;
    margin-top: 0px;
  }
  .bg {
    background: #EFE8E0;
  }
  .parallax:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
  }
  .parallax.off::before {
    position: relative;
  }
  #comment .commentBg .slick-dots {
    position: absolute;
    bottom: 20px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  #comment .commentBg .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  #comment .commentBg .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: #000;
    padding: 0;
    cursor: pointer;
  }
  #comment .commentBg .slick-dots li button:hover, #comment .commentBg .slick-dots li button:focus {
    outline: none;
  }
  #comment .commentBg .slick-dots li button:hover:before, #comment .commentBg .slick-dots li button:focus:before {
    opacity: 0.75;
  }
  #comment .commentBg .slick-dots li.slick-active button:before {
    background: #FFF;
    border: 1px solid #231816;
    color: #fff;
    position: relative;
  }
  #comment .commentBg .commentSlider2 .koetItem .koeProf {
    text-align: center;
    border-bottom: 1px solid #231816;
    padding-bottom: 20px;
  }
  #comment .commentBg .commentSlider2 .koetItem .koeProf .koeImg {
    text-align: center;
  }
  .itemBtnLink {
    text-align: center;
  }
  .itemBtnLink a {
    transition: 0.3s;
  }
  .itemBtnLink a:hover {
    opacity: 0.85;
  }
  .itemBtnLink img {
    display: inline-block;
  }
  #globalFooter .footerInner .fLink2 .fBuy .btn {
    width: 100%;
    max-width: 400px;
    margin-top: 0px;
    border: 1px solid #fff;
    text-align: center;
  }
  #globalFooter .fSns a:hover {
    opacity: 0.85;
  }
  /* Slider */
  /* ココから下には記入禁止 */
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  #globalHeader .headerMenu.active + .hmOver .ecLink {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  #globalHeader .headerMenu.active + .hmOver .ecLink:hover {
    opacity: 0.75;
  }
  #globalHeader .hmWrap .hamburger:hover {
    opacity: 0.75;
    background: #fff;
  }
  #globalHeader .hmWrap .hamburger:hover span.hamburgerLine,
  #globalHeader .hmWrap .hamburger:hover span.hamburgerLine::before,
  #globalHeader .hmWrap .hamburger:hover span.hamburgerLine::after {
    background-color: #231816;
  }
  #globalHeader .hmWrap .hamburger.active {
    border: 1px solid #fff;
  }
  #fv .txtCont {
    position: relative;
  }
  #mainTxt .mainTextIn .in1 p img {
    width: 100%;
  }
  #lineup .item.item1 {
    margin-top: 0;
  }
  .btn span {
    display: inline-block;
    position: relative;
    padding: 0 50px 0 0;
    letter-spacing: 1px;
  }
  .btn span:before {
    content: "";
    width: 10px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    right: -10px;
    top: calc(50% - 2px);
    transform: rotate(45deg);
    transition: 0.3s;
  }
  .btn span:after {
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    right: -10px;
    top: calc(50% + 2px);
    transition: 0.3s;
  }
  .btn:hover {
    background-color: #fff;
    color: #231816;
  }
  .btn:hover span:after, .btn:hover span:before {
    background: #231816;
  }
  .questionLinkBtn .btn {
    margin-top: 40px;
    background-color: #fff;
    color: #231816;
  }
  .questionLinkBtn .btn span:before {
    background: #231816;
  }
  .questionLinkBtn .btn span:after {
    background: #231816;
  }
  .questionLinkBtn .btn:hover {
    background-color: #231816;
    color: #fff;
  }
  .questionLinkBtn .btn:hover span:after, .questionLinkBtn .btn:hover span:before {
    background: #fff;
  }
  .contactLinkBtn .btn {
    max-width: 400px;
    margin-top: 0px;
  }
  .bg {
    background: #EFE8E0;
  }
  .parallax:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
  }
  .parallax.off::before {
    position: relative;
  }
  #concept > ul li .conceptIn {
    right: 5%;
  }
  #concept > ul li.even .conceptIn {
    left: 5%;
  }
  #comment .commentBg .slick-dots {
    position: absolute;
    bottom: 20px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  #comment .commentBg .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  #comment .commentBg .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: #000;
    padding: 0;
    cursor: pointer;
  }
  #comment .commentBg .slick-dots li button:hover, #comment .commentBg .slick-dots li button:focus {
    outline: none;
  }
  #comment .commentBg .slick-dots li button:hover:before, #comment .commentBg .slick-dots li button:focus:before {
    opacity: 0.75;
  }
  #comment .commentBg .slick-dots li.slick-active button:before {
    background: #FFF;
    border: 1px solid #231816;
    color: #fff;
    position: relative;
  }
  #comment .commentBg .commentSlider2 .koetItem .koeProf {
    text-align: center;
    border-bottom: 1px solid #231816;
    padding-bottom: 20px;
  }
  #comment .commentBg .commentSlider2 .koetItem .koeProf .koeImg {
    text-align: center;
  }
  .itemBtnLink {
    text-align: center;
  }
  .itemBtnLink a {
    transition: 0.3s;
  }
  .itemBtnLink a:hover {
    opacity: 0.85;
  }
  .itemBtnLink img {
    display: inline-block;
  }
  #globalFooter .footerInner .fLink2 .fBuy .btn {
    width: 100%;
    max-width: 400px;
    margin-top: 0px;
    border: 1px solid #fff;
    text-align: center;
  }
  #globalFooter .fSns a:hover {
    opacity: 0.85;
  }
  /* Slider */
  /* ココから下には記入禁止 */
}
@media print, screen and (min-width: 1201px) {
  #globalHeader .headerMenu.active + .hmOver .ecLink {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
  #globalHeader .headerMenu.active + .hmOver .ecLink:hover {
    opacity: 0.75;
  }
  #globalHeader .hmWrap .hamburger:hover {
    opacity: 0.75;
    background: #fff;
  }
  #globalHeader .hmWrap .hamburger:hover span.hamburgerLine,
  #globalHeader .hmWrap .hamburger:hover span.hamburgerLine::before,
  #globalHeader .hmWrap .hamburger:hover span.hamburgerLine::after {
    background-color: #231816;
  }
  #globalHeader .hmWrap .hamburger.active {
    border: 1px solid #fff;
  }
  #fv .txtCont {
    position: relative;
  }
  #mainTxt .mainTextIn .in1 p img {
    width: 100%;
  }
  #lineup .item.item1 {
    margin-top: 0;
  }
  .btn span {
    display: inline-block;
    position: relative;
    padding: 0 50px 0 0;
    letter-spacing: 1px;
  }
  .btn span:before {
    content: "";
    width: 10px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    right: -10px;
    top: calc(50% - 2px);
    transform: rotate(45deg);
    transition: 0.3s;
  }
  .btn span:after {
    content: "";
    width: 40px;
    height: 1px;
    background: #fff;
    display: block;
    position: absolute;
    right: -10px;
    top: calc(50% + 2px);
    transition: 0.3s;
  }
  .btn:hover {
    background-color: #fff;
    color: #231816;
  }
  .btn:hover span:after, .btn:hover span:before {
    background: #231816;
  }
  .questionLinkBtn .btn {
    margin-top: 40px;
    background-color: #fff;
    color: #231816;
  }
  .questionLinkBtn .btn span:before {
    background: #231816;
  }
  .questionLinkBtn .btn span:after {
    background: #231816;
  }
  .questionLinkBtn .btn:hover {
    background-color: #231816;
    color: #fff;
  }
  .questionLinkBtn .btn:hover span:after, .questionLinkBtn .btn:hover span:before {
    background: #fff;
  }
  .contactLinkBtn .btn {
    max-width: 400px;
    margin-top: 0px;
  }
  .bg {
    background: #EFE8E0;
  }
  .parallax:before {
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
  }
  .parallax.off::before {
    position: relative;
  }
  #comment .commentBg .slick-dots {
    position: absolute;
    bottom: 20px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  #comment .commentBg .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
  }
  #comment .commentBg .slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: #000;
    padding: 0;
    cursor: pointer;
  }
  #comment .commentBg .slick-dots li button:hover, #comment .commentBg .slick-dots li button:focus {
    outline: none;
  }
  #comment .commentBg .slick-dots li button:hover:before, #comment .commentBg .slick-dots li button:focus:before {
    opacity: 0.75;
  }
  #comment .commentBg .slick-dots li.slick-active button:before {
    background: #FFF;
    border: 1px solid #231816;
    color: #fff;
    position: relative;
  }
  #comment .commentBg .commentSlider2 .koetItem .koeProf {
    text-align: center;
    border-bottom: 1px solid #231816;
    padding-bottom: 20px;
  }
  #comment .commentBg .commentSlider2 .koetItem .koeProf .koeImg {
    text-align: center;
  }
  .itemBtnLink {
    text-align: center;
  }
  .itemBtnLink a {
    transition: 0.3s;
  }
  .itemBtnLink a:hover {
    opacity: 0.85;
  }
  .itemBtnLink img {
    display: inline-block;
  }
  #globalFooter .footerInner .fLink2 .fBuy .btn {
    width: 100%;
    max-width: 400px;
    margin-top: 0px;
    border: 1px solid #fff;
    text-align: center;
  }
  #globalFooter .fSns a:hover {
    opacity: 0.85;
  }
  /* Slider */
  /* ココから下には記入禁止 */
}
/*# sourceMappingURL=map/common.css.map */
