@charset "UTF-8";
/*color*/
/*mixin*/
@import url(../../css/syohin_base.css);
@import url(../../common/css/module.css);
@import url(../../common/css/side_menu.css);
h2 {
  width: auto;
  letter-spacing: 0.2em;
}

@media print, screen and (min-width: 769px) {
  article .table-spec {
    width: 700px;
    margin: 0 0 20px 15px;
    border-collapse: collapse;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
  }

  #spec #prd-spec {
    padding: 0 12px;
  }

  article .table-spec th, article .table-spec td {
    text-align: left;
    color: #000;
    line-height: 1.5;
    padding: 5px;
    vertical-align: middle;
    border-bottom: 1px solid #666;
    border-left: 1px solid #666;
    font-weight: normal;
    font-size: 13px;
  }

  article .table-spec td {
    text-align: center;
  }

  article .table-spec tr:nth-child(even) th,
  article .table-spec tr:nth-child(even) td,
  article .table-spec tr.even th,
  article .table-spec tr.even td {
    background-color: #eee;
  }

  article #table-row-bgor tr:nth-child(even) th,
  article #table-row-bgor tr:nth-child(even) td,
  article #table-row-bgor tr.even th,
  article #table-row-bgor tr.even td {
    background-color: #FEF5E6;
  }

  article .table-spec tr.odd th, article .table-spec tr.odd td {
    background-color: transparent;
  }

  ul#smenu {
    font-size: 11px;
  }
}
/*color*/
/*mixin*/
#sp_navi {
  z-index: 2147483647;
}

.hansel {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  min-width: 960px;
  background: #e4e4e4;
  padding: 8px 0;
  text-align: left;
}
.hansel ul {
  width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.hansel__item {
  list-style-type: none;
  display: inline;
  font-size: 12px;
  margin-left: 5px;
}

.hansel__item a {
  line-height: 1.2;
  padding-right: 15px;
  background: url(/share/img/arrow_02.png) no-repeat center right;
  color: #0075c2;
}

.hansel__item mark {
  background: transparent;
}

@media print, screen and (min-width: 769px) {
  .categoryNav {
    *zoom: 1;
    clear: both;
    margin: 10px auto 0;
    width: 960px;
  }
  .categoryNav:before {
    content: " ";
    display: table;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  .categoryNav:after {
    content: " ";
    display: table;
    clear: both;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }

  .categoryNav__item {
    float: left;
    position: relative;
  }
  .categoryNav__item > a {
    display: block;
    height: 35px;
    text-indent: -50em;
    overflow: hidden;
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 0 0;
  }
  .categoryNav__item:hover a {
    background-position: 0 -35px;
  }
  .categoryNav__item.riceCooker > a {
    background-image: url(../images/categoryNavi/ricecooker.png);
    width: 75px;
  }
  .riceCooker .categoryNav__item.riceCooker > a {
    background-position: 0 -35px;
  }
  .categoryNav__item.riceCooker .categoryNav__sub {
    border: 1px solid #F5D6C9;
    border-top: none;
    background: #FBEAE3;
  }
  .categoryNav__item.riceCooker .categoryNav__sub__item a {
    border-top: 1px solid #F5D6C9;
    color: #D44A1B;
  }
  .categoryNav__item.riceCooker .categoryNav__sub__item a:hover {
    background: #F8DFD6;
  }
  .categoryNav__item.riceCooker .categoryNav__sub__item a img {
    display: none;
  }
  .categoryNav__item.cooking > a {
    background-image: url(../images/categoryNavi/cooking.png);
    width: 75px;
  }
  .cooking .categoryNav__item.cooking > a {
    background-position: 0 -35px;
  }
  .categoryNav__item.cooking .categoryNav__sub {
    border: 1px solid #F7D1BB;
    border-top: none;
    background: #FCF0E9;
  }
  .categoryNav__item.cooking .categoryNav__sub__item a {
    border-top: 1px solid #F7D1BB;
    color: #CD611F;
  }
  .categoryNav__item.cooking .categoryNav__sub__item a:hover {
    background: #F9DFD0;
  }
  .categoryNav__item.cooking .categoryNav__sub__item a img {
    display: none;
  }
  .categoryNav__item.pot > a {
    background-image: url(../images/categoryNavi/pot.png);
    width: 84px;
  }
  .pot .categoryNav__item.pot > a {
    background-position: 0 -35px;
  }
  .categoryNav__item.pot .categoryNav__sub {
    border: 1px solid #CDE8B3;
    border-top: none;
    background: #F2FAEB;
  }
  .categoryNav__item.pot .categoryNav__sub__item a {
    border-top: 1px solid #CDE8B3;
    color: #5E922E;
  }
  .categoryNav__item.pot .categoryNav__sub__item a:hover {
    background: #DFF0CE;
  }
  .categoryNav__item.pot .categoryNav__sub__item a img {
    display: none;
  }
  .categoryNav__item.cleanUp > a {
    background-image: url(../images/categoryNavi/cleanUp.png);
    width: 86px;
  }
  .cleanUp .categoryNav__item.cleanUp > a {
    background-position: 0 -35px;
  }
  .categoryNav__item.cleanUp .categoryNav__sub {
    border: 1px solid #B4EAF1;
    border-top: none;
    background: #EAF9FB;
  }
  .categoryNav__item.cleanUp .categoryNav__sub__item a {
    border-top: 1px solid #B4EAF1;
    color: #1AA5BA;
  }
  .categoryNav__item.cleanUp .categoryNav__sub__item a:hover {
    background: #CBF0F5;
  }
  .categoryNav__item.cleanUp .categoryNav__sub__item a img {
    display: none;
  }
  .categoryNav__item.home > a {
    background-image: url(../images/categoryNavi/home.png);
    width: 113px;
  }
  .home .categoryNav__item.home > a {
    background-position: 0 -35px;
  }
  .categoryNav__item.home .categoryNav__sub {
    border: 1px solid #AED3EC;
    border-top: none;
    background: #F0F8FB;
  }
  .categoryNav__item.home .categoryNav__sub__item a {
    border-top: 1px solid #AED3EC;
    color: #2E91D4;
  }
  .categoryNav__item.home .categoryNav__sub__item a:hover {
    background: #D5E8F4;
  }
  .categoryNav__item.home .categoryNav__sub__item a img {
    display: none;
  }
  .categoryNav__item.bottle > a {
    background-image: url(../images/categoryNavi/bottle.png);
    width: 126px;
  }
  .bottle .categoryNav__item.bottle > a {
    background-position: 0 -35px;
  }
  .categoryNav__item.bottle .categoryNav__sub {
    border: 1px solid #BFD6F0;
    border-top: none;
    background: #F1F5FC;
  }
  .categoryNav__item.bottle .categoryNav__sub__item a {
    border-top: 1px solid #BFD6F0;
    color: #216AC8;
  }
  .categoryNav__item.bottle .categoryNav__sub__item a:hover {
    background: #CDDEF3;
  }
  .categoryNav__item.bottle .categoryNav__sub__item a img {
    display: none;
  }
  .categoryNav__item.character > a {
    background-image: url(../images/categoryNavi/character.png);
    width: 124px;
  }
  .character .categoryNav__item.character > a {
    background-position: 0 -35px;
  }
  .categoryNav__item.character .categoryNav__sub {
    border: 1px solid #F4DF9D;
    border-top: none;
    background: #FCF7E4;
  }
  .categoryNav__item.character .categoryNav__sub__item a {
    border-top: 1px solid #F4DF9D;
    color: #CDA21F;
  }
  .categoryNav__item.character .categoryNav__sub__item a:hover {
    background: #F7E8B9;
  }
  .categoryNav__item.character .categoryNav__sub__item a img {
    display: none;
  }
  .categoryNav__item.brand > a {
    background-image: url(../images/categoryNavi/brand.png);
    width: 161px;
  }
  .brand .categoryNav__item.brand > a {
    background-position: 0 -35px;
  }
  .categoryNav__item.brand .categoryNav__sub {
    border: 1px solid #D0C5EF;
    border-top: none;
    background: #ECE8F9;
  }
  .categoryNav__item.brand .categoryNav__sub__item a {
    border-top: 1px solid #D0C5EF;
    color: #7D55D2;
  }
  .categoryNav__item.brand .categoryNav__sub__item a:hover {
    background: #DED6F3;
  }
  .categoryNav__item.brand .categoryNav__sub__item a img {
    display: none;
  }
  .categoryNav__item.professional > a {
    background-image: url(../images/categoryNavi/professional.png);
    width: 116px;
  }
  .professional .categoryNav__item.professional > a {
    background-position: 0 -35px;
  }
  .categoryNav__item.professional .categoryNav__sub {
    border: 1px solid #EACBC1;
    border-top: none;
    background: #F9EEEC;
  }
  .categoryNav__item.professional .categoryNav__sub__item a {
    border-top: 1px solid #EACBC1;
    color: #A85641;
  }
  .categoryNav__item.professional .categoryNav__sub__item a:hover {
    background: #EFD8D1;
  }
  .categoryNav__item.professional .categoryNav__sub__item a img {
    display: none;
  }

  .categoryNav__sub {
    display: none;
    position: absolute;
    top: 35px;
    left: 1px;
    z-index: 2;
  }
  .categoryNav__item:first-child .categoryNav__sub {
    left: 0;
  }
  .categoryNav__item:last-child .categoryNav__sub {
    left: auto;
    right: 0;
  }

  .categoryNav--bottom .categoryNav__sub {
    top: auto;
    bottom: 35px;
  }

  .categoryNav__item:hover > .categoryNav__sub {
    display: inline-block;
  }

  .categoryNav__sub__item a {
    font-size: 13px;
    display: block;
    white-space: nowrap;
    padding: 6px 5px 4px 5px;
    min-width: 170px;
  }
}
@media screen and (max-width: 768px) {
  .categoryNav__item {
    margin-bottom: 1px;
  }
  .categoryNav__item a {
    display: block;
    background: #000;
    color: white;
    font-size: 15px;
    font-weight: 400;
    padding: 15px 30px 15px 13px;
    background-image: url(/syohin/rwd/images/misc/arrow_categoryNav__item.png);
    background-repeat: no-repeat;
    background-position: 95% center;
    background-size: 15px auto;
  }
  .categoryNav__item.riceCooker a {
    background-color: #d23c07;
  }
  .categoryNav__item.cooking a {
    background-color: #e06f21;
  }
  .categoryNav__item.pot a {
    background-color: #5E922E;
  }
  .categoryNav__item.cleanUp a {
    background-color: #21a8bc;
  }
  .categoryNav__item.home {
    display: list-item;
  }
  .categoryNav__item.home a {
    background-color: #3494D1;
  }
  .categoryNav__item.bottle a {
    background-color: #3173c7;
  }
  .categoryNav__item.character a {
    background-color: #c09200;
  }
  .categoryNav__item.brand a {
    background-color: #724dd0;
  }
  .categoryNav__item.professional a {
    background-color: #9e4c37;
  }
  .categoryNav__item.active {
    margin-bottom: 0;
  }

  .categoryNav--bottom.open .categoryNav__item > a {
    background-image: none;
  }

  .categoryNav__sub {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    border-left: 1px solid #CBCBCB;
    width: 100%;
  }
  .categoryNav__sub.show {
    display: block;
  }

  .categoryNav__sub__item {
    vertical-align: top;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    display: inline-block;
  }
  .categoryNav__sub__item a {
    padding: 10px 5px 10px 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1, #F4F4F4), color-stop(0, #fff));
    background: -webkit-linear-gradient(#fff, #F4F4F4);
    background: -moz-linear-gradient(#fff, #F4F4F4);
    background: -o-linear-gradient(#fff, #F4F4F4);
    background: -ms-linear-gradient(#fff, #F4F4F4);
    background: linear-gradient(#fff, #F4F4F4);
    color: #111;
    overflow: hidden;
    border-bottom: 1px solid #CBCBCB;
    border-right: 1px solid #CBCBCB;
    position: relative;
    width: auto;
  }
  .categoryNav__sub__item a span {
    overflow: hidden;
    display: block;
    font-size: 10px;
    font-size: 1rem;
    position: relative;
    padding: 5px 5px 5px 12px;
    margin-left: 10px;
    line-height: 1.6;
  }
  .categoryNav__sub__item a span br {
    display: none;
  }
  .categoryNav__sub__item a span:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 9px auto;
  }
  .categoryNav__sub__item a img {
    vertical-align: middle;
    width: 33px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 4px;
    margin: auto;
  }
  .categoryNav__sub__item a img + span {
    margin-left: 45px;
  }
  .categoryNav__item.riceCooker .categoryNav__sub__item a span:before {
    background-image: url(/syohin/rwd/images/misc/arrow_categoryNav__sub__item_ricecooker.png);
  }
  .categoryNav__item.cooking .categoryNav__sub__item a span:before {
    background-image: url(/syohin/rwd/images/misc/arrow_categoryNav__sub__item_cooking.png);
  }
  .categoryNav__item.pot .categoryNav__sub__item a span:before {
    background-image: url(/syohin/rwd/images/misc/arrow_categoryNav__sub__item_pot.png);
  }
  .categoryNav__item.cleanUp .categoryNav__sub__item a span:before {
    background-image: url(/syohin/rwd/images/misc/arrow_categoryNav__sub__item_cleanUp.png);
  }
  .categoryNav__item.home .categoryNav__sub__item a span:before {
    background-image: url(/syohin/rwd/images/misc/arrow_categoryNav__sub__item_home.png);
  }
  .categoryNav__item.bottle .categoryNav__sub__item a span:before {
    background-image: url(/syohin/rwd/images/misc/arrow_categoryNav__sub__item_bottle.png);
  }
  .categoryNav__item.character .categoryNav__sub__item a span:before {
    background-image: url(/syohin/rwd/images/misc/arrow_categoryNav__sub__item_character.png);
  }
  .categoryNav__item.brand .categoryNav__sub__item a span:before {
    background-image: url(/syohin/rwd/images/misc/arrow_categoryNav__sub__item_brand.png);
  }
  .categoryNav__item.professional .categoryNav__sub__item a span:before {
    background-image: url(/syohin/rwd/images/misc/arrow_categoryNav__sub__item_professional.png);
  }
}
@media print, screen and (min-width: 769px) {
  .sideNav__inner {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 7px;
    margin-bottom: 10px;
  }
  body.riceCooker .sideNav__inner {
    background: #d85a2d;
  }
  body.cooking .sideNav__inner {
    background: #E68D55;
  }
  body.pot .sideNav__inner {
    background: #5E922E;
  }
  body.cleanUp .sideNav__inner {
    background: #21A8BC;
  }
  body.home .sideNav__inner {
    background: #3494D1;
  }
  body.bottle .sideNav__inner {
    background: #3173C7;
  }
  body.character .sideNav__inner {
    background: #CC9E17;
  }
  body.brand .sideNav__inner {
    background: #724DD0;
  }
  body.professional .sideNav__inner {
    background: #9E4C37;
  }

  .sideNav__heading {
    color: white;
    font-size: 15px;
    font-size: 1.5rem;
    font-weight: 500;
    padding: 3px 2px;
  }

  .sideNav__item {
    margin-top: 4px;
    padding: 2px;
    background: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  .sideNav__item > a {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    display: block;
    padding: 10px 10px 7px;
    font-size: 13px;
    font-size: 1.3rem;
    font-weight: bold;
    color: #3F3F3F;
    line-height: 1;
    letter-spacing: -0.1px;
    background-repeat: no-repeat;
    background-position: 99% center;
  }
  body.riceCooker .sideNav__item > a {
    background-image: url(/syohin/rwd/images/sideNav/arrow_a--riceCooker.png);
  }
  body.riceCooker .sideNav__item > a:hover {
    color: #D44A1B;
  }
  body.cooking .sideNav__item > a {
    background-image: url(/syohin/rwd/images/sideNav/arrow_a--cooking.png);
  }
  body.cooking .sideNav__item > a:hover {
    color: #E68D55;
  }
  body.pot .sideNav__item > a {
    background-image: url(/syohin/rwd/images/sideNav/arrow_a--pot.png);
  }
  body.pot .sideNav__item > a:hover {
    color: #5E922E;
  }
  body.cleanUp .sideNav__item > a {
    background-image: url(/syohin/rwd/images/sideNav/arrow_a--cleanUp.png);
  }
  body.cleanUp .sideNav__item > a:hover {
    color: #21A8BC;
  }
  body.home .sideNav__item > a {
    background-image: url(/syohin/rwd/images/sideNav/arrow_a--home.png);
  }
  body.home .sideNav__item > a:hover {
    color: #3494D1;
  }
  body.bottle .sideNav__item > a {
    background-image: url(/syohin/rwd/images/sideNav/arrow_a--bottle.png);
  }
  body.bottle .sideNav__item > a:hover {
    color: #3173C7;
  }
  body.character .sideNav__item > a {
    background-image: url(/syohin/rwd/images/sideNav/arrow_a--character.png);
  }
  body.character .sideNav__item > a:hover {
    color: #CC9E17;
  }
  body.brand .sideNav__item > a {
    background-image: url(/syohin/rwd/images/sideNav/arrow_a--brand.png);
  }
  body.brand .sideNav__item > a:hover {
    color: #724DD0;
  }
  body.professional .sideNav__item > a {
    background-image: url(/syohin/rwd/images/sideNav/arrow_a--professional.png);
  }
  body.professional .sideNav__item > a:hover {
    color: #9E4C37;
  }

  .sideNav__subCategory {
    margin: 5px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
  }
  .sideNav__subCategory + .sideNav__subCategory {
    margin-top: 10px;
  }

  .sideNav__heading--l2 {
    background: #999;
    font-size: 11px;
    font-size: 1.1rem;
    color: white;
    padding: 6px 5px 4px 24px;
    background-repeat: no-repeat;
    background-position: 6px center;
  }
  .sideNav__heading--l2.type {
    background-image: url(/syohin/rwd/images/sideNav/icon_type.png);
  }
  .sideNav__heading--l2.capacity {
    background-image: url(/syohin/rwd/images/sideNav/icon_capacity.png);
  }

  .sideNav__item--l2 a {
    display: block;
    background-image: url(/syohin/rwd/images/misc/arrow_link_s.png);
    background-position: 10px center;
    background-repeat: no-repeat;
    background-color: #E7E7E7;
    padding: 5px 10px 5px 20px;
    font-size: 11px;
    font-size: 1.1rem;
    color: #3f3f3f;
  }
  .sideNav__item--l2 + li {
    border-top: dotted 1px #999;
  }
  .sideNav__item--l2:hover {
    color: #D44A1B;
  }

  .sideNav__item {
    /*
	cat_ricecooker		炊飯器
	cat_rice-washer	    洗米機
	cat_water-filter	浄水器
	cat_rice-mill		精米機
	cat_electronic-jar	電子ジャー
	cat_okayu-maker	    おかゆメーカー
	*/
    /*
    cat_hot-plate		ホットプレート
    cat_cooking-pan	クッキングパン
    cat_grill-pan		グリルパン
    cat_ih-pressure		圧力IHなべ
    cat_ih-cooker		IH調理器
    cat_coffee-maker	コーヒーメーカー
    cat_multi-convection-oven	マルチコンベクションオーブン
    cat_oven-toaster	トースター
    cat_fish-roaster		フィッシュロースター
    cat_fryer			フライヤー
    cat_hot-sand		ホットサンド
    cat_bakery		ホームベーカリー
    cat_mochitsuki		餅つき機
    cat_juicer			ジューサー
    cat_other-cook		ごますり器／温泉たまご器／その他
    */
    /*
      cat_electronic-pot		電気ポット
      cat_kettle		電気ケトル
      cat_glass-pot	マホービン（ガラス）
      cat_stainless-pot	マホービン（ステンレス）
    */
    /*
    tableware-dryer	食器乾燥機
	detergent		食器洗い乾燥機専用洗剤
	*/
    /*
    home	生活家電

	cat_coverlet-dryer	布団乾燥機
	cat_dehumidifier	衣類乾燥除湿機
	cat_air-cleaner		空気清浄機
	cat_humidifier		加湿器
    */
    /*
    bottle	水筒・お弁当

	cat_bottle		ステンレスボトル
	cat_tumbler	タンブラー
	cat_food-jar	フードジャー
	cat_lunchbox	保温弁当箱
    */
    /*
    character	キャラクター

	cat_disney	ディズニー
	cat_anpanman	アンパンマン
    */
    /*

    brand	ブランド

	cat_mizuno	ミズノ
	cat_tigers		タイガース
    */
    /*
    professional	業務用商品

	cat_pro_riceCooker	炊飯ジャー
	cat_pro_electronic-jar	電子ジャー
	cat_pro_soup-jar	スープジャー
	cat_pro_choco		チョコレートウォーマー
	cat_pro_electoric-pot	電気ポット
	cat_pro_cool-jar	ポット／クールジャー
	cat_pro_drink-dispenser	真空ドリンクディスペンサー
	cat_pro_coffee		コーヒーメーカー
	cat_pro_trat-service	業務用配食保温容器

    */
  }
  body.cat_ricecooker .sideNav__item.cat_ricecooker > a {
    color: #D44A1B;
    background-color: #F8DFD6;
  }
  body.cat_rice-washer .sideNav__item.cat_rice-washer > a {
    color: #D44A1B;
    background-color: #F8DFD6;
  }
  body.cat_water-filter .sideNav__item.cat_water-filter > a {
    color: #D44A1B;
    background-color: #F8DFD6;
  }
  body.cat_rice-mill .sideNav__item.cat_rice-mill > a {
    color: #D44A1B;
    background-color: #F8DFD6;
  }
  body.cat_electronic-jar .sideNav__item.cat_electronic-jar > a {
    color: #D44A1B;
    background-color: #F8DFD6;
  }
  body.cat_okayu-maker .sideNav__item.cat_okayu-maker > a {
    color: #D44A1B;
    background-color: #F8DFD6;
  }
  body.cat_hot-plate .sideNav__item.cat_hot-plate > a {
    color: #E68D55;
    background-color: #F9DFD0;
    background-repeat: no-repeat;
    background-position: 99% center;
  }
  body.cat_cooking-pan .sideNav__item.cat_cooking-pan > a {
    color: #E68D55;
    background-color: #F9DFD0;
    background-repeat: no-repeat;
    background-position: 99% center;
  }
  body.cat_grill-pan .sideNav__item.cat_grill-pan > a {
    color: #E68D55;
    background-color: #F9DFD0;
    background-repeat: no-repeat;
    background-position: 99% center;
  }
  body.cat_ih-atsuryoku .sideNav__item.cat_ih-pressure > a {
    color: #E68D55;
    background-color: #F9DFD0;
    background-repeat: no-repeat;
    background-position: 99% center;
  }
  body.cat_ih-cooker .sideNav__item.cat_ih-cooker > a {
    color: #E68D55;
    background-color: #F9DFD0;
    background-repeat: no-repeat;
    background-position: 99% center;
  }
  body.cat_coffee-maker .sideNav__item.cat_coffee-maker > a {
    color: #E68D55;
    background-color: #F9DFD0;
    background-repeat: no-repeat;
    background-position: 99% center;
  }
  body.cat_convection-oven .sideNav__item.cat_convection-oven > a {
    color: #E68D55;
    background-color: #F9DFD0;
    background-repeat: no-repeat;
    background-position: 99% center;
  }
  body.cat_oven-toaster .sideNav__item.cat_oven-toaster > a {
    color: #E68D55;
    background-color: #F9DFD0;
    background-repeat: no-repeat;
    background-position: 99% center;
  }
  body.cat_fish-roaster .sideNav__item.cat_fish-roaster > a {
    color: #E68D55;
    background-color: #F9DFD0;
    background-repeat: no-repeat;
    background-position: 99% center;
  }
  body.cat_fryer .sideNav__item.cat_fryer > a {
    color: #E68D55;
    background-color: #F9DFD0;
    background-repeat: no-repeat;
    background-position: 99% center;
  }
  body.cat_hot-sand .sideNav__item.cat_hot-sand > a {
    color: #E68D55;
    background-color: #F9DFD0;
    background-repeat: no-repeat;
    background-position: 99% center;
  }
  body.cat_bakery .sideNav__item.cat_bakery > a {
    color: #E68D55;
    background-color: #F9DFD0;
    background-repeat: no-repeat;
    background-position: 99% center;
  }
  body.cat_mochitsuki .sideNav__item.cat_mochitsuki > a {
    color: #E68D55;
    background-color: #F9DFD0;
    background-repeat: no-repeat;
    background-position: 99% center;
  }
  body.cat_juicer .sideNav__item.cat_juicer > a {
    color: #E68D55;
    background-color: #F9DFD0;
    background-repeat: no-repeat;
    background-position: 99% center;
  }
  body.cat_other-cook .sideNav__item.cat_other-cook > a {
    color: #E68D55;
    background-color: #F9DFD0;
    background-repeat: no-repeat;
    background-position: 99% center;
  }
  body.cat_ontama .sideNav__item.cat_ontama > a {
    color: #E68D55;
    background-color: #F9DFD0;
    background-repeat: no-repeat;
    background-position: 99% center;
  }
  body.cat_gomasuri .sideNav__item.cat_gomasuri > a {
    color: #E68D55;
    background-color: #F9DFD0;
    background-repeat: no-repeat;
    background-position: 99% center;
  }
  body.cat_electronic-pot .sideNav__item.cat_electronic-pot > a {
    color: #5E922E;
    background-color: #DFF0CE;
  }
  body.cat_kettle .sideNav__item.cat_kettle > a {
    color: #5E922E;
    background-color: #DFF0CE;
  }
  body.cat_glass-pot .sideNav__item.cat_glass-pot > a {
    color: #5E922E;
    background-color: #DFF0CE;
  }
  body.cat_stainless-pot .sideNav__item.cat_stainless-pot > a {
    color: #5E922E;
    background-color: #DFF0CE;
  }
  body.cat_tableware-dryer .sideNav__item.cat_tableware-dryer > a {
    color: #21A8BC;
    background-color: #CBF0F5;
  }
  body.cat_detergent .sideNav__item.cat_detergent > a {
    color: #21A8BC;
    background-color: #CBF0F5;
  }
  body.cat_coverlet-dryer .sideNav__item.cat_coverlet-dryer > a {
    color: #3494D1;
    background-color: #D5E8F4;
  }
  body.cat_dehumidifier .sideNav__item.cat_dehumidifier > a {
    color: #3494D1;
    background-color: #D5E8F4;
  }
  body.cat_air-cleaner .sideNav__item.cat_air-cleaner > a {
    color: #3494D1;
    background-color: #D5E8F4;
  }
  body.cat_humidifier .sideNav__item.cat_humidifier > a {
    color: #3494D1;
    background-color: #D5E8F4;
  }
  body.cat_bottle .sideNav__item.cat_bottle > a {
    color: #3173C7;
    background-color: #CDDEF3;
  }
  body.cat_tumbler .sideNav__item.cat_tumbler > a {
    color: #3173C7;
    background-color: #CDDEF3;
  }
  body.cat_food-jar .sideNav__item.cat_food-jar > a {
    color: #3173C7;
    background-color: #CDDEF3;
  }
  body.cat_lunchbox .sideNav__item.cat_lunchbox > a {
    color: #3173C7;
    background-color: #CDDEF3;
  }
  body.cat_disney .sideNav__item.cat_disney > a {
    color: #CC9E17;
    background-color: #F7E8B9;
  }
  body.cat_anpanman .sideNav__item.cat_anpanman > a {
    color: #CC9E17;
    background-color: #F7E8B9;
  }
  body.cat_shimashimaguruguru .sideNav__item.cat_shimashimaguruguru > a {
    color: #CC9E17;
    background-color: #F7E8B9;
  }
  body.cat_mizuno .sideNav__item.cat_mizuno > a {
    color: #724DD0;
    background-color: #DED6F3;
  }
  body.cat_tigers .sideNav__item.cat_tigers > a {
    color: #724DD0;
    background-color: #DED6F3;
  }
  body.cat_pro_riceCooker .sideNav__item.cat_pro_riceCooker > a {
    color: #9E4C37;
    background-color: #EFD8D1;
  }
  body.cat_pro_electronic-jar .sideNav__item.cat_pro_electronic-jar > a {
    color: #9E4C37;
    background-color: #EFD8D1;
  }
  body.cat_pro_soup-jar .sideNav__item.cat_pro_soup-jar > a {
    color: #9E4C37;
    background-color: #EFD8D1;
  }
  body.cat_pro_choco .sideNav__item.cat_pro_choco > a {
    color: #9E4C37;
    background-color: #EFD8D1;
  }
  body.cat_pro_electoric-pot .sideNav__item.cat_pro_electoric-pot > a {
    color: #9E4C37;
    background-color: #EFD8D1;
  }
  body.cat_pro_cool-jar .sideNav__item.cat_pro_cool-jar > a {
    color: #9E4C37;
    background-color: #EFD8D1;
  }
  body.cat_pro_drink-dispenser .sideNav__item.cat_pro_drink-dispenser > a {
    color: #9E4C37;
    background-color: #EFD8D1;
  }
  body.cat_pro_coffee .sideNav__item.cat_pro_coffee > a {
    color: #9E4C37;
    background-color: #EFD8D1;
  }
  body.cat_pro_trat-service .sideNav__item.cat_pro_trat-service > a {
    color: #9E4C37;
    background-color: #EFD8D1;
  }

  .sideNav__aside__download li {
    margin-bottom: 5px;
  }

  .sideNav__aside__recommend__heading {
    display: none;
  }
  #sideNav.top .sideNav__aside__recommend__heading {
    display: block;
    padding: 10px 10px 9px;
    border-bottom: 1px solid white;
    height: 19px;
    text-indent: -9999em;
    background-image: url(/syohin/rwd/images/pickup/pickup__heading--top.png);
    background-repeat: no-repeat;
    background-position: center center;
  }

  .sideNav__aside__recommend {
    margin-bottom: 5px;
  }
  #sideNav.top .sideNav__aside__recommend {
    display: block;
    background: #EEEEEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  #sideNav.top .sideNav__aside__recommend ul {
    padding: 5px 5px 0;
  }
  .sideNav__aside__recommend img {
    margin-bottom: 5px;
  }

  .sideNav__recommend__heading {
    display: none;
  }

  .sideNav__aside__support {
    margin-bottom: 10px;
  }

  .sideNav__aside__safety {
    border: 1px solid #d0d0d0;
    background: #f1f1f1;
    overflow: hidden;
  }
  .sideNav__aside__safety ul {
    margin: 9px 2px 9px 12px;
  }
  .sideNav__aside__safety ul li {
    display: inline-block;
    margin-right: 10px;
  }
  .sideNav__aside__safety ul li img {
    height: 70px;
  }

  .sideNav__aside__safety__heading {
    border-bottom: 1px solid #d0d0d0;
    padding: 8px 18px;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .sideNav__aside__safety__heading a {
    color: #0073c0;
    text-decoration: underline;
  }
  .sideNav__aside__safety__heading a:hover {
    text-decoration: none;
  }

  .sideNav__aside__download {
    display: none;
  }
  body.cat_ricecooker .sideNav__aside__download.cat_riceCooker {
    display: block;
  }
  body.cat_kettle .sideNav__aside__download.cat_kettle {
    display: block;
  }
  body.cat_pot .sideNav__aside__download.cat_pot {
    display: block;
  }

  .sideNav__aside__recommend li {
    display: none;
  }
  #sideNav.top .sideNav__aside__recommend li {
    display: block;
    margin: 0;
  }
  body.cat_ricecooker .sideNav__aside__recommend li.cat_ricecooker {
    display: block;
  }
  body.cat_rice-washer .sideNav__aside__recommend li.cat_rice-washer {
    display: block;
  }
  body.cat_water-filter .sideNav__aside__recommend li.cat_water-filter {
    display: block;
  }
  body.cat_rice-mill .sideNav__aside__recommend li.cat_rice-mill {
    display: block;
  }
  body.cat_electronic-jar .sideNav__aside__recommend li.cat_electronic-jar {
    display: block;
  }
  body.cat_okayu-maker .sideNav__aside__recommend li.cat_okayu-maker {
    display: block;
  }
  body.cat_hot-plate .sideNav__aside__recommend li.cat_hot-plate {
    display: block;
  }
  body.cat_cooking-pan .sideNav__aside__recommend li.cat_cooking-pan {
    display: block;
  }
  body.cat_grill-pan .sideNav__aside__recommend li.cat_grill-pan {
    display: block;
  }
  body.cat_ih-pressure .sideNav__aside__recommend li.cat_ih-pressure {
    display: block;
  }
  body.cat_ih-cooker .sideNav__aside__recommend li.cat_ih-cooker {
    display: block;
  }
  body.cat_coffee-maker .sideNav__aside__recommend li.cat_coffee-maker {
    display: block;
  }
  body.cat_multi-convection-oven .sideNav__aside__recommend li.cat_multi-convection-oven {
    display: block;
  }
  body.cat_oven-toaster .sideNav__aside__recommend li.cat_oven-toaster {
    display: block;
  }
  body.cat_fish-roaster .sideNav__aside__recommend li.cat_fish-roaster {
    display: block;
  }
  body.cat_fryer .sideNav__aside__recommend li.cat_fryer {
    display: block;
  }
  body.cat_hot-sand .sideNav__aside__recommend li.cat_hot-sand {
    display: block;
  }
  body.cat_bakery .sideNav__aside__recommend li.cat_bakery {
    display: block;
  }
  body.cat_mochitsuki .sideNav__aside__recommend li.cat_mochitsuki {
    display: block;
  }
  body.cat_juicer .sideNav__aside__recommend li.cat_juicer {
    display: block;
  }
  body.cat_other-cook .sideNav__aside__recommend li.cat_other-cook {
    display: block;
  }
  body.cat_ontama .sideNav__aside__recommend li.cat_ontama {
    display: block;
  }
  body.cat_gomasuri .sideNav__aside__recommend li.cat_gomasuri {
    display: block;
  }
  body.cat_pot .sideNav__aside__recommend li.cat_pot {
    display: block;
  }
  body.cat_kettle .sideNav__aside__recommend li.cat_kettle {
    display: block;
  }
  body.cat_glass-pot .sideNav__aside__recommend li.cat_glass-pot {
    display: block;
  }
  body.cat_stainless-pot .sideNav__aside__recommend li.cat_stainless-pot {
    display: block;
  }
  body.cat_tableware-dryer .sideNav__aside__recommend li.cat_tableware-dryer {
    display: block;
  }
  body.cat_detergent .sideNav__aside__recommend li.cat_detergent {
    display: block;
  }
  body.cat_coverlet-dryer .sideNav__aside__recommend li.cat_coverlet-dryer {
    display: block;
  }
  body.cat_dehumidifier .sideNav__aside__recommend li.cat_dehumidifier {
    display: block;
  }
  body.cat_air-cleaner .sideNav__aside__recommend li.cat_air-cleaner {
    display: block;
  }
  body.cat_humidifier .sideNav__aside__recommend li.cat_humidifier {
    display: block;
  }
  body.cat_bottle .sideNav__aside__recommend li.cat_bottle {
    display: block;
  }
  body.cat_tumbler .sideNav__aside__recommend li.cat_tumbler {
    display: block;
  }
  body.cat_food-jar .sideNav__aside__recommend li.cat_food-jar {
    display: block;
  }
  body.cat_lunchbox .sideNav__aside__recommend li.cat_lunchbox {
    display: block;
  }
  body.cat_disney .sideNav__aside__recommend li.cat_disney {
    display: block;
  }
  body.cat_anpanman .sideNav__aside__recommend li.cat_anpanman {
    display: block;
  }
  body.cat_shimashimaguruguru .sideNav__aside__recommend li.cat_shimashimaguruguru {
    display: block;
  }
  body.cat_mizuno .sideNav__aside__recommend li.cat_mizuno {
    display: block;
  }
  body.cat_tigers .sideNav__aside__recommend li.cat_tigers {
    display: block;
  }
  body.cat_pro_riceCooker .sideNav__aside__recommend li.cat_pro_riceCooker {
    display: block;
  }
  body.cat_pro_electronic-jar .sideNav__aside__recommend li.cat_pro_electronic-jar {
    display: block;
  }
  body.cat_pro_soup-jar .sideNav__aside__recommend li.cat_pro_soup-jar {
    display: block;
  }
  body.cat_pro_choco .sideNav__aside__recommend li.cat_pro_choco {
    display: block;
  }
  body.cat_pro_electoric-pot .sideNav__aside__recommend li.cat_pro_electoric-pot {
    display: block;
  }
  body.cat_pro_cool-jar .sideNav__aside__recommend li.cat_pro_cool-jar {
    display: block;
  }
  body.cat_pro_drink-dispenser .sideNav__aside__recommend li.cat_pro_drink-dispenser {
    display: block;
  }
  body.cat_pro_coffee .sideNav__aside__recommend li.cat_pro_coffee {
    display: block;
  }
  body.cat_pro_trat-service .sideNav__aside__recommend li.cat_pro_trat-service {
    display: block;
  }

  .sideNav__aside__campaign {
    background: #0074c1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 0 0 10px;
    margin-top: 10px;
  }

  .sideNav__aside__campaign__heading {
    padding: 10px 0 8px 37px;
    text-align: left;
    color: white;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: normal;
    border-bottom: 1px solid white;
    background-image: url(/syohin/rwd/images/sideNav/icon_campaign.png);
    background-repeat: no-repeat;
    background-position: 7px 5px;
    background-size: 26px auto;
  }

  .sideNav__aside__campaign__item {
    margin-top: 5px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 768px) {
  div#sideNav {
    display: none !important;
  }

  .sideNav__inner {
    display: none;
  }

  .sideNav__aside__download {
    *zoom: 1;
    margin-bottom: 20px;
    margin-top: 20px;
    display: none;
  }
  .sideNav__aside__download:before {
    content: " ";
    display: table;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  .sideNav__aside__download:after {
    content: " ";
    display: table;
    clear: both;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  .sideNav__aside__download ul {
    text-align: center;
  }
  .sideNav__aside__download li {
    display: inline-block;
    width: 50%;
    padding: 0 5px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sideNav__aside__download li img {
    width: 100%;
  }
  body.cat_ricecooker .sideNav__aside__download.cat_riceCooker {
    display: block;
  }
  body.cat_kettle .sideNav__aside__download.cat_kettle {
    display: block;
  }
  body.cat_pot .sideNav__aside__download.cat_pot {
    display: block;
  }

  .sideNav__aside__recommend {
    *zoom: 1;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .sideNav__aside__recommend:before {
    content: " ";
    display: table;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  .sideNav__aside__recommend:after {
    content: " ";
    display: table;
    clear: both;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  .sideNav__aside__recommend ul {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px 5px 0;
    margin: 0 0 -10px;
    background: #F1F2F3;
  }
  .sideNav__aside__recommend li {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .sideNav__aside__recommend li img {
    width: 100%;
    margin-bottom: 10px;
  }
  .sideNav__aside__recommend + .sideNav__aside__support {
    margin-top: 0;
  }
  .sideNav__aside__recommend + .sideNav__aside__support + .sideNav__aside__safety {
    margin-top: 0;
  }

  .sideNav__aside__recommend__heading {
    display: inline-block;
    padding: 5px 10px;
    background: #F1F2F3;
    color: #666;
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
  }
  .sideNav__aside__recommend__heading:before {
    display: inline-block;
    vertical-align: bottom;
    content: '';
    width: 15px;
    height: 20px;
    margin-right: 5px;
    background-image: url(/syohin/rwd/images/product_list/icon_sideNav__aside--recommend.png);
    background-repeat: no-repeat;
    background-size: 15px 20px;
  }

  .sideNav__aside__support {
    margin-right: 15px;
    margin-bottom: 30px;
  }
  .sideNav__aside__support img {
    width: 110px;
    height: 95px;
  }

  .sideNav__aside__safety {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    height: 95px;
    background: #f1f1f1;
    margin-top: 20px;
    margin-bottom: 30px;
    border: 1px solid #D7D7D7;
  }
  .sideNav__aside__safety img {
    height: 50px;
  }
  .sideNav__aside__safety li {
    display: inline-block;
    margin-left: 13px;
  }
  .sideNav__aside__safety li + li {
    margin-left: 8px;
  }

  .sideNav__aside__safety__heading {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 10px;
    border-bottom: 1px solid #D7D7D7;
    padding: 5px 13px;
  }
  .sideNav__aside__safety__heading a {
    color: #0073c0;
    text-decoration: underline;
  }

  .sideNav__aside__download {
    display: none;
  }
  body.cat_riceCooler .sideNav__aside__download.cat_riceCooker {
    display: block;
  }
  body.cat_kettle .sideNav__aside__download.cat_kettle {
    display: block;
  }
  body.cat_pot .sideNav__aside__download.cat_pot {
    display: block;
  }

  .sideNav__aside__recommend li {
    display: none;
  }
  #sideNav_sp .sideNav__aside__recommend li {
    display: inline-block;
  }
  body.cat_ricecooker .sideNav__aside__recommend li.cat_ricecooker {
    display: inline-block;
  }
  body.cat_rice-washer .sideNav__aside__recommend li.cat_rice-washer {
    display: inline-block;
  }
  body.cat_water-filter .sideNav__aside__recommend li.cat_water-filter {
    display: inline-block;
  }
  body.cat_rice-mill .sideNav__aside__recommend li.cat_rice-mill {
    display: inline-block;
  }
  body.cat_electronic-jar .sideNav__aside__recommend li.cat_electronic-jar {
    display: inline-block;
  }
  body.cat_okayu-maker .sideNav__aside__recommend li.cat_okayu-maker {
    display: inline-block;
  }
  body.cat_hot-plate .sideNav__aside__recommend li.cat_hot-plate {
    display: inline-block;
  }
  body.cat_cooking-pan .sideNav__aside__recommend li.cat_cooking-pan {
    display: inline-block;
  }
  body.cat_grill-pan .sideNav__aside__recommend li.cat_grill-pan {
    display: inline-block;
  }
  body.cat_ih-pressure .sideNav__aside__recommend li.cat_ih-pressure {
    display: inline-block;
  }
  body.cat_ih-cooker .sideNav__aside__recommend li.cat_ih-cooker {
    display: inline-block;
  }
  body.cat_coffee-maker .sideNav__aside__recommend li.cat_coffee-maker {
    display: inline-block;
  }
  body.cat_multi-convection-oven .sideNav__aside__recommend li.cat_multi-convection-oven {
    display: inline-block;
  }
  body.cat_oven-toaster .sideNav__aside__recommend li.cat_oven-toaster {
    display: inline-block;
  }
  body.cat_fish-roaster .sideNav__aside__recommend li.cat_fish-roaster {
    display: inline-block;
  }
  body.cat_fryer .sideNav__aside__recommend li.cat_fryer {
    display: inline-block;
  }
  body.cat_hot-sand .sideNav__aside__recommend li.cat_hot-sand {
    display: inline-block;
  }
  body.cat_bakery .sideNav__aside__recommend li.cat_bakery {
    display: inline-block;
  }
  body.cat_mochitsuki .sideNav__aside__recommend li.cat_mochitsuki {
    display: inline-block;
  }
  body.cat_juicer .sideNav__aside__recommend li.cat_juicer {
    display: inline-block;
  }
  body.cat_other-cook .sideNav__aside__recommend li.cat_other-cook {
    display: inline-block;
  }
  body.cat_pot .sideNav__aside__recommend li.cat_pot {
    display: inline-block;
  }
  body.cat_kettle .sideNav__aside__recommend li.cat_kettle {
    display: inline-block;
  }
  body.cat_glass-pot .sideNav__aside__recommend li.cat_glass-pot {
    display: inline-block;
  }
  body.cat_stainless-pot .sideNav__aside__recommend li.cat_stainless-pot {
    display: inline-block;
  }
  body.cat_tableware-dryer .sideNav__aside__recommend li.cat_tableware-dryer {
    display: inline-block;
  }
  body.cat_detergent .sideNav__aside__recommend li.cat_detergent {
    display: inline-block;
  }
  body.cat_coverlet-dryer .sideNav__aside__recommend li.cat_coverlet-dryer {
    display: inline-block;
  }
  body.cat_dehumidifier .sideNav__aside__recommend li.cat_dehumidifier {
    display: inline-block;
  }
  body.cat_air-cleaner .sideNav__aside__recommend li.cat_air-cleaner {
    display: inline-block;
  }
  body.cat_humidifier .sideNav__aside__recommend li.cat_humidifier {
    display: inline-block;
  }
  body.cat_bottle .sideNav__aside__recommend li.cat_bottle {
    display: inline-block;
  }
  body.cat_tumbler .sideNav__aside__recommend li.cat_tumbler {
    display: inline-block;
  }
  body.cat_food-jar .sideNav__aside__recommend li.cat_food-jar {
    display: inline-block;
  }
  body.cat_lunchbox .sideNav__aside__recommend li.cat_lunchbox {
    display: inline-block;
  }
  body.cat_disney .sideNav__aside__recommend li.cat_disney {
    display: inline-block;
  }
  body.cat_anpanman .sideNav__aside__recommend li.cat_anpanman {
    display: inline-block;
  }
  body.cat_mizuno .sideNav__aside__recommend li.cat_mizuno {
    display: inline-block;
  }
  body.cat_tigers .sideNav__aside__recommend li.cat_tigers {
    display: inline-block;
  }
  body.cat_pro_riceCooker .sideNav__aside__recommend li.cat_pro_riceCooker {
    display: inline-block;
  }
  body.cat_pro_electronic-jar .sideNav__aside__recommend li.cat_pro_electronic-jar {
    display: inline-block;
  }
  body.cat_pro_soup-jar .sideNav__aside__recommend li.cat_pro_soup-jar {
    display: inline-block;
  }
  body.cat_pro_choco .sideNav__aside__recommend li.cat_pro_choco {
    display: inline-block;
  }
  body.cat_pro_electoric-pot .sideNav__aside__recommend li.cat_pro_electoric-pot {
    display: inline-block;
  }
  body.cat_pro_cool-jar .sideNav__aside__recommend li.cat_pro_cool-jar {
    display: inline-block;
  }
  body.cat_pro_drink-dispenser .sideNav__aside__recommend li.cat_pro_drink-dispenser {
    display: inline-block;
  }
  body.cat_pro_coffee .sideNav__aside__recommend li.cat_pro_coffee {
    display: inline-block;
  }
  body.cat_pro_trat-service .sideNav__aside__recommend li.cat_pro_trat-service {
    display: inline-block;
  }

  .sideNav__aside__campaign {
    background: #0074c1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    padding: 0 0 10px;
    margin: 10px 0;
  }

  .sideNav__aside__campaign__heading {
    text-align: center;
    border-bottom: 1px solid white;
  }
  .sideNav__aside__campaign__heading span {
    display: inline-block;
    padding: 10px 0 8px 37px;
    color: white;
    font-weight: bold;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: normal;
    background-image: url(/syohin/rwd/images/sideNav/icon_campaign.png);
    background-repeat: no-repeat;
    background-position: 7px 5px;
    background-size: 26px auto;
  }

  .sideNav__aside__campaign__item {
    margin-top: 5px;
    padding: 0 5px;
    white-space: nowrap;
  }
  .sideNav__aside__campaign__item span {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    display: inline-block;
    white-space: normal;
    vertical-align: top;
  }
  .sideNav__aside__campaign__item span.bnr {
    padding-right: 5px;
  }
  .sideNav__aside__campaign__item span.bnr img {
    width: 100%;
  }
  .sideNav__aside__campaign__item span.text {
    padding: 0 5px;
    color: white;
  }
}
@media print, screen and (min-width: 769px) {
  .variation__heading {
    font-size: 16px;
    font-size: 1.6rem;
    color: #3173c7;
    text-align: center;
    margin-bottom: 5px;
  }
  .variation__heading:before {
    content: " ";
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: -3px;
    margin-right: 5px;
    background-image: url(/syohin/bottle/_template/images/bullet_variation__heading.png);
    background-repeat: no-repeat;
    background-size: 18px auto;
  }

  .variation__description {
    font-size: 12px;
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 20px;
  }

  .variation__container {
    display: table;
    width: 700px;
  }

  .variation__unit {
    display: table-cell;
    vertical-align: top;
  }
  .variation__unit > ul {
    overflow: hidden;
  }

  .variation__stage {
    width: 100px;
    float: left;
    margin-left: 0;
  }
  .variation__stage img {
    width: 90px;
  }

  .variation__item {
    width: 117px;
    margin-bottom: 5px;
  }
  .variation__item span {
    display: block;
    width: 117px;
    height: 38px;
    text-indent: -9999em;
    cursor: pointer;
    background-repeat: no-repeat;
  }
  .variation__item span.az {
    background-image: url(/syohin/bottle/_template/images/btn_color_variation_az.png);
  }
  .variation__item span.pz {
    background-image: url(/syohin/bottle/_template/images/btn_color_variation_pz.png);
  }
  .variation__item span.br {
    background-image: url(/syohin/bottle/_template/images/btn_color_variation_br.png);
  }
  .variation__item span.bp {
    background-image: url(/syohin/bottle/_template/images/btn_color_variation_bp.png);
  }
  .variation__item.active span.az, .variation__item:hover span.az {
    background-image: url(/syohin/bottle/_template/images/btn_color_variation_az_on.png);
  }
  .variation__item.active span.pz, .variation__item:hover span.pz {
    background-image: url(/syohin/bottle/_template/images/btn_color_variation_pz_on.png);
  }
  .variation__item.active span.br, .variation__item:hover span.br {
    background-image: url(/syohin/bottle/_template/images/btn_color_variation_br_on.png);
  }
  .variation__item.active span.bp, .variation__item:hover span.bp {
    background-image: url(/syohin/bottle/_template/images/btn_color_variation_bp_on.png);
  }
  .variation__item:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    zoom: 1;
  }
  .variation__item.active:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)";
    -moz-opacity: 1;
    -webkit-opacity: 1;
    zoom: 1;
  }
  .variation__item.active:hover span {
    cursor: default;
  }
}
@media screen and (max-width: 768px) {
  .variation__heading {
    font-size: 13px;
    font-size: 1.3rem;
    color: #3173c7;
    text-align: center;
    margin-bottom: 5px;
  }
  .variation__heading:before {
    content: " ";
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: -2px;
    margin-right: 3px;
    background-image: url(/syohin/bottle/_template/images/bullet_variation__heading.png);
    background-repeat: no-repeat;
    background-size: 12px auto;
  }

  .variation__description {
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
  }

  .variation__unit {
    vertical-align: top;
    *zoom: 1;
    display: table;
    margin-bottom: 20px;
  }
  .variation__unit:before {
    content: " ";
    display: table;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  .variation__unit:after {
    content: " ";
    display: table;
    clear: both;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  .variation__unit > ul {
    overflow: hidden;
    width: 190px;
    display: table-cell;
    margin-right: -20px;
    vertical-align: middle;
    text-align: right;
  }

  .variation__stage {
    width: 100px;
    margin-left: 0;
    display: table-cell;
    vertical-align: middle;
  }
  .variation__stage img {
    width: 95px;
  }

  .variation__item {
    width: 76px;
    margin: 0 0 7px 5px;
    display: inline-block;
  }
  .variation__item span {
    display: inline-block;
    width: 76px;
    height: 66px;
    text-indent: -9999em;
    background-repeat: no-repeat;
    background-size: 76px 66px;
  }
  .variation__item span.az {
    background-image: url(/syohin/bottle/_template/images/btn_color_variation_az_sp.png);
  }
  .variation__item span.pz {
    background-image: url(/syohin/bottle/_template/images/btn_color_variation_pz_sp.png);
  }
  .variation__item span.br {
    background-image: url(/syohin/bottle/_template/images/btn_color_variation_br_sp.png);
  }
  .variation__item span.bp {
    background-image: url(/syohin/bottle/_template/images/btn_color_variation_bp_sp.png);
  }
  .variation__item.active span.az {
    background-image: url(/syohin/bottle/_template/images/btn_color_variation_az_sp_on.png);
  }
  .variation__item.active span.pz {
    background-image: url(/syohin/bottle/_template/images/btn_color_variation_pz_sp_on.png);
  }
  .variation__item.active span.br {
    background-image: url(/syohin/bottle/_template/images/btn_color_variation_br_sp_on.png);
  }
  .variation__item.active span.bp {
    background-image: url(/syohin/bottle/_template/images/btn_color_variation_bp_sp_on.png);
  }
}
@media print, screen and (min-width: 769px) {
  article p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 15px 15px;
  }
  article p.note {
    font-size: 11px;
    font-size: 1.1rem;
    overflow: hidden;
    padding: 0 0 0 2em;
    position: relative;
  }
  article p.note:before {
    display: inline-block;
    position: absolute;
    content: "※";
    top: 0;
    left: 0;
  }
  article p.note_num {
    font-size: 11px;
    font-size: 1.1rem;
    /*position: relative;*/
    display: flex;
  }
  article p.note_num .num {
    margin-right: 1em;
    flex-shrink: 0;
  }
  article p.note_num .body {
    display: block;
  }
  article ol.noteList {
    counter-reset: num;
    padding: 0;
    list-style: none;
    font-size: 11px;
    font-size: 1.1rem;
  }
  article ol.noteList .noteList__item {
    margin: 0 0 6px 15px;
  }
  article ol.noteList .noteList__item span {
    display: block;
    overflow: hidden;
  }
  article ol.noteList .noteList__item:before {
    content: "※" counter(num);
    counter-increment: num;
    padding-right: 1em;
    display: block;
    float: left;
  }
  article ul.noteList {
    list-style: none;
    font-size: 11px;
    font-size: 1.1rem;
  }
  article ul.noteList .noteList__item {
    font-size: 11px;
    font-size: 1.1rem;
    overflow: hidden;
    padding: 0 0 0 2em;
    position: relative;
    margin: 0 0 6px 15px;
  }
  article ul.noteList .noteList__item:before {
    display: inline-block;
    position: absolute;
    content: "※";
    top: 0;
    left: 0;
  }

  .headingMain {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 800;
    padding: 0 0 5px;
    margin: 0 0 20px;
    border-bottom: 2px solid #999;
  }
  .headingMain .note {
    font-weight: normal;
    font-size: 11px;
    font-size: 1.1rem;
  }
  .headingMain .frame {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 5px;
    border: 1px solid #999;
    margin: 0 0 0 5px;
    vertical-align: 2px;
  }
  html.msie .headingMain .frame {
    padding: 2px 5px 0;
  }

  .area {
    width: 740px;
    margin-bottom: 40px;
    *zoom: 1;
    overflow: hidden;
  }
  .area:before {
    content: " ";
    display: table;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  .area:after {
    content: " ";
    display: table;
    clear: both;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  .area.cover {
    margin-bottom: 10px;
  }
  .area.variation {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #999;
  }
  .area.variation > .mainVisual {
    margin-bottom: 10px;
  }

  .area__heading {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    color: #333;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.6;
    border: 1px solid #c8c8c8;
    padding: 9px 6px 7px 20px;
    margin: 0 0 15px;
  }
  .area__heading:before {
    position: absolute;
    content: "";
    width: 5px;
    top: 7px;
    bottom: 7px;
    left: 6px;
    margin: auto;
  }
  body.riceCooker .area__heading:before {
    background-color: #d23c07;
  }
  body.cooking .area__heading:before {
    background-color: #e06f21;
  }
  body.pot .area__heading:before {
    background-color: #5E922E;
  }
  body.cleanUp .area__heading:before {
    background-color: #21a8bc;
  }
  body.home .area__heading:before {
    background-color: #3494D1;
  }
  body.bottle .area__heading:before {
    background-color: #3173c7;
  }
  body.character .area__heading:before {
    background-color: #c09200;
  }
  body.brand .area__heading:before {
    background-color: #724dd0;
  }
  body.professional .area__heading:before {
    background-color: #9e4c37;
  }

  .area__heading--l2 {
    font-weight: bold;
    margin: 0 0 15px 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .pageTop {
    text-align: right;
    margin-bottom: 40px;
  }

  .pageTop__item {
    text-align: left;
    display: inline-block;
    text-indent: -9999em;
    width: 100px;
    height: 13px;
    background-image: url(/syohin/rwd/images/misc/btn_pageTop.png);
    background-repeat: no-repeat;
  }
  .pageTop__item:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    zoom: 1;
  }

  .cover__description {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 800;
    margin: 0 0 20px;
  }

  .cover__face {
    float: left;
  }
  .cover__face img {
    width: 290px;
    height: auto;
  }
  .cover__face .option {
    display: block;
  }
  .cover__face .option img {
    width: auto;
  }
  .cover__face .option.center {
    text-align: center;
  }
  .cover__face .option.right {
    text-align: right;
  }

  .cover__inner {
    width: 380px;
    float: right;
  }

  .pageInfo {
    width: 380px;
    float: right;
    margin-top: 10px;
  }

  .cover__innerLink {
    width: 380px;
    float: right;
  }
  .cover__innerLink.tab {
    width: 750px;
    float: none;
    margin-bottom: 35px;
    margin-left: -10px;
    margin-right: -10px;
  }

  .cover__innerLink__heading {
    text-indent: -9999em;
    overflow: hidden;
    width: 155px;
    height: 42px;
    background-repeat: no-repeat;
  }
  body.riceCooker .cover__innerLink__heading {
    background-image: url(/syohin/rwd/images/misc/cover__innerLink__heading_ricecooker.png);
  }
  body.cooking .cover__innerLink__heading {
    background-image: url(/syohin/rwd/images/misc/cover__innerLink__heading_cooking.png);
  }
  body.pot .cover__innerLink__heading {
    background-image: url(/syohin/rwd/images/misc/cover__innerLink__heading_pot.png);
  }
  body.cleanUp .cover__innerLink__heading {
    background-image: url(/syohin/rwd/images/misc/cover__innerLink__heading_cleanUp.png);
  }
  body.home .cover__innerLink__heading {
    background-image: url(/syohin/rwd/images/misc/cover__innerLink__heading_home.png);
  }
  body.bottle .cover__innerLink__heading {
    background-image: url(/syohin/rwd/images/misc/cover__innerLink__heading_bottle.png);
  }
  body.character .cover__innerLink__heading {
    background-image: url(/syohin/rwd/images/misc/cover__innerLink__heading_character.png);
  }
  body.brand .cover__innerLink__heading {
    background-image: url(/syohin/rwd/images/misc/cover__innerLink__heading_brand.png);
  }
  body.professional .cover__innerLink__heading {
    background-image: url(/syohin/rwd/images/misc/cover__innerLink__heading_professional.png);
  }

  .cover__innerLink__item {
    margin-bottom: 1px;
  }
  .tab .cover__innerLink__item {
    display: table-cell;
    padding-left: 7px;
    width: 185px;
    vertical-align: middle;
  }
  .cover__innerLink__item a {
    display: block;
    font-size: 13px;
    font-size: 1.3rem;
    padding: 6px 10px 5px 41px;
    text-decoration: none;
  }
  .cover__innerLink__item a strong {
    display: block;
  }
  .cover__innerLink__item a strong.inline {
    display: inline;
  }
  body.riceCooker .cover__innerLink__item a {
    background: #F1F0ED;
    color: #262626;
    background-image: url("/syohin/rwd/images/misc/arrow_cover__innerLink__item_riceCooker.png");
    background-position: 11px center;
    background-repeat: no-repeat;
  }
  body.riceCooker .cover__innerLink__item a strong {
    color: #d23c07;
  }
  body.riceCooker .cover__innerLink__item a:hover {
    color: #fff;
    background-color: #d23c07;
    background-image: url("/syohin/rwd/images/misc/bg_cover__innerLink__item_on.png");
  }
  body.riceCooker .cover__innerLink__item a:hover strong {
    color: #fff;
  }
  body.riceCooker .cover__innerLink__item a:hover .color_blue {
    color: white;
  }
  body.cooking .cover__innerLink__item a {
    background: #F1F0ED;
    color: #262626;
    background-image: url("/syohin/rwd/images/misc/arrow_cover__innerLink__item_cooking.png");
    background-position: 11px center;
    background-repeat: no-repeat;
  }
  body.cooking .cover__innerLink__item a strong {
    color: #e06f21;
  }
  body.cooking .cover__innerLink__item a:hover {
    color: #fff;
    background-color: #e06f21;
    background-image: url("/syohin/rwd/images/misc/bg_cover__innerLink__item_on.png");
  }
  body.cooking .cover__innerLink__item a:hover strong {
    color: #fff;
  }
  body.cooking .cover__innerLink__item a:hover .color_blue {
    color: white;
  }
  body.pot .cover__innerLink__item a {
    background: #F1F0ED;
    color: #262626;
    background-image: url("/syohin/rwd/images/misc/arrow_cover__innerLink__item_pot.png");
    background-position: 11px center;
    background-repeat: no-repeat;
  }
  body.pot .cover__innerLink__item a strong {
    color: #5E922E;
  }
  body.pot .cover__innerLink__item a:hover {
    color: #fff;
    background-color: #5E922E;
    background-image: url("/syohin/rwd/images/misc/bg_cover__innerLink__item_on.png");
  }
  body.pot .cover__innerLink__item a:hover strong {
    color: #fff;
  }
  body.pot .cover__innerLink__item a:hover .color_blue {
    color: white;
  }
  body.cleanUp .cover__innerLink__item a {
    background: #F1F0ED;
    color: #262626;
    background-image: url("/syohin/rwd/images/misc/arrow_cover__innerLink__item_cleanUp.png");
    background-position: 11px center;
    background-repeat: no-repeat;
  }
  body.cleanUp .cover__innerLink__item a strong {
    color: #21a8bc;
  }
  body.cleanUp .cover__innerLink__item a:hover {
    color: #fff;
    background-color: #21a8bc;
    background-image: url("/syohin/rwd/images/misc/bg_cover__innerLink__item_on.png");
  }
  body.cleanUp .cover__innerLink__item a:hover strong {
    color: #fff;
  }
  body.cleanUp .cover__innerLink__item a:hover .color_blue {
    color: white;
  }
  body.home .cover__innerLink__item a {
    background: #F1F0ED;
    color: #262626;
    background-image: url("/syohin/rwd/images/misc/arrow_cover__innerLink__item_home.png");
    background-position: 11px center;
    background-repeat: no-repeat;
  }
  body.home .cover__innerLink__item a strong {
    color: #3494D1;
  }
  body.home .cover__innerLink__item a:hover {
    color: #fff;
    background-color: #3494D1;
    background-image: url("/syohin/rwd/images/misc/bg_cover__innerLink__item_on.png");
  }
  body.home .cover__innerLink__item a:hover strong {
    color: #fff;
  }
  body.home .cover__innerLink__item a:hover .color_blue {
    color: white;
  }
  body.bottle .cover__innerLink__item a {
    background: #F1F0ED;
    color: #262626;
    background-image: url("/syohin/rwd/images/misc/arrow_cover__innerLink__item_bottle.png");
    background-position: 11px center;
    background-repeat: no-repeat;
  }
  body.bottle .cover__innerLink__item a strong {
    color: #3173c7;
  }
  body.bottle .cover__innerLink__item a:hover {
    color: #fff;
    background-color: #3173c7;
    background-image: url("/syohin/rwd/images/misc/bg_cover__innerLink__item_on.png");
  }
  body.bottle .cover__innerLink__item a:hover strong {
    color: #fff;
  }
  body.bottle .cover__innerLink__item a:hover .color_blue {
    color: white;
  }
  body.character .cover__innerLink__item a {
    background: #F1F0ED;
    color: #262626;
    background-image: url("/syohin/rwd/images/misc/arrow_cover__innerLink__item_character.png");
    background-position: 11px center;
    background-repeat: no-repeat;
  }
  body.character .cover__innerLink__item a strong {
    color: #c09200;
  }
  body.character .cover__innerLink__item a:hover {
    color: #fff;
    background-color: #c09200;
    background-image: url("/syohin/rwd/images/misc/bg_cover__innerLink__item_on.png");
  }
  body.character .cover__innerLink__item a:hover strong {
    color: #fff;
  }
  body.character .cover__innerLink__item a:hover .color_blue {
    color: white;
  }
  body.brand .cover__innerLink__item a {
    background: #F1F0ED;
    color: #262626;
    background-image: url("/syohin/rwd/images/misc/arrow_cover__innerLink__item_brand.png");
    background-position: 11px center;
    background-repeat: no-repeat;
  }
  body.brand .cover__innerLink__item a strong {
    color: #724dd0;
  }
  body.brand .cover__innerLink__item a:hover {
    color: #fff;
    background-color: #724dd0;
    background-image: url("/syohin/rwd/images/misc/bg_cover__innerLink__item_on.png");
  }
  body.brand .cover__innerLink__item a:hover strong {
    color: #fff;
  }
  body.brand .cover__innerLink__item a:hover .color_blue {
    color: white;
  }
  body.professional .cover__innerLink__item a {
    background: #F1F0ED;
    color: #262626;
    background-image: url("/syohin/rwd/images/misc/arrow_cover__innerLink__item_professional.png");
    background-position: 11px center;
    background-repeat: no-repeat;
  }
  body.professional .cover__innerLink__item a strong {
    color: #9e4c37;
  }
  body.professional .cover__innerLink__item a:hover {
    color: #fff;
    background-color: #9e4c37;
    background-image: url("/syohin/rwd/images/misc/bg_cover__innerLink__item_on.png");
  }
  body.professional .cover__innerLink__item a:hover strong {
    color: #fff;
  }
  body.professional .cover__innerLink__item a:hover .color_blue {
    color: white;
  }
  .tab .cover__innerLink__item {
    display: table-cell;
    padding-left: 7px;
    width: 185px;
    vertical-align: middle;
  }
  .tab .cover__innerLink__item a {
    padding: 6px 6px 5px 35px;
  }

  .sp_nav {
    display: none !important;
  }

  .future__heading,
  .feature__heading {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #F1F0ED;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 10px 18px;
    margin: 0 0 20px;
    width: 100%;
  }
  .future__heading br.no_br,
  .feature__heading br.no_br {
    display: none;
  }
  .future__heading strong, .feature__heading strong {
    display: inline-block;
    vertical-align: baseline;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 800;
  }
  body.riceCooker .future__heading strong,
  body.riceCooker .feature__heading strong {
    color: #d23c07;
  }
  body.cooking .future__heading strong, body.cooking .feature__heading strong {
    color: #e06f21;
  }
  body.pot .future__heading strong, body.pot .feature__heading strong {
    color: #5E922E;
  }
  body.cleanUp .future__heading strong, body.cleanUp .feature__heading strong {
    color: #21a8bc;
  }
  body.home .future__heading strong, body.home .feature__heading strong {
    color: #3494D1;
  }
  body.bottle .future__heading strong, body.bottle .feature__heading strong {
    color: #3173c7;
  }
  body.character .future__heading strong, body.character .feature__heading strong {
    color: #c09200;
  }
  body.brand .future__heading strong, body.brand .feature__heading strong {
    color: #724dd0;
  }
  body.professional .future__heading strong, body.professional .feature__heading strong {
    color: #9e4c37;
  }
  .future__heading strong.small, .feature__heading strong.small {
    font-size: 14px;
    font-size: 1.4rem;
  }

  .future_unit__heading, .feature_unit__heading {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 0 0 15px 15px;
  }
  .future_unit__heading strong,
  .feature_unit__heading strong {
    font-size: 22px;
    font-size: 2.2rem;
  }
  body.riceCooker .future_unit__heading,
  body.riceCooker .feature_unit__heading {
    color: #d23c07;
  }
  body.cooking .future_unit__heading, body.cooking .feature_unit__heading {
    color: #e06f21;
  }
  body.pot .future_unit__heading, body.pot .feature_unit__heading {
    color: #5E922E;
  }
  body.cleanUp .future_unit__heading, body.cleanUp .feature_unit__heading {
    color: #21a8bc;
  }
  body.home .future_unit__heading, body.home .feature_unit__heading {
    color: #3494D1;
  }
  body.bottle .future_unit__heading, body.bottle .feature_unit__heading {
    color: #3173c7;
  }
  body.character .future_unit__heading, body.character .feature_unit__heading {
    color: #c09200;
  }
  body.brand .future_unit__heading, body.brand .feature_unit__heading {
    color: #724dd0;
  }
  body.professional .future_unit__heading, body.professional .feature_unit__heading {
    color: #9e4c37;
  }

  .future_unit__ul,
  .feature_unit__ul {
    margin-bottom: 30px;
  }

  .future_unit__ul__item,
  .feature_unit__ul__item {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin: 0 0 0.5em 15px;
    padding: 0 0 0 1.2em;
    position: relative;
  }
  .future_unit__ul__item:before,
  .feature_unit__ul__item:before {
    content: "・";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .grid {
    *zoom: 1;
    margin: 0 -30px 10px 15px;
  }
  .grid:before {
    content: " ";
    display: table;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  .grid:after {
    content: " ";
    display: table;
    clear: both;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  .grid + .grid {
    margin-top: 30px;
  }
  .grid .col {
    *zoom: 1;
    vertical-align: top;
  }
  .grid .col:before {
    content: " ";
    display: table;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  .grid .col:after {
    content: " ";
    display: table;
    clear: both;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  .grid .col > img {
    margin-bottom: 15px;
  }
  .grid .col > p {
    margin-left: 0;
  }

  .row-2 .col {
    width: 350px;
    margin: 0 17px 10px 0;
    display: inline-block;
  }
  .row-2 .col.row-2 {
    width: 360px;
  }
  .row-2 .col.row-2 .col {
    width: 170px;
    margin-right: 5px;
    display: inline-block;
  }
  .row-2 .col.row-2 .col:before {
    content: none;
    display: inline;
  }
  .row-2 .col.row-2 .col img {
    max-width: 170px;
    height: auto;
    margin-bottom: 0;
  }

  .row-3 .col {
    width: 230px;
    margin: 0 12px 10px 0;
    display: inline-block;
  }

  .row-4 .col {
    width: 170px;
    margin: 0 11px 10px 0;
    display: inline-block;
  }

  .functionList {
    margin: 0 -15px 10px 15px;
  }

  .functionList__item {
    display: inline-block;
    width: 170px;
    margin: 0 13px 10px 0;
  }

  .spec__table {
    width: 715px;
    margin: 0 0 20px 15px;
    border-collapse: collapse;
  }
  .spec__table td, .spec__table th {
    border: 1px solid #666;
    padding: 5px;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    font-weight: normal;
  }
  .spec__table th {
    text-align: left;
  }
  .spec__table tr:nth-child(even) {
    background-color: #eee;
  }

  .table__general {
    margin: 0 0 20px 15px;
    border-collapse: collapse;
  }
  .table__general td, .table__general th {
    border: 1px solid #666;
    padding: 5px;
    font-size: 13px;
    font-size: 1.3rem;
    text-align: center;
    font-weight: normal;
  }
  .table__general caption {
    font-weight: bold;
    font-size: 13px;
    font-size: 1.3rem;
  }
  .table__general th {
    text-align: center;
    background-color: #eee;
    font-weight: bold;
  }
  .table__general .center td, .table__general .center {
    text-align: center;
  }
  .table__general .left th, .table__general .left {
    text-align: left;
  }
  .table__general .right th, .table__general .right td, .table__general .right {
    text-align: right;
  }

  .manual_download {
    text-align: center;
    margin-bottom: 30px;
  }

  .frame-unit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 725px;
    padding: 17px;
    border: 3px solid #167ACD;
  }
  body.riceCooker .frame-unit {
    border-color: #d23c07;
  }
  body.cooking .frame-unit {
    border-color: #e06f21;
  }
  body.pot .frame-unit {
    border-color: #5E922E;
  }
  body.cleanUp .frame-unit {
    border-color: #21a8bc;
  }
  body.home .frame-unit {
    border-color: #3494D1;
  }
  body.bottle .frame-unit {
    border-color: #3173c7;
  }
  body.character .frame-unit {
    border-color: #c09200;
  }
  body.brand .frame-unit {
    border-color: #724dd0;
  }
  body.professional .frame-unit {
    border-color: #9e4c37;
  }
  .frame-unit p {
    font-size: 14px;
    font-size: 1.4rem;
    margin: 0 0 15px;
    line-height: 1.5;
  }
  .frame-unit a {
    color: #1579CC;
    text-decoration: underline;
  }
  .pageInfo .frame-unit {
    width: auto;
    padding: 17px;
  }

  .frame__heading {
    background: #167ACD;
    text-align: center;
    padding: 12px;
    margin: -17px -17px 20px;
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    color: white;
  }

  .frame__body {
    *zoom: 1;
  }
  .frame__body:before {
    content: " ";
    display: table;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  .frame__body:after {
    content: " ";
    display: table;
    clear: both;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  .frame__body.bg {
    background: #E1F0FC;
    padding: 10px;
  }

  .frame__dl {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .frame__dl dt {
    font-weight: bold;
    line-height: inherit;
  }
  .bg .frame__dl dt {
    color: #1479CC;
  }
  .frame__dl dd {
    margin: 0 0 8px 15px;
  }

  .box--border {
    border: 1px solid #111;
    margin-bottom: 25px;
    padding: 10px;
  }
  .box--border p {
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .box--border p + p {
    margin-top: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  #container {
    padding-top: 0;
  }

  article p {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 0 15px;
  }
  article p.note {
    font-size: 11px;
    font-size: 1.1rem;
    overflow: hidden;
    padding: 0 0 0 2em;
    position: relative;
  }
  article p.note:before {
    display: inline-block;
    position: absolute;
    content: "※";
    top: 0;
    left: 0;
  }
  article p.note_num {
    font-size: 11px;
    font-size: 1.1rem;
    position: relative;
  }
  article p.note_num .num {
    float: left;
    margin-right: 1em;
  }
  article p.note_num .body {
    overflow: hidden;
    display: block;
  }
  article ol.noteList {
    counter-reset: num;
    padding: 0;
    list-style: none;
    font-size: 11px;
    font-size: 1.1rem;
  }
  article ol.noteList .noteList__item {
    margin: 0 0 6px 0;
  }
  article ol.noteList .noteList__item span {
    overflow: hidden;
    display: block;
  }
  article ol.noteList .noteList__item:before {
    content: "※" counter(num);
    counter-increment: num;
    margin-right: 1em;
    float: left;
    margin-right: 1em;
  }
  article ul.noteList {
    list-style: none;
    font-size: 11px;
    font-size: 1.1rem;
  }
  article ul.noteList .noteList__item {
    overflow: hidden;
    padding: 0 0 0 2em;
    position: relative;
  }
  article ul.noteList .noteList__item:before {
    display: inline-block;
    position: absolute;
    content: "※";
    top: 0;
    left: 0;
  }

  .headingMain {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.5;
    font-weight: 800;
    padding: 0 0 5px;
    margin: 0 0 20px;
    border-bottom: 2px solid #999;
  }
  .headingMain .frame {
    display: inline-block;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 5px;
    border: 1px solid #999;
    margin: 0 0 0 5px;
    vertical-align: 2px;
  }

  .area {
    *zoom: 1;
    overflow: hidden;
    position: relative;
    z-index: 2;
  }
  .area:before {
    content: " ";
    display: table;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  .area:after {
    content: " ";
    display: table;
    clear: both;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  .area.variation {
    width: 280px;
    margin: 0 auto 20px;
    display: block;
    padding: 10px;
    background: #F4F4F4;
  }
  .area.variation > .mainVisual {
    display: none;
  }
  .area.cover {
    margin-bottom: 10px;
  }
  .area.future, .area.feature {
    padding-top: 116px;
    position: relative;
    top: -95px;
    margin-bottom: -55px;
    z-index: 2;
  }
  .area.spec {
    padding-top: 116px;
    top: -95px;
    position: relative;
    z-index: 1;
  }
  .area.function {
    padding-top: 20px;
    position: relative;
    z-index: 1;
  }
  .area.function + .area.spec {
    padding-top: 116px;
    top: -95px;
    z-index: 0;
  }

  .area__heading {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    color: #333;
    position: relative;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.6;
    border: 1px solid #c8c8c8;
    padding: 9px 6px 7px 20px;
    margin: 0 0 15px;
  }
  .area__heading:before {
    position: absolute;
    content: "";
    width: 5px;
    top: 7px;
    bottom: 7px;
    left: 6px;
    margin: auto;
  }
  body.riceCooker .area__heading:before {
    background-color: #d23c07;
  }
  body.cooking .area__heading:before {
    background-color: #e06f21;
  }
  body.pot .area__heading:before {
    background-color: #5E922E;
  }
  body.cleanUp .area__heading:before {
    background-color: #21a8bc;
  }
  body.home .area__heading:before {
    background-color: #3494D1;
  }
  body.bottle .area__heading:before {
    background-color: #3173c7;
  }
  body.character .area__heading:before {
    background-color: #c09200;
  }
  body.brand .area__heading:before {
    background-color: #724dd0;
  }
  body.professional .area__heading:before {
    background-color: #9e4c37;
  }

  .pageTop {
    text-align: right;
    margin: 10px 0 30px;
  }
  .area .pageTop {
    display: none;
  }

  .pageTop__item {
    text-align: left;
    display: inline-block;
    text-indent: -9999em;
    width: 88px;
    height: 13px;
    background-image: url(/syohin/rwd/images/misc/btn_pageTop@2x.png);
    background-repeat: no-repeat;
    background-size: 88px auto;
  }
  .pageTop__item:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
    -ms-filter: "alpha(opacity=60)";
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    zoom: 1;
  }

  .sp_nav {
    margin: 0 -10px 10px;
    *zoom: 1;
    position: relative;
    z-index: 3;
  }
  .sp_nav:before {
    content: " ";
    display: table;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  .sp_nav:after {
    content: " ";
    display: table;
    clear: both;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  .sp_nav.fixed {
    position: fixed;
    top: 65px;
    right: 0;
    left: 0;
    margin: auto;
  }

  .sp_nav__item {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
    float: left;
  }
  .sp_nav__item + li {
    border-left: 1px solid #fff;
  }
  .sp_nav__item a {
    display: block;
    background: #ccc;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: bold;
    color: #fff;
    background-image: url(/syohin/rwd/images/misc/arrow_a_bottom.png);
    background-size: 13px auto;
    background-repeat: no-repeat;
    background-position: 20px center;
  }
  body.riceCooker .sp_nav__item a {
    background-color: #d23c07;
  }
  body.cooking .sp_nav__item a {
    background-color: #e06f21;
  }
  body.pot .sp_nav__item a {
    background-color: #5E922E;
  }
  body.cleanUp .sp_nav__item a {
    background-color: #21a8bc;
  }
  body.home .sp_nav__item a {
    background-color: #3494D1;
  }
  body.bottle .sp_nav__item a {
    background-color: #3173c7;
  }
  body.character .sp_nav__item a {
    background-color: #c09200;
  }
  body.brand .sp_nav__item a {
    background-color: #724dd0;
  }
  body.professional .sp_nav__item a {
    background-color: #9e4c37;
  }

  .cover__description {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 800;
    margin: 0 0 20px;
  }

  .cover__face img {
    width: 100%;
  }
  .cover__face .option {
    display: block;
  }
  .cover__face .option img {
    width: auto;
  }
  .cover__face .option.center {
    text-align: center;
  }
  .cover__face .option.right {
    text-align: right;
  }

  .cover__innerLink {
    display: none;
  }

  .cover__inner {
    margin: 15px 0;
  }
  .cover__inner img {
    width: 100%;
  }

  .future__heading, .feature__heading {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: 600;
    background: #F1F0ED;
    padding: 10px 18px 10px 38px;
    margin: 0 0 2px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 20px 20px;
  }
  .future__heading strong,
  .feature__heading strong {
    display: inline-block;
    vertical-align: baseline;
    font-size: 20px;
    font-size: 2rem;
    font-weight: 800;
  }
  .riceCooker .future__heading,
  .riceCooker .feature__heading {
    background-image: url(/syohin/rwd/images/misc/arrow_cover__innerLink__item_riceCooker@x2.png);
  }
  .riceCooker .future__heading strong,
  .riceCooker .feature__heading strong {
    color: #d23c07;
  }
  .cooking .future__heading, .cooking .feature__heading {
    background-image: url(/syohin/rwd/images/misc/arrow_cover__innerLink__item_cooking@x2.png);
  }
  .cooking .future__heading strong, .cooking .feature__heading strong {
    color: #e06f21;
  }
  .pot .future__heading, .pot .feature__heading {
    background-image: url(/syohin/rwd/images/misc/arrow_cover__innerLink__item_pot@x2.png);
  }
  .pot .future__heading strong, .pot .feature__heading strong {
    color: #5E922E;
  }
  .cleanUp .future__heading, .cleanUp .feature__heading {
    background-image: url(/syohin/rwd/images/misc/arrow_cover__innerLink__item_cleanUp@x2.png);
  }
  .cleanUp .future__heading strong, .cleanUp .feature__heading strong {
    color: #21a8bc;
  }
  .home .future__heading, .home .feature__heading {
    background-image: url(/syohin/rwd/images/misc/arrow_cover__innerLink__item_home@x2.png);
  }
  .home .future__heading strong, .home .feature__heading strong {
    color: #3494D1;
  }
  .bottle .future__heading, .bottle .feature__heading {
    background-image: url(/syohin/rwd/images/misc/arrow_cover__innerLink__item_bottle@x2.png);
  }
  .bottle .future__heading strong, .bottle .feature__heading strong {
    color: #3173c7;
  }
  .character .future__heading, .character .feature__heading {
    background-image: url(/syohin/rwd/images/misc/arrow_cover__innerLink__item_character@x2.png);
  }
  .character .future__heading strong, .character .feature__heading strong {
    color: #c09200;
  }
  .brand .future__heading, .brand .feature__heading {
    background-image: url(/syohin/rwd/images/misc/arrow_cover__innerLink__item_brand@x2.png);
  }
  .brand .future__heading strong, .brand .feature__heading strong {
    color: #724dd0;
  }
  .professional .future__heading, .professional .feature__heading {
    background-image: url(/syohin/rwd/images/misc/arrow_cover__innerLink__item_professional@x2.png);
  }
  .professional .future__heading strong, .professional .feature__heading strong {
    color: #9e4c37;
  }
  .future__heading.active, .feature__heading.active {
    background-image: url(/syohin/rwd/images/misc/bg_cover__innerLink__item_on@x2.png);
  }
  body.riceCooker .future__heading.active, body.riceCooker .feature__heading.active {
    background-color: #d23c07;
    color: #fff;
  }
  body.riceCooker .future__heading.active strong, body.riceCooker .feature__heading.active strong {
    color: #fff;
  }
  body.cooking .future__heading.active, body.cooking .feature__heading.active {
    background-color: #e06f21;
    color: #fff;
  }
  body.cooking .future__heading.active strong, body.cooking .feature__heading.active strong {
    color: #fff;
  }
  body.pot .future__heading.active, body.pot .feature__heading.active {
    background-color: #5E922E;
    color: #fff;
  }
  body.pot .future__heading.active strong, body.pot .feature__heading.active strong {
    color: #fff;
  }
  body.cleanUp .future__heading.active, body.cleanUp .feature__heading.active {
    background-color: #21a8bc;
    color: #fff;
  }
  body.cleanUp .future__heading.active strong, body.cleanUp .feature__heading.active strong {
    color: #fff;
  }
  body.home .future__heading.active, body.home .feature__heading.active {
    background-color: #3494D1;
    color: #fff;
  }
  body.home .future__heading.active strong, body.home .feature__heading.active strong {
    color: #fff;
  }
  body.bottle .future__heading.active, body.bottle .feature__heading.active {
    background-color: #3173c7;
    color: #fff;
  }
  body.bottle .future__heading.active strong, body.bottle .feature__heading.active strong {
    color: #fff;
  }
  body.character .future__heading.active, body.character .feature__heading.active {
    background-color: #c09200;
    color: #fff;
  }
  body.character .future__heading.active strong, body.character .feature__heading.active strong {
    color: #fff;
  }
  body.brand .future__heading.active, body.brand .feature__heading.active {
    background-color: #724dd0;
    color: #fff;
  }
  body.brand .future__heading.active strong, body.brand .feature__heading.active strong {
    color: #fff;
  }
  body.professional .future__heading.active, body.professional .feature__heading.active {
    background-color: #9e4c37;
    color: #fff;
  }
  body.professional .future__heading.active strong, body.professional .feature__heading.active strong {
    color: #fff;
  }
  .future__heading.active .color_blue, .feature__heading.active .color_blue {
    color: white;
  }

  .future_unit,
  .feature_unit {
    display: none;
    margin: 15px 0 0;
  }
  .future_unit img,
  .feature_unit img {
    width: 100%;
  }

  .future_unit__heading, .feature_unit__heading {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    margin: 0 0 15px;
  }
  .future_unit__heading strong,
  .feature_unit__heading strong {
    font-size: 22px;
    font-size: 2.2rem;
  }
  body.riceCooker .future_unit__heading,
  body.riceCooker .feature_unit__heading {
    color: #d23c07;
  }
  body.cooking .future_unit__heading, body.cooking .feature_unit__heading {
    color: #e06f21;
  }
  body.pot .future_unit__heading, body.pot .feature_unit__heading {
    color: #5E922E;
  }
  body.cleanUp .future_unit__heading, body.cleanUp .feature_unit__heading {
    color: #21a8bc;
  }
  body.home .future_unit__heading, body.home .feature_unit__heading {
    color: #3494D1;
  }
  body.bottle .future_unit__heading, body.bottle .feature_unit__heading {
    color: #3173c7;
  }
  body.character .future_unit__heading, body.character .feature_unit__heading {
    color: #c09200;
  }
  body.brand .future_unit__heading, body.brand .feature_unit__heading {
    color: #724dd0;
  }
  body.professional .future_unit__heading, body.professional .feature_unit__heading {
    color: #9e4c37;
  }

  .future_unit__ul,
  .feature_unit__ul {
    margin-bottom: 30px;
  }

  .future_unit__ul__item,
  .feature_unit__ul__item {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 0 10px 15px 10px;
    padding: 0 0 0 1.2em;
    position: relative;
  }
  .future_unit__ul__item:before,
  .feature_unit__ul__item:before {
    content: "・";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }

  .grid + .grid {
    margin-top: 30px;
  }
  .grid .col {
    vertical-align: top;
    margin-bottom: 10px;
  }
  .grid .col img {
    width: 100%;
    height: auto;
  }

  .row-4 .col,
  .sp_row-2 .col {
    width: 49%;
    display: inline-block;
    text-align: left;
  }
  .row-4 .col img,
  .sp_row-2 .col img {
    width: 98%;
  }
  .row-4 .col:nth-child(even),
  .sp_row-2 .col:nth-child(even) {
    text-align: right;
  }

  .sp_row-3 .col {
    width: 33.3%;
    display: inline-block;
    text-align: left;
    margin-left: -3px;
  }
  .sp_row-3 .col img {
    width: 97%;
  }
  .sp_row-3 .col:nth-child(even) {
    text-align: right;
  }

  .functionList {
    font-size: 0;
  }

  .functionList__item {
    width: 50%;
    display: inline-block;
    margin-bottom: 10px;
  }
  .functionList__item img {
    width: 98%;
  }
  .functionList__item:nth-child(even) {
    text-align: right;
  }

  .spec__container {
    overflow-x: auto;
  }

  .spec__table {
    margin: 0 0 20px;
    border-collapse: collapse;
    min-width: 100%;
  }
  .spec__table td, .spec__table th {
    padding: 5px;
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    font-weight: normal;
  }
  .spec__table td {
    border-left: 1px solid #666;
  }
  .spec__table th {
    text-align: left;
  }
  .spec__table tr:nth-child(even) {
    background-color: #eee;
  }

  .table-unit {
    overflow-x: auto;
  }

  .table__general {
    margin: 0 0 20px;
    border-collapse: collapse;
    width: auto !important;
    min-width: 100%;
  }
  .table__general td, .table__general th {
    padding: 5px;
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
    font-weight: normal;
    border: 1px solid #666;
  }
  .table__general td {
    text-align: left;
  }
  .table__general th {
    background-color: #eee;
    font-weight: bold;
    text-align: center;
  }
  .table__general .center td, .table__general .center {
    text-align: center;
  }
  .table__general .left th, .table__general .left {
    text-align: left;
  }
  .table__general .right th, .table__general .right td, .table__general .right {
    text-align: right;
  }

  .manual_download {
    text-align: center;
    margin-bottom: 30px;
  }
  .manual_download img {
    max-width: 100%;
  }

  .frame-unit {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    width: 100%;
    padding: 7px;
    border: 3px solid #167ACD;
  }
  body.riceCooker .frame-unit {
    border-color: #d23c07;
  }
  body.cooking .frame-unit {
    border-color: #e06f21;
  }
  body.pot .frame-unit {
    border-color: #5E922E;
  }
  body.cleanUp .frame-unit {
    border-color: #21a8bc;
  }
  body.home .frame-unit {
    border-color: #3494D1;
  }
  body.bottle .frame-unit {
    border-color: #3173c7;
  }
  body.character .frame-unit {
    border-color: #c09200;
  }
  body.brand .frame-unit {
    border-color: #724dd0;
  }
  body.professional .frame-unit {
    border-color: #9e4c37;
  }
  .frame-unit p {
    font-size: 12px;
    font-size: 1.2rem;
    margin: 0 0 15px;
    line-height: 1.5;
  }
  .frame-unit p img {
    max-width: 100%;
  }
  .frame-unit p img.floatRight {
    float: none;
  }
  .frame-unit a {
    color: #1579CC;
    text-decoration: underline;
  }

  .frame__heading {
    background: #167ACD;
    text-align: center;
    padding: 12px;
    margin: -7px -7px 12px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    color: white;
  }

  .frame__body {
    *zoom: 1;
  }
  .frame__body:before {
    content: " ";
    display: table;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  .frame__body:after {
    content: " ";
    display: table;
    clear: both;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  .frame__body.bg {
    background: #E1F0FC;
    padding: 10px;
  }

  .frame__dl {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .frame__dl dt {
    font-weight: bold;
    line-height: inherit;
    margin: 0 0 3px;
  }
  .bg .frame__dl dt {
    color: #1479CC;
  }
  .frame__dl dd {
    margin: 0 0 8px 10px;
  }

  .box--border {
    border: 1px solid #111;
    margin-bottom: 25px;
    padding: 10px;
  }
  .box--border p {
    margin: 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
  .box--border p + p {
    margin-top: 1.5em;
  }
}
.frame_a {
  padding: 1em;
  border: 1px solid #000;
}

.narrow {
  letter-spacing: -0.1em;
}

.narrow_strong {
  letter-spacing: -0.2em;
}

.narrow_x-strong {
  letter-spacing: -0.3em;
}

.font_nomal {
  font-weight: normal !important;
}

.bg-CEE4FB {
  background: #CEE4FB;
}

@media print, screen and (min-width: 769px) {
  .hover:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    zoom: 1;
  }
}
@media screen and (max-width: 768px) {
  .sp_w100p {
    width: 100% !important;
    height: auto !important;
  }

  .sp_w50 {
    width: 50% !important;
    height: auto !important;
  }

  .sp_wAuto {
    width: auto !important;
    height: auto !important;
  }
}
@media print, screen and (min-width: 769px) {
  .definition {
    margin: 0 10px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .definition__term {
    font-weight: bold;
    padding-left: 15px;
    position: relative;
  }
  .definition__term:before {
    content: "○";
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 8px;
    font-size: 0.8rem;
  }
  body.riceCooker .definition__term:before {
    color: #d23c07;
  }
  body.cooking .definition__term:before {
    color: #e06f21;
  }
  body.pot .definition__term:before {
    color: #5E922E;
  }
  body.cleanUp .definition__term:before {
    color: #21a8bc;
  }
  body.home .definition__term:before {
    color: #3494D1;
  }
  body.bottle .definition__term:before {
    color: #3173c7;
  }
  body.character .definition__term:before {
    color: #c09200;
  }
  body.brand .definition__term:before {
    color: #724dd0;
  }
  body.professional .definition__term:before {
    color: #9e4c37;
  }

  .definition__description {
    margin-left: 15px;
    margin-bottom: 10px;
  }

  .definition--inline {
    margin: 0 10px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .definition--inline__term {
    font-weight: bold;
    position: relative;
    margin-bottom: 5px;
    float: left;
    clear: left;
  }

  .definition--inline__description {
    margin-left: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    float: left;
  }

  .list--circle {
    margin: 0 10px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .list--circle__item {
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
  }
  .list--circle__item:before {
    content: "○";
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 8px;
    font-size: 0.8rem;
  }
  body.riceCooker .list--circle__item:before {
    color: #d23c07;
  }
  body.cooking .list--circle__item:before {
    color: #e06f21;
  }
  body.pot .list--circle__item:before {
    color: #5E922E;
  }
  body.cleanUp .list--circle__item:before {
    color: #21a8bc;
  }
  body.home .list--circle__item:before {
    color: #3494D1;
  }
  body.bottle .list--circle__item:before {
    color: #3173c7;
  }
  body.character .list--circle__item:before {
    color: #c09200;
  }
  body.brand .list--circle__item:before {
    color: #724dd0;
  }
  body.professional .list--circle__item:before {
    color: #9e4c37;
  }

  .list--disc {
    margin: 0 10px 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }

  .list--disc__item {
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
  }
  .list--disc__item:before {
    content: "●";
    position: absolute;
    top: 4px;
    left: 0;
    font-size: 8px;
    font-size: 0.8rem;
  }
  body.riceCooker .list--disc__item:before {
    color: #d23c07;
  }
  body.cooking .list--disc__item:before {
    color: #e06f21;
  }
  body.pot .list--disc__item:before {
    color: #5E922E;
  }
  body.cleanUp .list--disc__item:before {
    color: #21a8bc;
  }
  body.home .list--disc__item:before {
    color: #3494D1;
  }
  body.bottle .list--disc__item:before {
    color: #3173c7;
  }
  body.character .list--disc__item:before {
    color: #c09200;
  }
  body.brand .list--disc__item:before {
    color: #724dd0;
  }
  body.professional .list--disc__item:before {
    color: #9e4c37;
  }
}
@media screen and (max-width: 768px) {
  .definition {
    margin: 0 10px 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .definition__term {
    font-weight: bold;
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
  }
  .definition__term:before {
    content: "○";
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 7px;
    font-size: 0.7rem;
  }
  body.riceCooker .definition__term:before {
    color: #d23c07;
  }
  body.cooking .definition__term:before {
    color: #e06f21;
  }
  body.pot .definition__term:before {
    color: #5E922E;
  }
  body.cleanUp .definition__term:before {
    color: #21a8bc;
  }
  body.home .definition__term:before {
    color: #3494D1;
  }
  body.bottle .definition__term:before {
    color: #3173c7;
  }
  body.character .definition__term:before {
    color: #c09200;
  }
  body.brand .definition__term:before {
    color: #724dd0;
  }
  body.professional .definition__term:before {
    color: #9e4c37;
  }

  .definition__description {
    margin-left: 15px;
    margin-bottom: 10px;
  }

  .definition--inline {
    margin: 0 10px 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }

  .definition--inline__term {
    font-weight: bold;
    position: relative;
    margin-bottom: 5px;
    width: auto !important;
  }

  .definition--inline__description {
    margin-left: 10px;
    margin-bottom: 10px;
  }

  .list--circle {
    margin: 0 10px 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .list--circle__item {
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
  }
  .list--circle__item:before {
    content: "○";
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 7px;
    font-size: 0.7rem;
  }
  body.riceCooker .list--circle__item:before {
    color: #d23c07;
  }
  body.cooking .list--circle__item:before {
    color: #e06f21;
  }
  body.pot .list--circle__item:before {
    color: #5E922E;
  }
  body.cleanUp .list--circle__item:before {
    color: #21a8bc;
  }
  body.home .list--circle__item:before {
    color: #3494D1;
  }
  body.bottle .list--circle__item:before {
    color: #3173c7;
  }
  body.character .list--circle__item:before {
    color: #c09200;
  }
  body.brand .list--circle__item:before {
    color: #724dd0;
  }
  body.professional .list--circle__item:before {
    color: #9e4c37;
  }

  .list--disc {
    margin: 0 10px 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }

  .list--disc__item {
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
  }
  .list--disc__item:before {
    content: "●";
    position: absolute;
    top: 2px;
    left: 0;
    font-size: 7px;
    font-size: 0.7rem;
  }
  body.riceCooker .list--disc__item:before {
    color: #d23c07;
  }
  body.cooking .list--disc__item:before {
    color: #e06f21;
  }
  body.pot .list--disc__item:before {
    color: #5E922E;
  }
  body.cleanUp .list--disc__item:before {
    color: #21a8bc;
  }
  body.home .list--disc__item:before {
    color: #3494D1;
  }
  body.bottle .list--disc__item:before {
    color: #3173c7;
  }
  body.character .list--disc__item:before {
    color: #c09200;
  }
  body.brand .list--disc__item:before {
    color: #724dd0;
  }
  body.professional .list--disc__item:before {
    color: #9e4c37;
  }
}
a.btn__round {
  display: inline-block;
  -webkit-border-radius: 1000px;
  -moz-border-radius: 1000px;
  -ms-border-radius: 1000px;
  -o-border-radius: 1000px;
  border-radius: 1000px;
  font-size: 15px;
  font-size: 1.5rem;
  padding: 20px 45px 20px 30px;
  background-image: url(/syohin/rwd/images/misc/arrow_btn__round.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 20px;
}
body.bottle a.btn__round {
  background-color: #3173c7;
  color: white;
}

@media print, screen and (min-width: 769px) {
  .hr--dotted--gray {
    border-top: none;
    border-right: none;
    border-bottom: 1px dotted #D8DFE5;
    border-right: none;
    display: block;
    margin: 15px 0;
  }

  .hr--solid--gray {
    border-top: none;
    border-right: none;
    border-bottom: 2px solid #ccc;
    border-right: none;
    display: block;
    margin: 15px 0;
  }

  a.btn__round {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  a.btn__round:hover {
    text-decoration: none;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "alpha(opacity=80)";
    -moz-opacity: 0.8;
    -webkit-opacity: 0.8;
    zoom: 1;
  }
}
@media screen and (max-width: 768px) {
  .hr--dotted--gray {
    border-top: none;
    border-right: none;
    border-bottom: 1px dotted #D8DFE5;
    border-right: none;
    display: block;
    margin: 15px 0;
  }

  a.btn__round {
    display: block;
    padding: 20px 35px 20px 20px;
    background-position: calc(100% - 10px) center;
    background-size: 16px;
  }
}
.p-jStream {
  width: 100%;
}
.p-jStream .c-inner {
  position: relative;
}
.p-jStream__poster {
  width: 100%;
}
.p-jStream__poster img {
  width: 100%;
}
.p-jStream__body, .p-jStream__body iframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: black;
  max-width: 100%;
  max-height: 100%;
}

.p-support_area {
  margin: 50px 0;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
.p-support_area * {
  box-sizing: border-box;
}
@media print, screen and (min-width: 769px) {
  .p-support_area {
    justify-content: flex-end;
  }
}
@media print, screen and (max-width: 768px) {
  .p-support_area {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: stretch;
  }
}
@media print, screen and (min-width: 769px) {
  .p-support_area > * + * {
    margin-left: 20px !important;
  }
}
.p-support_area .sideNav__aside__support {
  margin: 0;
}
@media print, screen and (max-width: 768px) {
  .p-support_area .sideNav__aside__support {
    width: 30%;
  }
}
@media print, screen and (max-width: 768px) {
  .p-support_area .sideNav__aside__support p {
    height: 100%;
  }
}
.p-support_area .sideNav__aside__support a {
  box-sizing: border-box;
  display: flex;
  padding: 10px;
  border-radius: 10px;
  background: #888888;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: white;
  box-shadow: 0 -4px 0 #6d6d6d inset;
  text-decoration: none;
  text-align: center;
}
@media print, screen and (min-width: 769px) {
  .p-support_area .sideNav__aside__support a {
    min-width: 127px;
    height: 125px;
    font-size: 15px;
  }
}
@media print, screen and (max-width: 768px) {
  .p-support_area .sideNav__aside__support a {
    width: 100%;
    font-size: 3vw;
    border-radius: 1.5vw;
    height: 100%;
  }
}
.p-support_area .sideNav__aside__support a::before {
  content: "";
  width: 41px;
  height: 31px;
  background-image: url(/syohin/rwd/images/misc/icn_support.png);
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}
@media print, screen and (max-width: 768px) {
  .p-support_area .sideNav__aside__support a::before {
    margin-bottom: 2vw;
  }
}
.p-support_area .sideNav__aside__support a:hover {
  background: #a2a2a2;
}
@media print, screen and (max-width: 768px) {
  .p-support_area .sideNav__aside__safety {
    width: calc(100% - 30vw - 2vw);
  }
}
.p-support_area .sideNav__aside__safety ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-support_area .sideNav__aside__safety ul li {
  margin: 0;
}
.p-support_area .sideNav__aside__safety ul li + li {
  margin-left: 8px;
}
.p-support_area .sidenav__aside__suihankinohi {
  display: none;
}
body.cat_ricecooker .p-support_area .sidenav__aside__suihankinohi {
  display: block;
}
.p-support_area .sidenav__aside__suihankinohi a:hover {
  opacity: .8;
}
@media print, screen and (max-width: 768px) {
  .p-support_area .sidenav__aside__suihankinohi {
    width: 194px;
    margin: 0 calc((100vw - 20px - 194px) / 2 - 10px ) 20px;
  }
}

@media print, screen and (max-width: 768px) {
  .sideNav__aside__safety {
    margin-top: 0;
    margin-bottom: 0;
  }
}

body.cat_bottle .p-manual {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media print, screen and (max-width: 768px) {
  body.cat_bottle .p-manual {
    flex-direction: column;
  }
}
@media print, screen and (min-width: 769px) {
  body.cat_bottle .p-manual p + p {
    margin: 0 0 0 20px;
  }
}
@media print, screen and (max-width: 768px) {
  body.cat_bottle .p-manual p + p {
    margin-top: 5.333333333vw;
  }
}
@media print, screen and (min-width: 769px) {
  body.cat_bottle .p-manual p .c-btn.-ec {
    margin: 0;
    width: 300px;
    height: 61px;
    font-size: 18px;
  }
  body.cat_bottle .p-manual p .c-btn.-ec::before {
    width: 28px;
    height: 28px;
  }
}
@media print, screen and (max-width: 768px) {
  body.cat_bottle .p-manual p .c-btn.-ec {
    margin: 0;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-size: 100%;
}

@media print, screen and (min-width: 769px) {
  #container {
    *zoom: 1;
    width: 960px;
    margin: auto;
  }
  #container:before {
    content: " ";
    display: table;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }
  #container:after {
    content: " ";
    display: table;
    clear: both;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    -webkit-opacity: 0;
    zoom: 1;
  }

  #contents {
    width: 741px;
    margin-right: auto;
    margin-left: auto;
  }
  #contents.is-full {
    width: 100%;
  }

  #sideNav {
    width: 195px;
    float: left;
    display: none !important;
  }

  .categoryNav--bottom h2 {
    display: none;
  }

  .sp_only {
    display: none !important;
  }
}
@media print, screen and (max-width: 960px) {
  #contents.is-full .slideShow {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  body {
    position: relative;
    overflow-x: hidden;
    width: 100%;
  }

  body * {
    letter-spacing: 0;
  }

  a:hover {
    text-decoration: none;
  }

  #contents_bnr,
  /* .hansel, */
  .categoryNav--top {
    display: none !important;
  }

  #container {
    width: auto;
    margin: 0 10px;
  }

  .categoryNav--bottom {
    margin: 0 10px 15px;
  }
  .categoryNav--bottom h2 {
    /* Text style for "カテゴリ別一覧" */
    color: #0073c0;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    letter-spacing: 0;
    margin-bottom: 14px;
  }

  .pc_only {
    display: none !important;
  }

  .sp_w100p {
    max-width: 100%;
  }
}
#contents_bnr {
  display: none !important;
}

@media print, screen and (min-width: 769px) {
  body.bottle_bottles.product_list.cat_bottle #tab-box .search_cont {
    display: flex;
  }
  body.bottle_bottles.product_list.cat_bottle #tab-box .search_cont .search_left,
  body.bottle_bottles.product_list.cat_bottle #tab-box .search_cont .search_left2,
  body.bottle_bottles.product_list.cat_bottle #tab-box .search_cont .search_right,
  body.bottle_bottles.product_list.cat_bottle #tab-box .search_cont .search_right2 {
    float: none;
    background: #F7F7F7;
    border: #D2D2D2 1px solid;
    min-height: 261px;
  }
  body.bottle_bottles.product_list.cat_bottle #tab-box .search_cont .search_left,
  body.bottle_bottles.product_list.cat_bottle #tab-box .search_cont .search_left2 {
    width: 550px;
  }
  body.bottle_bottles.product_list.cat_bottle #tab-box .search_cont .search_right,
  body.bottle_bottles.product_list.cat_bottle #tab-box .search_cont .search_right2 {
    margin-left: 10px;
    flex: 1;
  }
  body.bottle_bottles.product_list.cat_bottle #tab-box .search_cont .search_heading {
    background: #d1d1d1;
    color: #666666;
    padding: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    margin: -1px -1px 0;
  }
  body.bottle_bottles.product_list.cat_bottle #tab-box .search_cont .search_heading small {
    margin: 0 1em;
  }
  body.bottle_bottles.product_list.cat_bottle #tab-box .search_rap {
    background: transparent;
    border: none;
    display: flex;
    justify-content: center;
    padding: 20px 25px;
  }
  body.bottle_bottles.product_list.cat_bottle #tab-box .search_rap .search_rap_l {
    margin-right: 20px;
  }
  body.bottle_bottles.product_list.cat_bottle #tab-box .search_rap.search_rap_01, body.bottle_bottles.product_list.cat_bottle #tab-box .search_rap.search_rap_02 {
    flex-direction: column;
    padding: 20px 25px;
  }
  body.bottle_bottles.product_list.cat_bottle #tab-box .search_rap2 {
    border: none;
    padding: 20px 25px;
    height: auto;
  }
  body.bottle_bottles.product_list.cat_bottle #tab-box .item_cont {
    box-sizing: border-box;
    width: auto;
    margin: 15px -13px 0 0;
    display: flex;
    flex-wrap: wrap;
  }
  body.bottle_bottles.product_list.cat_bottle #tab-box .item_cont .item_box {
    box-sizing: border-box;
    margin: 0 12px 8px 0;
    width: calc((100% - 1px) / 4 - 12px);
  }
}

.c-btn.-ec {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f5f5f5;
  border: 1px solid #dadada;
  color: #333333;
  letter-spacing: 0.1em;
  text-decoration: none;
  /*icn*/
  /*pc*/
  /*sp*/
}
.c-btn.-ec:before {
  content: "";
  background-image: url(/syohin/rwd/images/misc/icn_cart.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media print, screen and (min-width: 769px) {
  .c-btn.-ec {
    height: 44px;
    border-radius: 4px;
    width: 218px;
    margin: 30px auto 0;
    transition: opacity .2s;
  }
  .c-btn.-ec::before {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    transform: translateY(-1px);
  }
  .c-btn.-ec:hover {
    opacity: .7;
  }
}
@media screen and (max-width: 768px) {
  .c-btn.-ec {
    width: 80vw;
    height: 16vw;
    margin: 4vw auto 0;
    border-radius: 2vw;
    font-size: 4.8vw;
  }
  .c-btn.-ec::before {
    width: 7.2vw;
    height: 7.2vw;
    margin-right: 1.5vw;
    transform: translateY(-0.5vw);
  }
}

.cat_bottle .appWrapper + .c-bottle_cv,
.cat_tumbler .appWrapper + .c-bottle_cv,
.cat_food-jar .appWrapper + .c-bottle_cv,
.cat_lunchbox .appWrapper + .c-bottle_cv {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 769px) {
  .cat_bottle .appWrapper + .c-bottle_cv .c-btn.-ec,
  .cat_tumbler .appWrapper + .c-bottle_cv .c-btn.-ec,
  .cat_food-jar .appWrapper + .c-bottle_cv .c-btn.-ec,
  .cat_lunchbox .appWrapper + .c-bottle_cv .c-btn.-ec {
    margin-right: 0;
  }
}

/*# sourceMappingURL=common.css.map */
