@charset "euc-jp";

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/76/bg.gif);
  color: #333;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #333;
}
a:hover {
  color: #ccc;
  text-decoration: none;
}

/*
* layout
*/
#wrapper {
  position: relative;
}
.container {
}

/* common */
.heading {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 20px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #333;
}
.lists {
  margin: 0;
  border-bottom: 1px solid #333;
}
.list {
  border-top: 1px solid #ccc;
  font-weight: normal;
}
.list:first-child {
  border-top: none;
}
.list_link {
  padding: 20px 0;
}
.list_link_name {
  display: block;
  padding-right: 30px;
}
.list_link_img {
  margin-bottom: 5px;
}
.list_icon_arrow {
  float: right;
  margin-right: 10px;
}
.item_img {
  margin: 0 auto;
}
.item_img:hover {
  opacity: 0.8;
}
.item_name {
  padding-top: 5px;
}
.item_regular_price {
  text-decoration: line-through;
}
.item_price {
  font-weight: bold;
}
.item_price_discount {
  color: #cf0400;
}
.item_discount_rate {
  color: #cf0400;
}
.item_soldout {
  color: #cf0400;
}

.rank_box {
  position: absolute;
  width: 25px;
  height: 25px;
  background-color: #333;
  display: block;
  z-index: 5;
}
.rank_box_color_1 {
  background-color: #dccc18;
}
.rank_box_color_2 {
  background-color: #bab9c1;
}
.rank_box_color_3 {
  background-color: #e18961;
}
.rank_number {
  color: #fff;
  display: block;
  padding-top: 1px;
  font-size: 14px;
}
.btn-more {
  width: 96%;
  margin: 0 auto 60px;
  padding: 10px 12px;
}

/*
* header
*/
#header {
  margin-bottom: 30px;
}
.header_top {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #eee;
  position: absolute;
  top: 0;
  background-color: #ccc;
  z-index: 10;
}
.header_top_cmspbar {
  position: fixed;
}
.header_top_inner {
  max-width: 980px;
  margin: 0 auto;
}
.search_form {
  margin: 0;
  padding-top: 10px;
  float: left;
}
.search_select {
  width: 150px;
  border: 1px solid #101010;
  font-size: 12px;
}
.search_box {
  width: 260px;
}
.btn_search {
  padding: 2px 5px 3px 5px;
  border: 1px solid #101010;
}
.btn_search i {
  vertical-align: -35%;
}
.header_nav_headline {
  text-align: right;
  font-size: 12px;
  margin-top: 14px;
  letter-spacing: 0.1em;
  float: right;
}
.header_nav_headline li a i {
  vertical-align: -40%;
}
.header_nav_headline li a {
  color: #000;
  margin-right: 5px;
}
.header_nav_headline li a:hover {
  color: #ccc;
  text-decoration: none;
}
.header_nav_headline .headline_viewcart {
  padding-left: 15px;
  border-left: 1px solid #000;
}
.header_mid {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #333;
  position: absolute;
  top: 51px;
  background-color: #fff;
  z-index: 9;
}
.header_mid_cmspbar {
  position: fixed;
}
.header_mid_inner {
  max-width: 980px;
  margin: 0 auto;
  position: relative;
}
.header_nav_global {
  font-size: 12px;
  margin-top: 14px;
}
ul.header_nav_global > li {
  padding: 0 5px 0 0;
}
.header_nav_global li a i {
  vertical-align: -40%;
}
.header_nav_global li a:hover {
  text-decoration: none;
}
.header_nav_global_box {
  display: none;
  width: 100%;
  height: auto;
  background-color: #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc; 
  border-right: 1px solid #ccc;
  position: absolute;
  top: 37px;
  left: -1px;
  padding: 0;
}
.header_nav_global_box_heading {
  color: #fff;
  font-size: 12px;
  margin: 0;
  padding-top: 30px;
  text-align: center;
  letter-spacing: 0.1em;
}
.header_nav_global_box_detail {
  background-color: #fff;
  padding: 30px 20px 20px;
}
.header_nav_global_left {
  float: left;
  margin: 0;
}
.header_nav_global_left li {
  padding-bottom: 15px;
}
.header_nav_global_right {
  float: right;
}
.header_nav_global_social {
  padding-left: 5px;
}
ul.header_nav_global_social > li {
  padding: 0;
}
.header_nav_global_social li a i {
  vertical-align: -40%;
}
.header_btm {
  max-width: 980px;
  padding-top: 101px;
  margin: 0 auto;
}
.header_logo {
  margin: 0 auto;
  padding-top: 30px;
  float: left;
}
.header_lead {
  padding-top: 40px;
  font-size: 18px;
  color: #aaa;
  letter-spacing: 0.1em;
  float: right;
}

.header_nav_phone {
  z-index: 99;
  float: right;
  height: 50px;
}
.header_nav_lst_phone {
  position: absolute;
  left: 55%;
  display: none;
  margin-left: -50%;
  width: 90%;
  border: 1px solid #ccc;
  background: #fff;
}
.header_nav_lst_phone ul {
  margin: 0;
}
.header_nav_lst_phone li {
  padding: 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
  font-size: 12px;
}
.header_nav_lst_phone li:last-child {
  border-bottom: none;
}
.header_nav_lst_phone a {
  display: block;
  padding: 6px 0;
}
.header_nav_lst_phone a:hover {
  background: #333;
  text-decoration: none;
  color: #fff;
}
.nav_btn_phone {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}
.nav_btn_phone i {
  vertical-align: -40%;
}

/*
* main
*/

.main {
  max-width: 980px;
}

/*
* contents
*/

.contents {
  padding: 0;
  float: right;
}

/* pankuzu */
.pankuzu_lists {
  font-size: 10px;
}
ul.pankuzu_lists > li {
  padding: 0;
}

/* info */
.info {
  margin-bottom: 60px;
}
.info_detail {
  margin: 20px 0 0;
  font-size: 13px;
}
.info_detail_list_dt {
  padding: 20px 0 5px;
}
.info_detail_list_dt:first-child {
  padding: 0 0 5px;
}
.info_detail_list_dd {
  margin: 0;
}

/* ranking eller */
.seller {
  margin-bottom: 20px;
}
.seller_lists {
  margin-top: 20px;
  font-size: 12px;
}
.seller_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

/* recommend */
.recommend {
  margin-bottom: 20px;
}
.recommend_lists {
  margin-top: 20px;
  font-size: 12px;
}
.recommend_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

/* free_space */
.free_space {
}

/*
* side
*/

.side {
  padding: 0;
}
.side .unstyled img {
  display: block;
  margin-bottom: 5px;
}
.side_banner {
  margin: 0 0 40px;
}
.side_banner_list {
  margin-top: 19px;
}
.side_banner_list:first-child {
  margin-top: 0;
}
.side_category {
  margin: 0;
}
.side_category_list {
  position: relative;
}
.side_subcategory_lists {
  width: 80%;
  padding: 15px 20px;
  position: absolute;
  top: -21px;
  right: -180px;
  border: 1px solid #ccc;
  background-color: #fff;
  z-index: 7;
  display: none;
}
.side_subcategory_list {
  border-top: none;
}
.side_subcategory_lists li a {
  padding: 5px 0;
}

.side_group {
  margin-top: 60px;
}
.side_freepage {
  margin-top: 60px;
}
.side_freepage_heading {
  margin-bottom: 20px;
}
.side_freepage_lists {
}
.side_freepage_list {
  padding-top: 0;
  border: none;
}
.side_freepage_list a {
  padding: 0 0 20px 0;
}

.side_mobile_shop {
  margin-top: 60px;
}
.side_mobile_shop_heading {
  margin-bottom: 20px;
}
.side_mobile_shop_img {
  text-align: center;
}

.side_banner_long {
  margin-top: 40px;
}

/*
* footer
*/
.footer {
  width: 100%;
  margin-top: 40px;
}
.footer_inner {
  max-width: 980px;
  margin: 0 auto;
}
.footer_heading {
}
.footer_lists {
  margin-top: 20px;
}
.footer_list {
  padding: 0 10px;
  text-align: center;
}
.footer_list_img {
  margin: 0 auto;
}
.footer_seller,
.footer_recommend,
.footer_checked {
  margin-bottom: 40px;
}
.footer_seller_lists,
.footer_recommend_lists,
.footer_checked_lists {
  font-size: 10px;
}
.footer_seller_list,
.footer_recommend_list,
.footer_checked_list{
  margin-bottom: 10px;
}
.footer_banner {
  padding-bottom: 60px;
  margin: 0 auto;
}
.footer_pagetop {
  text-align: center;
  background-color: #ccc;
}
.footer_pagetop a {
  display: block;
  width: 100%;
  height: 40px;
}
.footer_pagetop_icon {
  margin-top: 8px;
}
.footer_notice {
  padding: 60px 0;
  background-color: #eee;
}
h3.footer_notice_heading {
  padding-bottom: 40px;
  border-bottom: none;
}
.footer_notice_lists {
  margin: 0;
}
.footer_notice_list_dt {
  padding: 20px 0 10px;
}
.footer_notice_list_dt:first-child {
  padding: 0 0 10px;
}
.footer_notice_list_dd {
  margin: 0;
  line-height: 1.8;
}

.tbl_calendar {
  margin-bottom: 20px;
  max-width: 260px;
  width: 100%;
  font-size: 84.615%;
}
.tbl_calendar caption {
  text-align: center;
}
.tbl_calendar th {
  padding: .3em 0;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.tbl_calendar td {
  padding: .5em 0;
  width: 14.2%;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.cal_memo {
  margin-top: 1em;
  font-size: 84.615%;
}
.footer_nav {
  padding: 60px 0;
  background-color: #ccc;
}
.footer_nav_shopinfo {
  color: #fff;
}
.footer_nav_shopinfo_img {
  padding: 0;
  text-align: left;
}
.footer_nav_shopinfo_img img {
  width: 180px;
}
.footer_nav_shopinfo_caption {
  padding: 0 2%;
}
.footer_nav_shopinfo_name {
  font-size: 18px;
  padding-left: 5px;
}
.footer_nav_shopinfo_memo {
  padding-left: 5px;
}
.footer_nav_list {
  color: #fff;
  padding-top: 15px;
}
.footer_nav_list:first-child {
  padding-top: 0;
}
.footer_nav_list_link {
  color: #fff;
}
.footer_nav_list_link:hover {
  color: #ccc;
  text-decoration: none;
}
.footer_copyright {
  text-align: center;
  padding: 2em 0;
}
.footer_powered {
  display: block;
  padding: 10px 0;
  line-height: 18px;
}
.footer_powered a {
  color: #a1a19f;
  text-decoration: none;
  font-size: 11px;
}
.footer_powered img {
  margin-bottom: 10px;
  margin-left: 4px;
  width: 200px;
  height: 18px;
}

/*
* sk privacy
*/
.skpr_box {
  padding-top: 120px;
  margin-top: -60px
}
.skpr_box:first-child {
  padding-top: 0;
  margin-top: 0;
}
.skpr_detail,
.privacy_lead {
  margin: 20px 0 0;
  font-size: 13px;
}
.skpr_detail_lists {
}
.skpr_detail_list_dt {
  padding: 20px 0 5px;
}
.skpr_detail_list_dt:first-child {
  padding: 0 0 5px;
}
.skpr_detail_list_dd {
  margin: 0;
}

/*
* temp
*/

/* textarea input */
textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
.uneditable-input {
  border: 1px solid #101010;
  background-color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
.uneditable-input:focus {
  outline: 0;
  outline: thin dotted \9;
  border-color: rgba(82, 168, 236, 0.8);
}

/*
* icons
*/
.icon-b.icon-user { background-position: -208px -0px; }
.icon-w.icon-user { background-position: -208px -0px; }
.icon-lg-b.icon-user { background-position: -312px -0px; }
.icon-lg-w.icon-user { background-position: -312px -0px; }
.icon-b.icon-adduser { background-position: -240px -0px; }
.icon-w.icon-adduser { background-position: -240px -0px; }
.icon-lg-b.icon-adduser { background-position: -360px -0px; }
.icon-lg-w.icon-adduser { background-position: -360px -0px; }
.icon-b.icon-login { background-position: -48px -80px; }
.icon-w.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-lg-w.icon-login { background-position: -72px -120px; }
.icon-b.icon-logout { background-position: -32px -80px; }
.icon-w.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-lg-w.icon-logout { background-position: -48px -120px; }
.icon-b.icon-cart { background-position: -176px -64px; }
.icon-w.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-lg-w.icon-cart { background-position: -264px -96px; }
.icon-b.icon-search { background-position: -208px -16px; }
.icon-w.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-lg-w.icon-search { background-position: -312px -24px; }
.icon-b.icon-mail { background-position: -64px -0px; }
.icon-w.icon-mail { background-position: -64px -0px; }
.icon-lg-b.icon-mail { background-position: -96px -0px; }
.icon-lg-w.icon-mail { background-position: -96px -0px; }
.icon-b.icon-book { background-position: -144px -32px; }
.icon-w.icon-book { background-position: -144px -32px; }
.icon-lg-b.icon-book { background-position: -216px -48px; }
.icon-lg-w.icon-book { background-position: -216px -48px; }
.icon-b.icon-help { background-position: -288px -80px; }
.icon-w.icon-help { background-position: -288px -80px; }
.icon-lg-b.icon-help { background-position: -432px -120px; }
.icon-lg-w.icon-help { background-position: -432px -120px; }
.icon-b.icon-c_twitter { background-position: -112px -176px; }
.icon-w.icon-c_twitter { background-position: -112px -176px; }
.icon-lg-b.icon-c_twitter { background-position: -168px -264px; }
.icon-lg-w.icon-c_twitter { background-position: -168px -264px; }
.icon-b.icon-c_facebook { background-position: -144px -176px; }
.icon-w.icon-c_facebook { background-position: -144px -176px; }
.icon-lg-b.icon-c_facebook { background-position: -216px -264px; }
.icon-lg-w.icon-c_facebook { background-position: -216px -264px; }
.icon-b.icon-c_google { background-position: -192px -176px; }
.icon-w.icon-c_google { background-position: -192px -176px; }
.icon-lg-b.icon-c_google { background-position: -288px -264px; }
.icon-lg-w.icon-c_google { background-position: -288px -264px; }
.icon-b.icon-c_instagram { background-position: -112px -192px; }
.icon-w.icon-c_instagram { background-position: -112px -192px; }
.icon-lg-b.icon-c_instagram { background-position: -168px -288px; }
.icon-lg-w.icon-c_instagram { background-position: -168px -288px; }
.icon-b.icon-c_phone { background-position: -0px -0px; }
.icon-w.icon-c_phone { background-position: -0px -0px; }
.icon-lg-b.icon-c_phone { background-position: -0px -0px; }
.icon-lg-w.icon-c_phone { background-position: -0px -0px; }
.icon-b.icon-chevron_right { background-position: -16px -144px; }
.icon-w.icon-chevron_right { background-position: -16px -144px; }
.icon-lg-b.icon-chevron_right { background-position: -24px -216px; }
.icon-lg-w.icon-chevron_right { background-position: -24px -216px; }
.icon-b.icon-chevron_down { background-position: -352px -128px; }
.icon-w.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }
.icon-lg-w.icon-chevron_down { background-position: -528px -192px; }
.icon-b.icon-chevron_up { background-position: -0px -144px; }
.icon-w.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-lg-w.icon-chevron_up { background-position: -0px -216px; }
.icon-b.icon-chevron_left { background-position: -336px -128px; }
.icon-w.icon-chevron_left { background-position: -336px -128px; }
.icon-lg-b.icon-chevron_left { background-position: -504px -192px; }
.icon-lg-w.icon-chevron_left { background-position: -504px -192px; }
.icon-b.icon-list { background-position: -192px -96px; }
.icon-w.icon-list { background-position: -192px -96px; }
.icon-lg-b.icon-list { background-position: -288px -144px; }
.icon-lg-w.icon-list { background-position: -288px -144px; }
.icon-b.icon-pencil { background-position: -96px -0px; }
.icon-w.icon-pencil { background-position: -96px -0px; }
.icon-lg-b.icon-pencil { background-position: -144px -0px; }
.icon-lg-w.icon-pencil { background-position: -144px -0px; }

.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(//img.shop-pro.jp/tmpl_img/76/icon16_b.png); }
.icon-w { background-image: url(//img.shop-pro.jp/tmpl_img/76/icon16_w.png); }
.icon-lg-b { background-image: url(//img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
.icon-lg-w { background-image: url(//img.shop-pro.jp/tmpl_img/76/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(//img.shop-pro.jp/tmpl_img/76/icon16_2x_b.png); }
  .icon-w { background-image: url(//img.shop-pro.jp/tmpl_img/76/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(//img.shop-pro.jp/tmpl_img/76/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(//img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(//img.shop-pro.jp/tmpl_img/76/icon24_b.png); }
  .icon-w { background-image: url(//img.shop-pro.jp/tmpl_img/76/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(//img.shop-pro.jp/tmpl_img/76/icon24_2x_b.png); }
  .icon-w { background-image: url(//img.shop-pro.jp/tmpl_img/76/icon24_2x_w.png); }
}

/*
* Media Queries
*/

@media (min-width: 980px) {
  .contents {
    width: 670px;
  }
  .contents_detail {
    width: 100%;
  }
  .side {
    width: 270px;
  }
  .header_nav_global_right li {
    display: inline-block !important;
  }
}

@media (min-width: 769px) {
  .footer_list {
    width: 10%;
  }
}

@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .contents,
  .side,
  .footer_heading {
    padding-right: 1%;
    padding-left: 1%;
  }
  .header_nav_phone {
    margin-right: 10px;
  }
  .header_nav_phone {
    margin-right: 0;
  }
  .nav_btn_phone {
    display: block;
    height: 30px;
    padding-top: 15px;
  }
}

@media (max-width: 768px) {
  .contents,
  .side,
  .footer_heading {
    padding: 0;
  }
  .productlist_lists {
    padding: 0 10px 20px;
  }
  .header_btm {
    padding-top: 51px;
    text-align: center
  }
  .header_logo {
    float: none;
  }
  .header_lead {
    padding-top: 10px;
    font-size: 12px;
    float: none;
  }
  .header_nav_global_social {
    padding-left: 0;
  }
  .search_form {
    float: none;
  }
  .search_select {
    width: 100%;
    margin-bottom: 10px;
  }
  .search_box {
    width: 75%;
    float: left;
  }
  .btn_search {
    width: 15%;
    float: right;
  }
  .slider {
    margin-bottom: 20px;
  }
  .side_group,
  .side_freepage {
    margin-top: 0;
  }

  .info_detail,
  .seller_lists,
  .recommend_lists {
    padding: 0 10px 20px;
  }
  .free_space {
    font-size: 12px;
    padding: 0 10px 60px;
  }

  .list {
    padding: 0;
  }
  .list_link {
    padding: 10px;
  }
  .list_icon_arrow {
    margin-right: 0;
  }
  .side_banner {
    margin-bottom: 40px;
    text-align: center;
  }
  .side_banner_list {
    margin-top: 0;
  }
  .side_freepage_heading {
    margin-bottom: 0;
  }
  .side_freepage_list {
    padding: 0;
    border-top: 1px solid #ccc;
  }
  .side_freepage_list a {
    padding: 10px;
  }
  .heading {
    font-size: 14px;
    font-weight: bold;
    padding: 0 10px 20px;
  }
  .side_category {
    margin-top: 0;
  }
  .side_category_list {
    position: static;
    cursor: pointer;
  }
  .side_subcategory_lists {
    width: 100%;
    padding: 0;
    position: static;
    border: none;
    background-color: #f5f5f5;
    display: none;
  }
  .side_subcategory_list {
    border-top: 1px solid #ccc;
  }
  .side_subcategory_list:first-child {
    border-top: 1px solid #ccc;
  }
  .side_subcategory_lists li a {
    padding: 10px;
  }
  .side_category_heading,
  .side_group_heading,
  .side_freepage_heading,
  .footer_seller_heading,
  .footer_recommend_heading,
  .footer_checked_heading{
    background-color: #ccc;
    color: #fff;
    padding: 10px 0 10px 10px;
  }

  .footer {
    margin-top: 0;
  }
  .footer_lists {
    padding: 0 10px 20px;
  }
  .footer_list {
    padding-right: 1%;
    padding-left: 1%;
  }
  .footer_checked {
    border-bottom: 1px solid #333;
  }
  .footer_banner {
    text-align: center;
    padding: 0 10px 60px;
  }
  .footer_banner li {
    padding: 5px;
  }
  .footer_seller_lists,
  .footer_recommend_lists,
  .footer_checked_lists {
    font-size: 12px;
  }
  .footer_seller_list,
  .footer_recommend_list {
    margin-bottom: 40px;
  }
  .footer_checked_list {
    margin-bottom: 10px;
  }
  .footer_notice {
    padding: 0;
  }
  .footer_nav {
    padding: 0;
  }
  .footer_nav_shopinfo {
    padding: 30px 0;
  }
  .footer_nav_shopinfo_img {
    padding-bottom: 10px;
    text-align: center;
  }
  .footer_nav_shopinfo_caption {
    text-align: center;
  }
  .footer_nav_shopinfo_name {
    padding-left: 0;
  }
  .footer_nav_shopinfo_memo {
    padding-left: 0;
  }
  .footer_nav_menu_right {
    padding: 0;
    border-top: 1px solid #777;
  }
  .footer_nav_menu_right li {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #777;
  }
  .footer_nav_menu_right li:nth-child(odd) {
    border-right: 1px solid #777;
  }
  .footer_nav_menu_right a {
    display: block;
    padding: 12px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 11px;
  }
  .footer_nav_menu {
    padding: 20px;
    text-align: center;
    font-size: 10px;
    background-color: #ccc;
    color: #fff;
  }
  .footer_nav_list {
    padding-top: 5px;
  }
  .footer_copyright {
    font-size: 10px;
  }
  .skpr_detail,
  .privacy_lead {
    padding: 0 10px 20px;
  }
  .skpr_box {
    padding-top: 70px;
    margin-top: -10px
  }
  .skpr_box:first-child {
    padding-top: 0;
    margin-top: 0;
  }
}

@media (max-width: 480px) {
  .side_banner_list {
    margin-top: 19px;
  }
  .side_banner_list:first-child {
    margin-top: 0;
  }
}

/* wordpress cssの戻し */
.renew *, .renew :after, .renew :before {
  box-sizing: initial;
}
.btn{
  line-height: 1.5 !important;
  width: auto !important;
}
[type="submit"].btn-block, [type="reset"].btn-block, [type="button"].btn-block {
  width: 100% !important;
}

/* 2019リニューアル ---------- */
/* 既存style初期化 */
#header{
  margin-bottom: 0;
}
.main.row{
  padding-top: 78px;
  margin-bottom: 0;
}
.main.row.top_page{
  max-width: none;
  padding-top: 0;
}
.top_page .contents{
  float: none;
}
.footer{
  margin-top: 0;
}
.main_slider_section .bx-wrapper .bx-viewport{
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  left: 0;
}
.top_page .col-md-9{
  width: 100%;
}
.add_contents{
  width: 100%;
  margin-bottom: 30px;
}
.footer_checked{
  border-bottom: none;
}

.footer_banner{
  padding-bottom: 30px;
}
@media (min-width: 980px){
  .main.row{
    padding-top: 95px;
    margin-bottom: 40px;
  }
  .main.row.top_page{
    padding-top: 65px;
    margin-bottom: 0;
  }
  .top_page .contents{
    width: 100%;
  }
  .add_contents{
    margin-bottom: 60px;
  }
  .footer_banner{
    padding-bottom: 30px;
  }
  .footer_banner li{
    margin-bottom: 2%;
  }
}

.renew div,
/* .renew span, */
.renew h1,
.renew h2,
.renew h3,
.renew h4,
.renew p,
/* .renew a, */
.renew address,
.renew em,
.renew img,
.renew small,
.renew strong,
.renew dl,
.renew dt,
.renew dd,
.renew ol,
.renew ul,
.renew li,
.renew form,
.renew label,
.renew table,
.renew tr,
.renew th,
.renew td{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
  vertical-align: baseline;
  background:transparent;
}
.renew ol,
.renew ul{
  list-style: none;
}
.renew dt{
  font-weight: normal;
  line-height: normal;
}
.renew dd{
  line-height: normal;
}
.renew a{
  text-decoration: none;
}
.renew a:hover{
  color: #333;
}
.renew em{
  font-style: normal;
}
.renew img{
  vertical-align: bottom;
  object-fit: cover;
  object-position: 50% 50%;
  font-family: 'object-fit: cover;';
}
blockquote{
  margin: 0 0 20px !important;
  padding: 0 0 0 15px !important;
}
.is-pc{
  display: block !important;
}
.is-sp{
  display: none !important;
}
@media screen and (max-width: 767px){
  .is-pc{
    display: none !important;
  }
  .is-sp{
    display: block !important;
  }
}

.renew .post .archive__item dt::before{
  display: none;
}
.renew .navigation_wrapper .pickuppost .post .archive__item{
  padding-bottom: 0;
  margin-bottom: 0;
}
.archive{
  display: block !important;
}
.archive .eyecatch__cat{
  background-color: #939393;
}
.archive .cc-bg1{
  background-color: #e4ab51;
}
.archive .cc-bg9{
  background-color: #82b0c0;
}
.archive .cc-bg15{
  background-color: #dd8d8d;
}
.archive .cc-bg67{
  background-color: #7c87bf;
}
.archive .cc-bg81{
  background-color: #a3cc74;
}
.archive .eyecatch__cat a:hover{
  color: #fff;
  background: transparent;
  opacity: 0.8;
  transition: 0.05s;
}
.archive .eyecatch__link-maskzoomrotate:hover img{
  opacity: 0.8;
  transition: 0.05s;
}
.eyecatch__link{
  background-color: #fff;
}

#wrapper{
  color: #333;
  font-size: 14px;
  font-family: "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.5;
}
.renew{
  max-width: 100%;
  line-height: 1.5;
}
@media (min-width: 768px){
  .renew .inner{
    width: 980px;
    margin: 0 auto;
  } 
  .renew a:hover img{
    opacity: 0.83;
    transition: 0.05s;
  }
}

/* スライダー共通設定 */
.slick-slide img{
  width: 100%;
  height: auto;
}
.s_slider{
  opacity: 0;
  transition: opacity .3s linear;
}
.s_slider.slick-initialized{
  opacity: 1;
}

/* --------------------
  ヘッダー
-------------------- */
.renew .header .logo_outer{
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  position: relative;
  z-index: 10001;
}
.renew .header h1{
  z-index: 10001;
}
.renew .header h1 a img{
  position: absolute;
  top: 1px;
  bottom: 0;
  left: 15px;
  margin: auto;
  width: 117px;
}
.renew .header h1 a{
  display: block;
}
.renew .header .sp_header_tell a img{
  width: 23px;
  position: absolute;
  right: 105px;
  top: -1px;
  bottom: 0;
  margin: auto;
}
.renew .header .sp_header_cart a img{
  width: 23px;
  position: absolute;
  right: 68px;
  top: -1px;
  bottom: 0;
  margin: auto;
}

/*ハンバーガーメニュー*/
.renew .header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 56px;
  z-index: 6;
  background-color: #ffffff;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
}
.renew .header.top_page{
  background-color: transparent;
  box-shadow: none;
}
.renew .header.top_page.white{
  background-color: #ffffff;
  transition: 0.2s;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.2) !important;
}
.renew .el_humburger{
  position: absolute;
  top: 6px;
  right: 13px;
  width: 40px;
  height: auto;
  box-sizing: border-box;
  z-index: 100020;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
  padding: 2px !important;
}
.renew .el_humburger .nav_drawer_text{
  display: block;
  transition: 0.2s;
}
.renew .el_humburger .nav_drawer_text img{
  width: 100%;
}
.renew .el_humburger .nav_drawer_text_close{
  display: none;
  transition: 0.2s;
}
.renew .js_appear .el_humburger .nav_drawer_text{
  display: none;
  transition: 0.2s;
}
.renew .js_appear .el_humburger .nav_drawer_text_close{
  display: block;
  width: 26px;
  margin: 6px auto 0;
  transition: 0.2s;
}
.renew .js_appear .el_humburger .nav_drawer_text_close img{
  width: 100%;
}

/*ナビゲーション表示時 */
.renew .navigation{
  display: none;
}
.renew .navigation.js_appear{
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  z-index: 9999;
}
.renew .navigation_screen{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 1.0);
  z-index: 0;
  margin-top: 0px;
  padding-top: 0px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.renew .navigation_wrapper{
  padding: 56px 0 0 0;
}
.renew .js_fixed{
  position: fixed;
  width: 100%;
  height: 100%;
}

.renew .navigation_wrapper .menu{
  padding: 0 15px;
  margin: 16px auto 40px;
}
.renew .navigation_wrapper h4{
  background-color: #464646;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  letter-spacing: 0.05em;  
  padding: 5px 12px;
}
.renew .navigation_wrapper p{
  font-size: 15px;
  margin-bottom: 10px;
  text-align: left;
}
.renew .navigation_wrapper .sp_menu_blog{
  margin: 24px auto 26px;
}
.renew .navigation_wrapper .sp_menu_blog .sp_menu_form{
  position: relative;
}
.renew .navigation_wrapper .sp_menu_blog .sp_menu_form input{
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #333;
  border-radius: 0;
  height: 39px;
  padding: 8px 12px;
}
.renew .navigation_wrapper .sp_menu_blog .sp_menu_form button{
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.renew .navigation_wrapper .sp_menu_blog .sp_menu_form button img{
  width: 40px;
  height: 39px;
}
.renew .navigation_wrapper .pickuppost .post{
  margin-bottom: 10px;
}
.renew .navigation_wrapper .sp_menu_list{
  padding-top: 12px;
  padding-bottom: 18px;
}
.renew .navigation_wrapper .sp_menu_list li{
  width: 100%;
  height: 54px;
}
.renew .navigation_wrapper .sp_menu_list li a{
  display: flex;
  align-items: center;
  position: relative;
  font-size: 15.5px;
  height: 100%;
}
.renew .navigation_wrapper .sp_menu_list li a img{
  width: 34px;
  margin-right: 10px;
}
.renew .navigation_wrapper .sp_menu_list li a:after{
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background-repeat: no-repeat;
  background-image: url(//file002.shop-pro.jp/PA01391/623/renewal/img/icon_arrow_sp.png);
  background-size: 6px 12px;
  background-position: center right;
  position: absolute;
  top: calc(50% - 3px);
  right: 10px;
}
.renew .navigation_wrapper .sp_menu_list.sec{
  border-top: 1px solid #464646;
}
.renew .navigation_wrapper .sp_menu_list.sec li a{
  text-indent: 20px;
}
.renew .navigation_wrapper .sp_menu_list.sec li a:after{
  background: none;
  width: 10px;
  height: 1px;
  border-top: 1px solid #dddddd;
  position: absolute;
  top: calc(50% - 2px);
  left: 0;
}
.renew .navigation_wrapper .sp_menu_button li{
  width: 100%;
  height: 54px;
  margin-bottom: 12px;
}
.renew .navigation_wrapper .sp_menu_button li a{
  border: 1px solid #333;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15.5px;
  height: 100%;
  line-height: 0;
}

.renew .fs-p-headerNavigation__search{
  margin-right: 0;
  padding-left: 44px;
}
.renew .fs-p-inputGroup__input{
  font-size: 16px;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
  padding: 3px 1px;
  border-radius: 0;
  height: 26px;
  box-sizing: border-box;
}
.language_menu input::placeholder{
  color: #999 !important;
}
.renew .fs-p-inputGroup{
  display: flex;
  align-items: stretch;
}
.renew .fs-p-inputGroup .submit{
  height: 26px;
  width: 25px;
  border-bottom: 1px solid #000;
  background-color: transparent;
  padding-bottom: 2px;
  border-radius: 0;
 box-sizing: border-box;
}
.renew .language_menu input::placeholder{
  color: #000;
}
.renew .language_menu input[type="text"]:focus{
  border-bottom: 1px solid #000;
  outline: 0;
}
.renew .fs-p-searchForm__input{
  width: calc(100% - 2.2em);
}

/* 検索フォームドロワーメニュー */
.renew #nav-language{
  position: absolute;
  font-size: 0;
  width: 24px;
  top: 14px;
  right: 145px;
  z-index: 1000000000;
  padding: 1px;
}
.renew #nav-language .drawer__title{
  position: relative;
  padding-top: 0;
}
.renew .nav-unshown2{
  display: none;
}
.renew #nav-open2{
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  font-size: 0;
}
.renew #nav-open2 img{
  width: 100%;
}
.renew #nav-close2{
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: 0.3s ease-in-out;
}
.renew #nav-content2{
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000000;
  width: 100%;
  background-color: #fff;
  transition: 0.3s ease-in-out;
  -webkit-transform: translateY(-105%);
  transform: translateY(-105%);
  -webkit-overflow-scrolling: touch;
  width: 100%;
}
/*チェックが入ったら表示*/
.renew #nav-input2:checked ~ #nav-close2{
  display: block;
  opacity: 0.5;
}
.renew #nav-input2:checked ~ #nav-content2{
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
  box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
}
.renew #nav-content2 .close200{
  top: 31px;
  left: 20px;
  right: auto;
}
.renew .language_menu{
  padding: 30px 5% 33px;
}

/* xボタン */
.renew .drawer__title{
  position: relative;
  padding-top: 44px;
}
.renew .drawer__title .close200{
  display: inline-block;
  padding: 0 3px;
}
.renew .drawer__title .close200 span{
  height: 28px;
  margin: 0 12px 0 12px;
}
.renew .drawer__title .close200 span:before{
  width: 28px;
  left: -13px;
}
.renew .close200{
  display: none;
  position: absolute;
  z-index: 999999;
  top: 18px;
  right: 15px;
  padding: 0 15px 10px;
  cursor: pointer;
}
.renew .close200 span{
  display: inline-block;
  position: relative;
  width: 1px;
  height: 45px;
  margin: 0 15px 0 15px;
  padding: 0;
  background: #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.renew .close200 span:before{
  display: block;
  position: absolute;
  top: 50%;
  left: -20px;
  width: 45px;
  height: 1px;
  margin-top: -1px;
  background: #333;
  content: "";
}

/* ---------------
  - main_slider_section
--------------- */
@media (min-width: 768px){
  .renew .header_pc{
    z-index: 100;
    position: fixed;
    background-color: #fff;
    width: 100%;
    height: 65px;
  }
  .renew .header_pc .header_nav{
    position: relative;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    height: 65px;
  }
  .renew .header_pc .header_nav h1{
    position: absolute;
    top: 13px;
    left: 18px;
    width: 154px;  
  }
  .renew .header_pc .header_nav h1 img{
    width: 100%;
  }
  .renew .header_pc .header_nav .header_nav_unit{
    display: flex;
    justify-content:flex-end;
    align-items:center;
    height: 65px;
  }
  .renew .header_pc .header_nav .header_nav_unit .pc_header_form{
    margin-right: 26px;
    position: relative;
  }
  .renew .header_pc .header_nav .header_nav_unit .pc_header_form input[type="text"]{
    border: none;
    border-bottom: 1px solid #333;
    border-radius: 0;
    padding: 3px 0 3px 1px;
    width: 200px;
    background-color: #fff;
  }
  .renew .header_pc .header_nav .header_nav_unit .pc_header_form input[type="image"]{
    width: 22px;
    position: absolute;
    top: 1px;
    right: 0;
    background-color: #fff;
  }
  .renew .header_pc .header_nav .header_nav_unit .pc_header_tell img{
    width: 20px;
  }
  .renew .header_pc .header_nav .header_nav_unit .pc_header_tell{
    font-size: 14px;
    font-weight: bold;
    margin-right: 22px;
  }
  .renew .header_pc .header_nav .header_nav_unit .pc_header_cart{
    margin-right: 31px;
  }
  .renew .header_pc .header_nav .header_nav_unit .pc_header_cart img{
    width: 28px;
  }
  .renew .header_pc .header_nav .header_nav_unit .pc_header_menu{
    width: 44px;
    margin-right: 16px;
    margin-top: -2px;
  }
  .renew .header_pc .header_nav .header_nav_unit .pc_header_menu button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
  }
  .renew .header_pc .header_nav .header_nav_unit .pc_header_menu button img.i_open{
    display: block;
    width: 100%;
  }
  .renew .header_pc .header_nav .header_nav_unit .pc_header_menu button img.i_close{
    display: none;
  }
  .renew .header_pc .header_nav .header_nav_unit .pc_header_menu button.icon_hidden img.i_open{
    display: none;
  }
  .renew .header_pc .header_nav .header_nav_unit .pc_header_menu button.icon_hidden img.i_close{
    display: block;
    width: 100%;
  }
  .renew .target{
    display: none;
    height: calc(100vh - 65px);
    overflow-y:scroll;
  }
  .renew .target_inner{
    height: 533px;
    background-color: #fff;
    padding: 80px 0 40px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
    box-sizing: unset;
  }
  .renew .target_inner .navigation_wrapper{
    padding: 0;
  }
  .renew .target_inner .navigation_wrapper li h4{
    background-color: #464646;
    color: #fff;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 0.05em;  
    padding: 5px 12px;
    margin-bottom: 20px;
    text-align: left;
  }
  .renew .target_inner .navigation_wrapper > ul{
    display: flex;
    justify-content: space-between;
  }
  .renew .target_inner .navigation_wrapper > ul > li{
    width: 210px;
  }
  .renew .target_inner .navigation_wrapper ul.category_pc_inner li{
    height: 40px;
    display: flex;
    align-items: center;
  }
  .renew .target_inner .navigation_wrapper ul.category_pc_inner.guid{
    padding-top: 18px;
  }
  .renew .target_inner .navigation_wrapper ul.category_pc_inner.guid li{
    border: 1px solid #333;
    justify-content: center;
    margin-bottom: 13px;
    box-sizing: border-box;
  }
  .renew .target_inner .navigation_wrapper ul.category_pc_inner.guid li a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* ---------------
  - main_slider_section
--------------- */
.renew .main_slider_section{
  margin-bottom: 20px;
}
@media (min-width: 768px){
  .renew .main_slider_section{
    height: 576px;
    margin-bottom: 23px;
  }
  .renew .main_slider_section .main_slider.slick-initialized .slick-slide{
    height: 576px;
  }
  .renew .main_slider_section .main_slider.slick-initialized .slick-slide img{
    height: 100%;
  }
  .renew .main_slider_section .bx-viewport{
    height: 576px !important;
  }
  .renew .main_slider_section .bx-viewport img{
    height: 576px;
  }
}

/* ---------------
  - secondary_slider_section
--------------- */
.renew .secondary_slider_section{
  margin-bottom: 32px;
}
.renew .secondary_slider{
  width: 100%;
  margin: 0 auto;
}
.renew .secondary_slider .slick-slide{
  margin: 0 12px;
}
@media (min-width: 768px){
  .renew .secondary_slider{
    width: calc(100% + 27px);
  }
  .renew .secondary_slider_section{
    margin-bottom: 60px;
  }
  .renew .secondary_slider .slick-slide{
    width: 300px;
    margin: 0;
  }
  .renew .secondary_slider .slick-slide img{
    width: 300px;
  }
}

/* ---------------
  - free_shipping
--------------- */
.renew .free_shipping_section{
  padding: 0 15px;
}
.renew .free_shipping{
  color: #fff;
  background-color: #acacac;
  font-size: 16px;
  text-align: center;
  padding: 6px 0;
  letter-spacing: 0.02em;
}
@media (min-width: 768px){
  .renew .free_shipping_section{
    padding: 0;
  }
  .renew .free_shipping{
    width: 460px;
    font-size: 21px;
    margin: 0 auto;
    padding: 7px 0 6px;
  }
}

/* ---------------
  - post_area
--------------- */
.renew .blog{
  padding: 0 15px;
}
.renew .sub_title{
  font-size: 23px;
  font-weight: normal;
  letter-spacing: 0.04em;
  text-align: center;
  padding-top: 66px;
  padding-bottom: 40px;
}
.renew .sub_title h2{
  margin: 0 auto;
}
.renew .heading a{
  font-weight: normal;
}
.renew .heading a:hover{
  opacity: 0.8;
  transition: 0.05s;
}
.renew .itempost_area{
  background: linear-gradient( 180deg, #82b0c0 0%, #82b0c0 42%, #fff 42%, #fff 100% );
  margin: 0 auto 90px;
  position: relative;
}
.renew .itempost_area:before{
  content: '';
  display: inline-block;
  width: 54px;
  height: 40px;
  background-image: url(//file002.shop-pro.jp/PA01391/623/renewal/img/icon_itempost.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
}
.renew .kamakurapost_area{
  background: linear-gradient( 180deg, #e4ab51 0%, #e4ab51 42%, #fff 42%, #fff 100% );
  margin: 0 auto 90px;
  position: relative;
}
.renew .kamakurapost_area:before{
  content: '';
  display: inline-block;
  width: 46px;
  height: 37px;
  background-image: url(//file002.shop-pro.jp/PA01391/623/renewal/img/icon_kamakurapost.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -18px;
  right: 0;
  left: 0;
  margin: auto;
}
.renew .newarrival_section{
  background: linear-gradient( 180deg, #333 0%, #333 200px, #fff 200px, #fff 100% );
  margin: 0 auto 24px;
  position: relative;
  padding: 0;
}
.renew .itempost .sub_title,
.renew .kamakurapost .sub_title{
  color: #fff;
  padding-top: 52px;
  padding-bottom: 38px;
}
.renew .sub_title p{
  font-size: 12px;
  margin-top: 18px;
}
.renew .post{
  margin-bottom: 39px;
}
.renew .post dt{
  position: relative;
  margin-bottom: 14px;
}
.renew .post dt .photo{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
  background-color: #ffffff;
}
.renew .post dt::before{
  content: "";
  display: block;
  padding-top: 56.25%;
}
.renew .post dt .photo img{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  vertical-align: bottom;
}
.renew .post dd{
  font-size: 15px;
}
.archive .eyecatch__link-maskzoomrotate:hover img{
  transform: none;
  opacity: 0.83;
  transition: .15s;
}

/* PICK UP POST */
.renew .pickuppost{
  margin-bottom: 80px;
}
.renew .navigation_wrapper .pickuppost{
  margin-bottom: 0;
}
.renew .pickuppost li{
  margin-bottom: 14px;
}
.renew .pickuppost li:last-child{
  margin-bottom: 0;
}
.renew .pickuppost .def li .archive__item{
  overflow: hidden;
}
.renew .pickuppost .def li .eyecatch{
  float: left;
  width: 45.8%;
  margin-bottom: 0;
}
/*
.renew .pickuppost .def li:first-child .eyecatch {
  width: 100%;
}
*/
.renew .pickuppost .def li .archive__contents{
  float: right;
  width: 49.5%;
  font-size: 14px;
}
/*
.renew .pickuppost .def li:first-child .archive__contents {
  width: 100%;
  margin: 10px 0 0;
}
*/
.renew .pickuppost .def li .archive__contents .eyecatch__cat{
  margin-bottom: 8px;
}
.renew .pickuppost li dl{
  overflow: hidden;
}
.renew .pickuppost li dt{
  float: left;
  width: 45.8%;
  margin-bottom: 0;
}
.renew .pickuppost li dd{
  float: right;
  width: 49.5%;
  font-size: 14px;
}

/* NEW ARRIVAL */
.renew .product .post dt .photo{
  border: 1px solid #dedede;
  box-sizing: border-box;
  background-color: #ffffff;
}
.renew .product .post dt::before{
  padding-top: 120%;
}
.renew .product .post dt .photo img{
  height: auto;
  margin: auto;
}
.renew .product_slider{
  width: 100%;
}
.renew .product_slider .slick-slide{
  margin: 0 12px;
}
.renew .newarrival_section .sub_title{
  color: #fff;
  padding: 50px 15px 98px;
}
.renew .newarrival_section .sub_title h2:before{
  content: "";
  width: 1px;
  height: 30px;
  border-left: 1px solid #ffffff;
  position: absolute;
  top: 36px;
  right: 50%;
  box-sizing: border-box;
}
.renew .newarrival_section .new_mark_img1{
  display: none !important;
}
.renew .newarrival_section .item_price{
  font-weight: normal;
}
@media (min-width: 768px){
  .renew .blog{
    padding: 0;
  }
  .renew .sub_title{
    padding-top: 120px;
    padding-bottom: 68px;
    font-size: 30px;
  }
  .renew .pickuppost{
    margin-bottom: 140px;
  }
  .renew .keymemoryblog .post ul,
  .renew .pickuppost .post ul,
  .renew .itempost .post ul,
  .renew .kamakurapost .post ul{
    display: flex;
  }
  .renew .product .post ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }

  
  .renew .keymemoryblog .post ul li,
  .renew .product .post ul li,
  .renew .itempost .post ul li,
  .renew .kamakurapost .post ul li{
    width: 230px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .renew .pickuppost .post ul li{
    width:300px;
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .renew .keymemoryblog .post ul li:nth-child(4n),
  .renew .pickuppost .post ul li:nth-child(4n),
  .renew .product .post ul li:nth-child(4n),
  .renew .itempost .post ul li:nth-child(4n),
  .renew .kamakurapost .post ul li:nth-child(4n){
    margin-right: 0;
  }
  .renew .post{
    margin-bottom: 0;
  }
  .renew .post dt{
    margin-bottom: 16px;
  }
  .renew .post dd{
    font-size: 14px;
  }
  .renew .pickuppost .def li .eyecatch{
    float: none;
    width: 100%;
    margin-bottom: 14px;
  }
  .renew .pickuppost .def li .archive__contents{
    float: none;
    width: 100%;
    margin-bottom: 14px;
  }
  .renew .pickuppost .def li .archive__contents .eyecatch__cat{
    margin-bottom: 11px;
  }
  .renew .pickuppost li dt{
    float: none;
    width: 100%;
    margin-bottom: 14px;
  }
  .renew .pickuppost li dd{
    float: none;
    width: 100%;
  }
  .renew .newarrival_section{
    background: linear-gradient( 180deg, #333 0%, #333 306px, #fff 306px, #fff 100% );
  }
  .renew .newarrival_section .sub_title{
    padding-top: 90px;
    padding-bottom: 130px;
  }
  .renew .newarrival_section .sub_title h2:before{
    height: 36px;
    top: 44px;
  }
  .renew .itempost .sub_title,
  .renew .kamakurapost .sub_title{
    color: #fff;
    padding-top: 78px;
    padding-bottom: 60px;
  }
  .renew .itempost_area{
    margin: 0 auto 172px;
    background: linear-gradient( 180deg, #82b0c0 0%, #82b0c0 248px, #fff 248px, #fff 100% );
  }
  .renew .itempost_area:before{
    width: 66px;
    height: 48px;
    top: -25px;
  }
  .renew .kamakurapost_area{
    margin: 0 auto 172px;
    background: linear-gradient( 180deg, #e4ab51 0%, #e4ab51 248px, #fff 248px, #fff 100% );
  }
  .renew .kamakurapost_area:before{
    width: 61px;
    height: 49px;
    top: -28px;
  }
  /* スライダー表示 */
  .renew .post_slider.s_slider{
    opacity: 1;
  }
  .renew .post_slider.s_slider{
    opacity: 1;
  }
  .renew .newarrival_section .product_slider{
    opacity: 1;
  }
}

/* 各タイトル */
.renew .keymemoryblog .sub_title h2{
  width: 69%;
}
.renew .pickuppost .sub_title h2{
  width: 63%;
}
.renew .newarrival_section .product .sub_title h2{
  width: 52%;
  position: absolute;
  left: 0;
  right: 0;
}
.renew .category .sub_title h2{
  width: 39%;
}
.renew .product.ranking .sub_title h2{
  width: 33%;
}
.renew .product.pickup .sub_title h2{
  width: 28%;
}
.renew .color_tab_section .sub_title h2{
  width: 25%;
}
.renew .itempost .sub_title h2{
  width: 38%;
}
.renew .kamakurapost .sub_title h2{
  width: 62%;
}
.renew .itempost .post li:nth-child(n+2),
.renew .kamakurapost .post li:nth-child(n+2){
  display: none;
}
.renew .itempost .post li .archive__item,
.renew .kamakurapost .post li .archive__item{
  padding-bottom: 0;
}

@media (min-width: 768px){
  .renew .keymemoryblog .sub_title h2{
    width: 315px;
  }
  .renew .pickuppost .sub_title h2{
    width: 282px;
  }
  .renew .newarrival_section .product .sub_title h2{
    width: 230px;
  }
  .renew .category .sub_title h2{
    width: 174px;
  }
  .renew .product.ranking .sub_title h2{
    width: 148px;
  }
  .renew .product.pickup .sub_title h2{
    width: 127px;
  }
  .renew .color_tab_section .sub_title h2{
    width: 112px;
  }
  .renew .itempost .sub_title h2{
    width: 168px;
  }
  .renew .kamakurapost .sub_title h2{
    width: 281px;
  }
  .renew .itempost .post li:nth-child(n+2),
  .renew .kamakurapost .post li:nth-child(n+2){
    display: block;
  }
  .renew .itempost .post li .archive__item,
  .renew .kamakurapost .post li .archive__item{
    padding-bottom: 10px;
  }
}

/* ---------------
  - btn_more
--------------- */
.renew .btn_more{
  width: 72%;
  margin: 0 auto;
  border: 1px solid #000;
}
.renew .btn_more a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 13px 0;
  font-size: 15px;
  position: relative;
}
.renew .arrow{
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.renew .btn_more a:before{
  content: '';
  display: inline-block;
  width: 32px;
  height: 4px;
  background-image: url(//file002.shop-pro.jp/PA01391/623/renewal/img/btn_arrow.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  margin-right: -22px;
}
@media (min-width: 768px){
  .renew .btn_more{
    width: 264px;
    margin: 0 auto 10px;
  }
  .renew .btn_more a{
    font-size: 16px;
  }
  .renew .btn_more a:before{
    margin-right: -17px;
    transition: all .2s;
  }
  .renew .btn_more a:hover:before{
    right: -9px;
  }
}

/* ---------------
  - category_section
--------------- */
.renew .category_section{
  padding: 0 15px;
  margin-bottom: 76px;
}
.renew .category ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.renew .category li{
  width: 47.8%;
  margin-bottom: 15px;
}
@media (min-width: 768px){
  .renew .category_section{
    padding: 0;
    margin-bottom: 130px;
  }
  .renew .category ul{
    justify-content: flex-start;
  }
  .renew .category li{
    width: 230px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .renew .category li:nth-child(4n){
    margin-right: 0;
  }
}

/* ---------------
  - TAB
--------------- */
.renew .tab_section{
  background-color: #a0a0a0;
  margin-bottom: 40px;
  background: linear-gradient( 180deg, #fff 0%, #fff 50px, #a0a0a0 50px, #a0a0a0 100% );
  padding-bottom: 60px;
}
.renew .tab_section .sub_title{
  color: #fff;
  padding-top: 42px;
  padding-bottom: 36px;
}
.renew .tab_section .post dd{
  color: #fff;
}
.renew .tab_section .btn_more{
  border: 1px solid #fff;
}
.renew .tab_section .btn_more a{
  color: #fff;
}
.renew .tab_section .btn_more a:before{
  filter: brightness(0) invert(1);
}
.renew .tab_section .product{
  margin-bottom: 14px;
}

.renew .tab_item{
  width: calc(100%/4 - 1%);
  height: 46px;
  background-color: #f5f5f5;
  display: block;
  text-align: center;
  transition: all 0.2s ease;
  border-radius: 4px 4px 0 0 / 4px 4px 0 0;
  position: relative;
}
.renew .tab_item img{
  width: 81%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.renew input[name="tab_item"]{
  display: none;
}

.renew .tab_content{
  display: none;
  clear: both;
  overflow: hidden;
  background-color: #a0a0a0;
}
.renew #all:checked ~ #all_content,
.renew #womens:checked ~ #womens_content,
.renew #mens:checked ~ #mens_content,
.renew #kids:checked ~ #kids_content{
  display: block;
}
.renew #all:checked ~ .tab_area .tab_lable1{
  background-color: #a0a0a0;
}
.renew #all:checked ~ .tab_area .tab_lable1 img{
  filter: brightness(0) invert(1);
}
.renew #womens:checked ~ .tab_area .tab_lable2{
  background-color: #a0a0a0;
}
.renew #womens:checked ~ .tab_area .tab_lable2 img{
  filter: brightness(0) invert(1);
}
.renew #mens:checked ~ .tab_area .tab_lable3{
  background-color: #a0a0a0;
}
.renew #mens:checked ~ .tab_area .tab_lable3 img{
  filter: brightness(0) invert(1);
}
.renew #kids:checked ~ .tab_area .tab_lable4{
  background-color: #a0a0a0;
}
.renew #kids:checked ~ .tab_area .tab_lable4 img{
  filter: brightness(0) invert(1);
}
.renew .tab_area{
  padding: 0 15px;
  display: flex;
  justify-content: space-between;
}

.renew .product.ranking .post li dt::after{
  content: '';
  display: inline-block;
  width: 12%;
  height: auto;
  padding-top: 12%;
  vertical-align: middle;
  position: absolute;
  top:3%;
  left: 3.4%;
  z-index: 1;
}
.renew .product.ranking .post li.no1 dt::after{
  background-image: url(//file002.shop-pro.jp/PA01391/623/renewal/img/icon_ranking1.png);
  background-size: contain;
}
.renew .product.ranking .post li.no2 dt::after{
  background-image: url(//file002.shop-pro.jp/PA01391/623/renewal/img/icon_ranking2.png);
  background-size: contain;
}
.renew .product.ranking .post li.no3 dt::after{
  background-image: url(//file002.shop-pro.jp/PA01391/623/renewal/img/icon_ranking3.png);
  background-size: contain;
}
.renew .product.ranking .post li.no4 dt::after{
  background-image: url(//file002.shop-pro.jp/PA01391/623/renewal/img/icon_ranking4.png);
  background-size: contain;
}
.renew .product.ranking .post li.no5 dt::after{
  background-image: url(//file002.shop-pro.jp/PA01391/623/renewal/img/icon_ranking5.png);
  background-size: contain;
}
.renew .product.ranking .post li.no6 dt::after{
  background-image: url(//file002.shop-pro.jp/PA01391/623/renewal/img/icon_ranking6.png);
  background-size: contain;
}
.renew .tab_section .product .post ul{
  display: block;
}
@media (min-width: 768px){
  .renew .tab_section{
    margin-bottom: 80px;
    background: linear-gradient( 180deg, #fff 0%, #fff 65px, #a0a0a0 65px, #a0a0a0 100% );
    padding-bottom: 100px;
  }
  .renew .tab_section .sub_title{
    color: #fff;
    padding-top: 110px;
    padding-bottom: 66px;
  }
  .renew .tab_section .post{
    margin-bottom: 58px;
  }
  .renew .tab_item{
    height: 65px;
    line-height: 65px;
    font-size: 20px;
    border-radius: 5px 5px 0 0 / 5px 5px 0 0;
  }
  .renew .tab_item img{
    width: 92px;
  }
  .renew .tab_area{
    padding: 0;
  }
  .renew .product.ranking .post li.no1 dt::after,
  .renew .product.ranking .post li.no2 dt::after,
  .renew .product.ranking .post li.no3 dt::after,
  .renew .product.ranking .post li.no4 dt::after,
  .renew .product.ranking .post li.no5 dt::after,
  .renew .product.ranking .post li.no6 dt::after{
    width: 30px;
    height: 30px;
    padding-top: 0;
    top: 8px;
    left: 8px;
  }
  .renew .tab_section .product .post ul{
    width: 914px;
    margin: 0 auto;
    display: block;
  }
  .renew .tab_section .product .post ul li{
    margin: 0;
  }
}

/* ---------------
  - color_tab_section
--------------- */
.renew .color_tab_section{
  margin-bottom: 108px;
}
.renew .color_tab_section .sub_title{
  padding-top: 46px;
  padding-bottom: 36px;
}
.renew .color_tab_item{
  width: 21.739%;
  margin-bottom: 13px;
  transition: all 0.2s ease;
}
.renew .color_tab_area{
  padding: 0 15px;
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.renew input[name="color_tab_item"]{
  display: none;
}
.renew .color_tab_content{
  display: none;
  clear: both;
  overflow: hidden;
}
.renew #white:checked ~ #white_content,
.renew #beige:checked ~ #beige_content,
.renew #gray:checked ~ #gray_content,
.renew #olive:checked ~ #olive_content,
.renew #brown:checked ~ #brown_content,
.renew #blue:checked ~ #blue_content,
.renew #navy:checked ~ #navy_content,
.renew #black:checked ~ #black_content{
  display: block;
}

/* color_product */
.renew .color_tab_content .inner{
  padding: 0 15px;
}
.renew .color_tab_content .inner h3{
  border-bottom: 1px solid #333;
  font-size: 20px;
  font-weight: normal;
  letter-spacing: 0.02em;
  padding-bottom: 3px;
  margin-bottom: 29px;
}
.renew .color_tab_content .inner h3 img{
  width: 14px;
  vertical-align: middle;
  margin-bottom: 3px;
  margin-right: 6px;
}
.renew .color_tab_content .inner ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.renew .color_tab_content .inner li{
  width: 47.826%;
  margin-bottom: 22px;
}
.renew .color_tab_content .post{
  margin-bottom: 16px;
}
.renew .color_tab_content .post dt{
  margin-bottom: 10px;
}
@media (min-width: 768px){
  .renew .color_tab_section{
    margin-bottom: 186px;
  }
  .renew .color_tab_section .sub_title{
    padding-top: 60px;
    padding-bottom: 66px;
  }
  .renew .color_tab_area{
    width: 620px;
    margin: 0 auto 76px;
    padding: 0;
    flex-wrap: nowrap;
  }
  .renew .color_tab_item{
    width: 58px;
    margin-bottom: 0;
  }
  .renew .color_tab_content .inner{
    padding: 0;
  }
  .renew .color_tab_content .inner h3{
    font-size: 25px;
    margin-bottom: 48px;
  }
  .renew .color_tab_content .inner h3 img{
    width: 17px;
    margin-bottom: 4px;
    margin-right: 7px;
  }
}

/* ---------------
  - aboutclothes_area
--------------- */
.renew .aboutclothes_area{
  background: linear-gradient( 180deg, #f5f5f5 0%, #f5f5f5 48%, #fff 48%, #fff 100% );
  margin: 0 auto 90px;
  position: relative;
}
.renew .aboutclothes_area:before{
  content: '';
  display: inline-block;
  width: 41px;
  height: 41px;
  background-image: url(//file002.shop-pro.jp/PA01391/623/renewal/img/icon_aboutclothes.png);
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  top: -20px;
  right: 0;
  left: 0;
  margin: auto;
}
.renew .aboutclothes_area .sub_title{
  padding-top: 52px;
  padding-bottom: 38px;
}
.renew .aboutclothes_area .sub_title h2{
  width: 60%;
}
.renew .aboutclothes_area .youtube_frame{
  /* width: 92%; */
  margin: 0 auto 40px;
}
.renew .aboutclothes_area .youtube_wrap{
  position: relative;
  padding-top: 56.25%;
  height: 0;
  overflow: hidden;
}
.renew .aboutclothes_area .youtube_wrap iframe{
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
@media (min-width: 768px){
  .renew .aboutclothes_area{
    margin: 0 auto 172px;
  }
  .renew .aboutclothes_area:before{
    width: 55px;
    height: 60px;
    top: -30px;
  }
  .renew .aboutclothes_area .sub_title{
    padding-top: 78px;
    padding-bottom: 60px;
  }
  .renew .aboutclothes_area .sub_title h2{
    width: 270px;
  }
  .renew .aboutclothes_area .youtube_frame{
    width: 512px;
    margin: 0 auto 56px;
  }
}

/* ---------------
  - concept_section
--------------- */
.renew .concept_section{
  margin-bottom: 75px;
}/*
.renew .concept_section .concept{
  position: relative;
  background-color: #000;
}*/
.renew .concept_section .concept .concept_text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-44%) translateX(-50%);
  margin: auto;
  text-align: center;
  width: 100%;
}
.renew .concept_section .concept .concept_text h3{
  width: 42%;
  margin: 0 auto 7%;
}
.renew .concept_section .concept .concept_text p{
  line-height: 1.8;
  font-size: 3.6vw;
  letter-spacing: 0.02em;
  color: #fff;
  letter-spacing: 0.04em;
}
.renew .concept_section video{
  width: 100%;
  opacity: 0.75;
}
@media (min-width: 768px){
  .renew .concept_section{
    margin-bottom: 134px;
  }
  .renew .concept_section .concept .concept_text{
    transform: translateY(-46%) translateX(-50%);
    width: auto;
  }
  .renew .concept_section .concept .concept_text h3{
    width: 214px;
    margin: 0 auto 52px;
  }
  .renew .concept_section .concept .concept_text p{
    line-height: 2.0;
    font-size: 17px;
    letter-spacing: 0.08em;
  }
}

/* ---------------
  - sns_area
--------------- */
.renew .sns_area{
  padding: 0 15px;
  margin-bottom: 76px;
}
.renew .sns_area .sub_title{
  width: 24%;
  padding: 0;
  margin: 0 auto 24px;
}
.renew .sns_area .sns_img{
  margin-bottom: 25px;
}
.renew .sns_area .sns_img ul{
  display: flex;
  flex-wrap: wrap;
}
.renew .sns_area .sns_img li{
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 3.5%;
}
.renew .sns_area .sns_img li:nth-child(3n){
  margin-right: 0;
}
.renew .sns_area .sns_icon ul{
  display: flex;
  justify-content: center;
}
.renew .sns_area .sns_icon li{
  width: 7%;
  margin-right: 7%;
}
.renew .sns_area .sns_icon li:last-child{
  margin-right: 0;
}
@media (min-width: 768px){
  .renew .sns_area{
    padding: 0;
    margin-bottom: 134px;
  }
  .renew .sns_area .sub_title{
    width: 110px;
    margin: 0 auto 42px;
  }
  .renew .sns_area .sns_img{
    margin-bottom: 18px;
  }
  .renew .sns_area .sns_icon li{
    width: 32px;
    margin-right: 40px;
  }
}

/* ---------------
  - bnr_area
--------------- */
.renew .bnr_area{
  padding: 0 15px;
}
.bnr_area .bnr_small{
  margin-bottom: 46px;
}
.bnr_area .bnr_small li{
  margin-bottom: 14px;
}
.bnr_area .bnr_large{
  margin-bottom: 46px;
}
.bnr_area .bnr_large li{
  margin-bottom: 14px;
}
@media (min-width: 768px){
  .bnr_area .bnr_small{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .bnr_area .bnr_small li{
    width: 230px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .bnr_area .bnr_small li:nth-child(4){
    margin-right: 0;
  }
  .bnr_area .bnr_large{
    margin-bottom: 100px;
  }
  .bnr_area .bnr_large li{
    width: 100%;
    margin-bottom: 20px;
  }
}

/* ---------------
  - footer_info
--------------- */
.footer .footer_info_pc{
  display: none;
}
.footer .footer_info_sp{
  padding: 0 15px;
  font-size: 14px;
  border-top: 1px solid #333;
}
.footer .footer_info_sp ul{
  margin: 20px 0 24px;
}
.footer .footer_info_sp li a{
  display: block;
  font-size: 14px;
  padding: 11px 0;
  position: relative;
  vertical-align: middle;
}
.footer .footer_info_sp li a::before{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (min-width: 768px){
  .footer .footer_info_sp{
    display: none;
  }
  .footer .footer_info_pc{
    display: block;
    background-color: #e5e5e5;
  }
  .footer .footer_info_pc .inner{
    display: flex;
    justify-content: space-between;
    padding: 80px 0 88px;
  }
  .footer .footer_info_pc .inner > .left_unit{
    width: 460px;
  }
  .footer .footer_info_pc .inner > .right_unit{
    width: 480px;
  }
  .footer .footer_info_pc .inner > div section{
    padding-bottom: 12px;
  }
  .footer .footer_info_pc .inner > div section:last-of-type{
    padding-bottom: 0;
  }
  .footer .footer_info_pc .inner h3{
    font-size: 24px;
    font-weight: normal;
    margin-bottom: 26px;
  }
  .footer .footer_info_pc .inner dl dt{
    font-weight: bold;
    margin-bottom: 6px;
  }
  .footer .footer_info_pc .inner dl dd{
    margin-bottom: 30px;
  }
  .footer .footer_info_pc .inner dl dd img{
    margin-bottom: 10px;
  }
  .footer .footer_info_pc .inner dl dd.yamato{
    display: flex;
    justify-content: space-between;
  }
  .footer .footer_info_pc .inner dl dd.yamato p:nth-child(1){
    width: 89px;
  }
  .footer .footer_info_pc .inner dl dd.yamato p:nth-child(2){
    width: calc(100% - 105px);
  }
}

/* ---------------
  - footer_link
--------------- */
.footer .footer_link{
  padding: 0 15px;
}
.footer .footer_link ul{
  font-size: 13px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}