@charset "utf-8";
/*reset,set
-------------------------------------------------------------------*/
.u-margin__top--60 {
  margin-top: 0;
}
.u-text--body a:hover {
  opacity: 0.7;
}
.c-product_item__inner__eyecatch__tags {
  top: 0;
  left: 0;
  margin-bottom: 0.5em;
}
.c-product_item__inner__eyecatch__tags__soldout {
  background: rgba(0, 0, 0, 0.2);
}
.c-product_item__inner__eyecatch__tags__new, .c-product_item__inner__eyecatch__tags__soldout {
  display: inline-block;
  font-size: 0.75em;
  margin: 0;
}
section {
  margin-bottom: 5em;
}
h2, .p-page_content__inner h2 {
  font-size: 2em !important;
  margin-bottom: 1em;
  text-align: center;
}
h3 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
p, .p-page_content__inner p {
  font-size: 1em;
  margin: 0;
  margin-bottom: 1em;
}
@media screen and (min-width:901px) {
  .u-text--body {
    font-size: 1em !important;
  }
  .p-page_content__inner {
    max-width: 90%;
  }
}
@media screen and (max-width:900px) {
  .u-text--body {
    font-size: 3.3vw !important;
  }
}
/*sns
----------------------------------------*/
.sns_list a {
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 3em;
  padding: 0.5em 2.5em;
  text-decoration: none;
}
.sns_list a img {
  width: 1.5em;
  vertical-align: -0.35em;
  margin-right: 1em;
  display: inline-block;
}
.sns_list a:hover {
  opacity: 0.7;
}
@media screen and (min-width:901px) {
  .sns_list {
    text-align: center;
  }
  .sns_list li {
    display: inline-block;
  }
}
@media screen and (max-width:900px) {
  .sns_list {
    max-width: 80%;
    margin: auto;
  }
}