@charset "utf-8";

body {
  width: 100%;
  background-color: #fff;
}

.serif {
  font-family: serif;
}

.col1 {
  margin-left: 10px;
  margin-right: 10px;
}

section {
  overflow: hidden;
}

.boder2 {
  border-top: 2px #666 dotted;
}

.font_red {
  color: #ff0000;
  background-color: #ffffcc;
  padding: 2px;
  border: solid 1px #ff0000;
  font-weight: 550;
  line-height: 1.5em;
}

.font_brown {
  font-weight: 600;
  color: #cc6666;
  background-color: #ede6d5;
  padding: 3px;
  line-height: 1.8em;
}

.font_blue {
  display: inline-block;
  font-weight: 600;
  color: #000099;
  background-color: #d9d9ff;
  border: solid 1px #000099;
  margin: 3px 0;
  padding: 0 3px;
}

.font_pink {
  font-size: 11pt;
  font-weight: bold;
  color: #cc6666;
  background-color: #ede6d5;
}

.font_white {
  padding: 2px 2px 2px 6px;
  border-radius: 4px;
  font-weight: 500;
  color: #fff;
  background-color: #666;
}

.hasenn {
  border-top: 1px dotted #000;
}

.serif {
  font-family: serif;
}

.f10 {
  font-size: 10px;
}

.f12 {
  font-size: 12px;
}

.f14 {
  font-size: 14px;
}

.f16 {
  font-size: 16px;
}

.f18 {
  font-size: 18px;
}

.f20 {
  font-size: 20px;
}

.f22 {
  font-size: 22px;
}

.f26 {
  font-size: 26px;
}

.f30 {
  font-size: 30px;
}

.nowrap {
  white-space: nowrap;
}

.tbl_nomal .wrap,
.wrap {
  white-space: normal;
}

.boder {
  border: solid #000 1px;
}

body a {
  color: #000;
}

a:hover {
  color: #2d4cbb;
}

.red {
  color: #ff0000;
}

.red a {
  color: #ff0000;
}

.red-b {
  color: #ff0000;
  font-weight: 600;
}

.red-b a {
  color: #ff0000;
  font-weight: 600;
  text-decoration: underline;
}

.orange-b {
  color: #f7b21d;
  font-weight: bold;
}

.pink {
  color: #ffc9cc;
}

.blue {
  color: #2d4cbb;
}

.blue-b {
  color: #2d4cbb;
  font-weight: 600;
}

.blue-a {
  color: #2d4cbb;
  text-decoration: underline;
}

.blue-b-a a,
.blue-b-a {
  color: #2d4cbb;
  font-weight: 600;
  text-decoration: underline;
}

.d-blue {
  color: #003366;
}

.black {
  color: #000;
  font-weight: 300;
}

.white {
  color: #fff;
  font-weight: 600;
}

.gray {
  color: #666;
}

.green-b,
.green-b a {
  color: rgb(37, 160, 21);
  font-weight: 600;
}

.brown {
  color: #990000;
}

.b {
  font-weight: bold;
}

.u {
  text-decoration: underline;
}

/*box///////////////////////////////////////*/

.blue_box1 {
  color: #333333;
  padding: 5px;
  border: #0066cc 1px solid;
  background: #d0e8ff;
}

.blue_box2 {
  border: #33ccff solid 3px;
  background-color: #e8fbff;
  padding: 5px;
}

.blue_box3 {
  background-color: #206db1;
  border-radius: 0.8em;
  padding: 0.5em;
}

.gleen_box {
  border: #458122 3px solid;
  background-color: #fffcdf;
  padding: 6px;
}

.green_box1 {
  display: inline-block;
  background-color: #d8e7cd;
  border: 1px solid #999999;
  padding: 10px;
}

.green_box2 {
  display: inline-block;
  background-color: #d8e7cd;
  border-bottom: 1px solid #999999;
  padding: 2px;
}

.gra_box {
  padding: 10px;
  border: #000 1px solid;
  background: rgb(251, 116, 59);
  background: linear-gradient(360deg, rgba(251, 116, 59, 1) 0%, rgba(255, 181, 82, 1) 15%, rgba(255, 205, 85, 1) 25%, rgba(255, 212, 100, 1) 40%, rgba(255, 243, 211, 1) 51%, rgba(255, 255, 255, 1) 100%);
}

.waku_1 {
  border: 3px dotted #ff7777;
  padding: 20px;
}

.orange_box {
  background-color: #ff9900;
  padding: 7px;
}

.pink_box {
  background-color: #ffe8e8;
  border: 1px #999 solid;
}

.yellow_box {
  background-color: #ffffcc;
  border: double #ff0000 3px;
  padding: 10px;
}

/*background-color/////////////////////////*/

.bg_white {
  background-color: #fff;
}

.tbl_nomal .bg_yer,
.bg_yer {
  background-color: #ffffcc;
}

.bg_brown {
  background-color: #e8d787;
}

.bg_green {
  background-color: #e8fecd;
}

.bg_green2 {
  background-color: #669933;
}

.bg_pink {
  background-color: #ffdfdf;
}

.bg_pink-2 {
  background-color: #fff0f0;
}

.price_box .bg_blue,
.bg_blue {
  background-color: #e6e6e6;
}

.bg_gray {
  background-color: #eaeaea;
}

.bg_gray2 {
  background-color: #bbb;
}

.gr_red {
  background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, rgba(216, 32, 56, 1) 100%);
}

/*ディスプレイ状態///////////////////////////*/

.in {
  display: inline-block;
}

.blo {
  display: block;
}

.main-none {
  display: none;
}

.none {
  display: none;
}

/*white/////////////////*/
.list_nomal .w100,
.w100 {
  width: 100%;
}

.w25 {
  width: 25%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w33 {
  width: 33.33%;
}

.h15px {
  height: 15px;
}

.w30px {
  width: 30px;
}

.w50px {
  width: 50px;
}

.list_group2 .w60px,
.w60px {
  width: 60px;
}

.w80px {
  width: 80px;
}

.w100px {
  width: 100px;
}

.w120px {
  width: 120px;
}

.w150px {
  width: 150px;
}

.w160px {
  width: 160px;
}

.w200px {
  width: 200px;
}

.w220px {
  width: 220px;
}
.w250px {
  width: 250px;
}

.w300px {
  width: 300px;
}

.w330px {
  width: 330px;
}

.w350px {
  width: 350px;
}

.min_w100 {
  min-width: 100px;
}

.min_w150 {
  min-width: 150px;
}

.min_w180 {
  min-width: 180px;
}

.min_w300 {
  min-width: 300px;
}

.max_w180 {
  max-width: 180px;
}

.max_w150 {
  max-width: 150px;
}

.max_w170 {
  max-width: 170px;
}

.max_w200 {
  max-width: 200px;
}

.max_w220 {
  max-width: 220px;
}

.max_w250 {
  max-width: 250px;
}

.max_w300 {
  max-width: 300px;
}

.max_w350 {
  max-width: 350px;
}

.max_w365 {
  max-width: 365px;
}

.max_w385 {
  max-width: 385px;
}

.max_w400 {
  max-width: 400px;
}

.max_w450 {
  max-width: 450px;
}

.max_w500 {
  max-width: 500px;
}

.max_w550 {
  max-width: 550px;
}

.max_w600 {
  max-width: 600px;
}

.max_w700 {
  max-width: 700px;
}

.max_w900 {
  max-width: 900px;
}

.h10 {
  height: 10%;
}

.h20 {
  height: 20%;
}

.h60 {
  height: 60%;
}

.h90 {
  height: 90%;
}

/*text-align////////////*/

.txt_center,
.tbl_nomal .cen,
.cen {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

/*v-aligen//////////////*/

.align_top {
  vertical-align: top;
}

.tbl_nomal .align_middle,
.align_middle {
  vertical-align: middle;
}

.align_bottom {
  vertical-align: bottom;
}

.align_un {
  vertical-align: unset;
}

/*float/////////////////*/

.img_right {
  float: right;
}

.img_left {
  float: left;
}

.float_none_oya::after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/*flex//////////////////*/

.flex {
  display: flex;
}

.flex_wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex_cen {
  justify-content: center;
}

.flex_align_cen {
  align-items: center;
}

.flex_-1 {
  order: -1;
}

.flex_1 {
  order: 1;
}

.flex_bottom {
  align-items: flex-end;
}

.flex_right {
  margin-left: auto;
}

.flex_left {
  margin-right: auto;
}

.between {
  justify-content: space-between;
}

.around {
  justify-content: space-around;
}

.colunm {
  flex-direction: column;
}

/*margin////////////////*/

.ma_middle {
  margin-top: auto;
  margin-bottom: auto;
}

.ma_cen {
  margin-left: auto;
  margin-right: auto;
}

.ma_1 {
  margin: 1.5px;
}

.ma_10 {
  margin: 10px;
}

.ma_b10 {
  margin-bottom: 10px;
}

.ma_b15 {
  margin-bottom: 15px;
}

.ma_b20 {
  margin-bottom: 20px;
}

.ma_t5 {
  margin-top: 5px;
}

.ma_t15 {
  margin-top: 15px;
}

.ma_t20 {
  margin-top: 20px;
}

.ma_r2p {
  margin-right: 2%;
}

.ma_r10 {
  margin-right: 10px;
}

.ma_r15 {
  margin-right: 15px;
}

.ma_r20p {
  margin-right: 20%;
}

.pa_2em {
  padding: 0.2em;
}

.pa_10 {
  padding: 10px;
}

.ma_l15 {
  margin-left: 15px;
}

.pa_b10 {
  padding-bottom: 10px;
}

.pa_b15 {
  padding-bottom: 15px;
}

.pa_b20 {
  padding-bottom: 20px;
}

.pa_t10 {
  padding-top: 10px;
}

.pa_t15 {
  padding-top: 15px;
}

.pa_t20 {
  padding-top: 20px;
}

.pa_r10 {
  padding-right: 10px;
}

.pa_l10 {
  padding-left: 10px;
}

/*boder/////////////////*/

.img_b {
  border: #999 1px solid;
}
.img_b_b {
  border-bottom: #999 1px solid;
}

.img_b_red {
  border: #ff0000 1px solid;
  padding: 5px;
}

.img_b_green {
  border: #669933 2px solid;
  padding: 5px;
}

.img_b_b_green {
  border-bottom: #669933 2px solid;
}

.ten {
  display: inline-block;
  width: 1em;
  vertical-align: top;
  line-height: 1.8em;
  /*1.5em用*/
}

.ten-tx {
  display: inline-block;
  width: calc(100% - 1.5em);
}

/*ハンバーガーメニューボタン///*/

.hamburger {
  display: none;
  width: 30px;
  height: 41px;
  cursor: pointer;
  z-index: 9999;
}

.hamburger_line {
  width: 100%;
  height: 4px;
  border-radius: 2px;
  background: #000;
  position: relative;
  top: calc(50% - 2px);
  left: 0;
  transition: all 0.6s;
}

.hamburger_line::before,
.hamburger_line::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: 2px;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center;
  transition: all 0.6s;
}

.hamburger_line::before {
  transform: translate(0, -10px);
}

.hamburger_line::after {
  transform: translate(0, 10px);
}

/*header//////////////////*/

.header {
  background: rgb(12, 32, 102);
  background: linear-gradient(180deg, rgba(12, 32, 102, 1) 85%, rgba(255, 255, 255, 1) 100%);
}

.header_wrap {
  max-width: 1000px;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 10px 0;
  justify-content: space-between;
}

.logo {
  margin: auto 10px;
  background-color: #fff;
  border-radius: 4px;
}

.header-item2 {
  margin: 5px 10px;
}

.header-item2-tx1 {
  color: #fff;
  font-size: 11px;
  line-height: 1.4em;
  margin: auto 0;
}

.header-item2-tx1 span {
  font-size: 14px;
  font-weight: 600;
}

.header-item2-tx2 {
  line-height: 1.1em;
  color: #fff;
  font-size: 10.5px;
  margin: auto 0;
  padding: 0 8px;
}

.header-item2-tx2 a {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
}

.header-item2-tx2 span {
  color: #f09d31;
}

.header-item2-tx3 {
  line-height: 1.1em;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  background-color: #f09d31;
  display: inline-block;
  padding: 5px 7px;
  border-radius: 5px;
}

.header_kennsaku {
  margin: 0 10px;
}

/*pankuzu//////////////////////////////////////////////////////////////////*/

.pan_list {
  text-align: right;
  font-size: 14px;
}

.pan_list li {
  white-space: nowrap;
  display: inline;
}

.pan_list li span {
  padding: 0 10px 0 10px;
}

.pan_list_start {
  margin-left: auto;
}

.pan_list li::after {
  content: "＞";
}

.pan_list .pan_list_last::after {
  content: none;
}

/*main/////////////////////////////////////////////////////////////////////*/

main {
  max-width: 1000px;
  margin: 0 auto;
  display: block;
  background-color: #fff;
}

/*side////////////////////////////////////////////////////////////////////////*/

.side {
  width: 26%;
  min-width: 200px;
  vertical-align: top;
  padding: 0 8px;
}

.cn {
  margin: 15px auto 0 auto;
}

.side-can_tai {
  text-align: center;
  padding: 15px 0 10px;
  font-size: 14px;
}

.side-can_img img {
  max-width: 200px;
  width: 100%;
}

.side-search img {
  max-width: 200px;
  width: 100%;
}

.side-nav_tai {
  margin-top: 15px;
  background-color: #006699;
  text-align: center;
  line-height: 1.5em;
  color: #fff;
}

.side-li_wrap {
  width: 100%;
}

.side-list-item2 {
  margin-bottom: 10px;
}

.navi3 {
  background-color: #c0e787;
  line-height: 2em;
  font-size: 13px;
  text-align: left;
}

.navi2 {
  background-color: #fff;
  font-size: 13px;
  padding: 6px 0 6px;
  border-bottom: dashed #000 1px;
  text-align: left;
}

.side-hogo {
  margin-top: 20px;
  font-size: 14px;
  padding: 5px;
  background-color: #8fc4dd;
  border-radius: 5px;
}

.side-gaido_tai {
  margin-top: 10px;
  width: 40%;
}

.side-gaido_li {
  line-height: 1.5em;
  font-size: 14px;
  margin-left: 1em;
}

/*article////////////////////////////////////////////////////////////////*/

.article {
  width: 74%;
  max-width: calc(100% - 200px);
  padding-right: 5px;
}

/*footer/////////////////////////////////////////////////////////////////*/

.footer {
  width: 100%;
  margin: 20px auto 10px;
  font-size: 10px;
  height: auto;
}

.footer-nav {
  background-color: #0c2066;
  width: 100%;
}

.footer-nav ul {
  max-width: 1000px;
  margin: 0 auto;
  padding: 4px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.fooeter-kennsaku {
  height: 22px;
  display: inline;
}

.footer-sannkaku {
  width: 12px;
  margin-left: 2px;
  vertical-align: middle;
}

.footer-nav-item {
  vertical-align: middle;
  margin: 1px 5px;
}

.footer-nav-item a {
  color: #fff;
  font-size: 13px;
  padding: 5px 0;
}

.footer-item {
  background-color: #fff;
  max-width: 1000px;
  color: #666;
  font-size: 10px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-img {
  padding: 10px;
}

.footer-tx1 {
  padding: 10px;
  width: 250px;
}

.footer-tx1-1 {
  font-size: 12px;
}

.footer-tx2 {
  padding: 10px;
}

.top-btn {
  opacity: 0;
}

/*見出し//////////////////////////////////*/

.gray_tai_1 {
  background-color: #eaeaea;
  color: #666;
  font-size: 20px;
  padding-left: 0.8em;
  line-height: 1.8;
}

.white_tai_1 {
  background-color: #dd0000;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.6;
}

.white_tai_2 {
  background-color: #458122;
  border-radius: 5px;
  padding: 0 0.5em;
  color: #fff;
}

.white_tai_2:hover {
  background-color: #36651a;
  color: #b2b2b2;
}

.white_tai_3 {
  background-color: #5aa5c5;
  color: #fff;
  line-height: 1.6em;
  padding: 0 0.5em;
  font-size: 20px;
}

.white_tai_4 {
  background-color: rgb(255, 102, 0);
  line-height: 1.6em;
  padding-left: 0.5em;
  color: #fff;
}

.white_14_5 {
  color: #ffffff;
  background-color: #999999;
  font-weight: bold;
  line-height: 120%;
  padding: 2px 10px;
}

.white_tai_6 {
  background-color: #33ccff;
  color: #fff;
  line-height: 1.6em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-weight: bold;
}
.white_tai_6-1 {
  background-color: #5aa5c5;
  color: #fff;
  line-height: 1.6em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  font-weight: bold;
}

.white_tai_7 {
  background-color: #669933;
  font-weight: bold;
  line-height: 1.6em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  color: #fff;
}

.white_tai_8 {
  background-color: #cc9900;
  font-weight: bold;
  line-height: 1.6em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  color: #fff;
}

.white_tai_9 {
  background-color: #996699;
  font-weight: bold;
  line-height: 1.6em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  color: #fff;
}

.black_tai_1 {
  background-color: #ffcccc;
  font-weight: bold;
  padding-left: 0.5em;
  padding-right: 0.5em;
  margin-top: 15px;
}

.black_tai_2 {
  background-color: #ffffcc;
  font-weight: bold;
  border: 1px #000 solid;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.black_tai_3 {
  font-size: 14px;
  border-left: 0.5em #0aac6e solid;
  background-color: #32ffdd;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
}

.black_tai_4 {
  font-size: 12.8px;
  border-left: 0.5em #666666 solid;
  background-color: #ddd;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
}

.black_tai_5 {
  border-left: 0.5em #429b51 solid;
  border-bottom: 0.1em #429b51 solid;
  background-color: #cce0d0;
  font-weight: bold;
  padding: 0 0.5em;
}

.black_tai_6 {
  border-left: 0.5em #7087c5 solid;
  border-bottom: 0.1em #7087c5 solid;
  background-color: #eaebf3;
  font-weight: bold;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

.black_tai_7 {
  border-left: 0.5em #666666 solid;
  border-bottom: 0.1em #666666 solid;
  background-color: #ddd;
  font-weight: bold;
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/*特定スペース//////////////////////////////*/

/*関連商品///*/

.kannren {
  border: 1px solid #000;
  margin-top: 0.6em;
  padding: 0 5px 5px 5px;
}

.kannren_tai {
  position: relative;
  bottom: 0.6em;
  text-align: center;
}

.kannren_tai span {
  background-color: #fff;
  line-height: 1;
}

.kannren_syouhinn {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  height: 45%;
  padding-bottom: 1em;
}

.kannren_syouhinn2 {
  display: block;
  margin: 0 auto;
  text-align: center;
  font-size: 12px;
  padding-bottom: 1em;
}

/*召し上がり方///*/

.tabekata_tai {
  border-top: #ffcdcd 4px solid;
  border-top-left-radius: 4px;
}

.tabekata_tai p {
  display: inline;
  background-color: #ffcdcd;
  padding: 0 5px 4px 5px;
  border-radius: 0 0 4px 4px;
}

/*生プロポリス////*/

.new_pro_tai {
  border-left: solid #f7b21d 10px;
  padding-left: 10px;
}

.new_pro::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 20px;
  background: url(../puro/img/new_pro.jpg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.new_pro::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 20px;
  background: url(../puro/img/new_pro-2.jpg) no-repeat;
  background-size: contain;
  vertical-align: middle;
}

/*プロポリスキャンディ説明/////*/

.pro_can {
  background-color: #f6f6f6;
  border: solid #999 1px;
  border-top: none;
  padding: 15px;
}

/*メイン画像////*/

.photo {
  float: right;
  margin: 5px;
}

.photo img {
  width: 100%;
  border: 1px solid #dddddd;
  background-color: #ffffff;
  padding: 4px;
}

/*ロールオーバーimg//////////////////////*/

.rollover3 {
  width: 100%;
  max-width: 200px;
}

/*zoon////////////////////////////////////////////////*/

.zoon_1 {
  display: flex;
  flex-wrap: wrap;
}

.zoon_1-1 {
  width: 33%;
  margin: auto;
}

.zoon_1-2 {
  width: 47%;
  padding: 0 0.8em;
}

.zoon_1-3 {
  width: 20%;
}

.zoon_1-3_wrap {
  width: 20%;
  display: flex;
  align-items: center;
}

.zoon_1-3_wrap .zoon_1-3 {
  width: 100%;
}

.zoon_2 {
  display: flex;
  flex-wrap: wrap;
}

.zoon_2-1 {
  width: 40%;
  margin: auto;
  max-width: 250px;
}

.zoon_2-2 {
  width: 60%;
  padding: 0 0.8em;
}

/*画像比率保持//////////////////////////////////////////////*/

.makomodake {
  width: 100%;
  padding-bottom: 95%;
  background-image: url(../macomo/img/macomo_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.makomofuro {
  width: 100%;
  padding-bottom: 95%;
  background-image: url(../macomo/img/macomo_bath02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.makomosio {
  width: 100%;
  padding-bottom: 110%;
  background-image: url(../macomo/img/macomo_salt02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.makomogen {
  width: 100%;
  padding-bottom: 95%;
  background-image: url(../macomo/img/gen_img04.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.junume {
  margin: 12.5% 0;
  width: 100%;
  padding-bottom: 75%;
  background-image: url(../ume/img/ekisu80_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.junume300 {
  width: 100%;
  padding-bottom: 110%;
  background-image: url(../ume/img/ekisu300_img01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.umecap {
  width: 70%;
  padding-bottom: 100%;
  margin: auto 15%;
  background-image: url(../ume/img/ume_capsule02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.umetab {
  width: 70%;
  padding-bottom: 100%;
  margin: auto 15%;
  background-image: url(../ume/img/ume_tablet02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hot_asikubi {
  width: 100%;
  padding-bottom: 90%;
  background-image: url(../hotwater/img/ankle_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hot_ryouasi {
  width: 100%;
  padding-bottom: 100%;
  background-image: url(../hotwater/img/ashi_new02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hot_belt {
  width: 100%;
  padding-bottom: 90%;
  background-image: url(../hotwater/img/belt_new01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hot_cat {
  width: 100%;
  padding-bottom: 100%;
  background-image: url(../hotwater/img/cat_new02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hot_egg {
  width: 100%;
  padding-bottom: 100%;
  background-image: url(../hotwater/img/egg_new02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hot_eye {
  width: 100%;
  padding-bottom: 100%;
  background-image: url(../hotwater/img/eye_new02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hot_face {
  width: 100%;
  padding-bottom: 100%;
  background-image: url(../hotwater/img/face_new02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hot_kata {
  width: 100%;
  padding-bottom: 90%;
  background-image: url(../hotwater/img/kata_new02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hot_te {
  width: 100%;
  padding-bottom: 100%;
  background-image: url(../hotwater/img/miton_new02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hot_kubi {
  width: 100%;
  padding-bottom: 100%;
  background-image: url(../hotwater/img/neck_new02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hot_omega {
  width: 100%;
  padding-bottom: 100%;
  background-image: url(../hotwater/img/omega_new02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hot_seal {
  width: 100%;
  padding-bottom: 100%;
  background-image: url(../hotwater/img/seal_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hot_socks {
  width: 100%;
  padding-bottom: 100%;
  background-image: url(../hotwater/img/socks_new02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hot_asis {
  width: 100%;
  padding-bottom: 100%;
  background-image: url(../hotwater/img/socks_s_new02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hot_travel {
  width: 100%;
  padding-bottom: 100%;
  background-image: url(../hotwater/img/travel_new01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hot_zabuton {
  width: 100%;
  padding-bottom: 100%;
  background-image: url(../hotwater/img/zabuton_new04.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hot_zabuton_hole {
  width: 100%;
  padding-bottom: 100%;
  background-image: url(../hotwater/img/zabuton_hole_new02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.hot_airtight_kata {
  width: 100%;
  padding-bottom: 90%;
  background-image: url(../hotwater/img/airtight_kata02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.npuro {
  width: 100%;
  padding-bottom: 100%;
  background-image: url(../puro/img/namapropolis_img01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.esuta {
  width: 100%;
  padding-bottom: 100%;
  background-image: url(../esuta/img/esta2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.esuta-2 {
  width: 70%;
  padding-bottom: 100%;
  background-image: url(../esuta/img/minisupray_img02.jpg);
  background-size: cover;
  margin-left: 15%;
  margin-right: 15%;
  background-position: center center;
  background-repeat: no-repeat;
  border: solid 1px #666;
}

.esuta-f {
  width: 70%;
  padding-bottom: 100%;
  background-image: url(../esuta/img/esta5-2.jpg);
  background-size: cover;
  margin-left: 15%;
  margin-right: 15%;
  background-position: center center;
  background-repeat: no-repeat;
  border: solid 1px #666;
}

.esuta-r {
  width: 100%;
  padding-bottom: 80%;
  background-image: url(../esuta/img/regyura.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.esuta-c {
  width: 100%;
  padding-bottom: 70%;
  background-image: url(../esuta/img/propolis_candy_new02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bio_250 {
  width: 100%;
  padding-bottom: 90%;
  background-image: url(../arabinoxylan/images/bio_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bio_gan {
  width: 90%;
  padding-bottom: 100%;
  background-image: url(../arabinoxylan/images/len01_img01.jpg);
  margin: 0 5%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bio_len {
  width: 90%;
  padding-bottom: 100%;
  background-image: url(../arabinoxylan/images/lentin30_img01.jpg);
  margin: 0 5%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.kourai_cap {
  width: 90%;
  padding-bottom: 100%;
  background-image: url(../korai/img/capsule_img02.jpg);
  margin: 0 5%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.kourai_ko {
  width: 100%;
  padding-bottom: 80%;
  background-image: url(../korai/img/koraininjinshi_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.kourai_ekisu {
  width: 100%;
  padding-bottom: 105%;
  background-image: url(../korai/img/pure_ekis02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.kourai_ekisu50 {
  width: 100%;
  padding-bottom: 110%;
  background-image: url(../korai/img/pure_ekis50_02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.kourai_ekisu300 {
  width: 100%;
  padding-bottom: 110%;
  background-image: url(../korai/img/pure_ekis300_02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ginst15_tea {
  width: 100%;
  padding-bottom: 110%;
  background-image: url(../korai/img/ginst15_tea02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.ginst15_ekis {
  width: 100%;
  padding-bottom: 110%;
  background-image: url(../korai/img/ginst15_ekis02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.densiti30 {
  width: 100%;
  padding-bottom: 70%;
  background-image: url(../densiti/img/densitieki_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bijin {
  width: 100%;
  padding-bottom: 90%;
  background-image: url(../hatsuratsubijin/img/bijin_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.better2 {
  width: 90%;
  padding-bottom: 90%;
  background-image: url(../better/img/better2_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.better3 {
  width: 90%;
  padding-bottom: 90%;
  background-image: url(../better/img/bs_karyu-l2.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.nankotu {
  width: 90%;
  padding-bottom: 90%;
  background-image: url(../better/img/nankotu-l.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.super {
  width: 85%;
  padding-bottom: 85%;
  background-image: url(../better/img/super-700m.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 7.5%;
}

.same_capu2 {
  width: 85%;
  padding-bottom: 85%;
  background-image: url(../same/img/same_capu02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 7.5%;
}

.super_aga {
  width: 100%;
  padding-bottom: 80%;
  background-image: url(../aga/img/super_agaricus02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.aga_stick {
  width: 100%;
  padding-bottom: 100%;
  background-image: url(../blazei/img/agaricus_stick02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.aga_tubu {
  width: 80%;
  padding-bottom: 100%;
  background-image: url(../blazei/img/agaricus_tablet02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 10%;
  margin-right: 10%;
}

.nano_aga {
  width: 100%;
  padding-bottom: 100%;
  background-image: url(../nano/img/nano_aga02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.algin {
  width: 75%;
  padding-bottom: 100%;
  background-image: url(../algin/img/algin_capu03.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 10%;
  margin-right: 10%;
}

.amla {
  width: 86%;
  padding-bottom: 100%;
  background-image: url(../amla/img/amla_img01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 7%;
  margin-right: 7%;
}

.amyloban {
  width: 85%;
  padding-bottom: 85%;
  background-image: url(../amyloban/img/new_amyloban_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 7.5%;
}

.botan {
  width: 90%;
  padding-bottom: 90%;
  background-image: url(../aojiru/img/botan_psd01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.goma_aojiru {
  width: 90%;
  padding-bottom: 90%;
  background-image: url(../aojiru/img/goma_img01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.arukerun {
  width: 90%;
  padding-bottom: 100%;
  background-image: url(../arukerun/img/arukerun_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-left: 5%;
  margin-right: 5%;
}

.asta396 {
  width: 85%;
  padding-bottom: 55%;
  background-image: url(../asta396/img/asta_new02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 7.5px;
}

.awabi {
  width: 100%;
  padding-bottom: 75%;
  background-image: url(../awabi/img/awabi_m.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.balancerband {
  width: 90%;
  padding-bottom: 80%;
  background-image: url(../balancerband/img/dnb_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.ryokuou {
  width: 95%;
  padding-bottom: 100%;
  background-image: url(../benifuuki/img/ryokuou_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 2.5%;
}

.kukiri {
  width: 90%;
  padding-bottom: 90%;
  background-image: url(../berry/img/koijin_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.besttrim {
  width: 90%;
  padding-bottom: 90%;
  background-image: url(../besttrim/img/besttrim_premium01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.bihaku {
  width: 90%;
  padding-bottom: 90%;
  background-image: url(../bihaku/img/aqua_img03.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.bio {
  width: 85%;
  padding-bottom: 85%;
  background-image: url(../bio/img/cats_m.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 7.5%;
}

.bione_f {
  width: 80%;
  padding-bottom: 90%;
  background-image: url(../bione/img/bione_f01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5% 10% 5% 10%;
}

.bione_a {
  width: 80%;
  padding-bottom: 100%;
  background-image: url(../bione/img/bione_a01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0% 10% 0% 10%;
}

.bione_a_stick {
  width: 80%;
  padding-bottom: 100%;
  background-image: url(../bione/img/bione_a_stick01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0% 10% 0% 10%;
}

.bione_b {
  width: 80%;
  padding-bottom: 100%;
  background-image: url(../bione/img/bione_b01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0% 10% 0% 10%;
}

.bione_b_stick {
  width: 80%;
  padding-bottom: 100%;
  background-image: url(../bione/img/bione_b_stick01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0% 10% 0% 10%;
}

.catalyser_spray {
  width: 80%;
  padding-bottom: 100%;
  background-image: url(../catalyser/img/catalyser_spray01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0% 10% 0% 10%;
}

.catalyser5_20 {
  width: 80%;
  padding-bottom: 100%;
  background-image: url(../catalyser/img/catalyser_psd01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0% 10% 0% 10%;
}

.catalyser50 {
  width: 90%;
  padding-bottom: 75%;
  background-image: url(../catalyser/img/catalyser50_psd01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 17.5% 5%;
}

.catalyser1000 {
  width: 80%;
  padding-bottom: 90%;
  background-image: url(../catalyser/img/catalyser900_01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5% 10%;
}

.ginga500 {
  width: 90%;
  padding-bottom: 100%;
  background-image: url(../catalyser/img/ginga500_m.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.ginga2000 {
  width: 90%;
  padding-bottom: 100%;
  background-image: url(../catalyser/img/ginga2000_2m.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.crystal_seats {
  width: 90%;
  padding-bottom: 60%;
  background-image: url(../catalyser/img/seats.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.coolmini {
  width: 90%;
  padding-bottom: 90%;
  background-image: url(../coldgoods/img/coolmini_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.coolruck {
  width: 100%;
  padding-bottom: 80%;
  background-image: url(../coldgoods/img/coolruck_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 10% 0;
}

.ecopad {
  width: 100%;
  padding-bottom: 85%;
  background-image: url(../coldgoods/img/ecopad_img04.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.pet_powercool {
  width: 90%;
  padding-bottom: 70%;
  background-image: url(../coldgoods/img/pet_powercool02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.pillow {
  width: 100%;
  padding-bottom: 85%;
  background-image: url(../coldgoods/img/pillow_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.water_pillow {
  width: 90%;
  padding-bottom: 75%;
  background-image: url(../coldgoods/img/water_pillow02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.copalife {
  width: 90%;
  padding-bottom: 73%;
  background-image: url(../copalife/img/copalife_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.insole {
  width: 90%;
  padding-bottom: 73%;
  background-image: url(../coq/img/insole_m.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.nanocoq {
  width: 90%;
  padding-bottom: 90%;
  background-image: url(../coq/img/coq_img01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.smoospolyamine {
  width: 100%;
  padding-bottom: 90%;
  background-image: url(../coq/img/smooth_psd01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5% 0%;
}

.cpl {
  width: 100%;
  padding-bottom: 90%;
  background-image: url(../cpl/img/cpls_img01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5% 0%;
}

.cystinecollagenwhite {
  width: 90%;
  padding-bottom: 90%;
  background-image: url(../cystinecollagenwhite/img/cystine_img01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.buff_c {
  width: 90%;
  padding-bottom: 90%;
  background-image: url(../d_fra/img/bufferedc_img01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.d_fra {
  width: 90%;
  padding-bottom: 90%;
  background-image: url(../d_fra/img/dfura_m.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.d_fra2 {
  width: 80%;
  padding-bottom: 100%;
  background-image: url(../d_fra/img/dfra01_come01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0 10%;
}

.syndron {
  width: 90%;
  padding-bottom: 90%;
  background-image: url(../d_fra/img/syndron_new02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.d12_50further {
  width: 75%;
  padding-bottom: 90%;
  background-image: url(../d12/img/50father_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 10% 12.5%;
}

.d12_150 {
  width: 70%;
  padding-bottom: 100%;
  background-image: url(../d12/img/d12_150_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 0% 15%;
}

.animal_daiya {
  width: 100%;
  padding-bottom: 75%;
  background-image: url(../daiya/images/animal_daiya02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.chobigen {
  width: 100%;
  padding-bottom: 75%;
  background-image: url(../daiya/images/chobigen_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.daiya6k {
  width: 90%;
  padding-bottom: 80%;
  background-image: url(../daiya/images/newdaiya6k_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.daiya30k {
  width: 90%;
  padding-bottom: 80%;
  background-image: url(../daiya/images/newdaiya30k_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.newdaiya {
  width: 90%;
  padding-bottom: 80%;
  background-image: url(../daiya/images/newdaiya5800_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.dhakurill {
  width: 80%;
  padding-bottom: 90%;
  background-image: url(../dhakurill/img/dhakurill_img01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5% 10%;
}

.elastin {
  width: 80%;
  padding-bottom: 90%;
  background-image: url(../elastin/img/elastin_new01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5% 10%;
}

.elastin_moisturegel {
  width: 90%;
  padding-bottom: 80%;
  background-image: url(../elastin/img/elastin_moisturegel01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.elastin_pg {
  width: 80%;
  padding-bottom: 90%;
  background-image: url(../elastin/img/elastin_pg01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5% 10%;
}

.emume {
  width: 80%;
  padding-bottom: 90%;
  background-image: url(../emu_oil/img/emume_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5% 10%;
}

.epoglan_cream {
  width: 80%;
  padding-bottom: 90%;
  background-image: url(../epoglan/img/epoglan_cream02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5% 10%;
}

.epoglan {
  width: 95%;
  padding-bottom: 60%;
  background-image: url(../epoglan/img/epoglan_img04.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5% 2.5%;
}

.midorimushi {
  width: 95%;
  padding-bottom: 100%;
  background-image: url(../euglena/img/midorimushi_new02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 2.5% 0;
}

.midorimushi2 {
  width: 95%;
  padding-bottom: 100%;
  background-image: url(../euglena/img/midorimushi_2new02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 2.5% 0;
}

.biorubber_chiemat {
  width: 95%;
  padding-bottom: 100%;
  background-image: url(../foottechno/img/bio_chie_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 2.5% 0;
}

.goyomatu {
  width: 90%;
  padding-bottom: 90%;
  background-image: url(../goyomatu/img/goyomatu_img01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.hanabiratake_gspecial {
  width: 90%;
  padding-bottom: 90%;
  background-image: url(../hanabiratake/img/hanabiratake_img04.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5%;
}

.hatake_capu1 {
  width: 75%;
  padding-bottom: 90%;
  background-image: url(../hatake/images/hogen_cap02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5% 12.5%;
}

.hatake_capu2 {
  width: 75%;
  padding-bottom: 90%;
  background-image: url(../hatake/images/hogen_cap05.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5% 12.5%;
}

.hatake_capu {
  width: 90%;
  padding-bottom: 75%;
  background-image: url(../hatake/images/hatake_capu02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 12.5% 5%;
}

.ipe_powder {
  width: 80%;
  padding-bottom: 90%;
  background-image: url(../ipe/img/ipe_powder02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 12.5% 5%;
}

.mind {
  width: 80%;
  padding-bottom: 70%;
  background-image: url(../kitosan/img/mind1.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 15% 10%;
}

.mind_cup {
  width: 80%;
  padding-bottom: 70%;
  background-image: url(../kitosan/img/mind_cup_m.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 15% 10%;
}

.drink3 {
  width: 80%;
  padding-bottom: 70%;
  background-image: url(../lem/img/s_01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 15% 10%;
}

.drink_index_2 {
  width: 80%;
  padding-bottom: 70%;
  background-image: url(../lem/img/s_03.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 15% 10%;
}

.drink2 {
  width: 80%;
  padding-bottom: 70%;
  background-image: url(../lem/img/lems.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 15% 10%;
}

.kirea {
  width: 80%;
  padding-bottom: 70%;
  background-image: url(../mizu/img/kirea_m.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 15% 10%;
}

.noni_capsule {
  width: 80%;
  padding-bottom: 70%;
  background-image: url(../noni/img/noni_capsule_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 15% 10%;
}

.talofa {
  width: 80%;
  padding-bottom: 140%;
  background-image: url(../noni/img/talofa_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 10% 10%;
}

.okinawa_noni {
  width: 90%;
  padding-bottom: 125%;
  background-image: url(../noni/img/okinawa_noni02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5% 5%;
}

.noni_jukusei {
  width: 90%;
  padding-bottom: 80%;
  background-image: url(../noni/img/noni_jukusei_img02.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 5% 5%;
}

.cream_m {
  width: 80%;
  padding-bottom: 80%;
  background-image: url(../panarl/img/cream_m.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 10% 10%;
}

.foam_m {
  width: 80%;
  padding-bottom: 80%;
  background-image: url(../panarl/img/foam_m.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 10% 10%;
}

.skin_m {
  width: 80%;
  padding-bottom: 80%;
  background-image: url(../panarl/img/skin_m.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin: 10% 10%;
}

.maco_img1 {
  width: 180px;
  height: 468px;
}

.maco_img2 {
  width: 200px;
  height: 300px;
}

.ume_img1 {
  width: 200px;
  height: 260px;
}

.super_ryuko {
  width: 100%;
  padding-bottom: 80%;
  background-image: url(../lr/img/super_ryuko01.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

/*テーブル//////////////////////////////////////////////////*/

.tbl_nomal {
  font-size: 10pt;
  margin-bottom: 5px;
  margin-top: 5px;
  border-top: #999999 1px solid;
  border-left: #999999 1px solid;
}

.tbl_nomal caption {
  background-color: #666;
  color: #fff;
  font-weight: bold;
  font-size: 13px;
  line-height: 130%;
}

.tbl_nomal th {
  background-color: #d4d4d4;
  vertical-align: top;
  text-align: left;
  padding: 1px 5px;
  border-right: #999999 1px solid;
  border-bottom: #999999 1px solid;
  white-space: nowrap;
}

.tbl_nomal td {
  vertical-align: top;
  text-align: left;
  padding: 1px 5px;
  border-right: #999999 1px solid;
  border-bottom: #999999 1px solid;
}

.list_nomal,
.list_nomal2 {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  margin-bottom: 5px;
  margin-top: 5px;
  border-top: #999999 1px solid;
  border-left: #999999 1px solid;
}

.list_nomal li {
  width: calc(33.3% - 4px);
  min-width: 155px;
  margin: 2px;
  display: flex;
}

.list_nomal2 li {
  margin: 2px;
  width: 100%;
  display: flex;
}

.list_nomal_yukoari li {
  width: calc(50% - 4px);
}

.list_nomal .span0 {
  width: 100%;
  padding: 1px 5px;
  border-right: #999999 1px solid;
  border-bottom: #999999 1px solid;
}

.list_nomal li .span1 {
  box-sizing: border-box;
  display: block;
  background-color: #d4d4d4;
  width: 55%;
  padding: 1px 5px;
  border-right: #999999 1px solid;
  border-bottom: #999999 1px solid;
}

.list_nomal li .span2 {
  box-sizing: border-box;
  display: block;
  background-color: #ffffff;
  width: 45%;
  text-align: left;
  padding: 1px 5px;
  border-right: #999999 1px solid;
  border-bottom: #999999 1px solid;
}

.list_nomal li .span3-1 {
  box-sizing: border-box;
  display: block;
  background-color: #ffc9cc;
  width: 55%;
  text-align: left;
  padding: 1px 5px;
  border-right: #999999 1px solid;
  border-bottom: #999999 1px solid;
}

.list_nomal li .span3-2 {
  box-sizing: border-box;
  display: block;
  background-color: #ffc9cc;
  width: 45%;
  text-align: left;
  padding: 1px 5px;
  border-right: #999999 1px solid;
  border-bottom: #999999 1px solid;
}

.list_nomal2 .span1-1 {
  box-sizing: border-box;
  display: block;
  background-color: #d4d4d4;
  padding: 1px 5px;
  border-right: #999999 1px solid;
  border-bottom: #999999 1px solid;
  width: 70%;
}

.list_nomal2 .span2-1 {
  box-sizing: border-box;
  display: block;
  background-color: #ffffff;
  padding: 1px 5px;
  border-right: #999999 1px solid;
  border-bottom: #999999 1px solid;
  width: 30%;
}

.list_nomal .span2-1 {
  box-sizing: border-box;
  display: block;
  background-color: #ffffff;
  padding: 1px 5px;
  border-right: #999999 1px solid;
  border-bottom: #999999 1px solid;
  width: 70%;
}

.list_nomal .span2-2 {
  box-sizing: border-box;
  display: block;
  background-color: #ffffff;
  padding: 1px 5px;
  border-right: #999999 1px solid;
  border-bottom: #999999 1px solid;
  width: 70%;
}

.price_box {
  width: 100%;
  border-collapse: collapse;
}

.price_box caption {
  background-color: #ccc;
  font-weight: 600;
  border: solid #666 1px;
  border-bottom: none;
}

.price_box th {
  background-color: #f2f2f2;
  border: 1px #666 solid;
  font-weight: 500;
}

.price_box td {
  border: #666 1px solid;
  text-align: center;
  padding: 10px 0;
}

.price_box .td1 {
  min-width: 190px;
  font-size: 14px;
}

/*リスト//////////////////////////////*/

.list_ul li,
.list_dl dd {
  margin-top: 5px;
  display: flex;
}

.list_yuta {
  display: flex;
  flex-wrap: wrap;
}

.list_yuta li {
  width: 33.3%;
  padding: 1em;
  min-width: 152px;
}

.list_yuta .img_b {
  width: 100%;
  max-width: 185px;
}

.list_umedlink {
  background-color: rgb(255, 102, 0);
  max-width: 600px;
  justify-content: space-around;
  padding: 5px;
}

.list_umedlink img {
  width: 70%;
  display: block;
  margin: 0 auto;
}

.list_umedlink li {
  margin-top: 5px;
  background-color: #fff;
  width: calc(33.3% - 2px);
  font-size: 14px;
  padding: 5px;
}

.list_umekoutei li {
  background-color: #d8e6c6;
  padding: 10px;
  border: #96bc69 1px solid;
  margin-top: 20px;
}

.list_group,
.list_group2 {
  display: flex;
  flex-wrap: wrap;
}

.list_group li,
.list_group2 li {
  min-width: 145px;
  width: 20%;
  text-align: center;
  margin-bottom: 10px;
}

.list_group img {
  max-width: 130px;
  width: 87%;
}
.list_group2 img {
  max-width: 110px;
  width: 87%;
}

.list_btn {
  display: inline-block;
  background-color: #bbb;
  margin-left: 0.1em;
  font-weight: bold;
  padding: 0.25em;
}

.list_btn_right {
  display: inline-block;
  background-color: #bbb;
  border-radius: 0 1em 1em 0;
  margin-left: 0.1em;
  padding: 0.25em 0.75em 0.25em 0.25em;
  font-weight: bold;
}

.list_btn_left {
  display: inline-block;
  background: #bbb;
  border-radius: 1em 0 0 1em;
  padding: 0.25em 0.25em 0.25em 0.75em;
  font-weight: bold;
}

.list_btn_left:hover,
.list_btn_right:hover,
.list_btn:hover {
  background-color: #ff7777;
}

@media screen and (max-width: 865px) {
  /*////パッド用///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

  /*フォント/////*/

  .f14_ps {
    font-size: 14px;
  }

  .wrap_ps th,
  .wrap_ps {
    white-space: normal;
  }

  /*メイン画像////*/

  .photo {
    float: none;
    width: 210px;
    margin: 5px auto;
  }

  /*ディスプレイ状態///////////////////////*/
  .ps_none,
  .sp_none {
    display: none;
  }

  .blo_ps {
    display: block;
  }

  .in_ps {
    display: inline-block;
  }

  /*width//////////////////////////////////////////*/

  .w100_ps {
    width: 100%;
  }

  .max_w250_ps {
    max-width: 250px;
  }

  .max_w300_ps {
    max-width: 300px;
  }

  .max_w350_ps {
    max-width: 350px;
  }

  .max_w400_ps {
    max-width: 400px;
  }
  .max_w450_ps {
    max-width: 450px;
  }

  .max_w450_ps {
    max-width: 450px;
  }

  .ps50 {
    width: 50%;
  }

  .ps90 {
    width: 90%;
  }

  .ps100 {
    width: 100%;
  }

  /*margin/////////////////////////////////////*/

  .ma_t10_ps {
    margin-top: 10px;
  }

  .ma_b10_ps {
    margin-bottom: 10px;
  }

  .ma_l15_ps {
    margin-left: 15px;
  }

  /*padding////////////////////////////////*/

  .article .pa_10_ps {
    padding: 10px;
  }

  /*float//////////////////////////////////////////*/

  .float_none_ps {
    float: none;
  }

  /*flex////////////////////////////////////////*/

  .flex_ps {
    display: flex;
  }

  .flex_1_ps {
    order: 1;
  }

  .flex_wrap_ps {
    display: flex;
    flex-wrap: wrap;
  }

  .flex_none_s {
    display: block;
  }

  /*テーブル////////////////////////////////////////////*/

  .list_nomal li {
    width: calc(33.3% - 4px);
    min-width: 83px;
    flex-wrap: wrap;
  }

  .list_nomal_yukoari li {
    width: calc(50% - 4px);
  }

  .list_nomal li .span1 {
    width: 100%;
  }

  .list_nomal li .span2 {
    width: 100%;
  }

  .list_nomal .span2-1 {
    width: 100%;
  }

  .list_nomal .span2-2 {
    width: 100%;
  }

  /*特定スペース//////////////////////////////*/

  /*画像比率保持//////////////////////////////////////////////*/

  .img_w120 {
    border: 1px #999 solid;
    overflow: hidden;
    height: auto;
    max-width: 520px;
  }

  .img_w120 img {
    border: none;
    width: 120%;
  }

  .img_w120_left img {
    margin-left: -20%;
  }

  .img_w130 {
    border: 1px #999 solid;
    overflow: hidden;
    height: auto;
    max-width: 450px;
  }

  .img_w130_left img {
    margin-left: -30%;
  }

  .img_w130 img {
    border: none;
    width: 130%;
  }

  .img_w140 {
    border: 1px #999 solid;
    overflow: hidden;
    height: auto;
    max-width: 420px;
  }

  .img_w140_left img {
    margin-left: -40%;
  }

  .img_w140 img {
    border: none;
    width: 140%;
  }

  .img_w150 {
    border: 1px #999 solid;
    overflow: hidden;
    height: auto;
    max-width: 400px;
  }

  .img_w150 img {
    border: none;
    width: 150%;
  }

  .img_w150_left img {
    margin-left: -50%;
  }

  .img_w160 {
    border: 1px #999 solid;
    overflow: hidden;
    height: auto;
    max-width: 350px;
  }

  .img_w160 img {
    border: none;
    width: 160%;
  }

  .img_w165 {
    border: 1px #999 solid;
    overflow: hidden;
    height: auto;
    max-width: 350px;
  }

  .img_w165 img {
    border: none;
    width: 165%;
  }

  /*zoon////////////////////////////////////////////////*/

  .zoon_1-1 {
    margin: auto 0;
    width: 62%;
    max-width: 180px;
  }

  .zoon_1-2 {
    width: 100%;
    order: 1;
    padding: 0;
  }

  .zoon_1-3 {
    margin-left: 3%;
    width: 35%;
    max-width: 125px;
  }

  .zoon_1-3_wrap {
    margin-left: 3%;
    width: 35%;
    max-width: 125px;
  }

  .zoon_2-1 {
    width: 100%;
    max-width: 250px;
    margin-left: 10px;
  }

  .zoon_2-2 {
    width: 100%;
  }

  /* 開いた時のハンバーガーのデザイン /////////////////////////////////////////////////////////*/

  .open .hamburger_line {
    background: transparent;
  }

  .open .hamburger_line::before,
  .open .hamburger_line::after {
    background: #000;
  }

  .open .hamburger_line::before {
    transform: rotate(135deg);
  }

  .open .hamburger_line::after {
    transform: rotate(-135deg);
  }

  .open .hamburger_bg {
    opacity: 0.5;
    visibility: visible;
  }

  .open .hamburger-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #d9d9df;
    opacity: 0.8;
  }

  .blo_p {
    display: block;
  }

  .sp_none {
    display: none;
  }

  /*float///////////////////////////////////////////////////////*/

  .float_none_ps {
    float: none;
  }

  /*flex//////////////////////////////////////////////////////*/

  /*article////////////////////////////////////////////////////////////////*/

  .article {
    width: 100%;
    max-width: none;
    padding: 0 8px 0 0;
  }

  /*footer/////////////////////////////////////////////////////////////////*/
  .side-can_tai {
    font-size: 12px;
  }

  .top-btn {
    position: fixed;
    opacity: 0.8;
    background-color: #999;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 1.5em;
    font-size: 40px;
    bottom: 10px;
    right: 10px;
  }

  .top-btn:hover {
    background-color: #666;
  }

  /*list////////////////////////////*/

  .list_umedlink li {
    margin-top: 5px;
    background-color: #fff;
    width: calc(50% - 3px);
    font-size: 14px;
    padding: 5px;
    max-width: 170px;
  }
}

@media screen and (max-width: 599px) {
  /*/スマフォ用////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

  .f14_s {
    font-size: 14px;
  }

  .col1 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .wrap_s th,
  .wrap_s {
    white-space: normal;
  }

  /*ディスプレイ状態///////////////////////*/

  .sp_none,
  .sumafo-none {
    display: none;
  }

  .flex_s {
    display: flex;
  }

  .blo_s,
  .main-none {
    display: block;
  }

  /*width//////////////////////////////////////////*/

  .s100 {
    width: 100%;
  }

  .w150px_s {
    width: 150px;
  }

  .max_w400_s {
    max-width: 400px;
  }

  /*margin/////////////////////////////////////*/

  .ma_l15_s {
    margin-left: 15px;
  }

  /*float//////////////////////////////////////////*/

  .float_none_ps,
  .float_none_s {
    float: none;
  }

  /*flex////////////////////////////////////////*/

  .flex_1_s {
    order: 1;
  }

  .flex_wrap_s {
    display: flex;
    flex-wrap: wrap;
  }

  /*header///////////////////////////////////////*/

  .header_wrap {
    justify-content: flex-start;
  }

  .logo {
    margin-left: 10px;
    margin-right: 10px;
  }

  .tel_btn {
    overflow: hidden;
    border-radius: 50%;
    width: 45px;
    position: fixed;
    top: 10px;
    right: 10px;
  }

  .header_kennsaku {
    margin-right: 60px;
  }

  .tel_btn img {
    width: 100%;
    height: 100%;
    vertical-align: middle;
  }

  /*side/////////////////////////////////////////////////////////*/

  .side {
    width: 100%;
    min-width: 200px;
    vertical-align: top;
    padding: 0 8px;
  }

  .cn {
    width: 48%;
    max-width: 200px;
    margin: 0 1% 10px 1%;
  }

  .side-list-item2 {
    display: flex;
    flex-wrap: wrap;
  }

  .navi2 {
    width: 33.3%;
    min-width: 150px;
  }

  /*article////////////////////////////////////////////////////////////////*/

  .article {
    width: 100%;
    max-width: none;
    padding: 2%;
  }

  /*footer/////////////////////////////////////////////////////////////////*/
}
