li {
  list-style-type: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  display: block;
}

html {
  scroll-behavior: smooth;
}
html #tokuban {
  font-family: "Zen Old Mincho", serif;
}
html #tokuban .inview {
  opacity: 0;
  transition: all 0.9s ease-in;
  transform: translateY(0);
}
html #tokuban .inview.fadeRight {
  transform: translateX(50px);
}
html #tokuban .inview.fadeLeft {
  transform: translateX(-50px);
}
html #tokuban .inview.fadeDoun {
  transform: translateY(-50px);
}
html #tokuban .inview.fadeUp {
  transform: translateY(20px);
}
html #tokuban .inview.is-show {
  opacity: 1;
  transform: none;
}
html #tokuban .mainvisual {
  width: 100%;
  height: 60vh;
  overflow: hidden;
  background: url(../img/bg/bg_260101.png) no-repeat center/cover;
  position: sticky;
  top: 0;
  z-index: 0;
}
@media (min-width: 480px) {
  html #tokuban .mainvisual {
    height: auto;
  }
}
html #tokuban .mainvisual .mv {
  display: flex;
  align-items: end;
  justify-content: center;
  padding-top: 2rem;
  height: 60vh;
}
@media (min-width: 480px) {
  html #tokuban .mainvisual .mv {
    align-items: end;
    height: auto;
  }
}
html #tokuban .mainvisual .mv_img {
  width: 100%;
  z-index: 3;
}
@media (min-width: 768px) {
  html #tokuban .mainvisual .mv_img {
    width: 80%;
  }
}
@media (min-width: 1024px) {
  html #tokuban .mainvisual .mv_img {
    width: 50%;
  }
}
html #tokuban .mainvisual .mv_img img {
  width: 90%;
  margin: 0 auto;
  -o-object-fit: cover;
     object-fit: cover;
}
html #tokuban .mainvisual .confetti {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}
html #tokuban .mainvisual .confetti_item {
  position: absolute;
  top: -50px;
  background-size: contain;
  background-repeat: no-repeat;
  animation: fall linear forwards;
}
@keyframes fall {
  to {
    transform: translateY(110vh) rotate(360deg);
    opacity: 0.8;
  }
}
html #tokuban .mainvisual .colud_01 {
  position: absolute;
  aspect-ratio: 1/1;
  max-width: 300px;
  width: 45%;
  top: 1%;
  left: -15px;
  background: url("../img/base/cloud_01.png") no-repeat center/contain;
  z-index: 1;
}
@media (min-width: 480px) {
  html #tokuban .mainvisual .colud_01 {
    width: 45%;
    top: -6%;
  }
}
@media (min-width: 768px) {
  html #tokuban .mainvisual .colud_01 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  html #tokuban .mainvisual .colud_01 {
    width: 25%;
    top: -5%;
  }
}
html #tokuban .mainvisual .colud_02 {
  position: absolute;
  aspect-ratio: 1/1;
  max-width: 300px;
  width: 45%;
  left: -51px;
  bottom: -8%;
  background: url("../img/base/cloud_02.png") no-repeat center/contain;
  z-index: 1;
}
@media (min-width: 480px) {
  html #tokuban .mainvisual .colud_02 {
    width: 45%;
    bottom: -12%;
    left: -24px;
  }
}
@media (min-width: 768px) {
  html #tokuban .mainvisual .colud_02 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  html #tokuban .mainvisual .colud_02 {
    width: 25%;
    bottom: -5%;
  }
}
html #tokuban .mainvisual .colud_03 {
  position: absolute;
  aspect-ratio: 1/1;
  max-width: 300px;
  width: 45%;
  top: 20%;
  right: -12px;
  background: url("../img/base/cloud_03.png") no-repeat center/contain;
  z-index: 1;
}
@media (min-width: 480px) {
  html #tokuban .mainvisual .colud_03 {
    width: 45%;
    right: -45px;
  }
}
@media (min-width: 768px) {
  html #tokuban .mainvisual .colud_03 {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  html #tokuban .mainvisual .colud_03 {
    width: 25%;
    top: 10%;
    right: -10px;
  }
}
html #tokuban .mainvisual .plum_rig {
  position: absolute;
  aspect-ratio: 1/1;
  max-width: 300px;
  width: 45%;
  top: 10%;
  left: -10px;
  background: url("../img/base/plum_rig.png") no-repeat center/contain;
  z-index: 5;
}
@media (min-width: 480px) {
  html #tokuban .mainvisual .plum_rig {
    top: 8%;
    width: 35%;
  }
}
@media (min-width: 768px) {
  html #tokuban .mainvisual .plum_rig {
    width: 50%;
  }
}
html #tokuban .mainvisual .grass_wrap {
  position: absolute;
  aspect-ratio: 1/1;
  max-width: 300px;
  width: 30%;
  bottom: 0;
  right: 10px;
  background: url("../img/base/grass_wrap.png") no-repeat center/contain;
  z-index: 5;
}
@media (min-width: 1024px) {
  html #tokuban .mainvisual .grass_wrap {
    width: 20%;
    right: 90px;
  }
}
html #tokuban .wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 1rem;
}
html #tokuban .block {
  display: inline-block;
  font-size: 0.9rem;
}
html #tokuban .br {
  display: inline-block;
}
html #tokuban .small {
  font-size: 0.7rem;
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  display: inline-block;
  line-height: 1;
}
@media (min-width: 480px) {
  html #tokuban .small {
    font-size: 1rem;
  }
}
html #tokuban .hp_header {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  html #tokuban .hp_header {
    position: fixed;
    background-color: #f4f3f4;
    z-index: 999;
    width: 98%;
    height: 100px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 1px 1px 3px #2e1d18;
  }
}
html #tokuban .hp_header .hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 9999;
}
html #tokuban .hp_header .hamburger span {
  display: block;
  height: 2px;
  background-color: #f4f3f4;
  transition: all 0.3s ease-in;
}
html #tokuban .hp_header .hamburger.active span:first-child {
  transform: translateY(9px) rotate(45deg);
}
html #tokuban .hp_header .hamburger.active span:last-child {
  transform: translateY(-5px) rotate(-45deg);
}
@media (min-width: 768px) {
  html #tokuban .hp_header .hamburger {
    display: none;
  }
}
html #tokuban .hp_header .nav_menu {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  background-color: #a62224;
  padding: 15px;
  border: 15px solid #fff;
  gap: 3rem;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 888;
  transition: all 0.4s ease-in;
}
html #tokuban .hp_header .nav_menu::after {
  content: "";
  position: absolute;
  inset: 0;
  border: 10px ridge #c6a936;
  pointer-events: none;
}
@media (min-width: 768px) {
  html #tokuban .hp_header .nav_menu::after {
    display: none;
  }
}
@media (min-width: 768px) {
  html #tokuban .hp_header .nav_menu {
    justify-content: space-around;
  }
}
html #tokuban .hp_header .nav_menu a {
  display: inline-block;
  color: #f4f3f4;
  font-size: 1.1rem;
  transition: all 0.2s ease-in;
}
@media (min-width: 768px) {
  html #tokuban .hp_header .nav_menu a:hover {
    color: #c6a936;
  }
}
html #tokuban .hp_header .nav_menu.active {
  right: 0;
}
@media (min-width: 768px) {
  html #tokuban .hp_header .nav_menu {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: row;
    width: 99%;
    height: 80px;
    padding: 0;
    border: 8px solid #c6a936;
    box-shadow: 0 0 3px #2e1d18;
  }
}
html #tokuban .hp_header .grass_01 {
  position: absolute;
  aspect-ratio: 1/1;
  max-width: 300px;
  width: 80px;
  top: -45px;
  left: -45px;
  background: url("../img/base/grass_02.png") no-repeat center/contain;
  z-index: 3;
}
html #tokuban .hp_header .grass_02 {
  position: absolute;
  aspect-ratio: 1/1;
  max-width: 300px;
  width: 80px;
  top: 41px;
  right: -45px;
  background: url("../img/base/grass_01.png") no-repeat center/contain;
  z-index: 3;
}
html #tokuban .article {
  width: 100%;
  min-height: auto;
  position: relative;
}
html #tokuban .article .decoration-wrap {
  position: absolute;
  inset: 0;
  overflow-x: hidden;
  z-index: 2;
}
html #tokuban .article .decoration-wrap .cloud_01 {
  position: absolute;
  aspect-ratio: 1/1;
  max-width: 300px;
  width: 50%;
  top: 15%;
  right: -70px;
  background: url("../img/base/cloud_01.png") no-repeat center/contain;
  z-index: 3;
}
@media (min-width: 768px) {
  html #tokuban .article .decoration-wrap .cloud_01 {
    top: 10%;
    right: -30px;
    width: 30%;
  }
}
html #tokuban .article .decoration-wrap .cloud_02 {
  position: absolute;
  aspect-ratio: 1/1;
  max-width: 300px;
  width: 50%;
  left: -70px;
  bottom: 25%;
  background: url("../img/base/cloud_02.png") no-repeat center/contain;
  z-index: 3;
}
@media (min-width: 480px) {
  html #tokuban .article .decoration-wrap .cloud_02 {
    bottom: 21%;
  }
}
@media (min-width: 768px) {
  html #tokuban .article .decoration-wrap .cloud_02 {
    bottom: 19%;
    left: -30px;
    width: 30%;
  }
}
html #tokuban .article .decoration-wrap .cloud_03 {
  position: absolute;
  aspect-ratio: 1/1;
  max-width: 300px;
  width: 50%;
  top: 5%;
  left: -70px;
  background: url("../img/base/cloud_03.png") no-repeat center/contain;
  z-index: 3;
}
@media (min-width: 768px) {
  html #tokuban .article .decoration-wrap .cloud_03 {
    left: -30px;
    width: 30%;
  }
}
html #tokuban .article .decoration-wrap .plum_rig {
  position: absolute;
  aspect-ratio: 1/1;
  max-width: 300px;
  width: 50%;
  top: 5%;
  left: -10px;
  background: url("../img/base/plum_rig.png") no-repeat center/contain;
  z-index: 3;
}
@media (min-width: 768px) {
  html #tokuban .article .decoration-wrap .plum_rig {
    width: 30%;
  }
}
html #tokuban .article .decoration-wrap .plum_lef {
  position: absolute;
  aspect-ratio: 1/1;
  max-width: 300px;
  width: 50%;
  bottom: 10%;
  right: -10px;
  background: url("../img/base/plum_lef.png") no-repeat center/contain;
  z-index: 3;
}
@media (min-width: 1024px) {
  html #tokuban .article .decoration-wrap .plum_lef {
    bottom: 15%;
    width: 30%;
  }
}
html #tokuban .article .flower_red01 {
  position: absolute;
  aspect-ratio: 1/1;
  max-width: 300px;
  width: 18%;
  bottom: 50%;
  right: 13%;
  background: url("../img/base/flower_red.png") no-repeat center/contain;
  z-index: 3;
}
@media (min-width: 1024px) {
  html #tokuban .article .flower_red01 {
    bottom: 50%;
    right: 10%;
    width: 6%;
  }
}
html #tokuban .article .flower_red02 {
  position: absolute;
  aspect-ratio: 1/1;
  max-width: 300px;
  width: 15%;
  bottom: 48%;
  right: 9%;
  background: url("../img/base/flower_red.png") no-repeat center/contain;
  z-index: 3;
  transform: rotate(-18deg);
}
@media (min-width: 1024px) {
  html #tokuban .article .flower_red02 {
    bottom: 48%;
    right: 9%;
    width: 4%;
  }
}
html #tokuban .article .grass_wrap {
  position: absolute;
  aspect-ratio: 1/1;
  max-width: 300px;
  width: 30%;
  top: 35%;
  left: -3%;
  background: url("../img/base/grass_wrap.png") no-repeat center/contain;
  z-index: 3;
  transform: rotate(-18deg);
}
@media (min-width: 1024px) {
  html #tokuban .article .grass_wrap {
    left: 3%;
    width: 35%;
  }
}
html #tokuban .article .grass_01 {
  position: absolute;
  aspect-ratio: 1/1;
  max-width: 300px;
  width: 27%;
  bottom: 36%;
  right: -3%;
  background: url("../img/base/grass_01.png") no-repeat center/contain;
  z-index: 3;
}
@media (min-width: 480px) {
  html #tokuban .article .grass_01 {
    bottom: 31%;
  }
}
@media (min-width: 768px) {
  html #tokuban .article .grass_01 {
    bottom: 12%;
    width: 23%;
  }
}
@media (min-width: 1024px) {
  html #tokuban .article .grass_01 {
    top: 46%;
    right: 1%;
  }
}
html #tokuban .article:nth-child(even) .inner .wrapper {
  color: #2e1d18;
}
html #tokuban .article .inner {
  position: relative;
}
html #tokuban .article .inner .bg_wrap {
  position: absolute;
  inset: 0;
  z-index: 1;
}
html #tokuban .article .inner .bg_wrap .bg {
  position: sticky;
  background-size: cover;
  background-position: center;
  top: 0;
  height: 100vh;
  z-index: 1;
}
html #tokuban .article .inner .bg1 {
  background-image: url(../img/bg/bg_251226.png);
}
html #tokuban .article .inner .bg2 {
  background-image: url(../img/bg/bg_251229.png);
}
html #tokuban .article .inner .bg3 {
  background-image: url(../img/bg/bg_251231.png);
}
html #tokuban .article .inner .bg4 {
  background-image: url(../img/bg/bg_260101.png);
}
html #tokuban .article .inner .bg5 {
  background-image: url(../img/bg/bg_260103.png);
}
html #tokuban .article .inner .wrapper {
  position: relative;
  z-index: 20;
  padding: 40vh 1rem;
  color: #f4f3f4;
}
html #tokuban .article .inner .wrapper .title_back {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 5rem;
  letter-spacing: 0.1rem;
  background-color: #f4f3f4;
  color: #2e1d18;
  padding: 7px;
  border: 3px solid #c6a936;
  box-shadow: 0 0 5px #2e1d18;
}
html #tokuban .article .inner .wrapper .title_back_inner {
  border: 3px solid #a62224;
  box-shadow: 0 0 2px #2e1d18;
  padding: 1.5rem;
}
html #tokuban .article .inner .wrapper .title_back_inner h2 {
  font-size: 1.5rem;
}
@media (min-width: 480px) {
  html #tokuban .article .inner .wrapper .title_back_inner h2 {
    font-size: 2rem;
  }
}
html #tokuban .article .inner .wrapper .title_back .mizuhiki {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
  background: url(../img/mizuhiki.png) no-repeat center/contain;
}
@media (min-width: 480px) {
  html #tokuban .article .inner .wrapper .title_back {
    width: 80%;
  }
}
html #tokuban .article .inner .wrapper .about_wrap {
  margin-bottom: 10rem;
  width: 100%;
}
html #tokuban .article .inner .wrapper .about_wrap .about {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-bottom: 5rem;
}
html #tokuban .article .inner .wrapper .about_wrap .about .title {
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.3;
  width: 20%;
}
@media (min-width: 480px) {
  html #tokuban .article .inner .wrapper .about_wrap .about .title {
    padding-right: 10px;
  }
}
@media (min-width: 768px) {
  html #tokuban .article .inner .wrapper .about_wrap .about .title {
    padding-right: 40px;
  }
}
html #tokuban .article .inner .wrapper .about_wrap .about .title p {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  margin-left: 0.5rem;
}
@media (min-width: 480px) {
  html #tokuban .article .inner .wrapper .about_wrap .about .title p {
    font-size: 1.3rem;
  }
}
html #tokuban .article .inner .wrapper .about_wrap .about .title h3 {
  font-size: 1.1rem;
  font-weight: 900 !important;
  line-height: 1.3;
  margin-top: 20px;
}
@media (min-width: 480px) {
  html #tokuban .article .inner .wrapper .about_wrap .about .title h3 {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
@media (min-width: 1024px) {
  html #tokuban .article .inner .wrapper .about_wrap .about .title h3 {
    font-size: 1.5rem;
  }
}
html #tokuban .article .inner .wrapper .about_wrap .about .title h3 .title_sb {
  display: inline-block;
  writing-mode: vertical-rl;
  text-orientation: upright;
  line-height: 1.2;
  letter-spacing: 0.1rem;
  font-size: 0.7rem;
}
@media (min-width: 480px) {
  html #tokuban .article .inner .wrapper .about_wrap .about .title h3 .title_sb {
    font-size: 1rem;
  }
}
html #tokuban .article .inner .wrapper .about_wrap .about .title .yoko {
  writing-mode: horizontal-tb;
  text-orientation: mixed;
  display: inline-block;
  line-height: 1;
}
html #tokuban .article .inner .wrapper .about_wrap .about .content {
  min-width: 60%;
  width: 80%;
  margin-top: 7rem;
}
@media (min-width: 480px) {
  html #tokuban .article .inner .wrapper .about_wrap .about .content {
    width: 70%;
  }
}
html #tokuban .article .inner .wrapper .about_wrap .about .content .img_frame {
  max-width: 800px;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
html #tokuban .article .inner .wrapper .about_wrap .about .content .img_frame a {
  display: inline-block;
}
html #tokuban .article .inner .wrapper .about_wrap .about .content .img_frame a img {
  transition: all 0.3s ease-in;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  html #tokuban .article .inner .wrapper .about_wrap .about .content .img_frame a img:hover {
    transform: scale(1.1);
  }
}
html #tokuban .article .inner .wrapper .about_wrap .about .content .text_frame {
  width: 100%;
  font-size: 1rem;
  letter-spacing: 0.1rem;
  margin: 25px auto;
  padding: 0 10px;
}
@media (min-width: 480px) {
  html #tokuban .article .inner .wrapper .about_wrap .about .content .text_frame {
    font-size: 1.1rem;
    padding: 1rem 1rem 2rem;
  }
}
html #tokuban .article .inner .wrapper .about_wrap .about .content .text_frame p {
  margin-bottom: 1rem;
}
html #tokuban .article .inner .wrapper .about_wrap .btn {
  text-align: center;
  font-size: 1.1rem;
}
html #tokuban .article .inner .wrapper .about_wrap .btn a {
  display: inline-block;
  width: 250px;
  background-color: #004a2d;
  padding: 0.7rem 1rem;
  color: #f4f3f4;
  transition: all 0.2s ease-in;
}
@media (min-width: 768px) {
  html #tokuban .article .inner .wrapper .about_wrap .btn a:hover {
    background: color-mix(in srgb, #004a2d 80%, white 20%);
  }
}
html #tokuban .article:last-child .decoration-wrap .plum_rig {
  top: 24%;
  left: -60px;
}
@media (min-width: 480px) {
  html #tokuban .article:last-child .decoration-wrap .plum_rig {
    top: 35%;
  }
}
@media (min-width: 768px) {
  html #tokuban .article:last-child .decoration-wrap .plum_rig {
    top: 38%;
  }
}
@media (min-width: 1024px) {
  html #tokuban .article:last-child .decoration-wrap .plum_rig {
    top: 47%;
  }
}
html #tokuban .article:last-child .decoration-wrap .cloud_01 {
  top: 10%;
}
@media (min-width: 480px) {
  html #tokuban .article:last-child .decoration-wrap .cloud_01 {
    top: 11%;
  }
}
@media (min-width: 768px) {
  html #tokuban .article:last-child .decoration-wrap .cloud_01 {
    top: 12%;
  }
}
@media (min-width: 1024px) {
  html #tokuban .article:last-child .decoration-wrap .cloud_01 {
    top: 13%;
  }
}
html #tokuban .article:last-child .inner .wrapper .about_wrap .about .title h3 {
  font-size: 1rem;
}
@media (min-width: 768px) {
  html #tokuban .article:last-child .inner .wrapper .about_wrap .about .title h3 {
    font-size: 1.5rem;
  }
}
html #tokuban .article:last-child .inner .wrapper .about_wrap .about .content .img_frame {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}
html #tokuban .article:last-child .inner .wrapper .about_wrap .about .content .img_frame .logo {
  position: absolute;
  z-index: 2;
  width: 70%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
html #tokuban .article:last-child .inner .wrapper .about_wrap .about .content .img_frame .img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  animation: fade 15s infinite;
  transition: all 0.3s ease;
}
html #tokuban .article:last-child .inner .wrapper .about_wrap .about .content .img_frame .img_01 {
  background-image: url("../img/goruf_01.jpg");
  animation-delay: 0s;
}
html #tokuban .article:last-child .inner .wrapper .about_wrap .about .content .img_frame .img_02 {
  background-image: url("../img/goruf_02.jpg");
  animation-delay: 3s;
}
html #tokuban .article:last-child .inner .wrapper .about_wrap .about .content .img_frame .img_03 {
  background-image: url("../img/goruf_03.jpg");
  animation-delay: 6s;
}
html #tokuban .article:last-child .inner .wrapper .about_wrap .about .content .img_frame .img_04 {
  background-image: url("../img/goruf_04.jpg");
  animation-delay: 9s;
}
html #tokuban .article:last-child .inner .wrapper .about_wrap .about .content .img_frame .img_05 {
  background-image: url("../img/goruf_05.jpg");
  animation-delay: 12s;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
html #tokuban .article:last-child .inner .wrapper .about_wrap .present {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  justify-content: space-around;
  align-items: center;
}
@media (min-width: 768px) {
  html #tokuban .article:last-child .inner .wrapper .about_wrap .present {
    flex-direction: row;
    width: 70%;
  }
}
html #tokuban .article:last-child .inner .wrapper .about_wrap .present_img {
  max-width: 350px;
  width: 100%;
}
@media (min-width: 768px) {
  html #tokuban .article:last-child .inner .wrapper .about_wrap .present_img {
    width: 70%;
  }
}/*# sourceMappingURL=style.css.map */