@charset "UTF-8";
/* Scss Document */
@media screen and (min-width: 737px) {
  body {
    font-size: 100% !important;
  }
  .pc-hide {
    display: none !important;
  }
  .miimo {
    color: #2b383f;
    line-height: 1.75;
  }
  .miimo * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .miimo a:hover {
    opacity: 0.7;
  }
  .miimo .page_title ._inner {
    width: 980px;
    margin: 0 auto;
    padding: 20px;
  }
  .miimo .page_title ._inner h1 a {
    color: #2b383f;
    font-size: 26px;
    text-decoration: none;
  }
  .miimo a:not(.underline_none) {
    color: #2b383f;
    text-decoration: underline;
  }
  .miimo .mv {
    position: relative;
    width: 100%;
    min-width: 980px;
    margin-bottom: 100px;
  }
  .miimo .mv_text {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 980px;
    margin: auto;
  }
  .miimo .mv_text_box img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .miimo .mv_img {
    width: 100%;
    height: 27.5vw;
    background: url(../grass-miimo-2/img/mv-pc.jpg) no-repeat;
    background-position-y: 0%;
    background-size: contain;
  }
  .miimo .item_title {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    padding: 35px 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.7);
  }
  .miimo .item_title ._inner {
    width: 980px;
    margin: 0 auto;
  }
  .miimo .item_title h2 {
    margin-top: 15px;
    color: #2B383F;
    font-size: 40px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
  }
  .miimo .item_title p {
    color: #2B383F;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .miimo .section01.lineup {
    margin-top: 130px;
  }
  .miimo .section01 .detail_inner {
    width: 860px;
    margin: 0 auto 20px;
    /*padding: 80px 0;*/
    padding: 30px 0 80px;
    /*202402change*/
  }
  .miimo .section01 .detail_inner.btm {
    border-bottom: none;
  }
  .miimo .section01 .detail_inner.btm .detail_header {
    margin-top: 0;
  }
  .miimo .section01 h3 {
    font-size: 36px;
    line-height: 0.8;
    text-align: center;
  }
  .miimo .section01 h3 small {
    color: #009844;
    font-size: 14px;
    font-weight: normal;
  }
  .miimo .section01_lead {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.625;
    text-align: center;
  }
  .miimo .section01_concept {
    margin-top: 50px;
    padding: 35px 35px 55px;
    border: 5px solid #efefef;
    text-align: center;
  }
  .miimo .section01_concept p {
    font-size: 28px;
    font-weight: bold;
  }
  .miimo .section01_concept ul {
    -webkit-justify-content: center;
    -webkit-flex-wrap: nowrap;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }
  .miimo .section01_concept ul li {
    padding: 0 45px;
    border-left: 1px solid #282828;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.1;
  }
  .miimo .section01_concept ul li:first-child {
    border-left: none;
  }
  .miimo .section01 .img_box {
    margin-top: 70px;
  }
  .miimo .detail_inner {
    width: 860px;
    margin: 0 auto;
    padding: 70px 0;
    border-bottom: 1px solid #ECEFF1;
  }
  .miimo .detail_header {
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 70px;
  }
  .miimo .detail_header:first-of-type {
    margin-top: 0;
  }
  .miimo .detail_header_text {
    -ms-flex-preferred-size: 235px;
        flex-basis: 235px;
    max-width: 235px;
  }
  .miimo .detail_header_text .catch {
    margin-top: 30px;
    color: #009844;
    font-size: 21px;
    font-weight: bold;
  }
  .miimo .detail_header_text .catch.catch_shibakari {
    padding-top: 30px;
  }
  .miimo .detail_header_text .name {
    margin-top: 5px;
    font-size: 48px;
    font-weight: bold;
  }
  .miimo .detail_header_text figure {
    margin: 10px auto 15px;
  }
  .miimo .detail_header_text_pricebox {
    display: inline-block;
    width: 100%;
    margin-top: 5px;
    padding: 15px;
    border: 2px solid #ffffff;
    background: #ECEFF1;
    font-size: 12px;
  }
  .miimo .detail_header_text_pricebox .price {
    margin-top: 10px;
    color: #cb0000;
    font-size: 29px;
    font-weight: bold;
    line-height: 1;
  }
  .miimo .detail_header_text_pricebox .pricesmall {
    margin-top: 5px;
    line-height: 1;
  }
  .miimo .detail_header_img {
    /*align-self: flex-end;*/
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    /*202402change*/
  }
  .miimo .detail_header_img img {
    width: 100%;
  }
  .miimo .detail_header_note {
    width: 210px;
    margin-top: 5px;
    margin-left: 1em;
    color: #cb0000;
    font-size: 11px;
    line-height: 1.36;
    text-indent: -1em;
  }
  .miimo .detail_body {
    margin-top: 60px;
  }
  .miimo .detail_body_speccover {
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .miimo .detail_body_spec {
    -ms-flex-preferred-size: 400px;
        flex-basis: 400px;
    max-width: 400px;
  }
  .miimo .detail_body_spec dl {
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 2px solid #cecece;
  }
  .miimo .detail_body_spec dl.heigher {
    height: 75px;
  }
  .miimo .detail_body_spec dl:first-child {
    border-top: 2px solid #cecece;
  }
  .miimo .detail_body_spec dl dt {
    padding: 15px 10px;
    font-size: 19px;
    font-weight: bold;
  }
  .miimo .detail_body_spec dl dd {
    padding: 15px 10px;
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
    text-align: right;
  }
  .miimo .detail_body .unit {
    margin-top: 10px;
    font-size: 12px;
    text-align: right;
  }
  .miimo .detail_body .unit sup {
    font-size: 10px;
    vertical-align: super;
  }
  .miimo .detail_body .unit2 {
    font-size: 17px;
  }
  .miimo .detail_body_pdfbtn {
    margin-top: 40px;
    text-align: center;
  }
  .miimo .detail_body_pdfbtn a {
    display: inline-block;
    position: relative;
    width: 406px;
    padding: 20px 20px 20px 20px;
    border: 2px solid #2b383f;
    text-decoration: none;
  }
  .miimo .detail_body_pdfbtn a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #2b383f;
    border-right: 2px solid #2b383f;
    content: '';
  }
  .miimo .detail_body_note {
    margin-top: 70px;
    color: #cb0000;
    text-align: center;
  }
  .miimo .point ._inner {
    width: 860px;
    margin: 0 auto;
    padding: 70px 0;
  }
  .miimo .point h3 {
    position: relative;
    margin-bottom: 70px;
    font-size: 27px;
    text-align: center;
  }
  .miimo .point h3:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background-color: #009844;
    content: '';
  }
  .miimo .point_list {
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .miimo .point_list dl {
    -ms-flex-preferred-size: 190px;
        flex-basis: 190px;
    max-width: 190px;
    padding: 25px 20px;
    border: 2px solid #009844;
    border-radius: 8px;
    text-align: center;
  }
  .miimo .point_list dl dt {
    color: #009844;
    font-size: 19px;
    font-weight: bold;
  }
  .miimo .point_list dl dt img {
    display: block;
    margin: 0 auto 10px;
  }
  .miimo .point_list dl dd {
    margin-top: 10px;
    color: #000000;
    font-size: 15px;
    line-height: 1.67;
  }
  .miimo .point .btn-more {
    margin-top: 65px;
  }
  .miimo .point_text_lead {
    margin-top: 60px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
  }
  .miimo .point_text_text {
    margin-top: 40px;
  }
  .miimo .point_text_img {
    margin-top: 30px;
  }
  .miimo .image_box {
    width: 980px;
    margin: 40px auto 0;
  }
  .miimo .waranty {
    min-width: 980px;
    background-color: #eceff1;
  }
  .miimo .waranty sup {
    font-size: 10px;
    vertical-align: super;
  }
  .miimo .waranty .caution {
    margin: 0.8em 0 0;
    font-size: 12px;
    text-align: center;
  }
  .miimo .waranty ._inner {
    width: 980px;
    margin: 0 auto;
    padding: 70px 0;
  }
  .miimo .waranty h3 {
    position: relative;
    margin-bottom: 70px;
    font-size: 27px;
    text-align: center;
  }
  .miimo .waranty h3:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background-color: #009844;
    content: '';
  }
}

@media screen and (min-width: 737px) and (min-width: 737px) {
  .miimo .waranty h3 + p {
    margin-bottom: 1em;
    text-align: center;
  }
}

@media screen and (min-width: 737px) {
  .miimo .waranty_list {
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .miimo .waranty_list dl {
    -ms-flex-preferred-size: 310px;
        flex-basis: 310px;
    max-width: 310px;
    padding: 20px 15px;
    background-color: #fff;
  }
  .miimo .waranty_list dl dt {
    -webkit-font-feature-settings: "palt" 1;
    font-feature-settings: "palt" 1;
    font-size: 21px;
    font-weight: bold;
  }
  .miimo .waranty_list dl dt .icon {
    display: block;
    height: 170px;
    margin: 0 -15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eceff1;
  }
  .miimo .waranty_list dl dt img {
    display: block;
    margin: 0 auto;
    padding: 30px 0;
  }
  .miimo .waranty_list dl dd {
    margin-top: 10px;
  }
  .miimo .waranty_list dl dd.href_inner {
    display: none;
  }
  .miimo .waranty .btn-more {
    margin-top: 65px;
  }
  .miimo .qa ._inner {
    width: 860px;
    margin: 0 auto;
    padding: 70px 0;
  }
  .miimo .qa h3 {
    color: #009844;
    font-size: 22px;
    text-align: center;
  }
  .miimo .qa h3:before {
    display: inline-block;
    width: 101px;
    height: 89px;
    background: url(../img/qa_title01.png) center center no-repeat;
    vertical-align: middle;
    content: '';
  }
  .miimo .qa_list {
    margin-top: 50px;
  }
  .miimo .qa_list dl {
    margin-top: 15px;
    padding: 5px 35px;
    border: 1px solid #2b383f;
  }
  .miimo .qa_list dl .qahead {
    color: #009844;
    font-weight: bold;
  }
  .miimo .qa_list dl dt {
    position: relative;
    margin-left: 2em;
    padding: 15px 0;
    text-indent: -2em;
    cursor: pointer;
  }
  .miimo .qa_list dl dt:after {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-right: 2px solid #2b383f;
    border-bottom: 2px solid #2b383f;
    content: '';
  }
  .miimo .qa_list dl dt.open:after {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    border-top: 2px solid #2b383f;
    border-right: 2px solid #2b383f;
    border-bottom: none;
    content: '';
  }
  .miimo .qa_list dl dd {
    margin-left: 2em;
    padding: 15px 0;
    text-indent: -2em;
  }
  .miimo .newstopics {
    /*&_list {
				@include flexset();

				a {
					text-decoration: none;
					background-color: #eceff1;
				}

				dl {
					@include flexbase(310px);
					dt {

					}
					dd {
						padding: 20px;
					}
				}
			}
*/
    /*.flex.multiple-items{
				.box.slick-slide{
					width: 310px;
					margin-right: 25px !important;
				}

				.box{
					
					&:hover{
						opacity:0.7;
					}
					.text_box p{
						letter-spacing: -0.03em;
						margin-bottom: 0;
					}
				}
			}*/
  }
  .miimo .newstopics ._inner {
    width: 980px;
    margin: 60px auto 0;
    padding: 0 0 34px;
  }
  .miimo .newstopics h3 {
    position: relative;
    margin-bottom: 70px;
    font-size: 27px;
    text-align: center;
  }
  .miimo .newstopics h3:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background-color: #009844;
    content: '';
  }
  .miimo .newstopics .flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 20px;
    list-style: none;
  }
  .miimo .newstopics .flex .box.slick-slide {
    width: 310px;
    margin-right: 25px !important;
  }
  .miimo .newstopics .flex .box {
    background: #ebeff2;
  }
  .miimo .newstopics .flex .box:hover {
    opacity: 0.7;
  }
  .miimo .newstopics .flex .box .text_box p {
    margin-bottom: 0;
  }
  .miimo .newstopics .flex::after {
    display: block;
    width: 300px;
    content: "";
  }
  .miimo .newstopics .flex .box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 310px;
    background: #FFF;
  }
  .miimo .newstopics .flex .box img {
    display: block;
    width: 100%;
    text-align: center;
  }
  .miimo .newstopics .flex .box .text_box {
    padding: 20px;
    background: #ebeff2;
  }
  .miimo .newstopics .flex .box .text_box h4 {
    font-size: 22px;
  }
  .miimo .newstopics .flex .box .text_box p {
    font-size: 100%;
  }
  .miimo .newstopics .flex .flex_cap {
    /*padding: 5px 15px;*/
    background: #ebeff2;
    /*margin-top: 0 !important;*/
    /*margin-bottom: 10px !important;*/
    /*display: inline-block;*/
    text-align: left;
    /*font-size: 14px;*/
  }
  .miimo .newstopics .slick-prev,
  .miimo .newstopics .slick-next {
    width: 40px;
    height: 40px;
    background: #009845;
  }
  .miimo .newstopics .slick-prev:before,
  .miimo .newstopics .slick-next:before {
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
    font-size: 38px;
  }
  .miimo .newstopics .slick-prev {
    left: -60px;
  }
  .miimo .newstopics .slick-prev:before {
    left: 4px;
  }
  .miimo .newstopics .slick-next {
    right: -60px;
  }
  .miimo .newstopics .slick-next:before {
    left: 6px;
  }
  .miimo .footerlink {
    min-width: 980px;
    background-color: #eceff1;
  }
  .miimo .footerlink ._inner {
    width: 980px;
    margin: 0 auto;
    padding: 30px 0;
  }
  .miimo .footerlink ul {
    -webkit-justify-content: center;
    -webkit-flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .miimo .footerlink ul li {
    margin: 0 5px;
  }
  .miimo .footerlink ul li .second_item {
    display: none;
    background-color: #fff;
  }
  .miimo .footerlink ul li .second_item li {
    margin: 0;
    border-top: 1px solid #eceff1;
  }
  .miimo .footerlink ul li .second_item {
    display: none;
    position: absolute;
    border-top: 1px solid #eceff1;
  }
  .miimo .footerlink ul li .second_item li {
    margin: 0;
    border: 1px solid #eceff1;
  }
  .miimo .footerlink ul li .second_item li a {
    height: 40px;
    padding: 9px 32px 9px 32px;
    font-size: 14px;
  }
  .miimo .footerlink ul li .second_item li a::before {
    position: absolute;
    top: 50%;
    left: 16px;
    width: 5px;
    height: 5px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #009844;
    border-right: 2px solid #009844;
    content: '';
  }
  .miimo .footerlink ul li .second_item li a::after {
    display: none;
  }
  .miimo .footerlink ul li .second_item li a:hover {
    color: #009844;
    text-decoration: underline;
    opacity: 1;
  }
  .miimo .footerlink ul li a {
    display: block;
    position: relative;
    width: 245px;
    height: 62px;
    padding: 18px 22px 18px 55px;
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none;
    vertical-align: middle;
  }
  .miimo .footerlink ul li a.catalog, .miimo .footerlink ul li a.shopsearch {
    background-color: #fff;
  }
  .miimo .footerlink ul li a.catalog:after, .miimo .footerlink ul li a.shopsearch:after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #009844;
    border-right: 2px solid #009844;
    content: '';
  }
  .miimo .footerlink ul li a.shopsearch {
    background-image: url(/lawn-garden/common/img/modal/ico_open.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
  }
}

@media screen and (min-width: 737px) and (max-width: 736px) {
  .miimo .footerlink ul li a.shopsearch {
    background-position: right 10px center;
    background-size: 20px 20px;
  }
}

@media screen and (min-width: 737px) {
  .miimo .footerlink ul li a.shopsearch::after {
    display: none;
  }
  .miimo .footerlink ul li a.open_second_item {
    background-image: url(/lawn-garden/common/img/modal/ico_close.png);
  }
  .miimo .footerlink ul li a.catalog:before {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 35px;
    height: 18px;
    background: url(../img/icon-book.png) left center no-repeat;
    content: '';
  }
  .miimo .footerlink ul li a.shopsearch:before {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 35px;
    height: 18px;
    background: url(../img/icon-shop.png) left center no-repeat;
    content: '';
  }
  .miimo .footerlink ul li a.mail {
    border-radius: 4px;
    background-color: #cb0000;
    color: #fff;
  }
  .miimo .footerlink ul li a.mail:after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: '';
  }
  .miimo .footerlink ul li a.mail:before {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 35px;
    height: 18px;
    background: url(../img/icon-mail.png) left center no-repeat;
    content: '';
  }
  .miimo .footerbackbtn ._inner {
    width: 980px;
    margin: 0 auto;
    padding: 70px 0;
  }
  .miimo .footerbackbtn ._inner p {
    text-align: center;
  }
  .miimo .btn-more {
    text-align: center;
  }
  .miimo .btn-more a {
    display: inline-block;
    position: relative;
    width: 500px;
    padding: 15px;
    border-radius: 5px;
    background-color: #009844;
    color: #fff;
    line-height: 1;
    text-align: center;
    text-decoration: none;
  }
  .miimo .btn-more a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: '';
  }
  .miimo .btn-more.small {
    margin-top: 40px;
  }
  .miimo .btn-more.small a {
    width: 290px;
  }
  .miimo .backbtn {
    display: inline-block;
    position: relative;
    width: 320px;
    padding: 15px;
    background-color: #eceff1;
    color: #2b383f;
    text-decoration: none;
  }
  .miimo .backbtn:after {
    position: absolute;
    top: 50%;
    left: 60px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-bottom: 2px solid #009844;
    border-left: 2px solid #009844;
    content: '';
  }
  .miimo .point_text_cap {
    width: 980px;
    margin: 0 auto;
    padding-left: 1em;
    font-size: 12px;
    text-indent: -1em;
  }
  .miimo .detail_maintenance {
    margin: 30px auto 20px;
    text-align: center;
  }
  .miimo .detail_maintenance img {
    max-width: 860px;
  }
  .interview .backbtn:after {
    left: 20px;
  }
}

@media screen and (max-width: 736px) {
  .sp-hide {
    display: none !important;
  }
  .miimo {
    color: #2b383f;
    font-size: 14px;
    line-height: 1.75;
  }
  .miimo * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .miimo .page_title ._inner {
    margin: 0 auto;
    padding: 15px;
  }
  .miimo .page_title ._inner h1 a {
    color: #2b383f;
    font-size: 20px;
    text-decoration: none;
  }
  .miimo a {
    color: #2b383f;
    text-decoration: underline;
  }
  .miimo .mv {
    position: relative;
  }
  .miimo .mv_img {
    /*padding-top: 150vw;*/
    padding-top: 135vw;
    background: url(../grass-miimo-2/img/mv-sp.jpg) no-repeat;
    background-size: contain;
  }
  .miimo .mv_text {
    width: 100%;
  }
  .miimo .mv_text_box {
    padding: 20px 15px;
  }
  .miimo .mv_text_box img {
    width: 100%;
    height: auto;
  }
  .miimo .item_title {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 0;
    background-color: #ECEFF1;
    font-weight: bold;
    text-align: center;
  }
  .miimo .item_title h2 {
    margin-top: 5px;
    font-size: 20px;
    line-height: 1.5;
  }
  .miimo .item_title p {
    font-size: 12px;
  }
  .miimo .section01 ._inner {
    padding: 50px 15px 0;
  }
  .miimo .section01 h3 {
    font-size: 23px;
    line-height: 1.2;
    text-align: center;
    /*margin-bottom: 20px;*/
  }
  .miimo .section01 h3 small {
    color: #009844;
    font-size: 12px;
    font-weight: normal;
  }
  .miimo .section01_lead {
    margin-top: 20px;
    font-size: 16px;
    line-height: 1.625;
    text-align: center;
  }
  .miimo .section01_concept {
    margin-top: 50px;
    padding: 35px 35px 25px;
    border: 5px solid #efefef;
    text-align: center;
  }
  .miimo .section01_concept p {
    font-size: 24px;
    font-weight: bold;
  }
  .miimo .section01_concept ul {
    margin-top: 10px;
  }
  .miimo .section01_concept ul li {
    position: relative;
    padding: 15px 0;
    font-size: 15px;
    font-weight: bold;
  }
  .miimo .section01_concept ul li:after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 1px;
    margin-left: -10px;
    background-color: #282828;
    content: '';
  }
  .miimo .section01_concept ul li:first-child:after {
    display: none;
  }
  .miimo .section01 .image_box {
    margin-top: 20px;
  }
  .miimo .detail_inner {
    /*padding: 35px 15px;*/
    padding: 20px 15px 35px;
    /*202402change*/
    border-bottom: 1px solid #ECEFF1;
    /*202402add*/
  }
  .miimo .detail_header_text .catch {
    color: #009844;
    font-size: 18px;
    font-weight: bold;
  }
  .miimo .detail_header_text .name {
    margin-top: 5px;
    font-size: 27px;
    font-weight: bold;
    line-height: 1.5;
  }
  .miimo .detail_header_text .itemimg {
    margin: 30px 0 15px;
    padding: 0 20%;
    text-align: center;
  }
  .miimo .detail_header_text .itemimg img {
    width: 100%;
    height: auto;
  }
  .miimo .detail_header_text figure .logo {
    width: 50%;
    margin-bottom: 25px;
  }
  .miimo .detail_header_text_pricebox {
    margin-top: 5px;
    padding: 10px 20px;
    border: 2px solid #ffffff;
    background: #ECEFF1;
    font-size: 12px;
  }
  .miimo .detail_header_text_pricebox .price {
    margin-top: 10px;
    color: #cb0000;
    font-size: 23px;
    font-weight: bold;
    line-height: 0.8;
  }
  .miimo .detail_header_text_pricebox .pricesmall {
    margin-top: 5px;
    line-height: 1;
  }
  .miimo .detail_header_note {
    margin-top: 15px;
    margin-left: 1em;
    color: #c00;
    font-size: 11px;
    line-height: 1.36;
    text-indent: -1em;
  }
  .miimo .detail_body {
    margin-top: 30px;
  }
  .miimo .detail_body_spec dl {
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 1px solid #cecece;
  }
  .miimo .detail_body_spec dl:first-child {
    border-top: 1px solid #cecece;
  }
  .miimo .detail_body_spec dl.spnoborder {
    border-top: none;
  }
  .miimo .detail_body_spec dl dt {
    padding: 15px 10px;
    font-size: 15px;
    font-weight: bold;
  }
  .miimo .detail_body_spec dl dd {
    padding: 15px 10px;
    font-size: 22px;
    font-weight: bold;
    line-height: 1;
    text-align: right;
  }
  .miimo .detail_body .unit {
    margin-top: 10px;
    font-size: 12px;
    text-align: right;
  }
  .miimo .detail_body .unit sup {
    font-size: 10px;
    vertical-align: super;
  }
  .miimo .detail_body .unit2 {
    font-size: 12px;
  }
  .miimo .detail_body_pdfbtn {
    margin-top: 40px;
    text-align: center;
  }
  .miimo .detail_body_pdfbtn a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 20px 60px 20px 20px;
    border: 2px solid #2b383f;
    font-size: 12px;
    text-decoration: none;
  }
  .miimo .detail_body_pdfbtn a:after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #2b383f;
    border-right: 2px solid #2b383f;
    content: '';
  }
  .miimo .detail_body_note {
    margin-top: 30px;
    padding: 0 30px;
    color: #cb0000;
    font-size: 10px;
    text-indent: -1em;
  }
  .miimo .point ._inner {
    margin: 0 auto;
    padding: 35px 15px;
  }
  .miimo .point h3 {
    position: relative;
    margin-bottom: 55px;
    font-size: 24px;
    text-align: center;
  }
  .miimo .point h3:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background-color: #009844;
    content: '';
  }
  .miimo .point_list dl {
    position: relative;
    padding: 30px 0 35px 100px;
    border-top: 1px solid #009844;
  }
  .miimo .point_list dl:first-child {
    margin-top: 0;
    border-top: none;
  }
  .miimo .point_list dl dt {
    color: #009844;
    font-size: 18px;
    font-weight: bold;
  }
  .miimo .point_list dl dt img {
    display: block;
    position: absolute;
    top: 30px;
    left: 0;
    width: 75px;
    height: auto;
  }
  .miimo .point_list dl dd {
    margin-top: 10px;
    color: #000000;
    font-size: 14px;
    line-height: 1.67;
  }
  .miimo .point .btn-more {
    margin-top: 40px;
  }
  .miimo .point_text_lead {
    margin-top: 50px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
  }
  .miimo .point_text_text {
    margin-top: 20px;
  }
  .miimo .point_text_img {
    margin-top: 20px;
  }
  .miimo .point_text_img img {
    width: 100%;
    height: auto;
  }
  .miimo .waranty {
    background-color: #eceff1;
  }
  .miimo .waranty .caution {
    margin: 0.4em 0 0;
    font-size: 12px;
  }
  .miimo .waranty ._inner {
    padding: 35px 15px;
  }
  .miimo .waranty h3 {
    position: relative;
    margin-bottom: 55px;
    font-size: 24px;
    text-align: center;
  }
  .miimo .waranty h3:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background-color: #009844;
    content: '';
  }
  .miimo .waranty_list dl {
    position: relative;
    margin-top: 20px;
    padding: 20px 15px 20px 120px;
    background-color: #fff;
  }
  .miimo .waranty_list dl dt {
    font-size: 18px;
    font-weight: bold;
  }
  .miimo .waranty_list dl dt .icon {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 170px;
  }
  .miimo .waranty_list dl dt img {
    width: 72px;
    height: auto;
  }
  .miimo .waranty_list dl dd {
    margin-top: 10px;
    font-size: 14px;
  }
  .miimo .waranty_list dl dd .splinke {
    font-size: 12px;
    text-align: right;
  }
  .miimo .waranty_list dl dd .red {
    color: #cc0000;
    font-weight: normal;
  }
  .miimo .waranty_list dl dd.href_inner {
    text-align: right;
  }
  .miimo .qa ._inner {
    padding: 35px 15px;
  }
  .miimo .qa h3 {
    color: #009844;
    font-size: 22px;
    text-align: center;
  }
  .miimo .qa h3:before {
    display: inline-block;
    width: 101px;
    height: 89px;
    background: url(../img/qa_title01@2x.png) center center no-repeat;
    background-size: 101px 89px;
    vertical-align: middle;
    content: '';
  }
  .miimo .qa_list {
    margin-top: 40px;
  }
  .miimo .qa_list dl {
    margin-top: 15px;
    padding: 5px 18px;
    border: 1px solid #2b383f;
  }
  .miimo .qa_list dl .qahead {
    color: #009844;
    font-weight: bold;
  }
  .miimo .qa_list dl dt {
    position: relative;
    margin-left: 2em;
    padding: 15px 30px 15px 0;
    text-indent: -2em;
    cursor: pointer;
  }
  .miimo .qa_list dl dt:after {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-right: 2px solid #2b383f;
    border-bottom: 2px solid #2b383f;
    content: '';
  }
  .miimo .qa_list dl dt.open:after {
    position: absolute;
    top: 50%;
    right: 0px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    border-top: 2px solid #2b383f;
    border-right: 2px solid #2b383f;
    border-bottom: none;
    content: '';
  }
  .miimo .qa_list dl dd {
    margin-left: 2em;
    padding: 15px 0;
    text-indent: -2em;
  }
  .miimo .newstopics {
    margin-top: 35px;
    /*&_list {

				a {
					text-decoration: none;
					background-color: #eceff1;
					margin-top: 6px;
					display: block;
					padding: 15px 20px;
				}

				dl {
					@include flexset();
					dt {
						@include flexbase(130px);
						padding-right: 20px;
						img {
							width: 100%;
							height: auto;
						}
					}

					dd {
						flex: 1;
					}
				}
			}*/
  }
  .miimo .newstopics ._inner {
    padding: 0 0 35px;
  }
  .miimo .newstopics h3 {
    position: relative;
    margin-bottom: 55px;
    font-size: 24px;
    text-align: center;
  }
  .miimo .newstopics h3:after {
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 50px;
    height: 3px;
    margin-left: -25px;
    background-color: #009844;
    content: '';
  }
  .miimo .newstopics .flex {
    margin-top: 20px;
  }
  .miimo .newstopics .flex .flex_cap {
    display: inline-block;
    margin-top: 5px !important;
    margin-bottom: 5px !important;
    font-size: 16px !important;
    text-align: left;
  }
  .miimo .newstopics .flex .box {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin-top: 25px;
    border: 1px solid #ebeff2;
    background: #FFF;
    background: #ebeff2;
    /*a.underline_none{
						text-decoration: none!important;
					}*/
  }
  .miimo .newstopics .flex .box:first-of-type {
    margin-top: 0;
  }
  .miimo .newstopics .flex .box img {
    display: block;
    width: 100%;
    text-align: center;
  }
  .miimo .newstopics .flex .box .text_box {
    padding: 10px 20px;
  }
  .miimo .newstopics .flex .slick-slide {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: calc(100%- 70px);
    margin: 0 35px;
  }
  .miimo .newstopics .flex .slick-slide img {
    width: 100%;
  }
  .miimo .newstopics .flex .slick-prev {
    z-index: 49;
    top: 0;
    left: 0px;
    width: 15px;
    height: 100%;
    border-radius: 0;
  }
  .miimo .newstopics .flex .slick-prev:before {
    top: 50%;
    left: 0px;
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
    font-size: 24px;
  }
  .miimo .newstopics .flex .slick-next {
    top: 0;
    right: 0px;
    width: 15px;
    height: 100%;
    border-radius: 0;
  }
  .miimo .newstopics .flex .slick-next:before {
    top: 50%;
    left: 0px;
    -webkit-transform: scale(0.5, 1);
            transform: scale(0.5, 1);
    font-size: 24px;
  }
  .miimo .footerlink {
    background-color: #eceff1;
  }
  .miimo .footerlink ._inner {
    padding: 35px 15px;
  }
  .miimo .footerlink ul li {
    margin-top: 10px;
  }
  .miimo .footerlink ul li .second_item {
    display: none;
    background-color: #fff;
  }
  .miimo .footerlink ul li .second_item li {
    margin: 0;
    padding: 10px 0;
    border-top: 1px solid #eceff1;
  }
  .miimo .footerlink ul li .second_item a {
    padding: 0 60px 0;
    font-size: 14px;
  }
  .miimo .footerlink ul li .second_item a::before {
    position: absolute;
    top: calc(50% - 4px);
    left: 40px;
    width: 4px;
    height: 4px;
    -webkit-transform: scale(0.85, 1) rotate(-135deg);
            transform: scale(0.85, 1) rotate(-135deg);
    border-bottom: 2px solid #009844;
    border-left: 2px solid #009844;
    content: '';
  }
  .miimo .footerlink ul li a {
    display: block;
    position: relative;
    padding: 22px 22px 22px 55px;
    font-size: 19px;
    line-height: 1.5;
    text-decoration: none;
    vertical-align: middle;
  }
  .miimo .footerlink ul li a.catalog, .miimo .footerlink ul li a.shopsearch {
    background-color: #fff;
  }
  .miimo .footerlink ul li a.catalog:after, .miimo .footerlink ul li a.shopsearch:after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #009844;
    border-right: 2px solid #009844;
    content: '';
  }
  .miimo .footerlink ul li a.shopsearch {
    background-image: url(/lawn-garden/common/img/modal/ico_open.png);
    background-position: right 20px center;
    background-repeat: no-repeat;
    background-size: 25px 25px;
  }
}

@media screen and (max-width: 736px) and (max-width: 736px) {
  .miimo .footerlink ul li a.shopsearch {
    background-position: right 10px center;
    background-size: 20px 20px;
  }
}

@media screen and (max-width: 736px) {
  .miimo .footerlink ul li a.shopsearch::after {
    display: none;
  }
  .miimo .footerlink ul li a.open_second_item {
    background-image: url(/lawn-garden/common/img/modal/ico_close.png);
  }
  .miimo .footerlink ul li a.catalog:before {
    display: inline-block;
    position: absolute;
    top: 22px;
    left: 20px;
    width: 35px;
    height: 24px;
    background: url(../img/icon-book@2x.png) left bottom no-repeat;
    background-size: 29px 21px;
    content: '';
  }
  .miimo .footerlink ul li a.shopsearch:before {
    display: inline-block;
    position: absolute;
    top: 22px;
    left: 20px;
    width: 35px;
    height: 24px;
    background: url(../img/icon-shop@2x.png) left bottom no-repeat;
    background-size: 29px 21px;
    content: '';
  }
  .miimo .footerlink ul li a.mail {
    padding: 22px;
    border-radius: 4px;
    background-color: #cb0000;
    color: #fff;
  }
  .miimo .footerlink ul li a.mail:after {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: '';
  }
  .miimo .footerlink ul li a.mail:before {
    display: inline-block;
    width: 35px;
    height: 23px;
    background: url(../img/icon-mail.png) left bottom no-repeat;
    background-size: 25px 18px;
    content: '';
  }
  .miimo .footerbackbtn ._inner {
    padding: 35px 15px;
  }
  .miimo .footerbackbtn ._inner p {
    text-align: center;
  }
  .miimo .btn-more {
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    /*202402add*/
  }
  .miimo .btn-more a {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    background-color: #009844;
    color: #fff;
    font-size: 14px;
    line-height: 1;
    text-align: center;
    text-decoration: none;
  }
  .miimo .btn-more a:after {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    content: '';
  }
  .miimo .backbtn {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 22px;
    background-color: #eceff1;
    color: #2b383f;
    font-size: 19px;
    text-decoration: none;
  }
  .miimo .backbtn:after {
    position: absolute;
    top: 50%;
    left: 30px;
    width: 7px;
    height: 7px;
    margin-top: -5px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    border-bottom: 2px solid #009844;
    border-left: 2px solid #009844;
    content: '';
  }
  .miimo .point_text_cap {
    padding-left: 1em;
    font-size: 11px;
    text-indent: -1em;
  }
  .miimo .detail_maintenance {
    margin-top: 60px;
    overflow-x: scroll;
  }
  .miimo .detail_maintenance img {
    width: 200%;
    padding: 0 5%;
  }
}

.grayObi {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 10px 15px 7px;
  background: #464646;
  color: #fff;
  font-family: "こぶりなゴシック W3 JIS2004";
  font-size: 22px;
}

.grayObi br {
  display: none;
}

@media screen and (max-width: 736px) {
  .grayObi {
    margin: 20px -20px;
    padding: 15px 15px 10px;
    font-size: 19px;
    line-height: 1.5;
  }
  .grayObi br {
    display: block;
  }
}

.price {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 32px;
  line-height: 1;
}

.price span {
  font-size: 14px;
  font-weight: normal;
}

@media screen and (max-width: 736px) {
  .price {
    margin-top: 5px;
    font-size: 7vw;
  }
  .price br {
    display: none;
  }
  .price span {
    font-size: 3.6vw;
  }
}

/*202402add*/
.miimo {
  /*動画エリア*/
}

.miimo .movieWrapper ._inner {
  width: 980px;
  margin: 0 auto;
  padding: 0 0 120px;
}

@media screen and (max-width: 736px) {
  .miimo .movieWrapper ._inner {
    width: 100%;
    padding: 35px 15px 0;
  }
}

.miimo .movieWrapper ._inner .movie2Column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}

@media screen and (max-width: 736px) {
  .miimo .movieWrapper ._inner .movie2Column {
    display: block;
    margin-top: 20px;
  }
}

.miimo .movieWrapper ._inner .movie2Column .movie_box {
  margin: 0;
}

.miimo .movieWrapper ._inner .movie2Column .section01_lead {
  margin-top: 0;
  padding-left: 2em;
  text-align: left;
}

@media screen and (max-width: 736px) {
  .miimo .movieWrapper ._inner .movie2Column .section01_lead {
    margin-top: 1em;
    padding-left: 0;
    text-align: center;
  }
}

.miimo .movieWrapper h2 {
  color: #089844;
  font-size: 36px;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .miimo .movieWrapper h2 {
    font-size: 6.4vw;
  }
}

.miimo .movieWrapper h2 small {
  color: #009844;
  font-size: 14px;
  font-weight: normal;
}

.miimo .movieWrapper_lead {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.625;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .miimo .movieWrapper_lead {
    margin: 20px auto 40px;
    font-size: 15px;
    line-height: 1.625;
    text-align: center;
  }
}

.miimo .movieWrapper .movie_box {
  margin: 40px auto;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .miimo .movieWrapper .movie_box {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
  }
}

@media screen and (max-width: 736px) {
  .miimo .movieWrapper .movie_box iframe {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.miimo ._nen_finishModel {
  padding: 0.8em 0;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .miimo ._nen_finishModel {
    font-size: 18px;
  }
}

.miimo .finishModelWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 980px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 736px) {
  .miimo .finishModelWrapper {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
}

.miimo .finishModelWrapper .onefinishModel {
  width: 490px;
}

@media screen and (max-width: 736px) {
  .miimo .finishModelWrapper .onefinishModel {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

.miimo .finishModelWrapper .onefinishModel ._nen_finishModel {
  padding: 0;
  border-top: none;
  font-size: 18px;
}

@media screen and (max-width: 736px) {
  .miimo .finishModelWrapper .onefinishModel ._nen_finishModel {
    padding-top: 1em;
    font-size: 16px;
  }
}

.miimo .finishModelWrapper .zaikokagiri {
  color: #c00;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 736px) {
  .miimo .finishModelWrapper .zaikokagiri {
    margin-bottom: 2em;
  }
}

.miimo .finishModelWrapper .pricesmall {
  letter-spacing: -0.1px;
}

.miimo .hrm4000live-logo {
  width: 273px;
}
