@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sansation:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap");
@font-face {
  font-family: "Kil-Go";
  src: url(./img/GN-KillGothic-U-KanaNA.ttf);
  font-weight: 600;
}
:root {
  scroll-behavior: smooth;
  font-size: 22px;
  --color: #434343;
  --background: #efefef;
  --accent: #ff5e00;
  --cold: #7d7cce;
}

p {
  margin: 0.5em 0;
}

.ja,
.ko,
.en {
  display: none !important;
}

h2 {
  font-family: Arial black, sans-serif;
}

main > div > h2 {
  font-family: "Kil-Go", Arial black, sans-serif;
}

body {
  font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif;
  margin: 0;
  background: var(--background);
  color: var(--color);
}

.im {
  color: var(--accent);
}

ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul {
  list-style: square;
  padding-left: 1.5rem;
}
ul > * {
  margin: 0.5em 0;
}

header {
  display: flex;
  justify-content: center;
  background: var(--color);
}
header > * {
  margin: 0.2em 0;
  font-size: 7vw;
  text-shadow: #e1d7d7 0 0 1vw;
}

#tab-section {
  position: sticky;
  top: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  background: initial;
  -webkit-backdrop-filter: blur(6px) contrast(0.5);
          backdrop-filter: blur(6px) contrast(0.5);
}
#tab-section > * {
  padding: 0.8em 2em;
  flex: 0 0 8rem;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-bottom: transparent 3px solid;
}
#tab-section > *:nth-child(2) {
  font-weight: 600;
  justify-content: center;
}
#tab-section > *:hover {
  border-bottom-color: var(--background);
  color: var(--background);
}
#tab-section > *:active {
  border-bottom-color: var(--cold) !important;
  color: var(--cold);
}

main {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.9333333333), var(--background) 90%), url(./img/back.jpeg) top/cover fixed;
  min-height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 64px;
}
main > div {
  display: none;
  width: 100%;
  max-width: 1200px;
}
main > div > * {
  width: inherit;
  max-width: inherit;
  box-sizing: border-box;
  padding: 0 1rem;
  font-size: larger;
}
main > div > * > img {
  width: inherit;
}
main > div > h2 {
  text-transform: uppercase;
  color: var(--color);
  font-size: 2rem;
  text-align: left;
  margin-bottom: 0;
}
main > div > h2::first-letter {
  font-size: 1.5em;
}

#gallery-lac > div {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.5rem;
}
#gallery-lac > div > * {
  border: solid 1px #000;
  cursor: pointer;
  width: 100%;
}
#gallery-lac > div > *:hover {
  transform: scale(0.99);
  border-color: #fff;
}
#gallery-lac > div > *:active {
  transform: scale(0.95);
}

.override-image-style {
  position: fixed;
  inset: 0;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  animation: appear 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 1 both;
}

@keyframes appear {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
#support-list1,
#support-list2 {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  gap: 1rem;
  padding: 1rem;
  height: -moz-max-content;
  height: max-content;
}
#support-list1 > li,
#support-list2 > li {
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 1rem;
  position: relative;
  box-sizing: border-box;
  border: solid #ddd 1px;
}
#support-list1 > li > div:nth-child(1),
#support-list2 > li > div:nth-child(1) {
  height: 300px;
}
#support-list1 > li > div:nth-child(1) p,
#support-list2 > li > div:nth-child(1) p {
  font-size: 0.5em;
  font-style: italic;
}
#support-list1 > li > div:nth-child(1) h2,
#support-list2 > li > div:nth-child(1) h2 {
  font-size: xx-large;
  margin: 0;
  margin-top: 0.5em;
  text-transform: uppercase;
}
#support-list1 > li > div:nth-child(1) h3,
#support-list2 > li > div:nth-child(1) h3 {
  font-weight: 100;
  margin-bottom: 1em;
  font-size: 0.5em;
  display: flex;
  flex-direction: column;
}
#support-list1 > li > div:nth-child(1) h3 > span,
#support-list2 > li > div:nth-child(1) h3 > span {
  font-family: "Sansation", sans-serif;
  font-size: 2rem;
  color: var(--accent);
}
#support-list1 > li > div:nth-child(1) h3 > span::first-letter,
#support-list2 > li > div:nth-child(1) h3 > span::first-letter {
  font-size: 0.5em;
  letter-spacing: 0.2em;
}
#support-list1 > li > div:nth-child(1) ul,
#support-list2 > li > div:nth-child(1) ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr;
}
#support-list1 > li > div:nth-child(1) ul > p,
#support-list2 > li > div:nth-child(1) ul > p {
  margin-top: 0;
  font-size: 1rem;
  position: absolute;
  top: 0.5em;
}
#support-list1 > li > div:nth-child(1) ul > li,
#support-list2 > li > div:nth-child(1) ul > li {
  font-size: 1rem;
  margin: 0;
  display: inline-flex;
  align-items: center;
}
#support-list1 > li > div:nth-child(1) ul > li::before,
#support-list2 > li > div:nth-child(1) ul > li::before {
  content: "◉";
  padding-right: 0.1em;
  color: var(--cold);
}
#support-list1 .shoyu,
#support-list2 .shoyu {
  background: radial-gradient(rgba(255, 255, 255, 0.9333333333), #fff), url(./img/shoyu.webp) center;
}
#support-list1 .miso,
#support-list2 .miso {
  background: radial-gradient(rgba(255, 255, 255, 0.9333333333), #fff), url(./img/miso.webp) center;
}
#support-list1 .iekei,
#support-list2 .iekei {
  background: radial-gradient(rgba(255, 255, 255, 0.9333333333), #fff), url(./img/iekei.webp) center;
}

#support-list2 > li.shoyu {
  background: radial-gradient(rgba(255, 252, 233, 0.8666666667), #fff5bd), url(./img/shoyu.webp) center;
}
#support-list2 > li.miso {
  background: radial-gradient(rgba(255, 252, 233, 0.8666666667), #fff5bd), url(./img/miso.webp) center;
}
#support-list2 > li.iekei {
  background: radial-gradient(rgba(255, 252, 233, 0.8666666667), #fff5bd), url(./img/iekei.webp) center;
}

@media screen and (max-width: 800px) {
  :root {
    font-size: 18px;
  }
  header > * {
    font-size: 8vw;
  }
  main > div {
    width: 100%;
  }
  #tab-section {
    justify-content: space-around;
  }
  #tab-section > * {
    flex: 0 0 auto;
  }
  #gallery-lac > div {
    grid-template-columns: 1fr;
  }
  #support-list1,
  #support-list2 {
    min-height: auto;
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  #support-list1 > li,
  #support-list2 > li {
    max-width: unset;
    box-sizing: border-box;
  }
  #support-list1 > li > div:nth-child(1),
  #support-list2 > li > div:nth-child(1) {
    height: 260px;
  }
  .override-image-style {
    background-size: contain !important;
  }
}/*# sourceMappingURL=style.css.map */