@charset "utf-8";

/* reset ------------------------------------------------------------
 */ 
h1,h2,h3,h4,h5,h6,div,
p,ul,ol,li,span,a,img,
form,input{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
 

/* image setting ----------------------------------------------------
 */
img {
  border:none 0px;
  max-width: 100%;
  height: auto;
}


/* list setting -----------------------------------------------------
 */
ul,ol{
  margin: 0;
}

li{
  list-style: none;
}


/* form setting -----------------------------------------------------
 */
legend {
  display: block;
}

fieldset{
  border:none 0px;
  vertical-align: bottom;
}

input, textarea, select {
}


/* anchor setting ---------------------------------------------------
 */
a {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

a:hover,
a:focus,
a:active{
  color: inherit;
  outline: none;
  text-decoration: none;
}


/* table setting ----------------------------------------------------
 */
table, tbody, tfoot, thead, tr, th, td, table > caption {
  border: none;
  font-size: 1em;
  font-weight: 500;
  border-collapse: collapse;
}

/* figure setting ---------------------------------------------------
 */
figure, figcaption {
  font-size: 1em;
}


/* head title ---------------------------------------------------
 */

h1{ font-size: 1.4em; }
h2{ font-size: 1.4em; }
h3{ font-size: 1.2em; }
h4{ font-size: 1em; }
h5{ font-size: 1em; }
h6{ font-size: 1em; }

h1,h2,h3,h4,h5,h6{ font-weight: 500; }


/* wording setting ------------------------------------------------
 */
sup,
sub{
  font-size: 0.7em;
}

address {
  font-style: normal;
}


/* clearfix --------------------------------------------------
 */
.clearfix:after{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

br.clearfix{
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
  line-height:0;
}


/* basic style ------------------------------------------------------------
 */
body{
  color:#000;
  min-width:320px;
  position:relative;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

body, input, select, textarea, button{
  font-family:"Yu Gothic", YuGothic, "¥Ò¥é¥®¥Î³Ñ¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", "Meiryo", "sans-serif";
  font-size: 14px;
  line-height: 1.0em;
    font-weight: 500;
  word-break: break-strict;
  -webkit-text-size-adjust: 100%; /* For iPhone , iPad */
}

input{
  letter-spacing: normal;
}




/* COMMON STYLE LIST ------------------------------------------------------

 01. LAYOUT
 
 02. HEADER
       -header common
      -header util
      -header navigation
      -header kv
      -header search
 
 03. FOOTER
       -footer common
      -footer ecInfo
      -footer shopInfo
      -footer copyright
 
 04. SIDE MENU

 05. MAIN CONTENTS
      -elements
      -table
      -form
      -pager
      -button

 06. PAGE STYLE
      -top
      -productList
      -productDetail
      -news
      -editableArea
      -others

 07. MEDIAQUERY for PC and TABLET

 08. MEDIAQUERY for TABLET

 09. MEDIAQUERY for SMARTPHONE

 10. FONT AWESOME LIBLARY


-------------------------------------------------------------------- */






/* 01. LAYOUT
-------------------------------------------------------------------- */
body{}

.inner,
.wrapper{
  margin: 0 auto;
  width: 96%;
  max-width: 960px;
}

.inner:after,
.wrapper:after{
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .header .inner{ zoom: 1; }
*:first-child+html .header .inner{ zoom: 1; }
* html .wrapper{ zoom: 1; }
*:first-child+html .wrapper{ zoom: 1; }

.sideMenu{
  margin: 20px auto 100px;
}
  
.mainContents {
  margin: 35px auto 20px;
}
  
.mainContents > div,
.mainContents > div.top > div{
  margin-bottom: 80px
}

.mainContents > div.productList{
  margin-bottom: calc(80px - 2em);
}




/* 02. HEADER
-------------------------------------------------------------------- */

/** header common **/
.header{
  position: relative;
  width: 100%;
}

.header a{
  display: block;
}



/** header util **/
.header .util .inner{
  font-size: 0;
  letter-spacing: -0.4em;
}

.header h1,
.header .utility{
  display: inline-block;
  *display : inline;
  *zoom: 1;
  font-size: 14px;
  vertical-align: middle;
  width: 50%;
}

.header h1{
  letter-spacing: normal;
  margin: 25px 0;
}

.header h1 img{
  width: 80%;
  max-width: 204px;
}

.header .spmenu{
  display: none;
}

.header .utility{
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: right;
}

.header .utility li{
  background-color: #e9292f;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  font-size: 14px;
  height: 1.8em;
  letter-spacing: normal;
  vertical-align: middle;
}

.header .utility li a{
  color: #FFF;
  display: block;
  font-weight: 700;
  padding: 0.4em 0.7em;
}

.header .utility li span{
 font-size: 1.2em;
 margin: 0 0.3em;
}

.header .utility li.cart{
  margin-left: 1em;
}



/** header kv **/
.header .kv{
    display: none;
}



/** header search **/
.header .search{
  background: url(https://file002.shop-pro.jp/PA01383/221/img/bgGrayStripe.png);
  padding: 0.7em 0;
}

.header .search .inner{
  letter-spacing:-0.4em;
}

.header .search p,
.header .search form{
  margin-bottom: 0;
}

.header .search p{
  font-weight: 700;
  letter-spacing: normal;
  margin-right: 1em;
}

.header .search form{
  font-size: 0;
  letter-spacing: -0.4em;
}

.header .search form input{
  letter-spacing: normal;
}
  
.header  .search p,
.header  .search form input{
  font-size: 14px;
  letter-spacing: normal;
}

.header .search form input[type="text"]{
  margin-right: 5px;
  width: 250px;
}

.header .search form button{
  background: url(https://file002.shop-pro.jp/PA01383/221/img/icon/search.png) no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  width: 29px;
  height: 29px;
}





/* 03. FOOTER
-------------------------------------------------------------------- */

/** footer common **/
.footer h4{
  border-bottom: #e9292f solid 1px;
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 0.3em 0.3em;
}

.footer h4::before{
  color:#e9292f;
}

.footer h5{
  font-weight: 700;
  margin-bottom: 0.7em;
}

.footer a:hover{
  text-decoration: underline;
}

.footer address,
.footer li,
.footer p{
  font-size: 13px;
  line-height: 1.5em;
}

.footer p{
  margin-bottom: 0.7em;
}



/** footer ecInfo**/
.footer .ecInfo{
  background-color: #efefef;
}

.footer .ecInfo h4::before{
  color: #e9292f;
}

.footer .ecInfo img + h5{
  margin-top: 2em;
}

.footer .ecInfo p.link{
  text-align: right;
}

.footer .ecInfo p.link::before{
  color: #e9292f;
  font-size: 9px;
  vertical-align: middle;
}
  
.footer .payment .inner div{
  margin-bottom: 20px;
}

.footer .payment img{
  margin-bottom: 10px;
}

.footer .delivery table{
  margin: 20px 0;
}

.footer .delivery th,
.footer .delivery td{
  font-size: 12px;
  line-height: 1.5em;
}

.footer .delivery td + td{
  text-align: center;
  white-space: nowrap;
}



/** footer shopInfo **/
.footer .shopInfo{
  background-color: #cfcfcf;
}

.footer .shopInfo > .inner{
  padding: 40px 0;
}

.footer .shopInfo p{
  font-size: 16px;
  font-weight: 700;
  margin: 1em 0 0.3em;
}
  
.footer .shopInfo address span{
  display: inline-block;
  margin-right: 0.5em;
}

.footer .shopInfo li{
  margin-bottom: 0.5em;
}

.footer .shopInfo li::before{
  font-size: 8px;
  vertical-align: middle;
}



/** footer copyright **/
.footer .copyright{
  background-image: url(https://file002.shop-pro.jp/PA01383/221/img/bgGrayStripe.png);
  padding: 1em 0;
}

.footer .copyright p{
  font-size: 12px;
  text-align: center;
}





/* 04. SIDE MENU
-------------------------------------------------------------------- */

.sideMenu .search{
  margin-bottom: 60px;
}

.sideMenu .search h3{
  background-color: #e9292f;
  color: #fff;
  font-size: 16px;
  padding: 22px 15px 20px;
}

.sideMenu .search ul{
  margin-bottom: 40px;
}

.sideMenu .search ul li a{
  background: #fff;
  border-bottom: #e2e2e2 solid 1px;
  display: block;
  font-size: 16px;
  padding: 7px;
  transition: background 0.5s;
}

.sideMenu .search ul li a img{
  margin-right: 1em;
  width: 37px;
}

.sideMenu .search ul li:hover a{
  background: #efefef;
}

.sideMenu .search ul.nameSearch li a{
  padding: 1.2em 1em 1em;
}

.sideMenu .search form{
  letter-spacing: -0.4em;
  margin: 15px 0 7px;
}

.sideMenu .search form input{
  margin-right: 5px;
  width: 180px;
}

.sideMenu .search form button{
  background: url(https://file002.shop-pro.jp/PA01383/221/img/icon/search.png) no-repeat;
  background-size: contain;
  border: none;
  cursor: pointer;
  text-indent: -9999px;
  width: 29px;
  height: 29px;
}

.sideMenu .search p{
  text-align: right;
}

.sideMenu .search form input,
.sideMenu .search form button{
  letter-spacing: normal;
}

.sideMenu .btn.white{
  font-weight: 500;
  margin-bottom: 60px;
}

.sideMenu .side_section_cal{
  padding-top: 50px;
}

.sideMenu .tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  margin: 20px auto 15px;
  max-width: 220px;
}

.sideMenu .tbl_calendar caption{
  margin-bottom: 10px;
}

.sideMenu .tbl_calendar th,
.sideMenu .tbl_calendar td {
  background: #fff;
  color: #000;
  border: none !important;
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

.sideMenu .today{
  line-height: 1.5;
  text-align: right;
}




/* 05. MAIN CONTENTS
-------------------------------------------------------------------- */

/** elements **/
.mainContents a{
   transition: opacity 0.5s;
}

.mainContents a:hover{
   opacity: 0.7;
}

.mainContents h2{
  border-bottom: #e9292f solid 3px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.mainContents h3{
  border-bottom: #000 solid 2px;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 20px;
}

.mainContents h4{
  border-bottom: #aaa solid 2px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 16px;
}

.mainContents h5{
  border-bottom: #000 solid 1px;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 14px;
}

.mainContents h6{
  border-bottom: #aaa dotted 1px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 14px;
}



/** table **/
table{
  width: 100%;
    table-layout: fixed;
}

th,td{
  padding: 7px 10px 5px;
    border: #535353 solid 1px;
    word-wrap: break-word;
}

th{
  background-color: #535353;
  border: #535353 solid 1px;
  color: #fff;
}

td{
  border: #535353 solid 1px;
}



/* form */
label{
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

input[type=text],
textarea{
  border: 1px solid #CCC;
  height: 2.5em;
  padding: 0.5em;
}

input[type=checkbox],
input[type=radio]{
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 0.2em;
}

input[type=text],
select{
  border-radius: 0;
  color: inherit;
  padding: 2px;
}

input[type=text]:focus,
select:focus{
  outline: none;
}



/** pager **/
.pager{
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
}

.pager a{
  display: inline-block;
  font-size: 16px;
  letter-spacing: normal;
  margin: 0 5px;
  padding: 10px;
  vertical-align: middle;
}

.pager a.current{
  font-weight: 700;
}
 
.pager a.current,
.pager a:hover{
  color: #e9292f;
  opacity: 1;
}

.pager a::before,
.pager a::after{
  font-size: 12px;
}

.pager a::before{
  margin-right: 1.5em;
}

.pager a::after{
  margin-left: 1.5em;
}

.num{
  text-align: right;
}




/** button **/
.btn{
  background-color: #e9292f;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  display: block;
  margin: 0 auto;
  padding: 15px 10px;
  text-align: center;
  transition: all 0.5s;
  width: 100%;
}

.btn.white{
  background-color: #fff;
  border: #e9292f solid 1px;
  color: #000;
}

.btn.white::before,
.btn.white::after{
  color: #e9292f;
}

.btn.white:hover{
  background-color: #e9292f;
  color:#fff;
}

.btn.white:hover::before,
.btn.white:hover::after{
  color: #fff;
}

.btn.middle{
  max-width: 300px;
}




/* 06. PAGE STYLE
-------------------------------------------------------------------- */

/** top **/
.flexContainer{
  display:-webkit-box;
  display:-ms-flexbox;
  display:-webkit-flex;
  display:flex;
  -ms-flex-wrap:wrap;
  -webkit-flex-wrap:wrap;
  flex-wrap:wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: flex-start;
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

.flexContainer.around{
  align-items: center;
}

.flexContainer.around{
  text-align: center\9!important;
}

.flexContainer.around .flexItem{
  display: inline-block\9!important;
  line-height: 1.6;
  margin-bottom: 30px;
  width: 30%;
}

.flexContainer.around .flexItem iframe {
  max-width: 100%;
}

.mainContents .top .movieList h2{
  background: url(https://file002.shop-pro.jp/PA01383/221/img/icon/movie.png) no-repeat left 5px center;
  background-size: 24px 24px;
  padding-left: 40px
}

.mainContents .top .productList h2{
  background: url(https://file002.shop-pro.jp/PA01383/221/img/icon/crown.png) no-repeat left 5px center;
  background-size: 21px 15px;
  padding-left: 35px
}

.mainContents .top .news h2{
  background: url(https://file002.shop-pro.jp/PA01383/221/img/icon/info.png) no-repeat left 5px center;
  background-size: 19px;
  padding-left: 35px
}



/** productList **/
.productList p.sort{
  color: #e9292f;
  margin-bottom: 15px;
  text-align: right;
}

.productList p.sort a,
.productList p.sort span{
  color: #000;
}

.productList p.sort a:hover{
  color: #e9292f;
}

.productList ul{
  font-size: 0;
  letter-spacing: -0.4em;
}

.productList li{
  display: inline-block;
  font-size: 14px;
  letter-spacing: normal;
  margin-bottom: 2em;
  vertical-align: top;
}
  
.productList li a{
  display: block;
}
  
.productList li img{
  margin-bottom: 1em;
  width: 100%;
}
  
.productList li span{
  line-height: 1.3em;
  display: block;
}
  
.productList li span.price{
  color: #e9292f;
  margin-top: 0.5em;
}



/** productDetail **/
.productDetail > div,
.productDetail div.productImg,
.productDetail div.addCart{
  margin-bottom: 80px;
}

.productImg .mainImg{
  margin-bottom: 10px;
}

.productImg .mainImg img{
  width: 100%;
}

.productImg .thumbImg{
  font-size: 0;
}
  
.productDetail .productImg .thumbImg a{
  display: inline-block;
  width: 32%;
  margin: 0 2% 10px 0;
}
  
.productDetail .productImg .thumbImg a:nth-child(3n){
  margin-right: 0;
}

.productDetail .addCart table{
  margin-bottom: 50px;
}

.productDetail .addCart table th,
.productDetail .addCart table td{
  border: none;
  border-bottom: #e2e2e2 solid 1px;
  background-color: transparent;
  color: #000;
  font-size: 13px;
  padding: 1em;
}

.productDetail .addCart table th{
  padding: 1em 0;
  text-align: left;
  white-space: nowrap;
    width:6em;
}

.productDetail .addCart table td{
  padding-right: 0;
}

.productDetail .addCart select{
  font-size: 13px;
  height: 1.8em;
  width: 100%;
}

.productDetail .addCart select option{
  padding: 0;
}

.productDetail .addCart input{
  height: 1.8em;
  width: calc(100% - 3em);
  margin-right: 0.2em;
}

.productDetail .addCart button{
  margin-bottom: 20px;
  transition: all 0.5s;
}

.productDetail .addCart button.cart:hover{
  background-color: #e9292f;
  color: #fff;
  opacity: 0.7;
}

.productDetail .addCart .numBtn{
  display: inline-block;
  margin-right: 0.5em;
  vertical-align: middle;
  width: 10px;
}

.productDetail .addCart .numBtn a{
  display: block;
  font-size: 10px;
}

.productDetail .addCart .errMsg{
  color: #e9292f;
  margin-bottom: 0.5em;
  text-align: center;
}

.productDetail .addCart a.link{
  display: block;
  font-size: 12px;
  line-height: 1.8em;
}

.productDetail .addCart a.link::before{
  color: #aaa;
}

.productDetail .addCart a.link:hover{
  opacity: 1;
}

.productDetail .addCart a.link:hover span{
  color: #e9292f;
  text-decoration: underline;
}

.productDetail .addCart .share{
  font-size: 0;
  letter-spacing: -0.4em;
  margin-top: 20px;
}

.productDetail .addCart .share li{
  font-size: 14px;
  display: inline-block;
  margin: 0 2px 5px 0;
  letter-spacing: normal;
}


.productDetail .movie p{
  margin: 0 auto;
  padding-top: 56.25%;
  position: relative;
  width: 90%;
  max-width: 560px;
}

.productDetail .movie iframe{
  position: absolute;
  top: 0;
  right: 0;

  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}


.productDetail .voice li{
  border-bottom: #aaa dotted 1px;
  line-height: 1.5em;
  margin: 0 auto 0.7em;
  padding: 0 0 0.5em;
  width: 95%;
}

.productDetail .voice p{
  font-size: 12px;
  text-align: right;
}

.productDetail .voice p a:hover{
  text-decoration: underline;
}

.productDetail .voice p::before{
  color: #aaa;
}



/** news **/
.newsList a{
  display: block;
  font-weight: 700;
  line-height: 1.8em;
}

.newsList a:hover{
  color: #e9292f;
  text-decoration: underline;
}



/** editableArea **/
.editableArea{
  line-height: 1.5em;
}

.editableArea h3{
  border-bottom: none;
  font-size: 16px;
  margin-bottom: 0.7em;
  padding-left: 0.5em;
  position: relative;
}

.editableArea h3::after{
  content: "";
  background: #000;
  display: block;
  position: absolute;
  width: 200px;
  height: 2px;
  bottom: 0;
  left: 0;
}

.editableArea > div{
  margin-bottom: 40px;
}

.editableArea a{
  color: #e9292f;
}

.editableArea a:hover{
  opacity: 1;
  text-decoration: underline;
}

.editableArea dt{
  padding-left: 0.5em;
}

.editableArea ul,
.editableArea ol,
.editableArea dd,
.editableArea p{
  margin-bottom: 30px;
  padding-left: 0.5em;
}

.editableArea ul li{
  list-style: disc inside;
}

.editableArea ol li{
  list-style: decimal inside;
}

.editableArea dt{
  font-weight: 700;
  margin-bottom: 7px;
}

.editableArea table{
  border: #e2e2e2 solid 1px;
}

.editableArea table th,
.editableArea table td{
  border: #c9c9c9 solid 1px;
  padding: 10px;
    text-align:center;
}

.editableArea table th{
  background-color: #e2e2e2;
  color: #000;
  font-weight: 700;
}



/** cart **/
.header .header--brand.header--brand--is_image a img{
  width: 204px;
}

 /* 20190412 ¥¹¥é¥¤¥É¼ÂÁõ */
#slider div
{
width:100%;
max-width: 100%;
height: auto;
}
 .kv .bx-wrapper .bx-viewport {
-moz-box-shadow:none;
-webkit-box-shadow:none;
box-shadow:none;
border:none!important;
left:initial;
}


/* 07. MEDIAQUERY for PC and TABLET
-------------------------------------------------------------------- */
@media only screen and (min-width: 768px) {

  /** LAYOUT **/
  .sideMenu{
    float: left;
    width: 215px;
  }
  
  .mainContents {
    float: right;
    width: calc(100% - 260px);
  }
  


  /** HEADER **/
  .header .utility li{
    transition: all 0.5s;
  }
  
  .header .utility li:hover{
    opacity: 0.7;
  }
  
  .header .nav{
    background: #e9292f;
    overflow: hidden;
  }

  .header .nav ul{
    font-size: 0;
    letter-spacing: -0.4em;
  }
  
  .header .nav ul li{
    display: inline-block;
    *display: inline;
    *zoom: 1;
    font-size: 14px;
    letter-spacing: normal;
    transition: all 0.5s;
    vertical-align: middle;
  }

  .header .nav ul li a{
    color: #FFF;
  }

  .header .nav ul.global{
    float: left;
  }

  .header .nav ul.global li a{
    padding: 1em 0 1em 1em;
  }
  
  .header  .nav ul.global li a::after{
    content: "";
    border-right: #fff solid 1px;
    display: inline-block;
    margin-left: 1em;
    width: 1px;
    height: 14px;
    vertical-align: middle;
  }
  
  .header  .nav ul.global li:hover{
    background-color: #f27f82;
  }

  .header  .nav ul.global li:first-child a{
    padding-left: 0;
  }

  .header  .nav ul.global li:first-child a::before{
    content:"";
    border-left: #fff solid 1px;
    display: inline-block;
    margin-right: 1em;
    width: 1px;
    height: 14px;
    vertical-align: middle;
  }

  .header .nav ul.share{
    float: right;
  }

  .header .nav ul.share li{
    margin: 0.4em 0 0 0.7em;
    width: 30px;
  }
  
  .header .nav ul.share li:first-child{
    margin-left: 0;
  }
  
   /* 20190412 ¥¹¥é¥¤¥É¼ÂÁõ
  .header .kv .inner{
    background: url(https://file002.shop-pro.jp/PA01383/221/img/kv/kvImg.png) no-repeat right;
    background-size: cover;
  }
  
  .header .kv img.sp{
    display: none;
  }
  
  .header .kv img.text{
    width:50%;
    max-width: 474px;
    padding: 65px 0 95px;
  }
 */
  
  .header  .search .inner,
  .header  .search form{
    font-size: 0;
    letter-spacing: -0.4em;
  }
  
  .header  .search p,
  .header  .search form,
  .header  .search form input{
    display: inline-block;
    vertical-align: middle;
  }
  
  
  
  /** FOOTER **/
  .footer > div > .inner{
    font-size: 0;
    letter-spacing: -0.4em;
  }
  
  .footer .inner .footerBox{
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
    width: 50%;
    vertical-align: top;
  }

  .footer .ecInfo .footerBox{
    padding: 30px;
  }
  
  .footer .ecInfo .footerBox .inner{
    padding-top: 20px;
  }
  
  .footer .shopInfo span.logo img{
    width: 80%;
    max-width: 204px;
  }

  .footer .shopInfo address span.zip{
    display: block;
  }
  
  .footer .shopInfo .footerBox + .footerBox{
    border-left: #ababab solid 1px;
  }

  .footer .shopInfo .footerBox .inner{
    font-size: 0;
    letter-spacing: -0.4em;
  }

  .footer .shopInfo ul{
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
    padding-left: 20px;
    width: 50%;
  }
  
  
  
   /** SIDE MENU **/
  .sideMenu .share{
    display: none;
  }
  
  
  
  /** MAIN CONTENTS **/
  
  
  
  /** top page **/
  .top .banner{
    font-size: 0;
    letter-spacing: -0.4em;
  }
  
  .top .banner a{
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
  }
  
  .top .banner a{
    width:48%;
  }
  
  .top .banner a:nth-child(odd){
    margin-right: 4%;
  }
  
  
  
  /** productList **/
  .productList li{
    width: 30%;
  }
  
  .productList li:nth-child(3n-1) {
    margin: 0 5%;
  }



  /** productDetail **/
  .productDetail .productImg{
    float: left;
    font-size: 0;
    width: calc(100% - 280px);
  }
  
  .productDetail .addCart{
    float: right;
    width: 240px;
  }
  
  .productDetail .editableArea{
    clear: both;
  }
  
  
  
  /** news **/
  .newsList li a span{
    display: inline-block;
    vertical-align: top;
  }

  .newsList li a span.time{
    width: 7em;
  }

  .newsList li a span.title{
    width: calc(100% - 8em) ;
  }
  
}





/* 08. MEDIAQUERY for TABLET
-------------------------------------------------------------------- */

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header .kv .inner{
    width: 100%;
  }
   /* 20190412 ¥¹¥é¥¤¥É¼ÂÁõ
  .header .kv img{
    padding-left: 2%;
  }
  */
}





/* 09. MEDIAQUERY for SMARTPHONE
-------------------------------------------------------------------- */
@media screen and (max-width: 767px) {


  /** LAYOUT **/
  .header .inner,
  .wrapper{
    width: 100%;
  }
  
  .inner,
  .header .search .inner,
  .mainContents{
    width: calc(100% - 20px);
  }
  
  
  
  /** HEADER **/
  .header h1,
  .header .spmenu{
    position: relative;
    z-index: 1200;
  }
  
  .header h1{
    margin-left: 10px;
    text-align: left;
    width: calc(60% - 10px);
  }

  .header .spmenu{
    display: inline-block;
    font-size: 14px;
    letter-spacing: normal;
    margin-right: 10px;
    text-align: right;
    vertical-align: middle;
    width: calc(40% - 10px);
  }

  .header .spmenu li{
    background-color: #e9292f;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    padding: 1em 0.7em;
    text-align: center;
    width: 7em;
  }

  .header .utility{
    background: url(https://file002.shop-pro.jp/PA01383/221/img/bgRedStripe.png);
    display: block;
    width: 100%;
  }
  
  .header .utility li{
    background-color: inherit;
    margin: 0!important;
    text-align: left;
    width: 50%;
    height: 3em;
  }
  
  .header .utility li a{
    padding: 1em;
  }
  
  .header .utility li.cart{
    border-left: #fff solid 1px;
  }
  
  .header .utility li.cart a{
    padding: 0.94em 1em;
  }
  
  .header .nav{
    background-color: #fff;
    display: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1000;
    width: 100%;
    top: 0;
    right: 0;
  }
  
  .header .nav ul.global{
    padding-top: 100px;
    width: 100%;
  }

  .header .nav ul.global li{
    background-color: #fff;
    border-bottom: 1px solid #e9292f;
    letter-spacing: normal;
    position: relative;
  }
  
  .header .nav ul.global li:first-child{
    border-top: 3px solid #e9292f;
  }

  .header .nav  ul.global li a{
    color: #333;
    display: block;
    font-weight: 700;
    padding: 1em 1.5em;
  }
  
  .header .nav  ul.global li::after{
    content: "\f054";
    color: #e9292f;
    font-family: FontAwesome;
    position: absolute;
    right: 1em;
    top: 1em;
  }

  .header .nav  ul.global a:hover,
  .header .nav  ul.global li.current a{
    background: #e9292f;
    color: #fff;
  }
  
  .header .nav  ul.global li:hover::after,
  .header .nav  ul.global li.current::after{
    color: #fff;
  }
  
  .header .nav  ul.share{
    display: none;
  }
  
  .header .kv img.text{
    width: 474px;
    max-width:100%;
    padding: 25px 5%;
  }
  
  .header .search p{
    margin-bottom: 0.5em;
  }
  
  .header .search form input[type="text"]{
    width:calc(100% - 40px);
  }
  
  
  
  /** FOOTER **/
  .footer .ecInfo > .inner{
    padding: 20px 0;
  }
  
  .footer h4{
    position: relative;
    padding-top: 20px;
    margin-bottom: 20px;
  }
  
  .footer h4::after{
    content: "\f107";
    color: #e9292f;
    font-family: FontAwesome;
    position: absolute;
    right: 10px;
  }
  
  .footer h4.open::after{
    content: "\f106";
  }
  
  .footer h4.yen::before{
    margin: 0 0.6em 0 0.3em;
  }
  
  .footer .ecInfo .footerBox .inner{
    display: none;
  }
  
  .footer .shopInfo span.logo{
    display: none;
  }
  
  .footer .shopInfo .footerBox:first-child{
    background: url(https://file002.shop-pro.jp/PA01383/221/img/logoIcon.png) no-repeat;
    background-size: 57px 53px;
    margin-bottom: 2em;
    min-height: 53px;
    padding-left: 70px;
  }
  
  .footer .shopInfo .footerBox .inner{
    width: 100%;
  }

  .footer .shopInfo li{
    margin-bottom: 1em;
  }
  
  
  
  /** SIDE MENU **/
  .sideMenu{
    margin-bottom: 60px;
  }
  
  .sideMenu .search ul li a{
    padding: 7px 20px;
  }
  
  .sideMenu .search h3,
  .sideMenu .search ul{
    margin-bottom: 0;
  }
  
  .sideMenu .share{
    letter-spacing: -0.4em;
    margin: 20px 0 50px;
    text-align: center;
  }
  
  .sideMenu .share a{
    display: inline-block;
    letter-spacing: normal;
    margin: 5px;
    width: 54px;
  }
  
  .sideMenu .search form{
    padding: 0 1em;
  }
  
  .sideMenu .search form input{
    width: calc(100% - 35px);
  }
  
  .sideMenu .search p{
    padding-right: 1em;
  }
  
  .sideMenu a.btn{
    width: 90%;
  }
  
  
  
  /** MAIN CONTENTS **/
  th,td{
    padding: 5px 2px;
  }
  
  .mainContents > div.productList,
  .mainContents > div.top > div,
  .mainContents > div{
    margin-bottom: 0;
  }
  
  .flexContainer {
  display: block;
  }
  
  .flexContainer.around .flexItem {
  width: 100%;
  }
  
  .mainContents > div.pager{
    margin-bottom: 20px;
  }
  
  .mainContents h2,
  .mainContents h3{
    font-size: 20px;
  }
  

  /** PAGE STYLE **/
  
  
  /** top **/
  .top .banner{
    padding-bottom: 20px;
    text-align: center;
  }
  
  .top .banner a{
    display: block;
    margin: 0 auto 20px;
    width: 80%;
    max-width: 280px;
  }
  
  
  /** productList **/
  .productList li{
    width: 47%;
  }
  
  .productList li:nth-child(odd) {
    margin-right: 6%;
  }
  
  .newsList li a time,
  .newsList li a span{
    display: block;
  }
  
  
  /** productDetail **/
  .productDetail div.productImg{
    margin-bottom: 0;
  }
  
  .productDetail div.addCart,
  .productDetail div.editableArea{
    margin-bottom :20px;
  }
  
  .productDetail .addCart a.link,
  .productDetail .addCart .share{
    text-align: right;
  }
  .productDetail .voice p span{
    display: block;
  }
  
  .productDetail div.editableArea + a.btn{
    margin-bottom: 80px;
  }


}


@media screen and (max-width: 410px) {
  .header .nav ul.global{
    padding-top: 24vw;
  }
}




/* 10. FONT AWESOME LIBLARY
-------------------------------------------------------------------- */

.faIcon::before,
.faIcon::after{
  font-family: FontAwesome;
  font-size: 110%;
  font-weight: normal;
}

.faIcon::before{ margin-right: 0.5em;}
.faIcon::after{ margin-left: 0.5em;}

.faIcon.user::before{ content: "\f007";}
.faIcon.cart::before{ content: "\f07a";}
.faIcon.menu::before{ content: "\f0c9";}
.faIcon.menuC::before{ content: "\f00d";}
.faIcon.arrowR::before{ content: "\f054";}
.faIcon.track::before{ content: "\f0d1";}
.faIcon.yen::before{ content: "\f157";}
.faIcon.prev::before{ content: "\f053";}
.faIcon.next::after{ content: "\f054";}
.faIcon.comment::before{ content: "\f075";}
.faIcon.mail::before{ content: "\f0e0";}
.faIcon.book::before{ content: "\f02d";}
.faIcon.pen::before{ content: "\f040";}
.faIcon.movie::before{ content: "\f03d";}