@charset "UTF-8";
/*=================================
              定義
=================================*/
/*画面幅*/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "Arial", "メイリオ", "MS Pゴシック";
}

html {
  font-size: 62.3%;
  scroll-behavior: smooth;
}

body {
  font-size: 1.3rem;
  line-height: 1.6;
}

img {
  vertical-align: top;
}

a {
  text-decoration: none;
  color: #191919;
  position: relative;
}
a:link {
  text-decoration: none;
}
a img:hover {
  text-decoration: none;
  opacity: 0.5;
}

p {
  margin: 0;
}

ul {
  list-style: none;
}

/*==========================
      フォント用
==========================*/
/*==========================
      コンテンツエリア
==========================*/
h1 {
  font-size: clamp(16.5px, 3.78vw, 24px);
  font-family: Meiryo, Hiragino Kaku Gothic ProN, MS PGothic, sans-serif;
  font-style: inherit;
  line-height: 1.3;
}

.wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.wrapper .Breadcrumb {
  width: calc(100vw - 2rem);
  max-width: calc(1000px - 1rem);
}
.wrapper .Breadcrumb li {
  font-size: clamp(12px, 2.4266666667vw, 14px);
  font-weight: normal;
  display: inline;
  list-style: none;
}
.wrapper .Breadcrumb li:after {
  content: ">";
  padding: 0 0.2em;
  color: #555;
}
.wrapper .Breadcrumb li:last-child::after {
  content: "";
}
.wrapper .kanban {
  max-width: 1200px;
  width: 100%;
}

.contents__wrap .contents__container {
  margin: 3% 3% 0;
}
.contents__wrap .contents__container:nth-child(n+4) {
  margin-top: 5%;
}
.contents__wrap .contents__container h2 {
  font-size: clamp(16px, 3.36vw, 20px);
  padding-bottom: 2%;
  position: relative;
}
.contents__wrap .contents__container h2.choice {
  text-align: center;
  font-size: clamp(22px, 4.6666666667vw, 28px);
}
.contents__wrap .contents__container h2.choice::before {
  position: absolute;
  content: "";
  bottom: -3px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #3b3b3b;
  border-radius: 2px;
}
@media (min-width: 1025px) {
  .contents__wrap .contents__container h2.choice::before {
    bottom: 10px;
  }
}
.contents__wrap .contents__container h3 {
  font-size: clamp(16px, 3.36vw, 20px);
  margin-top: 8%;
}
@media (min-width: 1025px) {
  .contents__wrap .contents__container h3 {
    margin-top: 5%;
  }
}
.contents__wrap .contents__container h3.h3__img {
  margin-top: 5%;
}
@media (min-width: 1025px) {
  .contents__wrap .contents__container h3.h3__img {
    margin-top: 2%;
  }
}
.contents__wrap .contents__container .copy {
  padding: 15px 1%;
}
@media (min-width: 1025px) {
  .contents__wrap .contents__container .copy {
    padding: 15px 1% 32px;
  }
}
.contents__wrap .contents__container .copy p {
  line-height: 1.8;
  font-size: clamp(13px, 2.6133333333vw, 15px);
}
.contents__wrap .contents__container .copy p span {
  display: inline-block;
}
.contents__wrap .contents__container .item__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 12px;
}
@media (min-width: 1025px) {
  .contents__wrap .contents__container .item__list {
    grid-template-columns: repeat(4, 1fr);
    gap: 0 24px;
  }
}
.contents__wrap .contents__container .category {
  list-style: disc;
  padding: 0 30px;
}
.contents__wrap .contents__container .category li {
  font-size: clamp(16px, 3.36vw, 20px);
  margin-top: 8px;
}
.contents__wrap .contents__container .contents__img {
  margin-top: 30px;
}
.contents__wrap .contents__container .itemImage__wrap {
  margin-top: 20px;
}
@media (min-width: 1025px) {
  .contents__wrap .contents__container .itemImage__wrap {
    margin-top: 50px;
  }
}
.contents__wrap .contents__container .itemImage__wrap .noneSlide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

footer {
  background-color: #3b3b3b;
  width: 100%;
  margin-top: 3%;
  padding: 1% 0;
}
footer .shop__top {
  font-size: clamp(13px, 2.8933333333vw, 18px);
  font-weight: 600;
  line-height: 3;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  margin: auto;
  width: 60%;
  max-width: 450px;
}
footer .shop__top p {
  color: #191919;
}
footer .shop__top p i {
  margin-left: 3px;
}/*# sourceMappingURL=style.css.map */