@charset "UTF-8";
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes bounce-in-fwd {
  0% {
    transform: scale(0);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: scale(1);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: scale(0.7);
    animation-timing-function: ease-in;
  }
  72% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
  81% {
    transform: scale(0.84);
    animation-timing-function: ease-in;
  }
  89% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
  95% {
    transform: scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
#about.site-section-content {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width:650px) {
  #about.site-section-content {
    padding: 80px 0;
  }
}
@media screen and (max-width:450px) {
  #about.site-section-content {
    padding: 0;
  }
}
#about.site-section-content .site-section-inner {
  padding: 64px 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:650px) {
  #about.site-section-content .site-section-inner {
    padding: 0px 32px;
    margin: 0 auto;
  }
}
@media screen and (max-width:450px) {
  #about.site-section-content .site-section-inner {
    padding: 100px 0;
    margin: 0 40px;
  }
}
@media screen and (max-width:450px) {
  #about.site-section-content .site-section-inner {
    padding: 0;
    margin: 0 40px;
  }
}
#about.site-section-content .site-section-inner .content-holder {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 500px;
  margin: 0 auto;
  background: url("../img/sozai/soba-bg.webp") no-repeat center/cover;
  background-size: 400px;
}
@media screen and (max-width:850px) {
  #about.site-section-content .site-section-inner .content-holder {
    margin: 0 72px auto;
  }
}
@media screen and (max-width:650px) {
  #about.site-section-content .site-section-inner .content-holder {
    background-size: 300px;
    margin: 0 12px auto;
  }
}
@media screen and (max-width:450px) {
  #about.site-section-content .site-section-inner .content-holder {
    background-size: 200px;
    margin: 0 auto;
  }
}
#about.site-section-content .site-section-inner .content-holder h1 {
  margin-bottom: 16px;
  font-size: 32px;
}
@media screen and (max-width:650px) {
  #about.site-section-content .site-section-inner .content-holder h1 {
    font-size: 24px;
  }
}
@media screen and (max-width:450px) {
  #about.site-section-content .site-section-inner .content-holder h1 {
    font-size: 18px;
  }
}

header {
  margin: 0 auto;
}
@media screen and (max-width:650px) {
  header {
    margin: 0 24px;
  }
}
@media screen and (max-width:450px) {
  header {
    margin: 0 12px;
  }
}
header .header-img-wrapper {
  max-width: 1920px;
  margin: 16px auto 0;
  display: flex;
  flex-direction: row;
  min-width: 900px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:650px) {
  header .header-img-wrapper {
    flex-direction: column-reverse;
    width: 100%;
    min-width: unset;
    justify-content: flex-end;
    height: 700px;
  }
}
@media screen and (max-width:550px) {
  header .header-img-wrapper {
    height: 600px;
  }
}
header .header-img-wrapper .header-img {
  width: 1340px;
  height: 900px;
  z-index: 1;
  background: url("../img/sozai/header.webp") no-repeat center/contain;
}
@media screen and (max-width:1800px) {
  header .header-img-wrapper .header-img {
    width: 1160px;
    height: 821px;
  }
}
@media screen and (max-width:1700px) {
  header .header-img-wrapper .header-img {
    width: 1168px;
    height: 821px;
  }
}
@media screen and (max-width:1300px) {
  header .header-img-wrapper .header-img {
    height: 722px;
  }
}
@media screen and (max-width:1200px) {
  header .header-img-wrapper .header-img {
    height: 668px;
  }
}
@media screen and (max-width:1100px) {
  header .header-img-wrapper .header-img {
    height: 597px;
  }
}
@media screen and (max-width:850px) {
  header .header-img-wrapper .header-img {
    height: 510px;
  }
}
@media screen and (max-width:650px) {
  header .header-img-wrapper .header-img {
    width: 100%;
    height: 400px;
    position: static;
    background: url("../img/sozai/header.webp") no-repeat top/contain;
  }
}
@media screen and (max-width:450px) {
  header .header-img-wrapper .header-img {
    height: 300px;
  }
}
@media screen and (max-width:400px) {
  header .header-img-wrapper .header-img {
    height: 278px;
  }
}
header .header-img-wrapper .logo-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 1;
}
@media screen and (max-width:650px) {
  header .header-img-wrapper .logo-wrapper {
    flex-direction: row;
  }
}
header .header-img-wrapper .logo {
  background: url("../img/logo/logo-kimetsu.webp");
  width: 180px;
  height: 130px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width:1400px) {
  header .header-img-wrapper .logo {
    width: 130px;
    height: 118px;
  }
}
@media screen and (max-width:1100px) {
  header .header-img-wrapper .logo {
    width: 114px;
    height: 101px;
  }
}
@media screen and (max-width:450px) {
  header .header-img-wrapper .logo {
    width: 110px;
  }
}
header .header-img-wrapper .event-logo-bg {
  width: 400px;
  height: 360px;
  background: url("../img/logo/omisoka-logo.png");
  background-position: center;
  background-size: 385px;
  background-repeat: no-repeat;
  animation: bounce-in-fwd 1000ms 3000ms ease-out both;
}
@media screen and (max-width:1800px) {
  header .header-img-wrapper .event-logo-bg {
    width: 333px;
    height: 272px;
  }
}
@media screen and (max-width:1700px) {
  header .header-img-wrapper .event-logo-bg {
    background-size: 300px;
  }
}
@media screen and (max-width:1500px) {
  header .header-img-wrapper .event-logo-bg {
    background-size: 294px;
  }
}
@media screen and (max-width:1400px) {
  header .header-img-wrapper .event-logo-bg {
    background-size: 276px;
  }
}
@media screen and (max-width:1100px) {
  header .header-img-wrapper .event-logo-bg {
    width: 302px;
    height: 256px;
    background-size: 257px;
  }
}
@media screen and (max-width:850px) {
  header .header-img-wrapper .event-logo-bg {
    background-size: 222px;
    width: 248px;
    height: 220px;
  }
}
@media screen and (max-width:650px) {
  header .header-img-wrapper .event-logo-bg {
    width: 267px;
    height: 220px;
    position: static;
  }
}
@media screen and (max-width:450px) {
  header .header-img-wrapper .event-logo-bg {
    width: 240px;
    background-size: 200px;
  }
}
@media screen and (max-width:1800px) {
  header .header-img-wrapper .event-logo-bg .event-logo {
    width: 371px;
    height: 257px;
  }
}

footer {
  width: 100%;
  min-width: 1100px;
  position: relative;
}
@media screen and (max-width:650px) {
  footer {
    min-width: initial;
    min-width: auto;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーー */
/*              フッター                   */
/* ーーーーーーーーーーーーーーーーーーーーー */
.site-share {
  padding: 40px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fffef9;
  width: 100%;
}

.site-share-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.site-share-one {
  list-style: none;
  width: 52px;
  margin: 0 10px;
}

.site-share-one a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.x {
  width: 52px;
  height: 52px;
  background: url("../img/logo/x.png") no-repeat center/cover, #000000;
  border-radius: 50%;
  background-size: 30px;
}
.x a {
  display: inline-block;
  width: 52px;
  height: 52px;
}

.facebook {
  width: 52px;
  height: 52px;
  background: url("../img/logo/fb.png") no-repeat center/cover;
  border-radius: 50%;
}
.facebook a {
  display: inline-block;
  width: 52px;
  height: 52px;
}

.line {
  width: 52px;
  height: 52px;
  background: url("../img/logo/line.png") no-repeat center/cover;
  border-radius: 50%;
}
.line a {
  display: inline-block;
  width: 52px;
  height: 52px;
}

.back_to_top {
  width: 200px;
  height: 300px;
  position: absolute;
  bottom: 90px;
  right: 60px;
  transition: 0.5s;
}
@media screen and (max-width:1100px) {
  .back_to_top {
    right: 220px;
  }
}
@media screen and (max-width:650px) {
  .back_to_top {
    width: 132px;
    height: 203px;
    right: 50px;
  }
}
@media screen and (max-width:550px) {
  .back_to_top {
    height: 175px;
  }
}
.back_to_top a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

/* ーーーーーーーーーーーーーーー */
/*          カフェリンク        */
/* ーーーーーーーーーーーーーーー */
.site-ufoservice {
  background-color: #676767;
}

.site-ufoservice-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  padding: 32px 0;
}

.site-ufoservice-one {
  width: 140px;
  height: 70px;
  border: solid 2px #d8d8d8;
  border-radius: 5px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-ufoservice-one a {
  display: block;
  width: 100%;
  height: 100%;
}

.site-linkto-tag {
  transition: 0.5s;
}

.site-linkto-tag:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.site-ufoservice-one img {
  width: 70%;
}

/* ーーーーーーーーーーーーーーー */
/*            ロゴ              */
/* ーーーーーーーーーーーーーーー */
.site-footer {
  background-color: #000000;
  padding: 32px 20px;
}

.site-footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.kimetsu {
  width: 100px;
  height: auto;
  margin-right: 20px;
}

.ufotable {
  width: 180px;
  height: auto;
}

small {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#goods.site-section-content {
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
}
#goods.site-section-content .site-section-inner {
  padding: 0px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner {
    padding: 0px;
    margin: 0 24px;
  }
}
#goods.site-section-content .heading-h1 {
  background: url("../img/sozai/title-bg.webp") no-repeat center/contain;
  height: 130px;
  margin: 0 auto 36px;
  font-size: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .heading-h1 {
    width: 100%;
    margin-bottom: 16px;
    line-height: 109px;
    font-size: 32px;
  }
}
@media screen and (max-width:550px) {
  #goods.site-section-content .heading-h1 {
    width: 100%;
  }
}
#goods.site-section-content .content-bg {
  padding: 0;
  margin: 0 20px 0;
  width: 900px;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
  position: relative;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg {
    width: 100%;
    background-size: 120px;
  }
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg {
    background-size: 100px;
  }
}
@media screen and (max-width:450px) {
  #goods.site-section-content .content-bg {
    padding: 0;
    background-size: 84px;
  }
}
#goods.site-section-content .content-bg .goods-detail {
  margin-bottom: 16px;
  background: #fcf5e7;
  padding: 16px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-detail {
    padding: 12px;
  }
}
#goods.site-section-content .content-bg .goods-card-wrapper {
  display: flex;
  gap: 24px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-card-wrapper {
    flex-direction: column;
    gap: 0px;
  }
}
#goods.site-section-content .content-bg .goods-card-wrapper.single {
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-card-wrapper.single {
    width: 100%;
  }
}
#goods.site-section-content .content-bg .goods-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  position: relative;
  background: url("../img/sozai/content-bg.webp") repeat, #fde2b4;
  background-size: cover;
  padding: 24px;
  margin-top: 24px;
  width: 50%;
  border-radius: 12px;
}
#goods.site-section-content .content-bg .goods-card:last-child {
  margin: 24px auto 0;
}
#goods.site-section-content .content-bg .goods-card.single {
  width: 80%;
  margin: 24px auto 0;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-card.single {
    width: 100%;
    padding: 24px 16px;
  }
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-card {
    width: 100%;
    padding: 24px 16px;
  }
}
#goods.site-section-content .content-bg .goods-card .goods-name {
  font-size: 24px;
  margin: 12px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #675b3e;
  font-weight: bold;
  position: relative;
}
#goods.site-section-content .content-bg .goods-card .goods-name:before {
  content: "◆";
  position: absolute;
  bottom: -8px;
  right: -2px;
  font-size: 10px;
}
#goods.site-section-content .content-bg .goods-card .goods-name:after {
  content: "◆";
  position: absolute;
  bottom: -8px;
  left: -2px;
  font-size: 10px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-card .goods-name {
    font-size: 20px;
    padding-bottom: 8px;
    margin: 8px 0;
  }
}
#goods.site-section-content .content-bg .goods-card .goods-price {
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: bold;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-card .goods-price {
    margin-bottom: 8px 0;
    font-size: 20px;
  }
}
#goods.site-section-content .content-bg .goods-card .goods-date {
  margin-bottom: 12px;
}
#goods.site-section-content .content-bg .goods-card .omikuji-pc {
  margin-top: 16px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-card .omikuji-pc {
    display: none;
  }
}
#goods.site-section-content .content-bg .goods-card .omikuji-sp {
  display: none;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-card .omikuji-sp {
    margin-top: 16px;
    display: block;
  }
}
#goods.site-section-content .content-bg .webshop-btn a {
  display: inline-block;
  width: 100%;
  height: 64px;
  text-align: center;
  line-height: 56px;
  border-radius: 50px;
  border: 4px solid #d37151;
  color: #fff;
  background: #c74c44;
  font-size: 18px;
  font-weight: bold;
  transition: 0.3s ease;
  position: relative;
}
#goods.site-section-content .content-bg .webshop-btn a:hover {
  background: #a42e26;
  border: 4px solid #b65d3f;
  color: #fff;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .webshop-btn a {
    font-size: 16px;
    height: 56px;
    text-align: center;
    line-height: 49px;
  }
}

#info {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#info.site-section-content {
  padding: 100px 0;
  width: 100%;
}
#info.site-section-content .site-section-inner {
  padding: 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:650px) {
  #info.site-section-content .site-section-inner {
    padding: 0;
    margin: 0 24px;
    width: 100%;
  }
}
#info .content-bg {
  width: 900px;
  height: auto;
  margin: auto;
  padding: 0 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width:650px) {
  #info .content-bg {
    width: 100%;
    padding: 0;
  }
}
#info .heading-h1 {
  background: url("../img/sozai/title-bg.webp") no-repeat center/contain;
  height: 130px;
  margin: 0 auto 40px;
  font-size: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:650px) {
  #info .heading-h1 {
    width: 100%;
    margin-bottom: 16px;
    line-height: 109px;
    font-size: 32px;
  }
}
@media screen and (max-width:550px) {
  #info .heading-h1 {
    width: 100%;
    line-height: 114px;
  }
}
@media screen and (max-width:450px) {
  #info .heading-h1 {
    font-size: 24px;
  }
}
#info table {
  width: 100%;
  width: calc(100% - 0px);
  background-color: #a42e26;
  font-size: 16px;
  margin: auto;
}
@media screen and (max-width:650px) {
  #info table {
    width: calc(100% - 0px);
  }
}
#info th {
  width: 30%;
  padding: 40px;
  background: #c74c44;
  color: #fff;
}
@media screen and (max-width:650px) {
  #info th {
    display: block;
    width: 100%;
    padding: 24px;
  }
}
#info td {
  padding: 40px;
  background: #fff;
}
@media screen and (max-width:650px) {
  #info td {
    display: block;
    padding: 24px;
  }
}
#info td a {
  border-bottom: 1px dashed #a42e26;
  color: #a42e26;
  transition: 0.3s;
}
#info td a:hover {
  color: #c74c44;
}
#info td span {
  font-size: 14px;
}

#menu-open {
  width: 100px;
  height: 100px;
  background: url("../img/sozai/hamburger-btn.png") no-repeat center/cover;
}
@media screen and (max-width:1100px) {
  #menu-open {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width:450px) {
  #menu-open {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width:400px) {
  #menu-open {
    width: 45px;
    height: 45px;
  }
}

.btn-menu {
  position: fixed;
  right: 16px;
  top: 16px;
  z-index: 10;
}

#menu-close {
  position: fixed;
  right: 1.5rem;
  top: 2rem;
  z-index: 10;
  width: 60px;
  height: 60px;
}
@media screen and (max-width:650px) {
  #menu-close {
    right: 2rem;
  }
}

.close-btn-menu {
  display: inline-block;
  width: 60px;
  height: 5px;
  background: #fff;
  transform: rotate(45deg);
  vertical-align: middle;
  border-radius: 4px;
}
.close-btn-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transform: rotate(90deg);
  border-radius: 4px;
}

#menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  padding: 6.5rem 2rem 0;
  width: 400px;
  height: 100%;
  background: url("../img/sozai/nav-bg.webp"), linear-gradient(180deg, #1a1822, #303368);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: repeat;
  translate: 100vw;
  z-index: 999;
  box-shadow: 2px 0px 12px rgba(0, 0, 0, 0.4588235294);
}
@media screen and (max-width:650px) {
  #menu-panel {
    translate: 110vw;
    width: 100%;
  }
}

.menu-list {
  list-style: none;
}

.menu-list li {
  width: 100%;
  height: 96px;
  margin: 16px 0;
  opacity: 0;
  transition: 0.5s;
}
.menu-list li.list-item-event {
  background: url("../img/sozai/nav-gaiyou.png") no-repeat center/contain;
}
.menu-list li.list-item-menu {
  background: url("../img/sozai/nav-menu.png") no-repeat center/contain;
}
.menu-list li.list-item-goods {
  background: url("../img/sozai/nav-goods.png") no-repeat center/contain;
}
.menu-list li.list-item-special {
  background: url("../img/sozai/nav-special.png") no-repeat center/contain;
}
.menu-list li.list-item-share {
  height: 103px;
  display: flex;
  justify-content: center;
  color: #fff;
  align-items: center;
}
@media screen and (max-width:650px) {
  .menu-list li {
    height: 100px;
  }
}

.menu-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.hide {
  transform: translateX(100vh);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
video,
object {
  display: block;
  width: 100%;
  height: auto;
  border: 0;
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
  backface-visibility: hidden;
}

a {
  text-decoration: none;
  cursor: pointer;
}

ul,
li {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}

html {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  touch-action: manipulation;
}

body {
  -webkit-overflow-scrolling: touch;
  color: #504837;
  font-family: "Kaisei Opti", serif;
  font-size: 16px;
  font-weight: 500, 700;
  line-height: 1.5;
}

.site-content-wrapper {
  overflow-x: hidden;
  min-width: 900px;
  background: linear-gradient(180deg, #1a1822, #303368);
  background-attachment: fixed;
}
@media screen and (max-width:650px) {
  .site-content-wrapper {
    min-width: initial;
  }
}

.red-bold {
  color: #c74c44;
  font-weight: bold;
}
.red-bold.small {
  font-size: 18px;
  line-height: 1;
}

body::-webkit-scrollbar {
  width: 18px;
}

body::-webkit-scrollbar-track {
  background-color: #fff;
}

body::-webkit-scrollbar-thumb {
  background-color: #c74c44;
  border-radius: 12px;
  height: 70px;
}

#menu.site-section-content {
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 100%;
  background-color: #c74c44;
  background-image: repeating-linear-gradient(to bottom, #d37151, #d37151 15px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 180px), repeating-linear-gradient(to right, #d37151, #d37151 15px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 180px);
}
#menu.site-section-content .site-section-inner {
  padding: 0px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner {
    padding: 0px;
    margin: 0 24px;
  }
}
#menu.site-section-content .heading-h1 {
  background: url("../img/sozai/title-bg.webp") no-repeat center/contain;
  height: 130px;
  margin: 0 auto 40px;
  font-size: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 50px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .heading-h1 {
    width: 100%;
    margin-bottom: 16px;
    font-size: 32px;
  }
}
@media screen and (max-width:550px) {
  #menu.site-section-content .heading-h1 {
    width: 100%;
  }
}
@media screen and (max-width:450px) {
  #menu.site-section-content .heading-h1 {
    line-height: 40px;
  }
}
#menu.site-section-content .content-bg {
  padding: 0 60px;
  margin: 0 20px 0;
  width: 900px;
  width: 900px;
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 24px;
  background: url("../img/sozai/content-bg.webp") repeat, #fde2b4;
  background-size: contain;
  position: relative;
}
#menu.site-section-content .content-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 24px;
  background-color: #675b3e;
  top: -4px;
  left: 0;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .content-bg:before {
    height: 18px;
  }
}
#menu.site-section-content .content-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 24px;
  background-color: #675b3e;
  bottom: -4px;
  left: 0;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .content-bg:after {
    height: 18px;
  }
}
@media screen and (max-width:650px) {
  #menu.site-section-content .content-bg {
    width: 100%;
    padding: 0px 16px;
    background-size: 120px;
  }
}
@media screen and (max-width:550px) {
  #menu.site-section-content .content-bg {
    background-size: 100px;
  }
}
@media screen and (max-width:450px) {
  #menu.site-section-content .content-bg {
    background-size: 80px;
  }
}
#menu.site-section-content .content-bg .white-bg {
  background-color: #fcf5e7;
  padding: 0 24px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .content-bg .white-bg {
    padding: 16px;
  }
}
#menu.site-section-content .content-bg .heading-h2,
#menu.site-section-content .content-bg .heading-h3 {
  padding: 60px 54px 24px;
  margin: 0 64px 24px;
  border-bottom: 1px solid #675b3e;
  position: relative;
  font-size: 32px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .content-bg .heading-h2,
  #menu.site-section-content .content-bg .heading-h3 {
    font-size: 24px;
    padding: 40px 8px 24px;
  }
}
@media screen and (max-width:550px) {
  #menu.site-section-content .content-bg .heading-h2,
  #menu.site-section-content .content-bg .heading-h3 {
    padding: 40px 0px 16px;
  }
}
@media screen and (max-width:450px) {
  #menu.site-section-content .content-bg .heading-h2,
  #menu.site-section-content .content-bg .heading-h3 {
    font-size: 22px;
    padding: 32px 0px 16px;
    margin: 24px 0px;
  }
}
@media screen and (max-width:400px) {
  #menu.site-section-content .content-bg .heading-h2,
  #menu.site-section-content .content-bg .heading-h3 {
    margin: 0px;
  }
}
#menu.site-section-content .content-bg .heading-h2:before,
#menu.site-section-content .content-bg .heading-h3:before {
  content: "◆";
  position: absolute;
  bottom: -7px;
  right: -6px;
  font-size: 10px;
}
#menu.site-section-content .content-bg .heading-h2:after,
#menu.site-section-content .content-bg .heading-h3:after {
  content: "◆";
  position: absolute;
  bottom: -7px;
  left: -6px;
  font-size: 10px;
}
#menu.site-section-content .content-bg .food-h2 {
  line-height: 36px;
  margin-bottom: 16px;
}
#menu.site-section-content .content-bg .heading-h3 {
  padding: 24px 54px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .content-bg .heading-h3 {
    font-size: 20px;
  }
}
@media screen and (max-width:550px) {
  #menu.site-section-content .content-bg .heading-h3 {
    padding: 32px 0px 16px;
  }
}
@media screen and (max-width:450px) {
  #menu.site-section-content .content-bg .heading-h3 {
    margin-bottom: 24px;
  }
}
#menu.site-section-content .content-bg .menu-price {
  font-size: 32px;
  margin: 16px 0;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .content-bg .menu-price {
    font-size: 24px;
  }
}
#menu.site-section-content .content-bg .menu-detail {
  background-color: #f0e3c2;
  font-size: 16px;
  padding: 24px;
  line-height: 1.5rem;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .content-bg .menu-detail {
    padding: 16px;
  }
}
#menu.site-section-content .content-bg .note_1 {
  font-size: 14px;
  margin: 8px 0 32px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .content-bg .note_1 {
    margin: 8px 0 24px;
  }
}
#menu.site-section-content .content-bg .note_2 {
  margin: 24px 0px;
  padding-bottom: 60px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .content-bg .note_2 {
    margin: 16px 0;
    font-size: 16px;
  }
}
@media screen and (max-width:400px) {
  #menu.site-section-content .content-bg .note_2 {
    padding-bottom: 32px;
  }
}
#menu.site-section-content .content-bg .novelty-photo {
  margin-bottom: 16px;
}
#menu.site-section-content .content-bg:last-child {
  margin-bottom: 0;
}

#loading {
  background: linear-gradient(180deg, #1a1822, #303368);
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  height: 100vh;
}

#loading-screen {
  background: #fff;
  position: fixed;
  inset: 0;
  z-index: 9998;
  translate: 0 100vh;
}

.loading-area {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: center;
  position: relative;
}

.loading-icon {
  background: url("../img/logo/omisoka-logo.png") no-repeat center/contain;
  width: 400px;
  height: 300px;
  animation: fuwafuwa 2s infinite ease-in-out;
}
@media screen and (max-width:650px) {
  .loading-icon {
    width: 300px;
  }
}
@media screen and (max-width:550px) {
  .loading-icon {
    width: 280px;
  }
}

/* 背景を表示させるコンテナ */
.snow-container {
  position: relative;
  overflow: hidden; /* 背景からはみ出した雪を隠す */
  width: 100%;
  height: 100%;
  position: fixed;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

/*雪の色とループ*/
.snow {
  position: absolute;
  background-color: #fff; /*色*/
  border-radius: 50%; /*雪を丸*/
  animation: animate-snow 20s linear; /*アニメーションでループ*/
}

/* 画面からの降り始めと画面から消える時の設定 */
@keyframes animate-snow {
  0% {
    top: 0;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    top: 100vh;
  }
}
#special.site-section-content {
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
  z-index: 4;
  height: 100%;
  position: relative;
  background-color: #c74c44;
  background-image: repeating-linear-gradient(to bottom, #d37151, #d37151 15px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 180px), repeating-linear-gradient(to right, #d37151, #d37151 15px, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 180px);
}
@media screen and (max-width:650px) {
  #special.site-section-content {
    padding: 100px 0;
  }
}
#special.site-section-content .site-section-inner {
  padding: 0px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner {
    padding: 0px;
    margin: 0 24px;
  }
}
#special.site-section-content .heading-h1-bg {
  background: url("../img/sozai/title-bg.png") no-repeat center/contain;
  height: 130px;
  margin: 0 auto 80px;
  line-height: 103px;
  font-size: 40px;
  text-align: center;
}
#special.site-section-content .heading-h1 {
  background: url("../img/sozai/title-bg.webp") no-repeat center/contain;
  height: 130px;
  margin: 0 auto 36px;
  font-size: 40px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width:650px) {
  #special.site-section-content .heading-h1 {
    width: 100%;
    margin-bottom: 16px;
    line-height: 109px;
    font-size: 32px;
  }
}
@media screen and (max-width:550px) {
  #special.site-section-content .heading-h1 {
    width: 100%;
    line-height: 114px;
  }
}
#special.site-section-content .content-bg {
  padding: 0 60px;
  margin: 0 20px 0;
  width: 900px;
  width: 900px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  background: url("../img/sozai/content-bg.webp") repeat, #fde2b4;
  background-size: contain;
  position: relative;
}
#special.site-section-content .content-bg:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 24px;
  background-color: #675b3e;
  top: -4px;
  left: 0;
}
@media screen and (max-width:650px) {
  #special.site-section-content .content-bg:before {
    height: 18px;
  }
}
#special.site-section-content .content-bg:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 24px;
  background-color: #675b3e;
  bottom: -4px;
  left: 0;
}
@media screen and (max-width:650px) {
  #special.site-section-content .content-bg:after {
    height: 18px;
  }
}
@media screen and (max-width:650px) {
  #special.site-section-content .content-bg {
    width: 100%;
    padding: 0px 16px;
    background-size: 120px;
  }
}
@media screen and (max-width:550px) {
  #special.site-section-content .content-bg {
    background-size: 100px;
  }
}
@media screen and (max-width:450px) {
  #special.site-section-content .content-bg {
    background-size: 80px;
  }
}
#special.site-section-content .content-bg .white-bg {
  background-color: #fcf5e7;
  padding-bottom: 1px;
}
@media screen and (max-width:450px) {
  #special.site-section-content .content-bg .white-bg {
    padding-bottom: 0;
  }
}
#special.site-section-content .content-bg .heading-h2,
#special.site-section-content .content-bg .heading-h3 {
  padding: 60px 54px 24px;
  margin: 0 64px 24px;
  border-bottom: 1px solid #675b3e;
  position: relative;
  font-size: 32px;
}
@media screen and (max-width:650px) {
  #special.site-section-content .content-bg .heading-h2,
  #special.site-section-content .content-bg .heading-h3 {
    font-size: 24px;
  }
}
@media screen and (max-width:550px) {
  #special.site-section-content .content-bg .heading-h2,
  #special.site-section-content .content-bg .heading-h3 {
    padding: 40px 0px 16px;
  }
}
@media screen and (max-width:450px) {
  #special.site-section-content .content-bg .heading-h2,
  #special.site-section-content .content-bg .heading-h3 {
    font-size: 22px;
    padding: 32px 0px 16px;
    margin: 24px 32px 16px;
  }
}
@media screen and (max-width:400px) {
  #special.site-section-content .content-bg .heading-h2,
  #special.site-section-content .content-bg .heading-h3 {
    margin: 24px 32px 0px;
  }
}
#special.site-section-content .content-bg .heading-h2:before,
#special.site-section-content .content-bg .heading-h3:before {
  content: "◆";
  position: absolute;
  bottom: -7px;
  right: -6px;
  font-size: 10px;
}
#special.site-section-content .content-bg .heading-h2:after,
#special.site-section-content .content-bg .heading-h3:after {
  content: "◆";
  position: absolute;
  bottom: -7px;
  left: -6px;
  font-size: 10px;
}
#special.site-section-content .content-bg .heading-h3 {
  padding: 24px 54px;
}
@media screen and (max-width:650px) {
  #special.site-section-content .content-bg .heading-h3 {
    font-size: 20px;
  }
}
#special.site-section-content .content-bg .special-detail {
  font-size: 24px;
  padding: 24px;
}
@media screen and (max-width:650px) {
  #special.site-section-content .content-bg .special-detail {
    font-size: 18px;
    padding: 24px 16px;
  }
}
#special.site-section-content .content-bg .special-date {
  background-color: #f0e3c2;
  font-size: 18px;
  padding: 24px;
  font-weight: bold;
  margin: 0 24px;
}
@media screen and (max-width:650px) {
  #special.site-section-content .content-bg .special-date {
    padding: 16px;
    margin: 0 16px;
  }
}
#special.site-section-content .content-bg .special-date .linkto_youtube {
  border-bottom: 1px dashed #a42e26;
  color: #a42e26;
  transition: 0.3s;
}
#special.site-section-content .content-bg .special-date .linkto_youtube:hover {
  color: #c74c44;
}
#special.site-section-content .content-bg .note_1 {
  font-size: 14px;
  margin: 8px 0 32px;
}
@media screen and (max-width:650px) {
  #special.site-section-content .content-bg .note_1 {
    margin: 8px 0 32px;
  }
}
#special.site-section-content .content-bg .livestream-btn {
  width: 400px;
  height: 230px;
  background: url("../img/sozai/stream-btn.png") no-repeat top/contain;
  margin: 0 auto 86px;
  transition: 0.7s;
}
#special.site-section-content .content-bg .link_to_live {
  display: block;
  width: 400px;
  height: auto;
  margin: 0 auto;
}
@media screen and (max-width:550px) {
  #special.site-section-content .content-bg .link_to_live {
    width: 360px;
  }
}
@media screen and (max-width:450px) {
  #special.site-section-content .content-bg .link_to_live {
    width: 300px;
  }
}
@media screen and (max-width:400px) {
  #special.site-section-content .content-bg .link_to_live {
    width: 280px;
  }
}
#special.site-section-content .content-bg .link_to_live:hover {
  opacity: 0.7;
}
@media screen and (max-width:550px) {
  #special.site-section-content .content-bg .livestream-btn {
    width: 360px;

  }
}
@media screen and (max-width:450px) {
  #special.site-section-content .content-bg .livestream-btn {
    width: 300px;
  }
}
@media screen and (max-width:400px) {
  #special.site-section-content .content-bg .livestream-btn {
    width: 280px;
  }
}

#message.site-section-content {
  padding: 100px 0 200px;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width:650px) {
  #message.site-section-content {
    padding: 100px 0 0;
  }
}
#message.site-section-content .site-section-inner {
  padding: 0px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:650px) {
  #message.site-section-content .site-section-inner {
    padding: 0px;
    margin: 0 24px;
  }
}
#message.site-section-content .heading-h1-bg1 {
  width: 840px;
  background-color: #fcf5e7;
  border: solid 7px #d37151;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  text-align: center;
  margin: 0 auto;
  transform: rotate(3deg);
  position: relative;
}
@media screen and (max-width:650px) {
  #message.site-section-content .heading-h1-bg1 {
    font-size: 18px;
    width: 94%;
  }
}
@media screen and (max-width:450px) {
  #message.site-section-content .heading-h1-bg1 {
    font-size: 16px;
    height: 80px;
  }
}
#message.site-section-content .heading-h1-bg1:before {
  content: "";
  position: absolute;
  left: -26px;
  top: -44px;
  width: 98px;
  height: 114px;
  background: url("../img/sozai/hana-left.png") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  #message.site-section-content .heading-h1-bg1:before {
    top: -30px;
    width: 81px;
    height: 90px;
  }
}
@media screen and (max-width:550px) {
  #message.site-section-content .heading-h1-bg1:before {
    width: 66px;
    height: 76px;
  }
}
@media screen and (max-width:450px) {
  #message.site-section-content .heading-h1-bg1:before {
    left: -36px;
    height: 68px;
  }
}
@media screen and (max-width:400px) {
  #message.site-section-content .heading-h1-bg1:before {
    height: 56px;
  }
}
#message.site-section-content .heading-h1-bg1:after {
  content: "";
  position: absolute;
  right: -26px;
  bottom: -44px;
  width: 98px;
  height: 114px;
  background: url("../img/sozai/hana-right.png") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  #message.site-section-content .heading-h1-bg1:after {
    right: -18px;
    bottom: -33px;
    width: 82px;
    height: 88px;
  }
}
@media screen and (max-width:550px) {
  #message.site-section-content .heading-h1-bg1:after {
    width: 66px;
    height: 76px;
  }
}
@media screen and (max-width:450px) {
  #message.site-section-content .heading-h1-bg1:after {
    right: -32px;
    bottom: -35px;
    width: 60px;
    height: 88px;
  }
}
@media screen and (max-width:400px) {
  #message.site-section-content .heading-h1-bg1:after {
    height: 56px;
  }
}
#message.site-section-content .heading-h1-bg2 {
  width: 900px;
  background-color: #a42e26;
  height: 100px;
  margin: 0 auto;
  transform: rotate(-3deg);
}
@media screen and (max-width:650px) {
  #message.site-section-content .heading-h1-bg2 {
    width: 100%;
  }
}
@media screen and (max-width:450px) {
  #message.site-section-content .heading-h1-bg2 {
    height: 80px;
  }
}
#message.site-section-content .chara-wrapper {
  position: relative;
  width: 900px;
  height: 600px;
  margin: 0 auto;
  padding: 60px;
}
@media screen and (max-width:650px) {
  #message.site-section-content .chara-wrapper {
    width: 100%;
  }
}
#message.site-section-content .chara {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
}
@media screen and (max-width:650px) {
  #message.site-section-content .chara {
    width: 140px;
    height: 140px;
  }
}
@media screen and (max-width:550px) {
  #message.site-section-content .chara {
    width: min(23.6363636364vw, 130px);
    height: min(23.6363636364vw, 130px);
  }
}
#message.site-section-content .obanai {
  background: url("../img/sozai/maru-obanai.webp") no-repeat center/contain;
  top: 100px;
  left: -125px;
}
@media screen and (max-width:650px) {
  #message.site-section-content .obanai {
    left: 15px;
    top: 135px;
  }
}
@media screen and (max-width:550px) {
  #message.site-section-content .obanai {
    left: 8px;
  }
}
#message.site-section-content .tanjiro {
  background: url("../img/sozai/maru-tanjiro.webp") no-repeat center/contain;
  top: 100px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width:650px) {
  #message.site-section-content .tanjiro {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width:550px) {
  #message.site-section-content .tanjiro {
    width: min(30.9090909091vw, 170px);
    height: min(30.9090909091vw, 170px);
  }
}
#message.site-section-content .sanemi {
  background: url("../img/sozai/maru-sanemi.webp") no-repeat center/contain;
  top: 100px;
  right: -125px;
}
@media screen and (max-width:650px) {
  #message.site-section-content .sanemi {
    right: 15px;
    top: 135px;
  }
}
@media screen and (max-width:550px) {
  #message.site-section-content .sanemi {
    right: 8px;
  }
}
#message.site-section-content .genya {
  background: url("../img/sozai/maru-genya.webp") no-repeat center/contain;
  top: 300px;
  right: 100px;
}
@media screen and (max-width:650px) {
  #message.site-section-content .genya {
    top: 286px;
    right: 90px;
  }
}
@media screen and (max-width:550px) {
  #message.site-section-content .genya {
    right: 20%;
  }
}
#message.site-section-content .giyu {
  background: url("../img/sozai/maru-giyu.webp") no-repeat center/contain;
  top: 300px;
  left: 100px;
}
@media screen and (max-width:650px) {
  #message.site-section-content .giyu {
    top: 286px;
    left: 90px;
  }
}
@media screen and (max-width:550px) {
  #message.site-section-content .giyu {
    left: 20%;
  }
}/*# sourceMappingURL=style.css.map */