@charset "UTF-8";
html {
  overflow: auto;
}
body {
  width: 100%;
  overflow: hidden;
  /*font-size: 62.5%;*/
  /*font-family: "Ubuntu", "Noto Sans Japanese", sans-serif;*/
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Hiragino Kaku Gothic ProN", "��â¥´¥·¥��¥¯", YuGothic, "¥á¥¤¥ê¥ª", Meiryo, Osaka, sans-serif;
  background: #ffffff;
  color: #303030;
  padding: 0;
  margin: 0;
}
a {
  text-decoration: none;
  display: block;
}
a.hover {
  /*opacity: 0.4;
    filter: alpha(opacity=40);
    -moz-opacity: 0.4;*/
}
.clearfix {
  width: 100%;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
#container {
  width: 100%;
  margin: 0 auto;
}
/*================================================
¥¤¥��¥ó¥��¥��¥��¡¼
================================================*/
#event_bn img {
  width: 100%;
}
/*================================================
SM header
================================================*/
#header {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
#header .inner {
  display: none;
}
/*================================================
sm NAVI
================================================*/
#header .sm_nav {
  background: #fff;
  padding: 0;
  margin: 0;
  position: fixed;
  display: block;
  left: 0px;
  height: 50px;
  width: 100%;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
  z-index: 8888;
  transition: .3s;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
}
.sm_nav h1 {
  padding: 0;
  margin: 0;
  text-align: center;
}
#top {
  position: absolute;
  width: 160px;
  top: 6px;
  left: 15px;
  margin: 0 auto;
}
/*================================================
¥��¥ó¥��¡¼¥¬¡¼¥��¥¿¥ó
================================================*/
.icon_anima {
  position: absolute;
  display: block;
  width: 26px;
  height: 24px;
  top: 11px;
  right: 15px;
  cursor: pointer;
  text-align: center;
}
.icon_anima span {
  width: 25px;
  height: 1px;
  display: block;
  background: #555;
  position: absolute;
  left: 0;
  top: 50%;
  margin-left: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.icon_anima .top {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}
.icon_anima .bottom {
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}
.open-hambu .middle {
  background: rgba(51, 51, 51, 0);
}
.open-hambu .top {
  -webkit-transform: rotate(-45deg) translateY(0px);
  -ms-transform: rotate(-45deg) translateY(0px);
  transform: rotate(-45deg) translateY(0px);
}
.open-hambu .bottom {
  -webkit-transform: rotate(45deg) translateY(0px);
  -ms-transform: rotate(45deg) translateY(0px);
  transform: rotate(45deg) translateY(0px);
}
/* SM MENU
--------------- */
.sm_menu {
  position: fixed;
  display: block;
  top: 80px;
  left: 0;
  right: 0;
  width: 90%;
  height: calc(100% - 45px);
  background: #ffffff;
  margin: 0 auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-top: 5px;
}
#smain-menu {
  background: #ffffff;
  width: 100%;
  height: 100%;
  z-index: 999;
  margin-top: 40px;
}
#smain-menu h2 {
  background: #555;
  text-indent: 10px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 2px;
  margin: 25px 0 10px 15px;
}
h2 {
  position: relative;
  padding: 10px;
  padding-left: 2em;
}
#smain-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*.item-category > ul > li {
  width: 100%;
  line-height: 35px;
  background-size: 20px 20px;
  background-position: 10px 8px;
  background-repeat: no-repeat;
  margin-bottom: 5px;
  border-bottom: 1px #cce0e6 solid;
}
.item-category > ul > li > a {
  position: relative;
  display: block;
  cursor: pointer;
  text-decoration: none;
  font-size: 12px;
  color: #333333;
  padding-left: 20px;
}
.item-category > ul > li > a:not(.sub-none):after {
  position: absolute;
  text-align: right;
  right: 10px;
  top: 0;
  line-height: 35px;
  padding-right: 10px;
  color: #cccccc;
}
.item-category > ul > li > a:not(.sub-none):not(.open):after {
  content: "+";
}
.item-category > ul > li > a.open:after {
  content: "-";
}
.item-category > ul > li > div {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.item-category > ul > li > a.open + div {
  display: block;
}
.item-category > ul > li > div > ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.item-category > ul > li > div > ul > li {
  width: 50%;
  background: #ffffff;
  box-sizing: border-box;
  text-indent: 0;
  border-right: 1px #ffffff solid;
  border-bottom: 1px #ffffff solid;
  height: 0;
  overflow: hidden;
  transition-duration: 0.4s;
}
.item-category > ul > li > div > ul > li:nth-child(2n) {
  border-right: 0;
}
.item-category > ul > li > a.open + div > ul > li {
  height: 40px;
  overflow: visible;
}
.item-category > ul > li > div > ul > li:nth-child(2n+1) {
  border-right: 1px #ffffff solid;
}
.item-category > ul > li > div > ul > li a {
  display: block;
  color: #333333;
  padding: 10px 10px 10px 20px;
  box-sizing: border-box;
  text-decoration: none;
  text-align: left;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  line-height: 1rem;
  background: #D4C9C1;
  vertical-align: middle;
}

.sub-nav ul li {
  font-size: 10px;
}*/
#sm_info ul, #sm_category ul {
  padding-top: 5px;
}
#sm_info ul li, #sm_category ul li {
  padding: 10px 0 10px 10px;
  border-bottom: 4px #ffffff solid;
  font-size: 100%;
}
#sm_info ul li a, #sm_category ul li a {
  display: block;
  width: 100%;
  font-size: 12px;
  color: #303030;
}
li.sm_info {
  background: #cecece;
  background-size: 25px auto;
}
.global-nav {
  display: none;
}
.global-nav1,.global-nav_ra {
  display: none;
}
.top_logo {
  display: none;
}
.top_logo_ra {
  border: 1px solid red;
	display: none;
	
}
.fa-fw {
  width: 1.8em;
  text-align: center
}
/*================================================
SM slide
================================================*/
#main-slide .pickup {
  /*position: relative;
    top: -300px;*/
  width: 100%;
  height: auto;
  margin: 0 auto;
  font-size: 0; /**/
}
#main-slide .pickup a {
  display: inline-block;
}
#main-slide .pickup img {
  width: 100%;
  height: auto;
	padding-top: 12px;
}
#main-slide .thumbnail {
  display: flex;
  display: -webkit-box;
  box-pack: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center; /* Safari */
  justify-content: center;
  background: #ffffff;
  margin-top: 43px;
  padding: 5px 0 5px;
}
#main-slide .thumbnail li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 3px;
  background: #555;
  padding: 0;
}
#main-slide .thumbnail li.active {
  background: #CECECE;
  border-bottom: 0;
}
#main-slide .pickup {
  height: 149px;
  padding-top: 40px;
}
/*================================================
SM main
================================================*/
#main {
  position: relative;
  padding-top: 3%;
}
.headline,.headline2 {
  font-size: 20px;
  color: #555;
  font-weight: bold;
  line-height: 1.0;
  letter-spacing: 2px;
  margin-bottom: 7%;
  text-align: center;
}
.headline span,.headline2 span {
  font-size: 12px;
  color: #008F45;
  font-weight: normal;
  letter-spacing: 0;
}
.topinfo {
  width: 100%;
  /*border: 3px solid #133e68;
    border-radius: 100px;*/
  padding: 1px 0;
  margin: 0 auto;
  text-align: center;
  background: #133e68;
  box-sizing: border-box;
  color: #FFF;
}
.shopinfo p {
  font-size: 16px;
  color: #133e68;
  font-weight: bold;
  margin: 0;
}
.shopinfo p span {
  font-size: 16px;
}
.shopinfo p .fa {
  font-size: 20px;
}
/*================================================
category_area
================================================*/
.category_area, .sub_category_area, .sub_category_area_hanger, .sub_category_area_toilet {
  width: 100%;
  padding: 3% 0;
  background: #ffffff;
  text-align: center;
}
.category_area ul,.sub_category_area ul,
.sub_category_area_hanger ul,.sub_category_area_toilet ul {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  /*text-align: left;*/
  font-size: 0;
}
.category_area ul li {
  display: inline-block;
  width: 33%;
  height: auto;
  margin-bottom: 3%;
  vertical-align: top;
}
.category_area ul li a div {
  display: inline-block;
  padding-bottom: 0;
}
.category_img {
  width: 100%;
  max-width: 80%;
  height: auto;
  /*border-radius: 10px 10px 0 0;*/
  margin-bottom: 1%;
}
/*.philosophy_img, #main-slide {
  display: none;
}*/
.philosophy_img {
  display: none;
}
.top_main_sm {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 30px 0;
}
.philosophy_img_sm {
  display: block;
  width: 100%;
  max-width: 90%;
  height: auto;
  margin-bottom: 0;
  margin: 30px auto 30px;
}
.sub_main_img {
  width: 200%;
  height: auto;
  /*border-radius: 10px 10px 0 0;*/
  margin-bottom: 1%;
}

.sub_main_title {
  width: 90%;
  font-size: 18px;
  color: #555;
  font-weight: normal;
  display: block;
  padding: 10px 0;
  border-bottom: black 1px solid;
  margin-left: 5%;
  text-align: left;
}
.brand_img {
  max-width: 90%;
  height: auto;
}
.sub_category_area ul.goodlist, .sub_category_area ul.goodlist_vege,.sub_category_area ul.goodlist_wide {
  margin: 0 auto;
  font-size: 14px;
  overflow: visible;
	text-align: left;
}
.sub_category_area ul.goodlist li, .sub_category_area ul.goodlist_vege li,
.sub_category_area ul.goodlist_wide li{
  margin: 0.5em 0;
  color: #5d627b;
  background: white;
  border: solid 1px #cecece;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.22);
  text-align: center;
  display: inline-block;
}
.sub_category_area ul.goodlist_vege li {
  max-width: 43%;
  margin-left: 4%;
}
.sub_category_area ul.goodlist_wide li {
  max-width: 45%;
  
}
.sub_category_area ul.goodlist_wide li img{
  max-width: 100%;
	height: auto;
 
}
.sub_category_area ul.goodlist li.list_last,
.sub_category_area ul.goodlist_vege li.list_last,
.sub_category_area ul.goodlist_wide li.list_last{
  margin-right: 45%;
}
.sub_category_area ul.goodlist dt a,
.sub_category_area ul.goodlist_vege dt a,
.sub_category_area ul.goodlist_wide dt a{
  font-size: 14px;
  color: #333;
  padding: 10px 0;
  line-height: 1.3;
}
.sub_category_area ul.goodlist dt,
.sub_category_area ul.goodlist_vege dt,
.sub_category_area ul.goodlist_wide dt{
  border-bottom: #666 1px solid;
  height: 2.1rem;
  padding-bottom: 10px;
}
.sub_category_area ul.goodlist .price,
.sub_category_area ul.goodlist_vege .price,
.sub_category_area ul.goodlist_wide .price{
  display: inline-block;
  margin-top: 10px;
  margin-left: 2%;
}
.sub_category_area img.sub_catalog_btn, .sub_main_area img.sub_catalog_btn {
  padding: 5% 15%;
}
.side_menu {
  display: none;
}
/*================================================
SM recom_area
================================================*/
.recom_area {
  width: 100%;
  padding: 3% 0 9%;
  /*background: #f9f9f9;*/
  text-align: center;
}
ul.recom_list {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  text-align: left;
  font-size: 0;
}
ul.recom_list li {
  display: inline-block;
  width: calc(100% / 2);
  height: auto;
  padding: 1%;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
}
ul.recom_list li a span {
  display: inline-block;
  padding-bottom: 3%;
  /*background: #ffffff;*/
  /*border: 0px solid #999999;*/
  /*box-shadow: 1px 1px 1px rgba(0,0,0,0.1);*/
}
ul.recom_list li,ul.recom_list li img {
  max-width: 100%;
}
.recom_img, .sub_top_main_img {
  width: 100%;
  max-width: 80%;
  height: auto;
}
.sub_img {
  width: 100%;
  max-width: 90%;
  height: auto;
}



.item_name {
  font-size: 12px;
  font-weight: bold;
  color: #133e68;
  padding: 0 5px;
  margin: 5px auto;
  text-align: left;
}
p.comment {
  font-size: 11px;
  color: #303030;
  line-height: 1.5;
  padding: 0 5px;
  margin: 0 auto 10px;
  text-align: left;
}
/*================================================
news
*/
.news_area {
  width: 100%;
  padding: 7% 0;
  background: #F2F2F2;
  text-align: center;
}
ul.news_tpc {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
p.news_text {
  text-align: left;
  padding: 3px 10%;
  font-size: 16px;
}
.news_img01 {
  max-width: 80%;
  height: auto;
  margin-bottom: 10px;
}
p.news_more {
  text-align: center;
  margin: 30px auto 0;
  width: 200px;
  height: 50px;
  background:
    #808080;
  box-shadow: 0 0 8px gray;
}
.news_more a {
  width: 200px;
  line-height: 1.6;
  display: inline-block;
  padding-top: 12px;
  border: none;
  color:
    #fff;
  font-weight: bold;
  font-size: 16px;
}
p.philosophy_more,p.lp_more {
  text-align: center;
 
}
.philosophy_more a img {
	max-width:80%;
	height: auto;
 
}

/*================================================
media
*/
.media_area {
  width: 100%;
  text-align: center;
}
.media_area img, .media_area_fr img {
  max-width: 90%;
  height: auto;
}
.media_area ul, .media_area_fr ul {
  padding-left: 0
}
.media_area ul li, .media_area_fr ul li {
  list-style-type: none;
  max-width: 160px;
  display: inline-block;
  margin-bottom: 15px;
}
/*================================================
SM Brand
================================================*/
.brand_area {
  width: 100%;
  padding: 7% 0;
  background: #F8F7F7;
  text-align: center;
}
ul.brand_list {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
ul.brand_list li {
  display: inline-block;
  width: 30%;
  height: auto;
  margin: 2px;
  background: #ffffff;
  border: 0px solid #dddddd;
  vertical-align: middle;
}
ul.brand_list li span {
  display: table-cell;
  width: 100%;
  height: 100px;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  /*box-shadow: 1px 1px 1px rgba(0,0,0,0.1);*/
}
ul.brand_list li span img {
  max-width: 100%;
  height: auto;
}
.brand_more a {
  display: block;
  width: 60%;
  background: #ffffff;
  font-size: 12px;
  color: #133e68;
  line-height: 0;
  padding: 16px 0;
  margin: 5% auto 0;
  text-align: center;
  /*box-shadow: 1px 1px 1px rgba(0,0,0,0.1);*/
}
.brand_more span {
  float: right;
  margin-right: 5%;
}
.catalog ul {
  padding: 3% 3%;
}
.catalog ul li {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
}
.catalog ul li.catalog_text {
  text-align: left;
  padding: 5px 9%;
}
/*================================================
SM footer
================================================*/
#footer {
  background: #555555;
  padding: 5px 0;
  width: 100%;
  text-align: center;
}

ul.footer_link {
  padding: 0;
}
ul.footer_link li {
  list-style: none;
  display: inline-block;
  margin: 10px;
  text-align: left;
  font-size: 15px;
}
.copy_right, ul.footer_link li a {
  color: #ffffff;
}

/* SM tel
--------------- */
#tel_sp {
  width: 100%;
  display: inline-table;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  background: #133e68;
  margin-top: 10%;
}
#tel_sp .fa {
  line-height: 1.3em;
  margin-right: 5px;
}
.tel_sp {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0 0 10px;
  box-sizing: border-box;
 
  font-size: 20px;
}
.tel_sptext {
  font-size: 16px;
  width: 100%;
  background: #303030;
  color: #ffffff;
  margin: 0 0 10px;
  padding: 4px 0;
}
.small {
  font-size: 12px;
  color: #ffffff;
  line-height: 18px;
}
.tel_number {
  font-size: 25px;
  color: #ffffff;
}
#tel_sp hr {
  width: 60%;
  margin: 5px auto;
  border: none;
  border-bottom: 1px #ffffff dotted;
}
#tel_sp a .mail {
  display: block;
  font-size: 12px;
  color: #133e68;
  background: #ffffff;
  border: 0px solid #ffffff;
  padding: 10px 0;
  margin: 5px auto;
  text-align: center;
}
#tel_sp .mail span {
  float: right;
  margin-right: 5%;
}
#tel_sp a {
  color: #ffffff;
}
.tellink a {
  display: block;
  width: 60%;
  margin: 0 auto;
}
/* SM Footer
--------------- */
.footinfo {
  width: 100%;
  margin: 5% auto;
  text-align: center;
}
ul.footinfo_list {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  text-align: center;
  font-size: 0;
}
ul.footinfo_list li {
  display: inline-block;
  background: #133e68;
  width: 49%;
  height: auto;
  margin: 1px;
  vertical-align: top;
}
span.infolink {
  display: inline-block;
  width: 99%;
  padding: 5px 0;
  border: 1px solid #ffffff;
}
span.infolink p {
  font-size: 12px;
  color: #ffffff;
  text-align: left;
  text-indent: 5px;
}
span.infolink p .fa {
  font-size: 16px;
  margin-right: 2px;
  width: 30px;
}
span.infolink p span {
  float: right;
  margin-right: 5%;
}
.btn-info {
  position: relative;
  display: block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #868080;
  border: #006699 1px solid;
  transition: .4s;
  margin: 15px 0 0;
  border-radius: 10px;
}
.attention {
  color: #900;
}
#brand_info p, #brand_info2 p, .brand_info3 p, .brand_info_um p {
  margin: 0 5px 10px 5px;
  padding-bottom: 5px;
  font-size: 16px;
  text-align: left;
  line-height: 1.5em
}
#brand_info2, .brand_info3 {
  margin: 0px 15px 0px 35px;
}
#brand_info_m p {
  margin: 0 5px 10px 40px;
  padding-bottom: 5px;
  font-size: 16px;
  text-align: left;
}

.logo-cld {
 
  margin: 0px 15px 0px 35px;
}
.logo-wl {
  background: url(../imges/logo/logo_waterland.gif) no-repeat;
  background-position-x: center;
  margin: 0 15px;
}
.logo-st {
  
  margin: 0 15px;
}
.logo-ep {

  margin: 0 15px;
}
.logo-tk {
  

  margin: 0 15px 40px;
}
.logo-de {
  
  
  margin: 0 15px 40px;
}
.logo-etn {
  
  
  margin: 0 15px 20px;
}
.logo-hu {
  
  
  margin: 0 15px 40px;
}

.logo-dr {
  
  margin: 0px 15px 0px 35px;
}
.logo-un {
  background: url(../imges/logo/logo_untie.gif) no-repeat;
  background-position-x: center;
  margin: 0 15px 40px;
}
.logo-ta {
  background: url(../imges/logo/logo_takeones.gif) no-repeat;
  background-position-x: center;
  margin: 0 15px 0 0;
}
.logo-upr {
  background: url(../imges/logo/logo_untie_pro.gif) no-repeat;
  background-position-x: center;
  margin: 0 15px 40px;
}
.logo-re {
  background: url(../imges/logo/logo_refrain.gif) no-repeat;
  background-position-x: center;
  margin: 0px 15px 0px 35px;
}
.logo-ra {
  background: url(../imges/logo/logo_reffine.gif) no-repeat;
  background-position-x: center;
  margin: 0px 15px 0px 35px;
}
.logo-gr {
  background: url(../imges/logo/logo_grandeur.gif) no-repeat;
  background-position-x: center;
  margin: 0px 15px 0px 35px;
}

.img-um {
  margin: 0px 15px 0 35px;
}
.logo-ko {
  background: url(../imges/logo/logo_koukin.jpg) no-repeat;
  background-position-x: center;
  margin: 0px 15px 0px 35px;
}
.logo-vgc {
  margin: 0px 15px 0px 15px;
}
.logo-vgc-k-sm {
  background: url(../other/img/vgc_kg150.jpg) no-repeat;
  background-position-x: center;
  margin: 0px 15px 0px 15px;
}
.logo-vgc-kl-sm {
  background: url(../other/img/vgc_klg150.jpg) no-repeat;
  background-position-x: center;
  margin: 0px 15px 0px 15px;
}
.logo-vgc-s-sm {
  background: url(../other/img/vgcs_g_im150.jpg) no-repeat;
  background-position-x: center;
  margin: 0px 15px 0px 15px;
}
.logo-vgb {
  background: url("../imges/logo/logo_vegecabe.jpg") no-repeat;
  background-position-x: center;
  margin: 0px 15px 0px 15px;
}
.logo-toilet {
  background: url("../imges/logo/logo_toilet.jpg") no-repeat;
  background-position-x: center;
  margin: 0 15px 40px;
}
.sub_main_area {
  margin: 25px 10px 0;
}
.btn-flat-logo {
  position: relative;
  display: block;
  font-weight: bold;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #4682b4;
  transition: .4s;
  margin: 15px 20px;
}
/* ぱんくずリスト */
ol.topic-path {
    margin: 0;
	padding-left: 5px;
    list-style-type: none;
    font-size: 150%;
    width: 100%;
   
    background-color: 
    rgba(255,255,255,0.8);
	margin-top: 40px;
	height: 75px;
}
/* リスト項目 */
ol.topic-path li {
  padding-left: 5px; /* 左パディング */
  display: inline-block; /* 項目を横並び */
}
/* リスト項目（最初の項目） */
ol.topic-path li.first {
  padding-left: 20px; /* 左パディング */
  background: url(../imges/ico/topic-path-home-black.png) no-repeat; /* ホーム記号（※） */
  margin: 10px 0;
}
/* リンクエリア */
ol.topic-path li a {
  padding-right: 18px; /* 右パディング */
  background: url(../imges/ico/topic-path-gray.gif) no-repeat right; /* 矢印記号（※） */
}
/* リンク色 */
ol.topic-path li a {
  color: #4682b4;
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover {
  color: #79a7cc;
}
.item_im_bath {
  background: url("../imges/sub/bath_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
   padding-top: 345px;
}
.item_im_info {
  background: url("../imges/sub/info_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
   padding-top: 345px;
}
.item_im_sanitary {
  background: url("../imges/sub/sanitary_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 345px;
}
.item_im_toilet {
  background: url("../imges/sub/toilet_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
   padding-top: 345px;
}
.item_im_hanger {
  background: url("../imges/sub/hanger_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
   padding-top: 345px;
}
.item_im_other {
  background: url("../imges/sub/other_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
   padding-top: 345px;
}
.item_im_contact {
  background: url("../imges/sub/contact_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
   padding-top: 345px;
}
.item_im_tile {
  background: url("../imges/sub/tile_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
   padding-top: 345px;
}
.item_im_product {
  background: url("../imges/sub/product_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
   padding-top: 345px;
}
.item_im_topic {
  background: url("../imges/sub/topic_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
   padding-top: 345px;
}
.item_im_mixed{
  background: url("../imges/sub/mixed_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
   padding-top: 345px;
}
#brand_info h2 {
  padding-top: 60px;
  padding-bottom: 0;
  margin: 0;
}
/*=============================
brand_im
=============================*/
.brand_im_cld{
  background: url("../imges/sub/bath_cld_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 345px;
}
.brand_im_tk{
  background: url("../imges/sub/bath_tk_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 345px;
}
.brand_im_hu{
  background: url("../imges/sub/bath_hu_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 345px;
}
.brand_im_huc{
  background: url("../imges/sub/bath_huc_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 345px;
}
.brand_im_de{
  background: url("../imges/sub/bath_de_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 345px;
}
.brand_im_dr{
  background: url("../imges/sub/bath_dr_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 345px;
}
.brand_im_drc{
  background: url("../imges/sub/bath_drc_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 345px;
}
.brand_im_etn{
  background: url("../imges/sub/bath_etn_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 345px;
}
.brand_im_ep{
  background: url("../imges/sub/bath_ep_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 345px;
}

.brand_im_cld_sanitary{
  background: url("../imges/sub/sanitary_cld_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 345px;
}
.brand_im_vgc{
  background: url("../imges/sub/other_vg_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 345px;
}
.brand_im_clv{
  background: url("../imges/sub/bath_clv_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 345px;
}
.brand_im_wl{
  background: url("../imges/sub/bath_wl_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 330px;
}
.brand_im_st{
  background: url("../imges/sub/bath_st_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 330px;
}
.brand_im_hanger{
  background: url("../imges/sub/hanger_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 330px;
}
.brand_im_smu{
  background: url("../imges/sub/other_smu_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 330px;
}
.brand_im_sku{
  background: url("../imges/sub/other_sku_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 330px;
}
.brand_im_re{
  background: url("../imges/sub/toilet_re_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 330px;
}
.brand_im_hup{
  background: url("../imges/sub/bath_hup_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 330px;
	position: relative;
top: 50px;
}
.brand_im_hu_h{
  background: url("../imges/sub/bath_hu_h_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 345px;
}
.brand_im_smh{
  background: url("../imges/sub/bath_smh_item_im_sm.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  padding-top: 345px;
}
.brand_im_bk_dr,.brand_im_bk_tk,.brand_im_bk,.brand_im_bk_etn,.brand_im_bk_cld,.brand_im_bk_clv,.brand_im_bk_hu,.brand_im_bk_wl,.brand_im_bk_st,.brand_im_bk_ep,.brand_im_bk_hanger,.brand_im_bk_smu,.brand_im_bk_drc,.brand_im_bk_re {
   padding-top:50px;
   
}
/*=============================
info
=============================*/
/* ぱんくずリスト */
ul.info_category {
  display: none;
}
.info_title {
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: #555;
  display: block;
  padding: 5% 5%;
  text-align: left;
  background: #F8F7F7;
}
.mixed_title {
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  color: #555;
  display: block;
  padding: 5% 5%;
  text-align: left;
 
}
.info_company {
  overflow: hidden;
  margin-bottom: 20px;
  text-align: center;
}
.info_im_btn img,
.info_im_btn_bottom img{
margin:10px auto;
max-width:90%;
height:auto;}
/*=============================
info_table
=============================*/
.last td:last-child {
  border-bottom: solid 1px #ccc;
  width: 100%;
}
.tbl-r02 {
  width: 90%;
  margin: 0 auto;
  font-size: 14px;
  line-height: 1.4;
}
.tbl-r02 th, .tbl-r02 td {
  border-bottom: none;
  display: block;
  width: 100%;
  background: #F8F7F7;
  border: solid 1px #ccc;
}
.tbl-r02 td {
  background: #fff;
}
.tbl-r02 td img {
  max-width: 90%;
  height: auto;
  border: solid 1px #ccc;
}
.tbl-r02 td a {
  max-width: 140px;
  display: inline
}
/*.info_company  figure {	float: right;	width: 268px;	height: 320px;	}	*/
.info_company figure img {
  max-width: 60%;
}
.info_company .text_content {
  font-size: 14px;
  line-height: 1.4;
  padding: 0 5%;
  text-align: left;
}
.info_brandlist {
  text-align: left;
  padding-left: 5%;
}
/*=============================
contact
=============================*/
.contact .text_content, .contact_qtext, .contact_atext {
  width: 80%;
  font-size: 14px;
  line-height: 1.5;
  padding-left: 10%;
}
.contact_qtext {
  border-bottom: #999 1px dotted;
  text-align: left;
  margin-left: 5%;
  padding-left: 5%;
  font-weight: bold;
}
.contact_atext {
  width: 80%;
  padding-left: 0;
  text-align: left;
  margin-bottom: 2%;
  padding-left: 10%;
}
.contact_atext a {
  color: #4682b4;
}

#brand_info h2.sm_bath_title2 {
  text-align: left;
  padding: 0 0 10px 10px;
}
#brand_info2 h2.sm_vege_title {
  text-align: left;
  padding: 20px 0 10px 10px;
}
#brand_info h2.sm_bath_title_m {
  text-align: left;
  padding: 90px 0 10px 10px;
}
#brand_info h2.sm_bath_title_mm {
  text-align: left;
  padding: 110px 0 10px 10px;
}
.brand_info_um h2.sm_bath_title_mm {
  text-align: left;
  padding: 110px 0 10px 10px;
}
#brand_info h2.sm_bath_title_l {
  text-align: left;
  padding: 150px 0 10px 10px;
}
#brand_info h2.sm_bath_title_ll {
  text-align: left;
  padding: 215px 0 10px 10px;
}
#brand_info h2.sm_bath_title_bl {
  text-align: left;
  padding: 235px 0 10px 10px;
}
/*.ifla {
								display:none;
}*/
.ifla {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 1250px;
  margin: 10% 5%;
}
.ifla iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#page_top {
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 50px;
  opacity: 0.8;
}
#page_top a {
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #00B891;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after {
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #00B891;
}
.pagination-holder {
  width: 80%;
  margin: 0 auto;
}
.anc {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}
.news_area {
  width: 100%;
  padding: 7% 0;
  background: #F2F2F2;
  text-align: center;
  margin-top: 50px;
}
ul.product_list {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
p.product_list {
  text-align: left;
  padding: 3px 10%;
}
.product_img01 {
  max-width: 80%;
  height: auto;
  margin-bottom: 10px;
}

.topic{text-align:center;}
.topic h2{text-align:left;
line-height: 1.3;}

.topic p {
    overflow: hidden;
    font-size: 15px;
    line-height: 1.4;
    text-align: left;
    margin: 5% 10%;
	
}

.topic_category_product{
margin:0 10px;
	color: #FFB945;
}
.topic_category_media{
margin:0 10px;
	color: #00B891;
}
.info_im{margin-bottom: 20px;}
.info_im img{vertical-align:bottom;
max-width:95%;
width:95%;
height:auto;
}
.info_im_wl,.company_info,.info_im_mixed
{display: none;}
.info_im_mb img,.info_im_wl_sm img,.info_im_mb20 img,
.info_im_mixed_sm img,.info_im_huh img
{vertical-align:bottom;
max-width:95%;
width:95%;
height:auto;
margin-bottom: 20px;
}

ul.goodlist li.series_link_r,
ul.goodlist_wide li.series_link_r{border:none;
box-shadow:none;

margin-left:16%;	}
ul.goodlist li.series_link_r img{
	
display: block;
	margin-top: 20px;
	width:75%;
	height: auto;
}
ul.goodlist li.series_link_n,
ul.goodlist_vege li.series_link_n {
	border:none;
box-shadow:none;
	padding: 0;
	}
ul.goodlist li.series_link_n img,
ul.goodlist_vege li.series_link_n img{
display: block;
	margin-top: 20px;
	width:75%;
	height: auto;
}
ul.goodlist_vege li.series_link_n {
max-width: 100%;
}
ul.goodlist li.series_link_hr,
ul.goodlist_wide li.series_link_n,
ul.goodlist_wide li.series_link_hr{
	border:none;
box-shadow:none;
	padding: 0;
	/*margin-left:16%;*/
	}
ul.goodlist li.series_link_hr img{
display: block;
	margin-top: 20px;
	width:75%;
	height: auto;
}
.made_in_img2{
	display: block;
	max-width: 90%;
	height:auto;
	
	
}
.company_info_im01_sm{
	background: url("../info/img/company_info_im01_sm.jpg") no-repeat;
	background-size:contain;
	padding-top:800px; 
	
}
.company_info_im02_sm{
	background: url("../info/img/company_info_im02_sm.jpg") no-repeat;
	background-size:contain;
	padding-top:1200px; 
	margin:0 0 20px 0; 
	position:relative;
}
.company_info_im03_sm{
	background: url("../info/img/company_info_im03_sm.jpg") no-repeat;
	background-size:contain;
	padding-top:998px; 
	margin:0 0 20px 0; 
	
}
.company_info_btn_sm{
 background: #000;
 width:180px;
 height: 25px;
 padding: 10px 20px 5px 10px;
 position:absolute;
 top: 300px;
 left:80px;
 color:#fff;
font-size:0.9rem; 
letter-spacing: 0.06em}

ul.mixed_link_list  {
	padding: 0;
	list-style: none;
	
text-align: center;}
ul.mixed_link_list li img{
	max-width:80%;
	height: auto;
	margin-bottom: 20px;
	
}

img.lp_main_img{
   min-width: 360px; /* 最小幅 */
    width: 100%;
    height: auto;
    
}
img.lp_sub_img{
   max-width: 320px; /* 最大幅 */
    width: 100%;
	height: auto;
margin-top:20px;}

img.lp_sub_img2{
   max-width: 180px; /* 最大幅 */
    width: 100%;
	height: auto;
   
}
p.lp_more2{
max-width: 320px;
margin: 20px auto 0;
display: flex;
justify-content: space-between;
	
}
h2.lp_headline {
  font-size: 17px;
  color: #555;
  font-weight: bold;
  line-height: 0.8;
  text-align: center;
  padding: 0;}
	
p.lp_text{
	max-width:320px;
	margin: 0 auto;
padding:10px 10px;
font-size: 15px;
line-height: 1.4em;}