/*///////////*/
/*--- Top ---*/
/*///////////*/
.p-mv {
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
}
.p-mv__img {
  width: 100%;
  height: 375px;
  object-fit: cover;
}

.p-for-business {
  position: absolute;
  right: 18px;
  bottom: -32px;
}
.p-for-business-bnr {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 4px;
  padding: 10px 14px 10px 8px;
  background-color: #F9F5F2;
  border-radius: 10px;
  transition: opacity 0.4s cubic-bezier(0.5, 0, 0.5, 1);
}
.p-for-business-bnr__icon {
  flex: 0 0 auto;
  width: 32px;
}
.p-for-business-bnr__lbl {
  flex: 0 1 auto;
  color: var(--c-text);
  font-size: 1.4rem;
  line-height: 1.4286;
}
.p-for-business-bnr__arrow {
  position: absolute;
  right: -7px;
  bottom: -6px;
  display: grid;
  place-items: center;
  width: 20px;
  aspect-ratio: 1;
  background-color: #10a19b;
  border-radius: 50%;
}
.p-for-business-bnr__arrow:before {
  content: "";
  width: 6px;
  aspect-ratio: 1;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  rotate: 45deg;
  translate: -25%;
  box-sizing: border-box;
}
@media (any-hover: hover) {
  .p-for-business-bnr:hover {
    opacity: 0.85;
  }
}

.p-intro {
  position: relative;
  padding-top: 89px;
  background-color: #ebdfd5;
}
.p-intro-bg {
  position: absolute;
  inset: 0;
}
.p-intro-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: min(83.50515vw, 507px);
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #f0e7df;
}
.p-intro-bg__item {
  position: absolute;
}
.p-intro-bg__item.is-fd5 {
  display: none;
}
.p-intro-bg__item.is-7df {
  top: 111px;
  left: 50%;
  width: 184.020618%;
  max-width: 1000px;
  translate: -50%;
  rotate: 14deg;
}
.p-intro > .l-container {
  position: relative;
  z-index: 10;
  padding-inline: 8px;
}
.p-intro__ttl {
  margin-bottom: 40px;
  font-family: var(--font-zen);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-intro__txt {
  font-size: 1.6rem;
  line-height: 1.875;
}
.p-intro__fig {
  position: relative;
  z-index: -1;
  width: 83.806818%;
  max-width: 420px;
  margin: -72px 0 -100px -8px;
  opacity: 0.55;
}
.p-intro-vid {
  width: 93.1818%;
  max-width: 1120px;
  margin-left: auto;
}
.p-intro-vid__frame {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.p-award {
  position: relative;
  padding: 16px;
  margin-block: 32px 0;
  background-color: rgba(255, 255, 255, 0.46);
  border-radius: 12px;
}
.p-award__lead {
  margin-bottom: 12px;
  font-size: 1.2rem;
  text-align: center;
  line-height: 1.5;
}
.p-award-logo {
  max-width: 260px;
  margin-inline: auto;
}

.p-to-instagram {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 16px;
  padding: 16px 40px;
  margin-top: 60px;
  background-color: rgba(255, 255, 255, 0.46);
  border-radius: 12px;
  transition: opacity 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}
.p-to-instagram__check {
  position: absolute;
  top: -14px;
  left: -8px;
  width: 62px;
  rotate: -20deg;
}
.p-to-instagram__lbl {
  flex: 0 1 auto;
  color: var(--c-text);
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-to-instagram__icon {
  flex: 0 0 auto;
  width: 46px;
}
@media (any-hover: hover) {
  .p-to-instagram:hover {
    opacity: 0.6;
  }
}

.p-idx-arts {
  padding-top: 64px;
  background-color: #F0E7DF;
}
.p-idx-arts-intro {
  position: relative;
}
.p-idx-arts-intro-bg {
  position: absolute;
  inset: 0;
}
.p-idx-arts-intro-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 40.721649vw;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #EBDFD5;
}
.p-idx-arts-intro-bg__item {
  position: absolute;
  top: -34px;
  left: 50%;
  width: 184.020618%;
  max-width: 1000px;
  transform-origin: center top;
  translate: -50%;
  rotate: -14deg;
}
.p-idx-arts-intro > .l-container {
  position: relative;
  z-index: 10;
  padding-inline: 8px;
}
.p-idx-arts__fig {
  position: absolute;
  top: 64px;
  right: 0;
  z-index: -1;
  width: 87.22826%;
  max-width: 440px;
  opacity: 0.8;
}
.p-idx-arts-ttl {
  display: flex;
  flex-direction: column;
  row-gap: 14px;
  margin-bottom: 132px;
}
.p-idx-arts-ttl__script {
  width: 157px;
}
.p-idx-arts-ttl__lbl {
  font-family: var(--font-arial);
  color: #fff;
  font-size: 5.7rem;
  font-weight: 700;
  line-height: 1.1579;
  letter-spacing: 0.12em;
}
.p-idx-arts-txt {
  margin-bottom: 37px;
}
.p-idx-arts-txt__ttl {
  margin-bottom: 24px;
  font-family: var(--font-zen);
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
.p-idx-arts-txt__lead {
  font-size: 1.6rem;
  line-height: 1.875;
}

.p-idx-sc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 24px 8px;
  margin-inline: -8px;
}
.p-idx-sc__item {
  flex: 0 0 auto;
  width: calc((100% + 8px) / 2 - 8px);
  max-width: 200px;
}

.c-idx-sc-btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding-inline: 12px;
  border-radius: 24px;
  transition: background-color 0.2s;
}
.c-idx-sc-btn__icon {
  position: absolute;
}
.c-idx-sc-btn__lbl {
  flex: 0 1 auto;
  font-family: var(--font-zen);
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.c-idx-sc-btn--nature {
  background-color: var(--c-green);
  --c-hover: var(--c-green-bold);
}
.c-idx-sc-btn--nature .c-idx-sc-btn__icon {
  top: -17px;
  left: 2px;
  width: 37px;
}
.c-idx-sc-btn--food {
  background-color: var(--c-yellow);
  --c-hover: var(--c-yellow-bold);
}
.c-idx-sc-btn--food .c-idx-sc-btn__icon {
  top: -9px;
  left: 0;
  width: 42px;
}
.c-idx-sc-btn--craft {
  background-color: var(--c-blue);
  --c-hover: var(--c-blue-bold);
}
.c-idx-sc-btn--craft .c-idx-sc-btn__icon {
  top: -15px;
  left: 4px;
  width: 42px;
}
.c-idx-sc-btn--culture {
  background-color: var(--c-pink);
  --c-hover: var(--c-pink-bold);
}
.c-idx-sc-btn--culture .c-idx-sc-btn__icon {
  top: -9px;
  left: 9px;
  width: 35px;
}
.c-idx-sc-btn--living {
  background-color: var(--c-orange);
  --c-hover: var(--c-orange-bold);
}
.c-idx-sc-btn--living .c-idx-sc-btn__icon {
  top: -18px;
  left: -8px;
  width: 43px;
}
@media (any-hover: hover) {
  .c-idx-sc-btn:hover {
    background-color: var(--c-hover);
  }
}

.p-pickup {
  position: relative;
  padding-block: 60px 50px;
  background-color: #ebdfd5;
}
.p-pickup-bg {
  position: absolute;
  inset: 60px 0 0;
}
.p-pickup-bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 62px;
  left: 0;
  bottom: -180px;
  width: 100%;
  background-color: #f0e7df;
}
.p-pickup-bg__item {
  position: absolute;
  top: -204px;
  left: 50%;
  width: 184.020618%;
  max-width: 1000px;
  translate: -50%;
}
.p-pickup > .l-container {
  position: relative;
}
.p-pickup__ttl {
  margin-bottom: 34px;
  font-family: var(--font-arial);
  color: #fff;
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.12em;
}
.p-pickup-list {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 40px 8px;
}
.p-pickup-orns {
  display: none;
}

.c-arts-sec {
  position: relative;
  padding-block: 45px 50px;
  scroll-margin-top: 80px;
}
.c-arts-sec:before, .c-arts-sec:after {
  content: "";
  display: block;
  position: absolute;
  width: 100vw;
  left: 0;
}
.c-arts-sec:before {
  top: 0;
  height: 130px;
}
.c-arts-sec:after {
  top: 130px;
  bottom: -130px;
}
.c-arts-sec:nth-last-of-type(1):after {
  bottom: -60px;
}
.c-arts-sec__bg {
  position: absolute;
  display: none;
}
.c-arts-sec > .l-container {
  position: relative;
  z-index: 10;
}
.c-arts-sec__ttl {
  margin-bottom: 45px;
  font-family: var(--font-zen);
  color: var(--c-bold);
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
}
.c-arts-sec__innr {
  position: relative;
  padding: 60px 8px 0;
}
.c-arts-sec__script, .c-arts-sec__orn {
  position: absolute;
}
.c-arts-sec__script {
  left: 0;
  rotate: -20deg;
  width: 104px;
}
.c-arts-sec__orn {
  left: 50%;
  translate: -50%;
}
.c-arts-sec__lead {
  margin-bottom: 44px;
  font-family: var(--font-zen);
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.875;
}
.c-arts-sec-more {
  margin-top: 40px;
  text-align: center;
}
.c-arts-sec-more-btn {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 100%;
  max-width: 320px;
  height: 64px;
  background-color: var(--c-regular);
  border-radius: 32px;
  transition: background-color 0.2s;
}
.c-arts-sec-more-btn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  aspect-ratio: 1;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  translate: 0 -50%;
  rotate: 45deg;
  box-sizing: border-box;
  transition: translate 0.3s cubic-bezier(0.5, 0, 0.5, 1);
}
.c-arts-sec-more-btn__lbl {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 500;
}
@media (any-hover: hover) {
  .c-arts-sec-more-btn:hover {
    background-color: var(--c-bold);
  }
  .c-arts-sec-more-btn:hover:after {
    translate: 8px -50%;
  }
}
.c-arts-sec--nature {
  --c-regular: var(--c-green);
  --c-bold: var(--c-green-bold);
}
.c-arts-sec--nature:before {
  background: linear-gradient(to bottom, rgba(192, 229, 201, 0) 0%, rgba(192, 229, 201, 0.5) 25%, #c0e5c9 100%);
}
.c-arts-sec--nature:after {
  background-color: color-mix(in srgb, #c0e5c9 30%, #fff);
}
.c-arts-sec--nature .c-arts-sec__script {
  top: -23px;
}
.c-arts-sec--nature .c-arts-sec__orn {
  top: -32px;
  width: 48px;
}
.c-arts-sec--food {
  --c-regular: var(--c-yellow);
  --c-bold: var(--c-yellow-bold);
}
.c-arts-sec--food:before {
  background: linear-gradient(to bottom, rgba(235, 226, 193, 0) 0%, rgba(235, 226, 193, 0.5) 25%, #EBE2C1 100%);
}
.c-arts-sec--food:after {
  background-color: color-mix(in srgb, #EBE2C1 30%, #fff);
}
.c-arts-sec--food .c-arts-sec__script {
  top: -18px;
}
.c-arts-sec--food .c-arts-sec__orn {
  top: -25px;
  width: 61px;
}
.c-arts-sec--craft {
  --c-regular: var(--c-blue);
  --c-bold: var(--c-blue-bold);
}
.c-arts-sec--craft:before {
  background: linear-gradient(to bottom, rgba(203, 217, 239, 0) 0%, rgba(203, 217, 239, 0.5) 25%, #CBD9EF 100%);
}
.c-arts-sec--craft:after {
  background-color: color-mix(in srgb, #CBD9EF 30%, #fff);
}
.c-arts-sec--craft .c-arts-sec__script {
  top: -13px;
}
.c-arts-sec--craft .c-arts-sec__orn {
  top: -32px;
  width: 60px;
}
.c-arts-sec--culture {
  --c-regular: var(--c-pink);
  --c-bold: var(--c-pink-bold);
}
.c-arts-sec--culture:before {
  background: linear-gradient(to bottom, rgba(242, 223, 229, 0) 0%, rgba(242, 223, 229, 0.5) 25%, #F2DFE5 100%);
}
.c-arts-sec--culture:after {
  background-color: color-mix(in srgb, #F2DFE5 30%, #fff);
}
.c-arts-sec--culture .c-arts-sec__script {
  top: -22px;
}
.c-arts-sec--culture .c-arts-sec__orn {
  top: -30px;
  width: 62px;
}
.c-arts-sec--living {
  --c-regular: var(--c-orange);
  --c-bold: var(--c-orange-bold);
}
.c-arts-sec--living:before {
  background: linear-gradient(to bottom, rgba(242, 220, 209, 0) 0%, rgba(242, 220, 209, 0.5) 25%, #F2DCD1 100%);
}
.c-arts-sec--living:after {
  background-color: color-mix(in srgb, #F2DCD1 30%, #fff);
}
.c-arts-sec--living .c-arts-sec__script {
  top: -22px;
}
.c-arts-sec--living .c-arts-sec__orn {
  top: -26px;
  width: 78px;
}
.c-arts-sec-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(245px, 1fr));
  gap: 43px 16px;
}

.p-fixed-cats {
  position: fixed;
  top: 60px;
  right: 0;
  z-index: 500;
  height: calc(100svh - 60px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s;
}
.p-fixed-cats.is-show {
  opacity: 1;
  pointer-events: auto;
}
.p-fixed-cats-tgl {
  position: absolute;
  top: 50%;
  right: 0;
  translate: 0 -50%;
}
.p-fixed-cats-tgl-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 35px;
  padding-inline: 16px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  background-color: #f9ffdf;
  border: 1px solid var(--c-gray-text);
  border-right: none;
  border-radius: 10px 0 0 10px;
}
.p-fixed-cats-tgl-btn__icon {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 18px;
  aspect-ratio: 1;
  background-color: #fff;
  border-radius: 50%;
}
.p-fixed-cats-tgl-btn__icon:before {
  content: "";
  width: 7px;
  aspect-ratio: 1;
  background-color: #00a9b2;
  clip-path: polygon(0 50%, 100% 0, 100% 100%);
}
.p-fixed-cats-tgl-btn__lbl {
  flex: 0 0 auto;
  font-family: var(--font-zen);
  color: var(--c-gray-text);
  font-size: 1.2rem;
  font-weight: 700;
}

body.is-cat-open {
  overflow: hidden;
}

.p-fixed-nav {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  width: 100vw;
  height: 100%;
  background-color: #fff;
  translate: 100%;
  transition: translate 0.4s cubic-bezier(0.5, 0, 0.5, 1);
}
.is-cat-open .p-fixed-nav {
  translate: 0;
}
.p-fixed-nav-close {
  flex: 0 0 auto;
  padding: 12px 12px 8px;
}
.p-fixed-nav-close__btn {
  position: relative;
  display: block;
  width: 32px;
  aspect-ratio: 1;
  margin-left: auto;
}
.p-fixed-nav-close__btn:before, .p-fixed-nav-close__btn:after {
  content: "";
  display: block;
  width: 80%;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: var(--c-text);
  translate: -50% -50%;
}
.p-fixed-nav-close__btn:before {
  rotate: 45deg;
}
.p-fixed-nav-close__btn:after {
  rotate: -45deg;
}
.p-fixed-nav-latest {
  flex: 0 0 auto;
  padding: 0 16px 32px;
}
.p-fixed-nav-latest__lead {
  margin-bottom: 10px;
  font-family: var(--font-zen);
  color: var(--c-gray-text);
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 1;
}
.p-fixed-nav-latest__innr {
  display: flex;
  align-items: center;
  column-gap: 8px;
}
.p-fixed-nav-latest__fig {
  flex: 0 0 auto;
  width: 28.49162%;
  max-width: 200px;
}
.p-fixed-nav-latest__txt {
  flex: 1 1 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px 8px;
}
.p-fixed-nav-latest__ttl {
  flex: 0 0 auto;
  width: 100%;
  font-family: var(--font-zen);
  color: var(--c-text);
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4286;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.p-fixed-nav-latest__date {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  column-gap: 4px;
  color: var(--c-gray-text);
  font-size: 1.2rem;
}
.p-fixed-nav-latest__date:before {
  content: "";
  flex: 0 0 auto;
  width: 10px;
  height: 12px;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMCIgaGVpZ2h0PSIxMS40MjkiIHZpZXdCb3g9IjAgMCAxMCAxMS40MjkiPjxwYXRoIGQ9Ik0wLDEwLjM1N2ExLjA3MiwxLjA3MiwwLDAsMCwxLjA3MSwxLjA3MUg4LjkyOUExLjA3MiwxLjA3MiwwLDAsMCwxMCwxMC4zNTdWNC4yODZIMFpNNy4xNDMsNS45ODJhLjI2OS4yNjksMCwwLDEsLjI2OC0uMjY4SDguM2EuMjY5LjI2OSwwLDAsMSwuMjY4LjI2OHYuODkzYS4yNjkuMjY5LDAsMCwxLS4yNjguMjY4SDcuNDExYS4yNjkuMjY5LDAsMCwxLS4yNjgtLjI2OFptMCwyLjg1N2EuMjY5LjI2OSwwLDAsMSwuMjY4LS4yNjhIOC4zYS4yNjkuMjY5LDAsMCwxLC4yNjguMjY4di44OTNBLjI2OS4yNjksMCwwLDEsOC4zLDEwSDcuNDExYS4yNjkuMjY5LDAsMCwxLS4yNjgtLjI2OFpNNC4yODYsNS45ODJhLjI2OS4yNjksMCwwLDEsLjI2OC0uMjY4aC44OTNhLjI2OS4yNjksMCwwLDEsLjI2OC4yNjh2Ljg5M2EuMjY5LjI2OSwwLDAsMS0uMjY4LjI2OEg0LjU1NGEuMjY5LjI2OSwwLDAsMS0uMjY4LS4yNjhabTAsMi44NTdhLjI2OS4yNjksMCwwLDEsLjI2OC0uMjY4aC44OTNhLjI2OS4yNjksMCwwLDEsLjI2OC4yNjh2Ljg5M0EuMjY5LjI2OSwwLDAsMSw1LjQ0NiwxMEg0LjU1NGEuMjY5LjI2OSwwLDAsMS0uMjY4LS4yNjhaTTEuNDI5LDUuOTgyQS4yNjkuMjY5LDAsMCwxLDEuNyw1LjcxNGguODkzYS4yNjkuMjY5LDAsMCwxLC4yNjguMjY4di44OTNhLjI2OS4yNjksMCwwLDEtLjI2OC4yNjhIMS43YS4yNjkuMjY5LDAsMCwxLS4yNjgtLjI2OFptMCwyLjg1N0EuMjY5LjI2OSwwLDAsMSwxLjcsOC41NzFoLjg5M2EuMjY5LjI2OSwwLDAsMSwuMjY4LjI2OHYuODkzQS4yNjkuMjY5LDAsMCwxLDIuNTg5LDEwSDEuN2EuMjY5LjI2OSwwLDAsMS0uMjY4LS4yNjhabTcuNS03LjQxMUg3Ljg1N1YuMzU3QS4zNTguMzU4LDAsMCwwLDcuNSwwSDYuNzg2YS4zNTguMzU4LDAsMCwwLS4zNTcuMzU3VjEuNDI5SDMuNTcxVi4zNTdBLjM1OC4zNTgsMCwwLDAsMy4yMTQsMEgyLjVhLjM1OC4zNTgsMCwwLDAtLjM1Ny4zNTdWMS40MjlIMS4wNzFBMS4wNzIsMS4wNzIsMCwwLDAsMCwyLjVWMy41NzFIMTBWMi41QTEuMDcyLDEuMDcyLDAsMCwwLDguOTI5LDEuNDI5WiIgZmlsbD0iIzg2ODY4NiIvPjwvc3ZnPg==) no-repeat center/contain;
}
.p-fixed-nav-latest__read {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  column-gap: 4px;
  padding-right: 16px;
  color: #00A9B2;
  font-size: 1.4rem;
  font-weight: 700;
}
.p-fixed-nav-latest__read:after {
  content: "";
  flex: 0 0 auto;
  width: 12px;
  height: 1px;
  background-color: #00a9b2;
}
.p-fixed-nav-list {
  flex: 0 1 auto;
  overflow: auto;
}
.p-fixed-nav-list__item:not(:nth-last-of-type(1)) {
  border-bottom: 3px solid #fff;
}

.c-fixed-nav-anch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 58px;
  padding-inline: 22px 24px;
  background-color: var(--cat-c);
}
.c-fixed-nav-anch:after {
  content: "";
  flex: 0 0 auto;
  width: 8px;
  aspect-ratio: 1;
  margin-left: 24px;
  border: 2px solid #606060;
  border-bottom: none;
  border-left: none;
  rotate: 45deg;
  box-sizing: border-box;
}
.c-fixed-nav-anch__icon {
  flex: 0 0 auto;
  width: 47px;
}
.c-fixed-nav-anch__icon img {
  display: block;
  margin-inline: auto;
}
.c-fixed-nav-anch__lbl {
  font-family: var(--font-zen);
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
}
.c-fixed-nav-anch--nature {
  --cat-c: var(--c-green);
}
.c-fixed-nav-anch--nature .c-fixed-nav-anch__icon img {
  width: 41px;
}
.c-fixed-nav-anch--food {
  --cat-c: var(--c-yellow);
}
.c-fixed-nav-anch--food .c-fixed-nav-anch__icon img {
  width: 42px;
}
.c-fixed-nav-anch--craft {
  --cat-c: var(--c-blue);
}
.c-fixed-nav-anch--craft .c-fixed-nav-anch__icon img {
  width: 35px;
}
.c-fixed-nav-anch--culture {
  --cat-c: var(--c-pink);
}
.c-fixed-nav-anch--culture .c-fixed-nav-anch__icon img {
  width: 37px;
}
.c-fixed-nav-anch--living {
  --cat-c: var(--c-orange);
}
.c-fixed-nav-anch--living .c-fixed-nav-anch__icon img {
  width: 47px;
}

@media screen and (min-width: 768px) {
  .p-mv {
    margin-bottom: min(8.203125%, 105px);
  }
  .p-mv__img {
    height: auto;
    aspect-ratio: 1280/645;
  }
  .p-for-business {
    right: 23px;
    bottom: min(10.15625vw - 110px, 20px);
  }
  .p-for-business-bnr {
    column-gap: 10px;
    padding: 10px 24px 10px 12px;
  }
  .p-for-business-bnr__icon {
    width: 38px;
  }
  .p-for-business-bnr__lbl {
    font-size: 2rem;
  }
  .p-for-business-bnr__arrow {
    right: -9px;
    width: 24px;
  }
  .p-intro {
    padding-top: min(10.78125%, 138px);
  }
  .p-intro-bg:before {
    top: max(43.6631944444vw + 284.6666666667px, 620px);
  }
  .p-intro-bg:after {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 1920/399;
    position: absolute;
    bottom: 100%;
    left: 0;
    background: linear-gradient(to bottom, rgba(235, 223, 213, 0) 0%, #EBDFD5 100%);
  }
  .p-intro-bg__item.is-fd5 {
    top: -38.125vw;
    left: 50%;
    display: block;
    width: 122.65625%;
    translate: -50%;
    rotate: -5deg;
    opacity: 0.25;
  }
  .p-intro-bg__item.is-7df {
    top: 299px;
    width: 122.65625%;
    max-width: unset;
  }
  .p-intro > .l-container {
    padding-inline: 0;
    display: flex;
    flex-wrap: wrap;
  }
  .p-intro__ttl {
    margin-bottom: min(5.390625vw, 69px);
    font-size: clamp(2.8rem, 3.28125vw, 4.2rem);
    line-height: 1.61904;
    flex: 0 0 auto;
    order: 1;
    width: 100%;
  }
  .p-intro__txt {
    font-size: clamp(1.6rem, 1.5625vw, 2rem);
    line-height: 1.9;
    flex: 0 0 auto;
    order: 3;
    width: 37.96875%;
    margin-left: 2.96875%;
  }
  .p-intro__fig {
    width: 55.15625%;
    max-width: 706px;
    margin: 0 0 -117px max(-2.34375%, -30px);
    flex: 0 0 auto;
    order: 2;
    opacity: 0.85;
  }
  .p-intro-vid {
    width: 87.5%;
    flex: 0 0 auto;
    order: 4;
    margin-right: clamp(-138px, (1280px - 100vw) / 2, -10px);
  }
  .p-award {
    padding: 20px 22px;
    margin-block: clamp(32px, 12.345679%, 60px);
    border-radius: 16px;
  }
  .p-award__lead {
    font-size: clamp(1.2rem, 1.171875vw, 1.5rem);
  }
  .p-to-instagram {
    column-gap: 30px;
    padding: 20px 8.59375%;
    margin-top: 11.09375%;
    border-radius: 16px;
    margin-inline: auto;
  }
  .p-to-instagram__check {
    top: -28px;
    left: -16px;
    width: 15.76923%;
  }
  .p-to-instagram__lbl {
    font-size: clamp(1.6rem, 1.5625vw, 2rem);
  }
  .p-idx-arts {
    padding-top: min(18.4375%, 236px);
  }
  .p-idx-arts-intro-bg:before {
    top: 11.09375vw;
  }
  .p-idx-arts-intro-bg__item {
    top: -36.041667vw;
    width: 122.65625%;
    max-width: unset;
    translate: -56%;
  }
  .p-idx-arts-intro > .l-container {
    padding-inline: 0;
  }
  .p-idx-arts__fig {
    top: min(7.109375vw, 91px);
    width: 47.34375%;
    max-width: 606px;
    opacity: 0.85;
  }
  .p-idx-arts-ttl {
    row-gap: min(3.28125vw, 42px);
    margin-bottom: 40px;
  }
  .p-idx-arts-ttl__script {
    width: max(24.6875%, 157px);
  }
  .p-idx-arts-ttl__lbl {
    font-size: clamp(5.7rem, 9.375vw, 12rem);
    line-height: 1.25;
  }
  .p-idx-arts-txt {
    margin-bottom: 11.484375%;
  }
  .p-idx-arts-txt__ttl {
    margin-bottom: 20px;
    font-size: clamp(2.8rem, 3.28125vw, 4.2rem);
  }
  .p-idx-arts-txt__lead {
    font-size: clamp(1.6rem, 1.5625vw, 2rem);
    line-height: 1.9;
  }
  .p-idx-sc {
    gap: min(4.296875vw, 55px) min(3.125vw, 40px);
    margin-inline: 0;
  }
  .p-idx-sc__item {
    width: calc((100% + min(3.125vw, 40px)) / 3 - min(3.125vw, 40px));
    max-width: unset;
  }
  .c-idx-sc-btn {
    height: clamp(40px, 6.25vw, 80px);
    padding-inline: 8px 16px;
    border-radius: clamp(24px, 3.125vw, 40px);
    column-gap: 8px;
  }
  .c-idx-sc-btn:after {
    content: "";
    display: block;
    width: min(2.65957%, 10px);
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    right: 6%;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    translate: 0 -75%;
    rotate: 45deg;
    box-sizing: border-box;
  }
  .c-idx-sc-btn__icon {
    position: static;
    flex: 0 0 auto;
  }
  .c-idx-sc-btn__lbl {
    font-size: clamp(1.6rem, 1.71875vw, 2.2rem);
  }
  .c-idx-sc-btn--nature .c-idx-sc-btn__icon {
    width: 19.946808%;
    align-self: flex-end;
  }
  .c-idx-sc-btn--food .c-idx-sc-btn__icon {
    width: 19.148936%;
  }
  .c-idx-sc-btn--craft .c-idx-sc-btn__icon {
    width: 17%;
  }
  .c-idx-sc-btn--culture .c-idx-sc-btn__icon {
    width: 20.478723%;
  }
  .c-idx-sc-btn--living .c-idx-sc-btn__icon {
    width: 25%;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .c-idx-sc-btn:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .p-pickup {
    padding-block: min(12.5%, 160px) 50px;
  }
  .p-pickup-bg {
    inset: min(12.5vw, 160px) 0 0;
  }
  .p-pickup-bg:before {
    top: 31.25vw;
    bottom: -190px;
  }
  .p-pickup-bg__item {
    top: max(-23.125vw, -296px);
    width: 122.65625%;
    max-width: unset;
    rotate: -1deg;
  }
  .p-pickup__ttl {
    margin-bottom: 6.796875%;
    font-size: clamp(2.8rem, 5vw, 6.4rem);
  }
  .p-pickup-list {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: min(7.1875vw, 92px) min(3.28125vw, 42px);
    padding-inline: 6.25%;
  }
  .p-pickup .c-article:first-child {
    grid-column: 1/-1;
    flex-direction: row;
    align-items: flex-start;
    column-gap: 5%;
  }
  .p-pickup .c-article:first-child .c-article-fig {
    width: 43.75%;
  }
  .p-pickup .c-article:first-child .c-article__txt {
    flex: 1 1 auto;
    row-gap: min(1.875vw, 24px);
    padding-top: 0;
  }
  .p-pickup .c-article:first-child .c-article__ttl {
    position: relative;
    padding-block: min(4.1811846%, 24px);
  }
  .p-pickup .c-article:first-child .c-article__ttl-anch {
    font-size: clamp(2rem, 2.34375vw, 3rem);
    line-height: 1.6;
  }
  .p-pickup .c-article:first-child .c-article__excerpt {
    font-size: clamp(1.4rem, 1.40625vw, 1.8rem);
    line-height: 1.75;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
  }
  .p-pickup-orns {
    position: absolute;
    inset: 0;
    display: block;
    pointer-events: none;
  }
  .p-pickup-orns__item {
    display: block;
    position: absolute;
  }
  .p-pickup-orns__item.is-script {
    top: -29.861111%;
    left: -6.9686411%;
    width: 24.91289%;
    rotate: -20deg;
  }
  .p-pickup-orns__item.is-bdt {
    top: 0;
    right: 0;
    width: 81.01045296%;
  }
  .p-pickup-orns__item.is-bdb {
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .p-pickup-orns__item img {
    display: block;
  }
  .c-arts-sec {
    padding-block: min(10.3125%, 132px) min(9.140625%, 117px);
  }
  .c-arts-sec:before {
    height: auto;
    aspect-ratio: 1920/630;
  }
  .c-arts-sec:after {
    top: 32.8125vw;
    bottom: -38.90625vw;
  }
  .c-arts-sec:nth-last-of-type(1):after {
    bottom: clamp(-160px, -12.5vw, -80px);
  }
  .c-arts-sec__bg {
    display: block;
    width: 116.04166667%;
    top: -6.5625vw;
    left: 50%;
    translate: -50%;
    rotate: -1deg;
  }
  .c-arts-sec__bg.is-bottom {
    z-index: 1;
    top: unset;
    bottom: -28.75vw;
    rotate: 8deg;
    pointer-events: none;
  }
  .c-arts-sec__ttl {
    margin-bottom: 9.375%;
    font-size: clamp(2.8rem, 4.53125vw, 5.8rem);
  }
  .c-arts-sec__innr {
    padding: max(7.5%, 60px) 6.25% 0;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: min(4.453125vw, 57px);
  }
  .c-arts-sec__script {
    left: 18px;
    width: 19.140625%;
  }
  .c-arts-sec__lead {
    margin-bottom: 8.035714%;
    font-size: clamp(1.6rem, 1.5625vw, 2rem);
    line-height: 1.9;
  }
  .c-arts-sec-more {
    margin-top: 3.5714285%;
    translate: 0 50%;
  }
  .c-arts-sec-more-btn {
    max-width: 400px;
    height: clamp(64px, 6.25vw, 80px);
    border-radius: clamp(32px, 3.125vw, 40px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  }
  .c-arts-sec-more-btn:after {
    right: 30px;
    width: 12px;
  }
  .c-arts-sec-more-btn__lbl {
    font-size: 1.8rem;
  }
}
@media screen and (min-width: 768px) and (any-hover: hover) {
  .c-arts-sec-more-btn:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  .c-arts-sec--nature:after {
    background-color: #c0e5c9;
  }
  .c-arts-sec--nature .c-arts-sec__script {
    top: max(-5.390625vw, -69px);
  }
  .c-arts-sec--nature .c-arts-sec__orn {
    top: max(-6.71875vw, -86px);
    width: 8.515625%;
  }
  .c-arts-sec--food:after {
    background-color: #EBE2C1;
  }
  .c-arts-sec--food .c-arts-sec__script {
    top: max(-3.203125vw, -41px);
  }
  .c-arts-sec--food .c-arts-sec__orn {
    top: max(-5vw, -64px);
    width: 9.21875%;
  }
  .c-arts-sec--craft:after {
    background-color: #CBD9EF;
  }
  .c-arts-sec--craft .c-arts-sec__script {
    top: max(-4.6875vw, -60px);
  }
  .c-arts-sec--craft .c-arts-sec__orn {
    top: max(-4.296875vw, -53px);
    width: 8.721875%;
  }
  .c-arts-sec--culture:after {
    background-color: #F2DFE5;
  }
  .c-arts-sec--culture .c-arts-sec__script {
    top: max(-5.234375vw, -67px);
  }
  .c-arts-sec--culture .c-arts-sec__orn {
    top: max(-4.609375vw, -59px);
    width: 8.984375%;
  }
  .c-arts-sec--living:after {
    background-color: #F2DCD1;
  }
  .c-arts-sec--living .c-arts-sec__script {
    top: max(-5.078125vw, -65px);
  }
  .c-arts-sec--living .c-arts-sec__orn {
    top: max(-3.90625vw, -50px);
    width: 9.53125%;
  }
  .c-arts-sec-list {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 43px 3.75%;
  }
  .p-fixed-cats {
    display: none;
  }
  body.is-cat-open {
    overflow: auto;
  }
}/*# sourceMappingURL=front-list_2025.css.map */