@charset "euc-jp";

body {
  background: #fff url(https://img.shop-pro.jp/tmpl_img/78/body_bg.gif);
  color: #111;
  font-family: 'Noto Sans JP', sans-serif;
}
h2{
	font-size:20px;
	font-weight:700;
	letter-spacing: .2em;
  	font-family:'Montserrat', 'Noto Sans Japanese', sans-serif;
}

  

a {
  color: #29abe2;
}

a:hover {
  color: #29abe2;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

form {
  margin: 0;
  display: inline;
}

.col-lg-12 {
  padding: 0;
}

.btn {
  border-radius: 0;
}

/*
 * Layout
 */
.container {
  max-width: 937px;
  width: 80.53%;
  
  margin: 0 auto;
}
.ie8 .container {
  width: 1300px;
}

.header__section {
  margin-bottom: 2em;
}

.header__logo {
  margin: 1em 0;
  float: left;
  display: flex;
    margin-top: 0;
    flex-direction: column;
    justify-content: center;
    width: 100px;
    height: 115px;
    background-color: #00AFE2;
    align-items: center;
}

.header__logo a{
	display: inline-block;
	padding-top: 4px;
}
.header__logo-img {
  margin-top: 0;
}
.header__logo a img{
	max-width: 80px;
  	padding-left: 2.5px;
}

.header-nav {
  font-size: 14px;
  letter-spacing: .1em;
  float: right;
  list-style-type: none;
  text-align: right;
  margin: 22px 0 0;
  display: flex;
  align-items: center;
}

.header-nav__unit {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  margin-left: 1em;
  font-weight: 400;
  
}
.header-nav__unit i {
  margin-right: 0px;
}
.header-nav__txt {
  color: #111;
}
.header-nav__txt:hover {
  color: #111;
}

.header-nav__btn {
  padding: 8px 15px;
}
.header-nav__btn i {
  left: -4px;
}

.header__postage {
  float: right;
  clear: right;
  color: #e66a6a;
  margin: 2em 0 1em;
}

.header__postage__list {
  list-style-type: none;
  margin: 0;
}
.nav_cart{
	min-width: 83px;
    height: 28px;
    font-size: 10px;
    display: inline-block;
  }
  .nav_cart a{
	padding-right: 3px;
	font-size: 12px;
  }

.logoTitle{
	font-size: 9px;
	font-family:"Montserrat", 'Noto Sans Japanese', sans-serif;
	font-weight: 700;
	color: #fff;
	margin: -2px 0px 5px 4px ;
}

.header__search-switch {
  cursor: pointer;
}

.header__search-form__input {
  border: 1px solid #ccc;
}

.global-nav__pulldown-nav {
  display: none;
}

.global-nav {
  display: block;
  list-style-type: none;
  margin: 0;
}

.global-nav__unit {
  float: left;
  margin-right: 2em;
  letter-spacing: .2em;
}
.global-nav__unit a {
  display: block;
  padding: .3em 0;
  color: #111;
}
.global-nav__unit a:hover, .global-nav__unit a:focus {
  text-decoration: none;
}

.global-nav__unit__txt {
  font-family: 'Roboto Slab', serif;
  font-weight: 700;
}

.header__pulldown-nav__list {
  list-style-type: none;
  margin: 2em 0 0;
  padding: 0;
  font-weight: 600;
}
.header__pulldown-nav__list li {
  margin: 0 0 10px;
  padding: 0 40px 0 0;
  white-space: nowrap;
}
.header__pulldown-nav__list a {
  color: #111;
}
.header__pulldown-nav__list a:hover {
  text-decoration: none;
  color: #29abe2;
}

.global-nav-phone {
  text-align: center;
  margin: 0;
}
.global-nav-phone li {
  display: inline-block;
  margin: 0 .2em;
}
.global-nav-phone a {
  padding: .5em;
}

/* pagetop */
.btn-pagetop {
  padding: .9em 0;
  max-width: 50px;
  float: right;
  background: #ddd;
  border: none;
}
.btn-pagetop i {
  position: static;
}

/* guide */
.footer__guide {
  padding: 100px 0 109px;
  width: 80.53%;
  max-width:937px;
  margin: 0 auto;
  border-top: 1px solid black;
}

.guide__unit {
  padding: 10px 30px 0 0;
  margin-bottom: 30px;
  font-size: 0.8em;
  line-height: 1.8;
  color: #808080;
}

.guide__h3, .guide__h2 {
  color: #555;
  font-weight: normal;
  margin: 0 0 13px;
}

.guide__ttl {
  font-weight: 200;
  font-size: 17px;
  margin-top: 4px;
  letter-spacing: 0;
  padding-bottom: 14px;
  border-bottom: 1px solid black;
}
.deli{
	border: 1px solid black ;
	border-radius: 7px;
	padding: 16.5px;
	width: 20.2%;
}
.pay{
	border: 1px solid black ;
	border-radius: 7px;
	padding: 16.5px;
	width: 62.4%;
	margin-left: 32px;
}
.delipay{
	display: flex;
	justify-content: center;
} 
.deli_txt{
	width: 100%;
	font-size: 12px;
	margin-top: 16px;
	font-weight: 200;
	line-height: 20px;
    letter-spacing: .1em;
}
.payCont{
	display: flex;
	padding: 9px 0;
}
.payCont_item{
	margin-bottom: 0;
	padding: 0 13px 0 0;
}
.payCont_item:first-child{
	width: 54.78%;
}
.payCont_item:last-child{
	padding-left: 26px;
}
.pay_txt{
	color: black;
	font-size: 12px;
	letter-spacing: .1em;
	line-height: 1.6;
}
.creditCont{
	display: flex;
	align-items: center;
    margin-bottom: 5px;
    min-height: 30px;
	color: black;
}
.creditTtl{
	color: black;
	margin: 0;
	font-size: 14px;
	margin-right: 25px;
}
i.icon_member.pc{
margin-right: 11px;
}
i.icon_search.header__search-switch.pc{
	margin-right: 11px;
}
i.icon_cart_pc.pc{
	margin-right: 11px;
}


/* calender */
.cal__table table {
  max-width: 280px;
  margin: 2em auto;
  font-size: .9em;
}
.cal__table table th, .cal__table table td {
  text-align: center;
}

.cal__memo {
  text-align: center;
  font-size: .9em;
}

  /* copyright */
.copy_right{
	width:100%;
	height: 50px;
	background-color: black;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Montserrat', sans-serif;
}

/* footer nav */
.footer__nav {
   background: #fff;
   border-top: 1px solid black;
  color: black;
  font-size: 0.8em;
  letter-spacing: .1em;
}
/* footer */
.footerWrap{
	display: flex;
	padding-bottom: 42px;
	padding-top: 42px;
}

.navBox{
font-size: 14px;
line-height: 2em;
width: 50%;
min-height: 226px;
border-left: 1px solid #707070;
padding-bottom: 15px;
align-items: flex-start;
display: flex;
}
.nav_cont{
padding-left: 15.41%;
}
.footer__nav a {
  color: black;
}
.row.col.col-lg-12.col-md-12{
	width: 50%;
}
.footer-nav__title {
  margin-top: 0;
  color: #1a8dbe;
  font-size: 1.5em;
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
}
.footerLeft{
	width: 44%;
    display: flex;
    justify-content: center;
    font-size: 14px;
    align-items: center;
    line-height: 2;
}
.footerLeft_text{
	padding-right: 0;
    padding-left: 49px;
}
.footerLeft_logo img{
	width: 96.5px;
	height: auto;
}
.footer-nav__col {
  margin: 0;
  list-style-type: none;
  line-height: 1.5;
}
.footer-nav__col li {
  margin: 1em 0;
}

/* topicpath */
.topicpath-nav {
	display: none;
  font-size: .8em;
  color: #666;
  margin-bottom: 1em;
}
.topicpath-nav a {
  text-decoration: none;
  color: #666;
  margin-left: .5em;
}
.topicpath-nav ul {
  list-style-type: none;
  margin: 10px 0;
}
.topicpath-nav li {
  display: inline;
  padding: 0 .5em 0 0;
}
.topicpath-nav li:first-child a {
  margin-left: 0;
}

/* product list */
.select--sub-layer {
  max-width: 500px;
  display: block;
  margin: 2em auto;
}

.product-list__unit {
  padding: 0;
}
.product-list__unit a:hover {
  text-decoration: none;
}


.product-list__unit__inner {
  padding: 0 20px;
}
.product-list__unit__inner img{
	max-width: 200px;
	width: 100%;
}
.product-list__unit__inner p {
  margin: 0;
}

.product-list__photo {
  display: block;
  margin: 0 auto;
}

.product-list__text {
  display: block;
  margin: .6em 0;
  line-height: 1.5;
  text-align: center;
}

.product-list__name {
  font-weight: bold;
  color: #666;
}

.product-list__expl {
  font-size: .8em;
}

.product-list__price,
.option__price {
  color: #aaa;
}

.product-list__regular-price,
.option__regular-price {
  color: #aaa;
  text-decoration: line-through;
}

.product-list__soldout,
.option__stock {
  color: #e66a6a;
}

.product-list__sort {
  text-align: right;
  margin: 2em 0;
}

.product-list__freespace {
  margin: 3em 0;
}

.pagenation {
  margin: 1em 0 3em;
  text-align: center;
}

.pagenation__list {
  margin: 0 0 1em;
}

.pagenation__unit {
  display: inline-block;
  line-height: 1;
  margin: 0 .3em 2em;
}
.pagenation__unit a {
  padding: .6em .9em;
  color: #fff;
  background: #29abe2;
  border-radius: 3px;
}
.pagenation__unit a:hover {
  text-decoration: none;
}
.pagenation__unit span {
  color: #aaa;
}

.pagenation__info {
  font-size: 1.4em;
}

/* shop keeper */
.page--shopkeeper .section__block, .page--privacy .section__block {
  max-width: 1000px;
}

/* privacy policy */
/*
 * Module
 */
.section__block {
  margin: 4em auto;
}
.section__block p {
  line-height: 2;
}

.section__title-h2 {
  text-align: center;
  font-size: 1.5em;
  font-weight: normal;
  margin: 2em 0;
}

.section__title-h3 {
  text-align: center;
  font-size: 1.2em;
  font-weight: normal;
  margin: 2em 0;
}

.btn-primary {
  background: #29abe2;
  border: 1px solid #29abe2;
  color: #fff;
}
.btn-primary:hover {
  background: #29abe2;
  color: #fff;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.btn-secondary {
  background: black;
  border: 1px solid black;
  color: #fff;
  font-size: 10px;
  font-weight: 500;
  background-image: url(https://img21.shop-pro.jp/PA01474/393/etc/cart_white%402x.png?cmsp_timestamp=20210928153902);
  background-size: 15px;
  background-repeat: no-repeat;
  display: block;
  line-height: 1;
  background-position: 6px 6px;
}
.btn-secondary:hover {
  background: #fff;
  color: black;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  background-repeat: no-repeat;
  background-position: 6px 6px;
  background-size: 15px;
  background-image: url(https://img21.shop-pro.jp/PA01474/393/etc/cart_black%402x.png?cmsp_timestamp=20210928153805);
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}

.txt--sm {
  font-size: .8em;
}

.txt--c {
  text-align: center;
}

.txt--not-applicable {
  font-size: 1.5em;
  margin: 3em 0 4em;
  text-align: center;
  color: #999;
}

.dl-vertical-list {
  margin: 0;
  padding: 0;
}

.dl-vertical-list__title {
  font-weight: bold;
  margin: 0 0 .5em;
}

.dl-vertical-list__content {
  margin: 0 0 2em;
  line-height: 1.8;
}

.pulldown-nav {
  display: none;
}

#wrapper .bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  background: transparent;
}
#wrapper .bx-wrapper .bx-viewport .bx-caption {
  background: rgba(255, 255, 255, 0.6);
  padding: .6em .8em;
}
#wrapper .bx-wrapper .bx-viewport .bx-caption span {
  font-size: 1em;
  font-weight: bold;
  color: #333;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction a {
  width: 50px;
  height: 50px;
  margin-top: -25px;
  border: 2px solid #fff;
  background-color: #fff;
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/carousel_ctrl.png);
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
  left: 0;
  border-left: none;
  background-position: bottom left;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
  right: 0;
  border-right: none;
  background-position: bottom right;
}
#wrapper .bx-wrapper .bx-controls .bx-pager {
  padding-top: 0;
  padding-bottom: 10px;
  bottom: 0;
}
#wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-link {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f5f5f5;
}
#wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-link.active {
  background: #29abe2;
}

.carousel-slide .product-list {
  margin: 0;
}
.carousel-slide .product-list__unit__inner {
  padding-bottom: 0;
}

.hidden-pc{
	display:none ;
}

@media (max-width: 980px) {
  /* ~980px */
  .col-md-12 {
    padding: 0;
  }

  #base_gmoWrapp,
  #gmo_CMSPbar {
    overflow: hidden;
    min-width: 100% !important;
    width: 100% !important;
  }
  .guide__col {
    padding: 0;
  }

  .shop-owner {
    border-right: none;
    margin-bottom: 30px;
  }

  .product-list {
    margin: 0 -15px;
  }

  .product-list__unit {
    padding: 0;
  }

  .page--privacy .section__block {
    width: 100%;
  }
}

/*
 * State
 */
.header__search-form {
  display: none;
}

.header__search-form--visible {
  display: inline;
}

.global-nav-phone--current a {
}

.is_tablet_lt .tab-block--visible {
  display: block;
}
.is_tablet_lt .tab-block--hidden {
  display: none;
}

/*
 * icons
 */
/* 24px black */
.icon-b, .icon-w {
  width: 16px;
  height: 16px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}
.icon-user.icon-b, .icon-user.icon-w {
  background-position: -208px 0px;
}
.icon-cart.icon-b, .icon-cart.icon-w {
  background-position: -176px -64px;
}
.icon-search.icon-b, .icon-search.icon-w {
  background-position: -208px -16px;
}
.icon-chevron_thin_right.icon-b, .icon-chevron_thin_right.icon-w {
  background-position: -144px -144px;
}
.icon-chevron_thin_down.icon-b, .icon-chevron_thin_down.icon-w {
  background-position: -112px -144px;
}
.icon-chevron_thin_up.icon-b, .icon-chevron_thin_up.icon-w {
  background-position: -128px -144px;
}
.icon-list.icon-b, .icon-list.icon-w {
  background-position: -192px -96px;
}
.icon-play.icon-b, .icon-play.icon-w {
  background-position: -160px -112px;
}

.icon-lg-b, .icon-lg-w {
  width: 24px;
  height: 24px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
  position: relative;
  top: -0.15em;
}
.icon-user.icon-lg-b, .icon-user.icon-lg-w {
  background-position: -312px 0px;
}
.icon-cart.icon-lg-b, .icon-cart.icon-lg-w {
  background-position: -264px -96px;
}
.icon-search.icon-lg-b, .icon-search.icon-lg-w {
  background-position: -312px -24px;
}
.icon-chevron_thin_right.icon-lg-b, .icon-chevron_thin_right.icon-lg-w {
  background-position: -216px -216px;
}
.icon-chevron_thin_down.icon-lg-b, .icon-chevron_thin_down.icon-lg-w {
  background-position: -168px -216px;
}
.icon-chevron_thin_up.icon-lg-b, .icon-chevron_thin_up.icon-lg-w {
  background-position: -192px -216px;
}
.icon-list.icon-lg-b, .icon-list.icon-lg-w {
  background-position: -288px -144px;
}
.icon-play.icon-lg-b, .icon-play.icon-lg-w {
  background-position: -240px -168px;
}
.icon-lg-w.icon-twitter {
  background-position: -144px -264px;
}
.icon-lg-w.icon-c_facebook {
  background-position: -192px -264px;
}
.icon-lg-w.icon-instagram {
  background-position: -168px -288px;
}
.icon-lg-w.icon-pinterest {
  background-position: -312px -264px;
}
.icon-lg-w.icon-c_youtube { 
  background-position: -191px -240px; 
}

.icon-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon16_b.png);
}

.icon-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon16_w.png);
}

.icon-lg-b {
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_b.png);
}

.icon-lg-w {
  background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_w.png);
}



.icon_member{
	display: block;
	width: 12.7px;
	background-size: 12.7px;
	margin-right: 3px;
	padding-top: 12.7px;
	background-repeat: no-repeat;
	background-image: url(https://img21.shop-pro.jp/PA01474/393/etc/man.png?cmsp_timestamp=20210928153746);
}
.icon_search{
	display: block;
	width: 12.7px;
	background-size: 12.7px;
	margin-right: 3px;
	padding-top: 12.7px;
	background-repeat: no-repeat;
	background-image: url(https://img21.shop-pro.jp/PA01474/393/etc/search.png?cmsp_timestamp=20210928153757);
}
.icon_cart{
	display: block;
	width: 12.7px;
	background-size: 12.7px;
	margin-right: 3px;
	background-size: 12.7px;
	padding-top: 12.7px;
	background-repeat: no-repeat;
	background-image: url(https://img07.shop-pro.jp/PA01362/550/etc/cart.png?cmsp_timestamp=20210914121924);
}




@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/78/icon16_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon16_2x_w.png);
  }

  .icon-lg-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_2x_b.png);
  }

  .icon-lg-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_2x_w.png);
  }
}




@media (max-width: 768px) {

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

	.header__section {
		margin-bottom: 2px;
   	}	
	.header-nav__unit {
		margin: 0 12px;
	}
	  .header-nav__unit i {
		margin-right: 0px;
	}
	.guide__ttl {
		padding-bottom: 8px;
		letter-spacing: 0;
	}
	.footer__guide{
		margin: 0 auto;
		width: 90.2%;
      	padding-bottom:60px;
		padding-top: 0;
		border-top: none;
	}
	.delipay{
		flex-direction: column;
	}
	.deli{
		width: unset;
	}
	.pay{
		width: unset;
		margin-top: 16px;
		margin-left: 0;
	}
	/* br class="pc" */
	.pc {
		display: none;
	}
	.creditTtl{
		font-size: 16px;
		letter-spacing: 0;
	}
	.deli_txt{
		letter-spacing: .1em;
		font-size: 14px;
		line-height: 1.7;
	}
	.payment_img{
		height: 48px;
		width: auto;
	}
	.payCont{
		flex-direction: column;
	}
	.payCont_item{
		width: 100% !important;
	}
	.payCont_item:first-child{
		width: unset;
		padding-bottom: 28px;
	}
	.payCont_item:last-child{
		padding: 0;
		padding-top: 25px;
	}
	.creditCont{
		flex-direction: column;
		align-items: flex-start;
	}
	.pay_txt{
		font-size: 14px;
		margin-top: 10px;
		line-height: 1.7;
		letter-spacing: .1em;
	}

	.topicpath-nav {
		display: none;
	}	

	.btn-secondary:hover {
		background-image: none;
	}

	/* ~768px */
	.col-sm-12 {
		padding: 0;
	}
	.hidden-pc{
		display:block;
		}
	
	.header__logo {
		float: none;
		text-align: center;
	}
	.header__logo img {
		display: block;
		margin: 0 auto 0px;
	}
	.header-nav {
		float: unset;
		display: flex;
		text-align: center;
		justify-content: center;
		align-items: center;
	}
	.btn-secondary {
		background: none;
		border: none;
		padding:0;
	}
	
	
	.header__postage {
		float: none;
	}
	
	.global-nav {
		display: none;
		margin-top: 1em;
	}
	.global-nav a {
		padding: .5em;
	}
	
	.global-nav__unit {
		float: none;
		margin-right: 0;
		text-align: center;
	}
	
	.global-nav__unit__txt {
		font-size: 1.2em;
	}
	
	.global-nav__pulldown-nav {
		padding: 2em 0 0;
		border-bottom: 2px solid #ccc;
	}
	
	.header__pulldown-nav__list {
		text-align: left;
		font-weight: normal;
	}
	.header__pulldown-nav__list li {
		padding-right: 0;
		margin: 0;
		overflow: auto;
		white-space: normal;
	}
	.header__pulldown-nav__list a {
		display: block;
		padding: .7em;
	}
	.header__pulldown-nav__list a:before {
		content: '- ';
	}
	
	.header__search-form--phone input, .header__search-form--phone button {
		display: block;
		height: 2.8em;
		margin-bottom: 1em;
		width: 100%;
		border: 2px solid #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.header__search-form--phone button {
		border-color: #29abe2;
		background: #29abe2;
		color: #fff;
	}
	.header__search-form--phone button:hover {
		background: #29abe2;
		color: #fff;
	}
	
	/*********************************************
		header
	*********************************************/
	.header__logo {
		/* width: 127px;
		height: 100px; */
		margin: 0 auto;
	}
	.logoTitle{
		margin:-4px 0px 5px 4px;
	}
	.footer-nav__title {
		text-align: center;
	}
	
	.footer-nav__col {
		text-align: center;
	}
	.footer-nav__col li {
		margin: 0;
	}
	.footer-nav__col a {
		display: block;
	}
	
	.footer-sns__icons {
		text-align: center;
		margin: 10px 0 0 0;
	}
	
	.guide__unit {
		padding-right: 0;
	}
	
	.product-list__sort {
		text-align: center;
	}


	/*********************************************
		icon
	*********************************************/

	.icon_member{
		background-size: 15px;
		padding-top: 15px;
		/* margin-right: 9px; */
		width: 15px;

	}
	.icon_search{
		background-size: 15px;
		padding-top: 15px;
		/* margin-right: 9px; */
		width: 15px;

	}
	.icon_cart{
		background-size: 15px;
		padding-top: 15px;
		/* margin-right: 9px; */
		width: 15px;
		
	}
	.icon-b {
		width: 24px;
		height: 24px;
		background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_b.png);
	}
	.icon-b.icon-user {
		background-position: -312px 0px;
	}
	.icon-b.icon-cart {
		background-position: -264px -96px;
	}
	.icon-b.icon-search {
		background-position: -312px -24px;
	}
	.icon-b.icon-chevron_thin_right {
		background-position: -216px -216px;
	}
	.icon-b.icon-chevron_thin_down {
		background-position: -168px -216px;
	}
	.icon-b.icon-chevron_thin_up {
		background-position: -192px -216px;
	}
	.icon-b.icon-list {
		background-position: -288px -144px;
	}
	.icon-b.icon-play {
		background-position: -240px -168px;
	}

	.icon-w {
		width: 24px;
		height: 24px;
		background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_w.png);
	}
	.icon-w.icon-user {
		background-position: -312px 0px;
	}
	.icon-w.icon-cart {
		background-position: -264px -96px;
	}
	.icon-w.icon-search {
		background-position: -312px -24px;
	}
	.icon-w.icon-chevron_thin_right {
		background-position: -216px -216px;
	}
	.icon-w.icon-chevron_thin_down {
		background-position: -168px -216px;
	}
	.icon-w.icon-chevron_thin_up {
		background-position: -192px -216px;
	}
	.icon-w.icon-list {
		background-position: -288px -144px;
	}
	.icon-w.icon-play {
		background-position: -240px -168px;
	}




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

	.footer__nav{
		border: none;
	}
	.footerWrap{
		flex-direction: column;
		padding-bottom: 35px;
	}
	.navBox{
		padding: 37px 17px 0;
		border-top: 1px solid black;
		width: 100%;
		padding-left: 7%;
		border-left: none;
		align-items: flex-start;
	}
	.nav_right{
		width: 65%;
		padding-left: 8%;
	}
	.footer-nav__col{
		line-height: 3;
    	letter-spacing: 0;
    	text-align: left;
	}
	.footerLeft{
		letter-spacing: .01em;
		padding: 0 0px 30px;
		width: unset;
		margin: 0 auto;
		justify-content: space-between;
	}
	.container{
		width: 92.53%;
		padding: 0;
	}
	.footerLeft_text{
		padding-right: 0;
	}
  	.copy_right{
		height: 30px;
		background-color: black;
		font-size: 10px;
		font-weight: bold;
		color: #fff;
		display: flex;
		justify-content: center;
		align-items: center;
		font-family: 'Montserrat', sans-serif;
	}
}

@media (max-width: 480px) {
	/* ~480px */
	.col-xs-12 {
	  padding: 0;
	}
  
	.shop-owner__photo {
	  text-align: center;
	  float: none;
	  max-width: 100%;
	}
  
	.shop-owner__info {
	  padding: 0;
	  overflow: auto;
	}
  
	.shop-owner__name {
	  text-align: center;
	}
  
	.shop-owner__name,
	.shop-owner__txt {
	  margin-top: 2em;
	}
  
	.btn-pagetop {
	  max-width: 100%;
	  float: none;
	  margin-top: 2em;
	}
  
	#wrapper .carousel-slide .bx-wrapper .bx-controls .bx-controls-direction a {
	  width: 25px;
	  height: 25px;
	  margin-top: -12.5px;
	  background-size: 50px;
	  border: 1px solid #fff;
	}
	#wrapper .carousel-slide .bx-wrapper .bx-controls .bx-controls-direction .bx-prev {
	  border-left: none;
	}
	#wrapper .carousel-slide .bx-wrapper .bx-controls .bx-controls-direction .bx-next {
	  border-right: none;
	}
  }


@media (max-width: 320px) {
	.footerLeft_text{
		font-size: 12px;
		padding-left: 25px;
	}
	.navBox{
		font-size: 12px;
	}
}
@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,
  .icon-w {
    -webkit-background-size: 552px 480px;
    background-size: 552px 480px;
  }

  
  .icon-b {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_2x_b.png);
  }

  .icon-w {
    background-image: url(https://img.shop-pro.jp/tmpl_img/78/icon24_2x_w.png);
  }
}




