.js-fadeup {
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, transform 1.5s;
  transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
}

.js-fadeup.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.js-fadeup-row-child {
  opacity: 0;
  -webkit-transform: translateY(16px);
          transform: translateY(16px);
  -webkit-transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, -webkit-transform 1.5s;
  transition: opacity 1.5s, transform 1.5s;
  transition: opacity 1.5s, transform 1.5s, -webkit-transform 1.5s;
}

.js-fadeup-row.is-visible .js-fadeup-row-child {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.ym-slider {
  position: relative;
}

.ym-slider__item {
  height: 43.91vw;
  background-color: #000;
}

.ym-slider__item-inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}

.ym-slider__item-inner img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.ym-mv-anima {
  position: relative;
  height: 100%;
  background-color: #000;
}

.slick-current .ym-mv-anima {
  -webkit-animation: anima-opacity 6s linear 0s backwards infinite normal;
          animation: anima-opacity 6s linear 0s backwards infinite normal;
}

.ym-mv-anima__item {
  -webkit-transition: 0.5s cubic-bezier(0.15, 0.63, 0.46, 0.99);
  transition: 0.5s cubic-bezier(0.15, 0.63, 0.46, 0.99);
}

.ym-mv-anima__item .is-01 {
  -webkit-transform: translate(-150%, -50%);
          transform: translate(-150%, -50%);
}

.ym-mv-anima__item .is-02 {
  -webkit-transform: translate(150%, -50%);
          transform: translate(150%, -50%);
}

.ym-mv-anima__item .is-01, .ym-mv-anima__item .is-02 {
  -webkit-transition-delay: .8s;
          transition-delay: .8s;
}

.slick-current .ym-mv-anima__item .is-01, .slick-current .ym-mv-anima__item .is-02 {
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.slick-current .ym-mv-anima__item .is-01 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.slick-current .ym-mv-anima__item .is-02 {
  -webkit-transition-delay: 0.8s;
          transition-delay: 0.8s;
}

@-webkit-keyframes anima-opacity {
  0% {
    opacity: 1;
  }
  58% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  94% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes anima-opacity {
  0% {
    opacity: 1;
  }
  58% {
    opacity: 1;
  }
  65% {
    opacity: 0;
  }
  94% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.ym * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ym img {
  max-width: 100%;
}

.ym .is-white {
  color: #fff;
}

.ym .ym-btn {
  display: inline-block;
  padding: 10px 1.5em;
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #fff;
  color: #fff;
  font-size: 1rem;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ym .ym-btn > span::after {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin-top: -3px;
  margin-left: 5px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  vertical-align: middle;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  content: "";
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ym .ym-btn .is-icon {
  width: 33px;
  margin-right: 10px;
  vertical-align: text-top;
}

.ym .ym-btn.is-white {
  background-color: white;
  color: #dc1e37;
}

.ym .ym-btn.is-white > span::after {
  border-color: #dc1e37;
}

.ym .ym-btn-more {
  display: inline-block;
  padding: .5em 1.5em;
  background-color: white;
  border: 2px solid #fff;
  color: #dc1e37;
  font-size: 115%;
  text-align: center;
  text-decoration: none;
}

.ym .ym-btn-more > span {
  position: relative;
  padding-right: 20px;
}

.ym .ym-btn-more > span::before, .ym .ym-btn-more > span::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 9px;
  height: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #dc1e37;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ym .ym-btn-more > span::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.ym .ym-btn-more.is-open {
  background-color: rgba(255, 255, 255, 0);
  color: #fff;
}

.ym .ym-btn-more.is-open > span::before, .ym .ym-btn-more.is-open > span::after {
  background-color: #fff;
}

.ym .ym-btn-more.is-open > span::after {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ym .js-ym-accordion-contents {
  height: 85px;
  overflow: hidden;
  -webkit-transition: height .3s;
  transition: height .3s;
}

.ym .js-ym-accordion-contents.is-open {
  height: auto;
  overflow: auto;
}

.ym .ym-container {
  max-width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.ym .ym-dealer {
  background: url(/mm/agri/special/ym/img/bg_dealer.jpg) no-repeat 50% 50%/cover;
}

.ym .ym-dealer__hdg-02 {
  max-width: 200px;
  margin-bottom: 10px;
}

.ym .ym-facebook__list-item {
  font-size: 128%;
  font-weight: bold;
  line-height: 36px;
}

.ym .ym-facebook__list-item img {
  margin-right: 5px;
}

.ym .ym-facebook__list-item a {
  text-decoration: none;
}

.ym .ym-top-facebook {
  overflow: hidden;
  background: url(/mm/agri/special/ym/img/top/bg_facebook.jpg) no-repeat 50% 50%/cover;
}

.ym .ym-top-facebook__box-txt {
  font-size: 125%;
  font-weight: bold;
  line-height: 1.15;
}

.ym .ym-top-facebook__box-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 142.8%;
  font-weight: bold;
  font-style: italic;
}

.ym .ym-top-facebook__box-list li {
  margin-right: 8px;
}

.ym .ym-top-facebook__box-list li:last-of-type {
  margin-right: 0;
}

.ym .ym-top-facebook__box-list .icon {
  display: inline-block;
}

.ym .ym-top-facebook__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  padding: 20px 0;
}

.ym .ym-top-facebook__list::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: #dc1e37;
}

.ym .ym-top-facebook__item {
  z-index: +1;
  position: relative;
}

.ym .ym-top-facebook__item .name {
  z-index: -1;
  position: relative;
  display: block;
  width: 95.96%;
  margin-bottom: -20%;
  margin-left: 4%;
  line-height: 1;
}

.ym .ym-top-facebook__item .icon {
  display: inline-block;
  width: 36.364%;
}

.ym .ym-top-facebook__item a {
  display: block;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.ym .ym-top-facebook__icon-list {
  position: absolute;
  right: 3%;
  bottom: -8%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 61.111%;
}

.ym .ym-top-facebook__icon-list li {
  max-width: 100%;
  margin-right: 10%;
}

.ym .ym-top-facebook__icon-list li:last-of-type {
  margin-right: 0;
}

.ym .ym-video {
  background: #000;
}

.ym .ym-video__hdg-group {
  padding-top: 40px;
}

.ym .ym-video__list .ym-btn {
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.ym .ym-video__bg-01, .ym .ym-video__bg-02 {
  width: 100%;
  height: 100px;
}

.ym .ym-video__bg-01 {
  background: url(/mm/agri/special/ym/img/top/bg_video01.jpg) repeat-x 0 0;
}

.ym .ym-video__bg-02 {
  background: url(/mm/agri/special/ym/img/top/bg_video02.jpg) repeat-x 0 0;
}

.ym .ym-video .bg-image-loop-left {
  background-size: auto 100%;
  -webkit-animation: bg-slider-left 64s linear infinite;
          animation: bg-slider-left 64s linear infinite;
}

.ym .ym-video .bg-image-loop-right {
  background-size: auto 100%;
  -webkit-animation: bg-slider-right 72s linear infinite;
          animation: bg-slider-right 72s linear infinite;
}

@-webkit-keyframes bg-slider-left {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1625px 0;
  }
}

@keyframes bg-slider-left {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -1625px 0;
  }
}

@-webkit-keyframes bg-slider-right {
  from {
    background-position: -1888px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes bg-slider-right {
  from {
    background-position: -1888px 0;
  }
  to {
    background-position: 0 0;
  }
}

.ym .ym-details {
  background: url(/mm/agri/special/ym/img/top/bg_details.jpg) no-repeat 50% 0/cover;
}

.ym .ym-details__hdg {
  text-align: center;
}

.ym .ym-details__hdg-02 {
  margin-bottom: 20px;
}

.ym .ym-details__hdg-03 {
  margin-bottom: .5em;
  color: #fff;
  font-size: 171%;
}

.ym .ym-details__btn-block {
  display: inline-block;
}

.ym .ym-details__btn-block .ym-btn {
  width: 100%;
  font-weight: normal;
}

.ym .ym-details__btn-more {
  position: relative;
  margin-top: 15px;
  padding-bottom: 30px;
  text-align: center;
}

.ym .ym-details__btn-more.is-open {
  background: none;
}

.ym .ym-top-smartassist {
  position: relative;
  width: 100%;
}

.ym .ym-top-smartassist__inner {
  position: relative;
}

.ym .ym-top-smartassist__hdg-box, .ym .ym-top-smartassist__hdg, .ym .ym-top-smartassist__btn {
  opacity: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0.63, 0.46, 0.99), -webkit-transform 0.5s cubic-bezier(0.15, 0.63, 0.46, 0.99);
  transition: opacity 0.5s cubic-bezier(0.15, 0.63, 0.46, 0.99), -webkit-transform 0.5s cubic-bezier(0.15, 0.63, 0.46, 0.99);
  transition: opacity 0.5s cubic-bezier(0.15, 0.63, 0.46, 0.99), transform 0.5s cubic-bezier(0.15, 0.63, 0.46, 0.99);
  transition: opacity 0.5s cubic-bezier(0.15, 0.63, 0.46, 0.99), transform 0.5s cubic-bezier(0.15, 0.63, 0.46, 0.99), -webkit-transform 0.5s cubic-bezier(0.15, 0.63, 0.46, 0.99);
}

.ym .ym-top-smartassist__hdg-box {
  position: relative;
}

.ym .ym-top-smartassist__hdg-box-inner {
  position: relative;
  z-index: +1;
  width: 100%;
}

.ym .ym-top-smartassist__hdg {
  margin-bottom: 40px;
}

.ym .ym-top-smartassist.is-visible .ym-top-smartassist__hdg-box, .ym .ym-top-smartassist.is-visible .ym-top-smartassist__hdg, .ym .ym-top-smartassist.is-visible .ym-top-smartassist__btn {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.ym .ym-top-smartassist.is-visible .ym-top-smartassist__hdg-box {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.ym .ym-top-smartassist.is-visible .ym-top-smartassist__hdg {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.ym .ym-top-smartassist.is-visible .ym-top-smartassist__btn {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

.ym .ym-top-service {
  position: relative;
  width: 100%;
}

.ym .ym-top-service__hdg-box, .ym .ym-top-service__hdg, .ym .ym-top-service__btn {
  opacity: 0;
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: opacity 0.5s cubic-bezier(0.15, 0.63, 0.46, 0.99), -webkit-transform 0.5s cubic-bezier(0.15, 0.63, 0.46, 0.99);
  transition: opacity 0.5s cubic-bezier(0.15, 0.63, 0.46, 0.99), -webkit-transform 0.5s cubic-bezier(0.15, 0.63, 0.46, 0.99);
  transition: opacity 0.5s cubic-bezier(0.15, 0.63, 0.46, 0.99), transform 0.5s cubic-bezier(0.15, 0.63, 0.46, 0.99);
  transition: opacity 0.5s cubic-bezier(0.15, 0.63, 0.46, 0.99), transform 0.5s cubic-bezier(0.15, 0.63, 0.46, 0.99), -webkit-transform 0.5s cubic-bezier(0.15, 0.63, 0.46, 0.99);
}

.ym .ym-top-service__hdg-box {
  position: relative;
}

.ym .ym-top-service__hdg-box-inner {
  position: relative;
  z-index: +1;
}

.ym .ym-top-service__hdg {
  margin-bottom: 40px;
}

.ym .ym-top-service__img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.ym .ym-top-service.is-visible .ym-top-service__hdg-box, .ym .ym-top-service.is-visible .ym-top-service__hdg, .ym .ym-top-service.is-visible .ym-top-service__btn {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.ym .ym-top-service.is-visible .ym-top-service__hdg-box {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.ym .ym-top-service.is-visible .ym-top-service__hdg {
  -webkit-transition-delay: 1.9s;
          transition-delay: 1.9s;
}

.ym .ym-top-service.is-visible .ym-top-service__btn {
  -webkit-transition-delay: 2.3s;
          transition-delay: 2.3s;
}

.ym .ym-top-sidenav {
  z-index: 99;
  position: fixed;
  top: 50%;
  right: 0;
  width: 200px;
  -webkit-transform: translate(140px, -50%);
          transform: translate(140px, -50%);
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
}

.ym .ym-top-sidenav:hover {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.ym .ym-top-sidenav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 60px;
  padding-left: 60px;
  background: #000;
  color: #fff;
  font-size: 142.857%;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: background-color .3s, color .3s;
  transition: background-color .3s, color .3s;
}

.ym .ym-top-sidenav__item a.is-fb {
  background: #000 url(/mm/agri/special/ym/img/icon/icon_facebook_white.png) no-repeat 11px 50%/37px 37px;
}

.ym .ym-top-sidenav__item a.is-fb:hover {
  background-image: url(/mm/agri/special/ym/img/icon/icon_facebook.png);
}

.ym .ym-top-sidenav__item a.is-video {
  background: #000 url(/mm/agri/special/ym/img/icon/icon_youtube_white.png) no-repeat 13px 50%/37px 26px;
}

.ym .ym-top-sidenav__item a.is-video:hover {
  background-image: url(/mm/agri/special/ym/img/icon/icon_youtube.png);
}

.ym .ym-top-sidenav__item a.is-tractor {
  background: #000 url(/mm/agri/special/ym/img/icon/icon_tractor_white.png) no-repeat 12px 50%/37px 31px;
}

.ym .ym-top-sidenav__item a.is-tractor:hover {
  background-image: url(/mm/agri/special/ym/img/icon/icon_tractor.png);
}

.ym .ym-sa-mv {
  overflow: hidden;
  padding-top: 110px;
  padding-bottom: 270px;
}

.ym .ym-sa-mv__inner {
  position: relative;
}

.ym .ym-sa-mv__img div[class^="is-img"] {
  opacity: 0;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: .7s;
          transition-duration: .7s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.ym .ym-sa-mv__img .is-img-01 {
  -webkit-transition-delay: 0;
          transition-delay: 0;
}

.ym .ym-sa-mv__img .is-img-02, .ym .ym-sa-mv__img .is-img-03 {
  -webkit-transition-delay: .7s;
          transition-delay: .7s;
}

.ym .ym-sa-mv__img .is-img-04 {
  -webkit-transition-delay: 1.4s;
          transition-delay: 1.4s;
}

.ym .ym-sa-mv__img.is-visible div[class^="is-img"] {
  opacity: 1;
}

.ym .ym-sa-lead__item {
  overflow: hidden;
  position: relative;
  color: #fff;
}

.ym .ym-sa-lead__item.is-black {
  background-color: #333;
}

.ym .ym-sa-lead__item.is-black .ym-sa-lead__hdg::before {
  left: -10%;
}

.ym .ym-sa-lead__item.is-red {
  background-color: #dc1e37;
}

.ym .ym-sa-lead__item.is-red .ym-sa-lead__hdg {
  margin-left: 8%;
}

.ym .ym-sa-lead__item.is-red .ym-sa-lead__hdg::before {
  left: 0;
}

.ym .ym-sa-lead__hdg, .ym .ym-sa-lead__txt {
  position: relative;
  z-index: +1;
}

.ym .ym-sa-lead__hdg {
  margin-bottom: .6em;
  padding-bottom: .6em;
  font-size: 178%;
  font-weight: bold;
  font-style: italic;
}

.ym .ym-sa-lead__hdg::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}

.ym .ym-sa-lead__txt {
  padding: 0 12% 0 18%;
}

.ym .ym-sa-details {
  padding-top: 120px;
  padding-bottom: 120px;
  background: url(/mm/agri/special/ym/img/smartassist/bg_details_pc.jpg) 50% 50%/cover;
}

.ym .ym-sa-details__item {
  position: relative;
  background-color: #fff;
}

.ym .ym-sa-details__item-hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  color: #dc1e37;
  font-size: 171%;
  font-weight: bold;
  line-height: 1.25;
}

.ym .ym-sa-details__item-hdg .is-num {
  display: block;
  width: 24%;
  margin-right: 2%;
}

.ym .ym-sa-details__item-hdg .is-txt {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.ym .ym-sa-details__item-hdg .is-small {
  font-size: .66em;
}

.ym .ym-sa-details__item-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ym .ym-sa-details__item-video {
  text-align: center;
}

.ym .ym-sa-details__btn {
  position: absolute;
  bottom: 7%;
  right: 7%;
}

.ym .ym-sa-details__btn a {
  display: block;
  width: 100px;
  height: 70px;
  padding: 17px 25px 0 0;
  background: #fff url(/mm/agri/special/ym/img/icon/icon_btn.png) no-repeat 90% 50%;
  border: 2px solid #dc1e37;
  color: #dc1e37;
  font-size: 115%;
  line-height: 1.1;
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ym .ym-sa-details__btn.is-col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.ym .ym-sa-details__btn.is-col2 .col2-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ym .ym-sa-details__btn.is-col2 .col2-item:first-of-type {
  margin-right: 130px;
}

.ym .ym-sa-details__btn.is-col2 .col2-item p {
  position: absolute;
  padding-right: 1em;
  font-size: 121%;
  font-weight: bold;
  line-height: 1.1;
  text-align: left;
}

.ym .ym-sa-details__btn.is-col2 .col2-item p::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -6px;
  width: 30px;
  height: 2px;
  margin-top: -1px;
  background-color: #dc1e37;
}

.ym .ym-sa-details__btn.is-col2 .col2-item p.is-txt01 {
  left: -110px;
  width: 110px;
}

.ym .ym-sa-details__btn.is-col2 .col2-item p.is-txt02 {
  left: -120px;
  width: 120px;
}

.ym .ym-sa-movie {
  margin-top: 50px;
}

.ym .ym-sm-mv {
  width: 100%;
  padding-top: 45px;
  background-color: #000;
}

.ym .ym-sm-mv img {
  width: 100%;
}

.ym .ym-sm-details {
  overflow: hidden;
  background: url(/mm/agri/special/ym/img/service_maintenance/bg_check.jpg) no-repeat 50% 50%/cover;
}

.ym .ym-sm-details__inner {
  position: relative;
}

.ym .ym-sm-details__item.is-01 {
  position: relative;
}

.ym .ym-sm-details__item.is-02 {
  position: relative;
  width: 100%;
}

.ym .ym-sm-details__num {
  position: absolute;
  line-height: 1;
}

.ym .ym-sm-details__num.is-num-01 {
  top: 18%;
  left: 9.78%;
  width: 17.28%;
}

.ym .ym-sm-details__num.is-num-02 {
  top: 6%;
  left: 10.87%;
  width: 20.54%;
}

.ym .ym-sm-details__num.is-num-03 {
  top: -6%;
  left: 19.56%;
  width: 26.19%;
}

.ym .ym-sm-details__num.is-num-04 {
  top: 16%;
  left: 66.63%;
  width: 17.28%;
}

.ym .ym-sm-details__num.is-num-05 {
  top: 30%;
  left: 66.63%;
  width: 21.3%;
}

.ym .ym-sm-details__num.is-num-06 {
  top: 76%;
  left: 26%;
  width: 26.08%;
}

.ym .ym-sm-details__num.is-num-07 {
  top: 38%;
  left: 59.66%;
  width: 47.89%;
}

.ym .ym-sm-details__num.is-num-08 {
  top: 23.96%;
  left: 59.38%;
  width: 42.29%;
}

.ym .ym-sm-details__num.is-num-09 {
  top: 51.61%;
  left: 54%;
  width: 54.9%;
}

.ym .ym-sm-details__num.is-num-10 {
  top: 69.58%;
  left: 54%;
  width: 42.29%;
}

.ym .ym-sm-details__num.is-num-11 {
  top: 83.41%;
  left: 53%;
  width: 54.62%;
}

.ym .ym-sm-details__txt {
  text-align: center;
}

.ym .ym-sm-details__txt p {
  position: relative;
  display: inline-block;
  padding: 4px 30px;
  background: #fff;
  border: 2px solid #535353;
  border-radius: 100px;
  -webkit-box-shadow: 4px 4px 0 rgba(83, 83, 83, 0.3);
          box-shadow: 4px 4px 0 rgba(83, 83, 83, 0.3);
  color: #dc1e37;
  font-size: 180%;
  font-weight: bold;
  font-style: italic;
  line-height: 1.5;
}

.ym .ym-sm-videos {
  background: #000 url(/mm/agri/special/ym/img/service_maintenance/bg_videos.png) no-repeat 0 0;
  padding: 40px 0 60px;
}

.ym .ym-sm-videos__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.ym .ym-sm-videos__list li {
  width: 50%;
  margin-bottom: 15px;
}

.ym .ym-sm-videos__list li img {
  width: 100%;
}

.ym .ym-sm-videos__list li a {
  overflow: hidden;
  display: block;
  position: relative;
}

.ym .ym-sm-videos__list li a::before {
  content: "";
  z-index: +1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 2px solid #dc1e37;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.ym .ym-sm-maintenance {
  background: url(/mm/agri/special/ym/img/service_maintenance/bg_red.png);
}

.ym .ym-sm-maintenance__hdg {
  width: 64%;
  margin-bottom: 20px;
}

.ym .ym-sm-maintenance__txt-box {
  position: relative;
  padding-top: 40px;
  padding-bottom: 70px;
}

.ym .ym-sm-maintenance__img {
  position: absolute;
}

.ym .ym-sm-maintenance__txt {
  margin-bottom: 30px;
  color: #fff;
}

.ym .ym-sm-maintenance__btn {
  position: relative;
  z-index: +1;
}

#smartassist {
  background: url(/mm/agri/special/ym/img/smartassist/bg_mv_pc.png) no-repeat 0 0;
}

.ym-bullet-list, .ym-bullet-list-white {
  margin-bottom: 1em;
  font-size: 121%;
  line-height: 1.58;
}

.ym-bullet-list > li, .ym-bullet-list-white > li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 15px;
}

.ym-bullet-list > li::before, .ym-bullet-list-white > li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #dc1e37;
}

.ym-bullet-list-white {
  color: #fff;
}

.ym-bullet-list-white > li::before {
  background-color: #fff;
}

.ym-ordered-list {
  counter-reset: number 0;
  margin-bottom: 1em;
  font-size: 121%;
  line-height: 1.58;
}

.ym-ordered-list > li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 22px;
}

.ym-ordered-list > li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  position: absolute;
  left: 0;
  color: #dc1e37;
  font-weight: bold;
}

.sm-modal__hdg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 75px;
  padding: 0 7%;
  background: #dc1e37 url(/mm/agri/special/ym/img/service_maintenance/bg_modal_header_sp.png) no-repeat 100% 0/cover;
  color: #fff;
  font-size: 157.142%;
  font-weight: bold;
  line-height: 1.3;
  text-align: center;
}

.sm-modal__hdg-02 {
  margin-bottom: 1em;
  padding-bottom: .3em;
  border-bottom: 2px solid #ccc;
  color: #dc1e37;
  font-size: 114.285%;
  font-weight: bold;
}

.sm-modal__hdg-03 {
  margin-bottom: .8em;
  color: #dc1e37;
  font-size: 107.142%;
  font-weight: bold;
}

.sm-modal__body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 20px 7%;
}

.sm-modal__img-item {
  text-align: center;
}

.sm-modal__img-item img {
  max-width: 100%;
}

.sm-modal__close {
  position: absolute;
  top: -45px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(/mm/agri/special/ym/img/icon/icon_modal_close.png) no-repeat 50% 50%/contain;
  cursor: pointer;
}

.sm-modal__nav {
  position: absolute;
  top: 37.5px;
  width: 30px;
  height: 30px;
  background: url(/mm/agri/special/ym/img/icon/icon_modal_arrow.png) no-repeat 50% 50%/contain;
  cursor: pointer;
}

.sm-modal__nav.is-next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

.sm-modal__nav.is-prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.sm-modal__parts {
  text-align: center;
}

.sm-modal__parts img {
  max-width: 100%;
}

.sm-modal__parts-img {
  margin-bottom: 10px;
}

.sm-modal__parts-label {
  margin-bottom: 15px;
}

.sm-modal__parts-txt {
  font-size: 85.7%;
  line-height: 1.25;
}

.sm-modal__video {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}

.sm-modal__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iziModal {
  width: 87.5%;
}

.iziModal.hasScroll .iziModal-wrap {
  overflow: visible;
}

.iziModal .iziModal-content {
  height: 100%;
}

.iziModal .icon-close {
  position: absolute;
  top: -60px;
  right: 0;
  width: 40px;
  height: 40px;
  background: url(/mm/agri/special/ym/img/icon/icon_modal_close.png) no-repeat 50% 50%/contain;
  cursor: pointer;
}

.iziModal-navigate-caption {
  opacity: 0;
}

@media screen and (max-width: 660px) {
  .ym-slider {
    margin-bottom: 80px;
    padding-top: 46px;
  }
  .ym-slider__item {
    height: 142.19vw;
  }
  .ym-slider .ym-slider__arrow {
    display: none;
  }
  .ym .ym-btn {
    font-size: 0.75rem;
  }
  .ym .ym-btn > span::after {
    margin-top: -2px;
  }
  .ym .ym-btn .is-icon {
    width: 24px;
  }
  .ym .ym-btn-more {
    font-size: 86%;
  }
  .ym .js-ym-accordion-contents {
    height: 50px;
  }
  .ym .ym-dealer__txt-box {
    margin-bottom: 10px;
  }
  .ym .ym-facebook__hdg {
    width: 150px;
  }
  .ym .ym-facebook__list-item {
    font-size: 93%;
    line-height: 28px;
  }
  .ym .ym-facebook__list-item img {
    width: 46px;
  }
  .ym .ym-top-facebook {
    padding: 25px 0 80px;
  }
  .ym .ym-top-facebook__hdg {
    width: 150px;
  }
  .ym .ym-top-facebook__box-list {
    margin-top: 10px;
    font-size: 100%;
  }
  .ym .ym-top-facebook__box-list .icon {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    vertical-align: bottom;
  }
  .ym .ym-top-facebook__item {
    max-width: 198px;
    width: 48%;
    margin: 12px 0;
  }
  .ym .ym-video__hdg {
    width: 125px;
    margin-bottom: 15px;
  }
  .ym .ym-video__list {
    margin-bottom: -13px;
  }
  .ym .ym-video__bg-01, .ym .ym-video__bg-02 {
    height: 99px;
  }
  .ym .ym-details {
    background: url(/mm/agri/special/ym/img/top/bg_details_sp.jpg) no-repeat 0 0/cover;
  }
  .ym .ym-details .lyt-column-01.col-2 .column {
    margin-bottom: 30px;
  }
  .ym .ym-details .lyt-column-01.col-2 .column:last-child {
    margin-bottom: 0;
  }
  .ym .ym-details__hdg-02 {
    margin-bottom: 10px;
  }
  .ym .ym-details__hdg-03 {
    font-size: 107%;
  }
  .ym .ym-details__btn-more {
    margin: -45px -15px 0;
    padding: 50px 0 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(220, 30, 55, 0)), color-stop(33%, #dc1e37), color-stop(86%, #dc1e37), to(rgba(220, 30, 55, 0)));
    background: linear-gradient(rgba(220, 30, 55, 0), #dc1e37 33%, #dc1e37 86%, rgba(220, 30, 55, 0));
  }
  .ym .ym-top-smartassist__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
  }
  .ym .ym-top-smartassist__hdg-box {
    width: 100%;
    background: url(/mm/agri/special/ym/img/top/bg_smartassist-txt_sp.png) no-repeat 0 100%/cover;
  }
  .ym .ym-top-smartassist__hdg-box-inner {
    padding: 10% 12% 14% 10%;
  }
  .ym .ym-top-smartassist__hdg {
    width: 87%;
    margin-bottom: 15px;
  }
  .ym .ym-top-service__inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
  }
  .ym .ym-top-service__hdg-box {
    width: 100%;
    background: url(/mm/agri/special/ym/img/top/bg_service-txt_sp.png) no-repeat 0 100%/cover;
  }
  .ym .ym-top-service__hdg-box-inner {
    padding: 10% 12% 9% 10%;
  }
  .ym .ym-top-service__hdg {
    width: 87%;
    margin-bottom: 15px;
  }
  .ym .ym-top-service__img {
    width: 103%;
  }
  .ym .ym-top-sidenav {
    display: none !important;
  }
  .ym .ym-sa-mv {
    padding-top: 80px;
    padding-bottom: 30px;
  }
  .ym .ym-sa-mv__hdg {
    width: 90%;
    margin-bottom: 15px;
  }
  .ym .ym-sa-mv__img {
    position: relative;
    margin-top: 30px;
  }
  .ym .ym-sa-mv__img .is-img-01 {
    position: relative !important;
  }
  .ym .ym-sa-lead {
    overflow: hidden;
    margin-top: 0;
  }
  .ym .ym-sa-lead__item {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .ym .ym-sa-lead__item.is-black {
    margin-bottom: 2px;
  }
  .ym .ym-sa-lead__item.is-black .ym-sa-lead__hdg {
    padding-left: 10%;
    padding-right: 10%;
  }
  .ym .ym-sa-lead__item.is-red .ym-sa-lead__hdg {
    padding-right: 10%;
  }
  .ym .ym-sa-lead__hdg {
    font-size: 114%;
  }
  .ym .ym-sa-lead__txt {
    padding: 0 10%;
  }
  .ym .ym-sa-details {
    padding-top: 50px;
    padding-bottom: 50px;
    background: url(/mm/agri/special/ym/img/smartassist/bg_details_sp.jpg) 50% 50%/cover;
  }
  .ym .ym-sa-details__item {
    width: 100%;
    margin-bottom: 20px;
    padding: 5% 7%;
  }
  .ym .ym-sa-details__item:nth-of-type(5) .ym-sa-details__item-video {
    margin-bottom: 110px;
  }
  .ym .ym-sa-details__item-hdg {
    margin-bottom: 15px;
    font-size: 107%;
  }
  .ym .ym-sa-details__item-contents {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ym .ym-sa-details__item-video {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    position: relative;
    width: 35%;
    margin: 20px auto 50px;
  }
  .ym .ym-sa-details__btn {
    right: -22px;
    bottom: -34px;
  }
  .ym .ym-sa-details__btn a {
    width: 65px;
    height: 45px;
    padding: 10px 18px 0 0;
    font-size: 72%;
  }
  .ym .ym-sa-details__btn.is-col2 {
    bottom: -105px;
  }
  .ym .ym-sa-details__btn.is-col2 .col2-item p {
    font-size: 78%;
  }
  .ym .ym-sa-movie__hdg {
    width: 172px;
  }
  .ym .ym-sm-details {
    padding: 30px 0 30px;
  }
  .ym .ym-sm-details__inner {
    padding: 0;
  }
  .ym .ym-sm-details__item.is-01 {
    width: 55%;
    margin: 10vw auto 0;
  }
  .ym .ym-sm-details__item.is-02 {
    -webkit-transform: scale(1.2) translateX(1%);
            transform: scale(1.2) translateX(1%);
  }
  .ym .ym-sm-details__txt {
    width: 92%;
    margin: 0 auto 15vw;
  }
  .ym .ym-sm-details__txt p {
    padding: 4px 5%;
    -webkit-box-shadow: 3px 3px 0 rgba(83, 83, 83, 0.3);
            box-shadow: 3px 3px 0 rgba(83, 83, 83, 0.3);
    font-size: 86%;
  }
  .ym .ym-sm-videos {
    background-size: 100px auto;
  }
  .ym .ym-sm-videos__hdg {
    width: 125px;
  }
  .ym .ym-sm-maintenance {
    overflow: hidden;
  }
  .ym .ym-sm-maintenance__img {
    bottom: 0;
    right: -12%;
    width: 55%;
    max-width: 200px;
  }
  .ym .ym-sm-maintenance__txt {
    font-size: 86%;
  }
  #smartassist {
    background: url(/mm/agri/special/ym/img/smartassist/bg_mv_sp.png) no-repeat 0 0/100%;
  }
  .ym-bullet-list > li::before, .ym-bullet-list-white > li::before {
    top: 8px;
    width: 5px;
    height: 5px;
  }
  .sm-modal__img-item:first-of-type {
    margin-bottom: 25px;
  }
  .ym-sp-none {
    display: none;
  }
}

@media screen and (min-width: 661px) {
  .ym-mv-anima__item .is-01 {
    -webkit-transform: translate(-110%, -50%);
            transform: translate(-110%, -50%);
  }
  .ym-mv-anima__item .is-02 {
    -webkit-transform: translate(100%, -50%);
            transform: translate(100%, -50%);
  }
  .ym .ym-btn.is-white:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #fff;
  }
  .ym .ym-btn.is-white:hover > span::after {
    border-color: #fff;
  }
  .ym .ym-btn:hover {
    background-color: white;
    color: #dc1e37;
    text-decoration: none;
  }
  .ym .ym-btn:hover > span::after {
    border-color: #dc1e37;
  }
  .ym .ym-dealer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .ym .ym-dealer__txt-box {
    width: 50%;
  }
  .ym .ym-dealer__btn-box {
    width: 50%;
    margin-top: 5px;
    padding: 0 10%;
  }
  .ym .ym-dealer__btn-box .ym-btn {
    width: 100%;
  }
  .ym .ym-dealer__hdg-02 {
    max-width: 306px;
    margin-bottom: 15px;
  }
  .ym .ym-top-facebook {
    padding: 55px 0 170px;
  }
  .ym .ym-top-facebook__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .ym .ym-top-facebook__box-txt {
    width: 47%;
    margin-right: 3%;
    font-size: 185%;
  }
  .ym .ym-top-facebook__box-list {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .ym .ym-top-facebook__box-list li {
    margin-right: 10px;
  }
  .ym .ym-top-facebook__box-list .icon {
    margin-right: 7px;
    vertical-align: text-bottom;
  }
  .ym .ym-top-facebook__list {
    margin-top: 30px;
    padding: 40px 0;
  }
  .ym .ym-top-facebook__item {
    width: 17.83783783783784%;
  }
  .ym .ym-top-facebook__item a:hover {
    opacity: .7;
  }
  .ym .ym-video__hdg-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .ym .ym-video__hdg-group .ym-btn {
    min-width: 250px;
  }
  .ym .ym-video__list {
    margin-bottom: -26px;
  }
  .ym .ym-details .lyt-column-01.col-2 .column {
    margin-bottom: 55px;
  }
  .ym .ym-details__item-inner {
    padding: 0 9%;
  }
  .ym .ym-top-smartassist {
    overflow: hidden;
    height: 663px;
    background: -webkit-gradient(linear, left top, right top, color-stop(50%, #000), color-stop(50%, #fff));
    background: linear-gradient(90deg, #000 50%, #fff 50%);
  }
  .ym .ym-top-smartassist__bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1510px;
    height: 100%;
    background: url(/mm/agri/special/ym/img/top/bg_smartassist.jpg) no-repeat 50% 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .ym .ym-top-smartassist__bg > img {
    display: none;
  }
  .ym .ym-top-smartassist__hdg-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    height: 590px;
  }
  .ym .ym-top-smartassist__hdg-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 70vw;
    height: 100%;
    background-color: #f0f0f0;
    -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
  }
  .ym .ym-top-smartassist__hdg-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50vw;
    height: 452px;
    background: url(/mm/agri/special/ym/img/top/bg_triangle.png) no-repeat 0 0;
  }
  .ym .ym-top-service {
    overflow: hidden;
    height: 660px;
    background: -webkit-gradient(linear, left top, right top, color-stop(30%, #000), color-stop(30%, rgba(255, 255, 255, 0))), url(/mm/agri/special/ym/img/top/bg_service.jpg) repeat-x 100% 0;
    background: linear-gradient(90deg, #000 30%, rgba(255, 255, 255, 0) 30%), url(/mm/agri/special/ym/img/top/bg_service.jpg) repeat-x 100% 0;
  }
  .ym .ym-top-service::before {
    content: "";
    position: absolute;
    z-index: +1;
    width: 46%;
    height: 100%;
    -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
    background-color: #000;
  }
  .ym .ym-top-service__bg > img {
    display: none;
  }
  .ym .ym-top-service__inner {
    position: relative;
    z-index: +2;
  }
  .ym .ym-top-service__hdg-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
    height: 590px;
  }
  .ym .ym-top-service__hdg-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 3%;
    width: 70vw;
    height: 100%;
    background-color: #dc1e37;
    -webkit-transform: skewX(-25deg);
            transform: skewX(-25deg);
  }
  .ym .ym-top-service__hdg-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50vw;
    height: 452px;
    background: url(/mm/agri/special/ym/img/top/bg_triangle_red.png) no-repeat 0 0;
  }
  .ym .ym-top-service__hdg-box-inner {
    width: 100%;
  }
  .ym .ym-top-service__hdg {
    width: 80%;
  }
  .ym .ym-top-service__img {
    height: 100%;
    padding-top: 1.5%;
    text-align: right;
  }
  .ym .ym-top-service__img img {
    width: auto;
    height: 100%;
  }
  .ym .ym-top-sidenav__item a:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
  }
  .ym .ym-sa-mv__hdg {
    width: 51%;
    padding-top: 50px;
    margin-bottom: 20px;
    padding-left: 4.5%;
  }
  .ym .ym-sa-mv__txt {
    width: 50%;
    padding-left: 4.5%;
  }
  .ym .ym-sa-mv__img {
    position: absolute;
    top: 0;
    right: 15px;
    width: 51%;
  }
  .ym .ym-sa-lead {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: -190px;
  }
  .ym .ym-sa-lead__item {
    width: 46%;
    padding-top: 50px;
    padding-bottom: 50px;
    -webkit-transform: skewX(-21.5deg);
            transform: skewX(-21.5deg);
  }
  .ym .ym-sa-lead__item.is-black {
    margin-left: 2%;
  }
  .ym .ym-sa-lead__item.is-black .ym-sa-lead__hdg {
    padding-left: 11%;
    padding-right: 8%;
  }
  .ym .ym-sa-lead__item.is-red {
    margin-left: -.7%;
    -webkit-transform: skewX(-21.5deg) translateY(100px);
            transform: skewX(-21.5deg) translateY(100px);
  }
  .ym .ym-sa-lead__hdg, .ym .ym-sa-lead__txt {
    -webkit-transform: skewX(21.5deg);
            transform: skewX(21.5deg);
  }
  .ym .ym-sa-details__item-wrap {
    overflow: hidden;
    max-width: 1330px;
  }
  .ym .ym-sa-details__item {
    width: 49.5%;
    margin: 0 1% 1% 0;
    padding: 3%;
  }
  .ym .ym-sa-details__item:nth-of-type(odd) {
    float: left;
  }
  .ym .ym-sa-details__item:nth-of-type(even) {
    float: right;
    margin-right: 0;
  }
  .ym .ym-sa-details__item:nth-of-type(2) {
    margin-top: 60px;
  }
  .ym .ym-sa-details__item-contents .ym-bullet-list, .ym .ym-sa-details__item-contents .ym-bullet-list-white {
    width: 62%;
  }
  .ym .ym-sa-details__item-video {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 7% 50px;
  }
  .ym .ym-sa-details__item-video img {
    max-width: 130px;
    width: 100%;
  }
  .ym .ym-sa-details__btn a:hover {
    background-color: #dc1e37;
    background-image: url(/mm/agri/special/ym/img/icon/icon_btn_white.png);
    background-repeat: no-repeat;
    background-position: 90% 50%;
    color: #fff;
  }
  .ym .ym-sa-movie {
    margin-top: 200px;
  }
  .ym .ym-sa-movie__hdg {
    text-align: center;
  }
  .ym .ym-sm-mv {
    padding-top: 80px;
  }
  .ym .ym-sm-details {
    padding-top: 60px;
    padding-bottom: 50px;
  }
  .ym .ym-sm-details__item.is-01 {
    position: absolute;
    top: -10%;
    left: 15px;
    width: 31.3%;
    z-index: +1;
  }
  .ym .ym-sm-details__item.is-02 {
    left: 28.55%;
    width: 82.88%;
  }
  .ym .ym-sm-details__num {
    cursor: pointer;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  }
  .ym .ym-sm-details__num:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  .ym .ym-sm-details__txt {
    max-width: 92%;
    margin: 0 auto 140px;
  }
  .ym .ym-sm-videos {
    padding: 80px 0 120px;
  }
  .ym .ym-sm-videos__list li {
    width: 25%;
    margin-bottom: 20px;
  }
  .ym .ym-sm-videos__list li a:hover::before {
    opacity: 1;
  }
  .ym .ym-sm-maintenance__hdg {
    margin-bottom: 30px;
  }
  .ym .ym-sm-maintenance__txt-box {
    margin-bottom: -15px;
    padding-top: 80px;
    padding-bottom: 40px;
  }
  .ym .ym-sm-maintenance__img {
    top: -15px;
    right: 0;
    width: 38.6%;
  }
  .ym .ym-sm-maintenance__txt {
    width: 63%;
    margin-bottom: 40px;
    font-size: 121%;
  }
  .sm-modal__hdg {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 110px;
    padding: 0 9%;
    background-image: url(/mm/agri/special/ym/img/service_maintenance/bg_modal_header_pc.png);
    font-size: 314.285%;
    text-align: left;
  }
  .sm-modal__hdg-02 {
    padding-left: 20px;
    font-size: 200%;
  }
  .sm-modal__hdg-03 {
    font-size: 142.857%;
  }
  .sm-modal__body {
    padding: 50px 9%;
  }
  .sm-modal__content-inner {
    padding: 0 20px;
  }
  .sm-modal__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .sm-modal__img-item {
    width: 48%;
  }
  .sm-modal__close {
    top: -60px;
    width: 40px;
    height: 40px;
  }
  .sm-modal__nav {
    top: 50%;
    width: 60px;
    height: 60px;
  }
  .ym-pc-none {
    display: none;
  }
  .ym-pb80-pc {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 1064px) {
  .ym .ym-btn {
    font-size: 0.875rem;
  }
  .ym .ym-btn > span::after {
    width: 5px;
    height: 5px;
  }
  .ym .ym-btn .is-icon {
    width: 28px;
    margin-right: 8px;
  }
  .ym .ym-btn-more {
    font-size: 100%;
  }
  .ym .ym-facebook__list-item {
    font-size: 107%;
  }
  .ym .ym-details__hdg-03 {
    font-size: 142%;
  }
  .ym .ym-sa-mv {
    padding-bottom: 40%;
  }
  .ym .ym-sa-lead {
    margin-top: -37%;
  }
  .ym .ym-sa-lead__hdg {
    font-size: 142%;
  }
  .ym .ym-sa-details__item-hdg {
    font-size: 142%;
  }
  .ym .ym-sa-details__btn a {
    width: 85px;
    height: 55px;
    padding: 11px 18px 0 0;
    background-size: 15px 15px;
    font-size: 100%;
  }
  .ym .ym-sa-details__btn a:hover {
    background-size: 15px 15px;
  }
  .ym .ym-sa-details__btn.is-col2 {
    display: block;
  }
  .ym .ym-sa-details__btn.is-col2 .col2-item:first-of-type {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .ym .ym-sa-details__btn.is-col2 .col2-item p {
    font-size: 78%;
  }
  .ym .ym-sa-details__btn.is-col2 .col2-item p::before {
    width: 15px;
  }
  .ym .ym-sa-details__btn.is-col2 .col2-item p.is-txt01, .ym .ym-sa-details__btn.is-col2 .col2-item p.is-txt02 {
    top: 50%;
    left: -70px;
    width: 70px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .ym-bullet-list, .ym-bullet-list-white {
    font-size: 107%;
  }
  .ym-bullet-list > li::before, .ym-bullet-list-white > li::before {
    top: 9px;
  }
  .ym-ordered-list {
    font-size: 107%;
  }
}

@media screen and (max-width: 1064px) and (min-width: 661px) {
  .ym .ym-top-smartassist {
    height: 400px;
  }
  .ym .ym-top-smartassist__bg {
    width: 100%;
    background-size: cover;
  }
  .ym .ym-top-smartassist__hdg-box {
    height: 360px;
  }
  .ym .ym-top-smartassist__hdg-box::after {
    height: 100%;
  }
  .ym .ym-top-service {
    height: 400px;
  }
  .ym .ym-top-service__bg {
    width: 100%;
    background-size: cover;
  }
  .ym .ym-top-service__hdg-box {
    height: 360px;
  }
  .ym .ym-top-service__hdg-box::after {
    height: 100%;
  }
  .ym .ym-sm-maintenance__txt {
    font-size: 107%;
  }
}

@media screen and (min-width: 661px) and (max-width: 1064px) {
  .ym .ym-sa-details__item:nth-of-type(5) {
    padding-bottom: 90px;
  }
}
