@charset "euc-jp";

/*----------------------------------------------------
  reset
----------------------------------------------------*/
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
#container img
{ max-width: 100%; width: 100%; height: auto; vertical-align: top;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: bold;}
q:after, q:before
{ content:'';}
a, input
{ outline: none; }
input, textarea
{ border-radius: 0; font-family: 'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック',sans-serif; }
input[type="button"],input[type="submit"]
{ -webkit-appearance: none; background: none; border: none; padding: 0; cursor: pointer;}
abbr, acronym
{ border: 0;}
*
{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}

/*----------------------------------------------------
  common
----------------------------------------------------*/
body{
  font-size: 14px;
  line-height: 1.6;
  color: #000;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  height: 100%;
  width: 100%;
  text-align: left;
  margin: 0px;
  padding: 0px;
  background: #F2F2F2;
}
a{
  color: #000;
}
a:hover{
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: #C73E3A;
}
a:visited{
  color: #000;
}
::selection {
  background: #C73E3A;
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  background: #C73E3A;
  color: #fff;
  text-shadow: none;
}


@media screen and (min-width:1025px){
/*----------------------------------------------------
  common
----------------------------------------------------*/
.none1025 {
  display: none;
}
.content {
  padding-top: 140px;
}
/*----------------------------------------------------
  header
----------------------------------------------------*/
#header {
  background: #fff;
  position: fixed;
  width: 100%;
  z-index: 1000;
}
#header .inr {
  width: 1008px;
  height: 138px;
  margin: 0 auto;
  position: relative;
}
#header .sns{
  position: absolute;
  top: 15px;
  left: 0;
}
#header .sns li {
  width: 40px;
  float: left;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}
#header .sns i {
  color: #ccc;
}
#header .sns a {
  display: block;
  padding: 10px 0;
}
#header .sns a:hover i {
  color: #C73E3A;
}
#header .sns a:visited {
  color: #ccc;
}
#header .sub-menu {
  position: absolute;
  top: 15px;
  right: 0;
}
#header .sub-menu li{
  float: left;
  margin-left: 10px;
  font-size: 13px;
}
#header .sub-menu .cart a {
  background: #EBEBEB;
  padding: 10px 16px;
  border-radius: 5px;
}
#header .sub-menu .cart a:before {
  content: "\f07a";
  font-family: FontAwesome;
  margin-right: 6px;
 }
#header .sub-menu .cart a:hover {
  background: #000;
  color: #fff;
}
#header .sub-menu a:hover {
  color: #ccc;
}

#header .logo {
  position: absolute;
  width: 100px;
  top: 20px;
  left: 50%;
  margin-left: -50px;
  z-index: 100;
}
#header .menu-btn {
  display: none;
}
#header .gnav {
  position: absolute;
  width: 1008px;
  top: 90px;
  left: 0;
  display: block !important;
}
#header .gnav li {
  float: left;
  margin-right: 18px;
}
#header .gnav ul li::after {
  content: "\f0d8";
  font-family: FontAwesome;
  display: block;
  text-align: center;
  color: #C73E3A;
  font-size: 16px;
}
#header .gnav ul li ul li::after {
  content: " " !important;
}
#header .gnav li:nth-child(4) {
  margin-left: 300px;
}
#header .gnav li:last-child {
  margin-right: 0px;
}

#header .gnav .submenu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 20px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  background: rgba(255,255,255,0.9);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 1000;
  display: block !important;
}
#header .gnav .submenu ul {
  width: 1008px;
  margin: 0 auto;
  padding: 20px;
  overflow: hidden;
  font-size: 15px;
}
#header .gnav .submenu a {
  letter-spacing: .1em;
}
#header .gnav .submenu a:hover {
  color: #C73E3A;
}
#header .gnav li:hover .submenu {
  opacity: 1 !important;
  visibility: visible;
}
#header .gnav .submenu li {
  float: left;
  padding: 10px;
  width: 20%;
  margin-right: 0 !important;
}
#header .gnav .submenu li:nth-child(4) {
  margin-left: 0 !important;
}
#header .gnav .submenu li:last-child {
  margin-right: 0px;
}

/*----------------------------------------------------
  footer
----------------------------------------------------*/
.pagetop {
  position: fixed;
  right: 20px;;
  bottom: 20px;
&#160; display: none;
}
.pagetop a {
  margin: 80px auto 0;
  color: #000;
  background: #fff;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #000; 
  width: 80px;
  height: 80px;
  line-height: 80px;
  display: block;
}
.pagetop i {
  color: #000;
  line-height: 70px !important;
  font-size: 40px;
}
.pagetop a:hover {
  display: block;
  height: 80px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  border: 1px solid #000;
}
.pagetop a:hover i {
  color: #fff;

}

#footer {
  margin-top: 40px;
  background-color: #373737;
  background-image: url(https://img21.shop-pro.jp/PA01343/714/etc/footer-noise.png?030113);
  color: #fff;
  padding: 30px 0;
}
#footer .inr {
  width: 1008px;
  margin: 0 auto;
}
#footer .inr .footer-info{
  overflow: hidden;
}
#footer .inr .block {
  width: 312px;
  float: left;
  margin-right: 36px;
}
#footer .inr .block:last-child {
  margin-right: 0;
}
#footer .inr .block dl {
  margin-bottom: 15px;
}
#footer .inr .block dl dt::after {
  content: "";
  background: #fff;
  height: 1px;
  width: 40px;
  display: block;
  margin-top: 5px;
}
#footer .inr .block dl dt {
  margin-bottom: 5px;
}
#footer .inr .block dl dd {
  font-size: 12px;
}
#footer .inr .inline {
  text-align: center;
  margin-top: 30px;
}
#footer .inr .inline a {
  color: #fff;
}
#footer .inr .copyright {
  text-align: center;
  padding-top: 20px;
}


/*----------------------------------------------------
  top
----------------------------------------------------*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 0px #ccc !important;
  -webkit-box-shadow: 0 0 0px #ccc !important;
  box-shadow: 0 0 0px #ccc !important;
  border:  0px solid #fff !important;
  left: 0 !important;
  background: none !important;
  
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
      -ms-transform: translatez(0);
      -o-transform: translatez(0);
      transform: translatez(0);
}
.hero {
  padding-top: 80px;
}
.hero .top-slider {
  width: 1008px;
  margin: 0 auto;
  position: relative;
}
.hero .text {
  width: 457px;
  position: absolute;
  top: 0;
  right: 0;
}
#top .row {
  width: 1008px;
  margin: 0 auto;
}
.top-about {
  margin-top: 40px;
}
.top-about .lead {
  text-align: center;
  margin-top: 40px;
  font-size: 18px;
}
.top-about .bnr {
  margin-top: 40px;
}
.top-about .bnr ul {
  overflow: hidden;
}
.top-about .bnr ul li {
  width: 50%;
  float: left;
}
.top-about .bnr ul li a {
  display: block;
}
.top-about .bnr ul li a:hover {
  opacity: 0.6;
}
.top-artist {

}
.top-artist .top-artist__list {

}
.top-artist .top-artist__list ul {
  overflow: hidden;
}
.top-artist .top-artist__list ul li {
  width: 224px;
  float: left;
  background: #fff;
  margin: 0 14px 20px;
}
.top-artist .top-artist__list ul li a {
  padding: 15px;
  display: block;
}
.top-artist .top-artist__list ul li .name {
  margin-bottom: 10px;
}
.top-artist .top-artist__list ul li .name::after {
  content: "\f105";
  font-family: FontAwesome;
  float: right;
}
.top-artist .top-artist__list ul li figure {
  clear: both;
  margin-bottom: 10px;
}
.top-artist .top-artist__list ul li .txt {
  word-break: break-all;
}

/*----------------------------------------------------
  product
----------------------------------------------------*/
#product {
  padding-top: 60px;
  width: 1008px;
  margin: 0 auto;
}
#product .heading__product {
  text-align: center;
  margin-top: 20px;
  font-size: 28px;
  letter-spacing: .2em;
  text-indent: .2em;
}
#product .heading__product .en {
  font-size: 16px;
  color: #ccc;
 }
#product .product__image {
  margin-top: 20px;
}
#product .product__image ul {
  overflow: hidden;
}
#product .product__image ul li {
  width: 492px;
  float: left;
  margin: 0 24px 24px 0;
}
#product .product__image ul li:nth-child(2n) {
  margin-right: 0;
}
#product .product-info .ttl {
  text-align: center;
  margin-top: 20px;
  font-size: 28px;
  letter-spacing: .2em;
  text-indent: .2em;
}
#product .product-info .ttl .en {
  font-size: 14px;
  letter-spacing: .1em;
  text-indent: .1em;
  color: #ccc;
}
#product .product-info .inr {
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
}
#product .product-info .inr .title {
  font-size: 20px;
}
#product .product-info .inr .txt {
  margin-top: 20px;
}
#product .product-info .inr .red {
  color: #C73E3A;
}
#product .product-info .inr table {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 492px;
}
#product .product-info .inr table th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  width: 120px;
}
#product .product-info .inr table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  width: 272px;
}
#product .product-detail {
  overflow: hidden;
}
#product .product-detail .product-pricebox {
  width: 492px;
  float: left;
}
#product .product-detail .product-pricebox table th {
  width: 120px;
  padding: 6px 0;
}
#product .product-detail .product-pricebox table td {
  width: 272px;
  padding: 6px 0;
}
#product .product-detail .product-pricebox table input {
  padding: 5px !important;
  border: none;
  height: 2em;
  line-height: 2em;
}
#product .product-detail .product-pricebox .addcart {
  margin-top: 20px;
}
#product .product-detail .product-pricebox .addcart .button {
  background: #C73E3A;
  color: #fff;
  width: 312px;
  padding: 10px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: none;
}
#product .product-detail .product-pricebox .addcart .button:hover {
  opacity: 0.6;
}
#product .product-detail .product-pricebox .addcart .button span::before {
  content: "\f07a";
  font-family: FontAwesome;
  margin-right: 5px;
}
#product .product-detail .product-link {
  width: 492px;
  float: right;
}
#product .product-detail .product-link ul {
  margin-bottom: 20px;
}
#product .product-detail .product-link .mar_b_20 li a::before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 5px;
}
#product .product-detail .contact-btn {
  margin-top: 20px;
  border-bottom: 1px dotted #000;
  display: inline-block;
}
.product-gift {
  width: 1008px;
  margin: 0 auto;
}
.product-gift .block {
  overflow: hidden;
}
.product-gift .block figure {
  width: 486px;
  float: left;
}
.product-gift .block .info {
  width: 486px !important;
  float: right;
}
.product-gift .block .info .caption {
  margin-top: 10px;
  font-size: 12px;
}


/*----------------------------------------------------
  itemlist
----------------------------------------------------*/
.itemlist-wrap {
  width: 1008px;
  margin: 0 auto;
  padding-top: 60px;
}
.itemlist-wrap h2 {
  text-align: center;
  margin-top: 20px;
  font-size: 28px;
  letter-spacing: .2em;
  text-indent: .2em;
}
.itemlist-wrap h2 .cg_freespace_02 {
  font-size: 14px;
  letter-spacing: .1em;
  text-indent: .1em;
  color: #ccc;
}
.itemlist-wrap .no-result {
  text-align: center;
  padding-top: 60px;
}
.itemlist-wrap .pager p {
  margin-top: 20px;
}
.itemlist-wrap .cg_freespace_01 {
  background: #e6e6e6;
  padding: 36px;
  border-radius: 5px;
  margin: 20px 0;
  overflow: hidden;
}
.itemlist-wrap .cg_freespace_01 .image {
  width: 200px;
  float: left;
  }
.itemlist-wrap .cg_freespace_01 .text {
  width: 710px;
  float: right;
}
.itemlist-wrap .cg_freespace_01 p {
  text-indent: 1em;
  padding-bottom: 10px;
}
.itemlist-wrap .cg_freespace_01 p:last-child {
  padding-bottom: 0;
}

/*----------------------------------------------------
  content common
----------------------------------------------------*/
.row {
  padding-top: 60px;
}
.heading-xl {
  text-align: center;
  margin-bottom: 20px;
}
.heading-xl .ja{
  font-size: 26px;
  letter-spacing: .2em;
  text-indent: .2em;
}
.heading-xl .en{
  font-size: 14px;
  letter-spacing: .1em;
  text-indent: .1em;
  color: #ccc;
}
.itemlist ul {
  font-size: 0;
}
.itemlist ul li {
  width: 224px;
  display: inline-block;
  margin: 0 14px 20px;
  vertical-align: top;
}
.itemlist ul li .item__image {
  margin-bottom: 10px;
}
.itemlist ul li .item__name {
  font-size: 16px;
}
.itemlist ul li .item__name::after {
  content: "";
  background: #212121;
  width: 20px;
  height: 1px;
  display: block;
  margin: 10px 0;
}
.itemlist ul li .item__expl {
  font-size: 14px;
}
.itemlist ul li .item__price {
  margin-top: 10px;
  text-align: right;
  font-size: 14px;
}
.shadow {
  box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.4);
}
.breadcrumb ul {
  letter-spacing: .1em;
  color: #ccc;
  font-size: 13px;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li a {
  color: #ccc;
}
.breadcrumb ul li a:hover {
  color: #C73E3A;
}
.category {
  width: 1008px;
  margin: 0 auto;
}
.category .category__list {

}
.category .category__list ul{
  overflow: hidden;
  text-align: center;
  letter-spacing: -0.4em;
}
.category .category__list ul li {
  width: 180px;
  display: inline-block;
  /display: inline;
  /zoom: 1;
  margin: 0 10px 20px;
  text-align: center;
  letter-spacing: normal;
}
.category .category__list ul li figure {
  margin-bottom: 10px;
}

/*----------------------------------------------------
  page
----------------------------------------------------*/
.page {
  padding-top: 60px;
}
.page h2 {
  border: 2px solid #ccc;
  padding: 20px 40px;
  text-align: center;
  width: 400px;
  margin: 0 auto 30px;
}
.page h2 .ja {
  font-size: 24px;
  letter-spacing: .1em;
  text-indent: .1em;
}
.page h2 .en {
  font-size: 14px;
  letter-spacing: .1em;
  text-indent: .1em;
  color: #ccc;
}

#about .block.message {
  overflow: hidden;
  position: relative;
}
#about h3 {
  font-size: 20px;
  text-align: center;
  letter-spacing: .2em;
  text-indent: .2em;
  margin-bottom: 30px;
}
#about .block.message .text {
    width: 50%;
    height: 540px;
    float: right;
    background: #fff;
    padding: 0 50px;
    display: table;
    vertical-align: middle;
}
#about .block.message .text .inr {
  display: table-cell;
  vertical-align: middle;
}
#about .block.message .text p {
  margin-bottom: 10px;
  line-height: 2.2;
  text-align: center;
}
#about .block.message .image {
  width: 50%;
  height: 540px;
  position: relative;
  float: left;
}
#about .block.message .image .inr .about-slider div {
  background-size: cover;
  height: 540px;
}
#about .block.message .image .inr .about-slider div:nth-child(1){
  background: #FFF url(https://img21.shop-pro.jp/PA01343/714/etc/about-message.jpg) no-repeat 50% 50%;
}
#about .block.message .image .inr .about-slider div:nth-child(2){
  background: #FFF url(https://img21.shop-pro.jp/PA01343/714/etc/about-message1.jpg) no-repeat 50% 50%;
}
#about .block.message .image .inr .about-slider div:nth-child(3){
  background: #FFF url(https://img21.shop-pro.jp/PA01343/714/etc/about-message2.jpg) no-repeat 50% 50%;
}
#about .block.message .image .inr .about-slider div:nth-child(4){
  background: #FFF url(https://img21.shop-pro.jp/PA01343/714/etc/about-message3.jpg) no-repeat 50% 50%;
}

#about .block.map {
  width: 1008px;
  margin: 120px auto 0;
  overflow: hidden;
}
#about .block.map .info {
  width: 399px;
  float: left;
}
#about .block.map .info table {
  width: 100%;
}
#about .block.map .info th {
  width: 110px;
  padding: 10px 10px 10px 0;
  border-bottom: 1px dotted #000;
}
#about .block.map .info td {
  width: 279px;
  border-bottom: 1px dotted #000;
  padding: 10px 0;
}
#about .block.map .gmap {
  width: 573px;
  height: 300px;
  float: right;
}
#about .block.cafe {
  margin-top: 120px;
}
#about .block.cafe .text {
    width: 50%;
    height: 540px;
    float: left;
    background: #fff;
    padding: 0 50px;
    display: table;
    vertical-align: middle;
}
#about .block.cafe .text .inr {
  display: table-cell;
  vertical-align: middle;
}
#about .block.cafe .text p {
  margin-bottom: 10px;
  line-height: 2.2;
  text-align: center;
}
#about .block.cafe .image {
  width: 50%;
  height: 540px;
  position: relative;
  float: right;
}
#about .block.cafe .image .inr .about-slider div {
  background-size: cover;
  height: 540px;
}
#about .block.cafe .image .inr .about-slider div:nth-child(1){
  background: #FFF url(https://img21.shop-pro.jp/PA01343/714/etc/about-cafe.jpg) no-repeat 50% 50%;
}
#about .block.cafe .image .inr .about-slider div:nth-child(2){
  background: #FFF url(https://img21.shop-pro.jp/PA01343/714/etc/about-cafe1.jpg) no-repeat 50% 50%;
}
#about .block.cafe .image .inr .about-slider div:nth-child(3){
  background: #FFF url(https://img21.shop-pro.jp/PA01343/714/etc/about-cafe2.jpg) no-repeat 50% 50%;
}
#about .block.cafe .image .inr .about-slider div:nth-child(4){
  background: #FFF url(https://img21.shop-pro.jp/PA01343/714/etc/about-cafe3.jpg) no-repeat 50% 50%;
}
#about .shop {
  width: 1008px;
  margin: 60px auto 0;
  overflow: hidden;
}
#about .shop ul {
  overflow: hidden;
}
#about .shop ul li {
  width: 312px;
  float: left;
  margin: 0 36px 36px 0;
}
#about .shop ul li:nth-child(3n) {
  margin: 0 0 20px 0;
}
#about .shop ul li figcaption {
  margin-top: 10px;
  text-align: center;
}
#about .neighborhood {
  width: 1008px;
  margin: 120px auto 0;
  overflow: hidden;
}
#about .neighborhood ul {
  overflow: hidden;
}
#about .neighborhood ul li {
  width: 312px;
  float: left;
  margin: 0 36px 36px 0;
}
#about .neighborhood ul li:nth-child(3n) {
  margin: 0 0 20px 0;
}
#about .neighborhood ul li figcaption {
  margin-top: 10px;
  text-align: center;
}
#kutani .block.text {
  background: #FFF url(https://img21.shop-pro.jp/PA01343/714/etc/kutani-bg.jpg) no-repeat right top;  
}
#kutani .block.text .inr {
  padding: 100px 0;
}

#kutani .block.text .inr .txt {
  width: 1008px;
  margin: 0 auto;
}
#kutani .block.text .inr .txt h3 {
  font-size: 20px;
  letter-spacing: .2em;
  margin-bottom: 30px;
}
#kutani .block.text .inr .txt p {
  margin-top: 15px;
}

#faq {
  padding-top: 60px;
  width: 1008px;
  margin: 0 auto;
}
#faq .lead {

}
#faq .lead h3 {
  font-size: 24px;
  text-align: center;
  letter-spacing: .2em;
  text-indent: .2em;
  margin-bottom: 30px;
}
#faq .lead p {
  margin-bottom: 10px;
  line-height: 2.2;
  text-align: center;
}
#faq .list {
  padding-top: 40px;
}
#faq .list dl {
  padding-top: 40px;
}
#faq .list dt {
  overflow: hidden;
}
#faq .list dt::before{
  content: "Q";
  background: #BA9132;
  padding: 15px 20px;
  float: left;
  display: block;
  font-size: 20px;
  color: #fff;
}
#faq .list dt p{
  width: 920px;
  background: #fff;
  padding: 15px 35px;
  float: right;
}
#faq .list dd {
  overflow: hidden;
  margin-top: 20px;
}
#faq .list dd::before{
  content: "A";
  background: #C73E3A;
  padding: 15px 20px;
  float: left;
  display: block;
  font-size: 20px;
  color: #fff;
}
#faq .list dd > div {
  width: 920px;
  background: #fff;
  padding: 15px 35px;
  float: right;
  line-height: 1.8;
}
#faq .list dd > div ul {
  margin-top: 20px;
  overflow: hidden;
}
#faq .list dd > div ul li {
  width: 200px;
  float: left;
  margin-right: 10px;
}
#faq .list dd > div ul li img{
  margin-bottom: 6px;
}
#faq .list dd > div ul li span {
  font-size: 12px;
}

#guide {
  padding-top: 60px;
  width: 1008px;
  margin: 0 auto;
}
#guide .block {
  margin-top: 30px;
  overflow: hidden;
}
#guide .block .image {
  width: 400px;
  float: left;
}
#guide .block .info {
  width: 580px;
  float: right;
}
#guide .block .info .ttl {
  border-bottom: 1px dotted #000;
  margin-bottom: 10px;
  padding-bottom: 6px;
}
#guide .gift .block {
  overflow: hidden;
}
#guide .gift .block figure {
  width: 486px;
  float: left;
}
#guide .gift .block .info {
  width: 486px !important;
  float: right;
}
#guide .gift .block .info .caption {
  margin-top: 10px;
  font-size: 12px;
}

#sk {
  padding-top: 60px;
  width: 1008px;
  margin: 0 auto;
}
#sk img {
  max-width: auto !important;
  width: auto !important;
}
#sk dl {
}
#sk dl dt {
  font-weight: bold;
}
#sk dl dt::after {
  content: "";
  background: #212121;
  width: 20px;
  height: 1px;
  display: block;
  margin: 10px 0 0;
}
#sk dl dd {
  padding: 10px 0 30px;
}
#sk #info {
  overflow: hidden;
  margin-top:-140px;
  padding-top:180px;
}
#sk #info dl {
  width: 49% !important;
  float: left;
}
#sk #info dl:last-child {
  width: 49% !important;
  float: right;
}
#sk #payment {
  margin-top:-140px;
  padding-top:180px;
}
#privacy {
  padding-top: 120px;
  width: 1008px;
  margin: 0 auto;
}
#privacy dl {

}
#privacy dl dt {
  font-weight: bold;
}
#privacy dl dd {
  padding: 10px 0 20px;
}
#privacy #info {
  overflow: hidden;
}


/*  min-width:1025pxここまで
----------------------------------------------------*/
}


@media screen and (max-width:1024px){
/*----------------------------------------------------
  common
----------------------------------------------------*/
.none1024 {
  display: none;
}


/*----------------------------------------------------
  header
----------------------------------------------------*/
#header {
  background: #fff;
}
#header .inr {
  padding: 20px 0 0;
}
#header .sns{
  overflow: hidden;
  width: 90px;
  margin: 0 auto;
}
#header .sns li {
  width: 40px;
  float: left;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}
#header .sns li:last-child {
  margin-right: 0;
}
#header .sns i {
  color: #ccc;
}
#header .sns a {
  display: block;
  padding: 10px 0;
}
#header .sns a:hover i  {
  color: #000;
}
  #header .sns a:visited {
  color: #ccc;
}
#header .sub-menu {
  overflow: hidden;
}
#header .sub-menu li{
  float: left;
  width: 50%;
  font-size: 12px;
  text-align: center;
}
#header .sub-menu li a {
  padding: 10px 0;
  display: block;
}
#header .sub-menu .cart {
  width: 100%;
}
#header .sub-menu .cart a {
  background: #EBEBEB;
  padding: 10px 16px;
}
#header .sub-menu .cart a:before {
  content: "\f07a";
  font-family: FontAwesome;
  margin-right: 6px;
 }
#header .sub-menu .cart a:hover {
  background: #000;
  color: #fff;
}
#header .sub-menu a:hover {
  color: #ccc;
}
#header .logo {
  max-width: 400px;
  width: auto;
  padding: 0 60px 15px;
  margin: 0 auto;
}
  
#header .gnav {
  display: none;
}
#header .gnav li {
  width: 50%;
  float: left;
}
#header .gnav li a {
  display: block;
  background: #000;
  color: #fff;
  padding: 10px;
  font-size: 12px;
}
#header .gnav li a::before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 6px; 
}
#header .menu-btn {
  text-align: center;
  background: #000;
  display: block;
  padding: 10px 0;
  cursor: pointer;
  color: #fff;
  position: relative;
}
#header .menu-btn::after {
  content: "\f067";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
}
#header .menu-btn.active::after {
  content: "\f00d";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
}
#header .artistList,
#header .categoryList {
  width: 100% !important;
  float: none !important;
}
#header .mainmenu {
  display: block;
  background: #000;
  color: #fff;
  padding: 10px;
  font-size: 12px;
  clear: left;
}
#header .mainmenu::after {
  content: "\f067";
  font-family: FontAwesome;
  float: right;
}
#header .mainmenu.active::after{
  content: "\f00d";
  font-family: FontAwesome;
  float: right;
}
#header .submenu {
  display: none;
  overflow: hidden;
  background: #000;
}
#header .submenu p {
  display: inline;
}

/*----------------------------------------------------
  footer
----------------------------------------------------*/
.pagetop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 40px auto 0;
  color: #ccc;
  border: 1px solid #ccc;
  border-radius: 50%;
  text-align: center;
}
.pagetop i {
  color: #ccc;
  line-height: 36px !important;
}
.pagetop a {
  display: block;
  height: 40px;
}
.pagetop a:hover i {
  color: #000;
}

#footer {
  margin-top: 20px;
  background-color: #373737;
  background-image: url(https://img21.shop-pro.jp/PA01343/714/etc/footer-noise.png?030113);
  color: #fff;
  padding: 30px 0;
}
#footer .inr {
  width: 100%;
}
#footer .inr .footer-info{
  overflow: hidden;
}
#footer .inr .block {
  width: 100%;
  margin-bottom: 15px;
  padding: 0 20px;
}
#footer .inr .block:last-child {
  margin-right: 0;
}
#footer .inr .block dl {
  margin-bottom: 10px;
}
#footer .inr .block dl dt::after {
  content: "";
  background: #fff;
  height: 1px;
  width: 40px;
  display: block;
  margin-top: 5px;
}
#footer .inr .block dl dt {
  margin-bottom: 5px;
}
#footer .inr .block dl dd {
  font-size: 12px;
}
#footer .inline {
  padding: 0 10px;
}
#footer .inline a {
  color: #fff;
  font-size: 11px;
  display: block;
}
#footer .copyright {
  font-size: 11px;
  text-align: center;
  margin-top: 10px;
}
/*----------------------------------------------------
  top
----------------------------------------------------*/
.bx-wrapper .bx-viewport {
  -moz-box-shadow: 0 0 0px #ccc !important;
  -webkit-box-shadow: 0 0 0px #ccc !important;
  box-shadow: 0 0 0px #ccc !important;
  border:  0px solid #fff !important;
  left: 0 !important;
  background: none !important;
  
  /*fix other elements on the page moving (on Chrome)*/
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
      -ms-transform: translatez(0);
      -o-transform: translatez(0);
      transform: translatez(0);
}
.hero {
  padding: 20px 0 0 0;
}
.hero .top-slider {
  display: none;
}
.hero .text {
  margin-bottom: 10px;
  padding: 0 10px 10px;
}
.top-about .lead {
  text-align: center;
  padding: 10px;
  font-size: 14px;
}
.top-about .bnr {
  max-width: 768px;
  width: auto;
  margin: 0 auto 10px;
}
.top-about .bnr ul li {
  width: 50%;
  float: left;
}
.top-artist {

}
.top-artist .top-artist__list {

}
.top-artist .top-artist__list ul {
  max-width: 768px;
  width: auto;
  margin: 0 auto;
  padding: 0 20px;
}
.top-artist .top-artist__list ul li {
  width: 30.3%;
  text-indent: initial;
  display: inline-block;
  vertical-align: top;
  margin: 0 3.03% 20px 0;
  background: #fff;
}
.top-artist .top-artist__list ul li:nth-child(3n) {
  margin-right: 0;
}

.top-artist .top-artist__list ul li a {
  padding: 15px;
  display: block;
}
.top-artist .top-artist__list ul li .name {
  margin-bottom: 10px;
}
.top-artist .top-artist__list ul li .name::after {
  content: "\f105";
  font-family: FontAwesome;
  float: right;
}
.top-artist .top-artist__list ul li figure {
  clear: both;
  margin-bottom: 10px;
}
.top-artist .top-artist__list ul li .txt {
  word-break: break-all;
}

/*----------------------------------------------------
  product
----------------------------------------------------*/
#product {
 
}
#product .heading__product {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: .2em;
  text-indent: .2em;
}
#product .heading__product .en {
  font-size: 12px;
  letter-spacing: .1em;
  text-indent: .1em;
  color: #ccc;
}
#product .product__image {
  padding: 20px 10px 0;
}
#product .product__image ul {
  overflow: hidden;
}
#product .product__image ul li {
  width: 100%;
  margin: 0 0 10px 0;
}
#product .product-info {
  padding: 0 10px;
}
#product .product-info .ttl {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: .2em;
  text-indent: .2em;
}
#product .product-info .ttl .en {
  font-size: 12px;
  letter-spacing: .1em;
  text-indent: .1em;
  color: #ccc;
}
#product .product-info .inr {
  margin-top: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
#product .product-info .inr .title {
  font-size: 16px;
}
#product .product-info .inr .txt {
  margin-top: 10px;
}
#product .product-info .inr .red {
  color: #C73E3A;
}
#product .product-info .inr table {
  margin-top: 20px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  width: 100%;
}
#product .product-info .inr table th {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  display: block;
}
#product .product-info .inr table td {
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px;
  width: 100%;
  display: block;
  background: #fff;
}
#product .product-detail {
  padding: 10px 10px 0;
}
#product .product-detail .product-pricebox {
  width: 100%;
  padding-top: 20px;
}
#product .product-detail .product-pricebox table th {
  width: 80px;
  padding: 6px 0;
}
#product .product-detail .product-pricebox table td {
  padding: 6px 0;
}
#product .product-detail .product-pricebox table input {
  height: 2.2em;
  border: none;
}
#product .product-detail .product-pricebox .addcart {
  padding-top: 20px;
  width: 300px;
  margin: 0 auto;
}
#product .product-detail .product-pricebox .addcart .button {
  background: #C73E3A;
  color: #fff;
  width: 300px;
  padding: 10px 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border: none;
}
#product .product-detail .product-pricebox .addcart .button:hover {
  opacity: 0.6;
}
#product .product-detail .product-pricebox .addcart .button span::before {
  content: "\f07a";
  font-family: FontAwesome;
  margin-right: 5px;
}
  #product .product-detail .product-pricebox img {
  max-width: auto !important;
    width: auto !important;
  }
#product .product-detail .product-link {
  width: 100%;
  padding-top: 20px;
}
#product .product-detail .product-link ul {
  margin-bottom: 20px;
}
#product .product-detail .product-link .mar_b_20 li a::before {
  content: "\f105";
  font-family: FontAwesome;
  margin-right: 5px;
}
#product .product-detail .contact-btn {
  margin-top: 10px;
  border-bottom: 1px dotted #000;
  display: inline-block;
}
.product-gift {
}
.product-gift .block {
  overflow: hidden;
}
.product-gift .block figure {
  max-width: 600px;
  width: auto;
  margin: 0 auto 10px;
}
.product-gift .block .info {
  width: 100%;
  padding: 0 10px;
}
.product-gift .block .info .caption {
  margin-top: 10px;
  font-size: 12px;
}


/*----------------------------------------------------
  itemlist
----------------------------------------------------*/
.itemlist-wrap {
  padding: 0 10px;
}
.itemlist-wrap h2 {
  text-align: center;
  margin-top: 20px;
  font-size: 18px;
  letter-spacing: .2em;
  text-indent: .2em;
}
.itemlist-wrap h2 .cg_freespace_02 {
  font-size: 12px;
  letter-spacing: .1em;
  text-indent: .1em;
  color: #ccc;
}
.itemlist-wrap .no-result {
  text-align: center;
  padding-top: 30px;
}
.itemlist-wrap .sort {
  text-align: center;
  padding-top: 10px;
  }
.itemlist-wrap .pager p {
  margin-top: 10px;
}
.itemlist-wrap .cg_freespace_01 {
  background: #e6e6e6;
  padding: 10px;
  border-radius: 5px;
  margin: 10px 0;
  font-size: 12px;
}
.itemlist-wrap .cg_freespace_01 .image {
  width: 200px;
  margin: 0 auto;
  }
.itemlist-wrap .cg_freespace_01 .text {
  margin-top: 15px;
}
.itemlist-wrap .cg_freespace_01 p {
  text-indent: 1em;
  padding-bottom: 10px;
}
.itemlist-wrap .cg_freespace_01 p:last-child {
  padding-bottom: 0;
}

/*----------------------------------------------------
  content common
----------------------------------------------------*/

.row {
  padding-top: 20px;
}
.heading-xl {
  text-align: center;
  margin-bottom: 20px;
}
.heading-xl .ja{
  font-size: 16px;
  letter-spacing: .2em;
  text-indent: .2em;
}
.heading-xl .en{
  font-size: 11px;
  letter-spacing: .1em;
  text-indent: .1em;
  color: #ccc;
}
.itemlist ul {
  max-width: 768px;
  width: auto;
  margin: 0 auto;
  padding: 0 20px;
}
.itemlist ul li {
  width: 30.3%;
  text-indent: initial;
  display: inline-block;
  vertical-align: top;
  margin: 0 3.03% 20px 0;
}
.itemlist ul li:nth-child(3n) {
  margin-right: 0;
}
.itemlist ul li .item__image {
  margin-bottom: 10px;
}
.itemlist ul li .item__name {
}
.itemlist ul li .item__name::after {
  content: "";
  background: #212121;
  width: 20px;
  height: 1px;
  display: block;
  margin: 5px 0;
}
.itemlist ul li .item__expl {
  font-size: 12px;
}
.itemlist ul li .item__price {
  margin-top: 10px;
  text-align: right;
}
.shadow {
  box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.4);
}
.breadcrumb {
   padding: 10px;
}
 .breadcrumb ul {
  padding: 0;
  letter-spacing: .1em;
  color: #ccc;
  font-size: 11px;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li a {
  color: #ccc;
}
.breadcrumb ul li a:hover {
  color: #C73E3A;
}
.category {

}
.category .category__list ul {
  max-width: 768px;
  width: auto;
  margin: 0 auto;
  padding: 0 20px;
}
.category .category__list  ul li {
  width: 30.3%;
  text-indent: initial;
  display: inline-block;
  vertical-align: top;
  margin: 0 3.03% 20px 0;
}
.category .category__list  ul li:nth-child(3n) {
  margin-right: 0;
}
.category .category__list .txt{
  text-align: center;
  margin-top: 6px;
}


/*----------------------------------------------------
  page
----------------------------------------------------*/
.page {
  margin-top: 40px;
}
.page h2 {
  text-align: center;
  margin-bottom: 30px;
  margin: 0 auto 20px;
}
.page h2 .ja {
  font-size: 20px;
  letter-spacing: .1em;
  text-indent: .1em;
}
.page h2 .en {
  font-size: 12px;
  letter-spacing: .1em;
  text-indent: .1em;
  color: #ccc;
}
#about .block.message {
  overflow: hidden;
  position: relative;
}
#about h3 {
  font-size: 18px;
  text-align: center;
  letter-spacing: .2em;
  text-indent: .2em;
  margin-bottom: 20px;
}
#about .block.message .text {
    width: 100%;
    background: #fff;
    padding: 20px;
    display: table;
    vertical-align: middle;
}
#about .block.message .text .inr {
  display: table-cell;
  vertical-align: middle;
}
#about .block.message .text p {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 2.2;
  text-align: center;
}
#about .block.message .image {
  width: 100%;
  height: 200px;
  position: relative;
  float: left;
}
#about .block.message .image .inr .about-slider div {
  background-size: cover;
  height: 200px;
}
#about .block.message .image .inr .about-slider div:nth-child(1){
  background: #FFF url(https://img21.shop-pro.jp/PA01343/714/etc/about-message.jpg) no-repeat 50% 50%;
}
#about .block.message .image .inr .about-slider div:nth-child(2){
  background: #FFF url(https://img21.shop-pro.jp/PA01343/714/etc/about-message1.jpg) no-repeat 50% 50%;
}
#about .block.message .image .inr .about-slider div:nth-child(3){
  background: #FFF url(https://img21.shop-pro.jp/PA01343/714/etc/about-message2.jpg) no-repeat 50% 50%;
}
#about .block.message .image .inr .about-slider div:nth-child(4){
  background: #FFF url(https://img21.shop-pro.jp/PA01343/714/etc/about-message3.jpg) no-repeat 50% 50%;
}
#about .block.map {
  width: 100%;
  margin: 40px auto 0;
  overflow: hidden;
}
#about .block.map .info {
  width: 100%;
  padding: 0 20px;
  margin-bottom: 20px;
}
#about .block.map .info table {
  width: 100%;
  padding: 0 20px;
}
#about .block.map .info th {
  width: 100%;
  display: block;
  padding: 10px 10px 10px 0;
  border-bottom: 1px dotted #000;
}
#about .block.map .info td {
  width: 100%;
  display: block;
  padding: 10px 0;
}
#about .block.map .gmap {
  width: 100%;
  height: 300px;
  float: right;
}
#about .block.cafe {
  margin-top: 40px;
}
#about .block.cafe .text {
  width: 100%;
  height: 300px;
  background: #fff;
  padding: 20px;
  display: table;
  vertical-align: middle;
}
#about .block.cafe .text .inr {
  display: table-cell;
  vertical-align: middle;
}
#about .block.cafe .text p {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 2.2;
  text-align: center;
}
#about .block.cafe .image {
  width: 100%;
  height: 200px;
  position: relative;
}
#about .block.cafe .image .inr .about-slider div {
  background-size: cover;
  height: 200px;
}
#about .block.cafe .image .inr .about-slider div:nth-child(1){
  background: #FFF url(https://img21.shop-pro.jp/PA01343/714/etc/about-cafe.jpg) no-repeat 50% 50%;
}
#about .block.cafe .image .inr .about-slider div:nth-child(2){
  background: #FFF url(https://img21.shop-pro.jp/PA01343/714/etc/about-cafe1.jpg) no-repeat 50% 50%;
}
#about .block.cafe .image .inr .about-slider div:nth-child(3){
  background: #FFF url(https://img21.shop-pro.jp/PA01343/714/etc/about-cafe2.jpg) no-repeat 50% 50%;
}
#about .block.cafe .image .inr .about-slider div:nth-child(4){
  background: #FFF url(https://img21.shop-pro.jp/PA01343/714/etc/about-cafe3.jpg) no-repeat 50% 50%;
}
#about .shop {
  max-width: 600px;
  padding: 0 10px;
  margin: 20px auto 0 ;
  overflow: hidden;
}
#about .shop ul {
  font-size: 0;
}
#about .shop ul li {
  width: 50%;
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0 5px 0 0;
  vertical-align: top;
}
#about .shop ul li:nth-child(2n) {
  padding: 0 0 0 5px;
}
#about .shop ul li figcaption {
  margin-top: 5px;
  text-align: center;
  font-size: 13px;
}
#about .neighborhood {
  max-width: 600px;
  padding: 0 10px;
  margin: 20px auto 0 ;
  overflow: hidden;
}
#about .neighborhood ul {
  font-size: 0;
}
#about .neighborhood ul li {
  width: 50%;
  display: inline-block;
  margin: 0 0 10px 0;
  padding: 0 5px 0 0;
  vertical-align: top;
}
#about .neighborhood ul li:nth-child(2n) {
  padding: 0 0 0 5px;
}
#about .neighborhood ul li figcaption {
  margin-top: 5px;
  text-align: center;
  font-size: 13px;
}

#kutani .block.text {
  /*background: #FFF url(https://img21.shop-pro.jp/PA01343/714/etc/kutani-bg.jpg) no-repeat right top; */
}
#kutani .block.text .inr {
  padding: 30px 0;

}

#kutani .block.text .inr .txt {
 padding: 20px;
}
#kutani .block.text .inr .txt h3 {
  font-size: 16px;
  letter-spacing: .2em;
  margin-bottom: 30px;
}
#kutani .block.text .inr .txt p {
  margin-top: 10px;
  font-size: 13px;
}

#faq {
}
#faq .lead {
  padding: 0 10px;
}
#faq .lead h3 {
  font-size: 18px;
  text-align: center;
  letter-spacing: .2em;
  text-indent: .2em;
  margin-bottom: 30px;
}
#faq .lead p {
  font-size: 11px;
  margin-bottom: 5px;
  line-height: 2.2;
}
#faq .list {
  padding: 0 10px;
}
#faq .list dl {
  padding-top: 20px;
}
#faq .list dt {
  overflow: hidden;
}
#faq .list dt::before{
  width: 38px;
  text-align: center;
  content: "Q";
  background: #BA9132;
  padding: 10px 0;
  float: left;
  display: block;
  font-size: 20px;
  color: #fff;
}
#faq .list dt p{
  background: #fff;
  padding: 10px;
  margin-left: 38px;
}
#faq .list dd {
  overflow: hidden;
  margin-top: 20px;
}
#faq .list dd::before{
  width: 38px;
  text-align: center;
  content: "A";
  background: #C73E3A;
  padding: 10px 0;
  float: left;
  display: block;
  font-size: 20px;
  color: #fff;
}
#faq .list dd > div {
  background: #fff;
  padding: 10px;
  margin-left: 38px;
  line-height: 1.8;
}
#faq .list dd > div ul {
  margin-top: 20px;
  overflow: hidden;
}
#faq .list dd > div ul li {
  width: 200px;
  margin: 0 auto 10px;
}
#faq .list dd > div ul li img{
  margin-bottom: 6px;
}
#faq .list dd > div ul li span {
  font-size: 12px;
}

#guide {
  padding: 0 10px;
}
#guide .block {
  margin-top: 20px;
  overflow: hidden;
}
#guide .block .image {
  width: 100%;
  margin-bottom: 10px;
}
#guide .block .info {
  width: 100%;
}
#guide .block .info .ttl {
  border-bottom: 1px dotted #000;
  margin-bottom: 10px;
  padding-bottom: 6px;
}
#guide .gift .block {
  overflow: hidden;
}
#guide .gift .block figure {
  width: 100%;
  margin-bottom: 10px;
}
#guide .gift .block .info {
  width: 100%;
}
#guide .gift .block .info .caption {
  margin-top: 10px;
  font-size: 12px;
}

#sk {
  padding: 0 10px;
}
#sk img {
  max-width: auto !important;
  width: auto !important;
  }
#sk dl {

}
#sk dl dt {
  font-weight: bold;
}
#sk dl dt::after {
  content: "";
  background: #212121;
  width: 20px;
  height: 1px;
  display: block;
  margin: 10px 0 0;
}
#sk dl dd {
  padding: 10px 0 20px;
}
#sk #info {
  overflow: hidden;
}
#sk #info dl {

}
#sk #info dl:last-child {

}

#privacy {
  padding: 0 10px;
}
#privacy dl {

}
#privacy dl dt {
  font-weight: bold;
}
#privacy dl dd {
  padding: 10px 0;
}




/*  max-width:1024pxここまで
----------------------------------------------------*/
}


@media screen and (max-width:452px){
/*----------------------------------------------------
  common
----------------------------------------------------*/
.none452 {
  display: none;
}

/*----------------------------------------------------
  top
----------------------------------------------------*/
.top-artist {
}
.top-artist .top-artist__list {
}
.top-artist .top-artist__list ul {
  padding: 0 10px;
}
.top-artist .top-artist__list ul li {
  width: 100%;
  background: #fff;
  margin-bottom: 10px;
}
.top-artist .top-artist__list ul li a {
  padding: 15px;
  display: block;
}
.top-artist .top-artist__list ul li .name {
  margin-bottom: 10px;
}
.top-artist .top-artist__list ul li .name::after {
  content: "\f105";
  font-family: FontAwesome;
  float: right;
}
.top-artist .top-artist__list ul li figure {
  clear: both;
  margin-bottom: 10px;
}
.top-artist .top-artist__list ul li .txt {
  display: none;
}




/*----------------------------------------------------
  content common
----------------------------------------------------*/

.row {
  padding-top: 20px;
}
.heading-xl {
  text-align: center;
  margin-bottom: 20px;
}
.heading-xl .ja{
  font-size: 16px;
  letter-spacing: .2em;
  text-indent: .2em;
}
.heading-xl .en{
  font-size: 11px;
  letter-spacing: .1em;
  text-indent: .1em;
  color: #ccc;
}
.itemlist ul  {
  padding: 0 10px;
}
.itemlist ul li {
  width: 100%;
  margin-bottom: 25px;
}
.itemlist ul li .item__image {
  width: 40%;
  float: left;
}
.itemlist ul li .item__info {
  padding-left: 42%;
}
.category {

}
.category .category__list ul {
  padding: 0 10px;
}
.category .category__list  ul li {
  width: 100%;
  border-bottom: 1px dotted #000;
  margin: 0 0 5px 0;
}
.category .category__list  ul li a {
  display: block;
}
.category .category__list  ul li a p::after {
  content: "\f105";
  font-family: FontAwesome;
  float: right;
}
.category .category__list figure {
  display: none;
}
.category .category__list .txt {
  text-align: left;
}

/*  max-width:452pxここまで
----------------------------------------------------*/
}