@charset "UTF-8";
/*リセット
--------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*フォント
---------------------------------------------*/
@font-face {
  font-family: "noto-sans";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2"), url("../fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("../fonts/NotoSansCJKjp-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/*メディアクエリー
---------------------------------------------*/
/*変数
---------------------------------------------*/
/* コンテンツ
---------------------------------------------*/
html,
body,
#wrapper {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  width: 100%;
  letter-spacing: 0.1em;
  line-height: 1.8;
}

@media screen and (min-width: 769px) {
  html,
  body,
  #wrapper {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  html,
  body,
  #wrapper {
    font-size: 12px;
  }
}

img {
  width: 100%;
  display: block;
}

@media screen and (min-width: 769px) {
  .spNone {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .spNone {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .pcNone {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pcNone {
    display: block;
  }
}

@media screen and (min-width: 769px) {
  div.wrapper {
    width: 1000px;
    margin: 0 auto;
  }
}

div.wrapper p.title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
}

div.wrapper p.title a {
  text-decoration: none;
  color: #000;
}

div.wrapper p.title2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 100px;
}

@media screen and (min-width: 769px) {
  div.wrapper p.title2 {
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  div.wrapper p.title2 {
    margin-top: 20px;
  }
}

div.wrapper p.title2 a {
  text-decoration: none;
  color: #000;
}

div.wrapper h1 {
  text-align: center;
}

@media screen and (min-width: 769px) {
  div.wrapper h1 {
    margin-bottom: 100px;
  }
}

@media screen and (max-width: 768px) {
  div.wrapper h1 {
    margin: 50px auto 80px;
    width: 95%;
    font-size: 10px;
  }
}

div.wrapper h1 span {
  font-weight: bold;
}

div.wrapper div.menu {
  width: 1000px;
  font-family: canto-pen, serif;
  font-weight: 400;
  font-style: normal;
  margin: 0 auto 200px;
}

@media screen and (max-width: 768px) {
  div.wrapper div.menu {
    width: 90%;
    margin: 0 auto 70px;
    font-size: 10px;
  }
}

div.wrapper div.menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  div.wrapper div.menu ul {
    width: 92%;
    margin: 0 auto;
  }
}

div.wrapper div.menu ul li {
  width: 230px;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  div.wrapper div.menu ul li {
    width: calc(100% / 2);
    padding: 2%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 10px;
  }
}

div.wrapper div.menu ul li a {
  text-decoration: none;
  color: #000;
}

div.wrapper div.menu ul li a p {
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
}

div.wrapper .item_list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  line-height: 1.2;
  font-size: 10px;
}

@media screen and (min-width: 769px) {
  div.wrapper .item_list {
    width: 900px;
  }
}

@media screen and (max-width: 768px) {
  div.wrapper .item_list {
    width: 90%;
    margin: 0 auto 20px;
  }
}

@media screen and (min-width: 769px) {
  div.wrapper .item_list li,
  div.wrapper .item_list div {
    width: calc((100% / 4) - 25px);
    margin-right: 20px;
    margin-bottom: 20px;
    list-style: none;
  }
}

@media screen and (max-width: 768px) {
  div.wrapper .item_list li,
  div.wrapper .item_list div {
    width: calc((100% / 3) - 15px);
    margin-right: 15px;
    margin-bottom: 20px;
    font-size: 10px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 768px) {
  div.wrapper .item_list li:nth-child(3n),
  div.wrapper .item_list div:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (min-width: 769px) {
  div.wrapper .item_list li:nth-child(4n),
  div.wrapper .item_list div:nth-child(4n) {
    margin-right: 0;
  }
}

div.wrapper .item_list li a,
div.wrapper .item_list div a {
  color: #000;
  text-decoration: none;
}

div.wrapper .item_list li a p,
div.wrapper .item_list div a p {
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  div.wrapper .item_list li a p,
  div.wrapper .item_list div a p {
    font-size: 10px;
  }
}

div.wrapper .item_list li a div.textOverflow,
div.wrapper .item_list div a div.textOverflow {
  margin-top: 10px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  div.wrapper .item_list li a p.label,
  div.wrapper .item_list div a p.label {
    margin-top: 10px;
  }
}

div.wrapper .item_list li a p.price,
div.wrapper .item_list div a p.price {
  margin-top: 5px;
}

@media screen and (min-width: 769px) {
  div.main {
    width: 1000px;
    margin: 0 auto 100px;
  }
}

@media screen and (max-width: 768px) {
  div.main {
    width: 100%;
    margin: 0 auto 30px;
  }
}

@media screen and (min-width: 769px) {
  div.footer {
    width: 120px;
    margin: 100px auto 50px;
  }
}

@media screen and (max-width: 768px) {
  div.footer {
    width: 20%;
    margin: 100px auto 30px;
  }
}

@media screen and (max-width: 768px) {
  #category_navigation_ciaopanic {
    margin-bottom: 30px;
  }
  #category_navigation_ciaopanic li {
    border-top: 1px solid #ccc;
  }
  #category_navigation_ciaopanic li span {
    position: relative;
    display: block;
    padding: 4% 5%;
    font-size: 12px;
  }
  #category_navigation_ciaopanic li a {
    position: relative;
    display: block;
    padding: 4% 5%;
    text-decoration: none;
    font-size: 12px;
  }
  #brand,
  #category {
    display: none;
    padding: 0;
    background: #fff;
  }
  #brand_navigation li a,
  #category_navigation li a {
    padding: 3% 5%;
    font-size: 10px;
    color: #000;
    text-decoration: none;
  }
  #category_navigation_ciaopanic li span::before,
  #category_navigation_ciaopanic li a::before {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 1px #999999;
    border-right: solid 1px #999999;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -5px;
  }
  #category_navigation_ciaopanic li span::before {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #category_navigation_ciaopanic li span.action::before {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    margin-top: 0;
  }
  #category_navigation {
    border-bottom: 1px solid #ccc;
  }
}

/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fuwatAnime;
  animation-name: fuwatAnime;
  visibility: visible !important;
}

@-webkit-keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}

@keyframes fuwatAnime {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

/* sass読み込み
--------------------------------------*/
html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==");
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@media screen and (min-width: 769px) {
  ul.item_list li a p:first-child {
    position: relative;
  }
}

@media screen and (min-width: 769px) {
  ul.item_list li a p:first-child span {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 12px;
    display: block;
    background: #219bd9;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 10px;
  }
}

@media screen and (max-width: 768px) {
  p.photo {
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  p.photo span {
    position: absolute;
    bottom: 0px;
    left: 0;
    font-size: 10px;
    display: block;
    background: #219bd9;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 3px 8px;
    font-weight: normal;
  }
}
/*# sourceMappingURL=style.css.map */