@charset "UTF-8";
/* Scss Document */
.logo-wrapper {
  width: auto;
  margin-left: 20px;
}

.logo-wrapper a {
  color: #2b383f;
  font-size: 28px;
}

@media screen and (max-width: 736px) {
  .logo-wrapper a {
    font-size: 19px;
  }
}

.logo-wrapper a img {
  width: 100%;
}

@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;
    height: 543px;
    background: url(../img/mv-pc.jpg) left center no-repeat;
    background-size: cover;
  }
  .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 .item_title {
    min-width: 980px;
    background-color: #009844;
  }
  .miimo .item_title ._inner {
    width: 980px;
    margin: 0 auto;
  }
  .miimo .item_title h2 {
    padding: 19px 0;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
  }
  .miimo .section01 ._inner {
    width: 860px;
    margin: 0 auto;
    padding: 60px 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: 50px;
    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 .movie_box {
    margin-top: 70px;
  }
  .miimo .detail {
    min-width: 980px;
    background-color: #eceff1;
  }
  .miimo .detail ._inner {
    width: 860px;
    margin: 0 auto;
    padding: 70px 0;
  }
  .miimo .detail_header {
    -webkit-justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .miimo .detail_header_text {
    -ms-flex-preferred-size: 440px;
        flex-basis: 440px;
    max-width: 440px;
  }
  .miimo .detail_header_text .catch {
    margin-top: 30px;
    color: #009844;
    font-size: 21px;
    font-weight: bold;
  }
  .miimo .detail_header_text .name {
    margin-top: 5px;
    font-size: 48px;
    font-weight: bold;
  }
  .miimo .detail_header_text_pricebox {
    display: inline-block;
    margin-top: 5px;
    padding: 10px;
    border: 2px solid #ffffff;
    font-size: 12px;
    text-align: center;
  }
  .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_note {
    width: 210px;
    margin-top: 5px;
    margin-left: 1em;
    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: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_spec dl .unit {
    font-size: 12px;
  }
  .miimo .detail_body_spec dl .unit sup {
    font-size: 10px;
    vertical-align: super;
  }
  .miimo .detail_body_spec dl .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 .waranty {
    min-width: 980px;
    background-color: #eceff1;
  }
  .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: 0 auto;
    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 .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: 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: '';
  }
}

@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_img {
    width: 100%;
    height: 0;
    padding-top: 77.5193798%;
    background: url(../img/mv-sp@2x.png) left top no-repeat;
    background-size: 100% auto;
  }
  .miimo .mv_text {
    width: 100%;
  }
  .miimo .mv_text_box {
    padding: 20px 15px;
  }
  .miimo .mv_text_box img {
    width: 100%;
    height: auto;
  }
  .miimo .item_title {
    background-color: #009844;
  }
  .miimo .item_title h2 {
    padding: 20px 15px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
  }
  .miimo .section01 ._inner {
    padding: 35px 15px;
  }
  .miimo .section01 h3 {
    font-size: 23px;
    line-height: 0.8;
    text-align: center;
  }
  .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 .movie_box {
    margin-top: 40px;
  }
  .miimo .detail {
    background-color: #eceff1;
  }
  .miimo .detail ._inner {
    padding: 35px 15px;
  }
  .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;
  }
  .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_pricebox {
    margin-top: 5px;
    padding: 10px 20px;
    border: 2px solid #ffffff;
    font-size: 12px;
  }
  .miimo .detail_header_text_pricebox .price {
    margin-top: 10px;
    color: #cb0000;
    font-size: 23px;
    font-weight: bold;
    line-height: 1;
  }
  .miimo .detail_header_text_pricebox .pricesmall {
    margin-top: 5px;
    line-height: 1;
  }
  .miimo .detail_header_note {
    margin-top: 5px;
    margin-left: 1em;
    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: 2px solid #cecece;
  }
  .miimo .detail_body_spec dl:first-child {
    border-top: 2px 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_spec dl .unit {
    font-size: 12px;
  }
  .miimo .detail_body_spec dl .unit sup {
    font-size: 10px;
    vertical-align: super;
  }
  .miimo .detail_body_spec dl .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 ._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 .waranty .btn-more {
    margin-top: 40px;
  }
  .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 {
    /*&_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 {
    text-align: center;
  }
  .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: '';
  }
}

.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;
  }
}


.l-outer-header .l-header-inner .hMenu {
	display: none;
}



/*PC*/
@media only screen and (min-width: 737px), print {
	.close_info{
		background-color:#CC0000;
		width: 270px;
		height: 50px;
		display: flex;
		align-items: center;
		margin-bottom: 20px;
	}
	.close_info p{
		color: #fff;
		font-size: 13px;
		margin-left: 10px;
		font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
		font-weight: 600;
	}
	.close_info p span{
		font-size: 11px;
		font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
		font-weight: 400;
	}
	.products_photo {
		padding-top: 70px;
	}
}
/*SP*/
@media only screen and (max-width: 736px) {
	.close_info{
		background-color:#CC0000;
		width: 100%;
		min-height: 62px;
		display: flex;
		align-items: center;
		margin-top: 35px;
		margin-bottom: 25px;
	}
	.close_info p{
		color: #fff;
		font-size: 15px;
		margin-left: 12px;
		font-family: "ヒラギノ角ゴ W6 JIS2004", sans-serif;
		font-weight: 600;
	}
	.close_info p span{
		font-size: 13px;
		font-family: "ヒラギノ角ゴ W3 JIS2004", sans-serif;
		font-weight: 400;
	}
}