@charset "euc-jp";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Fugaz+One&display=swap');
font {
    color: inherit;
}
.red {
    color: #ff6363;
}
.oswald{
  font-family: 'Oswald', sans-serif;
}

.fjalla{
  font-family: 'Fjalla One', sans-serif;
}

.link_color{
  color: #08c;
}

html{
  height:100%;
}

body {
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/73/bg.gif);
  color: #464e54;
  height:100%;
}
a {
  color: #464e54;
}
a:hover {
  color: #9c9c9c;
  text-decoration: none;
}

::selection {
  background-color: #333;
  color: #FFF;
}

/*
 * layout
 */
#wrapper {
  min-width: 1160px;
  max-width: 1420px;
  margin-top: 50px;
}

.container{
  max-width: 1160px;
}

.d-flex{
  display:flex;
}

.d-block{
  display:block;
}

/*
 * contents
 */

#contents_container{
  width:1160px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

#contents {
  width: 76%;
  order: 2;
}

#contents .topicpath-nav {
  margin-bottom: 5px;
}
  #contents .topicpath-nav li {
    padding: 0;
  }
  #contents .topicpath-nav a {
    margin-left: 5px;
  }
  #contents h2{
    margin-top:-93px;
  	padding-top:93px;
}

#header{
  width:100%;
  margin: 0 auto;
  background:#FFF;
  position:fixed;
  border-bottom: 1px solid #FFF;
  top:0;
  z-index:100;
  transition: .2s all ease-in-out;
}

.fixed {
  border-bottom: 1px solid #eee !important;
  box-sizing: border-box;
  background:#fff;
  padding: 10px 0 !important;
}

.header_nav{
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.contents_menu{
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.contents_nav ul{
  justify-content: center;
}

.contents_nav li{
  list-style: none;
}

.header_nav .contents_nav{
  flex-grow:3;
}
/*ドロワーメニュー*/
.menu-btn {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    height: 54px;
    width: 54px;
    justify-content: center;
    align-items: center;
    z-index: 90;
  	margin: 0;
}
.menu-btn span,
.menu-btn span:before,
.menu-btn span:after {
    content: '';
    display: block;
    height: 2px;
    width: 30px;
    border-radius: 3px;
    background-color: #333;
    position: absolute;
}
.menu-btn span:before {
    bottom: 8px;
}
.menu-btn span:after {
    top: 8px;
}

#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255, 255, 255, 0);/*メニューオープン時は真ん中の線を透明にする*/
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom: 0;
    transform: rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top: 0;
    transform: rotate(-45deg);
}

#menu-btn-check:checked ~ .menu-content {
    right: 0;/*メニューを画面内へ*/
}

#menu-btn-check {
    display: none;
}

.menu-content {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 100%;
    z-index: 80;
    background-color: #ffffff;
    transition: all .5s;
  	overflow-y: auto;
}
.menu-content ul:nth-of-type(1) {
  padding: 70px 0 0;
  margin: 0;
}
.menu-content ul li {
    border-bottom: solid 1px #eee;
    list-style: none;
}
.menu-content ul li a {
    display: block;
    width: 100%;
    font-size: 15px;
    box-sizing: border-box;
    text-decoration: none;
    padding: 15px;
    position: relative;
}
.menu-content ul li a.arrow::before {
    content: "";
    width: 7px;
    height: 7px;
    border-bottom: solid 2px #ccc;
    border-right: solid 2px #ccc;
    transform: translateY(-50%) rotate(45deg);
    position: absolute;
    right: 10px;
    top: 50%;
  	transition: all .5s;
}

.menu-content ul li a.open::before {
	transform: rotate(225deg);
}

li.menu-content-mypage {
    width: 50%;
    box-sizing: border-box;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
}

li.menu-content-mypage ion-icon {
    font-size: 30px;
  	margin-right: 10px;
}

li.menu-content-fav-menu {
    width: 50%;
    box-sizing: border-box;
    border-top: 1px solid #eee;
}

li.menu-content-fav-menu ion-icon{
    font-size: 30px;
  	margin-right: 10px;
}

li.menu-content-mypage a ,li.menu-content-fav-menu a{
  display:flex !important;
  justify-content: center;
  align-items: center;
}

li.menu-content-mypage span ,li.menu-content-mypage span{
  line-height: 1;
}

li.menu-content-fav-menu .fav{
   position: relative;
}

li.menu-content-fav-menu .fav_count{
    background: #ff6363;
    color: #FFF;
    border-radius: 50%;
    display: table-cell;
    align-items: center;
    text-align: center;
    font-weight: 400;
    min-width: 14px;
    min-height: 14px;
    vertical-align: middle;
    position: absolute;
    top: -2px;
    left: -4px;
}

/* //ドロワーメニュー*/
/* クリック領域 */
.accordion-parent {
 position: relative;
}

/* クリックしたら表示される領域 */
.accordion-child {
  display: none;
  padding-top: 0 !important;
  padding-left: 20px !important;
  border-bottom: 0 !important;
}

.accordion-child li:nth-last-child(1){
  border-bottom: 0;
}

.accordion-child a{
  display: flex !important;
  justify-content: flex-start;
  align-items: center;
  padding: 10px !important;
  font-size: 12px !important;
}

.accordion-child img{
  max-width:30px;
  margin-right: 8px;
}

.logo svg {
  width: 226px;
}

.cat_list a{
  padding:20px 0;
  justify-content: flex-start;
  flex-direction: column;
  align-items: center;
}

.cat_child {
  display: none;
}

.cat_list:hover .cat_child {
    display: flex;
  	flex-wrap: wrap;
    position: absolute;
    width: 100%;
    top: 50px;
    left: 0;
    background: #FFF;
    border: 1px solid #eee;
    padding: 10px;
    margin: 0;
    text-align: left;
}

.cat_child li {
  width: 15%;
  box-sizing: border-box;
  padding: 5px 10px;
}

.cat_child li img{
  width: 100%;
  max-width: 50px;
  margin-bottom:10px;
}


.search_area {
  position: relative;
}

.search_area input{
  background: #f4f4f4;
  outline: none;
  border: none;
  padding: 5px 15px;
  border-radius: 20px;
  width: 100%;
}

.search_area input[placeholder]{
  font-size:12px;
  padding-left: 10px;
}

.search_area .btn {
  background: none;
  border: none;
  padding: 0;
  outline:none;
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
}

.search_area .btn i {
}

.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: "";
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 90%;
  max-width: 600px;
  padding: 50px 0;
  border-radius: 2px;
  vertical-align: middle;
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, .95);
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #95979c !important;
  font-size: 35px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0;
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important;
}

.header_nav .login_menu{
  flex-grow:1;
  justify-content: flex-end;
}

.login_menu li{
  list-style: none;
}

.login_menu a{
  font-size: 11px;
}

.mypage_menu{
  position: relative;
}

.sub_menu {
  display: none;
}

.mypage_menu:hover .sub_menu {
    display: block;
    position: absolute;
    width: 150px;
    background: #FFF;
    border: 1px solid #eee;
    padding: 10px;
    margin: 0;
    text-align: left;
}

.sub_menu li {
  padding: 5px 10px;
}

.sub_menu a {
  font-size: 13px;
}

.login_menu ion-icon {
  display: block;
  font-size: 30px;
  margin: 0 auto 5px;
}

.login_menu .incart{
  position: relative;
  display: inline-block;
}

.login_menu .total_count{
  background: #333;
  color: #FFF;
  border-radius: 50%;
  display: table-cell;
  align-items: center;
  text-align: center;
  font-weight: 400;
  min-width: 16px;
  min-height: 16px;
  vertical-align: middle;
  position: absolute;
  top: -5px;
  left: -3px;
  z-index: 10;
}

.login_menu .fav{
  position: relative;
  display: inline-block;
}

.login_menu .fav_count{
  background: #ff6363;
  color: #FFF;
  border-radius: 50%;
  display: table-cell;
  align-items: center;
  text-align: center;
  font-weight: 400;
  min-width: 16px;
  min-height: 16px;
  vertical-align: middle;
  position: absolute;
  top: -5px;
  left: 8px;
}

.campaign_area{
   padding-top: 93px;
}

.campaign_area ul{
 list-style: none;
}

.campaign_area a{
  	display: block;
    padding:8px 0;
  }

.coupon_bana {
  flex-direction: column;
}

.coupon_bana02 {
  flex-direction:row ;
  justify-content: space-around;
}

.coupon_bana a:hover,.coupon_bana02 a:hover{
  opacity:.7;
}

.main_v a:hover{
  opacity: .7;
}

.sub_visual01{
  margin-right: 10px;
}

.sub_visual02{
  margin-left: 10px;
}


h2.head {
  margin: 100px 0 32px;
}

h2.head span{
  font-size:42px;
}

.history_area ul{
  justify-content: space-between;
  align-items: strech;
  flex-wrap: wrap;
}

.history_area ul::after{
  width:22%;
  content:"";
  display:block;
}

.history_area ul::before{
  display:block;
  content:"";
  width: 22%;
  order: 1;
}

.history_area ul li{
  max-width:22%;
}

.history_price span, .productlist_price span, .together-block span{
  font-family:"Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, "ヒラノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", sans-serif;
  margin-left: 3px;
}

.favorite_area {
  justify-content:flex-start;
  flex-wrap: wrap;
  align-items: stretch;
}

.favorite_area::after{
  display:block;
  content:"";
  width: 25%;
}

.favorite-unit{
  width: 25%;
  box-sizing: border-box;
}

.favorite-list {
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.favorite-list li{
    position: relative;
}

.favorite-list li a {
    background: #eee;
    padding: 12px 24px;
    display: block;
}

.favorite-list li a:hover {
    background: #f3f3f3;
  text-decoration: none;
}

.help_contents {
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
}
.help_contents::after {
	display: block;
	content:"";
	width:23%;
}

.help_contents li{
  width:23%;
  box-sizing: border-box;
}

.help_contents li a {
    border: 1px solid #1587a9;
    display: block;
    color: #1587a9;
    border-radius: 5px;
}

.help_contents li a:hover {
  background: #1587a9;
  color:#FFF;
}

.help_page h3{
  margin-top: -93px;
  padding-top: 93px;
}

.guide_page h2{
  margin-top: -93px;
  padding-top: 93px;
}

.faq label{
  display: block;
  cursor :pointer;
  margin: 0;
  padding: 20px;
  font-size: 16px !important;
}

.faq p{
  height: 0;
  opacity: 0;
  overflow: hidden;
  margin: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.faq input{
  display: none;
}

.faq #type1:checked ~ p#links1,
.faq #type2:checked ~ p#links2,
.faq #type3:checked ~ p#links3,
.faq #type4:checked ~ p#links4,
.faq #type5:checked ~ p#links5,
.faq #type6:checked ~ p#links6,
.faq #type7:checked ~ p#links7,
.faq #type8:checked ~ p#links8{
   height: auto;
    opacity: 1;
  padding-bottom: 20px;
      padding-top: 20px;
    padding-left: 20px;
    background: #f9f9f9;
}

#logo_img img{
  max-width: 106px !important;
}

#logo_img{
  text-align: center;
}

/*
 * side
 */
#side{
  width:20%;
  order: 1;
}

#side .unstyled img {
  margin-right: 10px;
  max-width: 20%;
}

.help_side{
  width:20%;
  order: 1;
}

.side_cat_list a{
  justify-content: flex-start;
  align-items: center;
}

/*
 * temp
 */

/* font */
.txt_l { text-align: left; }
.txt_c { text-align: center; }
.txt_r { text-align: right; }
.txt_fwn { font-weight: normal; }
.txt_fwb { font-weight: bold; }
.txt_10 { font-size: 10px; }
.txt_12 { font-size: 12px; }
.txt_14 { font-size: 14px; }
.txt_16 { font-size: 16px; }
.txt_18 { font-size: 18px; }
.txt_20 { font-size: 20px; }
.txt_24 { font-size: 24px; }
.txt_28 { font-size: 28px; }
.txt_c_333 {color: #333;}

/* background */
.bgc_gray {
  background-color: #f1f1f1;
}

/* margin */
.mar_auto { margin: 0 auto; }
.mar_0 { margin: 0; }
.mar_t_0 { margin-top: 0; }
.mar_r_0 { margin-right: 0; }
.mar_b_0 { margin-bottom: 0; }
.mar_l_0 { margin-left: 0; }
.mar_5 { margin: 5px; }
.mar_t_5 { margin-top: 5px; }
.mar_r_5 { margin-right: 5px; }
.mar_b_5 { margin-bottom: 5px; }
.mar_l_5 { margin-left: 5px; }
.mar_t_10 { margin-top: 10px; }
.mar_r_10 { margin-right: 10px; }
.mar_b_10 { margin-bottom: 10px; }
.mar_l_10 { margin-left: 10px; }
.mar_t_20 { margin-top: 20px; }
.mar_r_20 { margin-right: 20px; }
.mar_b_20 { margin-bottom: 20px; }
.mar_l_20 { margin-left: 20px; }
.mar_t_30 { margin-top: 30px; }
.mar_r_30 { margin-right: 30px; }
.mar_b_30 { margin-bottom: 30px; }
.mar_l_30 { margin-left: 30px; }
.mar_t_50 { margin-top: 50px; }
.mar_r_50 { margin-right: 50px; }
.mar_b_50 { margin-bottom: 50px; }
.mar_l_50 { margin-left: 50px; }

/* padding */
.pad_v_10 { padding: 10px 0; }
.pad_v_20 { padding: 20px 0; }
.pad_v_30 { padding: 30px 0; }
.pad_0 { padding: 0; }
.pad_t_0 { padding-top: 0; }
.pad_r_0 { padding-right: 0; }
.pad_b_0 { padding-bottom: 0; }
.pad_l_0 { padding-left: 0; }
.pad_5 { padding: 5px; }
.pad_t_5 { padding-top: 5px; }
.pad_r_5 { padding-right: 5px; }
.pad_b_5 { padding-bottom: 5px; }
.pad_l_5 { padding-left: 5px; }
.pad_10 { padding: 10px; }
.pad_t_10 { padding-top: 10px; }
.pad_r_10 { padding-right: 10px; }
.pad_b_10 { padding-bottom: 10px; }
.pad_l_10 { padding-left: 10px; }
.pad_20 { padding: 20px; }
.pad_t_20 { padding-top: 20px; }
.pad_r_20 { padding-right: 20px; }
.pad_b_20 { padding-bottom: 20px; }
.pad_l_20 { padding-left: 20px; }
.pad_30 { padding: 30px}
.pad_t_30 { padding-top: 30px; }
.pad_r_30 { padding-right: 30px; }
.pad_b_30 { padding-bottom: 30px; }
.pad_l_30 { padding-left: 30px; }

/* border */
.bor_t_1 { border-top: 1px solid #eee; }
.bor_r_1 { border-right: 1px solid #eee; }
.bor_b_1 { border-bottom: 1px solid #eee; }
.bor_l_1 { border-left: 1px solid #eee; }

/* vertical align */
.va-10 { vertical-align: -10%; }
.va-20 { vertical-align: -20%; }
.va-30 { vertical-align: -30%; }
.va-35 { vertical-align: -35%; }
.va-40 { vertical-align: -40%; }
@media (min-width: 981px) and (max-width: 1159px) {
  /* ~1159px */
  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  #wrapper{
    min-width: auto !important;
    max-width: 100% !important;
  }
  
  .container {
    max-width: 100% !important;
  }
  
  #contents_container {
    width: auto !important;
    max-width: 100% !important;
  }
  
  .logo {
     margin-right: 20px;
  }
  
  .logo svg {
    width: 150px;
  }
  
  .contents_nav li {
    margin-right: 10px;
  }
  
  .search_area input{
    padding: 5px;
  }
  
  .search_area input[placeholder]{
    padding-left:5px;
  }
  
  .search_area .btn{
    right: 0;
  }
  
  .login_menu li {
    margin-right: 10px;
}
  .history_area ul li{
    max-width: 32%;
    box-sizing: border-box;
  }
  
 
  
}
@media (max-width: 980px) {
  /* ~980px */
   #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  #wrapper{
    min-width: auto !important;
    max-width: 100% !important;
    margin-top: 0;
  }
  
  .container {
    max-width: 100% !important;
  }
  
  #contents_container {
    width: auto !important;
    max-width: 100% !important;
  }
  .hidden-phone{
    display: none !important;
  }
  
  .visible-phone {
    display: block !important;
  }
  
  .container {
    width: auto;
    padding: 0 20px;
}
  #contents {
    width: 100%;
    order:1;
    padding-left: 0;
    margin-top: 50px;
  }
  #side{
  	width:100%;
  	order: 1;
    flex-direction: column;
}
  #side .unstyled img {
    max-width: 35px;
}
  #header {
    padding:10px 0;
    border-bottom: 1px solid #eee !important;
    box-sizing: border-box;
  }
  
  
  
  h2.head {
    margin: 50px 0 32px;
    font-size: 22px;
}
  h2.head span {
    font-size: 32px;
}
  
  .header_nav {
    padding: 0 10px;
  }
  
  .logo {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 46%;
    transform: translate(-46%, -50%);
    z-index: 100;
  }
  
  .logo svg{
    max-width: 140px;
    width: 100%;
  }
  
  .header_nav .login_menu {
      flex-grow: inherit;
      justify-content: flex-end;
    	z-index: 100;
	}
  
   .login_menu li {
    	margin-right: 0 !important;
     	margin-left: 12px;
     	line-height: 1;
	}
  
  .login_menu a {
     display: inline-block;
  }
  
 .login_menu ion-icon {
    margin: 0 auto !important;
}
  
 .login_menu .fav {
    top: 2px;
  }
  .login_menu .fav_count {
    min-width: 14px;
    min-height: 14px;
    top: -4px;
    left: 0px;
}
  .login_menu .total_count {
    min-width: 14px;
    min-height: 14px;
    top: -4px;
    left: -4px;
}
  
 .search_area input {
    background: #e6e5e5;
    padding: 15px;
    border-radius: 30px;
} 
  .search_area .btn i {
    font-size: 15px;
}
  .search_area input[placeholder] {
    font-size: 15px;
    padding-left: 15px;
}
  
  .campaign_area {
    padding-top:57px;
  }
  
  .campaign_area a{
    padding:5px 0;
  }
  
  .main_img{
    margin-bottom:10px;
  }
  
 .sub_visual01{
  margin-right: 5px;
}

.sub_visual02{
  margin-left: 5px;
}
  
 .topicpath-nav {
    margin-bottom: 15px;
    margin-top: 20px;
}
  
   .history_area {
    padding: 0;
}
  .history_area ul li {
    max-width: 48%;
    padding: 0;
    box-sizing: border-box;
    height: auto !important;
    margin-bottom: 40px;
}
  
  .favorite_area {
    justify-content: space-between;
}
  
  .favorite-unit {
    width: 48%;
    padding: 0 !important;
    box-sizing: border-box;
}
  
  .help_contents::after {
	display: block;
	content:"";
	width:48%;
}

.help_contents li{
  width:48%;
}
  #help_side{
    margin:50px 0 0;
  }
  
  #help_side ul{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-wrap: wrap;
  }
  
  #help_side ul li {
    background: #F4F4F4;
    margin-bottom: 10px;
    margin-right: 10px;
  }
  
  #help_side ul li a{
    font-size:14px;
  }
  
  .guide_page h2{
  margin-top: -54px;
  padding-top: 54px;
}
  
}
@media (max-width: 480px) {
  /* ~480px */
}

/*
 * icons
 */
.icon-user { background-position: -208px 0px; }
.icon-lg-b.icon-user { background-position: -312px 0px; }
.icon-adduser { background-position: -240px 0px; }
.icon-lg-b.icon-adduser { background-position: -360px 0px; }
.icon-login { background-position: -48px -80px; }
.icon-lg-b.icon-login { background-position: -72px -120px; }
.icon-logout { background-position: -32px -80px; }
.icon-lg-b.icon-logout { background-position: -48px -120px; }
.icon-home { background-position: -176px -16px; }
.icon-lg-b.icon-home { background-position: -264px -24px; }
.icon-mail { background-position: -64px 0px; }
.icon-lg-b.icon-mail { background-position: -96px 0px; }
.icon-pencil { background-position: -96px 0px; }
.icon-lg-b.icon-pencil { background-position: -144px 0px; }
.icon-help { background-position: -272px -80px; }
.icon-lg-b.icon-help { background-position: -408px -120px; }
.icon-cart { background-position: -176px -64px; }
.icon-lg-b.icon-cart { background-position: -264px -96px; }
.icon-search { background-position: -208px -16px; }
.icon-lg-b.icon-search { background-position: -312px -24px; }
.icon-chevron_up { background-position: -0px -144px; }
.icon-lg-b.icon-chevron_up { background-position: -0px -216px; }
.icon-chevron_down { background-position: -352px -128px; }
.icon-lg-b.icon-chevron_down { background-position: -528px -192px; }

.icon-b,
.icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.icon-lg-b,
.icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_b.png); }
.icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_w.png); }
.icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
.icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .icon-b,
  .icon-w {
    -webkit-background-size: 368px 320px;
    background-size: 368px 320px;
  }

  .icon-lg-b,
  .icon-lg-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon16_2x_w.png); }
  .icon-lg-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-lg-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
@media (max-width: 768px) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_w.png); }
}
@media only screen and (max-width: 768px) and (-webkit-min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min--moz-device-pixel-ratio: 2), only screen and (max-width: 768px) and (-o-min-device-pixel-ratio: 2 / 1), only screen and (max-width: 768px) and (min-device-pixel-ratio: 2), only screen and (max-width: 768px) and (min-resolution: 192dpi), only screen and (max-width: 768px) and (min-resolution: 2dppx) {
  .icon-b { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_b.png); }
  .icon-w { background-image: url(https://img.shop-pro.jp/tmpl_img/73/icon24_2x_w.png); }
}
