@charset "UTF-8";
html {
  overflow-x: hidden !important;
  font-size: 62.5% !important;
}
body {
  padding-top: 10px !important;
  background-color: #fff;
  background-image: url();
  color: #262626 !important;
  font-family: 'Noto Sans Japanese', sans-serif !important;
  font-weight: 200;
  font-size: 1.4rem;
}
a {
  color: #65949F;
}
a:hover {
  color: #5e5e5e;
}
a:hover {
  text-decoration: none !important;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
a {
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
#wrapper {
  max-width: 1000px;
}
#contents {
  float: right;
}
#contents .topicpath-nav {
  margin-bottom: 5px;
}
#contents .topicpath-nav li {
  padding: 0;
}
#contents .topicpath-nav a {
  margin-left: 5px;
}
body #side {
  font-size: 12px;
}
#side .unstyled img {
  display: block;
  margin-bottom: 5px;
}
.txt_l {
  text-align: left;
}
.txt_c {
  text-align: center;
}
.txt_r {
  text-align: right;
}
.txt_fwn {
  font-weight: normal;
}
.txt_fwb {
  font-weight: bold;
}
.txt_fw100 {
  font-weight: 100;
}
.txt_fw200 {
  font-weight: 200;
}
.txt_fw300 {
  font-weight: 300;
}
.txt_fw400 {
  font-weight: 400;
}
.txt_fw500 {
  font-weight: 500;
}
.txt_fw600 {
  font-weight: 600;
}
.txt_fw700 {
  font-weight: 700;
}
.txt_fw800 {
  font-weight: 800;
}
.txt_fw900 {
  font-weight: 900;
}
.txt_10 {
  font-size: 10px;
}
.txt_12 {
  font-size: 12px;
}
.txt_14 {
  font-size: 14px;
}
.txt_16 {
  font-size: 16px;
}
.txt_18 {
  font-size: 18px;
}
.txt_20 {
  font-size: 20px;
}
.txt_24 {
  font-size: 24px;
}
.txt_28 {
  font-size: 28px;
}
.txt_c_333 {
  color: #333;
}
.txt_c_ccc {
  color: #ccc;
}
.txt_c_nblue {
  color: #5E8C98;
}
.txt_c_gold {
  color: #9B9A77;
}
.bgc_gray {
  background-color: #f1f1f1;
}
.mar_auto {
  margin: 0 auto;
}
.mar_0 {
  margin: 0;
}
.mar_t_0 {
  margin-top: 0;
}
.mar_r_0 {
  margin-right: 0;
}
.mar_b_0 {
  margin-bottom: 0;
}
.mar_l_0 {
  margin-left: 0;
}
.mar_5 {
  margin: 5px;
}
.mar_t_5 {
  margin-top: 5px;
}
.mar_r_5 {
  margin-right: 5px;
}
.mar_b_5 {
  margin-bottom: 5px;
}
.mar_l_5 {
  margin-left: 5px;
}
.mar_t_10 {
  margin-top: 10px;
}
.mar_r_10 {
  margin-right: 10px;
}
.mar_b_10 {
  margin-bottom: 10px;
}
.mar_l_10 {
  margin-left: 10px;
}
.mar_t_20 {
  margin-top: 20px;
}
.mar_r_20 {
  margin-right: 20px;
}
.mar_b_20 {
  margin-bottom: 20px;
}
.mar_l_20 {
  margin-left: 20px;
}
.mar_t_30 {
  margin-top: 30px;
}
.mar_r_30 {
  margin-right: 30px;
}
.mar_b_30 {
  margin-bottom: 30px;
}
.mar_l_30 {
  margin-left: 30px;
}
.mar_t_40 {
  margin-top: 40px;
}
.mar_r_40 {
  margin-right: 40px;
}
.mar_b_40 {
  margin-bottom: 40px;
}
.mar_l_40 {
  margin-left: 40px;
}
.mar_t_50 {
  margin-top: 50px;
}
.mar_r_50 {
  margin-right: 50px;
}
.mar_b_50 {
  margin-bottom: 50px;
}
.mar_l_50 {
  margin-left: 50px;
}
.mar_b_100 {
  margin-bottom: 100px;
}
/* padding */
.pad_v_10 {
  padding: 10px 0;
}
.pad_v_20 {
  padding: 20px 0;
}
.pad_v_30 {
  padding: 30px 0;
}
.pad_0 {
  padding: 0;
}
.pad_t_0 {
  padding-top: 0;
}
.pad_r_0 {
  padding-right: 0;
}
.pad_b_0 {
  padding-bottom: 0;
}
.pad_l_0 {
  padding-left: 0;
}
.pad_5 {
  padding: 5px;
}
.pad_t_5 {
  padding-top: 5px;
}
.pad_r_5 {
  padding-right: 5px;
}
.pad_b_5 {
  padding-bottom: 5px;
}
.pad_l_5 {
  padding-left: 5px;
}
.pad_10 {
  padding: 10px;
}
.pad_t_10 {
  padding-top: 10px;
}
.pad_r_10 {
  padding-right: 10px;
}
.pad_b_10 {
  padding-bottom: 10px;
}
.pad_l_10 {
  padding-left: 10px;
}
.pad_20 {
  padding: 20px;
}
.pad_t_20 {
  padding-top: 20px;
}
.pad_r_20 {
  padding-right: 20px;
}
.pad_b_20 {
  padding-bottom: 20px;
}
.pad_l_20 {
  padding-left: 20px;
}
.pad_l_25 {
  padding-left: 25px;
}
.pad_30 {
  padding: 30px
}
.pad_t_30 {
  padding-top: 30px;
}
.pad_r_30 {
  padding-right: 30px;
}
.pad_b_30 {
  padding-bottom: 30px;
}
.pad_l_30 {
  padding-left: 30px;
}
.pad_40 {
  padding: 40px
}
.pad_t_40 {
  padding-top: 40px;
}
.pad_r_40 {
  padding-right: 40px;
}
.pad_b_40 {
  padding-bottom: 40px;
}
.pad_l_40 {
  padding-left: 40px;
}
.pad_50 {
  padding: 50px
}
.pad_t_50 {
  padding-top: 50px;
}
.pad_r_50 {
  padding-right: 50px;
}
.pad_b_50 {
  padding-bottom: 50px;
}
.pad_l_50 {
  padding-left: 50px;
}
.pad_60 {
  padding: 60px
}
.pad_t_60 {
  padding-top: 60px;
}
.pad_r_60 {
  padding-right: 60px;
}
.pad_b_60 {
  padding-bottom: 60px;
}
.pad_l_60 {
  padding-left: 60px;
}
.bor_t_1 {
  border-top: 1px solid #eee;
}
.bor_r_1 {
  border-right: 1px solid #eee;
}
.bor_b_1 {
  border-bottom: 1px solid #eee;
}
.bor_l_1 {
  border-left: 1px solid #eee;
}
.va-10 {
  vertical-align: -10%;
}
.va-20 {
  vertical-align: -20%;
}
.va-30 {
  vertical-align: -30%;
}
.va-35 {
  vertical-align: -35%;
}
.va-40 {
  vertical-align: -40%;
}
@media (max-width: 980px) {
  #base_gmoWrapp, #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) {
  #contents {}
}
@media (max-width: 480px) {}
.icon-user {
  background-position: -208px 0px;
}
.icon-lg-b.icon-user {
  background-position: -312px 0px;
}
.icon-adduser {
  background-position: -240px 0px;
}
.icon-lg-b.icon-adduser {
  background-position: -360px 0px;
}
.icon-login {
  background-position: -48px -80px;
}
.icon-lg-b.icon-login {
  background-position: -72px -120px;
}
.icon-logout {
  background-position: -32px -80px;
}
.icon-lg-b.icon-logout {
  background-position: -48px -120px;
}
.icon-home {
  background-position: -176px -16px;
}
.icon-lg-b.icon-home {
  background-position: -264px -24px;
}
.icon-mail {
  background-position: -64px 0px;
}
.icon-lg-b.icon-mail {
  background-position: -96px 0px;
}
.icon-pencil {
  background-position: -96px 0px;
}
.icon-lg-b.icon-pencil {
  background-position: -144px 0px;
}
.icon-help {
  background-position: -272px -80px;
}
.icon-lg-b.icon-help {
  background-position: -408px -120px;
}
.icon-cart {
  background-position: -176px -64px;
}
.icon-lg-b.icon-cart {
  background-position: -264px -96px;
}
.icon-search {
  background-position: -208px -16px;
}
.icon-lg-b.icon-search {
  background-position: -312px -24px;
}
.icon-chevron_up {
  background-position: -0px -144px;
}
.icon-lg-b.icon-chevron_up {
  background-position: -0px -216px;
}
.icon-chevron_down {
  background-position: -352px -128px;
}
.icon-lg-b.icon-chevron_down {
  background-position: -528px -192px;
}
.icon-b, .icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b, .icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png);
}
.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png);
}
.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
}
.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b, .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }
  .icon-lg-b, .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png);
  }
  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}
@media (max-width: 768px) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png);
  }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png);
  }
  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png);
  }
}
/*カスタマイズ*/
@media (max-width: 480px) {
  body {
    padding-top: 60px !important;
  }
  #header .col-xs-12 {
    text-align: center;
  }
}
.navbar-default {
  border: none !important;
  background-color: #5E8C98 !important;
}
.navbar-default .navbar-toggle {
  background-color: #5E8C98 !important;
  border: none;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff !important;
}
#header #h-navi li {
  margin-left: 10px;
}
#header #h-navi li img {
  height: 18px;
  width: auto;
}
#bcrumb {
  margin-bottom: 0px;
}
#bcrumb ul {
  margin-bottom: 5px;
}
#bcrumb ul li {
  padding-left: 0px;
  padding-right: 0px;
}
.bx-wrapper .bx-viewport {
  box-shadow: none !important;
}
.sb-slidebar {
  background-color: #fff !important;
}
/* トップ画像 */
#slider img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.bx-wrapper .bx-viewport {
  border: none !important;
}
/* メイン部分 */
#contents ul.unstyled {
  margin-left: -15px !important;
}
#contents ul.unstyled.mar_l_0 {
  margin-left: 0px !important;
}
#contents ul.unstyled.mar_5_0 {
  margin-5ight: 0px !important;
}
/* サイドメニュー */
#side h3 {
  margin-bottom: 2px;
}
#side ul.category-sub li a {
  color: #999999 !important;
}
#side ul.category-sub li a:hover {
  color: #cccccc !important;
}
.sb-slidebar #btn_search, #side #btn_search {
  background-color: #fff;
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}
#footer {
  background-color: #f6f6f6;
  text-align: left;
  font-size: 12px;
  padding-bottom: 20px;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
#footer.row {
  margin-left: 0;
  margin-right: 0;
}
#footer ul {
  margin-left: 0;
  list-style: none;
}
#footer ul li {
  border-bottom: 1px solid #dbdbdb;
  padding: 6px 2px;
}
#footer2 address {
  font-size: 10px;
  text-align: center;
}
#product input {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #5E8C98 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #ccc !important;
}
/* カラーミーキットの変更 */
select, textarea, [type="text"], [type="password"], [type="datetime"], [type="datetime-local"], [type="date"], [type="month"], [type="time"], [type="week"], [type="number"], [type="email"], [type="url"], [type="search"], [type="tel"], [type="color"], .uneditable-input {
  display: inline-block;
  padding: 4px 6px;
  height: auto;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: inherit;
  vertical-align: middle;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
.table-bordered {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border-collapse: collapse;
}
.table-bordered thead:first-child tr:first-child > th:first-child, .table-bordered tbody:first-child tr:first-child > td:first-child, .table-bordered tbody:first-child tr:first-child > th:first-child {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
}
.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
}
.table-bordered thead:last-child tr:last-child > th:first-child, .table-bordered tbody:last-child tr:last-child > td:first-child, .table-bordered tbody:last-child tr:last-child > th:first-child, .table-bordered tfoot:last-child tr:last-child > td:first-child, .table-bordered tfoot:last-child tr:last-child > th:first-child {
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-radius-bottomleft: 0px;
  border-bottom-left-radius: 0px;
}
.table-bordered thead:last-child tr:last-child > th:last-child, .table-bordered tbody:last-child tr:last-child > td:last-child, .table-bordered tbody:last-child tr:last-child > th:last-child, .table-bordered tfoot:last-child tr:last-child > td:last-child, .table-bordered tfoot:last-child tr:last-child > th:last-child {
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-bottomright: 0px;
  border-bottom-right-radius: 0px;
}
.table-bordered caption + thead tr:first-child th:first-child, .table-bordered caption + tbody tr:first-child td:first-child, .table-bordered colgroup + thead tr:first-child th:first-child, .table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
}
.table-bordered caption + thead tr:first-child th:last-child, .table-bordered caption + tbody tr:first-child td:last-child, .table-bordered colgroup + thead tr:first-child th:last-child, .table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  border-top-right-radius: 0px;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd !important;
}
.freepage .col {
  text-align: center;
}
.btn_nblue {
  background-color: #65949f;
  color: #fff !important;
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.btn_nblue:hover {
  background-color: #65949f;
  color: #fff !important;
  text-decoration: none !important;
  opacity: .7;
  -webkit-opacity: .7;
  -moz-opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
@media (min-width: 481px) {
  .freepage {
    line-height: 1.8;
  }
  .freepage .c_check {
    line-height: 1.5;
  }
}
#bcrumb .new_mark_img1 {
  display: none !important;
}
.new_mark_img1 {
  margin-right: 5px !important;
  vertical-align: 0px;
  height: 13px !important;
}
/* add */
#contents h2 {
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  font-size: 20px;
}
img {
  border-radius: 4px;
}
h2 img, #h-navi img {
  border-radius: 0px;
}
.topicpath-nav {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
h1.h1ca {
  font-size: 11px !important;
  color: #aaa !important;
  text-indent: 1em;
  width: 994px;
  margin: 0 auto;
}
@media (max-width: 991px) {
  h1.h1ca {
    width: 745px !important
  }
}
ul.row.unstyled li:nth-child(4n+1) {
  display: block;
  clear: left;
}
@media (max-width: 768px) {
  ul.row.unstyled li:nth-child(2n+1) {
    display: block;
    clear: left;
  }
}
.saikin li:nth-child(4n+1) {
  clear: inherit !important;
}
@media (max-width: 768px) {
  h1.h1ca {
    display: none
  }
  .saikin li:nth-child(2n+1) {
    display: block;
    clear: inherit !important;
  }
  .saikin li:nth-child(3n+1) {
    display: block;
    clear: left;
  }
}
@media (min-width: 478px) {
  /*add0225*/
  #footer ul li {
    width: 50%;
  }
  #footer ul {
    display: flex;
    flex-wrap: wrap;
  }
}
img {
  max-width: 100%;
  max-height: auto;
}
.main__contents img {
  border-radius: 0px;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
a {
  text-decoration: none;
}
header li {
  list-style: none;
}
@media screen and (min-width: 768px) {
  .c_check ul.saikin .new_mark_img1 {
    top: 0;
    left: 0;
    width: 25% !important;
    height: auto !important;
    border-radius: 8px 0 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c_check ul.saikin .new_mark_img1 {
    top: 0;
    left: 0;
    width: 25% !important;
    height: auto !important;
    min-width: 50px;
    border-radius: 8px 0 0 0;
  }
}
/*フリーページタイトル*/
@media screen and (min-width: 768px) {
  h2.free_ttl {
    font-size: 1.9rem;
    letter-spacing: 0.6rem;
    margin-bottom: 50px;
    margin-top: 0;
    text-align: center;
    color: #729BB2;
    font-weight: 400;
    border-bottom: none !important;
  }
  h2.free_ttl span {
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 767px) {
  h2.free_ttl {
    font-size: 1.25rem;
    letter-spacing: 0.6rem;
    margin-bottom: 27px;
    text-align: center;
    color: #729BB2;
    font-weight: 400;
    border-bottom: none !important;
  }
  h2.free_ttl span {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 3px;
  }
}
/*------追加-----*/
#bcrumb ul li a {}
.product-list__fav-items button.is-added svg, .product__fav-item .fav-items, .product__fav-item .fav-items svg {
  color: #f4cdd0 !important;
}
main .new_mark_img1 {
  border-radius: 0;
}
#btn_search {
  margin-left: -40px;
  background-color: transparent;
}
#contents.freepage a {
  text-decoration: underline;
}
#contents.freepage li.col a {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  #contents.freepage {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }
  .header .global-nav .header__user-nav li.header-search ul {
    width: 202px;
  }
  .header .global-nav .header__user-nav li.header-search ul li {
    margin-left: 0;
  }
  .header .global-nav .header__user-nav li.header-search ul li form {
    margin-bottom: 0;
  }
  .header .global-nav .header__user-nav li.header-search ul li form input.form-control {
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    box-shadow: none;
  }
  #btn_search {
    margin-left: -40px;
    background-color: transparent;
  }
  #btn_search i {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 767px) {
  .header .global-nav .global-nav__unit form input.form-control {
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    box-shadow: none;
  }
  #btn_search {
    margin-left: -40px;
    background-color: transparent;
  }
  #btn_search i {
    transform: scale(0.95);
  }
}
/*商品高さ調整*/
@media screen and (min-width: 768px) {
  .main__contents .main__contents-box section.pickup ul li .pickup-img {
    position: relative;
  }
  .main__contents .main__contents-box section.pickup ul li .pickup-img img {
    height: 100%;
  }
  .product-list__fav-items button {
    right: 0 !important;
    bottom: -15px;
    text-align: right !important;
    position: absolute;
  }
}
@media screen and (max-width: 767px) {
  .product-list__fav-items {
    right: 0;
    bottom: 0px;
    text-align: right !important;
  }
}
/*style.css*/
/*-お気に入りボタン-*/
.product-list__fav-items {
  margin-top: -10px !important;
  width: 30px;
  margin-left: auto;
  position: absolute;
  bottom: -10px;
  right: 0;
}
.product-list__fav-items button {
  display: block;
  width: 100%;
  padding: 0 0;
  cursor: pointer;
  transition: .2s;
  text-align: center;
  color: #999;
  border: 0;
  outline: none;
  background: transparent;
  /*p*/
}
.product-list__fav-items .fav-items {
  color: #ff7373;
}
.product-list__fav-items svg {
  width: 15px !important;
  height: 15px !important;
  fill: currentColor;
}
/*-//お気に入りボタン-*/
body {
  font-family: YuGothic, 'Yu Gothic', "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", YuGothicM, メイリオ, Meiryo, sans-serif;
  position: relative;
  background-color: #fff;
  color: #999;
  overflow-x: hidden !important;
  font-size: 1.5rem;
  font-feature-settings: "palt";
  letter-spacing: 0.5px;
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.25rem;
  }
}
.mincho {
  font-family: "游明朝", YuMincho, "Kozuka Mincho Pro", "Kozuka Mincho Std", "小塚明朝 Pro R", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}
.font-IBM {
  font-family: 'Arial', "游ゴシック Medium", sans-serif;
}
.font-yugo {
  font-family: "游ゴシック Medium", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", YuGothicM, メイリオ, Meiryo, sans-serif;
}
img {
  max-width: 100%;
  max-height: auto;
}
.main__contents img {
  border-radius: 8px;
}
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
a {
  text-decoration: none;
  color: #262626 !important;
}
header a, .main__contents a {}
header li {
  list-style: none;
}
@media(min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.inrWidth {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.outerWidth {
  width: 940px;
  margin-right: auto;
  margin-left: auto;
}
.fullWidth {
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 1300px) {
  .fullWidth {
    width: 1600px;
  }
  .outerWidth {
    width: 1300px;
  }
  .inrWidth {
    width: 90%;
  }
}
@media screen and (min-width: 1000px) and (max-width: 1300px) {
  .fullWidth {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1300px) {
  .fullWidth {
    width: 100% !important;
  }
  .outerWidth {
    width: 90%;
  }
}
@media screen and (min-width: 768px) and (max-width: 980px) {
  .outerWidth {
    width: 90% !important;
  }
}
@media screen and (max-width: 767px) {
  .inrWidth {
    width: 90%;
  }
  .outerWidth {
    width: 88.6%;
  }
}
/*-----PCスマホ-------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
@media screen and (min-width: 768px) {
  a {
    transition: ease .3s;
    color: #729BB2;
  }
  a img {
    transition: ease .3s;
  }
  a:hover {
    color: #cbcaca;
  }
  a:hover, a:hover img {
    opacity: 0.8;
  }
  .pc {
    display: block !important;
  }
  .sp {
    display: none !important;
  }
}
/*------------------header--------------------*/
header {
  position: fixed;
  width: 100%;
  z-index: 10000;
}
@media screen and (max-width: 767px) {
  body.open {}
}
/*@supports (-webkit-touch-callout: none) {
  body {
     Safari用のハック 
    height: -webkit-fill-available;
  }
}*/
#topBtn {
  position: fixed;
  display: block;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  #topBtn {
    bottom: 20px;
    right: 20px;
  }
  #topBtn a {
    width: 20px;
  }
}
@media screen and (min-width: 768px) {
  #topBtn {
    /*width: 100%;*/
  }
}
#topBtn a {
  display: block;
}
/*------------main-------------*/
.poR {
  position: relative;
}
.poA {
  position: absolute;
}
.mb0 {
  margin-bottom: 0 !important;
}
main {
  margin: 0 auto;
  display: block;
}
/*----------pc--------------*/
@media screen and (min-width: 768px) {
  /*--header--*/
  header {
    height: 113px;
    background-color: #fff;
    top: 0;
  }
  header .header {
    box-sizing: border-box;
    max-width: 1300px;
    margin: 0 auto;
    position: relative;
    width: 95%;
  }
  header .header::after {
    display: block;
    clear: both;
    content: '';
  }
  header .header img {
    border-radius: 0;
  }
  .header h1 {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 20px;
    margin-top: 15px;
  }
  .header h1 img {
    display: block;
    height: 68px;
  }
  /*-上段-*/
  .header .global-box {
    float: right;
    font-size: 1.5rem;
    margin-top: 27px;
    font-weight: normal;
    width: 70%;
    letter-spacing: 1.4px;
  }
  .header .global-nav {
    font-size: 1.3rem;
  }
  .header .global-nav02 {
    display: flex !important;
    align-items: baseline;
    margin-top: 34px;
    justify-content: flex-end;
    font-size: 1.5rem;
  }
  .header .global-nav02 > .dropdwn {
    min-width: 510px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .header .global-nav .header__user-nav {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .header .global-nav .header__user-nav li {
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 1.2rem;
  }
  .header .global-nav .header__user-nav li a {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
  }
  .header .global-nav .header__user-nav li a:hover {
    color: #cbcaca;
  }
  .header .global-nav .header__user-nav li img {
    height: 13px;
    margin-right: 6px;
  }
  .header .global-nav .header__user-nav li img.img-key {
    height: 18px;
  }
  .header .global-nav .header__user-nav li.header-cart {}
  .header .global-nav .header__user-nav li.header-cart a {
    display: flex;
    align-items: center;
  }
  .header .global-nav .header__user-nav li.header-cart a span {}
  .header .global-nav .header__user-nav li.header-cart .global-header__cart-count {}
  /*-下段-*/
  .header .global-nav .global-nav__unit {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    text-align: left;
    vertical-align: top;
    margin-right: 3%;
    font-family: YuGothic, 'Yu Gothic', sans-serif;
  }
  .header .global-nav02 .global-nav__unit:last-of-type {
    padding-right: 0;
    margin-right: 0;
  }
  .header .global-nav .global-nav__unit .global-nav__unit-p {
    position: relative;
    cursor: pointer;
    transition: ease .5s;
  }
  .header .global-nav .global-nav__unit.is-opened .global-nav__unit-p {
    color: #cbcaca !important;
    transition: ease .5s;
  }
  .header .global-nav .global-nav__unit.is-opened .global-nav__unit-p > a {
    color: #cbcaca;
    transition: ease .1s;
  }
  .header .global-nav .global-nav__unit .global-nav__unit-p.-product::after {
    position: absolute;
    bottom: -18px;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -7px;
    content: '';
    transition: .2s;
    opacity: 0;
    border-style: solid;
    border-width: 0 6px 12px 6px;
    border-color: transparent transparent #EBEBEB transparent;
  }
  .header .global-nav .global-nav__unit.is-opened .global-nav__unit-p::after {
    opacity: 1;
  }
  .header .global-nav .global-nav__unit.businessuse .global-nav__unit-p::before, .header .global-nav .global-nav__unit.businessuse .global-nav__unit-p::after {
    display: none;
  }
  .header .global-nav .global-nav__unit02 {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    font-size: 1.2rem;
    min-width: 170px;
  }
  .header .global-nav .global-nav__unit02 a {
    display: block;
  }
  .global-nav__body img {
    width: 14px;
    margin-left: 6px;
  }
  .global-nav__body img {
    width: 8px;
    margin-right: 16%;
  }
  .header .global-nav .global-nav__unit .global-nav__body {
    position: absolute;
    z-index: 1000;
    right: 0;
    left: 0;
    top: 16px;
    overflow: hidden;
    width: 210px;
    height: 0;
    margin: 0;
    transition: .2s;
    opacity: 0;
    transform: translate(-26%, 0);
  }
  /*about*/
  .header .global-nav .global-nav__unit.global-nav__unit-about .global-nav__body {
    transform: translate(-52%, 0);
  }
  .header .global-nav .global-nav__unit.global-nav__unit-about .global-nav__body .global-nav__body-inner {
    width: 170px;
  }
  /*//about*/
  .header .global-nav .global-nav__unit.is-opened .global-nav__body {
    height: auto;
    padding-top: 30px;
    opacity: 1;
  }
  .header .global-nav .global-nav__unit .global-nav__body .global-nav__body-inner {
    margin: auto;
    background-color: #EBEBEB;
    padding-top: 0px;
    width: 210px;
    position: relative;
    top: -10px;
    font-family: "游ゴシック Medium", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", YuGothicM, メイリオ, Meiryo, sans-serif;
  }
  .header .global-nav .global-nav__unit .global-nav__body .global-nav__body-inner ul {
    margin: auto;
    width: auto;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding: 53px 25px 27px;
    box-sizing: border-box;
  }
  .header .global-nav .global-nav__unit .global-nav__body .global-nav__body-inner li {
    margin-bottom: 18px;
    line-height: 1;
    border-bottom: 1px dotted;
    padding-bottom: 8px;
    font-family: YuGothic, 'Yu Gothic', sans-serif;
  }
  .header .global-nav .global-nav__unit .global-nav__body .global-nav__body-inner li:last-of-type {
    border-bottom: none;
  }
  .header .global-nav .global-nav__unit .global-nav__body .global-nav__body-inner li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
  }
  .header .global-nav .global-nav__unit .global-nav__body .global-nav__body-inner li a:hover {
    color: #cbcaca;
  }
}
/*header ブレークポイント調整*/
@media screen and (min-width: 768px) and (max-width: 1030px) {
  .header h1 {
    top: 30px;
  }
  .header h1 img {
    width: 200px;
  }
  .header .global-nav {
    font-size: 1.2rem;
  }
  .header .global-nav .global-nav__unit {
    padding: 0 6px;
    margin-right: 6px;
    font-size: 1.3rem;
    line-height: 20px;
    letter-spacing: 1px;
  }
  .header .global-nav .global-nav__unit .global-nav__unit-p.-product::after {
    bottom: -14px;
  }
}
@media screen and (max-width: 767px) {
  /*--header--*/
  header {
    height: 70px;
    background-color: #fff;
    top: 0;
  }
  header .header {
    box-sizing: border-box;
    max-width: 980px;
    margin: 0 auto;
  }
  header .header img {
    border-radius: 0;
  }
  header .header::after {
    display: block;
    clear: both;
    content: '';
  }
  .header h1 {
    max-width: 100%;
    position: fixed;
    left: 20px;
    top: 12px;
    margin-top: 10px;
  }
  .header h1 img {
    display: block;
    height: 32px;
  }
  /*-上段-*/
  .header .global-box {
    float: right;
    font-size: 1.4rem;
    margin-top: 8px;
    font-weight: normal;
    position: relative;
    top: 7px;
  }
  .header .global-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: 240px;
  }
  .header .global-nav02 {
    margin-right: 0%;
    margin: auto;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    background: #fff;
    color: #555;
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    overflow-y: scroll;
    padding-bottom: 100px;
    display: block;
  }
  .header .global-nav02.active {
    opacity: 1;
    pointer-events: painted;
    z-index: 999;
  }
  .header .global-nav .header__user-nav {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    left: 68px;
    top: 3px;
  }
  .header .global-nav .header__user-nav li {
    margin-left: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header .global-nav .header__user-nav li img {
    width: 18px;
    height: 18px;
  }
  .header .global-nav .header__user-nav li img.img-key {
    height: 19px;
    width: 20px;
  }
  .header .global-nav .header__user-nav li.header-cart {}
  .header .global-nav .header__user-nav li.header-cart .global-header__cart-count {}
  /*-下段-*/
  .header .global-nav .global-nav__unit {
    display: block;
    text-align: left;
    vertical-align: top;
    position: relative;
    font-size: 1.65rem;
    padding: 13px 6px;
    border-bottom: 1px dotted;
  }
  .header .global-nav .global-nav__unit.-ac-sp {
    transition: all .3s ease-out;
  }
  .header .global-nav .global-nav__unit.-ac-sp::after {
    content: '';
    display: inline-block;
    background-image: url(https://file002.shop-pro.jp/PA01341/941/img/common/ac-open.svg);
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    height: 16px;
    width: 16px;
    margin-top: -8px;
    top: 24px;
    right: 20px;
    transition: all .2s ease-out;
  }
  .header .global-nav .global-nav__unit.-ac-sp.op::after {
    background-image: url("https://file002.shop-pro.jp/PA01341/941/img/common/ac-close.svg");
    transform: rotate(360deg);
    margin-top: 0;
  }
  .header .global-nav .global-nav__unit > img, .global-nav__body img {
    width: 14px;
    margin-left: 6px;
  }
  .global-nav__body img {
    width: 8px;
    margin-right: 16%;
  }
  .header .global-nav .global-nav__unit .global-nav__body {
    transition: height 0.2s linear;
    z-index: 1000;
    right: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
    height: 0;
    overflow-x: hidden;
  }
  .header .global-nav .global-nav__unit.-ac-sp.op .global-nav__body {
    height: auto;
    transition: height 0.2s linear;
  }
  .header .global-nav .global-nav__unit .global-nav__body .global-nav__body-inner {
    width: 100%;
    margin: auto;
    padding-top: 15px;
  }
  .header .global-nav .global-nav__unit .global-nav__body .global-nav__body-inner li {
    width: 98%;
    line-height: 1;
    font-size: 1.65rem;
    padding: 13px 6px;
    border-bottom: 1px dotted;
    position: relative;
    left: -6px;
    padding-left: 14.5px;
  }
  .header .global-nav .global-nav__unit .global-nav__body .global-nav__body-inner li:first-of-type {
    border-top: 1px dotted;
  }
  .header .global-nav .global-nav__unit .global-nav__body .global-nav__body-inner li:last-of-type {
    border-bottom: none;
    padding-bottom: 0;
  }
  .header .global-nav .global-nav__unit .global-nav__body .global-nav__body-inner li a {
    width: 100%;
    display: block;
  }
  .global-nav02 .dropdwn {
    width: 86.6%;
    margin: auto;
    margin-top: 30px;
  }
  .global-nav02 .header-sns {
    width: 86.6%;
    margin: 19px auto 23px;
    padding-left: 10px;
  }
  .global-nav02 .header-sns a {}
  .global-nav02 .header-sns a img {
    height: 25px;
    margin-right: 17px;
  }
  /*--togglenav--*/
  .navToggle {
    width: 30px;
    height: 25px;
    cursor: pointer;
    z-index: 9998;
    text-align: center;
    margin-left: 30px;
    left: -7px;
    position: relative;
    top: 0px;
  }
  .navToggle.active {
    top: 0px;
  }
  .navToggle span {
    display: block;
    position: absolute;
    width: 25px;
    border-bottom: 2px solid #000;
    -webkit-transition: .35s ease-in-out;
    -moz-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    left: -1px;
  }
  .navToggle span:nth-child(1) {
    top: 6px;
  }
  .navToggle span:nth-child(2) {
    top: 15px;
  }
  .navToggle span:nth-child(3) {
    top: 25px;
  }
  .navToggle.active span:nth-child(1) {
    top: 15px;
    left: -1px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-bottom: 2px solid #000;
  }
  .navToggle.active span:nth-child(2) {
    display: none;
  }
  .navToggle.active span:nth-child(3) {
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    border-bottom: 2px solid #000;
  }
  .scroll-prevent {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
  }
  .scroll-prevent body {
    overflow-y: scroll;
  }
}
p {
  min-height: 1px;
}
/*-----footer-----*/
@media screen and (min-width: 768px) {
  footer {
    background-color: #729BB2;
    color: #fff;
    padding: 65px 0 !important;
  }
  footer a {
    color: #fff !important;
  }
  footer img {
    border-radius: 0;
  }
  footer .footer-box {
    display: flex;
    justify-content: space-between;
    padding: 0 2.5%;
    box-sizing: border-box;
  }
  footer .footer-box .footer-box-LFT {
    width: 56.6%;
    margin-right: 9%;
  }
  footer .footer-box-LFT-li {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 93px;
    justify-content: space-between;
    align-items: flex-start;
    letter-spacing: 2px;
  }
  footer .footer-box-LFT-li li {
    margin-right: 15px;
    list-style: none;
  }
  footer .footer-box-LFT-li li:not(:nth-of-type(3n)) {
    margin-bottom: 23.5px;
  }
  footer .footer-sns {
    margin: 27px 0 51px;
  }
  footer .footer-sns a {}
  footer .footer-sns a img {
    height: 22px;
    margin-right: 17px;
  }
  footer .link-box {}
  footer .link-box a {
    display: inline-block;
    padding-right: 25px;
    border-right: 1px solid #fff;
    margin-right: 25px;
    font-size: 1.2rem;
    letter-spacing: 0.5px;
  }
  footer .link-box a:last-of-type {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
  }
  footer .footer-box .footer-box-RGT {
    width: 34.4%;
    text-align: right;
  }
  footer .footer-box .footer-box-RGT img {}
}
@media screen and (max-width: 767px) {
  footer {
    background-color: #729BB2;
    color: #fff;
    padding: 35px 0 !important;
  }
  footer a {
    color: #fff !important;
  }
  footer img {
    border-radius: 0;
  }
  footer .footer-box {
    display: block;
    justify-content: space-between;
    padding: 0;
    box-sizing: border-box;
  }
  footer .footer-box .footer-box-LFT {
    width: 100%;
  }
  footer .footer-box-LFT-li {
    margin: 0;
    font-size: 1.2rem;
    line-height: 1;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 210px;
    align-items: flex-start;
    letter-spacing: 0;
  }
  footer .footer-box-LFT-li li {
    margin-right: 15px;
    list-style: none;
  }
  footer .footer-box-LFT-li li {
    margin-bottom: 22px;
  }
  footer .footer-sns {
    margin: 3px 0 23px;
  }
  footer .footer-sns a {}
  footer .footer-sns a img {
    height: 25px;
    margin-right: 17px;
  }
  footer .link-box {
    white-space: nowrap;
  }
  footer .link-box a {
    display: inline-block;
    padding-right: 6px;
    border-right: 1px solid #fff;
    margin-right: 3px;
    font-size: 1rem;
    letter-spacing: 0;
  }
  footer .link-box a:last-of-type {
    padding-right: 0;
    border-right: none;
    margin-right: 0;
  }
  footer .footer-box .footer-box-RGT {
    width: 100%;
    text-align: center;
    margin-top: 37.5px;
  }
  footer .footer-box .footer-box-RGT img {}
}
/*footer ブレークポイント調整*/
@media screen and (min-width: 769px) and (max-width: 970px) {
  footer .footer-box .footer-box-LFT {
    width: 56.6%;
    margin-right: 2%;
  }
  footer .footer-box-LFT-li {
    font-size: 1.2rem;
    height: 110px;
  }
  footer .footer-box-LFT-li li:not(:nth-of-type(3n)) {
    margin-bottom: 0;
  }
  footer .footer-box-LFT-li li:not(:nth-of-type(4n)) {
    margin-bottom: 20px;
  }
  footer .footer-box .footer-box-RGT {
    width: 39.4%;
  }
  footer .link-box a {
    padding-right: 15px;
    margin-right: 15px;
    font-size: 1.1rem;
  }
}
/*----toTop------*/
@media screen and (min-width: 768px) {
  #topBtn {
    position: fixed;
    bottom: 10px;
    right: 32px;
  }
  #topBtn img {
    width: 24px;
  }
}
@media screen and (max-width: 767px) {
  #topBtn {
    position: fixed;
    bottom: 10px;
    right: 20px;
  }
  #topBtn img {
    width: 20px;
  }
}
/*------main------*/
@media screen and (min-width: 768px) {
  .hero {
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    margin-top: 113px;
  }
  .hero img {
    width: 100%;
  }
  .hero #slider {
    width: 100%;
    height: 100%;
  }
  #slider .slick-list, #slider .slick-list .slick-track {
    height: 100%;
  }
  #slider .slick-dots {}
  #slider .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 10px;
    background-color: #D5E1E8;
    border-radius: 8px;
  }
  #slider .slick-dots li.slick-active {
    background-color: #729BB2;
  }
  #slider .slick-dots li button {
    display: none;
  }
  .hero .slick-slide {
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .hero .slick-slide img {
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
    border-radius: 0 !important;
  }
  .hero .slick-slide.slick-active img {}
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  /*----*/
  .hero {
    width: 100%;
    top: 0;
    left: 0;
    position: relative;
    margin-top: 79px;
  }
  .hero img {
    width: 100%;
  }
  .hero #slider {
    width: 100%;
    height: 100%;
  }
  #slider .slick-list, #slider .slick-list .slick-track {
    height: 100%;
  }
  #slider .slick-dots {
    bottom: -15px;
  }
  #slider .slick-dots li {
    width: 5px;
    height: 5px;
    margin: 0 6px;
    background-color: #D5E1E8;
    border-radius: 5px;
  }
  #slider .slick-dots li.slick-active {
    background-color: #729BB2;
  }
  #slider .slick-dots li button {
    display: none;
  }
  .hero .slick-slide {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  .hero .slick-slide img {
    min-width: 100%;
    min-height: 100%;
    max-width: inherit;
    border-radius: 0 !important;
  }
  .slick-dotted.slick-slider {
    margin-bottom: 0;
  }
}
/*--main__contents--*/
@media screen and (min-width: 768px) {
  main {
    margin-top: 43px;
    padding-bottom: 160px;
  }
  /*--favo-heart--*/
  .product__fav-item {
    margin: 10px 0 10px auto;
    text-align: right;
  }
  .product__fav-item img {
    width: 20px;
    height: auto;
  }
  /*--//favo-heart--*/
  /*---main__contents---*/
  .main__contents .main__contents-box {
    width: 100%;
  }
  .main__contents .main__contents-box .pickup-news {
    text-align: center;
    line-height: 20px;
    padding: 6px 0 5px;
    background-color: #E3EBF0;
    margin: auto;
    margin-bottom: 90px;
    letter-spacing: 2.3px;
    font-size: 1.4rem;
    max-width: 1300px;
  }
  .main__contents .main__contents-box section {
    margin-bottom: 60px;
  }
  .main__contents .main__contents-box section h2 {
    font-size: 1.4rem;
    letter-spacing: 0.6rem;
    margin-bottom: 30px;
    text-align: center;
    color: #729BB2;
    font-weight: 400;
  }
  .main__contents .main__contents-box section h2 .font-IBM {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 5px;
  }
  .main__contents .main__contents-box section.info {
    margin-bottom: 140px;
  }
  .main__contents .main__contents-box section.info ul {}
  .main__contents .main__contents-box section.info ul li {
    border-bottom: #B2B2B2 1px solid;
    padding-bottom: 10px;
    padding-top: 20px;
  }
  .main__contents .main__contents-box section.info ul li a {
    display: flex;
    justify-content: flex-start;
  }
  .main__contents .main__contents-box section.info ul li:not(:first-of-type) {
    margin-top: 9px;
  }
  .main__contents .main__contents-box section.info ul li .info-date {
    margin-left: 7.5%;
    margin-right: 16px;
    font-size: 1.4rem;
    color: #808080;
  }
  .main__contents .main__contents-box section.info ul li .info-ttl {
    font-size: 1.4rem;
    font-family: YuGothic, 'Yu Gothic', sans-serif;
    font-weight: 500;
  }
  .main__contents .main__contents-box section.pickup {
    margin-bottom: 150px;
    position: relative;
  }
  .main__contents .main__contents-box section.pickup.recommend {
    padding-bottom: 160px;
    margin-bottom: 60px;
    border-bottom: 1px solid #B2B2B2;
  }
  .main__contents .main__contents-box section.pickup h2 {
    margin-bottom: 50px;
  }
  .main__contents .main__contents-box section.pickup h2 img {
    width: 112px;
  }
  .main__contents .main__contents-box section.pickup ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .main__contents .main__contents-box section.pickup ul li {
    width: 23%;
    position: relative;
  }
  .main__contents .main__contents-box section.pickup ul li:not(:nth-of-type(4n)) {
    margin-right: 2.6666%;
  }
  .main__contents .main__contents-box section.pickup ul li:nth-of-type(n+5) {
    margin-top: 80px;
  }
    
#contents .img-div{
    position: relative;
}
  ul li.soldout-flg .img-div::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 8px;
  }
  .main__contents .main__contents-box section.pickup ul li .pickup-img {
    position: relative;
  }
  .main__contents .main__contents-box section.pickup ul li .pickup-img img {
    display: block;
    width: 100%;
    border-radius: 8px;
  }
  .main__contents .main__contents-box section.pickup ul li .pickup-txt {
    margin-top: 13px;
    text-align: center;
  }
  .main__contents .main__contents-box section.pickup ul li .pickup-txt .pickup-txt-ttl {
    font-size: 1.4rem;
    line-height: 2.3rem;
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .main__contents .main__contents-box .new_mark_img1 {
    position: inherit;
    min-width: 35px;
    width: 16% !important;
    height: auto !important;
    display: block !important;
    margin-bottom: 5px !important;
  }
  .main__contents .main__contents-box section.pickup ul li .pickup-txt .pickup-txt-price {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 6px;
  }
  .main__contents .main__contents-box section.pickup ul li .pickup-txt .pickup-txt-price span {
    font-size: 1.3rem;
    font-weight: initial;
  }
  .readmore {
    height: 45px;
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    background-color: #E3EBF0;
    position: relative;
    margin: 55px auto 0;
    border-radius: 8px;
    padding-right: 10px;
  }
  .readmore::after {
    content: '';
    display: inline-block;
    background-image: url("https://file002.shop-pro.jp/PA01341/941/img/top/readmore.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 7%;
    width: 16px;
    height: 16px;
  }
  /*-----------------------*/
  /*feature*/
  .main__contents .main__contents-box section.feature {
    background-color: #EAE7E7;
    padding: 60px 0 70px;
    margin-bottom: 100px;
  }
  .main__contents .main__contents-box section.feature h2 {
    color: #736B79;
  }
  .feature h2 span {}
  .feature .feature_block {}
  .feature .feature_block .feature_slide {
    margin: 0 1%;
  }
  .feature .feature_block .feature_slide .feature_slide-img {}
  .feature .feature_block .feature_slide .feature_slide-img img {
    margin: auto;
  }
  .feature .feature_block .feature_slide .feature_slide-txt {
    max-width: 480px;
    font-size: 1.6rem;
    line-height: 1.6;
    margin: auto;
    margin-top: 30px;
    text-align: center;
    font-weight: 400;
  }
  .feature .slick-arrow {
    position: absolute;
    top: 37%;
    margin-top: -16px;
    outline: 0;
    width: 35px;
    height: 56px;
    text-indent: -9999px;
    z-index: 9999;
    right: 10%;
  }
  .feature .slick-prev {
    left: 25%;
    background-image: url(https://file002.shop-pro.jp/PA01341/941/img/top/prev.png);
    background-position: 0;
    background-repeat: no-repeat;
  }
  .feature .slick-next {
    right: 24.5%;
    background-image: url(https://file002.shop-pro.jp/PA01341/941/img/top/next.png);
    background-position: 0;
    background-repeat: no-repeat;
  }
  .feature .readmore {
    background-color: #fff;
  }
  .feature .readmore::after {
    background-image: url("https://file002.shop-pro.jp/PA01341/941/img/top/readmore-feature.png");
    height: 16px;
    width: 16px;
    margin-top: -8px;
  }
  /*-----------------------*/
  /*journal*/
  .main__contents .main__contents-box section.journal {
    padding-bottom: 70px;
    margin-bottom: 100px;
    border-bottom: 1px solid #B2B2B2;
  }
  .main__contents .main__contents-box section.journal h2 {
    margin-bottom: 50px;
  }
  .journal .journal-box {
    width: 86%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .journal .journal-box::after, .journal .journal-box::before {
    display: none;
    font-size: 0;
    width: 0;
    height: 0;
  }
  .journal .journal-box li {
    width: 48%;
  }
  .journal .journal-box li:nth-of-type(n+3) {
    margin-top: 47px;
  }
  .journal .journal-box li img {}
  /*-----------------------*/
  /*longseller*/
  .main__contents .main__contents-box section.longseller ul li {
    width: 18%;
    position: relative;
  }
  .main__contents .main__contents-box section.longseller.pickup ul li:not(:nth-of-type(4n)) {
    margin-right: 0;
  }
  .main__contents .main__contents-box section.longseller.pickup ul li:not(:nth-of-type(5n)) {
    margin-right: 2.5%;
  }
  .main__contents .main__contents-box section.longseller ul li:nth-of-type(n+5) {
    margin-top: 0;
  }
  /*-----------------------*/
  /*column*/
  .main__contents .main__contents-box section.column.journal {
    border-bottom: 1px solid #B2B2B2;
    border-top: 1px solid #B2B2B2;
    margin-bottom: 50px;
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .column.journal .journal-box li {
    width: 27.4%;
  }
  .column.journal .journal-box li:nth-of-type(n+3) {
    margin-top: 0;
  }
  /*-----------------------*/
  /*recentry*/
  .main__contents .main__contents-box section.recentry.pickup {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  main {
    margin-top: 30px;
    padding-bottom: 80px;
    line-height: 1.7;
  }
  .main__contents {
    display: block;
  }
  /*---main__contents---*/
  .main__contents .main__contents-box {
    width: 100%;
  }
  .main__contents .main__contents-box .pickup-news {
    text-align: center;
    line-height: 17px;
    padding: 3px 0 2px;
    background-color: #E3EBF0;
    color: #666;
    margin: auto;
    margin-bottom: 17px;
    letter-spacing: 1px;
    font-size: 1.1rem;
  }
  .main__contents .main__contents-box section {
    margin-bottom: 60px;
  }
  .main__contents .main__contents-box section h2 {
    font-size: 1.25rem;
    letter-spacing: 0.6rem;
    margin-bottom: 10px;
    text-align: center;
    color: #729BB2;
    font-weight: 400;
  }
  .main__contents .main__contents-box section h2 .font-IBM {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 3px;
  }
  .main__contents .main__contents-box section.info {
    margin-bottom: 60px;
  }
  .main__contents .main__contents-box section.info ul {}
  .main__contents .main__contents-box section.info ul li {
    display: block;
    border-bottom: #B2B2B2 1px solid;
    padding: 10px 13px 10px;
  }
  .main__contents .main__contents-box section.info ul li:not(:first-of-type) {
    margin-top: 9px;
  }
  .main__contents .main__contents-box section.info ul li .info-date {
    font-size: 1.2rem;
    color: #808080;
  }
  .main__contents .main__contents-box section.info ul li .info-ttl {
    font-size: 1.25rem;
  }
  .main__contents .main__contents-box section.pickup {
    margin-bottom: 80px;
    position: relative;
  }
  .main__contents .main__contents-box section.pickup.recommend {
    padding-bottom: 70px;
    margin-bottom: 40px;
    border-bottom: 1px solid #B2B2B2;
  }
  .main__contents .main__contents-box section.pickup h2 {
    margin-bottom: 25px;
  }
  .main__contents .main__contents-box section.pickup h2 img {
    width: 112px;
  }
  .main__contents .main__contents-box section.pickup ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .main__contents .main__contents-box section.pickup ul li {
    width: 46%;
    position: relative;
  }
  .main__contents .main__contents-box section.pickup ul li:nth-of-type(odd) {
    margin-right: 8%;
  }
  .main__contents .main__contents-box section.pickup ul li:nth-of-type(n+3) {
    margin-top: 35px;
  }
  .main__contents .main__contents-box section.pickup ul li .pickup-img {
    position: relative;
  }
#contents .img-div{
    position: relative;
}
  ul li.soldout-flg .img-div::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background-color: rgba(0, 0, 0, .4);
    border-radius: 8px;
  }
  .main__contents .main__contents-box section.pickup ul li .pickup-img img {
    display: block;
    border-radius: 8px;
  }
  .main__contents .main__contents-box section.pickup ul li .pickup-txt {
    margin-top: 13px;
    text-align: center;
  }
  .main__contents .main__contents-box section.pickup ul li .pickup-txt .pickup-txt-ttl {
    text-align: left;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .main__contents .main__contents-box .new_mark_img1 {
    position: inherit;
    width: 16% !important;
    height: auto !important;
    min-width: 35px;
    display: block !important;
    margin-bottom: 5px !important;
  }
  .main__contents .main__contents-box section.pickup ul li .pickup-txt .pickup-txt-price {
    margin-top: 6px;
    line-height: 1;
    text-align: left;
  }
  .main__contents .main__contents-box section.pickup ul li .pickup-txt .pickup-txt-price span {
    font-size: 1.3rem;
    font-weight: initial;
  }
  /*--favo-heart--*/
  .product__fav-item {
    margin: 10px 0 0 auto;
    text-align: right;
  }
  .product__fav-item img {
    width: 20px;
    height: auto;
    border-radius: 8px;
  }
  /*--//favo-heart--*/
  .readmore {
    height: 55px;
    width: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    background-color: #E3EBF0;
    position: relative;
    margin: 50px auto 0;
    letter-spacing: 2px;
    border-radius: 8px;
  }
  .journal .readmore {
    margin-top: 30px;
  }
  .readmore::after {
    content: '';
    display: inline-block;
    background-image: url("https://file002.shop-pro.jp/PA01341/941/img/top/readmore.png");
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    top: 50%;
    margin-top: -8px;
    right: 7%;
    width: 16px;
    height: 16px;
  }
  /*-----------------------*/
  /*feature*/
  .main__contents .main__contents-box section.feature {
    background-color: #EAE7E7;
    padding: 28px 0 44px;
    margin-bottom: 67px;
  }
  .main__contents .main__contents-box section.feature h2 {
    color: #736B79;
    margin-bottom: 20px;
  }
  .feature h2 span {}
  .feature .feature_block {}
  .feature .feature_block .feature_slide {
    margin: 0 0.8%;
  }
  .feature .feature_block .feature_slide .feature_slide-img {}
  .feature .feature_block .feature_slide .feature_slide-img img {
    margin: auto;
  }
  .feature .feature_block .feature_slide .feature_slide-txt {
    line-height: 1.8;
    margin: auto;
    margin-top: 12px;
    font-weight: 400;
    text-align: center;
  }
  .feature .slick-arrow {
    position: absolute;
    top: 32%;
    margin-top: -13px;
    outline: 0;
    width: 12px;
    height: 27px;
    text-indent: -9999px;
    z-index: 9999;
    right: 10%;
    background-size: contain;
  }
  .feature .slick-prev {
    left: 10%;
    background-image: url(https://file002.shop-pro.jp/PA01341/941/img/top/prev.png);
    background-position: 0;
    background-repeat: no-repeat;
  }
  .feature .slick-next {
    right: 11%;
    background-image: url(https://file002.shop-pro.jp/PA01341/941/img/top/next.png);
    background-position: 0;
    background-repeat: no-repeat;
  }
  .feature .readmore {
    background-color: #fff;
    height: 53px;
    width: 215px;
    margin-top: 30px;
  }
  .feature .readmore::after {
    background-image: url("https://file002.shop-pro.jp/PA01341/941/img/top/readmore-feature.png");
    height: 15px;
    width: 15px;
    margin-top: -7.5px;
  }
  /*-----------------------*/
  /*journal*/
  .main__contents .main__contents-box section.journal {
    padding-bottom: 30px;
    margin-bottom: 75px;
    border-bottom: 1px solid #B2B2B2;
  }
  .main__contents .main__contents-box section.journal h2 {
    margin-bottom: 27px;
  }
  .journal .journal-box {
    width: 86%;
    margin: auto;
    display: block;
  }
  .journal .journal-box li {
    width: 100%;
  }
  .journal .journal-box li:nth-of-type(n+2) {
    margin-top: 28px;
  }
  .journal .journal-box li img {}
  /*-----------------------*/
  /*longseller*/
  .main__contents .main__contents-box section.longseller ul li {
    width: 46%;
    position: relative;
  }
  .main__contents .main__contents-box section.longseller ul li:nth-of-type(n+3) {
    margin-top: 25px;
  }
  /*-----------------------*/
  /*column*/
  .main__contents .main__contents-box section.column.journal {
    border-bottom: 1px solid #B2B2B2;
    border-top: 1px solid #B2B2B2;
    margin-bottom: 25px;
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .column.journal .journal-box {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .column.journal .journal-box li {
    width: 30%;
  }
  .column.journal .journal-box li:nth-of-type(n+2) {
    margin-top: 0;
  }
  /*-----------------------*/
  /*recentry*/
  .main__contents .main__contents-box section.recentry.pickup {
    margin-bottom: 0;
  }
  .main__contents .main__contents-box section.recentry.pickup h2 {
    margin-bottom: 35px;
  }
  .main__contents .main__contents-box section.recentry.pickup ul li {
    width: 30%;
  }
  .main__contents .main__contents-box section.recentry.pickup ul li:nth-of-type(odd) {
    margin-right: 0%;
  }
  .main__contents .main__contents-box section.recentry.pickup ul li:not(:nth-of-type(3n)) {
    margin-right: 5%;
  }
  .main__contents .main__contents-box section.recentry.pickup ul li:nth-of-type(n+3) {
    margin-top: 0;
  }
  .main__contents .main__contents-box section.recentry.pickup ul li:nth-of-type(n+4) {
    margin-top: 25px;
  }
  .main__contents .main__contents-box section.recentry.pickup ul li .pickup-txt .pickup-txt-ttl {
    font-size: 1.2rem;
  }
}
/*下層調整*/
@media screen and (min-width: 768px) {
  #bcrumb {
    padding-top: 132px;
    margin: auto;
    max-width: 1300px;
    width: 95%;
  }
  body > .row {
    margin: auto;
    max-width: 1300px;
    width: 95%;
  }
  .freepage .row .col img {
    display: block;
    margin: auto;
    /*max-width: 400px;*/
  }
  /*-商品一覧-*/
  ul li .productlist-unit {
    position: relative;
  }
  .new_mark_img1 {
    top: 20px;
    left: 15px;
    width: 25% !important;
    height: auto !important;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  #bcrumb {
    padding: 0 15px;
    padding-top: 78px;
  }
  body > .row {
    padding: 0 15px;
  }
  /*-商品一覧-*/
  .new_mark_img1 {
    top: 20px;
    left: 15px;
    width: 25% !important;
    height: auto !important;
    border-radius: 0;
    min-width: 50px;
  }
}
/*最近チェックした商品*/
@media screen and (min-width: 768px) {
  .c_check {
    clear: both;
    margin-bottom: 50px;
    padding-top: 50px;
  }
  .c_check h2 {
    font-size: 1.4rem;
    letter-spacing: 0.6rem;
    margin-bottom: 30px;
    text-align: center;
    color: #729BB2;
    font-weight: 400;
  }
  .c_check h2 span {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 5px;
  }
  .c_check ul.saikin {}
  .c_check ul.saikin li {
    width: 18%;
    padding: 0;
    text-align: left;
    font-size: 14px;
    margin-bottom: 70px;
  }
  .c_check ul.saikin li:nth-of-type(n+2) {
    margin-left: 2.5%;
  }
  .c_check ul.saikin li:nth-of-type(n+6) {
    display: none;
  }
  .c_check ul.saikin li a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  /*最近チェックした商品*/
  .c_check {
    clear: both;
    padding-top: 35px;
    margin-bottom: 35px;
  }
  .c_check h2 {
    font-size: 1.25rem;
    letter-spacing: 0.6rem;
    margin-bottom: 27px;
    text-align: center;
    color: #729BB2;
    font-weight: 400;
  }
  .c_check h2 span {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 3px;
  }
  .c_check ul.saikin {
    margin: auto !important;
    position: relative;
    min-height: 1px;
    padding-left: 21px;
    padding-right: 21px;
  }
  .c_check ul.saikin li {
    width: 31%;
    text-align: left;
    letter-spacing: 0;
    font-size: 11px;
    line-height: 1.5;
    margin-bottom: 40px;
    padding: 0;
  }
  .c_check ul.saikin li:not(:nth-of-type(3n)) {
    margin-right: 3.5%;
  }
  .c_check ul.saikin li a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  h2.secttl {
    font-size: 1.4rem !important;
    letter-spacing: 0.6rem;
    margin-bottom: 30px;
    text-align: center;
    color: #729BB2;
    font-weight: 400;
    border-bottom: none !important;
  }
  h2.secttl .font-IBM {
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 5px;
  }
}
@media screen and (max-width: 767px) {
  h2.secttl {
    font-size: 1.25rem !important;
    letter-spacing: 0.6rem;
    margin-bottom: 10px;
    text-align: center;
    color: #729BB2;
    font-weight: 400;
    border-bottom: none !important;
  }
  h2.secttl .font-IBM {
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 3px;
  }
}
ul.row::before {
  display: none !important;
}
ul.row li.col-xs-6 {
  float: none !important;
}