@charset "UTF-8";
@media screen and (max-width: 768px) {

.nonpc{
	display:block;
}
.pc{
	display: none;
}

  /* product設定
     =================================================================== */
  .product .mainContainer {
    width: 100%;
    margin: 0 auto 20px; }

  h2 {
    margin: 0 auto 24px;
    background-size: auto 17px; }

  .product__image {
    height: auto;
    margin: 0 auto 35px;
    background: 0; }
    .product__image .product__image--title {
      position: relative;
      top: auto;
      right: auto;
      width: 100%;
      padding: 0 23px;
      margin-right: 0; }
      .product__image .product__image--title dt {
        width: 119px;
        height: 38px;
        margin-bottom: 14px; }
      .product__image .product__image--title dd {
        font-size: 10px; }
    .product__image .product__image--main {
      width: 100%;
      position: relative;
      left: 0;
      margin-left: 0;
      margin-bottom: 20px; }

  .product__lineup {
    width: 100%;
    padding: 0 40px;
    margin: 0 auto; }
    .product__lineup .product--title {
      margin-bottom: 10px; }
      .product__lineup .product--title dt {
        width: 43px; }
      .product__lineup .product--title dd {
        width: 31px; }
    .product__lineup .product__lineup--list {
      margin-right: 0; }
    .product__lineup .product__item {
      width: 100%;
      float: none;
      margin-right: 0;
      margin-bottom: 25px; }
      .product__lineup .product__item .product__item--image {
	width: 90%;
	margin: 0 auto 5px;
}
      .product__lineup .product__item .product__item--title {
        margin-bottom: 6px; }
      .product__lineup .product__item dl {
        font-size: 11px;
        line-height: 26px;
        margin-bottom: 7px; }
        .product__lineup .product__item dl dt {
          margin-right: 5px; }
        .product__lineup .product__item dl dd {
          height: 23px; }
      .product__lineup .product__item .product__item--detail {
        font-size: 10px; }

    .product__lineup .product__item2 {
      width: 100%;
      float: none;
      margin-right: 0;
      margin-bottom: 25px; }
      .product__lineup .product__item2 .product__item--image {
	width: 90%;
	margin: 0 auto 5px;
}
      .product__lineup .product__item2 .product__item--title {
        margin-bottom: 6px; }
      .product__lineup .product__item2 dl {
        font-size: 11px;
        line-height: 26px;
        margin-bottom: 7px; }
        .product__lineup .product__item2 dl dt {
          margin-right: 5px; }
        .product__lineup .product__item2 dl dd {
          height: 23px; }
      .product__lineup .product__item2 .product__item--detail {
        font-size: 10px; }



  /* plant設定
     =================================================================== */
  ul.plant {
    height: 100%;
    left: 0;
    pointer-events: none;
    position: absolute;
    top: 0;
    width: 100%;
    margin-left: 0;
    z-index: 30;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
    transform: translate(0); }
    .drawer-open ul.plant {
      margin-left: -180px; }
    ul.plant li {
      position: absolute; }
      ul.plant li img {
        width: 100%;
        height: auto; }
      ul.plant li.plant__1 {
        width: 255px;
        top: 43px;
        left: -130px; }
      ul.plant li.plant__2 {
        width: 220px;
        top: 240px;
        left: 295px; }
      ul.plant li.plant__3 {
        width: 119px;
        left: -23px;
        top: 655px; }
      ul.plant li.plant__4 {
        width: 100px;
        left: -38px;
        top: 595px; }
      ul.plant li.plant__5 {
        width: 162px;
        bottom: auto;
        left: 284px;
        top: 830px; }
      ul.plant li.plant__6 {
        display: none; }
      ul.plant li.plant__7 {
        left: -40px;
        top: 1170px;
        width: 80px; }
      ul.plant li.plant__8 {
        display: none; }
      ul.plant li.plant__9 {
        width: 150px;
        right: auto;
        left: 280px;
        top: 1250px; }
      ul.plant li.plant__10 {
        display: none; }
      ul.plant li.plant__11 {
        width: 200px;
        bottom: auto;
        top: 800px;
        left: -130px; }
      ul.plant li.plant__12 {
        width: 149px;
        right: auto;
        left: 291px;
        top: 1042px; }
      ul.plant li.plant__13 {
        display: none; }
      ul.plant li.plant__14 {
        display: none; }
      ul.plant li.plant__15 {
        width: 152px;
        bottom: auto;
        right: auto;
        top: 1441px;
        left: 341px; }
      ul.plant li.plant__16 {
        width: 86px;
        bottom: auto;
        right: auto;
        top: 1837px;
        left: 4px; } }
@media screen and (max-width: 320px) {
  /* plant設定
     =================================================================== */
  ul.plant li.plant__3 {
    top: 684px !important; }
  ul.plant li.plant__4 {
    top: 571px !important; }
  ul.plant li.plant__11 {
    top: 891px !important; } }
