@charset "UTF-8";
/* all reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* officemasui mod */
picture, img {
  display: block;
}
*, *:before, *:after {
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #171717;
}
a {
  color: inherit;
  text-decoration: none;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.7;
  text-decoration: none;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
input {
  margin: 0;
  padding: 0;
}
textarea {
  padding: 0;
  font: inherit;
  color: inherit;
}
button {
  font: inherit;
  padding: 0;
  background-color: transparent;
  border: none;
  color: inherit;
  cursor: pointer;
}
@media screen and (min-width: 744px) {
  .sp {
    display: none;
  }
}
.l-container {
  margin: 0 auto;
  width: min(108rem, 100%);
}
@media screen and (max-width: 1279px) {
  .l-container {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 743px) {
  .l-container {
    padding: 0 3vw;
  }
}
.l-container-kv {
  margin-bottom: 15px;
  padding: 0;
}
.l-footer {
  background: #f5f5f5;
  padding: 3rem 0;
}
.l-footer-inner {
  align-items: center;
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media screen and (max-width: 743px) {
  .l-footer-nav {
    display: none;
  }
}
.l-footer-nav__inner {
  display: flex;
  gap: 3rem;
  justify-content: center;
}
@media screen and (max-width: 1023px) {
  .l-footer-nav__inner {
    font-size: 0.875em;
  }
}
.l-footer__jigyo {
  border: 1px solid #a5a5a5;
  color: #a5a5a5;
  font-size: 0.875em;
  margin: 10px auto;
  position: relative;
  text-align: center;
  width: 35%;
}
.l-footer-cart {
  background: #ADCB6B;
  border-radius: 50%;
  height: 70px;
  width: 70px;
  display: grid;
  place-items: center;
  position: fixed;
  left: 50px;
  bottom: 50px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 1023px) {
  .l-footer-cart {
    left: 20px;
    bottom: 20px;
  }
}
@media screen and (max-width: 575px) {
  .l-footer-cart {
    height: 50px;
    width: 50px;
    left: 10px;
    bottom: 10px;
  }
}
.l-footer-cart:not([data-cart]) {
  display: none;
}
.l-footer-cart[data-cart]::after {
  background: #F85A5A;
  border-radius: 50%;
  color: #fff;
  content: attr(data-cart);
  display: grid;
  height: 1.857em;
  font-size: 0.875em;
  letter-spacing: 0;
  line-height: 1;
  place-items: center;
  position: absolute;
  right: 0;
  top: 0;
  width: 1.857em;
}
@media screen and (max-width: 575px) {
  .l-footer-cart[data-cart]::after {
    right: -10px;
    top: -10px;
  }
}
.l-header {
  padding: 2rem 0;
}
@media screen and (min-width: 1024px) {
  .l-header {
    border-top: 1rem solid #ADCB6B;
    padding: 1rem 0 2rem;
    position: relative;
  }
}
@media screen and (max-width: 1023px) {
  .l-header {
    align-items: center;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    display: flex;
    height: 7rem;
    left: 0;
    padding: 0;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 2;
  }
}
@media screen and (max-width: 743px) {
  .l-header {
    height: 4rem;
  }
}
.l-header__inner {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  .l-header__inner {
    align-items: center;
  }
}
.l-header__description {
  font-size: 0.75em;
  line-height: 1;
}
@media screen and (max-width: 1023px) {
  .l-header__description {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__logo {
    width: 30vw;
  }
  .l-header__logo img {
    display: block;
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 743px) {
  .l-header__logo {
    width: auto;
  }
  .l-header__logo img {
    display: block;
    height: 3rem;
    width: auto;
  }
}
.l-header-vr {
  display: none;
}
@media screen and (min-width: 1280px) {
  .l-header-vr {
    display: block;
    margin: 0 1.5rem 0 auto;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__nav {
    display: none;
  }
}
.l-header__nav-inner {
  display: flex;
  gap: 1.5rem;
  justify-content: flex-end;
}
.l-header__nav-link {
  align-items: center;
  border: 1px solid;
  border-radius: 1rem;
  color: #2E8BBC;
  display: flex;
  flex-direction: column;
  font-size: 1.125em;
  padding: 1rem 2.5rem 0.5rem;
}
.l-header__nav-link::before {
  background: no-repeat center center/auto 100%;
  content: "";
  display: block;
  height: 2.3rem;
  width: 3rem;
}
.l-header__nav-link--member {
  border-color: #B3CA77;
}
.l-header__nav-link--member::before {
  background-image: url("../../images/common/icon/member.svg");
}
.l-header__nav-link--cart {
  border-color: #F4BA4D;
  position: relative;
}
.l-header__nav-link--cart::before {
  background-image: url("../../images/common/icon/cart.svg");
}
.l-header__nav-link--cart[data-cart]::after {
  background: #F85A5A;
  border-radius: 50%;
  color: #fff;
  content: attr(data-cart);
  display: grid;
  height: 1.857em;
  font-size: 0.875em;
  letter-spacing: 0;
  line-height: 1;
  place-items: center;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  width: 1.857em;
}
.l-header__subnav {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header__subnav {
    display: block;
    font-size: 0.875em;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: -1rem;
    width: min(108rem, 100%);
  }
}
.l-header__subnav-inner {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
}
.l-header__subnav-link {
  background: #ADCB6B;
  border-radius: 0.5rem;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 1rem 1rem 0.5rem;
}
@media screen and (min-width: 1280px) {
  .l-header-hamburger {
    display: none;
  }
}
.l-header-hamburger__btn {
  align-items: center;
  background: #ADCB6B;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 0.875em;
  height: 5.5rem;
  justify-content: space-between;
  line-height: 1;
  padding: 1rem 0 0.5rem;
  text-align: center;
  width: 6rem;
}
@media screen and (max-width: 743px) {
  .l-header-hamburger__btn {
    flex-direction: row;
    font-weight: 700;
    gap: 5px;
    height: 3rem;
    padding: 0 1rem;
    width: auto;
  }
}
.l-header-hamburger__btn div {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  height: 26px;
  position: relative;
  width: 80%;
}
@media screen and (max-width: 743px) {
  .l-header-hamburger__btn div {
    height: 20px;
    width: 30px;
  }
}
.l-header-hamburger__btn span {
  background: currentColor;
  display: block;
  height: 2px;
  transform-origin: center;
  transition: 0.3s;
  width: 100%;
}
.l-header-hamburger.active .l-header-hamburger__btn span {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 70%;
}
.l-header-hamburger.active .l-header-hamburger__btn span:nth-child(1) {
  transform: rotate(45deg);
}
.l-header-hamburger.active .l-header-hamburger__btn span:nth-child(2) {
  opacity: 0;
}
.l-header-hamburger.active .l-header-hamburger__btn span:nth-child(3) {
  transform: rotate(-45deg);
}
.l-header-hamburger-inner {
  background: #fff;
  display: none;
  height: calc(100vh - 7rem);
  max-width: 35rem;
  overflow: scroll;
  padding: 2rem 1rem 4rem;
  position: absolute;
  right: 0;
  top: calc(7rem - 1px);
  z-index: 2;
}
@media screen and (max-width: 743px) {
  .l-header-hamburger-inner {
    height: calc(100vh - 4rem);
    top: calc(4rem - 1px);
  }
}
.l-header-hamburger-inner > * + * {
  margin-top: 2rem;
}
.l-header-hamburger-inner > a {
  display: block;
}
.l-header-hamburger-inner > a img {
  width: 100%;
}
.l-header-hamburger.active .l-header-hamburger-inner {
  box-shadow: -3px 6px 6px rgba(0, 0, 0, 0.16);
  transform: translateX(0);
}
.l-header-globalNav {
  margin: 0 0 2rem;
  /*
    @include mq(lg, max) {
      background: #f5f5f5;
      left: 0;
      position: sticky;
      top: 7rem;
      width: 100%;
      z-index: 1;
    }
    */
}
@media screen and (max-width: 1279px) {
  .l-header-globalNav {
    display: none;
  }
}
.l-header-globalNav-inner {
  align-items: center;
  display: flex;
  justify-content: space-around;
  position: relative;
}
.l-header-globalNav__item--hasChild {
  align-items: center;
  display: flex;
  gap: 1rem;
}
.l-header-globalNav__item--hasChild .c-category-list-grid {
  background: #f9f9f9;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(4, 1fr);
  left: 0;
  padding: 2rem;
  position: absolute;
  opacity: 0;
  top: 100%;
  transition: opacity 0.3s;
  visibility: hidden;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .l-header-globalNav__item--hasChild .c-category-list-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-header-globalNav__item--hasChild .c-category-list-grid a {
  font-size: 0.875em;
}
.l-header-globalNav__item--hasChild.active .c-category-list-grid {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}
.l-header-globalNav__item--hasChild::before {
  border: solid #545454;
  border-width: 0 2px 2px 0;
  content: "";
  display: block;
  height: 0.8em;
  transform: rotate(45deg) translateY(-0.3em);
  transition: 0.3s;
  width: 0.8em;
}
.l-header-globalNav__item--hasChild.active::before {
  transform: rotate(-135deg) translate(-0.1em, -0.2em);
}
.l-header-globalNav__item * + .c-category-list-wrapper {
  border-top: none;
  margin-top: 0;
  padding-top: 0;
}
@media screen and (max-width: 1023px) {
  .l-header-globalNav__item .c-category-list-wrapper:not(:nth-child(3n)) {
    border-right: 1px solid #7d7d7d;
    padding-right: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-header-globalNav__item .c-category-list-wrapper:not(:nth-child(4n)) {
    border-right: 1px solid #7d7d7d;
    padding-right: 2rem;
  }
}
.l-header-globalNav__item--pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  .l-header-globalNav__item--pc {
    display: block;
  }
}
.l-header-globalNav__link {
  cursor: pointer;
  text-align: center;
  padding: 1rem 0;
}
.l-header-spNav {
  background: #808080;
  color: #fff;
  left: 0;
  position: sticky;
  top: 4rem;
  width: 100%;
  z-index: 1;
}
@media screen and (min-width: 744px) {
  .l-header-spNav {
    top: 7rem;
  }
}
@media screen and (min-width: 1024px) {
  .l-header-spNav {
    display: none;
  }
}
.l-header-spNav-inner {
  display: flex;
}
.l-header-spNav-item {
  flex-grow: 1;
}
.l-header-spNav-item:not(:last-child) {
  border-right: 1px solid;
}
.l-header-spNav-item__link {
  align-items: center;
  display: flex;
  font-size: 0.875em;
  height: 100%;
  justify-content: center;
  letter-spacing: 0.05em;
  padding: 8px 0;
}
@media screen and (min-width: 744px) {
  .l-header-spNav-item__link {
    font-size: 1em;
  }
}
.l-header-spNav-item__link img {
  height: 23px;
  width: auto;
}
.l-header-spNav-item__link--search {
  gap: 8px;
}
.l-header-spNav-item__link--cart {
  background: #FFB72C;
}
.l-header-spNav-item__link--cart[data-cart]::after {
  background: #F85A5A;
  border-radius: 50%;
  color: #fff;
  content: attr(data-cart);
  display: grid;
  height: 1.857em;
  font-size: 1rem;
  letter-spacing: 0;
  line-height: 1;
  place-items: center;
  position: absolute;
  right: 4px;
  top: 2px;
  width: 1.857em;
}
.l-header-postage {
  background: #84A835;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 0.3em 0;
  text-align: center;
}
@media screen and (min-width: 744px) {
  .l-header-postage {
    font-size: 1em;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 1280px) {
  .l-header-postage {
    background: #fff;
    border: 1px solid;
    color: #84A835;
    font-weight: 700;
    margin: -2rem auto 2rem;
    width: 108rem;
  }
}
.l-main-wrapper {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: 23rem minmax(0, 1fr);
}
@media screen and (max-width: 1023px) {
  .l-main-wrapper {
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 743px) {
  .l-main {
    margin-top: 2rem;
  }
}
.wp-pagenavi {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 3rem;
}
.wp-pagenavi span, .wp-pagenavi a {
  border: 2px solid #F4BA4D;
  border-radius: 50%;
  display: grid;
  font-family: sans-serif;
  font-weight: 700;
  height: 2em;
  line-height: 1;
  place-items: center;
  width: 2em;
}
.wp-pagenavi span {
  color: #F4BA4D;
}
.wp-pagenavi a {
  background: #F4BA4D;
  color: #fff;
}
.l-sidebar {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 1023px) {
  .l-sidebar {
    display: none;
  }
}
.l-sidebar-wrap {
  background: #FCFCFC;
  padding: 2rem;
}
.l-sidebar__title {
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 1rem;
  text-align: center;
}
.l-sidebar-search select, .l-sidebar-search input[type="text"] {
  border: 1px solid #707070;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  outline: none;
  padding: 0.8rem 1rem;
  width: 100%;
}
.l-sidebar-search select::placeholder, .l-sidebar-search input[type="text"]::placeholder {
  font-size: 12px;
}
.l-sidebar-category a {
  font-size: 0.75em;
  font-weight: 700;
}
@media screen and (max-width: 1023px) {
  .l-sidebar-category a {
    font-size: 1em;
  }
}
.l-sidebar-nav {
  display: flex;
  flex-direction: column;
  font-weight: 700;
}
@media screen and (min-width: 1280px) {
  .l-sidebar-nav {
    display: none;
  }
}
.l-sidebar-nav a {
  padding: 1rem 0;
}
.l-sidebar-calendar .next-month {
  margin: 1rem 0;
}
.l-sidebar-calendar .usces_calendar {
  background: #fcfcfc;
  width: 100%;
}
.l-sidebar-calendar caption {
  background: #E6E6E6;
  font-weight: 700;
}
.l-sidebar-calendar thead th {
  background: #EBEBEB;
}
.l-sidebar-calendar th, .l-sidebar-calendar td {
  text-align: center;
}
.c-heading01 {
  align-items: flex-end;
  border-bottom: 1px solid #3B3737;
  display: flex;
  font-size: 1.875em;
  font-weight: 700;
  gap: 0.5rem;
  line-height: 1;
  margin-bottom: 2rem;
  padding-bottom: 0.5rem;
}
@media screen and (max-width: 743px) {
  .c-heading01 {
    font-size: 1.5em;
  }
}
.c-heading01::before {
  background: url("../../images/common/icon/cabbage.png") no-repeat center bottom/contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 1em;
  width: 1.2em;
}
.c-heading02 {
  background: #ADCB6B;
  border-radius: 0.5rem;
  color: #fff;
  font-size: 1.25em;
  font-weight: 700;
  margin-bottom: 2rem;
  padding: 0.5rem 1rem;
}
.c-heading03 {
  border-bottom: 1px dashed;
  font-weight: 700;
  margin-bottom: 2rem;
}
.c-heading03::before {
  content: "◯ ";
}
.c-heading04 {
  background: #ADCB6B;
  border: 3px dashed #84A835;
  border-radius: 1rem 1rem 0 0;
  color: #fff;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 1em;
  padding: 0.5rem 2rem;
}
.c-category-wrapper, .p-index-category__list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 2rem 0;
}
@media screen and (max-width: 743px) {
  .c-category-wrapper, .p-index-category__list {
    align-items: flex-start;
    flex-direction: column;
  }
}
.c-category__link {
  align-items: center;
  background: #84A835;
  border-radius: 8px;
  color: #fff;
  display: flex;
  font-size: 0.875em;
  font-weight: 700;
  gap: 0.8em;
  padding: 4px 16px;
}
.c-category__link::after {
  background: #fff;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 0.9em;
  mask: url(../../images/common/icon/angle.svg) no-repeat center/contain;
  width: 0.7em;
}
.c-category__link--maker {
  background: #FFB72C;
}
.c-category__link--maker::before {
  display: none;
}
* + .c-category-list-wrapper {
  border-top: 1px solid;
  margin-top: 1rem;
  padding-top: 1rem;
}
.c-category-list__link {
  align-items: center;
  display: flex;
  gap: 1rem;
}
.c-category-list__title {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-size: 0.875em;
  font-weight: 700;
  gap: 1em;
  justify-content: space-between;
}
.c-category-list__title::after {
  background: url(../../images/common/icon/angle.svg) no-repeat center/contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 0.7em;
  transform: rotate(90deg);
  transition: 0.3s;
  width: 0.7em;
}
.c-category-list__title.open::after {
  transform: rotate(-90deg);
}
.c-category-list-child {
  display: none;
}
.c-category-list-child.open {
  display: block;
}
.c-category-list__item {
  align-items: center;
  display: flex;
  gap: 1em;
  justify-content: space-between;
  margin-top: 1rem;
  padding-left: 1em;
}
.c-category-list__item::after {
  background: url(../../images/common/icon/angle.svg) no-repeat center/contain;
  content: "";
  display: block;
  flex-shrink: 0;
  height: 0.7em;
  transition: 0.3s;
  width: 0.7em;
}
.c-cart-info {
  align-items: center;
  border: 3px solid #F4BA4D;
  display: flex;
  flex-direction: column;
  padding: 2rem;
}
.c-cart-info__txt {
  font-weight: 700;
}
.c-cart-info__txt span {
  font-size: 1.375em;
}
.c-cart-info__btn {
  align-items: center;
  background: #F4BA4D;
  border-radius: 1rem;
  display: flex;
  font-size: 1.125em;
  gap: 0.5rem;
  line-height: 1;
  margin-top: 1rem;
  padding: 1rem 1.5rem;
}
.c-cart-info__btn::before {
  background: url("../../images/common/icon/cart.svg") no-repeat center/contain;
  content: "";
  display: block;
  height: 1em;
  width: 1em;
}
.c-cart-info__postage {
  color: #2E8BBC;
  margin-top: 1rem;
  text-decoration: underline;
}
* + .c-section {
  margin-top: 6.5rem;
}
.c-item-search {
  background: #FCFCFC;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  margin-top: 1rem;
  padding: 2.5rem 10rem;
}
@media screen and (max-width: 1023px) {
  .c-item-search {
    padding: 2.5rem 8rem;
  }
}
@media screen and (max-width: 743px) {
  .c-item-search {
    padding: 2.5rem;
  }
}
.c-item-search select, .c-item-search input[type="text"] {
  border: 1px solid #707070;
  border-radius: 0;
  font-family: inherit;
  font-size: 1em;
  outline: none;
  padding: 0.8rem 1rem;
  width: 35rem;
}
@media screen and (max-width: 743px) {
  .c-item-search select, .c-item-search input[type="text"] {
    width: 100%;
  }
}
.c-item-search__keyword {
  position: relative;
}
.c-item-search__keyword::before {
  background: #ADCB6B;
  bottom: 0;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 30% 50%);
  content: "";
  display: block;
  height: calc(100% - 2px);
  margin: auto;
  right: 1px;
  position: absolute;
  top: 0;
  width: 7rem;
}
@media screen and (max-width: 743px) {
  .c-item-search__keyword::before {
    bottom: 1px;
    height: 42px;
    top: auto;
  }
}
.c-item-search__keyword::after {
  background: url(../../images/common/icon/search.svg) no-repeat center/contain;
  bottom: 0;
  content: "";
  display: block;
  height: 3rem;
  margin: auto;
  position: absolute;
  right: 1rem;
  top: 0;
  width: 3rem;
}
@media screen and (max-width: 743px) {
  .c-item-search__keyword::after {
    bottom: 8px;
    top: auto;
  }
}
.c-item-search__wrapper {
  align-items: center;
  display: flex;
  gap: 1em;
  justify-content: flex-end;
}
@media screen and (max-width: 743px) {
  .c-item-search__wrapper {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.c-item-search__title {
  font-size: 1.25em;
}
.c-item-search__submit {
  cursor: pointer;
  height: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 7rem;
  z-index: 1;
}
.c-itemList, .p-blog-archive {
  display: grid;
  gap: 3rem 2rem;
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 743px) {
  .c-itemList, .p-blog-archive {
    gap: 2rem;
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-itemList--scroll {
  counter-reset: ranking;
  display: flex;
  width: max-content;
}
.c-itemList--scroll-wrapper {
  overflow-x: scroll;
}
.c-itemList--scroll .c-itemList__item {
  position: relative;
  width: 170px;
}
.c-itemList--scroll .c-itemList__item::before {
  background: #ededed;
  content: counter(ranking);
  counter-increment: ranking;
  display: grid;
  font-weight: 700;
  height: 1.5em;
  left: 0;
  letter-spacing: 0;
  line-height: 1;
  place-items: center;
  position: absolute;
  top: 0;
  width: 1.5em;
  z-index: 1;
}
.c-itemList--scroll .c-itemList__item:nth-child(1)::before {
  background: #e6b422;
}
.c-itemList--scroll .c-itemList__item:nth-child(2)::before {
  background: #808080;
  color: #fff;
}
.c-itemList--scroll .c-itemList__item:nth-child(3)::before {
  background: #8c4841;
  color: #fff;
}
.c-itemList__item {
  background: #FCFCFC;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}
.c-itemList__img {
  aspect-ratio: 1;
  position: relative;
}
.c-itemList__img img {
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.c-itemList__cat {
  background: #84A835;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 4px 8px;
  position: absolute;
  right: 0;
}
.c-itemList__title {
  font-weight: 700;
  line-height: 1.5;
  margin: 0.5rem 0;
}
.c-itemList__price {
  color: #B41F6F;
  text-align: right;
  margin-top: auto;
}
.c-itemList__price span {
  font-size: 0.75em;
}
.c-itemList__price:has(+ .--sale) {
  color: inherit;
  font-size: 0.875em;
  margin-left: auto;
  position: relative;
  width: max-content;
}
.c-itemList__price:has(+ .--sale)::after {
  background: #B41F6F;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin-block: auto;
  opacity: 0.8;
  position: absolute;
  top: 0;
  width: 100%;
}
.c-btn-more {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.c-btn-more a {
  border: 1px solid;
  color: #ADCB6B;
  font-weight: 600;
  line-height: 1;
  padding: 1.3rem 1rem 1rem;
  position: relative;
  text-align: center;
  min-width: 18rem;
  max-width: 100%;
  width: max-cotnent;
}
.c-btn-more a::before {
  background: #fff;
  content: "MORE";
  display: block;
  font-size: 1rem;
  left: 1rem;
  letter-spacing: 0.1em;
  padding: 0 0.5rem;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.c-btn-more a::after {
  background: currentColor;
  bottom: 0;
  clip-path: polygon(100% 1%, 0% 100%, 100% 100%);
  content: "";
  display: block;
  height: 1.3rem;
  position: absolute;
  right: 0;
  width: 1.3rem;
}
.c-flow__wrapper {
  display: grid;
  counter-reset: flow;
  grid-template-columns: repeat(6, 1fr);
}
@media screen and (max-width: 1023px) {
  .c-flow__wrapper {
    gap: 2rem 0;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 743px) {
  .c-flow__wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.c-flow__item {
  padding: 0 1rem;
}
.c-flow__item:not(:last-child) {
  border-right: 1px solid #ecf1df;
}
.c-flow__title {
  border-bottom: 1px solid;
  color: #84A835;
  font-weight: 700;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.c-flow__title::before {
  background: #ADCB6B;
  border-radius: 5px;
  color: #fff;
  content: "STEP 0" counter(flow);
  counter-increment: flow;
  display: block;
  font-size: 0.75em;
  line-height: 1;
  margin-bottom: 0.5rem;
  padding: 0.5rem 1rem;
  width: max-content;
}
.c-flow__txt {
  font-size: 0.875em;
}
.c-flow__txt strong {
  color: #B41F6F;
  font-size: 1.2em;
  font-weight: 700;
}
.c-flow__attention {
  color: #B41F6F;
  font-size: 0.75em;
  font-weight: 700;
}
.c-guide__wrapper {
  margin-top: 2rem;
}
.c-guide__wrapper > ul, .c-guide__wrapper dl {
  font-size: 0.875em;
}
.c-guide__wrapper dl {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.c-guide__wrapper * + dl {
  margin-top: 2rem;
}
.c-guide__wrapper dt {
  font-weight: 700;
}
.c-guide__wrapper dd table {
  border: solid #d9d9d9;
  border-width: 1px 0 0 1px;
  width: 100%;
}
.c-guide__wrapper dd table th, .c-guide__wrapper dd table td {
  border: solid #d9d9d9;
  border-width: 0 1px 1px 0;
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
}
.c-guide__wrapper dd table th {
  background: #dbefa7;
  font-weight: 700;
}
.c-guide__wrapper dd table + p {
  margin-top: 0;
  text-align: right;
}
.c-guide__wrapper dd p {
  margin-top: 1rem;
}
.c-guide__wrapper dd p strong {
  font-weight: 700;
}
.c-guide__wrapper ul {
  list-style: disc;
  padding-left: 2em;
}
.c-guide__wrapper ul * + li {
  margin-top: 0.5rem;
}
.c-login label {
  display: block;
}
.c-login * + label {
  margin-top: 1rem;
}
.c-login__remember {
  text-align: center;
}
.c-login__input {
  border-radius: 5px;
  font-size: 1em;
  padding: 3px;
  width: 100%;
}
.c-login__btn {
  background: #ADCB6B;
  border: none;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  display: block;
  font-family: inherit;
  font-size: 1.125em;
  font-weight: 700;
  margin-top: 1rem;
  padding: 0.5rem 0;
  text-align: center;
  width: 100%;
}
.c-login__forgot {
  display: inline-block;
  font-size: 0.875em;
  margin-top: 1rem;
  text-decoration: underline;
}
.c-customer-form {
  border: solid #d9d9d9;
  border-width: 1px 0 0 1px;
  margin-top: 2rem;
  width: 100%;
}
.c-customer-form th, .c-customer-form td {
  border: solid #d9d9d9;
  border-width: 0 1px 1px 0;
  padding: 1rem;
  vertical-align: middle;
}
.c-customer-form th {
  background: #f5f5f5;
  font-weight: 700;
  width: 25%;
}
@media screen and (max-width: 743px) {
  .c-customer-form th {
    text-align: left;
    width: 100%;
  }
}
.c-customer-form td input, .c-customer-form td select {
  font-size: 1em;
  margin: 0 0.5rem;
  padding: 3px 5px;
}
.c-customer-form td img {
  height: auto;
}
.c-customer-form--multi th {
  width: auto;
}
@media screen and (max-width: 743px) {
  .c-customer-form:not(.c-customer-form--multi), .c-customer-form:not(.c-customer-form--multi) thead, .c-customer-form:not(.c-customer-form--multi) tbody, .c-customer-form:not(.c-customer-form--multi) tfoot, .c-customer-form:not(.c-customer-form--multi) tr, .c-customer-form:not(.c-customer-form--multi) th {
    display: block;
  }
  .c-customer-form:not(.c-customer-form--multi) td {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
}
.c-error__message {
  color: #B41F6F;
}
.c-payment-images {
  align-items: center;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(6, 1fr);
}
.c-holiday {
  margin-bottom: 2rem;
}
.c-holiday__txt {
  margin-top: 1em;
}
.c-holiday__txt a:not([class]) {
  color: #2E8BBC;
  text-decoration: underline;
}
.c-page a:not([class]) {
  color: #2E8BBC;
  text-decoration: underline;
}
@media screen and (min-width: 744px) {
  .p-index-kv {
    margin-bottom: 2rem;
  }
}
.p-index-kv__inner--single img {
  margin: 0 auto;
}
.p-index-search {
  display: none;
}
@media screen and (min-width: 1024px) {
  .p-index-search {
    display: block;
  }
}
.p-index-banner {
  display: grid;
  gap: 2rem;
  margin-bottom: 2rem;
}
@media screen and (min-width: 744px) {
  .p-index-banner:has(.p-index-banner__item:nth-child(2)) {
    grid-template-columns: 1fr 1fr;
  }
}
.p-index-banner img {
  height: auto;
}
.p-index-banner__campaign {
  aspect-ratio: 3.3333333333;
  background: no-repeat center /cover;
  border: 2px solid transparent;
  color: #c39000;
  display: grid;
  font-size: 2.5em;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin: 0 auto;
  place-items: center;
  position: relative;
  text-decoration: none;
  text-shadow: 0.1em 0.1em 0.1em #fff, -0.1em 0.1em 0.1em #fff, 0.1em -0.1em 0.1em #fff, -0.1em -0.1em 0.1em #fff, 0.1em 0 0.1em #fff, 0 0.1em 0.1em #fff, -0.1em 0 0.1em #fff, 0 -0.1em 0.1em #fff, 0.1em 0.1em 0.2em #fff, -0.1em 0.1em 0.2em #fff, 0.1em -0.1em 0.2em #fff, -0.1em -0.1em 0.2em #fff, 0.1em 0 0.2em #fff, 0 0.1em 0.2em #fff, -0.1em 0 0.2em #fff, 0 -0.1em 0.2em #fff;
  transition: 0.4s;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .p-index-banner__campaign {
    font-size: 1.5em;
  }
}
.p-index-banner__campaign:hover {
  border-color: #f9d62f;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.p-index-banner__campaign::before {
  background: linear-gradient(to bottom left, rgba(255, 255, 255, 0) 50%, #c39000 50.5%) no-repeat top left/100% 100%;
  bottom: 10px;
  box-sizing: border-box;
  content: "";
  display: block;
  height: 0.5em;
  position: absolute;
  right: 10px;
  width: 1em;
}
.p-index-banner__campaign::after {
  border-bottom: 2px solid;
  bottom: 10px;
  box-sizing: border-box;
  content: "詳しく見る";
  font-size: 0.5em;
  left: 0;
  margin: auto;
  padding-right: 2.5em;
  position: absolute;
  right: 0;
  text-align: right;
  text-shadow: 0.1em 0.1em 0.1em #fff, -0.1em 0.1em 0.1em #fff, 0.1em -0.1em 0.1em #fff, -0.1em -0.1em 0.1em #fff, 0.1em 0 0.1em #fff, 0 0.1em 0.1em #fff, -0.1em 0 0.1em #fff, 0 -0.1em 0.1em #fff;
  width: calc(100% - 20px);
}
@media screen and (min-width: 1280px) {
  .p-index-vr {
    display: none;
  }
}
.p-index-sale:not(:has(.c-itemList__item)) {
  display: none;
}
.p-index-category__list {
  /*
      display: grid;
      gap: 3rem 0;
      grid-template-columns: repeat(4,17rem);
      justify-content: space-between;
      
      @include mq(lg, max) {
        grid-template-columns: repeat(2,1fr);
      }
      */
  gap: 1rem 1.5rem;
  margin: 0;
}
.p-index-category__list .c-btn-more {
  margin-top: 1rem;
}
.p-index-category__list .c-btn-more a {
  max-width: 12rem;
}
.p-index-about-standard-flex {
  margin-top: 30px;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}
.p-index-about-standard-flex-box {
  width: 48%;
  border: 1px solid #ADCB6B;
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 20px;
}
.p-index-about-standard-flex-box h3 {
  color: #ADCB6B;
  font-size: 20px;
  font-weight: bold;
}
.p-detail-wrap {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 743px) {
  .p-detail-wrap {
    align-items: center;
    flex-direction: column;
  }
}
.p-detail-image {
  flex-shrink: 0;
  width: 30rem;
}
.p-detail-image-main__item {
  position: relative;
}
.p-detail-image-main__item:not(.selected) {
  display: none;
  visibility: hidden;
}
.p-detail-image-main__item img {
  height: auto;
  margin: 0 auto;
}
.p-detail-image-main__cat {
  background: #84A835;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 4px 8px;
  position: absolute;
  right: 0;
}
.p-detail-image-sub {
  display: grid;
  gap: 0.5rem;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 1rem;
}
.p-detail-image-sub__item {
  aspect-ratio: 1;
  transition: opacity 0.3s;
}
.p-detail-image-sub__item.selected {
  opacity: 0.5;
}
.p-detail-image-sub__item:not(.selected) {
  cursor: pointer;
}
.p-detail-image-sub__item img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-detail-content {
  flex-grow: 1;
}
@media screen and (max-width: 743px) {
  .p-detail-content {
    width: 100%;
  }
}
.p-detail-content select, .p-detail-content input[type="text"] {
  font-size: 1em;
  padding: 0.5rem 1rem;
}
.p-detail__title {
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 1rem;
}
.p-detail__price strong {
  font-weight: 700;
  font-size: 30px;
  color: red;
}
.p-detail__price span {
  font-size: 0.875em;
}
.p-detail__price--teika {
  font-size: 0.9em;
}
.p-detail-option {
  border-top: 1px solid #d9d9d9;
  margin-top: 2rem;
  padding: 1rem 0 1.5rem;
  width: 100%;
}
.p-detail-option__title {
  font-weight: 700;
}
.p-detail-option dl {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}
.p-detail-quantity {
  border-top: 1px solid #d9d9d9;
  margin-top: 2rem;
  padding: 1rem 0 1.5rem;
}
.p-detail-quantity-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 1rem;
}
.p-detail-quantity input[type="text"] {
  width: 3em;
}
.p-detail-quantity .skubutton {
  background: #F4BA4D;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 3px 0 #BCBCBC;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1;
  margin-top: 2rem;
  padding: 1rem 3rem;
  transition: 0.3s;
}
.p-detail-quantity .skubutton:hover {
  box-shadow: none;
  transform: translateY(3px);
}
.p-detail__skumulti {
  font-size: 0.875em;
  width: 100%;
}
.p-detail__skumulti thead {
  background: #ADCB6B;
  border: solid #fff;
  border-width: 1px 0 0 1px;
  font-weight: 700;
}
.p-detail__skumulti thead th, .p-detail__skumulti thead td {
  border: solid #fff;
  border-width: 0 1px 1px 0;
  padding: 3px;
  vertical-align: middle;
}
.p-detail__skumulti thead th span, .p-detail__skumulti thead td span {
  font-size: 0.9em;
}
.p-detail__skumulti tbody {
  border: 1px solid #616161;
}
.p-detail__skumulti tbody .p-detail__skumulti-item {
  border-bottom: 1px solid #d9d9d9;
}
.p-detail__skumulti tbody .p-detail__skumulti-item:not(:first-child) {
  border-top: 1px solid #616161;
}
.p-detail__skumulti tbody .p-detail__skumulti-item td:first-child {
  text-align: left;
}
.p-detail__skumulti tbody th, .p-detail__skumulti tbody td {
  padding: 10px 5px;
  text-align: center;
  vertical-align: middle;
}
.p-detail__skumulti tbody td:not(:last-child) {
  border-right: 1px solid #d9d9d9;
}
.p-detail__skumulti tbody .error_message:empty {
  display: none;
}
.p-detail__skumulti h3 {
  font-weight: 700;
}
.p-detail__skumulti .p-detail-option {
  margin-top: 0.5rem;
  padding: 0.5rem 0 0;
}
.p-detail__skumulti .p-detail-option__title {
  font-size: 0.875em;
  font-weight: 400;
}
.p-detail__skumulti .p-detail-option dl {
  margin-top: 0.5rem;
}
.p-detail__skumulti .quant input {
  width: 3em;
}
.p-detail__skumulti .skubutton {
  font-size: 1em;
  margin: 0;
}
.p-detail-article {
  border-top: 1px dotted #A3A49F;
  margin-top: 3rem;
}
.p-detail-article * {
  margin-top: 1em;
}
.p-detail-article h2, .p-detail-article h3, .p-detail-article h4, .p-detail-article h5, .p-detail-article strong {
  font-weight: 700;
}
.p-detail-article h2 {
  font-size: 1.5em;
  border-bottom: 2px solid #d7ccc8;
  padding-bottom: 10px;
  color: #5d4037;
  margin-top: 10px;
}
.p-detail-article h3 {
  font-size: 1.25em;
  color: #8d6e63;
  border-left: 5px solid #d7ccc8;
  padding-left: 10px;
  margin-top: 30px;
  font-size: 1.2em;
}
.p-detail-article h4 {
  font-size: 1.125em;
}
.p-detail-article strong {
  color: #a1887f;
}
.p-detail-article ul {
  padding-left: 1.5em;
  margin-bottom: 20px;
}
.p-detail-article li {
  margin-bottom: 8px;
}
.p-detail-article table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  border: 1px solid #e0d7cd;
}
.p-detail-article table th, .p-detail-article table td {
  border: 1px solid #e0d7cd;
  padding: 12px;
  text-align: left;
}
.p-detail-article table th {
  background-color: #f7f3ed;
  width: 30%;
  color: #5d4037;
}
@media screen and (max-width: 600px) {
  .p-detail-article table th {
    width: 35%;
  }
}
.p-detail-article p {
  margin-bottom: 15px;
}
.p-detail-article .info-box {
  background-color: #fcfaf5;
  border: 1px solid #e0d7cd;
  padding: 20px;
  margin-top: 20px;
  border-radius: 4px;
}
.p-detail-article .info-box strong.title {
  display: block;
  margin-bottom: 10px;
  font-size: 1.1em;
  color: #8d6e63;
}
.p-detail-staff {
  margin-top: 60px;
}
.p-member-header__explanation * + p {
  margin-top: 1rem;
}
.p-member-header__explanation a {
  text-decoration: underline;
}
.p-member-login__box {
  background: #f5f5f5;
  margin: 0 auto;
  padding: 3rem;
  width: min(100%, 50rem);
}
.p-member-login__nav {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}
.p-member-login__nav a {
  text-decoration: underline;
}
.p-member-new__btnWrapper {
  display: flex;
  justify-content: center;
}
.p-member-new__btn {
  background: #F4BA4D;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 3px 0 #BCBCBC;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1;
  margin-top: 2rem;
  padding: 1rem 3rem;
  transition: 0.3s;
}
.p-member-new__btn:hover {
  box-shadow: none;
  transform: translateY(3px);
}
.p-cart-nav {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  text-align: center;
}
@media screen and (max-width: 743px) {
  .p-cart-nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-cart-nav__item {
  background: #f5f5f5;
}
.p-cart-nav__item.current {
  background: #ffd687;
}
.p-cart-upButton {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  margin-bottom: 1rem;
}
.p-cart-upButton br {
  display: none;
}
@media screen and (max-width: 575px) {
  .p-cart-upButton {
    align-items: center;
    flex-direction: column;
    font-size: 0.875em;
    gap: 0.5rem;
    text-align: center !important;
  }
  .p-cart-upButton br {
    display: block;
  }
}
.p-cart-upButton input {
  padding: 3px 5px;
}
.p-cart__form .send {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 3rem;
}
.p-cart__form .send input, .p-cart__form .send a {
  background: #F4BA4D;
  border: none;
  border-radius: 0.5rem;
  box-shadow: 0 3px 0 #BCBCBC;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: inherit;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1;
  margin-top: 2rem;
  padding: 1rem 3rem;
  transition: 0.3s;
  margin: 0;
  text-align: center;
}
.p-cart__form .send input:hover, .p-cart__form .send a:hover {
  box-shadow: none;
  transform: translateY(3px);
}
@media screen and (max-width: 1023px) {
  .p-cart__form .send {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-cart__form + h2 {
  margin-top: 5rem;
}
.p-cart-message {
  background: rgba(173, 203, 107, 0.2);
  border: 2px solid #ADCB6B;
  border-radius: 1rem;
  font-weight: 700;
  margin: 2rem auto;
  max-width: 100%;
  padding: 2rem;
  text-align: center;
  width: max-content;
}
@media screen and (max-width: 575px) {
  .p-cart-message {
    font-size: 0.875em;
  }
}
.p-cart-message--frozen {
  background: rgba(180, 31, 111, 0.1);
  border-color: #f00;
}
@media screen and (min-width: 576px) {
  .p-cart-message br.sp {
    display: none;
  }
}
.p-cart-message__attention {
  display: block;
  font-size: 0.875em;
  font-weight: 400;
  margin-top: 0.5rem;
  padding-left: 1em;
  text-align: left;
}
.p-cart-message__attention::before {
  content: "※";
}
.p-cart-message__attention:first-letter {
  margin-left: -1em;
}
.p-cart-message__attention a {
  color: #2E8BBC;
  text-decoration: underline;
}
.p-cart__table {
  width: 100%;
}
.p-cart__table img {
  display: block;
  height: auto;
  margin: 0 auto;
}
.p-privacy h2 {
  margin-top: 2em;
}
.p-privacy p {
  margin-top: 1em;
}
.p-privacy ul {
  list-style: disc;
  margin-top: 1em;
  padding-left: 2em;
}
.p-howto {
  counter-reset: counter;
  display: grid;
  gap: 4rem 2rem;
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 743px) {
  .p-howto {
    grid-template-columns: repeat(2, 1fr);
  }
}
.p-howto__title {
  margin-top: 1rem;
}
.p-howto__title::before {
  content: "0" counter(counter);
  counter-increment: counter;
  display: inline-block;
  margin-right: 1rem;
}
.p-howto-content img {
  border: 1px solid #b5b5b5;
}
.p-campaign-header {
  margin-bottom: 5rem;
}
.p-campaign-header__date {
  display: block;
  text-align: right;
}
.p-campaign-intro > * {
  margin-top: 1em;
}
.p-campaign-contents > * + * {
  margin-top: 1em;
}
.p-campaign-contents__text {
  margin-bottom: 1.5em;
}
.p-campaign-contents h2 {
  font-size: 28px;
  border-left: 6px solid darkorange;
  padding-left: 12px;
  margin-bottom: 20px;
  color: darkorange;
}
.p-campaign-contents h3 {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px solid;
  margin-bottom: 16px;
}
.p-campaign-contents__note {
  background-color: #fdf1ef;
  border: solid 2px #f7e4d9;
  border-radius: 1rem;
  padding: 20px;
  line-height: 1.8em;
}
h2 {
  border-left: 6px solid #2c7be5;
  padding-left: 12px;
  margin-bottom: 20px;
}
.p-blog-archive-item {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: grid;
  gap: 0;
  grid-row: span 3;
  grid-template-rows: subgrid;
}
.p-blog-archive-item__img {
  aspect-ratio: 3/2;
}
.p-blog-archive-item__img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-blog-archive-item__title {
  font-weight: 600;
  line-height: 1.5;
  padding: 1rem 1rem 0;
}
.p-blog-archive-item__date {
  font-size: 0.875em;
  padding: 0 1rem 1rem;
}
.p-blog-archive-item {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  display: grid;
  gap: 0;
  grid-row: span 3;
  grid-template-rows: subgrid;
}
.p-blog-archive-item__img {
  aspect-ratio: 3/2;
}
.p-blog-archive-item__img img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.p-blog-archive-item__title {
  font-weight: 600;
  line-height: 1.5;
  padding: 1rem 1rem 0;
}
.p-blog-archive-item__date {
  font-size: 0.875em;
  padding: 0 1rem 1rem;
}
/* ▼ レイアウト用のスタイル（必要に応じて外部CSSへ移動してください） ▼ */
.about-section {
  margin-bottom: 40px;
}
/* 横幅一杯の画像用 */
.full-width-image {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 30px;
}
/* 各文章の行間を広げて読みやすくする設定 */
.about-section p, .profile-content dd {
  line-height: 1.8;
}
.criteria-item {
  margin-top: 40px;
}
.full-width-image img {
  width: 100%;
  height: auto;
  display: block;
}
/* プロフィール横並び用 */
.profile-person {
  display: flex;
  flex-wrap: wrap;
  /* 画面幅が狭い時に折り返す */
  gap: 30px;
  /* 画像とテキストの間隔 */
  margin-bottom: 40px;
  align-items: flex-start;
}
.profile-image {
  flex: 0 0 250px;
  /* 画像の幅 */
  margin: 0;
}
.profile-image img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}
.profile-content {
  flex: 1;
  /* 残りの幅をすべて使う */
  min-width: 300px;
}
.profile-content h3 {
  margin-top: 0;
}
.profile-content dl {
  margin-top: 15px;
}
.profile-content dt {
  font-weight: bold;
  margin-top: 10px;
}
.profile-content dd {
  margin: 0 0 10px 0;
}
/* スマホ表示向けの調整 */
@media (max-width: 768px) {
  .profile-person {
    flex-direction: column;
  }
  .profile-image {
    flex: 100%;
    max-width: 250px;
  }
}
/* ▲ スタイルここまで ▲ */
