/*
  クリエイターモード：トップ：CSS
*/
@media screen and (min-width: 768px) {
  body {
    min-width: 1300px;
  }
}

p + p {
  margin-top: 0;
}
.blog-area .slick-prev,
.keyv-area .slick-prev {
  left: 10px;
  z-index: 10;
  width: auto;
  height: auto;
}
.blog-area .slick-next,
.keyv-area .slick-next {
  right: 10px;
  width: auto;
  height: auto;
}

.ranking-area .slick-prev,
.ranking-area .slick-next {
  width: auto;
  height: auto;
}

.product-contents-wrap {
  margin-bottom: 40px;
  padding-right: 0;
  padding-left: 0;
}

@media screen and (min-width: 768px) {
  .product-contents-wrap {
    flex-basis: 876px;
  }
}

/* スライダー */
.keyv-area {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .keyv-area {
    min-height: 460px;
  }
}

.keyv-area .slick-next::before {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9InNsaWNrbmV4dCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyMyAzNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjMgMzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPiAuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6MztzdHJva2UtbWl0ZXJsaW1pdDoxMDt9PC9zdHlsZT48cGF0aCBpZD0iUGF0aF82NDEiIGNsYXNzPSJzdDAiIGQ9Ik0xLDEuNWwxOS42LDE2TDEsMzMuNSIvPjwvc3ZnPg==);
}

.keyv-area .slick-prev::before {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IsOjxpLCrMOj4oCawqTDo8aSwqTDo8aSwrxfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAyMyAzNSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjMgMzU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48c3R5bGUgdHlwZT0idGV4dC9jc3MiPiAuc3Qwe2ZpbGw6bm9uZTtzdHJva2U6I0ZGRkZGRjtzdHJva2Utd2lkdGg6MztzdHJva2UtbWl0ZXJsaW1pdDoxMDt9PC9zdHlsZT48cGF0aCBpZD0iUGF0aF82NDIiIGNsYXNzPSJzdDAiIGQ9Ik0yMi4xLDEuNWwtMTkuNiwxNmwxOS42LDE2Ii8+PC9zdmc+");
}

.keyv-slick .item {
  position: relative;
  /*max-width: 725px;*/
  width: 100%;
}

.keyv-slick .category {
  width: calc(74vw / 750 * 100);
  top: -0.5vw;
  position: relative;
}

@media screen and (min-width: 768px) {
  .keyv-slick .category {
    width: 28px;
    height: 28px;
    top: 0;
  }
}

.keyv-slick .text {
  width: 100%;
  position: absolute;
  color: #fff;
  bottom: 0;
  display: flex;
  background: url("https://gigaplus.makeshop.jp/hasya710/img/frontpage/kev-bg-sp.svg") no-repeat bottom;
  background-size: 100vw auto;
  height: calc(135vw / 750 * 100);
  padding: calc(17vw / 750 * 100);
  align-items: flex-end;
  justify-content: flex-end;
  font-family: 'Yu Gothic', YuGothic,'游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体','ヒラギノ角ゴ Pro W3', sans-serif;
}

@media screen and (min-width: 768px) {
  .keyv-slick .text {
    background-color: rgba(61, 33, 12, .75);
    width: 280px;
    height: 120px;
    flex-direction: column;
    background-size: auto;
    background-image: none;
    padding: 0 18px;
    align-items: center;
    justify-content: center;
    bottom: 0;
    font-weight: 400;
  }
}

.keyv-slick .date {
  font-size: calc(17vw / 750 * 100);
  line-height: 1;
}

@media screen and (min-width: 768px) {
  .keyv-slick .date {
    font-size: 10px;
  }
}

.keyv-slick .title {
  margin-left: calc(17vw / 750 * 100);
  font-size: calc(26vw / 750 * 100);
  font-weight: bold;
  width: calc(468vw / 750 * 100);
  line-height: 1.38;
}

@media screen and (min-width: 768px) {
  .keyv-slick .title {
    margin: 6px 0 10px 0;
    font-size: 15px;
    width: auto;
  }
}

.keyv-slick .link {
  display: block;
}

.keyv-slick .imgWrap {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: calc(103vw / 750 * 100);
}

.keyv-slick .imgWrap:before {
  content: '';
  display: block;
  padding-top: calc(590 / 750 * 100%);
}

.keyv-slick .image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 768px) {
  .keyv-slick .imgWrap {
    margin-bottom: 0;
  }

  .keyv-slick .imgWrap:before {
    padding-top: calc(460 / 720 * 100%);
  }
}

.keyv-slick .slick-dots li button:before {
  font-size: 36px;
  line-height: .5;
  color: #fff;
}

.keyv-slick .slick-dots {
  position: absolute;
  bottom: 5px;
}

.slider-box {
  min-height: 140px;
}

@media screen and (min-width: 768px) {
  .slider-box {
    margin: 10px auto;
  }

  .slick-slide {
    margin: 0;
  }
}

/********************************
  新着情報
********************************/
.news-area {
  margin: 15px auto 0 auto;
}

@media screen and (min-width: 768px) {
  .news-area {
    margin: 30px auto;
  }
}

.box-hand {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  position: relative;
  width: calc(680vw / 750 * 100);
  min-height: calc(103vw / 750 * 100);
  margin: auto;
  padding: 10px 0 14px 0;
}

@media screen and (min-width: 768px) {
  .box-hand {
    width: 555px;
    min-height: 70px;
    padding: 20px 0;
  }
}

.box-hand .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  object-fit: fill;
  width: 100%;
  height: 100%;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .box-hand {
    /*background: url('https://gigaplus.makeshop.jp/hasya710/img/frontpage/box-hand-pc-2.svg') no-repeat;*/
  }
}

.ul-bean .item {
  display: flex;
  align-items: center;
  width: 100%;
}

.ul-bean .item::before {
  display: block;
  content: "";
  width: 3vw;
  height: 3.4vw;
  background: url('https://gigaplus.makeshop.jp/hasya710/img/common/ul-bean-icon.svg') no-repeat;
  background-size: contain;
  margin-right: 1vw;
}

.ul-bean .item:not(:first-child) {
  margin-top: .4em;
}

@media screen and (min-width: 768px) {
  .ul-bean .item:not(:first-child) {
    margin-top: .5em;
  }
}

.ul-bean .link {
  display: block;
  padding-bottom: .1em;
  background: url('https://gigaplus.makeshop.jp/hasya710/img/common/ul-bean-line-sp.png') repeat-x bottom left;
  font-size: calc(24vw / 750 * 100);
  font-weight: bold;
  font-family: '游ゴシック体 Pr6N B';
  letter-spacing: 0.05em;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  background-size: 200px auto;
  width: 100%;
  flex-grow: 1;
  line-height: 1.2;
  background-size: 220px auto;
}

@media screen and (min-width: 768px) {
  .ul-bean .item::before {
    width: 18px;
    height: 22px;
    margin-right: 10px;
  }

  .ul-bean .link {
    display: block;
    width: auto;
    padding-bottom: .1em;
    background: url('https://gigaplus.makeshop.jp/hasya710/img/common/ul-bean-line-pc.png') repeat-x bottom left;
    font-size: 16px;
    letter-spacing: 0.1em;
    background-size: 220px auto;
  }

  .ul-bean .item:hover {
    opacity: .5;
  }
}

/********************************
  ブログ表示エリア
********************************/

.blog-area .heading-doubleline {
  margin-top: 22px;
}

.blogpost-list {
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .blog-area .slick-slider {
    display: flex;
    align-items: center;
  }

  .blogpost-list .slick-prev {
    position: relative;
    left: 0;
    margin: 0 15px;
  }

  .blogpost-list .slick-next {
    position: relative;
    right: 0;
    margin: 0 15px;
  }

  .blog-area .heading-doubleline .title {
    font-size: 33px;
  }
}

@media not all and (min-width: 768px) {
  .blogpost-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 11px;
  }

  .blogpost-list .item:nth-child(n+5) {
    display: none;
  }
}

.blogpost-list .category {
  width: 43px;
  height: 43px;
}

@media screen and (min-width: 768px) {
  .blogpost-list .category {
    width: 72px;
    height: 72px;
  }
}

.blogpost-list .link {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.blogpost-list .image {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .blogpost-list .keyv {
    width: 100%;
    max-width: 296px;
  }
}

.blogpost-list .text {
  padding-inline: 11px;
  font-size: 10px;
  font-family: 'Yu Gothic', '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'ヒラギノ角ゴ Pro W3', sans-serif;
}

@media screen and (min-width: 768px) {
  .blogpost-list .text {
    padding-inline: 0;
    font-size: 16px;
    max-width: 262px;
    margin: auto;
  }
}

.blogpost-list .date {
  display: block;
  width: 100%;
  font-size: 8px;
  line-height: 1.58;
  text-align: left;
  color: #aa8a25;
}

.blogpost-list .date {
  display: block;
  font-size: 10px;
  line-height: 1.41;
}

@media screen and (min-width: 768px) {
  .blogpost-list .date {
    margin-top: .2em;
    font-size: 13px;
  }
}

.blog-area .blogurl-link {
  margin-top: 18px;
}


/********************************
  ランキング
********************************/
.ranking-area {
  margin-top: 30px;
  margin-bottom: 48px;
  background: url("https://gigaplus.makeshop.jp/hasya710/img/common/bg-craft.jpg");
  border-radius: 20px;
  padding: 32px 16px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .ranking-area {
    margin-top: 43px;
    margin-bottom: 58px;
    border-radius: 0;
    padding: 30px 0 40px 0;
  }
}

.heading-ranking {
  display: flex;
  align-items: center;
  justify-content: center;
}

.heading-ranking::before,
.heading-ranking::after {
  display: block;
  content: "";
  width: 30px;
  height: 23px;
  background: url('https://gigaplus.makeshop.jp/hasya710/img/common/heading-ranking-icon.svg') no-repeat;
  background-size: contain;
}

.heading-ranking::after {
  transform: rotate(180deg);
}

.heading-ranking .title {
  display: inline-block;
  font-size: 23px;
  padding: 8px 2px 8px 5px;
  line-height: 1.3;
  font-weight: bold;
  font-family: '游ゴシック体 Pr6N B';
  letter-spacing: .2em;
  color: #40220f;
  background: url("https://gigaplus.makeshop.jp/hasya710/img/common/heading-doubleline5.svg") no-repeat bottom;
  background-size: 175px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .heading-ranking .title {
  }
}

.list-ranking {
  margin-top: 32px;
  max-width: 1180px;
  display: flex;
  margin-left: auto;
  margin-right: auto;
}

.list-ranking .image {
  position: relative;
}

.ranking-icon {
  position: absolute;
  top: -2px;
  left: -2px;
  width: calc(58vw / 750 * 100);
  height: calc(60vw / 750 * 100);
  background: url("https://gigaplus.makeshop.jp/hasya710/img/common/icon-ranking-silver.svg") no-repeat;
  background-size: contain;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  font-size: calc(30vw / 750 * 100);
  font-family: '秀英明朝 B';
  line-height: 1.75;
}

@media screen and (min-width: 768px) {
  .ranking-icon {
    top: -3px;
    left: -3px;
    width: 38px;
    height: 42px;
    font-size: 24px;
  }
}

.rank-1 {
  background: url("https://gigaplus.makeshop.jp/hasya710/img/common/icon-ranking-red.svg") no-repeat;
}

.rank-2 {
  background: url("https://gigaplus.makeshop.jp/hasya710/img/common/icon-ranking-gold.svg") no-repeat;
}

.list-ranking img {
  width: 100%;
  height: auto;
}

.list-ranking .name {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .list-ranking .name {
    font-size: 15px;
  }
}

@media not all and (min-width: 768px) {
  .list-ranking {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 13px;
  }

  .list-ranking .item:nth-child(n+4) {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .list-ranking .item {
    width: 203px;
    margin: 0 18px;
    padding-top: 3px;
    padding-left: 3px;
  }
}

.list-ranking .slick-prev,
.list-ranking .slick-next {
  top: 39%;
}

/********************************
  粉なっとうの楽しみ方
********************************/
.frontpage-howto {
  padding: 9px 9px 20px 9px;
}

@media screen and (min-width: 768px) {
  .frontpage-howto {
    padding: 24px 24px 64px 24px;
  }
}

.frontpage-howto p {
  margin: 9px 0;
}

@media screen and (min-width: 768px) {
  .frontpage-howto p {
    margin: 24px 0;
  }
}

.bannerlist-twoimages {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bannerlist-twoimages .item {
  width: 45.46667vw;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .bannerlist-twoimages .item {
    width: 48.695%;
  }

  .bannerlist-twoimages .item:hover {
    opacity: .7;
  }
}

.bannerlist-twoimages .item.bg003 {
  background-image: url(https://gigaplus.makeshop.jp/hasya710/img/frontpage/banner-003-bg.svg);
}

.bannerlist-twoimages .item.bg004 {
  background-image: url(https://gigaplus.makeshop.jp/hasya710/img/frontpage/banner-004-bg.svg);
}

.bannerlist-twoimages .link {
  display: block;
  height: 100%;
}

.bannerlist-twoimages .image {
  display: block;
  width: 50%;
  height: auto;
}

/* もっと知りたい! 粉なっとう */
.bannerlist-knowledge {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bannerlist-knowledge .item {
  width: 45.46667vw;
  margin: 3px 0;
  border: 1px solid #40220f;
  background-image: url(https://gigaplus.makeshop.jp/hasya710/img/frontpage/bannerlist-knowledge-bg.jpg);
}

@media screen and (min-width: 768px) {
  .bannerlist-knowledge .item {
    width: 20%;
    margin: 0;
    border: 0;
    border-top: 2px solid #40220f;
  }

  .bannerlist-knowledge .item:hover {
    opacity: .7;
  }

  .bannerlist-knowledge .item:nth-child(1), .bannerlist-knowledge .item:nth-child(6) {
    border-left: 2px solid #40220f;
  }

  .bannerlist-knowledge .item:nth-child(5n) .thumb,
  .bannerlist-knowledge .item:nth-child(5n) .title {
    border-right: 2px solid #40220f;
    background-image: none;
  }

  .bannerlist-knowledge .item:nth-child(n+6) {
    margin-top: 16px;
  }
}

.bannerlist-knowledge .link {
  display: flex;
  height: 100%;
}

@media screen and (min-width: 768px) {
  .bannerlist-knowledge .link {
    flex-direction: column;
  }
}

.bannerlist-knowledge .thumb {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50%;
  padding: 1.06667vw;
}

@media screen and (min-width: 768px) {
  .bannerlist-knowledge .thumb {
    width: 100%;
    height: 125px;
    padding: 0;
    background: no-repeat right 0 top 7px;
    background-image: url(https://gigaplus.makeshop.jp/hasya710/img/frontpage/bannerlist-knowledge-line2.svg);
  }

  .bannerlist-knowledge .image {
    width: 97px;
    height: 92px;
    object-fit: contain;
  }
}

.bannerlist-knowledge .title {
  font-size: 10.5px;
  font-size: 2.8vw;
  line-height: 1.7;
  display: flex;
  align-items: center;
  width: 50%;
  padding: 2.4vw;
  color: #fff;
  background: #40220f;
}

@media screen and (min-width: 768px) {
  .bannerlist-knowledge .title {
    font-size: 15px;
    line-height: 1.4;
    width: 100%;
    height: 80px;
    padding: 0 8px;
    text-align: center;
    background: #40220f no-repeat right 0 bottom 7px;
    background-image: url(https://gigaplus.makeshop.jp/hasya710/img/frontpage/bannerlist-knowledge-line1.svg);
  }
}

.bannerlist-knowledge .title p {
  width: 100%;
  margin: 0;
}

.bannerlist-knowledge .title span {
  display: inline-block;
}

.bannerlist-trouble .list {
  background-image: url(https://gigaplus.makeshop.jp/hasya710/img/frontpage/bannerlist-trouble-bg.jpg);
  background-size: cover;
}

.bannerlist-trouble .more {
  width: 41.06667vw;
  height: auto;
  margin: 20px auto 0 auto;
}

@media screen and (min-width: 768px) {
  .bannerlist-trouble .more {
    width: 228px;
    height: auto;
    margin: 24px auto 0 auto;
  }
}

/* Instagram投稿表示 */
@media screen and (min-width: 768px) {
  .instagram-area {
    margin-top: 32px;
    padding-bottom: 28px;
  }
}

.instagram-area .title {
  background: #40220f;
  padding: 17px 0 15px 0;
}

@media screen and (min-width: 768px) {
  .instagram-area .title {
    padding: 19px 0 18px 0;
  }
}

.instagram-area .title .container {
  max-width: 1277px;
  position: relative;
  margin: auto;
}

.instagram-area .title .image {
  display: block;
  max-width: 308px;
  height: auto;
  margin: auto;
}

@media screen and (min-width: 768px) {
  .instagram-area .title .image {
    max-width: 587px;
  }
}

.instagram-area .title .snslist {
  display: none;
  position: absolute;
  right: 0;
  top: 6px;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .instagram-area .title .snslist {
    display: flex;
  }
}

.title .snslist .icon {
  width: 38px;
  height: auto;
  margin-left: 20px;
}

.instagram-wrapper {
  padding: 18px 18px 12px 18px;
}

@media screen and (min-width: 768px) {
  .instagram-wrapper {
    padding: 24px;
  }

  .instagram-list {
    display: grid;
    margin-left: auto;
    margin-right: auto;
    max-width: 1277px;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 40px 44px;
  }
}

@media not all and (min-width: 768px) {
  .instagram-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .instagram-list .item:nth-child(1), .instagram-list .item:nth-child(2),
  .instagram-list .item:nth-child(3), .instagram-list .item:nth-child(4) {
    width: 48.377%;
  }

  .instagram-list .item:nth-child(3), .instagram-list .item:nth-child(4) {
    margin-top: 2.654%;
  }

  .instagram-list .item:nth-child(n+5) {
    width: 31%;
    margin-top: 2.654%;
  }

  .instagram-list .item:nth-child(n+8) {
    display: none;
  }
}


@media screen and (min-width: 768px) {
  .instagram-list .item {
    max-width: 220px;
  }
}

.instagram-list .image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.instagram-footer .content {
  display: flex;
  justify-content: space-between;
  padding: 0 18px 18px 18px;
}

.instagram-footer .message {
  flex-shrink: 0;
  text-align: center;
  font-size: calc(30vw / 750 * 100);
  width: calc(297vw / 750 * 100);
}

@media screen and (min-width: 768px) {
  .instagram-footer .content {
    display: none;
  }
}

.instagram-footer .snslist {
  display: grid;
  align-items: center;
  grid-gap: calc(20vw / 750 * 100);
  grid-template-columns: repeat(4, 1fr);
  padding-right: 4px;
}

.instagram-footer .snslist .icon {
  display: block;
  width: calc(65vw / 750 * 100);
  height: auto;
}

.instagram-footer .morebutton {
  display: none;
}

@media screen and (min-width: 768px) {
  .instagram-footer .morebutton {
    margin-top: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/********************************
  リスト：おすすめ商品一覧
********************************/
.list-recommend {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (min-width: 768px) {
  .list-recommend {
    justify-content: flex-start;
    margin-top: 30px;
  }
}

.list-recommend img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}

.list-recommend .item {
  width: 45.46667vw;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .list-recommend .item {
    font-size: 12px;
    width: 275px;
    margin-bottom: 30px;
    margin-left: 24px;
  }
}

@media screen and (min-width: 768px) {
  .list-recommend .item:nth-child(3n+1) {
    margin-left: 0;
  }
}

.list-recommend .catch {
  font-size: 8px;
  font-size: 2.2vw;
  line-height: 1.6;
  margin-top: 8px;
  padding-left: 2px;
  letter-spacing: .05em;
  font-feature-settings: 'palt';
}

@media screen and (min-width: 768px) {
  .list-recommend .catch {
    font-size: 13px;
  }
}

.list-recommend .long {
  letter-spacing: 0;
}

.list-recommend .name {
  font-family: '游ゴシック体 Pr6N B';
  font-size: 10px;
  font-size: 2.66667vw;
  font-weight: bold;
  line-height: 1.6;
  padding-left: 2px;
}

@media screen and (min-width: 768px) {
  .list-recommend .name {
    font-size: 16px;
  }
}

.list-recommend .name .sub {
  font-size: 8.5px;
  font-size: 2.26667vw;
}

@media screen and (min-width: 768px) {
  .list-recommend .name .sub {
    font-size: 14px;
  }
}

.list-recommend .name .num {
  font-size: 7.5px;
  font-size: 2vw;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .list-recommend .name .num {
    font-size: 12px;
  }
}

.list-recommend .price {
  font-family: '游ゴシック体 Pr6N B';
  font-size: 10.5px;
  font-size: 2.8vw;
  font-weight: bold;
  margin-top: 4px;
  letter-spacing: .05em;
}

@media screen and (min-width: 768px) {
  .list-recommend .price {
    font-size: 16px;
  }
}

.list-recommend .price .tax {
  font-size: 6px;
  font-size: 1.6vw;
  font-size: 1.6vw;
  font-weight: normal;
  letter-spacing: normal;
}

@media screen and (min-width: 768px) {
  .list-recommend .price .tax {
    font-size: 11px;
  }
}

/********************************
  トップページ用フッター
********************************/
.footer-frontpage {
  background: url('https://gigaplus.makeshop.jp/hasya710/img/common/bg-craft.jpg');
}

@media screen and (min-width: 768px) {
  .footer-frontpage {
  }
}

/********************************
  トップページ用サイドバー
********************************/
@media screen and (min-width: 768px) {
  .sidebar-area {
    flex-basis: 328px;
  }

  .sidebar-area img {
    width: 100%;
  }
}


.product-container {
  max-width: 1280px;
}

.sidebar-button {
  width: 327px;
  height: 117px;
  padding-left: 140px;
}

.sidebar-button.mypage {
  font-size: 21px;
  line-height: 1.6;
  background: url("https://gigaplus.makeshop.jp/hasya710/img/common/sidebar-mypage-icon.svg") no-repeat left 25px center, url("https://gigaplus.makeshop.jp/hasya710/img/common/sidebar-button-bg-2.png") no-repeat center;
  background-size: 41px auto, 100%;
}

.sidebar-button.about {
  font-size: 20px;
  line-height: 1.7;
  background: url("https://gigaplus.makeshop.jp/hasya710/img/common/sidebar-hasya-icon.svg") no-repeat left 20px center, url("https://gigaplus.makeshop.jp/hasya710/img/common/sidebar-button-bg-2.png") no-repeat center;
  background-size: 52px auto, 100%;
}

.sidecategory-area {
  background: url('https://gigaplus.makeshop.jp/hasya710/img/common/bg-craft.jpg');
}
