@charset "UTF-8";
/* sub common
-----------------------------------------------------------*/
header {
  position: relative;
}
header .logo {
  position: absolute;
  width: min(21.935483871vw, 272px);
  top: min(2.8225806452vw, 35px);
  right: min(4.0322580645vw, 50px);
}

#ShopIndexSec {
  padding-top: max(6.4516129032vw, 80px);
}

section#subKvSec {
  padding: min(16.1290322581vw, 200px) 0 min(2.4193548387vw, 30px);
}
section#subKvSec h1 {
  font-size: min(4.8387096774vw, 60px);
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
section#subKvSec h1 em {
  color: #228038;
}
section#subKvSec div.catList {
  font-family: "Airbnb", "小塚ゴシック", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: min(1.2096774194vw, 15px);
  display: flex;
  align-items: center;
  line-height: 1;
  margin-top: min(8.8709677419vw, 110px);
}
section#subKvSec div.catList p {
  color: #228038;
  padding: 0 min(2.4193548387vw, 30px);
  flex-shrink: 0;
}
section#subKvSec div.catList ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: min(0.8064516129vw, 10px) min(1.2096774194vw, 15px);
}
section#subKvSec div.catList ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(2.7419354839vw, 34px);
  padding: 0 min(1.6129032258vw, 20px);
  border: 1px solid #228038;
  border-radius: min(1.6129032258vw, 20px);
  color: #228038;
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  section#subKvSec div.catList ul li a:hover {
    background: #228038;
    color: #fff;
  }
}
section#subKvSec div.catList ul li.current a {
  background: #228038;
  color: #fff;
}

@media screen and (max-width: 767px) {
  header .logo {
    width: 41.3333333333vw;
    top: 5.3333333333vw;
    right: 8vw;
  }
  #ShopIndexSec {
    padding-top: 13.3333333333vw;
  }
  section#subKvSec {
    padding: 32vw 0 5.3333333333vw;
  }
  section#subKvSec h1 {
    font-size: 9.3333333333vw;
  }
  section#subKvSec div.catList {
    font-size: 4.5333333333vw;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 13.3333333333vw;
  }
  section#subKvSec div.catList p {
    padding: 0;
  }
  section#subKvSec div.catList ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 5.3333333333vw;
    gap: 1.3333333333vw 2.6666666667vw;
  }
  section#subKvSec div.catList ul li a {
    height: 6.6666666667vw;
    padding: 0 4vw;
    border-radius: 5.3333333333vw;
    font-size: 2.9333333333vw;
  }
}
/* RecentSec
-----------------------------------------------------------*/
section#RecentSec {
  padding: min(8.064516129vw, 100px) 0 min(6.4516129032vw, 80px);
  background: url(../img/bg_lead.jpg) center top no-repeat;
  background-size: cover;
}
section#RecentSec div.newsList ul {
  display: flex;
  flex-wrap: wrap;
  gap: min(1.1290322581vw, 14px);
}
section#RecentSec div.newsList ul li {
  height: auto;
  width: min(19.2741935484vw, 239px);
  background: #fff;
}
section#RecentSec div.newsList ul li a figure {
  overflow: hidden;
  aspect-ratio: 4/3;
}
section#RecentSec div.newsList ul li a figure img {
  display: block;
  transition: 0.5s all;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section#RecentSec div.newsList ul li a > div {
  padding: min(1.2096774194vw, 15px) min(1.2096774194vw, 15px) min(2.0161290323vw, 25px);
}
@media screen and (min-width: 769px) {
  section#RecentSec div.newsList ul li a:hover figure img {
    transform: scale(1.1);
  }
}
section#RecentSec div.newsList ul li .categoryList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: min(0.4032258065vw, 5px) min(0.8064516129vw, 10px);
}
section#RecentSec div.newsList ul li .categoryList span {
  font-family: "Airbnb", "小塚ゴシック", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  display: inline-flex;
  align-items: center;
  background: #228038;
  border-radius: min(1.6129032258vw, 20px);
  color: #fff;
  line-height: 1;
  height: min(2.0967741935vw, 26px);
  padding: 0 min(1.4516129032vw, 18px);
  font-size: min(1.0483870968vw, 13px);
  flex-shrink: 0;
}
section#RecentSec div.newsList ul li .date {
  font-family: "Airbnb", "小塚ゴシック", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  color: #7e7e7f;
  font-size: min(1.0483870968vw, 13px);
  font-weight: 500;
  line-height: 1;
  margin-top: min(1.2096774194vw, 15px);
}
section#RecentSec div.newsList ul li .title {
  margin-top: min(1.2096774194vw, 15px);
}

@media screen and (max-width: 767px) {
  section#RecentSec {
    padding: 10.6666666667vw 0 21.3333333333vw;
  }
  section#RecentSec div.newsList ul {
    gap: 5.3333333333vw;
  }
  section#RecentSec div.newsList ul li {
    width: 70.6666666667vw;
    margin: 0 auto;
  }
  section#RecentSec div.newsList ul li a > div {
    padding: 4vw 4vw 6.6666666667vw;
  }
  section#RecentSec div.newsList ul li .categoryList {
    gap: 0.8vw 1.3333333333vw;
  }
  section#RecentSec div.newsList ul li .categoryList span {
    height: 6.4vw;
    padding: 0 4vw;
    font-size: 3.2vw;
    border-radius: 5.3333333333vw;
  }
  section#RecentSec div.newsList ul li .date {
    font-size: 3.2vw;
    margin-top: 4vw;
  }
  section#RecentSec div.newsList ul li .title {
    margin-top: 4vw;
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
}
/* pagenation
-----------------------------------------------------------*/
.pagenation {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: min(6.0483870968vw, 75px);
}
.pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 min(0.8064516129vw, 10px);
}
.pagenation ul li {
  font-family: "Airbnb", "小塚ゴシック", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
.pagenation ul li.current a {
  background: #228038;
  pointer-events: none;
  color: #fff;
}
.pagenation ul li ~ li {
  margin-left: min(0.8064516129vw, 10px);
}
.pagenation ul li.omit {
  color: #228038;
  letter-spacing: -0.2em;
}
.pagenation > p {
  text-indent: -9999px;
  overflow: hidden;
}
.pagenation > p a {
  background: #fff url(/img/arr_pager.svg) center center no-repeat;
  background-size: min(0.564516129vw, 7px) min(0.4838709677vw, 6px);
}
.pagenation > p a:hover {
  background-color: #228038;
  background-image: url(/img/arr_pager_wh.svg);
}
.pagenation > p.prev {
  transform: rotate(180deg);
}
.pagenation a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(2.9032258065vw, 36px);
  height: min(2.9032258065vw, 36px);
  border: min(0.1612903226vw, 2px) solid #228038;
  color: #228038;
  border-radius: 50%;
  font-size: min(0.9677419355vw, 12px);
  background: #fff;
  line-height: 1;
}
.pagenation a:hover {
  background-color: #228038;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .pagenation {
    margin-top: 10.6666666667vw;
  }
  .pagenation ul {
    margin: 0 2.1333333333vw;
  }
  .pagenation ul li ~ li {
    margin-left: 2.1333333333vw;
  }
  .pagenation ul li.omit {
    font-size: 3.2vw;
  }
  .pagenation > p a {
    background: #fff url(/img/arr_pager.svg) center center no-repeat;
    background-size: 1.8666666667vw 1.6vw;
  }
  .pagenation a {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    border: 1px solid #228038;
    font-size: 3.2vw;
  }
}
/* articleSec
-----------------------------------------------------------*/
section#articleSec {
  padding: min(12.0967741935vw, 150px) 0 min(6.0483870968vw, 75px);
}
section#articleSec div.articleBox {
  width: min(63.7096774194vw, 790px);
  margin: 0 auto;
  font-weight: 400;
}
section#articleSec div.articleBox figure {
  margin-bottom: min(3.2258064516vw, 40px);
}
section#articleSec div.articleBox div.pubInfo {
  display: flex;
  align-items: center;
  font-family: "Airbnb", "小塚ゴシック", "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
}
section#articleSec div.articleBox div.pubInfo .categoryList {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: min(0.4032258065vw, 5px) min(0.8064516129vw, 10px);
}
section#articleSec div.articleBox div.pubInfo .categoryList a {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #228038;
  border-radius: min(1.6129032258vw, 20px);
  border: 1px solid #228038;
  color: #fff;
  line-height: 1;
  height: min(1.935483871vw, 24px);
  padding: 0 min(1.6129032258vw, 20px);
  font-size: min(1.0483870968vw, 13px);
}
@media screen and (min-width: 769px) {
  section#articleSec div.articleBox div.pubInfo .categoryList a:hover {
    background: #fff;
    color: #228038;
  }
}
section#articleSec div.articleBox div.pubInfo .date {
  color: #7e7e7f;
  font-size: min(1.0483870968vw, 13px);
  font-weight: 500;
  line-height: 1;
  margin-left: min(0.8064516129vw, 10px);
}
section#articleSec div.articleBox h2 {
  font-size: min(2.4193548387vw, 30px);
  font-weight: 700;
  margin-top: min(2.0161290323vw, 25px);
  letter-spacing: 0.2em;
}
section#articleSec div.articleBox div.articleCont {
  margin-top: min(2.4193548387vw, 30px);
}
section#articleSec div.articleBox div.articleCont p,
section#articleSec div.articleBox div.articleCont ul,
section#articleSec div.articleBox div.articleCont ol,
section#articleSec div.articleBox div.articleCont figure {
  margin-top: 1.8em;
}
section#articleSec div.articleBox div.articleCont p:first-child,
section#articleSec div.articleBox div.articleCont ul:first-child,
section#articleSec div.articleBox div.articleCont ol:first-child,
section#articleSec div.articleBox div.articleCont figure:first-child {
  margin-top: 0;
}
section#articleSec div.articleBox div.articleCont strong {
  font-weight: 700;
}
section#articleSec div.articleBox div.articleCont ul > li {
  text-indent: -1.2em;
  margin-left: 1.2em;
}
section#articleSec div.articleBox div.articleCont ul > li::before {
  content: "";
  width: min(0.8064516129vw, 10px);
  height: min(0.8064516129vw, 10px);
  display: inline-block;
  background: #228038;
  border-radius: 50%;
  margin-right: 0.7em;
}
section#articleSec div.articleBox div.articleCont ol {
  counter-reset: num;
}
section#articleSec div.articleBox div.articleCont ol > li {
  text-indent: -1em;
  margin-left: 1em;
}
section#articleSec div.articleBox div.articleCont ol > li::before {
  counter-increment: num;
  content: counter(num) ".";
  margin-right: 0.3em;
  font-weight: 700;
  color: #ed7414;
}
section#articleSec div.articleBox div.articleCont a {
  color: #228038;
  text-decoration: underline;
  display: inline;
}
@media screen and (min-width: 769px) {
  section#articleSec div.articleBox div.articleCont a:hover {
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  section#articleSec {
    padding: 29.3333333333vw 0 21.3333333333vw;
  }
  section#articleSec div.articleBox {
    width: 100%;
    margin: 0 auto;
    font-weight: 400;
  }
  section#articleSec div.articleBox figure {
    overflow: hidden;
    margin-bottom: 6.6666666667vw;
  }
  section#articleSec div.articleBox div.pubInfo .categoryList {
    gap: 0.8vw 1.3333333333vw;
  }
  section#articleSec div.articleBox div.pubInfo .categoryList a {
    border-radius: 5.3333333333vw;
    height: 6.4vw;
    padding: 0 4vw;
    font-size: 3.4666666667vw;
  }
  section#articleSec div.articleBox div.pubInfo .date {
    font-size: 3.7333333333vw;
    margin-left: 2.6666666667vw;
  }
  section#articleSec div.articleBox h2 {
    font-size: 5.8666666667vw;
    margin-top: 6.6666666667vw;
    line-height: 1.6;
  }
  section#articleSec div.articleBox div.articleCont {
    margin-top: 6.6666666667vw;
  }
  section#articleSec div.articleBox div.articleCont ul > li::before {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
/* PrivacySec
-----------------------------------------------------------*/
section#PrivacySec {
  padding: min(4.8387096774vw, 60px) 0 min(6.0483870968vw, 75px);
}
section#PrivacySec div.privacyBox ~ div.privacyBox {
  margin-top: min(3.6290322581vw, 45px);
}
section#PrivacySec div.privacyBox h3 {
  font-weight: 700;
  font-size: min(1.935483871vw, 24px);
}
section#PrivacySec div.privacyBox > p {
  margin-top: min(2.0161290323vw, 25px);
}
section#PrivacySec div.privacyBox ul > li {
  text-indent: -1em;
  margin-left: 1em;
  line-height: 1.6;
}
section#PrivacySec div.privacyBox ul > li::before {
  content: "";
  width: min(0.4032258065vw, 5px);
  height: min(0.4032258065vw, 5px);
  display: inline-block;
  background: #231815;
  border-radius: 50%;
  margin-right: 0.5em;
  transform: translateY(-0.2em);
}

@media screen and (max-width: 767px) {
  section#PrivacySec {
    padding: 8vw 0 21.3333333333vw;
  }
  section#PrivacySec div.privacyBox ~ div.privacyBox {
    margin-top: 8vw;
  }
  section#PrivacySec div.privacyBox h3 {
    font-size: 4.2666666667vw;
  }
  section#PrivacySec div.privacyBox > p {
    margin-top: 2.6666666667vw;
    font-size: 3.4666666667vw;
  }
  section#PrivacySec div.privacyBox ul {
    margin-top: 0.3em;
  }
  section#PrivacySec div.privacyBox ul > li {
    text-indent: -1em;
    margin-left: 1em;
    font-size: 3.4666666667vw;
  }
  section#PrivacySec div.privacyBox ul > li::before {
    width: 0.8vw;
    height: 0.8vw;
  }
}
/*# sourceMappingURL=sub.css.map */