@charset "UTF-8";
/* Scss Document */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Roboto+Condensed:wght@500&family=Zen+Maru+Gothic:wght@500;700&display=swap");
html {
  scrollbar-gutter: stable;
}

body {
  position: relative;
  -webkit-text-size-adjust: 100%;
  max-width: 100%;
  background: #f9f0e5;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.07em;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
body.active {
  overflow: hidden;
}

img {
  vertical-align: bottom;
  width: auto;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media print, screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.prg_h {
  margin-bottom: 15px;
}

.prg {
  margin-bottom: 20px;
}

.prg_w {
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .prg_w {
    margin-bottom: 30px;
  }
}

.prg_2w {
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .prg_2w {
    margin-bottom: 50px;
  }
}

.prg_3w {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .prg_3w {
    margin-bottom: 70px;
  }
}

.prg_4w {
  margin-bottom: 60px;
}
@media print, screen and (min-width: 768px) {
  .prg_4w {
    margin-bottom: 90px;
  }
}

.font_b {
  font-weight: 900;
}

.txtlink {
  text-decoration: underline;
}

.brds {
  border-radius: 30px;
}

.list_disc {
  padding-left: 1.5em;
}
.list_disc > li {
  list-style-type: disc;
}
@media screen and (max-width: 767px) {
  .list_disc {
    font-size: 14px;
  }
}

.link-detail {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
}
.link-detail::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/arrow_white.svg) no-repeat center center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
  border-radius: 100%;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
@media screen and (max-width: 767px) {
  .link-detail::after {
    width: 30px;
    height: 30px;
    background-size: 10px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .link-detail::after {
    width: 40px;
    height: 40px;
    background-size: 13px auto;
  }
}
.link-detail:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.link-detail--normal::after {
  background-color: #f08c00;
}
.link-detail--dark::after {
  background-color: #bc5026;
}
.link-detail--green::after {
  background-color: #639305;
}

.section-block {
  padding: clamp(50px, 8.1vw, 90px) 0;
}

.block-inner {
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .block-inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .block-inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}

.section-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
}
@media print, screen and (min-width: 768px) {
  .section-ttl {
    font-size: 18px;
  }
}
.section-ttl::before {
  display: block;
  content: attr(data-en);
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  .section-ttl::before {
    margin-right: 15px;
    font-size: 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .section-ttl::before {
    margin-right: 25px;
    font-size: 55px;
  }
}

.section-subttl {
  margin-bottom: 20px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .section-subttl {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .section-subttl {
    font-size: 24px;
  }
}

.post-card__link:hover {
  opacity: 0.8;
}
.post-card__body {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 8px;
}
.post-card__image {
  width: 100%;
  border-radius: 30px;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.post-card__area {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  background: #f08c00;
  padding-bottom: 5px;
  color: #fff;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .post-card__area {
    top: -35px;
    left: -35px;
    width: 70px;
    height: 70px;
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .post-card__area {
    top: -45px;
    left: -45px;
    width: 90px;
    height: 90px;
  }
}
.post-card__area-friends {
  background: #639305;
}
@media print, screen and (min-width: 768px) {
  .post-card__subcontent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 5px;
  }
}
.post-card__date {
  font-size: 12px;
  line-height: 1;
  font-family: "Zen Maru Gothic", sans-serif;
}
.post-card__categories {
  margin-right: 10px;
}
.post-card__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 110px;
  height: 18px;
  background: #efd695;
  border-radius: 9px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Zen Maru Gothic", sans-serif;
}
.post-card__category-friends {
  background: #9ed844;
}
.post-card__category a {
  display: block;
  width: 100%;
  text-align: center;
}
.post-card__title {
  font-size: 14px;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.4;
}

.slider__arrow {
  opacity: 1;
  background: #1e1918 url(../images/arrow_slide.svg) no-repeat center center;
  color: transparent;
}
@media screen and (max-width: 767px) {
  .slider__arrow {
    width: 20px;
    height: 20px;
    background-size: 15px auto;
  }
}
@media screen and (max-width: 767px) {
  .slider__arrow.splide__arrow--next {
    right: -5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .slider__arrow.splide__arrow--next {
    right: -20px;
  }
}
@media screen and (min-width: 1251px) {
  .slider__arrow.splide__arrow--next {
    right: -45px;
  }
}
.slider__arrow.splide__arrow--prev {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .slider__arrow.splide__arrow--prev {
    left: -5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1250px) {
  .slider__arrow.splide__arrow--prev {
    left: -20px;
  }
}
@media screen and (min-width: 1251px) {
  .slider__arrow.splide__arrow--prev {
    left: -45px;
  }
}

.header__inner {
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media print, screen and (min-width: 768px) {
  .header__inner {
    padding-bottom: 30px;
  }
}
.header__lead {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .header__lead {
    padding: 5px 0 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .header__lead {
    padding: 10px 0 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .header__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .header__body {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .header__content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .header__logo {
    width: 140px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .header__logo {
    margin-top: 10px;
  }
}
@media screen and (min-width: 1081px) {
  .header__logo {
    margin-right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .header__togglebtn {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    width: 30px;
    height: 40px;
    border: 0;
    background: 0;
    font-size: 10px;
    line-height: 1;
    color: #1e1918;
  }
  .header__togglebtn::before, .header__togglebtn::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    border-radius: 2px;
    background: #1e1918;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s;
  }
  .header__togglebtn::before {
    top: 7px;
  }
  .header__togglebtn::after {
    top: 23px;
  }
}
.header__togglebtn-block {
  display: block;
}
.header__togglebtn-block::before {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: 0;
  width: 30px;
  height: 2px;
  border-radius: 2px;
  background: #1e1918;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header__togglebtn-block::after {
  content: "CLOSE";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  color: transparent;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.header__togglebtn.active {
  color: transparent;
}
.header__togglebtn.active::before {
  top: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header__togglebtn.active::after {
  top: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header__togglebtn.active .header__togglebtn-block::before {
  opacity: 0;
}
.header__togglebtn.active .header__togglebtn-block::after {
  color: #1e1918;
}
@media print, screen and (min-width: 768px) {
  .header__togglebtn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .header__cartlink {
    width: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .header__cartlink {
    position: absolute;
    top: 50px;
    right: 40px;
  }
}
.header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding: 0 10px;
  background: #fff;
  border-radius: 15px;
}
@media screen and (max-width: 767px) {
  .header__search {
    position: relative;
    z-index: 100;
  }
}
@media print, screen and (min-width: 768px) {
  .header__search {
    position: absolute;
    top: 10px;
    right: 40px;
    width: 30%;
    max-width: 315px;
  }
}
.header__search.active {
  -webkit-box-shadow: 0 4px 0 rgba(239, 204, 154, 0.2);
          box-shadow: 0 4px 0 rgba(239, 204, 154, 0.2);
}
.header__search-label {
  width: calc(100% - 30px);
}
.header__search-field {
  width: 100%;
  height: 30px;
  border: none;
  background: none;
}
.header__search-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .header__nav {
    display: none;
    background: #fcf9f5;
    position: absolute;
    top: 100px;
    left: 0;
    z-index: 90;
    width: 100%;
    padding: 30px;
    -webkit-box-shadow: 0 4px 0 rgba(239, 204, 154, 0.2);
            box-shadow: 0 4px 0 rgba(239, 204, 154, 0.2);
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .header__nav {
    padding-top: 15px;
  }
}
@media screen and (min-width: 1081px) {
  .header__nav {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 25px;
  }
}
.header__nav-list-link {
  font-size: 15px;
}
.header__nav-list-link:hover {
  color: #f08c00;
}
@media screen and (max-width: 767px) {
  .header__nav-list {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .header__nav-list {
    margin: 0 60px 8px 0;
  }
}
.header__nav-list2 {
  font-size: 13px;
}
@media print, screen and (min-width: 768px) {
  .header__nav-list2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-right: 60px;
  }
}
.header__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .header__nav-link {
    padding: 5px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .header__nav-item {
    margin-left: 30px;
  }
}
.header__nav-image {
  margin-right: 5px;
}

.main {
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .main {
    margin-bottom: 40px;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 768px) {
  .main {
    margin-bottom: 70px;
  }
}

.pageheading {
  border-radius: 30px;
  background: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pageheading {
    padding: 20px 0;
    margin: 30px 0 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .pageheading {
    padding: 40px 0;
    margin-bottom: 50px;
    font-size: 20px;
  }
}
.pageheading__ttl {
  text-align: center;
}
.pageheading__ttl::before {
  display: block;
  content: attr(data-en);
  margin-bottom: 5px;
  font-family: "Roboto Condensed", sans-serif;
  color: #f08c00;
  font-size: 2em;
}
.pageheading__ttl.friends__ttl::before {
  color: #639305;
}

.projectheading {
  position: relative;
  border-radius: 30px;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .projectheading {
    margin: 30px 0 40px;
  }
}
@media screen and (min-width: 601px) {
  .projectheading {
    margin-bottom: 50px;
    font-size: 24px;
  }
}
.projectheading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(30, 25, 24, 0.3);
}
.projectheading__image {
  width: 100%;
  height: 100%;
  position: relative;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  z-index: 1;
}
@media screen and (max-width: 600px) {
  .projectheading__image {
    aspect-ratio: 16/9;
  }
}
@media screen and (min-width: 601px) {
  .projectheading__image {
    aspect-ratio: 11/3;
  }
}
.projectheading__ttl {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.projectheading__ttl::before {
  display: block;
  content: attr(data-en);
  margin-bottom: 5px;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2em;
}

.postcategory {
  background: #fff;
  border-radius: 30px;
  font-family: "Zen Maru Gothic", sans-serif;
}
.postcategory__heading {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .postcategory__heading {
    padding: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .postcategory__heading {
    padding: 25px;
    font-size: 18px;
  }
}
.postcategory__heading::before {
  content: "●";
  margin-right: 5px;
  font-size: 0.85em;
  color: #f08c00;
}
.postcategory__heading::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "＋";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f08c00;
  margin: auto 0;
  border-radius: 100%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .postcategory__heading::after {
    width: 26px;
    height: 26px;
    right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .postcategory__heading::after {
    width: 40px;
    height: 40px;
    right: 25px;
  }
}
.postcategory__heading-friends::before {
  color: #639305;
}
.postcategory__heading-friends::after {
  background: #639305;
}
.postcategory__heading.active::after {
  content: "－";
}
.postcategory__content {
  display: none;
}
@media screen and (max-width: 767px) {
  .postcategory__body {
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .postcategory__body {
    padding: 30px clamp(30px, 4.3vw, 60px) 40px;
  }
}
@media screen and (max-width: 767px) {
  .postcategory__list:nth-of-type(n+2) {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .postcategory__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}
.postcategory__list:nth-of-type(n+2) {
  margin-top: 25px;
}
.postcategory__item {
  border-bottom: 1px solid #efd695;
  font-size: 14px;
}
.postcategory__item.is-empty {
  color: rgba(30, 25, 24, 0.3);
  pointer-events: none;
}
.postcategory__link {
  display: block;
  width: 100%;
  padding: 10px 0;
}
.postcategory__link:hover {
  color: #f08c00;
}

.postlist {
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 767px) {
  .postlist {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .postlist {
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
  }
}

.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 40px;
  font-family: "Zen Maru Gothic", sans-serif;
}
.wp-pagenavi a, .wp-pagenavi span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 35px;
    height: 35px;
  }
}
@media print, screen and (min-width: 768px) {
  .wp-pagenavi a, .wp-pagenavi span {
    width: 50px;
    height: 50px;
  }
}
.wp-pagenavi a:hover {
  background: #efd695;
}
.wp-pagenavi .current {
  background: #f08c00;
  color: #fff;
}

.friends-pagination .wp-pagenavi a:hover {
  background: #eff7d7;
}
.friends-pagination .wp-pagenavi .current {
  background: #639305;
}

@media screen and (max-width: 600px) {
  .productcard__item {
    width: 60%;
    min-width: 200px;
  }
}
.productcard__link {
  display: block;
  height: 100%;
}
.productcard__inner {
  height: 100%;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .productcard__inner {
    padding: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .productcard__inner {
    padding: 20px;
  }
}
.productcard__image {
  display: block;
  width: 60%;
  max-width: 140px;
  margin: 0 auto 10px;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.productcard__heading {
  margin-bottom: 10px;
  line-height: 1.4;
  font-family: "Zen Maru Gothic", sans-serif;
}
.productcard__price {
  font-size: 12px;
}
.productcard__price-yen {
  color: #bc5026;
  font-size: 16px;
}
.productcard__description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .productcard__description {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .productcard__description {
    font-size: 14px;
  }
}

.breadclumb {
  background: #fcf9f5;
  padding: 10px 0;
}
@media screen and (max-width: 767px) {
  .breadclumb {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .breadclumb {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .shopguide {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .shopguide {
    margin-bottom: 30px;
  }
}
.shopguide__list {
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .shopguide__list {
    padding: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .shopguide__list {
    padding: 40px 35px 40px 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .shopguide__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .shopguide__item:nth-of-type(n+2) {
    margin-top: 25px;
  }
}
.shopguide__heading {
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .shopguide__heading {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #ede9e2;
  }
  .shopguide__heading::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    content: "＋";
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 26px;
    height: 26px;
    border: 1px solid #bc5026;
    margin: auto 0;
    border-radius: 100%;
    color: #bc5026;
  }
}
@media print, screen and (min-width: 768px) {
  .shopguide__heading {
    width: 220px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .shopguide__heading.active::after {
    content: "－";
    background: #bc5026;
    color: #fff;
  }
}
.shopguide__body {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .shopguide__body {
    display: none;
    padding: 10px 0 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .shopguide__body {
    border-left: 1px solid #ede9e2;
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .shopguide__image {
    width: 25px;
    margin-right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .shopguide__image {
    display: block;
    margin: 0 auto 5px;
  }
}
.shopguide__description {
  font-size: 14px;
}
.shopguide__cardicon {
  max-width: 200px;
}
.shopguide__link-block {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .shopguide__link {
    font-size: 14px;
  }
}
.shopguide__link::after {
  width: 30px;
  height: 30px;
}

.footer {
  padding: clamp(40px, 7vw, 90px) 0 clamp(20px, 5vw, 50px);
}
.footer__contact {
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .footer__contact {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 35px;
  }
}
.footer__contact-item {
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .footer__contact-inner {
    padding: 20px 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1080px) {
  .footer__contact-inner {
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .footer__contact-inner {
    padding: 20px 0;
  }
}
@media screen and (min-width: 1081px) {
  .footer__contact-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 20px 30px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__contact-heading {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    font-size: 18px;
  }
}
@media screen and (min-width: 1081px) {
  .footer__contact-heading {
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__contact-mail {
    width: clamp(260px, 21.9vw, 300px);
    margin-left: 30px;
  }
}
.footer__contact-link {
  white-space: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .footer__contact-link {
    width: 100%;
    height: 65px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__contact-link {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: clamp(260px, 21.9vw, 300px);
    height: 100%;
  }
}
.footer__tel {
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .footer__tel {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .footer__tel {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__tel-number {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer__tel-number {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__tel-number {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__tel-link {
  display: block;
  color: #f08c00;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .footer__tel-link {
    margin-bottom: 3px;
    font-size: 36px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__tel-link {
    margin-right: 5px;
    font-size: clamp(32px, 4vw, 44px);
    pointer-events: none;
  }
}
.footer__tel-note {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .footer__tel-note {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__tel-note {
    width: 100%;
    font-size: 14px;
  }
}
@media screen and (min-width: 1081px) {
  .footer__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__corp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer__corp {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__corp-name {
  margin-bottom: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: clamp(18px, 1.6vw, 22px);
}
.footer__logo {
  width: clamp(90px, 8vw, 110px);
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .footer__address {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__address {
    font-size: 14px;
  }
}
.footer__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .footer__nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 20px 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .footer__nav {
    margin: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__nav-item {
    width: 50%;
    display: block;
    padding: 10px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__nav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer__nav-item:nth-of-type(n+2)::before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 20px;
    background: #1e1918;
    margin: 0 25px;
  }
}
.footer__nav-link {
  display: block;
}
.footer__nav-link:hover {
  color: #f08c00;
}
.footer__copy {
  display: block;
}
@media screen and (max-width: 767px) {
  .footer__copy {
    font-size: 12px;
    text-align: center;
  }
}
@media print, screen and (min-width: 768px) {
  .footer__copy {
    font-size: 14px;
    text-align: right;
  }
}

/* top */
.main-top {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .main-top .pickup {
    padding-top: 30px;
  }
}
.main-top .pickup__inner {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .main-top .pickup__inner {
    aspect-ratio: 9/5;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .pickup__inner {
    aspect-ratio: 110/37;
  }
}
.main-top .pickup__link {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media print, screen and (min-width: 768px) {
  .main-top .pickup__link:hover .pickup__heading {
    color: #f08c00;
  }
  .main-top .pickup__link:hover .pickup__heading::before {
    background: #bc5026;
  }
}
.main-top .pickup__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-top .pickup__heading {
  position: absolute;
  left: 0;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .main-top .pickup__heading {
    width: 95%;
    height: 40px;
    padding-left: 15px;
    border-radius: 0 20px 20px 0;
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .pickup__heading {
    width: 510px;
    height: 60px;
    padding-left: 30px;
    border-radius: 0 30px 30px 0;
    font-size: 18px;
  }
}
.main-top .pickup__heading::before, .main-top .pickup__heading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
}
.main-top .pickup__heading::before {
  right: 0;
  background: #f08c00;
  border-radius: 100%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
@media screen and (max-width: 767px) {
  .main-top .pickup__heading::before {
    width: 40px;
    height: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .pickup__heading::before {
    width: 60px;
    height: 60px;
  }
}
.main-top .pickup__heading::after {
  height: 100%;
  background: url(../images/arrow_white.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .main-top .pickup__heading::after {
    width: 14px;
    right: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .pickup__heading::after {
    width: 19px;
    right: 20px;
  }
}
.main-top .pickup__slider {
  margin-bottom: 70px;
}
.main-top .pickup__slider .splide__pagination {
  bottom: -30px;
}
.main-top .pickup__slider .splide__pagination__page {
  width: 12px;
  height: 12px;
  background: #efd695;
  opacity: 1;
}
.main-top .pickup__slider .splide__pagination__page.is-active {
  background: #f08c00;
  -webkit-transform: none;
          transform: none;
}
@media print, screen and (min-width: 768px) {
  .main-top .pickup__slider .splide__arrow--prev {
    left: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .pickup__slider .splide__arrow--next {
    right: 10px;
  }
}
.main-top .attention {
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 767px) {
  .main-top .attention {
    margin-bottom: -40px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .attention {
    margin-bottom: -33px;
  }
}
.main-top .attention__inner {
  background: #fcf9f5;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .main-top .attention__inner {
    padding: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .attention__inner {
    height: 66px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 30px;
  }
}
.main-top .attention__heading {
  font-family: "Zen Maru Gothic", sans-serif;
}
.main-top .attention__heading::before {
  content: "●";
  margin-right: 5px;
  font-size: 0.85em;
  color: #f08c00;
}
@media print, screen and (min-width: 768px) {
  .main-top .attention__heading {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 30px;
    font-size: 18px;
  }
}
.main-top .attention__content {
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main-top .attention__content {
    font-size: 13px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .attention__content {
    font-size: 14px;
  }
}
.main-top .attention__link {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 767px) {
  .main-top .attention__link {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .attention__link {
    white-space: nowrap;
  }
}
.main-top .attention__link:hover {
  opacity: 0.8;
}
.main-top .localnews {
  border: 2px solid #efd695;
  margin-bottom: 30px;
  border-radius: 30px;
  overflow: hidden;
  font-family: "Zen Maru Gothic", sans-serif;
}
.main-top .localnews__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px 0 0;
}
@media screen and (max-width: 767px) {
  .main-top .localnews__link {
    height: 100px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .localnews__link {
    height: 140px;
    font-size: 22px;
  }
}
.main-top .localnews__link::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto 0;
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f08c00 url(../images/arrow_white.svg) no-repeat center center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 100%;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
@media screen and (max-width: 767px) {
  .main-top .localnews__link::after {
    width: 30px;
    height: 30px;
    background-size: 10px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .localnews__link::after {
    width: 40px;
    height: 40px;
    background-size: 13px auto;
  }
}
.main-top .localnews__link:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
.main-top .localnews__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top center;
     object-position: top center;
}
@media screen and (max-width: 767px) {
  .main-top .localnews__image {
    width: 120px;
    aspect-ratio: 1/1;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .localnews__image {
    width: 250px;
    aspect-ratio: 3/2;
  }
}
.main-top .localnews__title {
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .main-top .localnews__title {
    padding-left: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .localnews__title {
    padding-left: 20px;
  }
  .main-top .localnews__title br {
    display: none;
  }
}
.main-top .localnews__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 7em;
  height: 20px;
  background: #f08c00;
  margin-top: 5px;
  border-radius: 10px;
  font-size: 14px;
  color: #fff;
}
.main-top .new {
  background: #fff;
}
.main-top .new__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-top .new__inner {
    padding-top: 30px;
  }
}
@media screen and (min-width: 1081px) {
  .main-top .new__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.main-top .new__latest {
  position: relative;
  margin-bottom: 20px;
}
@media screen and (min-width: 1081px) {
  .main-top .new__latest {
    width: 36.36%;
    max-width: 400px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 3.6%;
  }
}
.main-top .new__latest::after {
  position: absolute;
  top: -15px;
  content: "NEW";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #f08c00;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .main-top .new__latest::after {
    right: -10px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .main-top .new__latest::after {
    left: 390px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .new__latest::after {
    right: -25px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .main-top .new__latest-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .main-top .new__latest-content {
    padding-left: 25px;
  }
}
.main-top .new__latest-body {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .main-top .new__latest-body {
    width: 420px;
  }
}
.main-top .new__latest-title {
  font-size: 17px;
  margin-bottom: 10px;
}
.main-top .new__latest-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .main-top .new__latest-description {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .new__latest-description {
    font-size: 14px;
  }
}
.main-top .new__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .main-top .new__list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .main-top .new__list-item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .new__list-item {
    width: calc((100% - 40px) / 3);
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .new__list-item:not(:nth-of-type(3n)) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main-top .new__link {
    margin-top: 20px;
    text-align: right;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .new__link {
    position: absolute;
    top: 15px;
    right: 40px;
  }
}
.main-top .special {
  padding-bottom: 0;
}
.main-top .special__inner {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-top .special__inner {
    padding-right: 0;
  }
}
.main-top .special__heading::before {
  color: #bc5026;
}
@media screen and (max-width: 767px) {
  .main-top .special__card-box {
    width: 150px;
  }
}
.main-top .special__card-image {
  position: relative;
  width: 100%;
  height: 100%;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .main-top .special .slider__arrow.splide__arrow--next {
    right: 5px;
  }
}
@media screen and (max-width: 767px) {
  .main-top .special__link {
    margin-top: 15px;
    padding-right: 10px;
    text-align: right;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .special__link {
    position: absolute;
    top: 15px;
    right: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .project__heading {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.main-top .project__heading::before {
  color: #bc5026;
}
.main-top .project__inner {
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .main-top .project__inner {
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .project__inner {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main-top .project__item {
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 1081px) {
  .main-top .project__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .main-top .project__item:nth-of-type(n+2) {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .project__item:nth-of-type(n+2) {
    margin-top: 30px;
  }
}
.main-top .project__subheading {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-top .project__subheading {
    aspect-ratio: 16/9;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .main-top .project__subheading {
    aspect-ratio: 4/1;
  }
}
@media screen and (min-width: 1081px) {
  .main-top .project__subheading {
    width: 36.66%;
    max-width: 440px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    aspect-ratio: 4/3;
  }
}
.main-top .project__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .main-top .project__image {
    aspect-ratio: 16/9;
    border-radius: 30px 30px 0 0;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .main-top .project__image {
    aspect-ratio: 4/1;
    border-radius: 30px 30px 0 0;
  }
}
@media screen and (min-width: 1081px) {
  .main-top .project__image {
    aspect-ratio: 4/3;
    border-radius: 30px 0 0 30px;
  }
}
.main-top .project__ttl {
  position: absolute;
  top: 30px;
  left: 0;
  display: block;
  width: 12em;
  background: #fff;
  border-radius: 0 30px 30px 0;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .main-top .project__ttl {
    padding: 10px 0 10px 15px;
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .project__ttl {
    padding: 15px 0 15px 40px;
    font-size: 28px;
  }
}
.main-top .project__body {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-top .project__body {
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .project__body {
    width: 100%;
    padding: 40px;
  }
}
.main-top .project__description {
  margin-bottom: 20px;
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  .main-top .project__news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .project__news-item {
    width: calc((100% - 40px) / 3);
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .project__news-item:nth-of-type(-n+2) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main-top .project__news-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .main-top .project__news-body {
    width: 130px;
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-top .project__news .post-card__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 767px) {
  .main-top .project__link {
    margin-top: 15px;
    text-align: right;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .project__link {
    position: absolute;
    top: 40px;
    right: 40px;
  }
}
.main-top .friends {
  background: #eff7d7;
}
.main-top .friends__inner {
  position: relative;
}
.main-top .friends__heading::before {
  color: #639305;
}
@media screen and (min-width: 1081px) {
  .main-top .friends__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .main-top .friends__detail {
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .main-top .friends__detail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 15px;
  }
}
.main-top .friends__image {
  border-radius: 30px;
  margin-bottom: 15px;
  aspect-ratio: 16/9;
  -o-object-fit: cover;
     object-fit: cover;
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .main-top .friends__image {
    width: 45%;
    margin-right: 20px;
  }
}
.main-top .friends__description {
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .main-top .friends__description {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1081px) {
  .main-top .friends__detail {
    width: 36.36%;
    max-width: 400px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 3.6%;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .friends__news {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  .main-top .friends__news-item:nth-of-type(n+5) {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .friends__news-item {
    width: calc((100% - 40px) / 3);
    margin-bottom: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .friends__news-item:not(:nth-of-type(3n)) {
    margin-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .main-top .friends__news-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .main-top .friends__news-body {
    width: 130px;
    margin-right: 10px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-top .friends__news .post-card__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 767px) {
  .main-top .friends__link {
    margin-top: 15px;
    text-align: right;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .friends__link {
    position: absolute;
    top: 10px;
    right: 40px;
  }
}
.main-top .friends-list__link {
  text-align: right;
}
@media screen and (max-width: 767px) {
  .main-top .friends-list__link {
    margin-top: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .friends-list__link {
    margin-top: 25px;
  }
}
.main-top .store {
  background: #efd695;
}
@media screen and (max-width: 767px) {
  .main-top .store__inner {
    padding-right: 0;
  }
}
.main-top .store__heading {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.main-top .store__heading::before {
  margin-bottom: 8px;
  color: #bc5026;
}
.main-top .store .recommend {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-top .store .recommend .slider__arrow.splide__arrow--next {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .main-top .store .recommend__link {
    margin-top: 20px;
    padding-right: 15px;
    text-align: right;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .store .recommend__link {
    position: absolute;
    top: 0;
    right: 0;
  }
}
.main-top .store .newrelease {
  position: relative;
}
@media screen and (max-width: 767px) {
  .main-top .store .newrelease {
    margin: 40px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .store .newrelease {
    margin: 70px 0;
  }
}
@media screen and (max-width: 767px) {
  .main-top .store .newrelease .slider__arrow.splide__arrow--next {
    right: 10px;
  }
}
@media screen and (max-width: 767px) {
  .main-top .store .newrelease__link {
    margin-top: 20px;
    padding-right: 15px;
    text-align: right;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .store .newrelease__link {
    position: absolute;
    top: 0;
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  .main-top .store .brand {
    margin-bottom: 40px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .store .brand {
    margin-top: 70px;
  }
}
.main-top .store .brand__list {
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 767px) {
  .main-top .store .brand__list {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .store .brand__list {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 20px;
  }
}
.main-top .store .brand__item {
  grid-auto-columns: 1fr;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
}
.main-top .store .brand__link:hover {
  opacity: 0.8;
}
.main-top .store .brand__body {
  margin-bottom: 5px;
  background: #fff;
  border-radius: 30px;
  aspect-ratio: 3/2;
  overflow: hidden;
}
.main-top .store .brand__image {
  height: 100%;
}
.main-top .store .brand__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 2.7em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .main-top .store .brand__name {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .main-top .store .category {
    padding-right: 15px;
  }
}
.main-top .store .category__list {
  display: -ms-grid;
  display: grid;
}
@media screen and (max-width: 767px) {
  .main-top .store .category__list {
    gap: 10px;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .store .category__list {
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.main-top .store .category__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 15px;
  background-color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .main-top .store .category__link {
    padding: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-top .store .category__link {
    padding: 10px 15px;
  }
}
.main-top .store .category__link::after {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  background: url(../images/arrow_brown.svg) no-repeat center center/contain;
}
.main-top .store .category__link:hover {
  background: #f9f0e5;
}

/* 投稿記事 */
@media screen and (max-width: 767px) {
  .main-topics .topics__body {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-topics .topics__body {
    margin-bottom: clamp(50px, 8.1vw, 90px);
  }
}
.main-topics .topics__heading {
  margin-bottom: 20px;
}
.main-topics .topics__heading-ttl {
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .main-topics .topics__heading-ttl {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-topics .topics__heading-ttl {
    font-size: clamp(24px, 2.5vw, 28px);
  }
}
@media screen and (max-width: 767px) {
  .main-topics .topics__heading-date {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-topics .topics__heading-date {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .main-topics .topics__content {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-topics .topics__content {
    margin-bottom: clamp(50px, 8.1vw, 90px);
  }
}
.main-topics .topics__content img {
  border-radius: 30px;
}
.main-topics .topics__content p {
  margin: 1.3em 0;
}
.main-topics .topics__content h2 {
  margin: 1.3em 0;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.3;
  color: #bc5026;
}
@media screen and (max-width: 767px) {
  .main-topics .topics__content h2 {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-topics .topics__content h2 {
    font-size: 22px;
  }
}
.main-topics .topics__content h3 {
  margin: 1em 0;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .main-topics .topics__content h3 {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-topics .topics__content h3 {
    font-size: 20px;
  }
}
.main-topics .friends-topics__content h2 {
  color: #639305;
}
.main-topics .friends__heading::before {
  color: #639305;
}
.main-topics .friends__link {
  text-align: right;
}
.main-topics .related {
  background: #fcf9f5;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .main-topics .related {
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-topics .related {
    padding: 40px 25px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-topics .related__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.main-topics .related__content2 {
  margin-top: 30px;
}
.main-topics .related__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
@media screen and (max-width: 1080px) {
  .main-topics .related__category {
    margin-bottom: 25px;
  }
}
.main-topics .related__heading {
  margin-bottom: 10px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .main-topics .related__heading {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-topics .related__heading {
    font-size: 24px;
  }
}
.main-topics .related__brand {
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .main-topics .related__brand {
    justify-items: center;
  }
}
.main-topics .related__brand-item {
  border: 1px solid #efd695;
}
.main-topics .related__facility {
  margin-top: 15px;
  background: #fff;
  border-radius: 30px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 767px) {
  .main-topics .related__facility {
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-topics .related__facility {
    padding: 35px 25px;
  }
}
.main-topics .related__facility-name {
  margin-bottom: 5px;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .main-topics .related__facility-name {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-topics .related__facility-name {
    font-size: 20px;
  }
}
@media screen and (min-width: 1081px) {
  .main-topics .related__facility-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.main-topics .related__facility-address {
  font-size: 14px;
}
@media screen and (max-width: 1080px) {
  .main-topics .related__facility-address {
    margin-bottom: 20px;
    text-align: center;
  }
}
@media screen and (min-width: 1081px) {
  .main-topics .related__facility-address {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
  }
}
.main-topics .related__facility-website {
  text-align: right;
}
.main-topics .related__facility-link::after {
  width: 30px;
  height: 30px;
}
.main-topics .latest {
  background: #fff;
}

/* 記事シェアボタン */
.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 18px;
}
.share__heading {
  font-family: "Zen Maru Gothic", sans-serif;
  margin-right: 10px;
}

/* 投稿記事 戻るボタン */
.single__backlink {
  margin-top: 40px;
  text-align: right;
}

/* 特集 */
@media screen and (min-width: 1081px) {
  .main-special .special__postlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.main-special .special__heading::before {
  color: #bc5026;
}
@media screen and (min-width: 1081px) {
  .main-special .special__card {
    width: calc((100% - 20px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .main-special .special__card:nth-of-type(n+2) {
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-special .special__card:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
.main-special .special__card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-special .special__card-image {
  position: relative;
  aspect-ratio: 3/4;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .main-special .special__card-image {
    width: 120px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .main-special .special__card-image {
    width: 25%;
  }
}
@media screen and (min-width: 1081px) {
  .main-special .special__card-image {
    width: 50%;
  }
}
.main-special .special__card-body {
  padding-left: clamp(10px, 2vw, 20px);
}
.main-special .special__card-heading {
  margin-bottom: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .main-special .special__card-heading {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-special .special__card-heading {
    font-size: 20px;
  }
}
.main-special .special__card-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
@media screen and (max-width: 767px) {
  .main-special .special__card-description {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-special .special__card-description {
    font-size: 14px;
  }
}

/* 活動(固定ページ) */
.main-project .project-post__heading::before {
  color: #bc5026;
}

/* 公共施設 */
.main-public {
  margin-bottom: 0;
}
.main-public .facility {
  background: #fff;
}
.main-public .facility-pickuplist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 950px) {
  .main-public .facility-pickuplist {
    gap: 10px;
  }
}
@media screen and (min-width: 951px) {
  .main-public .facility-pickuplist {
    gap: 20px;
  }
}
@media screen and (min-width: 1081px) {
  .main-public .facility-pickuplist {
    font-size: 18px;
  }
}
.main-public .facility-pickuplist__item {
  position: relative;
  aspect-ratio: 13/6;
  overflow: hidden;
}
@media screen and (max-width: 950px) {
  .main-public .facility-pickuplist__item {
    width: calc((100% - 10px) / 2);
  }
}
@media screen and (min-width: 951px) {
  .main-public .facility-pickuplist__item {
    width: calc((100% - 60px) / 4);
  }
}
.main-public .facility-pickuplist__item::before, .main-public .facility-pickuplist__item::after {
  position: absolute;
}
.main-public .facility-pickuplist__item::before {
  content: "";
  display: block;
  bottom: -20px;
  right: -20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 100%;
  z-index: 3;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 950px) {
  .main-public .facility-pickuplist__item::before {
    width: 45px;
  }
}
@media screen and (min-width: 951px) {
  .main-public .facility-pickuplist__item::before {
    bottom: -21%;
    right: -6%;
    width: 23.2%;
    max-width: 65px;
  }
}
.main-public .facility-pickuplist__item::after {
  content: "";
  display: block;
  background: url(../images/arrow_brown.svg) no-repeat center center/contain;
  z-index: 4;
}
@media screen and (max-width: 950px) {
  .main-public .facility-pickuplist__item::after {
    width: 13px;
    height: 7px;
    bottom: 6%;
    right: 3px;
  }
}
@media screen and (min-width: 951px) {
  .main-public .facility-pickuplist__item::after {
    width: 11.8%;
    max-width: 19px;
    height: 15.4%;
    max-height: 10px;
    bottom: 10%;
    right: 3%;
  }
}
.main-public .facility-pickuplist__link {
  position: relative;
  display: block;
  overflow: hidden;
  color: #fff;
}
.main-public .facility-pickuplist__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(30, 25, 24, 0.3);
  z-index: 2;
}
.main-public .facility-pickuplist__link:hover {
  opacity: 0.8;
}
.main-public .facility-pickuplist__image {
  position: relative;
  z-index: 1;
  aspect-ratio: 13/6;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.main-public .facility-pickuplist__name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  text-shadow: 0 0 5px rgba(30, 25, 24, 0.8);
}
@media print, screen and (min-width: 768px) {
  .main-public .facility-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.main-public .facility-list__item {
  border-bottom: 1px solid #ede9e2;
}
@media screen and (max-width: 767px) {
  .main-public .facility-list__item {
    padding: 15px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .main-public .facility-list__item {
    width: calc((100% - 20px) / 2);
    padding: 25px 0;
  }
}
.main-public .facility-list__name {
  margin-bottom: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
}
@media print, screen and (min-width: 768px) {
  .main-public .facility-list__name {
    font-size: 18px;
  }
}
@media screen and (min-width: 1081px) {
  .main-public .facility-list__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.main-public .facility-list__address {
  font-size: 14px;
}
@media screen and (min-width: 1081px) {
  .main-public .facility-list__address {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
  }
}
.main-public .facility-list__website {
  text-align: right;
}
.main-public .facility-list__link::after {
  width: 30px;
  height: 30px;
}

/* ブランド */
.main-brand {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .main-brand .brand__list {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-brand .brand__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 70px;
  }
}
.main-brand .brand__item {
  position: relative;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main-brand .brand__item {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-brand .brand__item {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }
}
.main-brand .brand__item::before, .main-brand .brand__item::after {
  position: absolute;
}
.main-brand .brand__item::before {
  content: "";
  display: block;
  background: #f08c00;
  border-radius: 100%;
  z-index: 3;
  aspect-ratio: 1/1;
}
@media screen and (max-width: 767px) {
  .main-brand .brand__item::before {
    bottom: -10px;
    right: -10px;
    width: 45px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-brand .brand__item::before {
    bottom: -11.6%;
    right: -2%;
    width: 11.6%;
    min-width: 50px;
    max-width: 65px;
  }
}
.main-brand .brand__item::after {
  content: "";
  display: block;
  background: url(../images/arrow_white.svg) no-repeat center center/contain;
  z-index: 4;
}
@media screen and (max-width: 767px) {
  .main-brand .brand__item::after {
    width: 13px;
    height: 7px;
    bottom: 15px;
    right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-brand .brand__item::after {
    width: 5.4%;
    max-width: 19px;
    height: 7.7%;
    max-height: 10px;
    bottom: 11.5%;
    right: 2.6%;
  }
}
.main-brand .brand__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-brand .brand__link:hover {
  opacity: 0.8;
}
.main-brand .brand__image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
@media screen and (max-width: 767px) {
  .main-brand .brand__image {
    width: 120px;
    height: 85px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-brand .brand__image {
    width: 40%;
    max-width: 240px;
    height: 145px;
  }
}
.main-brand .brand__body {
  padding-left: clamp(10px, 2.5vw, 30px);
}
.main-brand .brand__name {
  line-height: 1.3;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .main-brand .brand__name {
    padding-right: 15px;
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-brand .brand__name {
    font-size: clamp(18px, 1.8vw, 22px);
  }
}
@media screen and (max-width: 767px) {
  .main-brand .brand__category {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) and (max-width: 1080px) {
  .main-brand .brand__category {
    font-size: 14px;
  }
}
.main-brand .brand__sitenote {
  padding-top: 5px;
}
@media screen and (max-width: 767px) {
  .main-brand .brand__sitenote {
    font-size: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-brand .brand__sitenote {
    font-size: 12px;
  }
}
.main-brand .brand-detail {
  border-radius: 30px;
  background: #fff;
  overflow: hidden;
}
.main-brand .brand-detail__heading {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main-brand .brand-detail__heading {
    height: 33vw;
  }
}
@media print, screen and (min-width: 768px) {
  .main-brand .brand-detail__heading {
    height: 22vw;
    max-height: 300px;
  }
}
.main-brand .brand-detail__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.main-brand .brand-detail__ttl {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  aspect-ratio: 1/1;
  background: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .main-brand .brand-detail__ttl {
    height: 25vw;
  }
}
@media print, screen and (min-width: 768px) {
  .main-brand .brand-detail__ttl {
    width: 18%;
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .main-brand .brand-detail__body {
    padding: 25px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-brand .brand-detail__body {
    padding: 40px 30px;
  }
}
.main-brand .brand-detail__lead {
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .main-brand .brand-detail__lead {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-brand .brand-detail__lead {
    margin-bottom: 40px;
    text-align: center;
    font-size: clamp(22px, 2.8vw, 28px);
  }
}
@media screen and (min-width: 1081px) {
  .main-brand .brand-detail__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 1080px) {
  .main-brand .brand-detail__description {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 1081px) {
  .main-brand .brand-detail__description {
    width: 49%;
  }
}
.main-brand .brand-detail__description p {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .main-brand .brand-detail__slider {
    max-width: 300px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .main-brand .brand-detail__slider {
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1081px) {
  .main-brand .brand-detail__slider {
    width: 43%;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
}
.main-brand .brand-detail__item {
  overflow: hidden;
}
.main-brand .brand-detail__item img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  border-radius: 30px;
}
.main-brand .brand-detail .slider__arrow {
  width: 26px;
  height: 26px;
}
.main-brand .brand-detail .slider__arrow.splide__arrow--next {
  right: 10px;
}
.main-brand .brand-detail .slider__arrow.splide__arrow--prev {
  left: 10px;
}
.main-brand .brand-topic {
  position: relative;
}
.main-brand .brand-topic__heading::before {
  color: #bc5026;
}
@media screen and (max-width: 767px) {
  .main-brand .brand-topic__link {
    margin-top: 20px;
    padding-right: 15px;
    text-align: right;
  }
}
@media print, screen and (min-width: 768px) {
  .main-brand .brand-topic__link {
    position: absolute;
    top: 10px;
    right: 0;
  }
}
.main-brand .brand-product {
  background: #efd695;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .main-brand .brand-product__heading {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.main-brand .brand-product__heading::before {
  color: #bc5026;
}
@media screen and (max-width: 767px) {
  .main-brand .brand-product__heading::before {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    margin-bottom: 3px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-brand .brand-product__content {
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media screen and (max-width: 767px) {
  .main-brand .brand-product__list {
    width: 100%;
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    margin-left: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-brand .brand-product__list {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
  }
}
.main-brand .brand-product__shoplist {
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .main-brand .brand-product__shoplist {
    padding: 25px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-brand .brand-product__shoplist {
    padding: 40px 30px;
  }
}

/* お友達 */
.main-friends {
  margin-bottom: 0;
}
.main-friends .friends__inner {
  background: #eff7d7;
}
.main-friends .friends__list {
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .main-friends .friends__list {
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-friends .friends__list {
    padding: 40px 25px;
  }
}
.main-friends .friends__list h3 {
  margin-bottom: 10px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .main-friends .friends__list h3 {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-friends .friends__list h3 {
    font-size: 18px;
  }
}
.main-friends .friends__list .list__body {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main-friends .friends__list .list__body {
    text-align: center;
  }
}
.main-friends .friends__list p {
  font-size: 14px;
}
.main-friends .friends__list .friends__link {
  margin-top: 10px;
  text-align: right;
}
.main-friends .friends__list .friends__link a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Zen Maru Gothic", sans-serif;
}
.main-friends .friends__list .friends__link a::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url(../images/arrow_white.svg) no-repeat center center/10px auto;
  width: 30px;
  height: 30px;
  background-color: #639305;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 10px;
  border-radius: 100%;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.main-friends .friends__list .friends__link a:hover::after {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media screen and (min-width: 1081px) {
  .main-friends .friends__list .friends-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.main-friends .friends__list .friends-list li {
  border-bottom: 1px solid #ede9e2;
}
@media screen and (max-width: 767px) {
  .main-friends .friends__list .friends-list li {
    padding: 15px 0;
  }
}
@media print, screen and (min-width: 768px) {
  .main-friends .friends__list .friends-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0;
  }
}
@media screen and (min-width: 1081px) {
  .main-friends .friends__list .friends-list li {
    width: calc((100% - 20px) / 2);
  }
}
.main-friends .friends__list .friends-list li img {
  width: 180px;
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
  -ms-flex-item-align: start;
      align-self: flex-start;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .main-friends .friends__list .friends-list li img {
    display: block;
    margin: 0 auto 10px;
  }
}
.main-friends .friends__list .friends-list li > a {
  width: 180px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media print, screen and (min-width: 768px) {
  .main-friends .friends__list .friends-list li > a {
    margin-right: 20px;
  }
}

/* 検索結果 */
.main-search li {
  border-bottom: 1px solid #efd695;
  padding-bottom: 15px;
}
.main-search li:nth-of-type(n+2) {
  margin-top: 15px;
}
.main-search li.type-post .search__ttl::before {
  content: "お知らせ";
  background: #efd695;
  color: #1e1918;
}
.main-search li.type-friends .search__ttl::before {
  content: "仲間たち";
  background: #639305;
}
.main-search li.type-brand .search__ttl::before {
  content: "ブランド";
  background: #bc5026;
}
.main-search li.type-page .search__ttl::before {
  content: "ページ";
  background: #fff;
  color: #1e1918;
}
.main-search li.type-special .search__ttl::before {
  content: "特集";
  background: #f08c00;
}
.main-search a:not([class]) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-search .search__thumbnail {
  width: 25%;
  max-width: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.main-search img {
  aspect-ratio: 5/3;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767px) {
  .main-search img {
    border-radius: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-search img {
    border-radius: 30px;
  }
}
.main-search .search__content {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .main-search .search__content {
    padding-left: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-search .search__content {
    padding-left: 20px;
  }
}
.main-search .search__ttl {
  margin-bottom: 5px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media screen and (max-width: 767px) {
  .main-search .search__ttl {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-search .search__ttl {
    font-size: 20px;
  }
}
.main-search .search__ttl::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 120px;
  height: 18px;
  border-radius: 9px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  font-family: "Zen Maru Gothic", sans-serif;
}
.main-search .search__description {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .main-search .search__description {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .main-search .search__description {
    font-size: 14px;
  }
}
.main-search .search__description p {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 767px) {
  .main-search .entry-meta {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-search .entry-meta {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .main-search .taxonomy-links {
    font-size: 12px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-search .taxonomy-links {
    font-size: 14px;
  }
}
.main-search .taxonomy-links:first-of-type {
  margin-top: 10px;
}
.main-search .searchform {
  margin-top: 30px;
}
.main-search .searchform div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 30px;
  padding: 0 10px;
  background: #fff;
  border-radius: 15px;
  font-family: "Zen Maru Gothic", sans-serif;
}
@media print, screen and (min-width: 768px) {
  .main-search .searchform div {
    width: 30%;
    max-width: 400px;
  }
}
.main-search .searchform input[type=text] {
  width: 100%;
  height: 30px;
  border: none;
  background: none;
}
.main-search .searchform #searchsubmit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30px;
  height: 30px;
  border: none;
  color: transparent;
  background: url(../images/icon_search.svg) no-repeat center center;
  text-align: center;
  cursor: pointer;
}

/* カテゴリ */
.main-category .category__body {
  background: #fff;
  border-radius: 30px;
}
@media screen and (max-width: 767px) {
  .main-category .category__body {
    padding: 20px 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .main-category .category__body {
    padding: 40px 25px;
  }
}
.main-category .category__body:nth-of-type(n+2) {
  margin-top: 20px;
}
.main-category .category__heading {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-category .category__heading::before {
  content: "●";
  margin-right: 5px;
  font-size: 0.85em;
  color: #f08c00;
}
@media print, screen and (min-width: 768px) {
  .main-category .category__heading {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 30px;
  }
}
.main-category .category__heading.category__friends::before {
  color: #639305;
}
.main-category .category__heading.category__onlineshop::before {
  color: #bc5026;
}
.main-category .category__link {
  display: block;
  width: 100%;
}

/* お問い合わせ */
.main-contact input[type=text], .main-contact textarea {
  width: 100%;
  border: 1px solid #ede9e2;
  padding: 5px;
  margin-bottom: 10px;
  font-size: 16px;
}
.main-contact input[type=text].short, .main-contact textarea.short {
  max-width: 100px;
}
.main-contact input[type=text].midium, .main-contact textarea.midium {
  max-width: 200px;
}
.main-contact select {
  margin-bottom: 10px;
}
.main-contact label {
  display: block;
  margin-bottom: 5px;
}
.main-contact .contact__body {
  max-width: 800px;
}
.main-contact .contact__heading {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 20px;
}
.main-contact .contact__label {
  margin: 25px 0 10px;
  font-size: 1.25em;
  font-family: "Zen Maru Gothic", sans-serif;
}
.main-contact .contact__hissu {
  color: #ff0000;
}
.main-contact .contact__name {
  display: inline-block;
}
.main-contact .contact__note {
  font-size: 14px;
}
.main-contact .contact__submit {
  width: 100%;
  max-width: 300px;
  padding: 10px 15px;
  background: #f08c00;
  border-radius: 30px;
  color: #fff;
  font-weight: 700;
}
.main-contact .contact__tel {
  font-family: "Zen Maru Gothic", sans-serif;
}