/* CSS Document */
#header {
  height: 975px !important;
  background: url(../img/shared/head.png) repeat-x center 580px, url(../img/shared/head_nav2.png) repeat-x center bottom;
}

#key {
  background: url(../img/pet/kv.jpg) no-repeat center center/cover;
  height: 580px !important;
}

#container > div, .wrap, .row, .col, .box, .inner {
  position: relative;
}

#container .left, #container .right {
  float: none;
}
#container .wrap {
  max-width: calc(100% - 60px);
}

#head_bnr {
  position: absolute;
  left: 0px;
  top: 400px;
}

.fnt-zen {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.fw-m {
  font-weight: 500;
}

.img-ob {
  position: relative;
}
.img-ob img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#lead {
  padding: 118px 0 75px;
  background: url("../img/pet//lead_deco.png") no-repeat top center;
  margin: 1px 0 0;
  color: #1f0100;
}
#lead .set {
  display: flex;
  align-items: flex-start;
}
#lead .set .group-img {
  width: calc(50% - 74px);
  padding: 0 0 112px;
  max-width: calc(100% - 700px);
  position: relative;
}
#lead .set .group-img .img {
  height: 578px;
}
#lead .set .group-img .img2 {
  position: absolute;
  z-index: 2;
  right: -104px;
  bottom: 0;
}
#lead .set .group-content {
  margin: 134px 0 0 74px;
}
#lead .set .group-content .txt {
  margin: 86px 0 0 82px;
  width: 415px;
  letter-spacing: 0;
}
#lead .flex {
  margin: 37px auto 0;
  max-width: calc(100% - 60px);
  width: 1176px;
  display: flex;
  gap: 53px;
  align-items: flex-start;
}
#lead .flex .img2 {
  margin: 66px 0 0;
}

.section-link {
  background: url("../img/pet/link_bg.png");
  padding: 17px 0 19px;
}
.section-link ul {
  display: flex;
  justify-content: center;
  color: #000;
}
.section-link ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 36px 15px;
  line-height: 2;
  letter-spacing: 0;
  font-size: 19px;
  background: transparent;
  cursor: pointer;
}
.section-link ul li a:hover {
  background: url("../img/pet/link_arrow.png") no-repeat bottom center;
}
.section-link ul li + li {
  border-left: 1px solid rgba(31, 1, 0, 0.12);
}

#rule {
  background: url("../img/pet/rule_bg.png");
  padding: 106px 0 111px;
  position: relative;
}
#rule .deco {
  position: absolute;
  width: 383px;
  top: -65px;
  left: calc(50% + 241px);
}
#rule h2 {
  text-align: center;
}
#rule .group-txt {
  margin: 69px 0 0;
}
#rule .group-txt .txt {
  background: #f6f3ec;
  border-radius: 10px;
  text-align: center;
  font-size: 18px;
  line-height: 30px;
  padding: 15px 0;
}
#rule .group-txt .txt + .txt {
  margin-top: 19px;
}
#rule .box {
  margin: 129px 0 0;
  position: relative;
  border-radius: 10px;
  background: url("../img/pet/rule_bg2.jpg");
  padding: 111px 115px 80px 129px;
}
#rule .box h3 {
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  text-align: center;
}
#rule .box dl {
  display: flex;
}
#rule .box dl + dl {
  margin-top: 33px;
}
#rule .box dl dt {
  width: 187px;
  box-sizing: border-box;
  border-right: 2px solid #553f26;
  padding: 28px 0 0;
}
#rule .box dl dt.icon2 {
  padding-top: 45px;
}
#rule .box dl dt.icon3 {
  padding-top: 35px;
}
#rule .box dl dt.icon4 {
  padding-top: 39px;
}
#rule .box dl dt.icon5 {
  padding-top: 52px;
}
#rule .box dl dt.icon6 {
  padding-top: 30px;
}
#rule .box dl dd {
  width: calc(100% - 187px);
  box-sizing: border-box;
  padding: 0 0 0 60px;
  color: #000;
}
#rule .box dl dd .tit {
  font-size: 24px;
  line-height: 1.5;
}
#rule .box dl dd .txt {
  font-size: 15px;
  line-height: 26px;
  margin: 20px 0 0;
  min-height: 78px;
}

.bg-parallax {
  position: relative;
  z-index: 0;
}
.bg-parallax .img-parallax {
  clip: rect(0, auto, auto, 0);
  margin-bottom: 0;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.bg-parallax .img-parallax img {
  width: 100% !important;
  height: 100vh !important;
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
  transform: translateZ(0);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .bg-parallax .img-parallax img {
    height: auto !important;
    -o-object-fit: unset;
       object-fit: unset;
    top: 50%;
    transform: translateY(-50%) !important;
  }
}

#scene {
  position: relative;
  padding: 115px 0 128px;
}
#scene::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url("../img/pet/scene_bg.png") no-repeat center/cover;
}
#scene .bg-parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#scene .wrap {
  position: relative;
  z-index: 2;
  width: 1142px;
}
#scene .inner {
  width: 1071px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: flex-end;
}
#scene .txt {
  margin: 49px 0 0 8px;
  width: 405px;
  letter-spacing: 0.04em;
}
#scene ul {
  margin: 0 0 10px;
}
#scene ul li + li {
  margin-top: 11px;
}

#menu-js {
  background: url(../img/shared/body.jpg) repeat center top;
}

#menu .menu-content {
  background: url("../img/pet/menu_deco.png") no-repeat top center;
  padding: 64px 0 90px;
  position: relative;
}
#menu .menu-content .sub-txt {
  max-width: calc(100% - 60px);
  width: 985px;
  margin: 0 auto 2px;
  line-height: 1.5;
}
#menu .menu-content h2 {
  text-align: center;
  position: relative;
  z-index: 2;
}
#menu .menu-content .txt {
  text-align: center;
  margin: 51px 0 0;
  position: relative;
  z-index: 2;
}
#menu .menu-content .deco {
  position: absolute;
  width: 461px;
  top: 97px;
  left: calc(50% + 268px);
}
#menu #menu-js .scroll-horizion {
  /* display: flex; */
  /* overflow: visible; */
  flex-wrap: nowrap;
}
#menu #menu-js .scroll-horizion .pin-wrap {
  display: flex;
  flex-wrap: nowrap;
  gap: 3.5vw;
  padding: 0 4vw;
  box-sizing: border-box;
}
#menu #menu-js .scroll-horizion .pin-wrap .item {
  width: calc((100% - 6vw)/3);
}

#menu #menu-js .scroll-horizion .pin-wrap .item img {
  width: 100%;
  height: auto;
}
#menu #menu-js .scroll-horizion .item dl {
  text-align: center;
  margin: 38px 0 0;
}
#menu #menu-js .scroll-horizion .item dl dt {
  font-size: 1.6vw;
  line-height: 1.4;
}
#menu #menu-js .scroll-horizion .item dl dd {
  line-height: 1.5;
  margin: 12px 0 0;
  font-size: 1.3vw;
}
#menu #menu-js .btn {
  margin: 30px 0 0;
  text-align: center;
}

#dogmenu {
  margin: 85px 25px 0;
  background: url("../img/pet/dogmenu_bg.jpg");
  padding: 60px 0 85px;
}
#dogmenu .wrap {
  width: 1216px;
}
#dogmenu h2 {
  text-align: center;
}
#dogmenu .txt2 {
  margin: 42px 0 0;
  text-align: center;
}
#dogmenu .flex {
  display: flex;
  align-items: flex-start;
  margin: 73px 0 0;
}
#dogmenu .flex .img {
  margin: 39px 0 0;
  width: 697px;
  height: 487px;
  max-width: calc(100% - 410px);
}
#dogmenu .flex .group-content {
  width: 354px;
  margin: 0 0 0 55px;
  position: relative;
}
#dogmenu .flex .group-content .deco {
  position: absolute;
  top: 98px;
  right: -6px;
}
#dogmenu .flex .group-content dl {
  margin: 103px 0 0 15px;
}
#dogmenu .flex .group-content dl dt {
  font-size: 36px;
  line-height: 48px;
}
#dogmenu .flex .group-content dl dd {
  line-height: 1.5;
  font-size: 24px;
  margin: 10px 0 0;
  text-align: right;
}
#dogmenu .flex .group-content .txt {
  margin: 37px 0 0 17px;
  letter-spacing: 0;
}
#dogmenu .flex2 {
  margin: 156px auto 0;
  width: 1000px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
#dogmenu .flex2 .item {
  width: 472px;
}
#dogmenu .flex2 .item .group-content {
  margin: 35px 30px 0 31px;
}
#dogmenu .flex2 .item .group-content dl dt {
  font-size: 36px;
  line-height: 48px;
}
#dogmenu .flex2 .item .group-content dl dt span {
  display: inline-block;
  margin-left: 30px;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
  background: #bd9c17;
  border-radius: 16px;
  padding: 4.5px 10px;
  vertical-align: middle;
}
#dogmenu .flex2 .item .group-content dl dd {
  text-align: right;
  font-size: 24px;
  line-height: 1.5;
  margin: 2px 0 0;
}
#dogmenu .flex2 .item .group-content .txt {
  margin: 17px 0 0 -4px;
}
#dogmenu .list {
  width: 995px;
  margin: 65px auto 0;
}
#dogmenu .list dl {
  display: flex;
  border-radius: 46.5px;
  border: 3px solid #bd9c17;
  overflow: hidden;
  background: #fff;
}
#dogmenu .list dl + dl {
  margin-top: 19px;
}
#dogmenu .list dl dt {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 0 0 0 48px;
  color: #fff;
  font-size: 20px;
  line-height: 2;
  background: #bd9c17;
  width: 325px;
  box-sizing: border-box;
}
#dogmenu .list dl dd {
  width: calc(100% - 325px);
  font-size: 20px;
  line-height: 2;
  box-sizing: border-box;
  padding: 23.5px 20px 23.5px 55px;
}

.loopslider {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  margin: 93px 0 0;
}
.loopslider ul {
  animation: flowing 60s linear infinite;
  transform: translateX(100%);
  display: flex;
}
.loopslider ul li {
  margin-right: 12px;
  width: 377px;
}

@keyframes flowing {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
#course {
  padding: 59px 0 0;
  position: relative;
}
#course .sub-txt {
  max-width: calc(100% - 60px);
  width: 985px;
  margin: 0 auto 2px;
  line-height: 1.5;
}
#course h2 {
  margin: 22px 0 0;
  text-align: center;
}
#course .set1 {
  margin: 82px 0 0;
}
#course .set1 .flex {
  display: flex;
  align-items: flex-start;
  gap: 36px;
}
#course .set1 .flex .img {
  width: calc(50% + 72px);
  height: 437px;
  max-width: calc(100% - 513px);
}
#course .set1 .flex .group-content {
  width: 447px;
  margin: 67px 0 0;
}
#course .set1 .flex .group-content .txt {
  margin: 0 0 64px 52px;
  width: 325px;
}
#course .set1 .flex2 {
  width: 1240px;
  max-width: calc(100% - 60px);
  display: flex;
  align-items: flex-start;
  margin: -44px auto 0;
}
#course .set1 .flex2 .img {
  width: 588px;
  height: 481px;
  max-width: calc(100% - 480px);
}
#course .set1 .flex2 .group-content {
  width: 400px;
  margin: 150px 0 0 78px;
}
#course .set1 .flex2 .group-content dl dt {
  font-weight: 600;
  margin: 0 -30px 0 0;
  font-size: 40px;
  line-height: 1.5;
  color: #1f0100;
}
#course .set1 .flex2 .group-content dl dd {
  font-size: 24px;
  line-height: 1.5;
  text-align: right;
  margin: 12px 0 0;
  letter-spacing: 0.13em;
}
#course .set1 .flex2 .group-content .txt {
  margin: 41px 0 0 8px;
}
#course .set2 {
  margin: 122px 0 0;
  padding: 0 0 93px;
  background: url("../img/pet/course_deco.png") no-repeat top center, url(../img/index/sec3.png) repeat center top;
}
#course .set2 .flex {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
}
#course .set2 .flex .left {
  width: 550px;
  padding: 161px 0 0;
}
#course .set2 .flex .left dl dt {
  color: #1f0100;
  font-size: 65px;
  line-height: 1.2;
  letter-spacing: -0.05em;
}
#course .set2 .flex .left dl dt small {
  font-size: 45px;
}
#course .set2 .flex .left dl dd {
  text-align: right;
  font-size: 24px;
  line-height: 1.5;
  width: 442px;
  margin: 25px 0 0;
  padding: 0 0 19px;
  border-bottom: 3px solid #8c1a18;
}
#course .set2 .flex .left .inner {
  width: 446px;
  margin: 59px 0 0 10px;
}
#course .set2 .flex .left .inner .txt {
  margin: 0 auto;
  width: 360px;
}
#course .set2 .flex .left .inner .tit {
  font-size: 22px;
  line-height: 38px;
  margin: 54px 0 0;
  text-align: center;
}
#course .set2 .flex .left .inner .tit small {
  display: block;
  font-size: 18px;
}
#course .set2 .flex .left .inner .txt2 {
  margin: 17px 0 52px;
  border-top: 3px double #6c5500;
  border-bottom: 3px solid #6c5500;
  padding: 22px 0 21px 48px;
  letter-spacing: 0;
}
#course .set2 .flex .left .inner .txt3 {
  margin: 0 30px 0 40px;
  display: flex;
}
#course .set2 .flex .right {
  width: calc(50% - 3px);
  max-width: calc(100% - 580px);
}
#course .set2 .flex .right .inner {
  position: relative;
  height: 800px;
  max-height: 100vh;
}
#course .set2 .flex .right .inner .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  opacity: 0;
}
#course .set2 .flex .right .inner .img.active {
  opacity: 1;
}
#course .set2 .btn {
  margin: 80px 0 0;
  text-align: center;
}

#bnr {
  text-align: center;
  margin: 98px 0 0;
}

#floor {
  margin: 68px 0 0;
  padding: 48px 0 151px;
  background: url("../img/pet/floor_deco.png") no-repeat top center;
}
#floor .wrap {
  width: 1302px;
}
#floor .flex {
  display: flex;
  gap: 84px;
  justify-content: flex-end;
}
#floor .flex .img {
  width: 874px;
  height: 543px;
  max-width: calc(100% - 247px);
}
#floor .flex2 {
  margin: 71px auto 0;
  max-width: 100%;
  width: 1148px;
  display: flex;
  align-items: flex-start;
  gap: 76px;
}
#floor .flex2 .img {
  width: 518px;
  height: 355px;
  max-width: calc(100% - 555px);
  margin: 7px 0 0;
}
#floor .flex2 .group-txt {
  width: 480px;
}
#floor .flex2 .group-txt .txt + .txt {
  margin-top: 23px;
}
#floor .list {
  width: 995px;
  margin: 76px auto 0;
}
#floor .list dl {
  display: flex;
  border-radius: 46.5px;
  border: 3px solid #bd9c17;
  overflow: hidden;
  background: #fff;
}
#floor .list dl + dl {
  margin-top: 19px;
}
#floor .list dl dt {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 0 0 0 67px;
  color: #fff;
  font-size: 20px;
  line-height: 2;
  background: #bd9c17;
  width: 375px;
  box-sizing: border-box;
}
#floor .list dl dd {
  width: calc(100% - 375px);
  font-size: 20px;
  line-height: 2;
  box-sizing: border-box;
  padding: 23.5px 20px 23.5px 55px;
}
#floor .btn {
  margin: 44px 0 0;
  text-align: center;
}