@charset "UTF-8";

/* font */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

:root {
  --font-base: 'Noto Serif JP', serif;
  --font-ttl: 'Cormorant', serif;
}

html {
  font-size: 16px;
  font-family: var(--font-base);
  scroll-behavior: smooth;
}

/* --------------------------------
                base
-------------------------------- */
.base {
  position: relative;
  overflow: clip;
}

.base::after {
  content: '';
  display: block;
  width: 100%;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  background: no-repeat center top / cover url(../images/bg.webp);
}




/*--------------------------------
	ttl
--------------------------------*/

.ttl {
  display: flex;
  flex-direction: column;
  color: #989286;
  font-weight: 500;
  line-height: 1;
  gap: 8px;
  text-align: center;
  width: fit-content;
  margin-inline: auto;
}

.ttl__main {
  text-transform: uppercase;
  font-size: 4.375rem;
  font-family: var(--font-ttl);
}
.ttl__sub {
  font-family: var(--font-base);
  font-size: 1.25rem;
}

@media (max-width: 768px) {
  .ttl__main {
    font-size: 1.875rem;
  }
  .ttl__sub {
    font-size: 0.875rem;
  }
}

/* --------------------------------
               text-block
-------------------------------- */
.text-block {
  color: #403934;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 2.4;
  letter-spacing: 0.065rem;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

/* --------------------------------
               btn
-------------------------------- */
.btn {
  width: 100%;
  max-width: 270px;
  aspect-ratio: 270/57.976;
  padding: 22px 20px;
  display: flex;
  align-items: center;
  filter: drop-shadow(0 4px 8px rgba(70, 61, 56, 0.16));
  color: #806c49;
  text-align: center;
  font-size: 0.8125rem;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  background: no-repeat center center/contain url(../images/btn-bg.svg);
  justify-content: center;
}

.btn:hover {
  opacity: 0.7;
}

/* --------------------------------
               section
-------------------------------- */

.section {
  position: relative;
}

.section--septenary {
  padding-block: 60px;

  background: linear-gradient(90deg, #f2fde5 0%, #e7fdfd 100%);
}

.section__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
}

@media (max-width: 768px) {
  .section--septenary {
    padding: 40px 24px;
  }

  .section__inner {
    gap: 32px;
  }
}

/* --------------------------------
               bg
-------------------------------- */

/* bg-effect */
.bg-effect {
  position: fixed;
  width: 100%;
  height: 100dvh;
  top: 0;
  left: 0;
  pointer-events: none;
}

.bg-effect span {
  width: 1vmin;
  height: 1vmin;
  border-radius: 1vmin;
  backface-visibility: hidden;
  position: absolute;
  animation: move;
  animation-duration: 26;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.bg-effect span:nth-child(0) {
  color: #ffffff;
  top: 92%;
  left: 93%;
  animation-duration: 129s;
  animation-delay: -172s;
  transform-origin: 19vw -4vh;
  box-shadow: -2vmin 0 0.9594978094416368vmin currentColor;
}

.bg-effect span:nth-child(1) {
  color: #ffffff;
  top: 1%;
  left: 64%;
  animation-duration: 158s;
  animation-delay: -198s;
  transform-origin: -13vw 3vh;
  box-shadow: -2vmin 0 0.8702969743588364vmin currentColor;
}

.bg-effect span:nth-child(2) {
  color: #ffffff;
  top: 60%;
  left: 97%;
  animation-duration: 127s;
  animation-delay: -211s;
  transform-origin: 5vw 5vh;
  box-shadow: 2vmin 0 0.6002542173716157vmin currentColor;
}

.bg-effect span:nth-child(3) {
  color: #ffffff;
  top: 44%;
  left: 76%;
  animation-duration: 177s;
  animation-delay: -75s;
  transform-origin: 24vw -10vh;
  box-shadow: 2vmin 0 0.32649537132839834vmin currentColor;
}

.bg-effect span:nth-child(4) {
  color: #ffffff;
  top: 49%;
  left: 89%;
  animation-duration: 193s;
  animation-delay: -28s;
  transform-origin: -6vw 19vh;
  box-shadow: -2vmin 0 0.40204437402429505vmin currentColor;
}

.bg-effect span:nth-child(5) {
  color: #ffffff;
  top: 65%;
  left: 81%;
  animation-duration: 33s;
  animation-delay: -186s;
  transform-origin: 19vw 11vh;
  box-shadow: 2vmin 0 1.191396188956057vmin currentColor;
}

.bg-effect span:nth-child(6) {
  color: #ffffff;
  top: 74%;
  left: 49%;
  animation-duration: 133s;
  animation-delay: -206s;
  transform-origin: 0vw -19vh;
  box-shadow: 2vmin 0 0.46586052517470644vmin currentColor;
}

.bg-effect span:nth-child(7) {
  color: #ffffff;
  top: 34%;
  left: 46%;
  animation-duration: 200s;
  animation-delay: -33s;
  transform-origin: 2vw -16vh;
  box-shadow: 2vmin 0 1.2318709306840447vmin currentColor;
}

.bg-effect span:nth-child(8) {
  color: #ffffff;
  top: 36%;
  left: 75%;
  animation-duration: 151s;
  animation-delay: -55s;
  transform-origin: 6vw 4vh;
  box-shadow: -2vmin 0 0.5109908962603472vmin currentColor;
}

.bg-effect span:nth-child(9) {
  color: #ffffff;
  top: 28%;
  left: 49%;
  animation-duration: 31s;
  animation-delay: -62s;
  transform-origin: 18vw -8vh;
  box-shadow: 2vmin 0 0.6429099920406183vmin currentColor;
}

.bg-effect span:nth-child(10) {
  color: #ffffff;
  top: 80%;
  left: 71%;
  animation-duration: 208s;
  animation-delay: -157s;
  transform-origin: -1vw 20vh;
  box-shadow: -2vmin 0 0.6975761571170807vmin currentColor;
}

.bg-effect span:nth-child(11) {
  color: #ffffff;
  top: 89%;
  left: 29%;
  animation-duration: 51s;
  animation-delay: -163s;
  transform-origin: 15vw -22vh;
  box-shadow: -2vmin 0 0.9674753482242291vmin currentColor;
}

.bg-effect span:nth-child(12) {
  color: #ffffff;
  top: 85%;
  left: 62%;
  animation-duration: 211s;
  animation-delay: -175s;
  transform-origin: 10vw -20vh;
  box-shadow: 2vmin 0 0.4754797890721373vmin currentColor;
}

.bg-effect span:nth-child(13) {
  color: #ffffff;
  top: 3%;
  left: 77%;
  animation-duration: 187s;
  animation-delay: -144s;
  transform-origin: 9vw 9vh;
  box-shadow: 2vmin 0 1.0148888541896204vmin currentColor;
}

.bg-effect span:nth-child(14) {
  color: #ffffff;
  top: 57%;
  left: 15%;
  animation-duration: 96s;
  animation-delay: -184s;
  transform-origin: -14vw -18vh;
  box-shadow: -2vmin 0 0.7128481116819133vmin currentColor;
}

.bg-effect span:nth-child(15) {
  color: #ffffff;
  top: 26%;
  left: 7%;
  animation-duration: 226s;
  animation-delay: -91s;
  transform-origin: -4vw -8vh;
  box-shadow: -2vmin 0 1.1874537247245305vmin currentColor;
}

.bg-effect span:nth-child(16) {
  color: #ffffff;
  top: 54%;
  left: 18%;
  animation-duration: 79s;
  animation-delay: -218s;
  transform-origin: 18vw -12vh;
  box-shadow: 2vmin 0 0.911029852628312vmin currentColor;
}

.bg-effect span:nth-child(17) {
  color: #ffffff;
  top: 28%;
  left: 41%;
  animation-duration: 139s;
  animation-delay: -209s;
  transform-origin: 25vw -3vh;
  box-shadow: 2vmin 0 0.49849399289165597vmin currentColor;
}

.bg-effect span:nth-child(18) {
  color: #ffffff;
  top: 26%;
  left: 67%;
  animation-duration: 208s;
  animation-delay: -146s;
  transform-origin: 8vw 19vh;
  box-shadow: -2vmin 0 0.9287535926878249vmin currentColor;
}

.bg-effect span:nth-child(19) {
  color: #ffffff;
  top: 4%;
  left: 55%;
  animation-duration: 112s;
  animation-delay: -143s;
  transform-origin: 22vw 9vh;
  box-shadow: 2vmin 0 0.3535149516678977vmin currentColor;
}

@keyframes move {
  100% {
    transform: translate3d(0, 0, 1px) rotate(360deg);
  }
}


/* bg-decoration */

@media (min-width: 769px) {
  .bg-decoration {
    position: fixed;
    width: 14.8%;
    height: 80dvh;
  }

  .bg-decoration--l {
    left: 0;
    top: 0;
    background: no-repeat top left / contain url(../images/bg-flower-left.webp);
  }

  .bg-decoration--r {
    right: 0;
    bottom: 0;
    background: no-repeat bottom right / contain url(../images/bg-flower-right.webp);
  }
}

@media screen and (min-resolution: 192dpi) {
  .bg-decoration--l {
    background-image: url(../images/bg-flower-left@2x.webp);
  }

  .bg-decoration--r {
    background-image: url(../images/bg-flower-right@2x.webp);
  }
}

/* ----------------------------------------
                nav
---------------------------------------- */

.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  padding: 1rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: flex-end;
  &::before{
    content: "";
    display: block;
    position: absolute;    
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 20.19%, rgba(255, 255, 255, 0) 95%);
  backdrop-filter: blur(3px);
  mask-image: linear-gradient(180deg, rgb(255, 255, 255) 20.19%, rgba(255, 255, 255, 0) 95%);
  }
}

.main-nav__logo {
  width: 120px;
  display: block;
  filter: drop-shadow(0 0 6px #fff) drop-shadow(0 0 8px #fff);  
}

.main-nav__logo-img {
  width: 100%;
  height: auto;
}

.main-nav__contents {
  position: relative;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.main-nav__list {
  display: flex;
  gap: 2rem;
  list-style: none;
}

.main-nav__link {
  text-decoration: none;
  color: #403934;
  font-size: 0.8125rem;
  font-weight: 500;
  transition: color 0.3s ease;
  text-transform: uppercase;
}

.main-nav__link:hover {
  opacity: 0.7;
}

.main-nav__sns {
  display: block;
  width: 2rem;
  height: 2rem;
}

.main-nav__sns:hover {
  opacity: 0.7;
}

.main-nav__sns img {
  width: 100%;
  height: 100%;
}

.main-nav__hamburger {
  cursor: pointer;
  width: 40px;
  aspect-ratio: 1/1;
}

.main-nav__hamburger-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

#nav-toggle {
  display: none;
}

[id^='n-'] {
  scroll-margin-top: 64px;
}

@media (min-width: 769px) {
  .main-nav__logo {
    position: fixed;
    top: 1rem;
    left: 1rem;
  }

  .main-nav__link-sub {
    display: none;
  }

  .main-nav__close {
    display: none;
  }

  .main-nav__hamburger {
    display: none;
  }
}

@media (max-width: 768px) {
  html:has(#nav-toggle:checked) {
    overflow: hidden;
  }

  .main-nav {
    padding: 12px 16px;
  }

  .main-nav:has(#nav-toggle:checked) {
    backdrop-filter: none;
  }

  .main-nav__logo {
    position: relative;
    width: 73px;
    margin-right: auto;
  }

  .main-nav__contents {
    position: fixed;
    top: 0;
    left: 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    background: #ffffffad;
    backdrop-filter: blur(3px);
    opacity: 0;
    width: 100%;
    height: 100dvh;
    overflow-y: auto;
    transition: opacity 0.3s ease;
    z-index: 99;
    pointer-events: none;
    padding-block: 64px;
  }

  #nav-toggle:checked ~ .main-nav__contents {
    opacity: 1;
    pointer-events: all;
  }

  .main-nav__close {
    position: fixed;
    top: 0;
    right: 0;
    display: flex;
    width: 60px;
    aspect-ratio: 1/1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .main-nav__list {
    flex-direction: column;
    gap: 12px;
    text-align: center;
    height: 100%;
    justify-content: center;
  }

  .main-nav__link {
    display: flex;
    padding-block: 0.625em;
    align-items: center;
    gap: 0.75em;
    align-self: stretch;
    min-height: 2.25em;
  }

  .main-nav__link-sub {
    color: #806c49;
  }
}

/* --------------------------------
               page-top-btn
-------------------------------- */
.page-top-btn {
  display: flex;
  padding: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4.5px;
  flex-shrink: 0;
  aspect-ratio: 1/1;
  position: fixed;
  bottom: 3vw;
  right: 3vw;
  border: 1.5px solid #25b7ab;
  color: #25b7ab;
  background: #fff;
  text-align: center;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;

  z-index: 50;
  &::before {
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 8/3;
    background: no-repeat center top / contain url(../images/icon-arrow-top.svg);
  }

  &:hover {
    opacity: 0.8;
  }
}

.page-top-btn--show{
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .page-top-btn {
    padding: 12px;
    gap: 3px;
    font-size: 0.625rem;
  }
}

/* --------------------------------
               main
-------------------------------- */

.main {
  display: flex;
  flex-direction: column;
  gap: 140px;
}

/* mv無い場合padding-top設定 */
.main:has(:not(.hero)){
  padding-top: 80px;

}

.main--gap-none{
  gap: 0;
}

@media (max-width: 768px) {
  .main {
    gap: 64px;
  }
}

/*--------------------------------
	hero
--------------------------------*/
.hero {
  display: flex;
  flex-direction: column;
  gap: 70px;
}

@media (max-width: 768px) {
  .hero {
    gap: 64px;
  }
}

/*--------------------------------
	mv
--------------------------------*/
.mv-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: fit-content;
  max-width: 100%;
  margin-inline: auto;
  padding-inline: 4vmin;
}

.mv {
  position: relative;
  width: 85vh;
  max-width: 100%;
  aspect-ratio: 119/117;
}

.mv__frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 1s ease-out,
    transform 1s ease-out;
}

.mv__frame-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.mv__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 25% 19% 11%;
  height: 100%;
  width: 100%;
  gap: 8vmin;
  opacity: 0;
  filter: blur(10px);
  transition:
    opacity 1.5s ease-out,
    filter 1.5s ease-out;
  transition-delay: 0.5s; /* フレームの後に開始 */
  img {
    width: 100%;
    height: auto;
  }
}

/* アニメーション開始用のクラス（JSで付与） */
.js-mv-animate.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.js-mv-animate.is-visible {
  opacity: 1;
  filter: blur(0);
}

.mv__logo {
  width: 100%;
  position: relative;
  z-index: 1;
  &::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    background: #ffffff;
    filter: blur(25px);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
  }
}

.mv__info {
  width: 49%;
  display: flex;
  flex-direction: column;
  gap: 1.2em;
  color: #25b7ab;
  font-size: 1.94vmin;
  text-align: center;
}

.mv__sns-btn {
  position: absolute;
  bottom: 4vmin;
  right: 0;
  display: block;
  width: 9.5vmin;
  padding: 1vmin;
  aspect-ratio: 1 / 1;
}

.mv__sns-btn::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: no-repeat center/contain url(../images/x-circle-txt.svg);
  animation: circle-spin 20s linear infinite;
}

@keyframes circle-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.mv__sns-btn:hover {
  opacity: 0.7;
}

.mv__sns-btn-img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .mv-wrap {
    padding-bottom:30px;
    padding-inline: 1vmin;
  }

  .mv__content {
    padding-inline: 13%;
  }

  .mv__info {
    font-size: 2.9vmin;
  }

  .mv__sns-btn {
    top: calc(100% - (23vmin / 2));
    bottom: auto;
    width: 23vmin;
    padding: 2.5vmin;
    right: 4.3vmin;
  }
}

/*--------------------------------
	news
--------------------------------*/
.news {
  display: flex;
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;
  position: relative;
}

@media (min-width: 769px) {
  .news {
    gap: 48px;
  }

  .news__ttl {
    text-align: left;
  }
}

@media (max-width: 768px) {
  .news {
    padding-inline: 20px;
    flex-direction: column;
    gap: 8px;
  }
}

/* news-list */
.news-list {
  display: flex;
  flex-direction: column;
  font-size: 0.8125rem;
  max-height: calc(60px * 3);
  overflow-y: auto;
  flex: 1 0 0;
}

.news-list::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: transparent;
}

.news-list::-webkit-scrollbar-track {
  background-color: transparent;
}

.news-list::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #806c49;
}

/* news-item */
.news-item-link:hover {
  opacity: 0.7;
}
.news-item {
  color: #108279;
  padding: 1em 5px;
  display: flex;
  gap: 14px;
  align-items: center;
  border-bottom: 1px dashed #806c49;  
}

a.news-item:hover .news-item__inner,
a.news-item:hover::after {
  opacity: 0.7;
}

a.news-item::after {
  content: '';
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  margin-left: auto;
  background: no-repeat center/contain url(../images/icon-arrow-line-right.svg);
}

.news-item__inner {
  display: flex;
  gap: 1em;
  flex: 1;
}

@media (min-width: 769px) {
  .news-item {
    min-height: 60px;
  }
}

/* --------------------------------
               frame-block
-------------------------------- */

.frame-block {
  width: 90%;
  max-width: 1000px;
  margin-inline: auto;  
  padding: 50px;
  border-image: url(../images/frame-corner.svg) 50 / 50px / 0px repeat;
  filter: drop-shadow(15px 15px 30px rgba(70, 61, 56, 0.16));
}

.frame-block__inner {
  background: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
  padding: 30px;
  gap: 59px;
}

@media (max-width: 768px) {
  .frame-block {
    border-image-width: 40px;
    padding: 40px 20px;
  }

  .frame-block__inner {
    gap: 32px;
  }
}

/*--------------------------------
	event
--------------------------------*/

.event {
  display: flex;
  gap: 40px;
  max-width: 819px;
  margin-inline: auto;
}

.event__info-item {
  padding: 16px 5px;
  display: flex;
  gap: 1em;
  font-size: 0.8125rem;
  color: #403934;
  &:not(:last-child) {
    border-bottom: 1px dashed #806c49;
  }
}

.event__info-ttl {
  width: 4em;
  font-weight: 700;
  flex: 0 0 auto;
}

.event__info-detail {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.event__text-block {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.event__map {
  max-width: 260px;
  aspect-ratio: 1/1;
  iframe {
    width: 100%;
    height: 100%;
  }
}

@media (max-width: 768px) {
  .event {
    flex-direction: column;
    align-items: center;
  }

  .event__info-item {
    gap: 8px;
  }
}

/*--------------------------------
	simple-frame-block
--------------------------------*/

.simple-frame-block {
  display: flex;
  width: 90%;
  max-width: 1000px;
  padding-block: 60px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 40px;
  margin-inline: auto;
  border: 1px solid #a6925d;
}

@media (max-width: 768px) {
  .simple-frame-block {
    padding-block: 40px;
    gap: 32px;
  }
}
/*--------------------------------
	preparation-text
--------------------------------*/

.preparation-text {
  color: #989286;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1;
}
/*--------------------------------
	footer
--------------------------------*/
.footer {
  position: relative;
  display: flex;
  padding-block: 160px 80px;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  align-self: stretch;
  background: linear-gradient(0deg, #fff calc(100% - 160px), rgba(255, 255, 255, 0) 100%);
}

.footer__sns-btn {
  display: block;
  width: 60px;
  aspect-ratio: 1/1;
  &:hover {
    opacity: 0.7;
  }
}

.footer__logo-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  align-self: stretch;
  flex-wrap: wrap;
}

.footer__logo {
  display: block;
  width: auto;
  height: 40px;
  &:hover {
    opacity: 0.7;
  }
}

.footer__logo-img {
  height: 100%;
  width: auto;
}

.footer__melon-logo {
  display: block;
  width: auto;
  height: 49px;
  &:hover {
    opacity: 0.7;
  }
}

.footer__melon-logo-img {
  height: 100%;
  width: auto;
}

.footer__copyright {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
  align-self: stretch;
}

@media (max-width: 768px) {
  .footer {
    padding-block: 80px 64px;
    background: linear-gradient(0deg, #fff calc(100% - 80px), rgba(255, 255, 255, 0) 100%);
  }
}



/*--------------------------------
	link-blank
--------------------------------*/
.link-blank {
  display: flex;
  padding: 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #108279;
  font-size: 0.8125rem;
  font-weight: 700;
  line-height: 1;
}

.link-blank::after {
  content: '';
  display: block;
  width: 1em;
  aspect-ratio: 1/1;
  background: no-repeat center/contain url(../images/icon-external-link-line.svg);
}

/*--------------------------------
	copyright-list
--------------------------------*/
.copyright-list {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #403934;
  text-align: center;
  font-size: 0.625rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05rem;
}
.copyright-list__item:not(:last-child)::after {
  content: '/';
  padding-left: 6px;
}

/*--------------------------------
	list-wrap
--------------------------------*/
.list-wrap{
  display: flex;
  flex-direction: column;
  gap: 24px;
    width: 90%;
  max-width: 1200px;
  margin-inline: auto;
}

.list-wrap__attention{
  text-align: right;

  color: #403934;
font-size: 0.6875rem;

font-weight: 500;

}
/*--------------------------------
	title-list
--------------------------------*/
.title-list{
  display: grid;

  grid-template-columns: repeat(auto-fill,minmax(min(calc((100% - 25px) / 2 ), 282px),1fr));
  gap: 0 24px;
}

 @media (max-width: 768px) {
  .title-list{
    gap: 0 10px;
  }
 }


/*--------------------------------
	item-card
--------------------------------*/
.item-card {
  border-bottom: 1px dashed #8b6e4b; 
  padding: 20px 8px; 
  display: flex;
  flex-direction: column;
  gap: 12px;
    color: #403934;
}

.item-card__title {
  font-size: 0.8125rem;  
font-weight: 500;  
  line-height: 1.4;
  min-height: 2em;
    display: flex;
    align-items: center;
}


.item-card__info {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 0.625rem;
  line-height: 1.2;
}

.item-card__divider {
  display: block;
  width: 1px;
  height: 0.8em;
  background: #403934;
  opacity: 0.5;
}

/* タグセクション */
.item-card__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.item-card__tag {
  display: inline-block;
  padding: 0.2em 0.4em 0.3em;
  font-size: 0.625rem;
  border-radius: 3px;
  border: 1px solid currentColor;
  background-color: transparent;
}

/* タグのカラーバリエーション */
.item-card__tag--picture { color: #157e74; }
.item-card__tag--panel { color: #3a6bc5; }
.item-card__tag--sign-board { color: #9b51ad; }
.item-card__tag--goods { color: #c96a4d; }

@media (max-width: 768px) {
  .item-card__title {
    min-height: 4em;
  }
  .item-card__divider {
    display: none;
  }

  .item-card__info {
    flex-direction: column;
        align-items: flex-start;
  }
  
}


/*--------------------------------
	レスポンシブ対応
--------------------------------*/
@media (min-width: 769px) {
  .sp {
    display: none;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none;
  }
}
