@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Afacad:ital,wght@0,400..700;1,400..700&family=Dancing+Script:wght@400..700&family=Meddon&family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond&family=Poppins:wght@100;200;300;400;500;600&display=swap");
html {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  scroll-behavior: smooth;
  font-size: 62.5%; /*ベースを10pxにしています*/
}

@media screen and (max-width: 1240px) {
  html {
    font-size: 56.25%; /*ベースを9pxにしています*/
  }
}
@media screen and (max-width: 740px) {
  html {
    font-size: 50%; /*ベースを8pxにしています*/
  }
}
body {
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
}

/*要素のフォントサイズやマージン・パディングをリセット*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i, a,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

p, a, li, dt, dd, h2, h3, h4, span {
  color: #343434;
  font-family: "FP-こぶりなゴシック StdN W1", sans-serif;
  font-weight: 500; /*Medium 500*/
  line-height: 1.5;
}

a {
  text-decoration: none;
}

ol, ul {
  list-style: none;
}

/******************
各セクション　共通
********************/
/*改行*/
.br::before {
  content: "\a";
  white-space: pre;
}

@media screen and (max-width: 1240px) {
  .br::before {
    white-space: nowrap;
  }
}
.br_sp::before {
  content: "\a";
  white-space: nowrap;
}

@media screen and (max-width: 560px) {
  .br_sp::before {
    white-space: pre;
  }
}
.pc_only {
  display: block !important;
}

@media screen and (max-width: 640px) {
  .pc_only {
    display: none !important;
  }
}
.tab_only {
  display: none !important;
}

@media screen and (max-width: 640px) {
  .tab_only {
    display: block !important;
  }
}
.top {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

/******************
ヘッダー
********************/
/******************
メインビジュアル
********************/
.mvWrap {
  width: 100%;
}
.mvWrap img {
  width: 100%;
}

/******************
スライダー
********************/
.sec01 {
  padding: 80px 5%;
  position: relative;
  background-image: url(https://gigaplus.makeshop.jp/silpure/2025-Re/img/sec01_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .sec01 {
    padding: 40px 3%;
  }
}
.sec01 .sec01Catch {
  max-width: 800px;
  margin: 0 auto 80px;
  position: relative;
  font-size: 32px;
  text-align: center;
  color: #3F5841;
  line-height: 1.8;
  font-family: "FP-こぶりなゴシック StdN W1", sans-serif;
  font-weight: 500;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  .sec01 .sec01Catch {
    margin: 0 auto 40px;
    font-size: 28px;
  }
}
.sec01 .sec01Catch .shizuku01 {
  width: 80px;
  position: absolute;
  top: -40px;
  right: 50px;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .sec01 .sec01Catch .shizuku01 {
    width: 60px;
    right: 40px;
  }
}
.sec01 .sec01Wrap {
  max-width: 860px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .sec01 .sec01Wrap {
    display: block;
  }
}
.sec01 .sec01Wrap .sec01Desc {
  width: calc(100% - 330px);
}
.sec01 .sec01Wrap .sec01Desc span {
  display: block;
  font-weight: 400;
  color: #343434;
}
@media screen and (max-width: 640px) {
  .sec01 .sec01Wrap .sec01Desc {
    width: 100%;
    margin-bottom: 30px;
    text-align: center;
  }
}
.sec01 .sec01Wrap .sec01_pic01 {
  width: 318px;
}
@media screen and (max-width: 640px) {
  .sec01 .sec01Wrap .sec01_pic01 {
    width: 100%;
  }
}
.sec01 .sec01Wrap .sec01_pic01 img {
  width: 100%;
}
.sec01 .shizuku02 {
  width: 140px;
  position: absolute;
  bottom: -80px;
  left: 28%;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .sec01 .shizuku02 {
    width: 100px;
    bottom: -50px;
    left: 20%;
  }
}

.item-category {
  margin-bottom: 10px;
  font-size: 14px;
  color: #3F5841;
  text-align: center;
}

.item_btn {
  width: 260px;
  height: 58px;
  margin: 20px auto;
}

.item_btn a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #885B46;
  border-radius: 50px;
  color: #fff;
}

@media screen and (max-width: 640px) {
  .item_btn {
    width: 150px;
    height: 40px;
  }
  .item_btn a {
    border-radius: 30px;
    font-size: 14px;
  }
}
.item_btn a img {
  width: 11px;
  margin-right: 8px;
}

.item_btn a:hover {
  text-decoration: inherit;
  opacity: 0.8;
  transition: 0.2s;
}

.checked-list li {
  width: calc(33.3333333333% - 16px) !important;
}
@media screen and (max-width: 640px) {
  .checked-list li {
    width: calc(50% - 16px) !important;
  }
}/*# sourceMappingURL=style.css.map */