@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: "Lato", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Lucida Grande", Verdana, "ＭＳ Ｐゴシック", sans-serif !important;
  width: 100%;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  html, body, #wrapper {
    font-size: 16px;
  }
}
@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;
  }
}

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

@media screen and (min-width: 769px) {
  div.block {
    width: 100%;
    margin: 0 auto;
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  div.block div.side {
    width: 35%;
    height: 100vh;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 5%;
    box-sizing: border-box;
    color: #fff;
  }
}
@media screen and (max-width: 768px) {
  div.block div.side {
    width: 100%;
    height: 200px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 10px 20px;
    color: #fff;
    transition: 1s;
  }
}
div.block div.side.green {
  background: #42a197;
}
div.block div.side.blue {
  background: #4268a1;
}
div.block div.side.red {
  background: #a14250;
}
div.block div.side div.inner {
  width: 100%;
}
@media screen and (max-width: 768px) {
  div.block div.side.smaller {
    height: 120px;
  }
}
@media screen and (min-width: 769px) {
  div.block div.side h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  div.block div.side h2 {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
div.block div.side h2 span {
  display: block;
}
@media screen and (min-width: 769px) {
  div.block div.side h2 span {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  div.block div.side h2 span {
    font-size: 14px;
  }
}
div.block div.side p.explain {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 20px;
}
div.block div.side ul {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
div.block div.side ul li {
  width: 45%;
  border: 1px solid #fff;
}
div.block div.side ul li a {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 13px;
  padding: 6px 0;
  line-height: 1;
}
div.block div.item_list {
  box-sizing: border-box;
}
@media screen and (min-width: 769px) {
  div.block div.item_list {
    width: 65%;
    padding: 48px 48px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  div.block div.item_list {
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  div.block div.item_list {
    width: 95%;
    margin: 0 auto 50px;
  }
}
div.block div.item_list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.block div.item_list ul li {
  width: 48%;
}
@media screen and (min-width: 769px) {
  div.block div.item_list ul li {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  div.block div.item_list ul li {
    margin-bottom: 50px;
  }
}
div.block div.item_list ul li a {
  color: #000;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  div.block div.item_list ul li a img {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  div.block div.item_list ul li a img {
    margin-bottom: 10px;
  }
}
div.block div.item_list ul li a p span {
  display: inline-block;
  width: 30%;
  color: #fff;
  padding: 5px 0;
  text-align: center;
  margin-top: 10px;
}
div.block div.item_list ul li a p span.green {
  background: #42a197;
}
div.block div.item_list ul li a p span.blue {
  background: #4268a1;
}
div.block div.item_list ul li a p span.red {
  background: #a14250;
}
div.block div.item_list ul li a p span.price {
  color: #ff0000;
  display: inline;
}
div.block .all_btn {
  text-align: center;
}
@media screen and (min-width: 769px) {
  div.block .all_btn {
    margin: 10% auto;
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 768px) {
  div.block .all_btn {
    width: 50%;
    margin: 0 auto 20%;
  }
}
div.block .all_btn li {
  border: 1px solid #333;
}
@media screen and (min-width: 769px) {
  div.block .all_btn li {
    width: 45%;
    padding: 10px 0;
  }
}
@media screen and (max-width: 768px) {
  div.block .all_btn li {
    padding: 10px 0;
    margin-bottom: 10px;
  }
}
div.block .all_btn li a {
  color: #333;
  text-decoration: none;
}

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

p.desc {
  text-align: center;
}
@media screen and (min-width: 769px) {
  p.desc {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  p.desc {
    margin: 0 auto 80px;
    width: 95%;
  }
}
p.desc span {
  font-weight: bold;
}
p.desc span span {
  font-weight: normal;
}
@media screen and (min-width: 769px) {
  p.desc span span {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  p.desc span span {
    font-size: 10px;
  }
}

@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;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 5%;
    margin-top: -5px;
  }

  #category_navigation_ciaopanic li span::before {
    transform: rotate(135deg);
  }

  #category_navigation_ciaopanic li span.action::before {
    transform: rotate(315deg);
    margin-top: 0;
  }

  #category_navigation {
    border-bottom: 1px solid #ccc;
  }
}
/* ANIMATION
--------------------------------------*/
.fuwatAnime {
  animation-fill-mode: both;
  animation-duration: 1.5s;
  animation-name: fuwatAnime;
  visibility: visible !important;
}
@keyframes fuwatAnime {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    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;
  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;
  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;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
/*# sourceMappingURL=style.css.map */