.p-rancher {
  padding-bottom: 48px;
}

@media not all and (max-width: 960px) {
  .p-rancher {
    padding-bottom: 110px;
  }
}
.p-rancher__header {
  position: relative;
  min-height: 410px;
  padding: 75px 5.3% 10px;
  overflow: hidden;
}

@media not all and (max-width: 960px) {
  .p-rancher__header {
    padding: 183px 5.7% 100px;
  }
}
.p-rancher__header::before {
  position: absolute;
  content: "";
  left: -50px;
  right: 0;
  bottom: 0;
  top: 0;
  background: url(../img/newfeatures/main.jpg) no-repeat 50%/cover;
  opacity: 0;
}

.is-load .p-rancher__header::before {
  opacity: 1;
  transform: translate3d(25px, 0, 0);
  transition: opacity 1s cubic-bezier(0.5, 1, 0.89, 1) 0s, transform 4s cubic-bezier(0.5, 1, 0.89, 1) 0s;
}

.p-rancher__header-text {
  position: relative;
  opacity: 0;
  transform: translate3d(-30px, 0, 0);
}

@media screen and (max-width: 960px) {
  .p-rancher__header-text {
    padding: 9.1% 0 5.4%;
  }
}
.is-load .p-rancher__header-text {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: 1.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-property: opacity, transform;
}

.p-rancher__ttl {
  position: relative;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #718ec6;
  font-family: "Antonio", "Oswald", arial;
  font-size: 22px;
  font-size: min(5.8666666667vw, 33px);
  font-size: clamp(17.6px, 5.8666666667vw, 33px);
}

@media not all and (max-width: 960px) {
  .p-rancher__ttl {
    line-height: 1.48;
    font-size: 48px;
    font-size: min(3.4285714286vw, 60px);
    font-size: clamp(36px, 3.4285714286vw, 60px);
  }
}
.p-rancher__ttl-text {
  display: block;
  position: relative;
  z-index: 1;
}

.p-rancher__ttl-text--dummy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  -webkit-text-stroke: 3px #ffffff;
}

@media not all and (max-width: 960px) {
  .p-rancher__ttl-text--dummy {
    -webkit-text-stroke: 7px #ffffff;
  }
}
.p-rancher__lead {
  margin-top: 4.5%;
  font-size: 13px;
  font-size: min(3.4666666667vw, 19.5px);
  font-size: clamp(10.4px, 3.4666666667vw, 19.5px);
  line-height: 1.63;
}

@media not all and (max-width: 960px) {
  .p-rancher__lead {
    margin-top: 44px;
    font-size: 24px;
    font-size: min(1.7142857143vw, 30px);
    font-size: clamp(18px, 1.7142857143vw, 30px);
    line-height: 1.42;
  }
}
.p-rancher__lead-block {
  text-shadow: #ffffff 1px 1px 0, #ffffff -1px -1px 0, #ffffff -1px 1px 0, #ffffff 1px -1px 0, #ffffff 0px 1px 0, #ffffff -1px 0, #ffffff -1px 0 0, #ffffff 1px 0 0;
}

@media screen and (max-width: 960px) {
  .p-rancher__list {
    width: 94.1333333333%;
    max-width: 688px;
    margin: 8% auto 0;
  }
}
@media not all and (max-width: 960px) {
  .p-rancher__list {
    margin-top: 60px;
  }
}
.p-rancher__coming {
  margin-top: 31px;
}

@media not all and (max-width: 960px) {
  .p-rancher__coming {
    margin-top: 53px;
  }
}
.p-rancher_list {
  padding-left: 1.4%;
  opacity: 0;
  transform: translate3d(0, 30px, 0);
}

.is-load .p-rancher_list {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.8s ease 0.05s, transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) 0.05s;
}

@media not all and (max-width: 960px) {
  .p-rancher_list {
    padding-left: 1.0483870968%;
    padding-right: 0.1612903226%;
  }
}
.p-rancher_list__item {
  position: relative;
  z-index: 1;
}

@media not all and (max-width: 960px) {
  .p-rancher_list__item {
    text-align: center;
  }
}
.p-rancher_list__item::before, .p-rancher_list__item::after {
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  pointer-events: none;
  z-index: -1;
}

.p-rancher_list__item::before {
  top: 0;
  padding-top: 22.9885057471%;
  background: url(../img/newfeatures/base_top_sp.png) no-repeat 0 0;
  background-size: 100% auto;
}

@media not all and (max-width: 960px) {
  .p-rancher_list__item::before {
    padding-top: 12.2448979592%;
    background-image: url(../img/newfeatures/base_top_pc.png);
  }
}
.p-rancher_list__item::after {
  bottom: 0;
  padding-bottom: 22.9885057471%;
  background: url(../img/newfeatures/base_btm_sp.png) no-repeat bottom left;
  background-size: 100% auto;
}

@media not all and (max-width: 960px) {
  .p-rancher_list__item::after {
    padding-bottom: 12.2448979592%;
    background-image: url(../img/newfeatures/base_btm_pc.png);
  }
}
.p-rancher_list__item + .p-rancher_list__item {
  margin-top: 5.7%;
}

@media not all and (max-width: 960px) {
  .p-rancher_list__item + .p-rancher_list__item {
    margin-top: 40px;
  }
}
.p-rancher_list__inner {
  position: relative;
  padding: 8.3% 9.3390804598% 11.7% 8.3333333333%;
}

@media not all and (max-width: 960px) {
  .p-rancher_list__inner {
    padding: 56px 5.5510204082% 83px 4.7346938776%;
  }
}
.p-rancher_list__inner::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 22.8448275862% 0;
  background: url(../img/newfeatures/base_repeat_sp.png) repeat-y 0 0;
  background-size: 100% auto;
  pointer-events: none;
  z-index: -1;
}

@media not all and (max-width: 960px) {
  .p-rancher_list__inner::before {
    margin: 12.1632653061% 0;
    background-image: url(../img/newfeatures/base_repeat_pc.png);
  }
}
.p-rancher_list__head {
  position: relative;
  padding: 4.95% 0 6%;
  text-align: center;
  color: #639ad2;
  font-size: 21.3px;
  font-size: min(5.68vw, 31.95px);
  font-size: clamp(17.04px, 5.68vw, 31.95px);
  line-height: 1.25;
  background: url(../img/newfeatures/line_sp.png) no-repeat 0 0/100% auto, url(../img/newfeatures/line_sp.png) no-repeat bottom left/100% auto;
}

@media not all and (max-width: 960px) {
  .p-rancher_list__head {
    width: 90.991810737%;
    margin: 0 auto;
    padding: 30px 0;
    font-size: 45.5px;
    font-size: min(3.25vw, 56.875px);
    font-size: clamp(34.125px, 3.25vw, 56.875px);
    background-image: url(../img/newfeatures/line_pc.png), url(../img/newfeatures/line_pc.png);
  }
}
.p-rancher_list__item.-icon--new .p-rancher_list__head::after {
  position: absolute;
  content: "";
  top: -10px;
  left: -4%;
  width: 13.5%;
  padding-top: 13.5%;
  background: url(../img/common/new.png) no-repeat 0 0/contain;
}

@media not all and (max-width: 960px) {
  .p-rancher_list__item.-icon--new .p-rancher_list__head::after {
    top: -0.3em;
    left: -0.5em;
    width: 1.9em;
    height: 1.9em;
    padding-top: 0;
  }
}
.p-rancher_list__head-text {
  position: relative;
  font-family: "Antonio", "Oswald", arial;
  font-size: 0.7em;
}

.p-rancher_list__head-text .p-in-text {
  display: block;
  position: relative;
  z-index: 1;
}

.p-rancher_list__head-text .p-in-text--dummy {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  -webkit-text-stroke: 3px #ffffff;
}

@media not all and (max-width: 960px) {
  .p-rancher_list__head-text .p-in-text--dummy {
    -webkit-text-stroke: 5px #ffffff;
  }
}
.p-rancher_list__content {
  margin-top: 5.22%;
}

@media not all and (max-width: 960px) {
  .p-rancher_list__content {
    width: 95%;
    margin: 35px auto 0;
  }
}
.p-rancher_list__text {
  font-size: 13px;
  font-size: min(3.4666666667vw, 19.5px);
  font-size: clamp(10.4px, 3.4666666667vw, 19.5px);
  line-height: 1.6;
}

@media not all and (max-width: 960px) {
  .p-rancher_list__text {
    font-size: 22.5px;
    letter-spacing: 0.02em;
    line-height: 1.7;
  }
}
.p-rancher_list__img {
  position: relative;
  width: 98%;
}

@media screen and (max-width: 960px) {
  .p-rancher_list__img {
    margin-top: 14px;
  }
}
@media not all and (max-width: 960px) {
  .p-rancher_list__img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 2.5% auto 0;
  }
}
.p-rancher_list__img-item {
  position: relative;
}

@media not all and (max-width: 960px) {
  .p-rancher_list__img-item {
    width: 49%;
  }
  .p-rancher_list__img-item:nth-of-type(even) {
    margin-left: 2%;
  }
}
@media screen and (max-width: 960px) {
  .p-rancher_list__img-item + .p-rancher_list__img-item {
    margin-top: 8px;
  }
}
.p-rancher_list__img-item::after {
  position: absolute;
  pointer-events: none;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 5px solid #ffffff;
}

@media not all and (max-width: 960px) {
  .p-rancher_list__img-item::after {
    border-width: 9px;
  }
}
/*============================
	coming
============================*/
.p-rancher_coming {
  position: relative;
  text-align: center;
  max-width: 986px;
  margin: 0 auto;
}

.p-rancher_coming__text {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 15px;
  font-size: min(4vw, 22.5px);
}

@media not all and (max-width: 960px) {
  .p-rancher_coming__text {
    font-size: 33px;
    font-size: min(33px, 2.55vw);
    line-height: 1.25;
  }
}
.p-rancher_coming__text-wrap {
  width: 100%;
}/*# sourceMappingURL=welcome.newfeatures.css.map */