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

@keyframes fuwafuwa {
  100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(15px);
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0px);
  }
}
#about.site-section-content {
  padding: 600px 0 100px;
  position: relative;
}
@media screen and (max-width:650px) {
  #about.site-section-content {
    padding: 100px 0 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: 185px 32px 0px;
    margin: 0 auto;
  }
}
@media screen and (max-width:450px) {
  #about.site-section-content .site-section-inner {
    padding: 100px 0 280px;
    margin: 0 12px;
  }
}
#about.site-section-content .site-section-inner .content-holder {
  text-align: center;
  color: #f3f2f1;
}
#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;
  }
}
#about.site-section-content .site-section-inner .chara {
  position: absolute;
  animation: fuwafuwa 3s infinite ease-in-out;
  filter: drop-shadow(8px 18px 10px rgba(44, 44, 58, 0.2));
}
#about.site-section-content .site-section-inner .tanjiro {
  background: url("../img/chara/tanjiro.webp") no-repeat center/contain;
  width: 284px;
  height: 432px;
  right: 50%;
  margin-right: -689px;
  bottom: 59px;
}
@media screen and (max-width:450px) {
  #about.site-section-content .site-section-inner .tanjiro {
    width: 152px;
    height: 279px;
    right: 17px;
    margin-right: unset;
    bottom: -40px;
  }
}
#about.site-section-content .site-section-inner .nezuko {
  background: url("../img/chara/nezuko.webp") no-repeat center/contain;
  width: 396px;
  height: 383px;
  left: 50%;
  margin-left: -817px;
  bottom: 59px;
}
@media screen and (max-width:450px) {
  #about.site-section-content .site-section-inner .nezuko {
    width: 218px;
    height: 258px;
    left: 6px;
    margin-left: unset;
    bottom: -40px;
  }
}

header {
  width: 100%;
  height: 914px;
  min-width: 1100px;
  margin: auto;
  max-width: 1920px;
  background-color: linear-gradient(180deg, #444c78, #d1d5eb);
  position: relative;
}
@media screen and (max-width:1800px) {
  header {
    height: 868px;
  }
}
@media screen and (max-width:1700px) {
  header {
    height: 810px;
  }
}
@media screen and (max-width:1600px) {
  header {
    height: 724px;
  }
}
@media screen and (max-width:1500px) {
  header {
    height: 700px;
  }
}
@media screen and (max-width:1400px) {
  header {
    height: 695px;
  }
}
@media screen and (max-width:1300px) {
  header {
    height: 611px;
  }
}
@media screen and (max-width:1200px) {
  header {
    height: 570px;
  }
}
@media screen and (max-width:650px) {
  header {
    min-width: unset;
    height: 843px;
  }
}
@media screen and (max-width:550px) {
  header {
    height: 725px;
  }
}
@media screen and (max-width:450px) {
  header {
    height: 640px;
  }
}
@media screen and (max-width:400px) {
  header {
    height: 580px;
  }
}
header h1 {
  display: none;
}
header .kumo {
  position: absolute;
  background: url("../img/sozai/kumo.webp") no-repeat left/cover;
  width: 100%;
  height: min(21.7708333333vw, 418px);
  top: -32px;
  left: 0;
  right: 0;
  min-width: 1100px;
  min-height: 240px;
  z-index: 4;
  opacity: 0;
  animation-name: fadeUp;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
@media screen and (max-width:650px) {
  header .kumo {
    background: url("../img/sozai/kumo-kai-sp.png") no-repeat center/cover;
    height: min(37.6470588235vw, 320px);
    min-width: unset;
    min-height: unset;
  }
}
@media screen and (max-width:650px) {
  header .kumo {
    height: min(37.6470588235vw, 320px);
    animation-delay: 0.2s;
  }
}
header .header-btm {
  background: url("../img/sozai/header-btm.webp") no-repeat bottom/cover;
  position: absolute;
  bottom: -537px;
  bottom: min(-25.3645833333vw, -487px);
  left: 0px;
  width: 100%;
  height: 680px;
  height: min(32.1875vw, 618px);
}
@media screen and (max-width:1700px) {
  header .header-btm {
    bottom: -422px;
  }
}
@media screen and (max-width:1500px) {
  header .header-btm {
    bottom: -377px;
  }
}
@media screen and (max-width:1400px) {
  header .header-btm {
    bottom: -348px;
  }
}
@media screen and (max-width:1200px) {
  header .header-btm {
    bottom: -300px;
  }
}
@media screen and (max-width:1100px) {
  header .header-btm {
    height: 356px;
    bottom: -325px;
  }
}
@media screen and (max-width:650px) {
  header .header-btm {
    height: min(38.9230769231vw, 253px);
    bottom: min(-36.1538461538vw, -235px);
  }
}
@media screen and (max-width:550px) {
  header .header-btm {
    height: min(46vw, 253px);
    bottom: min(-42.7272727273vw, -235px);
  }
}
@media screen and (max-width:450px) {
  header .header-btm {
    bottom: min(-33.3333333333vw, -150px);
  }
}
header .header-chara {
  opacity: 0;
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  filter: drop-shadow(8px 8px 10px rgba(44, 44, 58, 0.2));
}
@keyframes fadeUp {
  0% {
    opacity: 0;
    transform: translateY(-400px);
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
header .chara-1 {
  background: url("../img/chara/chara-pc-1.webp") no-repeat top/contain;
  position: absolute;
  width: min(9.21875vw, 177px);
  height: min(36.4583333333vw, 700px);
  top: min(7.7083333333vw, 148px);
  left: min(4.6875vw, 90px);
  animation-delay: 0.4s;
}
@media screen and (max-width:1100px) {
  header .chara-1 {
    width: 108px;
    height: 382px;
    top: 91px;
    left: 52px;
  }
}
@media screen and (max-width:650px) {
  header .chara-1 {
    display: none;
  }
}
header .chara-2 {
  background: url("../img/chara/chara-pc-2.webp") no-repeat top/contain;
  position: absolute;
  top: 186px;
  left: 319px;
  width: 175px;
  height: 634px;
  width: min(9.1145833333vw, 175px);
  height: min(33.0208333333vw, 634px);
  top: min(9.6875vw, 186px);
  left: min(16.6145833333vw, 319px);
  animation-delay: 0.6s;
}
@media screen and (max-width:1100px) {
  header .chara-2 {
    width: 109px;
    height: 399px;
    top: 99px;
    left: 183px;
  }
}
@media screen and (max-width:650px) {
  header .chara-2 {
    display: none;
  }
}
header .chara-3 {
  background: url("../img/chara/chara-pc-3.webp") no-repeat top/contain;
  position: absolute;
  top: 78px;
  left: 515px;
  width: 232px;
  height: 651px;
  width: min(12.0833333333vw, 232px);
  height: min(33.90625vw, 651px);
  top: min(4.0625vw, 78px);
  left: min(26.8229166667vw, 515px);
  animation-delay: 0.8s;
}
@media screen and (max-width:1100px) {
  header .chara-3 {
    width: 141px;
    height: 400px;
    top: 47px;
    left: 303px;
  }
}
@media screen and (max-width:650px) {
  header .chara-3 {
    display: none;
  }
}
header .chara-4 {
  background: url("../img/chara/chara-pc-4.webp") no-repeat top/contain;
  position: absolute;
  top: 55px;
  left: 747px;
  width: 179px;
  height: 528px;
  width: min(9.3229166667vw, 179px);
  height: min(27.5vw, 528px);
  top: min(2.8645833333vw, 55px);
  left: min(38.90625vw, 747px);
  animation-delay: 1s;
}
@media screen and (max-width:1100px) {
  header .chara-4 {
    top: 51px;
    left: 447px;
    width: 112px;
    height: 300px;
  }
}
@media screen and (max-width:650px) {
  header .chara-4 {
    display: none;
  }
}
header .chara-5 {
  background: url("../img/chara/chara-pc-5.webp") no-repeat top/contain;
  position: absolute;
  top: 4px;
  left: 970px;
  width: 173px;
  height: 564px;
  width: min(9.0104166667vw, 173px);
  height: min(29.375vw, 564px);
  top: min(0.2083333333vw, 4px);
  left: min(50.5208333333vw, 970px);
  animation-delay: 1.2s;
}
@media screen and (max-width:1100px) {
  header .chara-5 {
    top: -2px;
    left: 566px;
    width: 108px;
    height: 360px;
  }
}
@media screen and (max-width:650px) {
  header .chara-5 {
    display: none;
  }
}
header .chara-6 {
  background: url("../img/chara/chara-pc-6.webp") no-repeat top/contain;
  position: absolute;
  top: 0px;
  right: 497px;
  width: 261px;
  height: 697px;
  width: min(13.59375vw, 261px);
  height: min(36.3020833333vw, 697px);
  top: min(0vw, 0px);
  right: min(25.8854166667vw, 497px);
  animation-delay: 1.5s;
}
@media screen and (max-width:1100px) {
  header .chara-6 {
    top: 31px;
    right: 274px;
    width: 162px;
    height: 416px;
  }
}
@media screen and (max-width:650px) {
  header .chara-6 {
    display: none;
  }
}
header .chara-7 {
  background: url("../img/chara/chara-pc-7.webp") no-repeat top/contain;
  position: absolute;
  top: 279px;
  right: 296px;
  width: 181px;
  height: 542px;
  width: min(9.4270833333vw, 181px);
  height: min(28.2291666667vw, 542px);
  top: min(8.90625vw, 171px);
  right: min(15.4166666667vw, 296px);
  animation-delay: 1.7s;
}
@media screen and (max-width:1100px) {
  header .chara-7 {
    top: 80px;
    right: 168px;
    width: 113px;
    height: 339px;
  }
}
@media screen and (max-width:650px) {
  header .chara-7 {
    display: none;
  }
}
header .chara-8 {
  background: url("../img/chara/chara-pc-8.webp") no-repeat top/contain;
  position: absolute;
  top: 112px;
  right: 60px;
  width: 170px;
  height: 700px;
  width: min(8.8541666667vw, 170px);
  height: min(36.4583333333vw, 700px);
  top: min(5.8333333333vw, 112px);
  right: min(3.125vw, 60px);
  animation-delay: 1.9s;
}
@media screen and (max-width:1100px) {
  header .chara-8 {
    top: 115px;
    right: 60;
    width: 106px;
    height: 440px;
  }
}
@media screen and (max-width:650px) {
  header .chara-8 {
    display: none;
  }
}
header .chara-sp-1 {
  background: url("../img/chara/chara-sp-1.webp") no-repeat top/contain;
  display: none;
}
@media screen and (max-width:650px) {
  header .chara-sp-1 {
    display: block;
    position: absolute;
    width: 117px;
    height: 595px;
    top: 120px;
    left: 22px;
    width: min(18vw, 117px);
    height: min(91.5384615385vw, 595px);
    top: min(18.4615384615vw, 120px);
    left: min(3.3846153846vw, 22px);
    animation-delay: 0.4s;
  }
}
header .chara-sp-2 {
  background: url("../img/chara/chara-sp-2.webp") no-repeat top/contain;
  display: none;
}
@media screen and (max-width:650px) {
  header .chara-sp-2 {
    display: block;
    position: absolute;
    width: 197px;
    height: 757px;
    top: -69px;
    left: 150px;
    width: min(30.3076923077vw, 197px);
    height: min(116.4615384615vw, 757px);
    top: min(-10.6153846154vw, -69px);
    left: min(23.0769230769vw, 150px);
    animation-delay: 0.6s;
  }
}
header .chara-sp-3 {
  background: url("../img/chara/chara-sp-3.webp") no-repeat top/contain;
  display: none;
}
@media screen and (max-width:650px) {
  header .chara-sp-3 {
    display: block;
    position: absolute;
    width: 161px;
    height: 750px;
    top: -34px;
    right: 146px;
    width: min(24.7692307692vw, 161px);
    height: min(115.3846153846vw, 750px);
    top: min(-5.2307692308vw, -34px);
    right: min(22.4615384615vw, 146px);
    animation-delay: 0.8s;
  }
}
header .chara-sp-4 {
  background: url("../img/chara/chara-sp-4.webp") no-repeat top/contain;
  display: none;
}
@media screen and (max-width:650px) {
  header .chara-sp-4 {
    display: block;
    position: absolute;
    width: 117px;
    height: 625px;
    top: 120px;
    right: 22px;
    width: min(18vw, 117px);
    height: min(96.1538461538vw, 625px);
    top: min(18.4615384615vw, 120px);
    right: min(3.3846153846vw, 22px);
    animation-delay: 1s;
  }
}
header .header-logo {
  background: url("../img/logo/christmas-logo.webp") no-repeat center/contain;
  width: 434px;
  height: 141px;
  position: absolute;
  bottom: 140px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 129px;
  z-index: 10;
  opacity: 0;
  animation-name: slideIn;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-delay: 2.4s;
}
@keyframes slideIn {
  0% {
    transform: translateY(180px) scale(1, 1);
    opacity: 0;
  }
  60% {
    transform: translateY(0px) scale(1.1, 0.9);
  }
  70% {
    transform: translateY(0px) scale(1.2, 0.8);
  }
  80% {
    transform: translateY(0px) scale(0.85, 1.15);
  }
  90% {
    transform: translateY(0px) scale(1.1, 0.9);
  }
  95% {
    transform: translateY(0px) scale(0.95, 1.08);
  }
  100% {
    transform: scale(1, 1);
  }
  40%, 100% {
    opacity: 1;
  }
}
@media screen and (max-width:1700px) {
  header .header-logo {
    height: 123px;
    bottom: 119px;
  }
}
@media screen and (max-width:1600px) {
  header .header-logo {
    height: 115px;
    bottom: 91px;
  }
}
@media screen and (max-width:1500px) {
  header .header-logo {
    bottom: 109px;
  }
}
@media screen and (max-width:1400px) {
  header .header-logo {
    width: 353px;
    height: 107px;
    bottom: 109px;
  }
}
@media screen and (max-width:1300px) {
  header .header-logo {
    height: 95px;
    bottom: 76px;
  }
}
@media screen and (max-width:1200px) {
  header .header-logo {
    height: 86px;
    bottom: 83px;
  }
}
@media screen and (max-width:1100px) {
  header .header-logo {
    width: 320px;
    height: 100px;
    bottom: 40px;
  }
}
@media screen and (max-width:650px) {
  header .header-logo {
    width: 330px;
    height: 102px;
    bottom: 21px;
    animation-delay: 1.6s;
  }
}
@media screen and (max-width:550px) {
  header .header-logo {
    bottom: 8px;
    width: 327px;
    height: 113px;
  }
}
@media screen and (max-width:450px) {
  header .header-logo {
    bottom: 51px;
    height: 100px;
    width: 284px;
  }
}
@media screen and (max-width:400px) {
  header .header-logo {
    bottom: 40px;
  }
}
header .kimetsu-logo {
  background: url("../img/logo/logo-kimetsu.webp") no-repeat top/contain;
  width: min(20.6153846154vw, 134px);
  height: min(17.6923076923vw, 115px);
  position: absolute;
  z-index: 10;
  top: min(3.2307692308vw, 21px);
  left: min(3.0769230769vw, 20px);
}
@media screen and (max-width:650px) {
  header .kimetsu-logo {
    width: min(12.3076923077vw, 80px);
    height: min(10.7692307692vw, 70px);
    top: min(2.4615384615vw, 16px);
    left: min(1.3846153846vw, 9px);
  }
}
@media screen and (max-width:400px) {
  header .kimetsu-logo {
    width: 58px;
    height: 65px;
    top: 10px;
    left: 9px;
  }
}

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;
}

.chara {
  position: absolute;
  animation: fuwafuwa 2s infinite ease-in-out;
}

.back_to_top {
  width: 317px;
  height: 281px;
  position: absolute;
  bottom: 78px;
  right: 60px;
  transition: 0.5s;
  background: url("../img/sozai/back_to_top.webp") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  .back_to_top {
    width: 217px;
    height: 187px;
    right: 12px;
  }
}
@media screen and (max-width:550px) {
  .back_to_top {
    top: -150px;
    right: 5px;
  }
}
.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;
}
@media screen and (max-width:650px) {
  #goods.site-section-content {
    padding: 0;
  }
}
#goods.site-section-content .site-section-inner {
  padding: 60px 0 180px;
  margin: 0 12px;
  position: relative;
}
@media screen and (max-width:450px) {
  #goods.site-section-content .site-section-inner {
    padding: 60px 0 560px;
    margin: 0 12px;
  }
}
#goods.site-section-content .site-section-inner .chara {
  position: absolute;
  animation: fuwafuwa 2s infinite ease-in-out;
}
#goods.site-section-content .site-section-inner .tengen {
  background: url("../img/chara/tengen.webp") no-repeat center/contain;
  bottom: 8898px;
  right: 50%;
  margin-right: -742px;
  width: 284px;
  height: 275px;
}
@media screen and (max-width:450px) {
  #goods.site-section-content .site-section-inner .tengen {
    bottom: 372px;
    right: 0;
    margin-right: unset;
    width: 191px;
    height: 200px;
  }
}
#goods.site-section-content .site-section-inner .tengen-2 {
  background: url("../img/chara/tengen.webp") no-repeat center/contain;
  bottom: 350px;
  right: 50%;
  margin-right: -742px;
  width: 284px;
  height: 275px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner .tengen-2 {
    display: none;
  }
}
#goods.site-section-content .site-section-inner .gyomei {
  background: url("../img/chara/gyomei.webp") no-repeat center/contain;
  bottom: 7500px;
  left: 50%;
  margin-left: -707px;
  width: 238px;
  height: 348px;
}
@media screen and (max-width:450px) {
  #goods.site-section-content .site-section-inner .gyomei {
    bottom: 372px;
    left: 0;
    margin-left: unset;
    width: 180px;
    height: 213px;
  }
}
#goods.site-section-content .site-section-inner .gyomei-2 {
  background: url("../img/chara/gyomei.webp") no-repeat center/contain;
  bottom: 254px;
  left: 50%;
  margin-left: -707px;
  width: 238px;
  height: 348px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner .gyomei-2 {
    display: none;
  }
}
#goods.site-section-content .site-section-inner .kyojuro {
  background: url("../img/chara/kyojuro.webp") no-repeat center/contain;
  bottom: 6000px;
  right: 50%;
  margin-right: -719px;
  width: 247px;
  height: 339px;
}
@media screen and (max-width:450px) {
  #goods.site-section-content .site-section-inner .kyojuro {
    bottom: 230px;
    right: 0;
    left: 0;
    margin-right: unset;
    width: 184px;
    height: 200px;
    margin: 0 auto;
    z-index: 1;
  }
}
#goods.site-section-content .site-section-inner .kyojuro-2 {
  background: url("../img/chara/kyojuro.webp") no-repeat center/contain;
  bottom: 254px;
  right: 50%;
  margin-right: -719px;
  width: 247px;
  height: 339px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner .kyojuro-2 {
    display: none;
  }
}
#goods.site-section-content .site-section-inner .shinobu {
  background: url("../img/chara/shinobu.webp") no-repeat center/contain;
  bottom: 4000px;
  left: 50%;
  margin-left: -705px;
  width: 236px;
  z-index: 1;
  height: 350px;
}
@media screen and (max-width:450px) {
  #goods.site-section-content .site-section-inner .shinobu {
    bottom: 98px;
    left: -14px;
    margin-left: unset;
    width: 185px;
    height: 225px;
  }
}
#goods.site-section-content .site-section-inner .shinobu-2 {
  background: url("../img/chara/shinobu.webp") no-repeat center/contain;
  bottom: 244px;
  left: 50%;
  margin-left: -705px;
  width: 236px;
  height: 342px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner .shinobu-2 {
    display: none;
  }
}
#goods.site-section-content .site-section-inner .mitsuri {
  background: url("../img/chara/mitsuri.webp") no-repeat center/contain;
  bottom: 2000px;
  right: 50%;
  margin-right: -712px;
  width: 239px;
  height: 305px;
}
@media screen and (max-width:450px) {
  #goods.site-section-content .site-section-inner .mitsuri {
    bottom: 98px;
    right: -14px;
    margin-right: unset;
    width: 194px;
    height: 214px;
    z-index: 2;
  }
}
#goods.site-section-content .site-section-inner .mitsuri-2 {
  background: url("../img/chara/mitsuri.webp") no-repeat center/contain;
  bottom: 317px;
  right: 50%;
  margin-right: -740px;
  width: 288px;
  height: 296px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner .mitsuri-2 {
    display: none;
  }
}
#goods.site-section-content .site-section-inner .tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto 16px;
}
#goods.site-section-content .site-section-inner button {
  background: #f3f2f1;
  color: #272c42;
  padding: 10px 15px;
  margin: 0 4px 8px;
  flex-grow: 1;
  border: 1px solid #272c42;
  border-radius: 24px;
  font-size: 20px;
  position: relative;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner button {
    font-size: 16px;
    font-weight: bold;
    padding: 8px 15px;
  }
}
@media screen and (max-width:450px) {
  #goods.site-section-content .site-section-inner button {
    font-size: 12px;
  }
}
#goods.site-section-content .site-section-inner button.active {
  background: #f0bd72;
  color: #272c42;
  border: 2px solid #272c42;
}
#goods.site-section-content .site-section-inner button.active:before {
  content: "";
  background: url("../img/sozai/star-navy.png") no-repeat center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
@media screen and (max-width:450px) {
  #goods.site-section-content .site-section-inner button.active:before {
    left: 5px;
  }
}
#goods.site-section-content .site-section-inner button.active:after {
  content: "";
  background: url("../img/sozai/star-navy.png") no-repeat center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
@media screen and (max-width:450px) {
  #goods.site-section-content .site-section-inner button.active:after {
    right: 5px;
  }
}
#goods.site-section-content .tab-content {
  display: none;
}
#goods.site-section-content .tab-content.active {
  display: block;
}
#goods.site-section-content .heading-h1 {
  background: url("../img/sozai/title-bg-sp.webp") no-repeat center/contain;
  height: 130px;
  margin: 0 auto 80px;
  line-height: 103px;
  font-size: 40px;
  text-align: 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%;
    line-height: 114px;
  }
}
@media screen and (max-width:450px) {
  #goods.site-section-content .heading-h1 {
    font-size: 22px;
  }
}
#goods.site-section-content .content-bg {
  padding: 60px;
  margin: 0 20px 0;
  border-radius: 12px;
  width: 1100px;
  background-color: #272c42;
  width: 900px;
  height: auto;
  margin: 0 auto 40px;
  position: relative;
  background: url("../img/sozai/content-bg-left.webp") no-repeat, url("../img/sozai/content-bg-right.webp") no-repeat, #272c42;
  background-position: left top, right top;
  background-size: 180px;
  text-align: center;
  position: relative;
  color: #fff;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg {
    width: 100%;
    padding: 16px;
    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 {
    background-size: 84px;
  }
}
#goods.site-section-content .content-bg .goods-wrapper .heading-h2 {
  font-size: 32px;
  padding: 0 54px 24px;
  margin: 0 64px 24px;
  border-bottom: 1px solid #f3f2f1;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-wrapper .heading-h2 {
    font-size: 24px;
    padding: 16px 8px 24px;
    margin: 0px 88px 24px;
  }
}
@media screen and (max-width:550px) {
  #goods.site-section-content .content-bg .goods-wrapper .heading-h2 {
    padding: 0px 0px 16px;
    margin: 0 64px 32px;
  }
}
@media screen and (max-width:450px) {
  #goods.site-section-content .content-bg .goods-wrapper .heading-h2 {
    font-size: 22px;
    padding: 0px 0px 16px;
    margin: 24px 32px 16px;
  }
}
@media screen and (max-width:400px) {
  #goods.site-section-content .content-bg .goods-wrapper .heading-h2 {
    margin: 24px 32px 16px;
  }
}
#goods.site-section-content .content-bg .goods-wrapper .heading-h2:before {
  content: "●";
  position: absolute;
  bottom: -7px;
  right: -6px;
  font-size: 10px;
}
#goods.site-section-content .content-bg .goods-wrapper .heading-h2:after {
  content: "●";
  position: absolute;
  bottom: -7px;
  left: -6px;
  font-size: 10px;
}
#goods.site-section-content .content-bg .goods-detail {
  margin-bottom: 24px;
  padding: 0 60px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-detail {
    padding: 0px;
  }
}
#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 {
  position: relative;
  background: #c6cbe3;
  padding: 24px;
  margin-bottom: 24px;
  width: 50%;
  border-radius: 12px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-card {
    width: 100%;
    margin-bottom: 16px;
    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 #5c6592;
  font-weight: bold;
  color: #272c42;
}
@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;
  color: #272c42;
  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 {
  color: #272c42;
  margin-bottom: 12px;
}
#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 #edcb99;
  color: #272c42;
  background: #eda438;
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 5px 0 rgba(49, 48, 65, 0.8784313725);
  transition: 0.3s ease;
  position: relative;
}
#goods.site-section-content .content-bg .webshop-btn a:before {
  content: "";
  position: absolute;
  top: -13px;
  left: 4px;
  background: url("../img/sozai/btn-deco-left.webp") no-repeat center/contain;
  width: 100px;
  height: 36px;
  vertical-align: middle;
  z-index: 1;
}
#goods.site-section-content .content-bg .webshop-btn a:after {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  background: url("../img/sozai/btn-deco-right.webp") no-repeat center/contain;
  width: 100px;
  height: 40px;
  vertical-align: middle;
}
#goods.site-section-content .content-bg .webshop-btn a:hover {
  background: #5c6592;
  border: 4px solid #272c42;
  color: #f3f2f1;
  box-shadow: 0 5px 0 rgba(101, 97, 153, 0.8784313725);
}
#goods.site-section-content .content-bg .webshop-btn a:active {
  box-shadow: none;
  transform: translateY(5px);
}
@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 305px;
  width: 100%;
}
@media screen and (max-width:650px) {
  #info.site-section-content {
    padding: 0;
  }
}
#info.site-section-content .site-section-inner {
  padding: 64px 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:650px) {
  #info.site-section-content .site-section-inner {
    padding: 60px 0;
    margin: 0 12px;
    width: 100%;
  }
}
@media screen and (max-width:450px) {
  #info.site-section-content .site-section-inner {
    padding: 60px 0 370px;
    margin: 0 12px;
  }
}
#info.site-section-content .site-section-inner .chara {
  position: absolute;
  animation: fuwafuwa 3s infinite ease-in-out;
}
#info.site-section-content .site-section-inner .zenitsu {
  background: url("../img/chara/zenitsu.webp") no-repeat center/contain;
  bottom: 600px;
  left: 50%;
  margin-left: -662px;
  width: 211px;
  height: 321px;
}
@media screen and (max-width:450px) {
  #info.site-section-content .site-section-inner .zenitsu {
    bottom: 119px;
    left: -18px;
    margin-left: unset;
    width: 184px;
    height: 216px;
  }
}
#info.site-section-content .site-section-inner .inosuke {
  background: url("../img/chara/inosuke.webp") no-repeat center/contain;
  bottom: 100px;
  right: 50%;
  margin-right: -700px;
  width: 278px;
  height: 312px;
}
@media screen and (max-width:450px) {
  #info.site-section-content .site-section-inner .inosuke {
    bottom: 125px;
    margin-right: unset;
    right: 0;
    width: 143px;
    height: 214px;
  }
}
#info.site-section-content .site-section-inner .kanao {
  background: url("../img/chara/kanao.webp") no-repeat center/contain;
  bottom: -312px;
  left: 50%;
  margin-left: -661px;
  width: 267px;
  height: 395px;
}
@media screen and (max-width:450px) {
  #info.site-section-content .site-section-inner .kanao {
    bottom: -1px;
    left: 0;
    right: -48px;
    margin: 0 auto;
    width: 180px;
    height: 215px;
  }
}
#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-bottom: 80px;
  line-height: 103px;
  font-size: 40px;
  text-align: 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: #181b29;
  font-size: 16px;
  margin: auto auto 40px;
}
@media screen and (max-width:650px) {
  #info table {
    width: calc(100% - 0px);
  }
}
#info th {
  width: 30%;
  padding: 40px;
  background: #272c42;
  color: #f3f2f1;
}
@media screen and (max-width:650px) {
  #info th {
    display: block;
    width: 100%;
    padding: 24px;
  }
}
#info td {
  padding: 40px;
  background: #f3f2f1;
}
@media screen and (max-width:650px) {
  #info td {
    display: block;
    padding: 24px;
  }
}
#info td a {
  border-bottom: 1px dashed #272c42;
  color: #272c42;
}
#info .color-bg {
  width: 100%;
  height: auto;
  padding: 32px;
  color: #f3f2f1;
  border-radius: 12px;
  background: url("../img/sozai/goldstar.webp") no-repeat, url("../img/sozai/goldstar.webp") no-repeat, url("../img/sozai/goldstar.webp") no-repeat, url("../img/sozai/goldstar.webp") no-repeat, #272c42;
  background-position: left 10px top 10px, right 10px top 10px, right 10px bottom 10px, left 10px bottom 10px;
}
@media screen and (max-width:650px) {
  #info .color-bg {
    background-size: 20px;
  }
}
#info .color-bg h2 {
  font-size: 32px;
}
@media screen and (max-width:650px) {
  #info .color-bg h2 {
    font-size: 24px;
  }
}
#info .color-bg p {
  font-size: 16px;
}
#info .color-bg span {
  font-size: 24px;
  color: #f0bd72;
}
@media screen and (max-width:650px) {
  #info .color-bg span {
    font-size: 18px;
  }
}
#info .color-bg .border {
  border-top: 4px dotted white;
  margin: 24px 0;
}

#menu-open {
  width: 110px;
  height: 104px;
  background: url("../img/sozai/hamburger-btn.webp") no-repeat center/cover;
}
@media screen and (max-width:1100px) {
  #menu-open {
    width: 85px;
    height: 80px;
  }
}
@media screen and (max-width:450px) {
  #menu-open {
    width: 65px;
    height: 61px;
  }
}
@media screen and (max-width:400px) {
  #menu-open {
    width: 59px;
    height: 56px;
  }
}

.btn-menu {
  position: fixed;
  right: 1rem;
  top: 1rem;
  z-index: 4;
}

#menu-close {
  position: fixed;
  right: 1.5rem;
  top: 2rem;
  z-index: 4;
  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: #f3f2f1;
  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: #f3f2f1;
  transform: rotate(90deg);
  border-radius: 4px;
}

#menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
  padding: 6.5rem 2rem 0;
  width: 440px;
  height: 100%;
  background-color: rgba(39, 44, 66, 0.9254901961);
  translate: 100vw;
  z-index: 999;
}
@media screen and (max-width:650px) {
  #menu-panel {
    translate: 110vw;
    width: 100%;
  }
}

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

.menu-list li {
  width: 100%;
  height: 116px;
  margin: 16px 0;
  opacity: 0;
  transition: 0.5s;
}
.menu-list li.list-item-event {
  background: url("../img/sozai/title-event.webp") no-repeat center/contain;
}
.menu-list li.list-item-menu {
  background: url("../img/sozai/title-menu.webp") no-repeat center/contain;
}
.menu-list li.list-item-goods {
  background: url("../img/sozai/title-goods.webp") no-repeat center/contain;
}
.menu-list li.list-item-special {
  background: url("../img/sozai/title-special.webp") no-repeat center/contain;
}
.menu-list li.list-item-share {
  height: 103px;
  display: flex;
  justify-content: center;
  color: #f3f2f1;
  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;
}

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: #272c42;
  font-family: "Kaisei Decol", serif;
  font-size: 16px;
  font-weight: 500, 700;
  line-height: 1.5;
}

.site-content-wrapper {
  overflow-x: hidden;
  min-width: 1100px;
  width: 100dvw;
  background-size: auto auto;
  background-image: url("../img/sozai/bg-pattern.png"), linear-gradient(180deg, #444c78, #d1d5eb);
  background-attachment: fixed;
  background-size: 140px;
  background-repeat: repeat;
}
@media screen and (max-width:650px) {
  .site-content-wrapper {
    min-width: initial;
  }
}

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

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

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

#menu.site-section-content {
  padding: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width:650px) {
  #menu.site-section-content {
    padding: 0px 0 80px;
  }
}
#menu.site-section-content .site-section-inner {
  padding: 64px 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner {
    padding: 60px 0;
    margin: 0 12px;
  }
}
@media screen and (max-width:450px) {
  #menu.site-section-content .site-section-inner {
    padding: 60px 0 400px;
    margin: 0 12px;
  }
}
#menu.site-section-content .site-section-inner .chara {
  position: absolute;
  animation: fuwafuwa 2s infinite ease-in-out;
}
#menu.site-section-content .site-section-inner .sanemi {
  background: url("../img/chara/sanemi.webp") no-repeat center/contain;
  bottom: 3500px;
  right: 50%;
  margin-right: -733px;
  width: 284px;
  height: 329px;
}
@media screen and (max-width:450px) {
  #menu.site-section-content .site-section-inner .sanemi {
    bottom: 175px;
    right: 0;
    margin-right: unset;
    width: 184px;
    height: 230px;
  }
}
#menu.site-section-content .site-section-inner .genya {
  background: url("../img/chara/genya.webp") no-repeat center/contain;
  bottom: 2400px;
  left: 50%;
  margin-left: -700px;
  width: 223px;
  height: 356px;
}
@media screen and (max-width:450px) {
  #menu.site-section-content .site-section-inner .genya {
    bottom: 156px;
    left: 0;
    margin-left: unset;
    width: 180px;
    height: 246px;
  }
}
#menu.site-section-content .site-section-inner .giyu {
  background: url("../img/chara/giyu.webp") no-repeat center/contain;
  bottom: 1500px;
  right: 50%;
  margin-right: -686px;
  width: 233px;
  height: 349px;
}
@media screen and (max-width:450px) {
  #menu.site-section-content .site-section-inner .giyu {
    bottom: -37px;
    right: 28px;
    margin-right: unset;
    width: 184px;
    height: 234px;
  }
}
#menu.site-section-content .site-section-inner .kagaya {
  background: url("../img/chara/kagaya.webp") no-repeat center/contain;
  bottom: 500px;
  left: 50%;
  margin-left: -688px;
  width: 231px;
  height: 359px;
  z-index: 1;
}
@media screen and (max-width:450px) {
  #menu.site-section-content .site-section-inner .kagaya {
    bottom: -44px;
    margin: 0 auto;
    left: 21px;
    width: 184px;
    height: 235px;
  }
}
#menu.site-section-content .site-section-inner .shinobu {
  background: url("../img/chara/shinobu.webp") no-repeat center/contain;
  bottom: 900px;
  right: 50%;
  margin-right: -711px;
  width: 246px;
  height: 348px;
}
@media screen and (max-width:450px) {
  #menu.site-section-content .site-section-inner .shinobu {
    bottom: 180px;
    right: 0;
    left: 0;
    width: 187px;
    height: 208px;
    margin: 0 auto;
  }
}
#menu.site-section-content .site-section-inner .kyojuro {
  background: url("../img/chara/kyojuro.webp") no-repeat center/contain;
  bottom: 246px;
  left: 50%;
  margin-left: -709px;
  width: 267px;
  height: 318px;
}
@media screen and (max-width:450px) {
  #menu.site-section-content .site-section-inner .kyojuro {
    bottom: -28px;
    left: -13px;
    margin-left: unset;
    width: 184px;
    height: 192px;
  }
}
#menu.site-section-content .site-section-inner .heading-h1 {
  background: url("../img/sozai/title-bg-sp.webp") no-repeat center/contain;
  height: 130px;
  margin: 0 auto 80px;
  line-height: 103px;
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .heading-h1 {
    width: 100%;
    margin-bottom: 16px;
    line-height: 109px;
    font-size: 32px;
  }
}
@media screen and (max-width:550px) {
  #menu.site-section-content .site-section-inner .heading-h1 {
    width: 100%;
    line-height: 114px;
  }
}
@media screen and (max-width:450px) {
  #menu.site-section-content .site-section-inner .heading-h1 {
    font-size: 22px;
  }
}
#menu.site-section-content .site-section-inner .content-bg {
  padding: 60px;
  margin: 0 20px 0;
  border-radius: 12px;
  width: 1100px;
  background-color: #272c42;
  width: 900px;
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background: url("../img/sozai/content-bg-left.webp") no-repeat, url("../img/sozai/content-bg-right.webp") no-repeat, #272c42;
  background-position: left top, right top;
  background-size: 180px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg {
    width: 100%;
    padding: 32px 16px;
    background-size: 120px;
  }
}
@media screen and (max-width:550px) {
  #menu.site-section-content .site-section-inner .content-bg {
    background-size: 100px;
  }
}
@media screen and (max-width:450px) {
  #menu.site-section-content .site-section-inner .content-bg {
    background-size: 80px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .heading-h2,
#menu.site-section-content .site-section-inner .content-bg .heading-h3 {
  padding: 0 54px 24px;
  margin: 0 64px 24px;
  border-bottom: 1px solid #f3f2f1;
  position: relative;
  font-size: 32px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg .heading-h2,
  #menu.site-section-content .site-section-inner .content-bg .heading-h3 {
    font-size: 24px;
    padding: 16px 8px 24px;
    margin: 0px 88px 24px;
  }
}
@media screen and (max-width:550px) {
  #menu.site-section-content .site-section-inner .content-bg .heading-h2,
  #menu.site-section-content .site-section-inner .content-bg .heading-h3 {
    padding: 0px 0px 16px;
    margin: 0 64px 32px;
  }
}
@media screen and (max-width:450px) {
  #menu.site-section-content .site-section-inner .content-bg .heading-h2,
  #menu.site-section-content .site-section-inner .content-bg .heading-h3 {
    font-size: 22px;
    padding: 0px 0px 16px;
    margin: 24px 32px 16px;
  }
}
@media screen and (max-width:400px) {
  #menu.site-section-content .site-section-inner .content-bg .heading-h2,
  #menu.site-section-content .site-section-inner .content-bg .heading-h3 {
    margin: 24px 32px 16px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .heading-h2:before,
#menu.site-section-content .site-section-inner .content-bg .heading-h3:before {
  content: "●";
  position: absolute;
  bottom: -7px;
  right: -6px;
  font-size: 10px;
}
#menu.site-section-content .site-section-inner .content-bg .heading-h2:after,
#menu.site-section-content .site-section-inner .content-bg .heading-h3:after {
  content: "●";
  position: absolute;
  bottom: -7px;
  left: -6px;
  font-size: 10px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg .heading-h3 {
    font-size: 20px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .menu-price {
  font-size: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg .menu-price {
    font-size: 24px;
    margin: 16px 0;
  }
}
#menu.site-section-content .site-section-inner .content-bg .menu-detail {
  background-color: #8d96c6;
  font-size: 16px;
  padding: 24px;
  line-height: 1.5rem;
  text-shadow: 0px 0px 4px rgba(39, 44, 66, 0.7490196078);
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg .menu-detail {
    padding: 16px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .note_1 {
  font-size: 14px;
  margin: 8px 0 32px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg .note_1 {
    margin: 8px 0 24px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .note_2 {
  margin: 24px 0;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg .note_2 {
    margin: 16px 0;
    font-size: 16px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .novelty-photo {
  margin-bottom: 16px;
}

#loading {
  background-color: #272c42;
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  height: 100vh;
}

#loading-screen {
  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/christmas-logo.webp") no-repeat center/contain;
  width: 400px;
  height: 120px;
  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;
  }
}

.loading-bottom {
  background: url("../img/sozai/loading-bottom.png") no-repeat bottom/contain;
  position: absolute;
  bottom: 30px;
  width: 100%;
  height: 100vh;
}
@media screen and (max-width:650px) {
  .loading-bottom {
    bottom: 70px;
  }
}
@media screen and (max-width:400px) {
  .loading-bottom {
    bottom: 40px;
  }
}

.snow {
  width: 100%;
  height: 100%;
  position: fixed;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

.snow span {
  position: absolute;
  list-style: none;
  top: -50px;
  z-index: 0;
}

@keyframes fall {
  0% {
    top: -20%;
  }
  95% {
    opacity: 0.2;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
.snow span:nth-child(1) {
  left: 24%;
  top: -80px;
  width: 80px;
  height: 80px;
  background: url("../img/sozai/snow-3.webp") no-repeat center/contain;
  animation: fall 9s linear infinite;
  animation-delay: 1s;
}
@media screen and (max-width:650px) {
  .snow span:nth-child(1) {
    width: 20px;
    height: 20px;
    animation: fall 13s linear infinite;
  }
}

.snow span:nth-child(2) {
  left: 10%;
  top: -70px;
  width: 40px;
  height: 40px;
  background: url("../img/sozai/snow-2.webp") no-repeat center/contain;
  animation: fall 16s linear infinite;
  animation-delay: 8s;
}

.snow span:nth-child(3) {
  left: 56%;
  top: -50px;
  width: 40px;
  height: 40px;
  background: url("../img/sozai/snow-1.webp") no-repeat center/contain;
  animation: fall 14s linear infinite;
  animation-delay: 13s;
}

.snow span:nth-child(4) {
  left: 63%;
  top: -70px;
  width: 60px;
  height: 60px;
  background: url("../img/sozai/snow-4.webp") no-repeat center/contain;
  animation: fall 9s linear infinite;
  animation-delay: 7s;
}
@media screen and (max-width:650px) {
  .snow span:nth-child(4) {
    width: 24px;
    height: 24px;
    animation: fall 15s linear infinite;
  }
}

.snow span:nth-child(5) {
  left: 40%;
  top: -60px;
  width: 16px;
  height: 16px;
  background: url("../img/sozai/snow-m.png") no-repeat center/contain;
  animation: fall 16s linear infinite;
  animation-delay: 0s;
}

.snow span:nth-child(6) {
  left: 55%;
  top: -50px;
  width: 12px;
  height: 12px;
  background: url("../img/sozai/snow-s.png") no-repeat center/contain;
  animation: fall 19s linear infinite;
  animation-delay: 3s;
}

.snow span:nth-child(7) {
  left: 65%;
  top: -40px;
  width: 40px;
  height: 40px;
  background: url("../img/sozai/snow-3.webp") no-repeat center/contain;
  animation: fall 15s linear infinite;
  animation-delay: 5s;
}

.snow span:nth-child(8) {
  left: 20%;
  top: -60px;
  width: 50px;
  height: 50px;
  background: url("../img/sozai/snow-2.webp") no-repeat center/contain;
  animation: fall 17s linear infinite;
  animation-delay: 9s;
}

.snow span:nth-child(9) {
  left: 80%;
  top: -70px;
  width: 30px;
  height: 30px;
  background: url("../img/sozai/snow-1.webp") no-repeat center/contain;
  animation: fall 19s linear infinite;
  animation-delay: 12s;
}

.snow span:nth-child(10) {
  left: 28%;
  top: -100px;
  width: 80px;
  height: 80px;
  background: url("../img/sozai/snow-4.webp") no-repeat center/contain;
  animation: fall 19s linear infinite;
  animation-delay: 4s;
}
@media screen and (max-width:650px) {
  .snow span:nth-child(10) {
    width: 20px;
    height: 20px;
    animation: fall 24s linear infinite;
  }
}

.snow span:nth-child(11) {
  left: 25%;
  top: -70px;
  width: 40px;
  height: 40px;
  background: url("../img/sozai/snow-2.webp") no-repeat center/contain;
  animation: fall 15s linear infinite;
  animation-delay: 15s;
}

.snow span:nth-child(12) {
  left: 70%;
  top: -100px;
  width: 16px;
  height: 16px;
  background: url("../img/sozai/snow-m.png") no-repeat center/contain;
  animation: fall 17s linear infinite;
  animation-delay: 13s;
}

.snow span:nth-child(13) {
  left: 8%;
  top: -70px;
  width: 10px;
  height: 10px;
  background: url("../img/sozai/snow-s.png") no-repeat center/contain;
  animation: fall 15s linear infinite;
  animation-delay: 5s;
}

.snow span:nth-child(14) {
  left: 95%;
  top: -80px;
  width: 80px;
  height: 80px;
  background: url("../img/sozai/snow-3.webp") no-repeat center/contain;
  animation: fall 10s linear infinite;
  animation-delay: 2s;
}

.snow span:nth-child(15) {
  left: 5%;
  top: -70px;
  width: 40px;
  height: 40px;
  background: url("../img/sozai/snow-2.webp") no-repeat center/contain;
  animation: fall 12s linear infinite;
  animation-delay: 8s;
}

.snow span:nth-child(16) {
  left: 15%;
  top: -50px;
  width: 50px;
  height: 50px;
  background: url("../img/sozai/snow-1.webp") no-repeat center/contain;
  animation: fall 12s linear infinite;
  animation-delay: 3s;
}

.snow span:nth-child(17) {
  left: 30%;
  top: -70px;
  width: 60px;
  height: 60px;
  background: url("../img/sozai/snow-2.webp") no-repeat center/contain;
  animation: fall 9s linear infinite;
  animation-delay: 7s;
}

.snow span:nth-child(18) {
  left: 12%;
  top: -60px;
  width: 20px;
  height: 20px;
  background: url("../img/sozai/snow-m.png") no-repeat center/contain;
  animation: fall 18s linear infinite;
  animation-delay: 5s;
}

.snow span:nth-child(19) {
  left: 79%;
  top: -50px;
  width: 40px;
  height: 40px;
  background: url("../img/sozai/snow-4.webp") no-repeat center/contain;
  animation: fall 17s linear infinite;
  animation-delay: 6s;
}

.snow span:nth-child(20) {
  left: 87%;
  top: -70px;
  width: 60px;
  height: 60px;
  background: url("../img/sozai/snow-4.webp") no-repeat center/contain;
  animation: fall 7s linear infinite;
  animation-delay: 7s;
}
@media screen and (max-width:650px) {
  .snow span:nth-child(20) {
    width: 16px;
    height: 16px;
    animation: fall 15s linear infinite;
  }
}

.snow span:nth-child(21) {
  left: 12%;
  top: -70px;
  width: 10px;
  height: 10px;
  background: url("../img/sozai/snow-s.webp") no-repeat center/contain;
  animation: fall 15s linear infinite;
  animation-delay: 15s;
}

.snow span:nth-child(22) {
  left: 90%;
  top: -70px;
  width: 20px;
  height: 20px;
  background: url("../img/sozai/snow-m.webp") no-repeat center/contain;
  animation: fall 18s linear infinite;
  animation-delay: 2s;
}

.snow span:nth-child(23) {
  left: 77%;
  top: -70px;
  width: 20px;
  height: 20px;
  background: url("../img/sozai/snow-s.webp") no-repeat center/contain;
  animation: fall 16s linear infinite;
  animation-delay: 6s;
}

#special.site-section-content {
  padding: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width:650px) {
  #special.site-section-content {
    padding: 0px 0 80px;
  }
}
#special.site-section-content .site-section-inner {
  padding: 60px 0 200px;
  margin: 0 12px;
  position: relative;
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner {
    padding: 60px 0;
    margin: 0 12px;
  }
}
@media screen and (max-width:450px) {
  #special.site-section-content .site-section-inner {
    padding: 60px 0 400px;
    margin: 0 12px;
  }
}
#special.site-section-content .site-section-inner .chara {
  position: absolute;
  animation: fuwafuwa 2s infinite ease-in-out;
}
#special.site-section-content .site-section-inner .muichiro {
  background: url("../img/chara/muichiro.webp") no-repeat center/contain;
  bottom: 900px;
  right: 50%;
  margin-right: -747px;
  width: 292px;
  height: 362px;
}
@media screen and (max-width:450px) {
  #special.site-section-content .site-section-inner .muichiro {
    margin-right: unset;
    bottom: 189px;
    right: 0;
    width: 206px;
    height: 225px;
  }
}
#special.site-section-content .site-section-inner .obanai {
  background: url("../img/chara/obanai.webp") no-repeat center/contain;
  bottom: 246px;
  left: 50%;
  margin-left: -709px;
  width: 267px;
  height: 318px;
}
@media screen and (max-width:450px) {
  #special.site-section-content .site-section-inner .obanai {
    bottom: -28px;
    left: -13px;
    margin-left: unset;
    width: 184px;
    height: 192px;
  }
}
@media screen and (max-width:450px) {
  #special.site-section-content .site-section-inner .obanai {
    bottom: 177px;
    left: 0px;
    margin-left: unset;
    width: 184px;
    height: 216px;
  }
}
#special.site-section-content .site-section-inner .heading-h1 {
  background: url("../img/sozai/title-bg-sp.webp") no-repeat center/contain;
  height: 130px;
  margin: 0 auto 80px;
  line-height: 103px;
  font-size: 40px;
  text-align: center;
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner .heading-h1 {
    width: 100%;
    margin-bottom: 16px;
    line-height: 109px;
    font-size: 32px;
  }
}
@media screen and (max-width:550px) {
  #special.site-section-content .site-section-inner .heading-h1 {
    width: 100%;
    line-height: 114px;
  }
}
@media screen and (max-width:450px) {
  #special.site-section-content .site-section-inner .heading-h1 {
    font-size: 22px;
  }
}
#special.site-section-content .site-section-inner .content-bg {
  padding: 60px;
  margin: 0 20px 0;
  border-radius: 12px;
  width: 1100px;
  background-color: #272c42;
  width: 900px;
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
  color: #fff;
  font-size: 24px;
  background: url("../img/sozai/content-bg-left.webp") no-repeat, url("../img/sozai/content-bg-right.webp") no-repeat, #272c42;
  background-position: left top, right top;
  background-size: 180px;
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner .content-bg {
    width: 100%;
    padding: 32px 16px;
    background-size: 120px;
  }
}
@media screen and (max-width:550px) {
  #special.site-section-content .site-section-inner .content-bg {
    background-size: 100px;
  }
}
@media screen and (max-width:450px) {
  #special.site-section-content .site-section-inner .content-bg {
    background-size: 80px;
  }
}
#special.site-section-content .site-section-inner .content-bg .heading-h2 {
  padding: 0 54px 24px;
  margin: 0 64px 86px;
  border-bottom: 1px solid #f3f2f1;
  position: relative;
  font-size: 32px;
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner .content-bg .heading-h2 {
    font-size: 24px;
    padding: 16px 8px 24px;
    margin: 0px 88px 40px;
  }
}
@media screen and (max-width:550px) {
  #special.site-section-content .site-section-inner .content-bg .heading-h2 {
    padding: 0px 0px 16px;
    margin: 0 64px 42px;
  }
}
@media screen and (max-width:450px) {
  #special.site-section-content .site-section-inner .content-bg .heading-h2 {
    font-size: 22px;
    padding: 0px 0px 16px;
    margin: 24px 32px 16px;
  }
}
@media screen and (max-width:400px) {
  #special.site-section-content .site-section-inner .content-bg .heading-h2 {
    margin: 24px 32px 24px;
  }
}
#special.site-section-content .site-section-inner .content-bg .heading-h2:before {
  content: "●";
  position: absolute;
  bottom: -7px;
  right: -6px;
  font-size: 10px;
}
#special.site-section-content .site-section-inner .content-bg .heading-h2:after {
  content: "●";
  position: absolute;
  bottom: -7px;
  left: -6px;
  font-size: 10px;
}
#special.site-section-content .site-section-inner .content-bg .note_2 {
  margin: 24px 0;
  display: none;
  list-style: none;
}
#special.site-section-content .site-section-inner .content-bg .note_2 li {
  position: relative;
  padding-left: 16px;
}
#special.site-section-content .site-section-inner .content-bg .note_2 li:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner .content-bg .note_2 {
    display: block;
    margin: 16px 0;
    font-size: 14px;
    text-align: left;
  }
}
#special.site-section-content .site-section-inner .content-bg .novelty-photo {
  margin-bottom: 16px;
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner .content-bg .novelty-photo {
    display: none;
  }
}
#special.site-section-content .site-section-inner .content-bg .novelty-photo-sp {
  margin-bottom: 16px;
  display: none;
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner .content-bg .novelty-photo-sp {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */