* {
  position: relative;
  border: solid 0px #888;
  font: inherit;
  line-height: inherit;
  letter-spacing: 0.1em;
  color: inherit;
}

html,
body {
  overflow: hidden auto;
  min-width: 100%;
  width: 100%;
  max-width: 100%;
  min-height: 100%;
  height: 100%;
  max-height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  line-height: 1.5;
  background-color: #fff;
  color: #624e46;
  overscroll-behavior: none;
  scroll-padding-top: 200px;
}

.serif {
  font-family: "Noto Serif JP";
}

a {
  color: -webkit-link;
}

::-webkit-scrollbar {
  appearance: none;
  width: 0.8vw;
  height: 0.8vw;
  border-radius: 0.8vw;
  background-color: rgba(0, 0, 0, 0.1333333333);
}

::-webkit-scrollbar-thumb {
  appearance: none;
  width: 0.8vw;
  height: 0.8vw;
  border-radius: 0.8vw;
  background-color: rgba(0, 0, 0, 0.2666666667);
  border: 2px solid transparent;
  background-clip: padding-box;
}

::placeholder {
  color: rgba(98, 78, 70, 0.5019607843);
}

.tc {
  text-align: center;
}

.ts {
  text-align: start;
}

.te {
  text-align: end;
}

.nodeco {
  color: inherit;
  text-decoration: none;
}

.fixed {
  position: fixed;
}

.abs {
  position: absolute;
}

.f {
  display: flex;
}

.if {
  display: inline-flex;
}

.v {
  flex-direction: column;
}

.fa {
  display: flex;
  justify-content: space-around;
}

.fac {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}

.fb {
  display: flex;
  justify-content: space-between;
}

.fbc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

.fbe {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  align-content: flex-end;
}

.fbs {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  align-content: flex-start;
}

.fc {
  display: flex;
  justify-content: center;
}

.fcc {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  align-items: center;
  align-content: center;
}

.fce {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  align-content: flex-end;
}

.fcs {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.fe {
  display: flex;
  justify-content: space-evenly;
}

.fee {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-end;
  align-content: flex-end;
}

.fend {
  display: flex;
  justify-content: flex-end;
}

.fes {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  align-content: flex-start;
}

.fec {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  align-content: center;
}

.fendc {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-content: center;
}

.fende {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  align-content: flex-end;
}

.fs {
  display: flex;
  justify-content: flex-start;
}

.fsc {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
}

.fxc {
  display: flex;
  align-items: center;
  align-content: center;
}

.fxe {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
}

.fxs {
  display: flex;
  align-items: flex-start;
  align-content: flex-start;
}

.wrap {
  flex-wrap: wrap;
}

.nowrap {
  flex-wrap: nowrap;
  text-wrap: nowrap;
}

.hidden {
  display: none;
}

.noselect {
  user-select: none;
}

.notouch {
  touch-action: none;
  pointer-events: none;
}

.nodeco {
  color: inherit;
  text-decoration: none;
}

.pointer {
  cursor: pointer;
  user-select: none;
}

.ofhh {
  overflow: hidden hidden;
}

.ofha {
  overflow: hidden auto;
}

.ofah {
  overflow: auto hidden;
}

.ofaa {
  overflow: auto auto;
}

.wa {
  width: fit-content;
}

.ha {
  height: fit-content;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
  .pct {
    opacity: 0.001;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .spt {
    opacity: 0.001;
  }
  .spv {
    flex-direction: column;
  }
}
.shadow1 {
  box-shadow: rgba(0, 0, 0, 0.1568627451) 0px 3px 6px;
}

.img1px {
  width: 1px;
  max-width: 1px;
  height: 1px;
  max-height: 1px;
}

.cover {
  object-fit: cover;
}

@keyframes fadeInLeft {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0% 0 0);
  }
}
.card1,
.card2,
.card3,
.card4 {
  transition: transform 0.3s ease;
  cursor: pointer;
}
.card1:hover,
.card2:hover,
.card3:hover,
.card4:hover {
  transform: scale(1.1);
}

.card1:hover .text1 {
  color: #fecb57;
}

.card2:hover .text1 {
  color: #179a73;
}

.card3:hover .text1 {
  color: #4fafe2;
}

.card4:hover .text1 {
  color: #f7d852;
}

.fadeInLeft1 {
  clip-path: inset(0 100% 0 0);
  animation: fadeInLeft 1s ease-out 0.5s forwards;
}

.fadeInLeft2 {
  clip-path: inset(0 100% 0 0);
  animation: fadeInLeft 1s ease-out 1s forwards;
}

.fadeInLeft3 {
  clip-path: inset(0 100% 0 0);
  animation: fadeInLeft 1s ease-out 1.5s forwards;
}

/*# sourceMappingURL=style.css.map */
