@charset "euc-jp";

/* custom
============================================*/

/*---reset---*/
/*reset*/
html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
abbr,address,cite,code,
del,dfn,em,img,ins,kbd,q,samp,
small,strong,sub,sup,var,
b,i,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video{
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
h1,h2,h3,h4,h5,h6,strong,em{
font-weight:normal;
}
body{
line-height:1;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section{ 
display:block;
}
canvas{
display:block;
vertical-align:bottom;
}
ul,ol{
list-style:none;
}
nav ul{
list-style:none;
}
blockquote,q{
quotes:none;
}
blockquote:before,blockquote:after,
q:before,q:after{
content:'';
content:none;
}
a{
margin:0;
padding:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
/*change colours to suit your needs*/
ins{
background-color:#ff9;
color:#000;
text-decoration:none;
}
/*change colours to suit your needs*/
mark{
background-color:#ff9;
color:#000; 
font-style:italic;
font-weight:bold;
}
del{
text-decoration:line-through;
}
abbr[title],dfn[title]{
border-bottom:1px dotted;
cursor:help;
}
table{
border-collapse:collapse;
border-spacing:0;
}
img{
vertical-align:bottom;
border:0 none;
}
/*change border colour to suit your needs*/
hr{
display:block;
height:1px;
border:0;   
border-top:1px solid #cccccc;
margin:1em 0;
padding:0;
}
input,select{
vertical-align:middle;
}
/*IE8+, Chrome*/
input,button{
outline:0;
}
/*Firefox*/
input:-moz-focus-inner,button:-moz-focus-inner{
border:0;
}

/*---default---*/
/*clearfix*/
.cf:before,
.cf:after{
content:".";
display:block;
height:0;
line-height:0; 
clear:both;
visibility:hidden;
}
.cf:after{clear:both;}
.cf{zoom:1;}
/*float*/
.fl{float:left;}
.fr{float:right;}
.cb{clear:both;}
/*tool*/
@media screen and (max-width:768px){
  .pc_br{
    display: none;
  }
}
@media screen and (min-width: 640px) {
  .sp_br{
    display: none;
  }
}

/*---common---*/
/*body*/
html{
width:100%;
background:#fff;
color:#110F0F;
font-size:62.5%;
-webkit-tap-highlight-color:rgba(0,0,0,0.2);
text-rendering:optimizeLegibility;
-webkit-text-size-adjust:100%;
overflow: auto;
background:url(//file003.shop-pro.jp/PA01426/590/img/common/back_page.png) repeat-y right top;
background-size:79%;
}
body{
/*font-family:"Ž¥ŽÒŽ¥ò§Ž®Ž¥ŽÎŽ³ŽÑŽ¥Ž´ Pro W3","Ž¥ŽÒŽ¥ò§Ž®Ž¥ŽÎŽ³ŽÑŽ¥Ž´ Pro","Hiragino Kaku Gothic Pro W3","Hiragino Kaku Gothic Pro","Ž¥â§Ž¤Ž¥?Žª",Meiryo,sans-serif;*/
font-family:Arial,'Noto Sans Japanese',sans-serif;
color:#333;
font-size:16.4px;
font-size:1.64rem;
*font-size:small;
*font:x-small;
line-height:1.75;
overflow: hidden;
}
a{
color:#333;
}
a:hover{
color:#0052ff;
}
a img{ background:none !important}
a:hover img{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter:"alpha( opacity=80 )";
background:none !important;
}
@media screen and (max-width:768px){
	body{
	font-size:14px;
	font-size:1.4rem;
	line-height:1.6;
	}
	img{
	max-width:100%;
	height:auto;
	}
	a,a:hover{
	text-decoration:none;
	}
}

/*header*/
.head_box{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
max-width:1100px;
height: 100px;
margin:0 auto 130px;
padding: 0px 2%;
}
.lp_logo{
flex-basis:18%;
z-index: 999;
}
.lp_logo img{
width: 100%;
}
.page--product_list .lp_logo img,
.page--product .lp_logo img,
.page--privacy .lp_logo img,
.page--shopkeeper .lp_logo img{
width: 80%;
}
@media screen and (max-width:950px){
	.lp_logo{
	flex-basis:15%;
	}
}
@media screen and (max-width:768px){
	.head_box{
	height: 90px;
	padding: 0px 5%;
	}
	.lp_logo{
	flex-basis:35%;
	margin:0 0 10px;
	}
}

/*notice*/
.notice{
background: #B65411;
margin-top: -130px;
padding: 6px 0;
}
.notice p{
color: #fff;
font-size: 3rem;
font-weight: 500;
text-align: right;
letter-spacing: 4px;
max-width: 1100px;
margin: 0 auto;
padding-right: 10px;
}
@media screen and (max-width:1100px){
	.notice p{
	font-size:calc(1.7rem + ((1vw - 0.64rem) * 2.1429));
	}
}
@media screen and (min-width:769px){
	.notice p span{
	margin-left: 15px;
	}
}
@media screen and (max-width:768px){
	.notice p{
	font-size: 1.6rem;
	letter-spacing: 1px;
	font-weight: 600;
	}
}

/*main visual*/
.main_v_pc img,
.main_v_sp img{
width:100%;
height:auto;
margin-top: -130px;
}
@media screen and (min-width:769px){
	.main_v_sp{
	display: none;
	}
}
@media screen and (max-width:768px){
	.main_v_pc{
		display: none;
	}
	.main_v_pc,
	.main_v_sp{
	width:180%;
	margin:0 -40%;
	}
}

/*title*/
.tit_01,
.tit_02,
.tit_03,
.tit_story{
color:rgba(75,50,41,0.95)
}
.tit_01{
font-size:3.5rem;
font-weight:600;
letter-spacing:8px;
text-align: center;
margin:40px auto 30px;
padding-bottom: 10px;
width: 90%;
background:url(//file003.shop-pro.jp/PA01426/590/img/common/tit_01.png) no-repeat center bottom;
background-size:contain;
}
.tit_02{
font-size:3.5rem;
font-weight:600;
letter-spacing:4px;
text-align: center;
margin:120px 0 35px;
}
.tit_03{
font-size:3rem;
font-weight:600;
letter-spacing:4px;
margin: 80px 0 30px;
}
.tit_num{
font-size: 150%;
margin: 0 5px;
}
.tit_illust{
position: relative;
z-index:0;
}
.tit_illust:before,
.tit_illust:after{
content:"";
display: inline-block;
vertical-align: middle;
background-size: contain !important;
position: absolute;
z-index: -1;
}
.tit_point{
margin-left: 5em;
position: relative;
}
.tit_point:before{
content:"";
background:url(//file003.shop-pro.jp/PA01426/590/img/common/tit_point.png) no-repeat;
display:block;
vertical-align: middle;
background-size: contain;
width: 4.5em;
height: 4.5em;
position: absolute;
top: -1.6em;
left: -4.8em;
}
.tit_story:before{
content:"The story";
display: block;
color: #988A6C;
font-size:2.5rem;
letter-spacing: 2px;
position: relative;
top:12px;
}
@media screen and (max-width:1100px){
	.tit_01,
	.tit_02,
	.tit_03{
	font-size:calc(2.2rem + ((1vw - 0.64rem) * 2.1429));
	}
}
@media screen and (max-width:768px){
	.tit_01{
	font-size:2.2rem;
	letter-spacing:1px;
	padding-bottom:5px;
	margin-bottom: 20px;
	background-size:100% 8%;
	}
	.tit_02{
	font-size:2rem;
	margin:65px 0 20px;
	}
	.tit_03{
	font-size:2rem;
	margin-top:20px;
	margin-bottom:20px;
	text-align: center;
	flex-basis: 90%;
	}
	#main_cont .tit_point{
	text-align: left;
	flex-basis: 11em;
	left:0em;
	}
	.tit_point:before{
	top:-0.2em;
	left:-4.9em;
	}
	.tit_story:before{
	font-size:1.9rem;
	top:4px;
	}
}

/*btn_pur*/
.btn_pur a{
display: block;
text-align:center;
color:#fff;
text-decoration: none;
box-shadow:1px 1px 2px rgba(0,0,0,0.2); 
background:#237339;
background:-moz-linear-gradient(top,#13B437, #237339);
background:-webkit-gradient(linear, left top, left bottom, from(#13B437), to(#237339));
}
.btn_pur a:hover{
opacity: 0.7;
color: #fff;
}
.btn_pur a:before{
vertical-align: middle;
display: inline-block;
}
header .btn_pur a{
font-size:1.6rem;
letter-spacing:3px;
padding:5px 10px 5px 18px;
margin-left: 25px;
border-radius: 3px;
position: relative;
}
header .btn_pur a:before{
content:"";
display: block;
width: 7px;
height: 7px;
border-right:solid 1px #fff;
border-top:solid 1px #fff;
transform: rotate(45deg) translateY(-52%);
position: absolute;
left:8px;
top:50%;
}
header .btn_pur{
flex-basis:30%;
}
#main_cont .btn_pur a{
font-size:3.4rem;
letter-spacing:2px;
padding:10px 15px 8px 30px;
border-radius: 4px;
width:80%;
margin:130px auto 0;
position: relative;
}
#main_cont .btn_pur a:before{
content:"";
display: block;
width: 16px;
height: 16px;
border-right:solid 2px #fff;
border-top:solid 2px #fff;
transform: rotate(45deg) translateY(-52%);
position: absolute;
left:15px;
top:50%;
}
@media screen and (max-width:950px){
	header .btn_pur{
	flex-basis:25%;
	}
}
@media screen and (max-width:1100px){
	header .btn_pur a{
	font-size:calc(0.6rem + ((1vw - 0.64rem) * 2.1429));
	}
	#main_cont .btn_pur a{
	font-size:calc(2.0rem + ((1vw - 0.64rem) * 2.1429));
	}
}
@media screen and (max-width:768px){
	.btn_pur a{
	font-weight:550;
	letter-spacing:2px;
	}
	header .btn_pur {
	flex-basis:100%;
	}
	header .btn_pur a{
	font-size:1.3rem;
	letter-spacing:2px;
	color: rgba(255,255,255,0.9);
	padding:8px 0 6px 20px;
	}
	header .btn_pur a:before{
	margin-right:2px;
	}
	#main_cont .btn_pur a{
	font-size:2.1rem;
	color: rgba(255,255,255,0.85);
	letter-spacing:2px;
	padding:14px 0 9px;
	margin:80px auto;
	width:85%;
	}
	#main_cont .btn_pur a:before{
	margin-right:3px;
	}
}

/*main_cont*/
#main_cont{
/*background:url(//file003.shop-pro.jp/PA01426/590/img/common/back_page.png) repeat-y right top;
background-size:79%;*/
padding:10px 2% 100px;
}
.cont_wrap{
max-width:1200px;
margin:0 auto;
}
.txt_sup{
font-size:1.86rem;
line-height:2.4;
font-weight:550;
opacity: 0.8;
text-align: center;
margin: 0 auto;
width:84%;
}
.txt_sup p{
margin-bottom: 1.5em;
}
.sec_img{
width: 100vw;
margin-left: calc(50% - 50vw);
margin-bottom:100px;
/*background:#ddd;*/
}
.sec_img img{
width:100vw;
}
.cont_box{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
margin-bottom:60px;
}
.cont_reverse {
flex-direction: row-reverse;
}
.cont_inner{
display: flex;
flex-direction: column;
flex-basis: 50%;
}
.cont_txt{
font-size:1.64rem;
line-height: 2.0;
flex-basis:50%;
}
.cont_txt p{
margin-bottom:1.5em;
}
.cont_img{
flex-basis:40%;
}
.cont_img img{
width:100%;
}
.cont_data{
margin-bottom: 1.5em;
}
/*.cont_data */.cont_data_type{
font-size: 107%;
letter-spacing: 3px;
font-weight: 550;
margin-bottom:0 !important;
}
/*.cont_data */.cont_data_type:before,
/*.cont_data */.cont_data_type:after{
position: relative;
top:-2px;
}
/*.cont_data */.cont_data_type:before{
content: "[";
padding-right: 3px;
}
/*.cont_data */.cont_data_type:after{
content: "]";
padding-left: 3px;
}
.cont_data dl{
display: flex;
flex-wrap:wrap;
justify-content: space-between;
padding:0.7em 1.5em 0.3em;
border:solid 2px rgba(75,50,41,0.4);
}
.cont_data dt{
font-weight: 600;
line-height: 1.46;
padding-bottom:0.2em;
}
.cont_data dd{
text-indent: -1.15em;
line-height: 1.46;
padding-bottom:0.2em;
}
.cont_data dd:before{
content: "¡§";
width: 1.15em;
display: inline-block;
transform: translateX(1.0em);
}
.cont_data li:before{
content: "¡¦";
}
.cont_data table{
  border-collapse: collapse;
  width: 100% !important;
}
.cont_data tr:nth-child(2n) {

}
.cont_data th,
.cont_data td {
padding: 6px 12px;
line-height: 1.6;
text-align: center;
vertical-align: middle;
border-bottom: solid 2px rgba(75,50,41,0.4);
}
.cont_data tr:first-child th,
.cont_data tr:first-child td {
border-top: solid 2px rgba(75,50,41,0.4);
}
.cont_data th{
  position: relative;
}
.cont_data th:after{
  position: absolute;
  right:0;
  top:20%;
  content:"";
  display: block;
  width: 1px;
  height: 60%;
  background: rgba(75,50,41,0.4);
}
.cont_data td{
text-align: left;
}
.bcol_3_box{
display:flex;
flex-wrap:wrap;
justify-content:space-between;
margin:50px auto 0;
max-width: 850px;
}
.bcol_3_set{
flex-basis: 26%;
text-align: center;
margin-bottom: 60px;
}
@media screen and (max-width:768px){
	#main_cont{
	padding:50px 0 1px;
	}
	.sec_img{
	width:180%;
	margin:0 -40% 20px;
	}
	.sec_img img{
	width:100%;
	}
	.txt_sup{
	font-size:1.4rem;
	font-weight: 400;
	width: 90%;
	opacity: 0.95;
	text-align: left;
	line-height: 2.1;
	}
	.cont_box{
	justify-content:center;
	}
	.cont_inner{
	flex-basis: 90%;
	}
	.cont_txt{
	flex-basis:90%;
	margin-bottom:20px;
	}
	.cont_img{
	flex-basis:80%;
	}
	.cont_data th,
	.cont_data td {
	/*padding: 6px 4px;*/
	}
	.bcol_3_box{
	justify-content:center;
	margin:0 auto;
	max-width: 100%;
	}
	.bcol_3_set{
	flex-basis: 40%;
	padding:0 5% 60px;
	margin-bottom: 0;
	}
}

/* colorme
============================================*/

body {
  background: /*#fff*/ url(https://img.shop-pro.jp/tmpl_img/78/body_bg.gif);
  color: #111;
}

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: 1100px;
  margin: 0 auto;
}
.ie8 .container {
  width: 1100px;
}

.header__section {
margin: 12px 0 0;
max-width: 1100px;
display: flex;
flex-wrap: wrap;
flex-direction: column;
align-items: flex-end;
flex-basis: 80%;
z-index: 999;
}
@media screen and (max-width:950px){
	.header__section{
	flex-basis:85%;
	}
}
@media screen and (max-width:768px){
	.header__section {
	flex-basis: 56%;
	flex-direction: row;
	justify-content: flex-end;
	align-content: start;
	padding: 0;
	}
}
.header_set{
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
width: 100%;
margin-bottom: 15px;
}
.header__logo {
  margin: 1em 0;
  float: left;
}

.header__logo-img {
  margin-top: 0;
}

.header-nav {
  float: right;
  list-style-type: none;
  text-align: right;
}

.header-nav__unit {
  display: inline;
  white-space: nowrap;
  margin-left: 1em;
  font-weight: 600;
}
.header-nav__unit i {
  margin-right: 4px;
}

.header-nav__txt {
  color: #111;
	font-size: 1.4rem;
}
.header-nav__txt:hover {
  color: #111;
}

.header-nav__btn {
  padding: 7px 15px;
border-radius: 3px;
}
.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;
}

.header__search-switch {
  cursor: pointer;
}

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

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

.global-nav__unit {
  float: left;
  margin-right: 1.3em;
  letter-spacing: .1em;
}
.global-nav__unit:last-child {
	margin-right: 0;
}
.global-nav__unit a {
  display: block;
  padding: .3em 0;
  color: #111;
  font-size: 1.3rem;
}
.global-nav__unit a:hover, .global-nav__unit a:focus {
  text-decoration: underline;
	color: #111;
}

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

.header__pulldown-nav__list {
  list-style-type: none;
}
@media all and (-ms-high-contrast: none) {
  .header__pulldown-nav__list{
    position: relative;
    top: 91px;
    left: -352px;
  }
}
@media screen and (min-width:768px){
	.header__pulldown-nav__list {
	margin: 0 247px 0 0;
	padding: 0;
	font-weight: 600;
	/*width: 140px;*/
	background: rgba(255,255,255,0.8);
	border:solid 1px rgba(0,0,0,0.15);
	border-radius: 3px;
	}
}
.header__pulldown-nav__list li {
  margin: 0;
padding: 3px 10px;
white-space: nowrap;
border-bottom: solid 1px rgba(0,0,0,0.15);
}
.header__pulldown-nav__list li:last-child {
border-bottom:none;
}
.header__pulldown-nav__list a {
  color: #111;
	font-size: 1.3rem;
}
.header__pulldown-nav__list a:hover {
  text-decoration: none;
  /*color: #29abe2;*/
	text-decoration: underline;
	color: #111;
}

.global-nav-phone {
  text-align: center;
  margin: 0;
	flex-basis: 88%;
}
.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 {
  background: rgba(231, 223, 212,0.6);
  mix-blend-mode:multiply;
  padding: 3em 0 1em;
}

.guide__col {
  padding: 0 30px;
}

.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;*/
  font-weight:600;
}

.guide__h2 {
  font-size: 1em;
  padding-bottom: .5em;
  border-bottom: 1px solid #d3d3d3;
}

/* calender */
.cal__table table {
  max-width: 280px;
  width: 100%;
  margin: 2em auto;
  font-size: .7em;
}
.tbl_calendar caption{
    font-size: 1.3em;
  font-weight:600;
}
.cal__table table th, .cal__table table td {
  text-align: center;
	border-bottom: 1px solid #ddd;
}
.cal__table table th{
	    padding: .3em 0;
}
.cal__table table td {
      padding: .5em 0;
    width: 14.2%;
}
.cal__memo {
  text-align: center;
  font-size: .9em;
}

/* footer nav */
.footer__nav {
padding: 40px 0 20px;
background: #111;
color: rgba(255,255,255,0.7);
font-size: 0.8em;
letter-spacing: .1em;
}
.footer__nav a {
  color: rgba(255,255,255,0.8);
}

.footer-nav__title {
  margin-top: 0;
  color: #1a8dbe;
  font-size: 1.5em;
  font-family: 'Roboto Slab', serif;
  font-weight: normal;
}

.footer-nav__col {
  margin: 0;
  list-style-type: none;
  line-height: 1.5;
}
.footer-nav__col li {
  margin: 1em 0;
}

/* shop owner */
.shop-owner {
  padding: 0;
  border-right: 1px solid #1a8dbe;
}

.shop-owner__photo {
  float: left;
  max-width: 50%;
}

.shop-owner__info {
  padding: 0 30px;
  overflow: hidden;
}

.shop-owner__name {
  margin: 0 0 1em;
  font-size: 1.6em;
  font-weight: normal;
}

.shop-owner__txt {
  line-height: 2;
}

/* copyright */
.footer__copyright {
  border-top: 1px solid rgba(255,255,255,0.16);
  margin-top: 30px;
  padding-top: 20px;
  font-size: .9em;
}
.footer__copyright p, .footer__copyright address {
  color: rgba(255,255,255,0.5);
  margin: 0;
  text-align: center;
}
.footer__copyright p a, .footer__copyright address a {
  color: #1a8dbe;
}
.footer__copyright .copyright__powered-by {
  float: right;
  color: #fff;
}
.footer__copyright .copyright__powered-by img {
  max-width: 200px;
  vertical-align: middle;
}

/* topicpath */
.topicpath-nav {
  font-size: .8em;
  color: #666;
text-align: right;
max-width: 1100px;
margin: 25px auto 0;
z-index: 999;
position: relative;
}
.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-block;
  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 0 0.6em;
  width:33.3333%;
}
.product-list__unit a:hover {
  text-decoration: none;
}

.product-list__unit__inner {
  padding: 0 20px;
}
.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;
  font-size:90%;
}

.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: 800px;*/
}

/* privacy policy */
/*
 * Module
 */
.section__block {
  margin: 1em auto;
}
.section__block p {
line-height: 2;
font-size: 1.5rem;
}

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

.section__title-h3 {
font-size: 1.1em;
margin: 2.5em 0 0.8em;
border-bottom: solid 1px #e6d7c8;
padding-bottom: 0.6em;
text-align: left;
font-weight: 510;
letter-spacing: 1px;
}

.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: #4e5052;
  border: 1px solid #4e5052;
  color: #fff;
}
.btn-secondary:hover {
  background: #4e5052;
  color: #fff;
  opacity: 0.8;
  -ms-filter: "alpha(opacity=80)";
  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-size: 1.1em !important;
margin: 2.5em 0 0.8em;
border-bottom: solid 1px #e6d7c8;
padding-bottom: 0.6em;
text-align: left;
font-weight: 510;
letter-spacing: 1px;
}

.dl-vertical-list__content {
  margin: 0 0 2em;
  line-height: 2;
font-size: 1.4rem;
}

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

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

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

  .footer__guide {
    margin: 0;
  }

  .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%;
  }
}
@media (max-width: 768px) {
  /* ~768px */
  .col-sm-12 {
    padding: 0;
  }

  .header__logo {
    float: none;
    text-align: center;
  }
  .header__logo img {
    max-width: 100%;
    display: block;
    margin: 0 auto 20px;
  }

  .header__postage {
    float: none;
  }

  .global-nav {
    display: none;
  }
  .global-nav a {
    padding: .5em;
  }

  .global-nav__unit {
    float: none;
    margin-right: 0;
    text-align: center;
	border-bottom: solid 1px rgba(0,0,0,0.15);
  }
  .global-nav__unit:last-child {
	border-bottom: none;
  }
  .global-nav__unit__txt {
    font-size: 1.2em;
  }

  .global-nav__pulldown-nav {
    padding: 5px 5px 1px;
	background: rgba(255,255,255,0.8);
	border-radius: 3px;
	margin-top: 15px;
	width: 45vw;
  }

  .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;
	margin-bottom: 5px;
  }
  .header__search-form--phone button:hover {
    background: #29abe2;
    color: #fff;
  }

  .footer-nav__title {
    text-align: center;
  }

  .footer-nav__col {
    text-align: center;
  }
  .footer-nav__col li {
    margin: 0;
  }
  .footer-nav__col a {
    display: block;
    padding: 1em;
  }

  .guide__unit {
    padding-right: 0;
  }

  .product-list__sort {
    text-align: center;
  }
}
@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;
  }
}
/*
 * State
 */
.header__search-form {
  display: none;
}

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

.global-nav-phone--current a {
  background: #f1f1f1;
}

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

@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) {
  .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;
  }
}
@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);
  }
}

/*product__info*/
.product__info {
background: none !important;
}

/*sk-delivery*/
.sk-delivery .guide__content br{
  display:none;
}
.sk-delivery .guide__content table{
  width:100%;
  margin-bottom:10px;
  font-size: 0.9em;
}
.sk-delivery .guide__content th,
.sk-delivery .guide__content td{
  text-align:center;
  padding: 1px 0;
  border-bottom: dashed 1px #dbdbdb;
}
.sk-delivery .guide__content th{
  border-right:solid 1px #dbdbdb;
}
.sk-delivery .guide__content th.th01{
  height:23px;
  padding-top:3px;
  background: rgba(219, 219, 219, 0.6);
  border-bottom:solid 1px #dbdbdb;
  width:60%;
}
.sk-delivery .guide__content th.th01:nth-child(2){
  width:40%;
  border-right:none;
}
.sk-delivery .guide__content .txt{
  line-height:1.6;
  margin-top:1em;
}
.sk-delivery .guide__content .txt br{
  display:block;
}