@charset "UTF-8";

html {}

body {
  font-size: 1.6rem;
  min-width: 320px;
  background-color: #fff;
  background-image: url(../images/base.webp);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}

img {
  width: 100%;
  vertical-align: bottom;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 68px;
  z-index: 2;
}

header .head-logo {
  height: 100%;
  padding: 28px 0 0;
}

header .head-logo a,
header .head-logo a img {
  height: 100%;
}

body {}

.load {
  position: fixed;
  left: 0;
  width: 100%;
  height: calc(50dvh + 1px);
  overflow: hidden;
  z-index: 100;
  background: #dcb466;
  transition: 2s cubic-bezier(0.22, 1, 0.36, 1);
  transition-delay: 0.4s;
  animation-name: blurAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.load-01 {
  top: 0;
}

.load-02 {
  bottom: 0;
}

.start .load {
  height: 0;
}

.load-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 1 / 0.5625;
}

.load-02 .load-wrap {
  top: auto;
  bottom: calc(100dvh - 55.65vw);
}

.load-ttl {
  position: absolute;
  top: 11.4%;
  left: 50%;
  transform: translateX(-50%);
  width: 35.6%;
  z-index: 2;
  padding-right: 1.35%;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }

  to {
    filter: blur(0);
    transform: scale(1);
  }
}

#scroll-container {
  position: relative;
}

#fv {
  position: relative;
  z-index: 1;
}

#category {
  position: relative;
  padding: 40px 0 0;
  z-index: 1;
}

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

.category-wrap li {
  position: relative;
  width: 30%;
}

.category-wrap li.cs::before {
  content: "";
  position: absolute;
  top: -32px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.5rem;
  font-family: "poppins", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #000;
  white-space: nowrap;
}

.category-wrap li a {
  position: relative;
  display: block;
  border-radius: 100px;
  background: #835d2b;
  overflow: hidden;
}

.category-wrap li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 0;
  background: #fff;
  border-radius: 100px;
  opacity: .2;
  background: #d7b57c;
  transition: .6s cubic-bezier(0.22, 1, 0.36, 1);
}

.category-wrap li a:hover::before {
  top: 0;
  bottom: auto;
  height: 100%;
}

.category-wrap li.cs a {
  pointer-events: none;
}

.category-wrap li.cs a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .8;
  background: #363636;
}

.content {
  position: relative;
  max-width: 1000px;
  margin-inline: auto;
}

.item .content {
  margin-top: 60px;
  background: #ffffff4a;
  padding: 40px;
  border-radius: 40px;
}

.item {
  position: relative;
}

.item h2 {
  max-width: 500px;
  margin-inline: auto;
  padding: 20px 0 20px;
}

.notes {
  text-align: right;
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 1.2em;
}

.item-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.item-list li {
  width: 100%;
  border-radius: 0 0 16px 15px;
  box-shadow: rgb(77 0 0 / 40%) -4px 9px 25px -6px;
  overflow: hidden;
  transition: 1.2s cubic-bezier(0.22, 1, 0.36, 1);
  opacity: 0;
  transform: translateY(30px) scale(0.97);
  filter: blur(2px);
  background: #fff;
}

.item-list li.action {
  opacity: 1;
  transform: none;
  filter: none;
}

.foot-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 280px;
  padding: 200px 0 40px;
}

.foot-logo a,
.foot-logo a img {
  height: 100%;
}

.copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
}

.copyright span {
  display: block;
  font-size: 1.1rem;
  color: #fff;
}







/*==================================================
雪
===================================*/

.snow-fall {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
}

.snow-fall div {
  position: absolute;
  top: 0;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0;
  transform-origin: 0 0;
}

.snow-1 {
  left: 5%;
  animation-delay: 3.2s;
  animation-name: snowfall1;
  animation: snowfall1 calc(6.5s * 2.4) steps(2000) infinite;
  background-image: url("../images/snow_01.svg");
  background-size: 80%;
}

.snow-2 {
  left: 14%;
  animation-delay: 0.2s;
  animation: snowfall2 calc(8.7s * 2.4) steps(2000) infinite;
  background-image: url("../images/snow_02.svg");
  background-size: 75%;
}

.snow-3 {
  left: 33%;
  animation-delay: 1.7s;
  animation: snowfall3 calc(5.3s * 2.4) steps(2000) infinite;
  background-image: url("../images/snow_03.svg");
  background-size: 100%;
}

.snow-4 {
  left: 44%;
  animation-delay: 0.2s;
  animation: snowfall4 calc(7.5s * 2.4) steps(2000) infinite;
  background-image: url("../images/snow_04.svg");
  background-size: 30%;
}

.snow-5 {
  left: 52%;
  animation-delay: 1.2s;
  animation: snowfall5 calc(12s * 2.4) steps(2000) infinite;
  background-image: url("../images/snow_05.svg");
  background-size: 35%;
}

.snow-6 {
  left: 60%;
  animation-delay: 2.4s;
  animation: snowfall5 calc(4.8s * 2.4) steps(2000) infinite;
  background-image: url("../images/snow_06.svg");
  background-size: 70%;
}

.snow-7 {
  left: 68%;
  animation-delay: 0.2s;
  animation: snowfall4 calc(14.8s * 2.4) steps(2000) infinite;
  background-image: url("../images/snow_07.svg");
  background-size: 40%;
}

.snow-8 {
  left: 80%;
  animation-delay: 2.9s;
  animation: snowfall3 calc(7.9s * 2.4) steps(2000) infinite;
  background-image: url("../images/snow_03.svg");
  background-size: 100%;
}

.snow-9 {
  left: 88%;
  animation-delay: 1.5s;
  animation: snowfall2 calc(11.6s * 2.4) steps(2000) infinite;
  background-image: url("../images/snow_06.svg");
  background-size: 45%;
}

.snow-10 {
  left: 95%;
  animation-delay: 3.4s;
  animation: snowfall1 calc(6s * 2.4) steps(2000) infinite;
  background-image: url("../images/snow_07.svg");
  background-size: 20%;
}

@keyframes snowfall1 {
  0% {
    transform: translateY(-100px);
    opacity: 0.4;
  }

  50% {
    transform: translate(2.5vw, 50vh) rotate(250deg);
    opacity: 0.4;
  }

  100% {
    transform: translate(5vw, 100vh) rotate(500deg);
    opacity: 0;
  }
}

@keyframes snowfall2 {
  0% {
    transform: translateY(-100px);
    opacity: 0.4;
  }

  50% {
    transform: translate(-4.5vw, 50vh) rotate(150deg);
    opacity: 0.4;
  }

  100% {
    transform: translate(-9vw, 100vh) rotate(300deg);
    opacity: 0;
  }
}

@keyframes snowfall3 {
  0% {
    transform: translateY(-100px);
    opacity: 0.4;
  }

  50% {
    transform: translate(1.5vw, 50vh) rotate(-200deg);
    opacity: 0.4;
  }

  100% {
    transform: translate(3vw, 100vh) rotate(-400deg);
    opacity: 0;
  }
}

@keyframes snowfall4 {
  0% {
    transform: translateY(-100px);
    opacity: 0.4;
  }

  50% {
    transform: translate(-10vw, 50vh) rotate(-300deg);
    opacity: 0.4;
  }

  100% {
    transform: translate(-20vw, 100vh) rotate(-600deg);
    opacity: 0;
  }
}

@keyframes snowfall5 {
  0% {
    transform: translateY(-100px);
    opacity: 0.4;
  }

  50% {
    transform: translate(5vw, 50vh) rotate(125deg);
    opacity: 0.4;
  }

  100% {
    transform: translate(10vw, 100vh) rotate(250deg);
    opacity: 0;
  }
}








/* ＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
  ページトップ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝ */
#page-top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
  opacity: 0;
  transform: translateY(100px);
}

#page-top a {
  position: relative;
  display: block;
  background: #fff;
  width: 65px;
  height: 65px;
  transition: all 0.3s;
  border-radius: 50%;
}

#page-top a:hover {
  opacity: .7;
}

#page-top.UpMove {
  animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#page-top.DownMove {
  animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }

  to {
    opacity: 1;
    transform: translateY(100px);
  }
}




.anm {
  transform: translateY(5px);
  transition: 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.anm.action {
  transform: none;
  opacity: 1;
}
