@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;
}

form.search_form {
  margin: 0px 4%;
    width: 92%;
    float: none;
}

.clearfix_b:after {
    display: block;
    content: '';
    clear: both;
}

@import url('https://fonts.googleapis.com/css?family=Amiri');
/* font-family: 'Amiri', serif; */

/*
 * layout
 */

#wrapper {
  position: relative;
}

.container {
}

/* メインバナー*/
.big-banner {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center bottom;
    background-image: url(https://img21.shop-pro.jp/PA01354/673/etc/PC_main-banner.jpg?cmsp_timestamp=20190324145825);
    border: 0px;
    position: relative;
    top: -17px;
}

.sp_banner {
    display: none;
}

/*======================= グロナビPC ========*/

.header_g-navi {
    display: block;
    width: 100%;
    height: 87px;
    position: absolute;
    background: #93c7e5;
    top: 600px;
}

.navi-inner {
    display: block;
    position: absolute;
    width: 980px;
    height: 87px;
    right: 0px;
    left: 0px;
    margin: 0px auto;
    font-family: 'Amiri', serif;
    font-weight: 600;
    font-size: 22px;
    color: #000031;
    letter-spacing: -0.08rem;
}

.navi-inner > .flex-navi > div > a > span {
    display: inline-block;
    margin-top: 33px;
}

.flex-navi {
    display: flex;
    width: 970px;
    height: 87px;
    margin-left: 5px;
}

/*.flex-navi > div > a > span {
    margin-left: 17px;
}
*/
.navi-home {margin-left: 0px;flex: 0 0 120px;}
.navi-shopinfo {margin-left: 0px;flex: 0 0 120px;}
.navi-snap {margin-left: 0px;flex: 0 0 120px;}
.navi-space {flex:0 0 200px;}
.navi-blog {margin-left: 0px;flex: 0 0 98px;}
.navi-contact {margin-left: 0px;flex: 0 0 107px;}
.navi-login {margin-left: 0px;flex: 0 0 107px;}
.navi-cart {margin-left: 0px;flex: 0 0 98px;}

.navi-home-txt {margin-left: 50px; }
.navi-shopinfo-txt {margin-left: 50px; }
.navi-snap-txt {margin-left: 50px;}
.navi-space {margin-right: 17px;}
.navi-blog-txt {margin-left: 17px;}
.navi-contact-txt {margin-left: 17px;}
.navi-login-txt {margin-left: 17px;}
.navi-cart-txt {margin-left: 17px;}

.navi-logo {
    display: block;
    position: absolute;
    top: 14px;
    left: 0px;
    right: 0px;
    margin: 0px auto;
}

/* common */
.heading {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  padding-bottom: 0px;
  letter-spacing: 0.1em;
  border-bottom: 2px solid #2f080c;
}
h2.recommend_heading, h2.footer_checked_heading {
    padding-bottom: 10px;
    text-align: center;
}
h3.heading > img {
    padding: 0px 0px 10px 0px;
    margin-left: 23px;
}

h3.side_category_heading {
    
}

.lists {
  margin: 0;
  border-bottom: 1px solid #2f080c;
    max-width: 231px;

}

.list {
  border-top: 1px solid #2f080c;
  font-weight: normal;
    max-width: 231px;
}

ul#pick_up_list {
    border: 0px;
    margin-top: 0px;
}

ul#pick_up_list.lists, ul#pick_up_list > li.list {
    max-width: 250px;
}

ul#pick_up_litst.lists {
    border: 0px;
}

ul#pick_up_list > .side_category_list {
    border: 0px;
    margin-top: 0px;
}

img.pick_up_img {
    margin: 0px 0px 0px;
}

.list:first-child {
  border-top: none;
}

.list_link {
  padding: 20px 0;
}

#pick_up_list > .side_group_list > a.list_link {
    padding: 0px;
}

#pick_up_list li:nth-child(2) {
    margin-top: 10px;
}

.list_link_name {
  display: block;
  padding-right: 30px;
}

.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;
}

#top-side-search.btn {
    position: relative;
    top: -30px;
    left: 150px;
}

.btn-more {
  width: 32%;
  margin: 0 auto 30px;
  padding: 5px 2px;
    background: #2f080c;
    font-family: 'Amiri', serif;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

form#sp-search {
    display: none!important;
}

#search-cat-sp {
    display: none;
}

/*
 * header
 */

#header {
  margin-bottom: 30px;
}

.header_top {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #749ab0;
  position: absolute;
  top: 687px;
  background: url(https://img21.shop-pro.jp/PA01354/673/etc/stripe-banner.jpg?cmsp_timestamp=20190406102039);
background-repeat: repeat-x;
  z-index: 10;
}

.header_top_cmspbar {
  position: fixed;
top:0px;
    z-index: 20;
}
.header_top_inner {
  max-width: 980px;
  margin: 0 auto;
}

.search_form {
  margin: 0;
  padding-top: 10px;
display: block;
}

select.search_select {
  width: 92%;
margin: 0px 4%;
  border: 1px solid #101010;
  font-size: 12px;
}

.search_box {
  width: 195px;
}

.btn_search {
position: relative;
top: -30px;
left: 197px;
  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: #fff;
  margin-right: 5px;
}

.header_nav_headline li a:hover {
  color: #ccc;
  text-decoration: none;
}

.header_nav_headline .headline_viewcart {
  padding-left: 15px;
}

.header_nav_headline li a {
     color: #000031;
    font-size: 18px;
    letter-spacing: -0.04em;
    font-weight: bold;   
}

.header_nav_headline li a i.icon-img {
    content:url(https://img21.shop-pro.jp/PA01354/673/etc/cart-icon.png?cmsp_timestamp=20190419174124);
    vertical-align: -3px;
    margin-right: 3px;
}

.header_nav_phone > .nav_btn_phone {
    vertical-align: -15%;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: -0.01em;
    color: #000031;
    line-height: 285%;
}

.header_top_inner > .header_nav_phone .nav_btn_phone .humbergar-img {
    content: url(https://img21.shop-pro.jp/PA01354/673/etc/humbergar.png?cmsp_timestamp=20190419203801);
    margin-right: 5px;
    vertical-align: -2px;
}

.header_top_inner > .header_nav_phone .nav_btn_phone:hover {
    color: #ccc;
    text-decoration: none;
}

.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 {
}

.header_nav_global li a:hover {
  text-decoration: none;
}

.header_nav_global_box {
  display: none;
  width: 100%;
  height: auto;
  background-color: #333;
  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: 138px;
  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: left;
  height: 50px;
}
.header_nav_lst_phone {
  position: absolute;
  left: 55%;
  display: none;
  margin-left: -42%;
  width: 30%;
  border: 1px solid #777;
  background: #fff;
}
.header_nav_lst_phone ul {
  margin: 0;
}
.header_nav_lst_phone li {
  padding: 0;
  border-bottom: 1px solid #777;
  text-align: center;
  font-size: 12px;
}
.header_nav_lst_phone li:last-child {
  border-bottom: none;
}
.header_nav_lst_phone a {
  display: block;
  padding: 8px 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;
}

.most-top {
    display: none;
}

/* pankuzu */
.pankuzu_lists {
  font-size: 13px;
}
ul.pankuzu_lists > li {
  padding: 0;
}
.pankuzu_list {
}
/*============================= TOP.HTML =========================*/
/* info */
.info {
  margin-bottom: 60px;
}

.info_heading {
}

.original_area {
    width: 710px;
    height: auto;
    margin: 0px;
}

.pc-not_sp-on {
    display: none;
}

#snap_sp_on {
    display: none;
}

#snap_pc_on {
    display: block;
}
#gtt-pc {
    display: block;
}
#gtt-sp {
    display: none;
}

/*============= TOP-LEFT SNS(PC) ================*/
.common-sns {
    display: block;
    width: 250px;
    height: 90px;
}
.sns-inner {
    display: block;
    width: 187px;
    height: 45px;
    margin: 11px 40px 0px 23px;
}

.sns-inner > p {
    display: block;
    margin-left: 26px;
    width: 45px;
    height: 45px;
    float: left;
}

.sns-inner > p:first-child {
    display: block;
    margin-left: 0px;
}

.sns-inner > P > img {
    width: 100%;
    height: auto;
}

.followus {
    display: block;
    width: 113px;
    height: 15px;
    margin-top: 9px;
    margin-left: 68px;
}

/*============= TOP-LEFT TELEPHPNE(PC) ================*/

#contact-tel {
    box-sizing: border-box;
    width: 250px;
    height: auto;
    border: 2px solid #2f080c;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,.2) inset;
    color: #2f080c;
    font-weight: bold;
    text-align: center;
}

#contact-tel p {margin-bottom: 0px;}

.tel_01, .tel_03 {
    font-size: 14px;
}
.tel_01, .tel_03 {margin-top: 3px;margin-bottom: 3px;}

.tel_01:before {
    content: '';
    background-image: url(https://img21.shop-pro.jp/PA01354/673/etc/tel-mark-2.png?cmsp_timestamp=20190409115322);
    background-repeat: no-repeat;
    width: 23px;
    height: 23px;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
}

.tel_02 {
    font-size: 32px;
    font-weight: bold;
    font-family: 'Amiri', serif;
    margin: 0px;
}

/*============= TOP-LEFT Notice(PC) ================*/
#top-notice {
    width: 250px;
    height: auto;
}

#top-notice > .notice-inner {
    padding: 10px 0px;
}

#top-notice > .notice-inner > p {
    color: #2f080c;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin: 0px;
}

#top-notice > .notice-inner > p:nth-child(2) {
    margin-top: 4px;
}
/*-- --*/


div.info h2, div.snap-area h2, div.blog-area h2, div.recommend h2, div.footer_checkd h2 {
    text-align: center;
}

.snap-area, .blog-area {
    margin-top: 58px;
}

.pc-on_sp_not {
    display: none;
}

div.info h2 img {
}

div.snap-photo {
    display: flex;
}

div.snap-photo div.snap:first-child {
    flex: 0 0 auto;
    width: 345px;
}

div.snap-photo div.snap:nth-child(2) {
    flex: 0 0 auto;
    width: 345px;
    margin-left: 20px;
}

div.snap-photo img {
    width: 100%;
    height: auto;
}

.info_detail {
  margin: 20px 0 0;
  font-size: 13px;
}

.info_detail_lists {
}

.info_detail_list_dt {
  padding: 20px 0 5px;
}

.info_detail_list_dt:first-child {
  padding: 0 0 5px;
}

.info_detail_list_dd {
  margin: 0;
}

/* ランキング　セラー */
.seller {
  margin-bottom: 20px;
}

.seller_heading {
}

.seller_lists {
  margin-top: 20px;
  font-size: 12px;
}

.seller_list {
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}

/* recommend */
.recommend {
  margin-bottom: 20px;
margin-top: 82px;
}

.recommend_heading {
}

.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;
    max-width: 270px;
}

.side .unstyled img {
  display: block;
  margin-bottom: 0px;
}

.side_banner {
  margin: 0 20px 40px 0px;
}
.side_banner_lists {
}
.side_banner_list {
  margin-top: 19px;
}
.side_banner_list:first-child {
  margin-top: 0;
}

.side_category {
  margin: 40px 20px 0px 0px;
}
.side_category_list {
  position: relative;
}
.side_subcategory_lists {
  max-width: 231px;
  padding: 15px 0px;
  position: absolute;
  top: -21px;
/*-- right とりあえずオリジナル -180pxでまずいので -30pxで様子見 --*/
  right: -30px;
  border: 1px solid #2f080c;
  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: 40px 20px 0px 0px;
}
.side_group_heading {
}
.side_group_heading h3 img {
    margin-left: 25px;
}
.side_group_lists {
}
.side_group_list {
}

.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;
    color: #000;
    padding-bottom: 100px;
}

.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: #2f080c;
}
.footer_pagetop a {
  display: block;
  width: 100%;
  height: 32px;
}
.footer_pagetop_icon {
  margin-top: 8px;
}

.footer_notice {
  padding: 0px 0;
}
div#sp-sub-navi { display: none; }


#sp_bottom_menu {
    display: none;
}

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;
}
.footer_notice_cal_table {
}
.footer_notice_cal_memo {
}

.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%;
}

.go-to-top-area {
    display: block;
    width: 980px;
    margin: 30px auto 65px;
    height: 43px;
}

.go-to-top {
    width: 43px;
    height: 43px;
    float: right;
}
.go-to-top > img {
    width: 100%;
    height: auto;
}

.footer_nav {
  padding: 60px 0 0px;
  background-color: #c2ddec;
}

#pagetop_hidden {
    display: none;
}

.footer_nav_shopinfo {
  color: #000;
    width: 39%;
    padding: 0px;
}
.footer_nav_shopinfo_img {
  padding: 0;
  text-align: left;
}
.footer_nav_shopinfo_img img {
  width: 180px;
}
.footer_nav_shopinfo_caption {
width: 96%;
  padding: 0 2%;
}
p.footer_nav_shopinfo_name {
/*  font-size: 18px;
  padding-left: 5px;*/
    width: 280px;
    height: 30px;
    margin-bottom: 10px;
}

p.footer_nav_shopinfo_name > img {
    width: 100%;
    height: auto;
}
.footer_nav_shopinfo_memo {
  padding-left: 5px;
}

.footer_nav_menu_left {
    width: 40%;
    padding: 0px;
}
.footer_nav_menu_left > p {
  font-family: 'Amiri', serif;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

.ft_menu_left_inner {
    display: block;
    width: 100%;
}

.footer_nav_menu_right {
    display: none;
}

.ft_left_list_1 {
    display: block;
    width: 50%;
    float: left;
}
.ft_left_list_2 {
    display: block;
    width: 50%;
    float: right;
}

.footer_nav_sns {
    width: 14%;
    padding: 0px 0px 0px 7%;
    float: left;
}
.footer_nav_sns > p {
   font-family: 'Amiri', serif;
    font-size: 22px;
    font-weight: bold;
    display: inline-block;
    width: 100%;   
}

.footer_nav_sns > ul {
    padding: 0px;
    margin: 0px;
}

.footer_nav_sns ul li {
    list-style: none;
    padding: 0px;
    margin: 24px 0px 0px;
}

.footer_nav_sns ul li:first-child {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.footer_nav_lists {
    color: #000;
}
.footer_nav_list {
  color: #000;
  padding-top: 15px;
}
.footer_nav_list:first-child {
  padding-top: 0;
}
.footer_nav_list_link {
  color: #000;
}
.footer_nav_list_link:hover {
  color: #ccc;
  text-decoration: none;
}

.footer_copyright {
color: #fff;
  text-align: center;
  padding: 0px;
    height: 46px;
    background-image: url(https://img21.shop-pro.jp/PA01354/673/etc/footer-stripe-repeat.jpg?cmsp_timestamp=20190409161409);
    background-repeat: repeat-x;
}

.text-block {
    font-size: 14px;
}

.text-block > ul {
    list-style: none;
    margin: 38px 0px 0px;
}

.text-block > ul > li {
    margin-top: 15px;
}

address {
  display: block;
  margin-bottom: 0px;
  font-style: normal;
  line-height: 315%;
}
.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;
  }

/*
 * Slider
 */

.slider {
  position: relative;
  margin-bottom: 40px;
}

.bx-wrapper {
  z-index: 0;
}

.bx-wrapper img {
  width: 100%;
  height: auto;
}

.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}

.slider .bx-wrapper .bx-caption {
  background: #000\9;
  background: rgba(0, 0, 0, 0.60);
}

.slider .bx-wrapper .bx-caption span {
  font-size: 14px;
  padding: 10px 10px 10px 20px;
}

/*
 * 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="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 1px solid #101010;
  background-color: #fff;
    margin-left: 4%;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]: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_pinterest { background-position: -224px -176px; }
.icon-w.icon-c_pinterest { background-position: -224px -176px; }
.icon-lg-b.icon-c_pinterest { background-position: -336px -264px; }
.icon-lg-w.icon-c_pinterest { background-position: -336px -264px; }
.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: -px -px; }
*/
.icon-lg-b.icon-chevron_right { background-position: -216px -240px; }

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

/*
 * Media Queries
 */
@media (min-width: 980px) {
  .contents {
    width: 710px;
  }

  .contents_detail {
    width: 100%;
  }

  .side {
    width: 100%;
  }

  .header_nav_global_right li {
    display: inline-block !important;
  }
    
}

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

@media (max-width:1020px){
    .side {
  padding: 0;
    max-width: 235px;
}

}

@media (max-width: 980px) {
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }

    #g-map {
    display: none;
    }

/*-- --*/
    .big-banner {
        display: none;
}
    .sp_banner{
        display: block;
        width: 100%;
        height: auto;
    }

/*============== CUSTOM -980 =========*/
    .header_btm {
  max-width: 980px;
  padding-top: 0px;
  margin: 0 auto;
}

    #gtt-pc {
        display: none;
    }
    #gtt-sp {
        display: block;
    }
h3.heading > img {
    padding: 0px 0px 10px 0px;
    margin-left: 0px;
}

.header_g-navi {
    display: none;
}

.header_top {
  border-bottom: 1px solid #749ab0;
  position: fixed;
  top: 0px;
  background: url(https://img21.shop-pro.jp/PA01354/673/etc/stripe-banner.jpg?cmsp_timestamp=20190406102039);
    background-repeat: repeat-x;
  z-index: 10;
}

.original_area {
    width: 96%;
    height: auto;
    margin: 0px 2%;
}
.go-to-top-area {
    display: block;
    width: 100%;
    margin: 25px auto;
    height: 32px;
}

.go-to-top {
    width: 32px;
    height: 32px;
    float: right;
    margin-right: 5%;
}
.go-to-top > img {
    width: 100%;
    height: auto;
}

    
/*---- TOP-LEFT SNS(TABLET) --*/
.common-sns {
    display: block;
    width: 100%;
    height: auto;
}

.sns-inner {
    display: block;
    width: 74.8%;
    height: 50%;
    margin: 12.22222222% auto auto 9.2%;
}

.sns-inner > p {
    display: block;
    margin-left: 13.903743%;
    width: 24.06417%;
    height: auto;
    float: left;
}

.sns-inner > p:first-child {
    display: block;
    margin-left: 0px;
}

.sns-inner-top > P > img {
    width: 100%;
    height: auto;
}

.common-sns-top {
    display: block;
    width: 100%;
    height: auto;
}
.sns-inner-top {
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
}
.sns-inner-top > p {
    display: block;
    margin: 0;
    width: 30%;
    height: auto;
    float: left;
}
.sns-inner-top > p:first-child {
    display: block;
    margin-left: 0px;
}

.sns-inner-top > p > img {
    width: 100%;
    height: auto;
}

.followus {
    display: block;
    width: 45.2%;
    height: auto;
    margin: 15px auto;
}

/*============= TOP-LEFT TELEPHPNE(TABLET) ================*/

#contact-tel {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    border: 2px solid #2f080c;
    box-shadow: 1px 1px 1px 1px rgba(0,0,0,.2) inset;
    color: #2f080c;
    font-weight: bold;
    text-align: center;
    margin-top: 1rem
}

#contact-tel p {margin-bottom: 0px;}

.tel_01, .tel_03 {
    font-size: 1vw;
}

.tel_01, .tel_03 {margin-top: 0px;margin-bottom: 2px;}

.tel_01:before {
    content: '';
    background-image: url(https://img21.shop-pro.jp/PA01354/673/etc/tel-mark-2.png?cmsp_timestamp=20190409115322);
    background-repeat: no-repeat;
    width: 1vw;
    height: 1vw;
    display: inline-block;
    background-size: contain;
    vertical-align: middle;
}

.tel_02 {
    font-size: 1.9vw;
    font-weight: bold;
    font-family: 'Amiri', serif;
    margin: 0px;
}

/*============= TOP-LEFT Notice(TABLET) ================*/
#top-notice {
    width: 100%;
    height: auto;
}

#top-notice > .notice-inner {
    padding: 6px 0px;
}

#top-notice > .notice-inner > p {
    color: #2f080c;
    text-align: center;
    font-size: 1.2vw;
    font-weight: bold;
    margin: 0px;
}

#top-notice > .notice-inner > p:nth-child(2) {
    margin-top: 3px;
}
/*-- --*/


div.snap-photo {
    display: flex;
    width: 100%;
}

div.snap-photo div.snap:first-child {
    flex: 0 0 auto;
    width: 48.591549%;
}

div.snap-photo div.snap:nth-child(2) {
    flex: 0 0 auto;
    width: 48.591549%;
    margin-left: 2.8169%;
}

div.snap-photo img {
    width: 100%;
    height: auto;
}
  .contents,
  .side,
  .footer_heading {
    padding-right: 1%;
    padding-left: 1%;
  }

  .header_nav_phone {
    margin-right: 10px;
    margin-left: 10px;
  }
  .header_nav_phone {
    margin-right: 6px;
  }
    
.header_nav_phone > .nav_btn_phone {
    vertical-align: -15%;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: -0.01em;
    color: #000031;
    line-height: 285%;
}

.header_top_inner > .header_nav_phone .nav_btn_phone .humbergar-img {
    content: url(https://img21.shop-pro.jp/PA01354/673/etc/humbergar.png?cmsp_timestamp=20190419203801);
    margin-right: 5px;
    vertical-align: -2px;
}

/* ===== FOOTER TABLET == */
.footer_nav_shopinfo {
  color: #000;
    width: 34%;
    padding: 0 2% 0px 3%;
}
.footer_nav_shopinfo_img {
  padding: 0;
  text-align: left;
}
.footer_nav_shopinfo_img img {
  width: 100%;
    height: auto;
}
.footer_nav_shopinfo_caption {
width: 92%;
  padding: 0 4%;
}
p.footer_nav_shopinfo_name {
/*  font-size: 18px;
  padding-left: 5px;*/
    width: 90%;
    height: auto;
    padding-right: 10%;
    margin-bottom: 6px;
}

p.footer_nav_shopinfo_name > img {
    width: 100%;
    height: auto;
}
.footer_nav_shopinfo_memo {
  padding-left: 5px;
}

/*  .nav_btn_phone {
    display: block;
    height: 30px;
    padding-top: 15px;
  }
*/}

@media (max-width: 768px) {
  .contents,
  .side,
  .footer_heading {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }

  .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;
  }

.header_nav_phone {
  z-index: 99;
  float: left;
  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;
}

  .search_form {
    float: none;
  }

  select.search_select {
    width: 92%;
    margin-bottom: 10px;
  }
  
  .search_box {
    width: 75%;
    float: left;
  }

  .btn_search {
    width: 15%;
    float: none;
      clear: both;
      position: relative;
      left: 0px;
      top: 0px;
  }

#sp-search {
    display: block;
    width: 100%;
    height: 30px;
}
    
form#sp-search {
    display: block;
}
    
/*============== CUSTOM -768 =========*/
    .container {
        width: 100%;
        padding: 0px;
    }
    
    .original_area {
        width: 96%;
        height: auto;
        margin: 0px 2%;
    }
    
    .pc-not_sp-on {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 12px;
}
    
    .pc-not_sp-on > a > img {
        width: 100%;
        height: auto;
    }
    
    .most-top {
        width: 92%;
        margin: 12px 4% 0px;
        display: flex;
        position: relative;
    }
    
    #sp-top-sns {
        display: block;
        width: 50%;
        height: auto;
        margin-top: 4px;
    }
    
    .sp-top-logo {
        display: block;
        width: 50%;
    }
    
/*    .sp-top-logo > img {
        width: 100%;
        height: auto;
    }
*/    
#snap_pc_on {
    display: none;
}
    
    #snap_sp_on {
        display: block;
    }

    
div.snap-photo {
    display: flex;
    width: 100%;
}

div.snap-photo div.snap:first-child {
    flex: 0 0 auto;
    width: 48.591549%;
}

div.snap-photo div.snap:nth-child(2) {
    flex: 0 0 auto;
    width: 48.591549%;
    margin-left: 2.8169%;
}

div.snap-photo img {
    width: 100%;
    height: auto;
}


  .slider {
    margin-bottom: 20px;
  }

  .side_group,
  .side_freepage {
    margin-top: 0;
    width: 100%;
  }

  .info_detail,
  .seller_lists,
  .recommend_lists {
    padding: 0 10px 20px;
  }

  .free_space {
    font-size: 12px;
    padding: 0 10px 60px;
  }

    .lists{
        max-width: 100%;
    }
  .list {
    padding: 0;
    max-width: 100%;
    width: 100%;
  }

  .list_link {
    padding: 10px;
  }

  .list_icon_arrow {
    margin-right: 0;
  }

  .side_banner {
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
  }

  .side_banner_list {
    margin-top: 0;
    width: 100%;
  }

  .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;
    width: 100%;
  }
  .side_category_list {
    position: static;
    cursor: pointer;
    width: 100%;
  }
    
    .side_category_heading h3 img {
        margin-left: 25px;
    }
  .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;
  }

    h3#click-inout_brand {
        background-color: #fff;
        border: 0px;
        border-bottom: 27px solid #2f080c;
    }
    
    .button_mark_area {
        width: 100%;
        position: relative;
        top: -27px;
        z-index: 9;
    }
    
    .up-btn, .up-btn_2 {
        display: block;
        position: absolute;
        top: 4px;
        right: 20px;
        z-index: 10;
    }
    .down-btn, .down-btn_2 {
        display: block;
        position: absolute;
        top: 4px;
        right: 20px;
        z-index: 20;
    }
    
.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 {
    font-size: 16px;
  color: #000031;
  margin-right: 10px;
}

.header_nav_headline li a:hover {
  color: #ccc;
  text-decoration: none;
    font-size: 16px;
}

    .header_nav_headline li a i.icon-img {
        margin-right: 1px;
    }

.header_nav_headline .headline_viewcart {
  padding-left: 15px;
}
    
    div#check-pc-visible {
        display: none;
    }

    h3#click-inout_group {
    background-color: #fff;
    border: 0px;
    border-bottom: 27px solid #2f080c;
}

/*==== SNS ====*/

.common-sns-top {
    display: block;
    width: 100%;
    height: 50px;
    margin: 0px auto 10px;
}
.sns-inner-top {
    display: flex;
    width: 90%;
    height: auto;
    margin: 0px auto auto;
}

.sns-inner-top > p {
    display: block;
    margin-left: 0px;
    width: 23%;
    height: auto;
    float: left;
    padding: 0% 9%;
}
.sns-inner-top > p:first-child {
    display: block;
    margin-left: 0px;
    padding: 0px 9% 0px 0px;
}
.sns-inner-top > p:nth-child(2) {
    padding: 0px 9%;
}

.sns-inner-top > p > img {
    width: 100%;
    height: auto;
}

.followus {
    clear: none;
    }

  .side_category_heading,
  .side_group_heading,
  .side_freepage_heading,
  .footer_seller_heading,
  .footer_recommend_heading,
  .footer_checked_heading{
    background-color: #2f080c;
    color: #fff;
    padding: 10px 0 10px 10px;
  }
    .footer_recommend_heading, {padding: 5px 0px;}
    
    h2.footer_checked_heading {
    background-color: #fff;
    border: 0px;
    border-bottom: 27px solid #2f080c;
    }
/*=====================================FOOTER= */
  .footer {
    margin-top: 0;
  }

    .footer_inner {
        max-width: 768px;
        padding-bottom: 8px;
    }

    #pagetop_hidden {
        display: block;
    }

  .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_recommend {
        display: none;
    }

  .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;
  }
    
    div#sp-sub-navi {
        display: block;
        border-top: 1px solid #2f080c;
    }
    #sp-sub-navi > div {
        width: 100%;
        height: 2.6rem;
        margin: 0px;
        padding: 0px;
    }
    #sp-sub-navi > div > ul {
        display: block;
        width: 100%;
        height: 1.3rem;
        margin: 0px;
        padding: 0px;
        list-style: none;
        clear: left;
        text-align: center;
    }

    #sp-sub-navi > div > ul > li {
       display: inline;
        float: left;
        width: 50%;
        height: 1.3rem;
        margin: 0px;
        padding: 6px 0px;
    }
    #sp-sub-navi > div > ul > li > a::before {
        content: url(https://img21.shop-pro.jp/PA01354/673/etc/midasi.png?cmsp_timestamp=20190414195718);
        vertical-align: middle;
        margin-right: 7px;
}


    #sp_bottom_menu {
        display: block;
        width: 100%;
        clear: left;
    }
    
    #sp_bottom_menu > ul {
        list-style: none;
        margin: 0px auto;
    }
    
    #sp_bottom_menu > ul > li {
        text-align: left;
        border-bottom: 1px solid #2f080c;
        padding: 12px 0px;
        margin: 0px auto;
    }
    
    #sp_bottom_menu > ul > li > a {
        margin-left: 37%;
    }
    #sp_bottom_menu > ul > li a:before {
        content: url(https://img21.shop-pro.jp/PA01354/673/etc/midasi.png?cmsp_timestamp=20190414195718);
        vertical-align: middle;
        margin-right: 7px;
    }

  .footer_nav {
    padding: 0;
  }
  .footer_nav_shopinfo {
    width: 100%;
    padding: 30px 5%;
  }
  .footer_nav_shopinfo_img {
    padding-bottom: 10px;
    text-align: center;
  }
  .footer_nav_shopinfo_caption {
    text-align: center;
      clear: both !important;
      float: none !important;
      margin: 0px auto !important;
      
  }
  p.footer_nav_shopinfo_name {
    padding-left: 0;
    padding-right: 0px;
/*  font-size: 18px;*/
    width: 77.777777%;
    height: auto;
    text-align: center;
    margin: 0px auto 0px;
}

p.footer_nav_shopinfo_name > img {
    width: 100%;
    height: auto;
}
  .footer_nav_shopinfo_memo {
    padding-left: 0;
  }

  .footer_nav_menu_right {
    display: block;
    padding: 0;
    border-top: 1px solid #777;
  }
    .footer_nav_menu_right li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #777;
        text-align: center;
    }
    .footer_nav_menu_right li:nth-child(odd) {
      border-right: 1px solid #777;
    }
    .footer_nav_menu_right a {
      display: block;
      padding: 12px 10px;
      color: #000;
      text-decoration: none;
      font-size: 11px;
    }

  .footer_nav_menu {
    padding: 20px;
    text-align: center;
    font-size: 10px;
    background-color: #c2ddec;
    color: #000;
  }

  .footer_nav_list {
    padding-top: 5px;
  }
    
.footer_nav_sns {
    display: none;
}

  .footer_copyright {
    font-size: 10px;
  }
.footer_copyright {
    font-size: 10px;
    height: 36px;
    background-image: url(https://img21.shop-pro.jp/PA01354/673/etc/footer-stripe-repeat.jpg?cmsp_timestamp=20190409161409);
    background-repeat: repeat-x;
}

.text-block {
    font-size: 12px;
}

.text-block > ul {
}

.text-block > ul > li {
    margin-top: 7px;
}

    address {line-height: 340%;}
    
    .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;
  }
}