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

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: 1;
  }
}
@-webkit-keyframes expansion {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  28% {
    opacity: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  36%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes expansion {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.02);
            transform: scale(1.02);
  }
  28% {
    opacity: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  36%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes expansion2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.22);
            transform: scale(1.22);
  }
  28% {
    opacity: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  36%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes expansion2 {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.8);
            transform: scale(0.8);
  }
  20% {
    opacity: 1;
    -webkit-transform: scale(1.22);
            transform: scale(1.22);
  }
  28% {
    opacity: 1;
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  36%, 100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes bg-slider-sp {
  from {
    background-position: 2196px 0;
  }
  to {
    background-position: 0;
  }
}
@keyframes bg-slider-sp {
  from {
    background-position: 2196px 0;
  }
  to {
    background-position: 0;
  }
}
#about.site-section-content {
  padding: 0px;
  position: relative;
  padding: 120px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(#ffffff, rgba(255, 255, 255, 0));
}
@media (max-width: 767px) {
  #about.site-section-content {
    padding: 0px;
    padding: 120px 0 0px;
  }
}
#about.site-section-content .site-section-inner .content-holder {
  text-align: center;
  position: relative;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  #about.site-section-content .site-section-inner .content-holder {
    height: 300px;
  }
}
#about.site-section-content .site-section-inner .content-holder h1 {
  max-width: 900px;
  margin: 0 auto;
  font-size: 24px;
}
@media (max-width: 767px) {
  #about.site-section-content .site-section-inner .content-holder h1 {
    padding: 0 24px;
    font-size: 20px;
  }
}
#about.site-section-content .site-section-inner .content-holder .tanjiro {
  background: url(../img/sozai/tanjiro.webp) no-repeat center/contain;
  width: 320px;
  height: 551px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -766px;
  -webkit-filter: drop-shadow(4px 4px 0px rgba(97, 81, 76, 0.5215686275));
          filter: drop-shadow(4px 4px 0px rgba(97, 81, 76, 0.5215686275));
}
@media (max-width: 767px) {
  #about.site-section-content .site-section-inner .content-holder .tanjiro {
    display: none;
  }
}
#about.site-section-content .site-section-inner .content-holder .nezuko {
  background: url(../img/sozai/nezuko.webp) no-repeat center/contain;
  width: 351px;
  height: 468px;
  position: absolute;
  top: 60px;
  right: 50%;
  margin-right: -785px;
  -webkit-filter: drop-shadow(4px 4px 0px rgba(97, 81, 76, 0.5215686275));
          filter: drop-shadow(4px 4px 0px rgba(97, 81, 76, 0.5215686275));
}
@media (max-width: 767px) {
  #about.site-section-content .site-section-inner .content-holder .nezuko {
    display: none;
  }
}
@media (max-width: 767px) {
  #about.site-section-content .chara-group {
    background: url(../img/sozai/chara-about.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    width: 100%;
    margin: auto;
    aspect-ratio: 921/720;
    margin-top: 40px;
  }
}

header {
  padding-bottom: 65.045833%;
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 999;
}
@media (max-width: 767px) {
  header {
    padding-bottom: 160%;
  }
}
header .header-wrapper {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header .kimetsu-logo {
  background: url(../img/logo/logo-kimetsu.webp) no-repeat center/contain;
  width: 120px;
  height: 120px;
  position: absolute;
  opacity: 1;
  top: 20px;
  left: 0px;
  top: 1.5625vw;
  left: 1.5625vw;
  height: 6.25vw;
  margin: auto;
}
@media (max-width: 767px) {
  header .kimetsu-logo {
    top: 8px;
    left: 4px;
    height: 80px;
    width: min(26.1437908497vw, 80px);
    height: min(10.4575163399vw, 200px);
  }
}
header .kimetsu-logo_en {
  background: url(../img/logo/logo-kimetsu_en.webp) no-repeat center/contain;
  width: 120px;
  height: 120px;
  position: absolute;
  opacity: 1;
  top: 20px;
  left: 0px;
  top: 1.5625vw;
  left: 1.5625vw;
  height: 6.25vw;
  margin: auto;
}
@media (max-width: 767px) {
  header .kimetsu-logo_en {
    top: 8px;
    left: 4px;
    height: 80px;
    width: min(26.1437908497vw, 80px);
    height: min(10.4575163399vw, 200px);
  }
}
header .event-logo-wrapper {
  background: url(../img/logo/event-logo.png) no-repeat center/contain;
  position: absolute;
  height: 340px;
  top: 400px;
  right: 0;
  left: 0px;
  height: min(17.7083333333vw, 340px);
  top: min(20.8333333333vw, 400px);
  margin: auto;
  opacity: 1;
}
@media (max-width: 767px) {
  header .event-logo-wrapper {
    height: min(23.5294117647vw, 180px);
    top: min(52.2875816993vw, 400px);
    top: 0;
    bottom: 0;
  }
}
header .event-logo-wrapper_en {
  background: url(../img/logo/event-logo_en.png) no-repeat center/contain;
  position: absolute;
  height: 340px;
  top: 400px;
  right: 0;
  left: 0px;
  height: min(17.7083333333vw, 340px);
  top: min(20.8333333333vw, 400px);
  margin: auto;
  opacity: 1;
}
@media (max-width: 767px) {
  header .event-logo-wrapper_en {
    height: min(23.5294117647vw, 180px);
    top: min(52.2875816993vw, 400px);
    top: 0;
    bottom: 0;
  }
}
header .chara {
  opacity: 0;
}
header .chara.animated {
  -webkit-animation: 1.5s ease-in-out expansion2 forwards;
          animation: 1.5s ease-in-out expansion2 forwards;
}
header .chara.animated.header-tanjiro {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
header .chara.animated.header-nezuko {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
header .chara.animated.header-uzui {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
header .chara.animated.header-aoi {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
header .chara.animated.header-shinobu {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
header .chara.animated.header-zenitsu {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
header .chara.animated .header-himejima {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}
header .chara.animated .header-genya {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
header .chara.animated.header-mitsuri {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
header .chara.animated.header-inosuke {
  -webkit-animation-delay: 0.55s;
          animation-delay: 0.55s;
}
header .chara.animated.header-iguro {
  -webkit-animation-delay: 0.23s;
          animation-delay: 0.23s;
}
header .chara.animated.header-sanemi {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
header .chara.animated.header-kanao {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
header .chara.animated.header-muichiro {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}

.header-tanjiro {
  background: url(../img/sozai/header-tanjiro.png) no-repeat center/contain;
  position: absolute;
  width: 330px;
  height: 330px;
  bottom: 490px;
  right: 333px;
  width: min(17.1875vw, 330px);
  height: min(17.1875vw, 330px);
  bottom: min(25.5208333333vw, 490px);
  right: min(17.34375vw, 333px);
}
@media (max-width: 767px) {
  .header-tanjiro {
    width: 180px;
    height: 180px;
    bottom: 500px;
    right: 43px;
    width: min(23.5294117647vw, 180px);
    height: min(23.5294117647vw, 180px);
    bottom: 65.3594771242vw;
    right: min(5.6209150327vw, 43px);
  }
}

.header-nezuko {
  background: url(../img/sozai/header-nezuko.png) no-repeat center/contain;
  width: 335px;
  height: 335px;
  left: 354px;
  bottom: 487px;
  width: min(17.1875vw, 330px);
  height: min(17.1875vw, 330px);
  bottom: min(25.5208333333vw, 487px);
  left: min(17.34375vw, 354px);
  position: absolute;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
@media (max-width: 767px) {
  .header-nezuko {
    width: 180px;
    height: 180px;
    left: 34px;
    bottom: 500px;
    width: min(23.5294117647vw, 180px);
    height: min(23.5294117647vw, 180px);
    left: min(4.4444444444vw, 34px);
    bottom: min(65.3594771242vw, 500px);
  }
}

.header-uzui {
  background: url(../img/sozai/header-uzui.png) no-repeat center/contain;
  position: absolute;
  width: 250px;
  height: 250px;
  top: 251px;
  right: 52px;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  width: min(13.0208333333vw, 250px);
  height: min(13.0208333333vw, 250px);
  top: min(13.0729166667vw, 251px);
  right: min(2.7083333333vw, 52px);
}
@media (max-width: 767px) {
  .header-uzui {
    width: 140px;
    height: 140px;
    position: absolute;
    top: 119px;
    right: 82px;
    width: min(18.3006535948vw, 140px);
    height: min(18.3006535948vw, 140px);
    top: min(15.5555555556vw, 119px);
    right: min(10.7189542484vw, 82px);
  }
}

.header-mitsuri {
  background: url(../img/sozai/header-mitsuri.png) no-repeat center/contain;
  position: absolute;
  width: 260px;
  height: 260px;
  top: 600px;
  -webkit-animation-delay: 1.4s;
          animation-delay: 1.4s;
  right: 52px;
  width: min(13.0208333333vw, 250px);
  height: min(13.0208333333vw, 250px);
  top: min(31.25vw, 600px);
  right: min(2.7083333333vw, 52px);
}
@media (max-width: 767px) {
  .header-mitsuri {
    width: 150px;
    height: 150px;
    top: 350px;
    width: min(19.6078431373vw, 150px);
    height: min(19.6078431373vw, 150px);
    top: min(45.7516339869vw, 350px);
  }
}

.header-himejima {
  background: url(../img/sozai/header-himejima.png) no-repeat center/contain;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 40px;
  right: 382px;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  width: min(13.0208333333vw, 250px);
  height: min(13.0208333333vw, 250px);
  top: min(2.0833333333vw, 40px);
  right: min(19.8958333333vw, 382px);
}
@media (max-width: 767px) {
  .header-himejima {
    width: 150px;
    height: 140px;
    top: 270px;
    right: 222px;
    width: min(18.3006535948vw, 140px);
    height: min(18.3006535948vw, 140px);
    top: min(35.2941176471vw, 270px);
    right: min(29.0196078431vw, 222px);
  }
}

.header-muichiro {
  background: url(../img/sozai/header-muichiro.png) no-repeat center/contain;
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: 100px;
  right: 54px;
  width: min(13.0208333333vw, 250px);
  height: min(13.0208333333vw, 250px);
  bottom: min(5.2083333333vw, 100px);
  right: min(2.8125vw, 54px);
}
@media (max-width: 767px) {
  .header-muichiro {
    width: 140px;
    height: 140px;
    position: absolute;
    right: 41px;
    bottom: 240px;
    width: min(18.3006535948vw, 140px);
    height: min(18.3006535948vw, 140px);
    right: min(5.3594771242vw, 41px);
    bottom: min(31.3725490196vw, 240px);
  }
}

.header-zenitsu {
  background: url(../img/sozai/header-zenitsu.png) no-repeat center/contain;
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: 40px;
  right: 361px;
  width: min(13.0208333333vw, 250px);
  height: min(13.0208333333vw, 250px);
  bottom: min(2.0833333333vw, 40px);
  right: min(18.8020833333vw, 361px);
}
@media (max-width: 767px) {
  .header-zenitsu {
    width: 140px;
    height: 140px;
    position: absolute;
    right: 210px;
    bottom: 310px;
    width: min(18.3006535948vw, 140px);
    height: min(18.3006535948vw, 140px);
    right: min(27.4509803922vw, 210px);
    bottom: min(40.522875817vw, 310px);
  }
}

.header-inosuke {
  background: url(../img/sozai/header-inosuke.png) no-repeat center/contain;
  position: absolute;
  width: 260px;
  height: 260px;
  bottom: 152px;
  right: 660px;
  width: min(13.5416666667vw, 260px);
  height: min(13.5416666667vw, 260px);
  bottom: min(7.9166666667vw, 152px);
  right: min(34.375vw, 660px);
}
@media (max-width: 767px) {
  .header-inosuke {
    width: 140px;
    height: 140px;
    position: absolute;
    left: 230px;
    bottom: 260px;
    width: min(18.3006535948vw, 140px);
    height: min(18.3006535948vw, 140px);
    left: min(30.0653594771vw, 230px);
    bottom: min(33.9869281046vw, 260px);
  }
}

.header-rengoku {
  background: url(../img/sozai/header-rengoku.png) no-repeat center/contain;
  width: 250px;
  height: 250px;
  position: absolute;
  bottom: 44px;
  left: 670px;
  width: min(13.0208333333vw, 250px);
  height: min(13.0208333333vw, 250px);
  bottom: min(2.2916666667vw, 44px);
  left: min(34.8958333333vw, 670px);
}
@media (max-width: 767px) {
  .header-rengoku {
    width: 140px;
    height: 140px;
    position: absolute;
    left: unset;
    right: 100px;
    bottom: 66px;
    width: min(18.3006535948vw, 140px);
    height: min(18.3006535948vw, 140px);
    right: min(13.0718954248vw, 100px);
    bottom: 8.6274509804vw;
  }
}

.header-iguro {
  background: url(../img/sozai/header-iguro.png) no-repeat center/contain;
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: 165px;
  left: 389px;
  width: min(13.0208333333vw, 250px);
  height: min(13.0208333333vw, 250px);
  bottom: min(8.59375vw, 165px);
  left: min(20.2604166667vw, 389px);
}
@media (max-width: 767px) {
  .header-iguro {
    width: 140px;
    height: 140px;
    left: 311px;
    bottom: 60px;
    width: min(18.3006535948vw, 140px);
    height: min(18.3006535948vw, 140px);
    left: min(43.2679738562vw, 331px);
    bottom: min(7.8431372549vw, 60px);
  }
}

.header-kanao {
  background: url(../img/sozai/header-kanao.png) no-repeat center/contain;
  width: 250px;
  height: 250px;
  position: absolute;
  bottom: 62px;
  left: 61px;
  width: min(13.0208333333vw, 250px);
  height: min(13.0208333333vw, 250px);
  bottom: min(3.2291666667vw, 62px);
  left: min(3.1770833333vw, 61px);
}
@media (max-width: 767px) {
  .header-kanao {
    width: 140px;
    height: 140px;
    position: absolute;
    left: 111px;
    bottom: 71px;
    width: min(18.3006535948vw, 140px);
    height: min(18.3006535948vw, 140px);
    left: min(14.5098039216vw, 111px);
    bottom: min(9.2810457516vw, 71px);
  }
}

.header-giyu {
  background: url(../img/sozai/header-giyu.png) no-repeat center/contain;
  position: absolute;
  width: 250px;
  height: 250px;
  bottom: 402px;
  left: 50px;
  width: min(13.0208333333vw, 250px);
  height: min(13.0208333333vw, 250px);
  bottom: min(20.9375vw, 402px);
  left: min(2.6041666667vw, 50px);
}
@media (max-width: 767px) {
  .header-giyu {
    width: 140px;
    height: 140px;
    position: absolute;
    left: 42px;
    bottom: 300px;
    width: min(18.3006535948vw, 140px);
    height: min(18.3006535948vw, 140px);
    bottom: min(39.2156862745vw, 300px);
    left: min(5.4901960784vw, 42px);
  }
}

.header-genya {
  background: url(../img/sozai/header-genya.png) no-repeat center/contain;
  width: 250px;
  height: 250px;
  position: absolute;
  top: 230px;
  left: 72px;
  width: min(13.0208333333vw, 250px);
  height: min(13.0208333333vw, 250px);
  top: min(11.9791666667vw, 230px);
  left: min(3.75vw, 72px);
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
@media (max-width: 767px) {
  .header-genya {
    width: 140px;
    height: 140px;
    position: absolute;
    top: 239px;
    left: 62px;
    width: min(18.3006535948vw, 140px);
    height: min(18.3006535948vw, 140px);
    top: min(31.2418300654vw, 239px);
    left: min(8.1045751634vw, 62px);
  }
}

.header-aoi {
  background: url(../img/sozai/header-aoi.png) no-repeat center/contain;
  position: absolute;
  width: 250px;
  height: 250px;
  top: 139px;
  left: 363px;
  width: min(13.0208333333vw, 250px);
  height: min(13.0208333333vw, 250px);
  top: min(7.2395833333vw, 139px);
  left: min(18.90625vw, 363px);
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media (max-width: 767px) {
  .header-aoi {
    width: 140px;
    height: 140px;
    top: 339px;
    left: 223px;
    width: min(18.3006535948vw, 140px);
    height: min(18.3006535948vw, 140px);
    top: min(44.3137254902vw, 339px);
    left: min(29.1503267974vw, 223px);
  }
}

.header-sanemi {
  background: url(../img/sozai/header-sanemi.png) no-repeat center/contain;
  position: absolute;
  width: 250px;
  height: 250px;
  top: 50px;
  left: 667px;
  width: min(13.0208333333vw, 250px);
  height: min(13.0208333333vw, 250px);
  top: min(2.6041666667vw, 50px);
  left: min(34.7395833333vw, 667px);
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
@media (max-width: 767px) {
  .header-sanemi {
    width: 140px;
    height: 140px;
    position: absolute;
    top: 49px;
    left: 122px;
    width: min(18.3006535948vw, 140px);
    height: min(18.3006535948vw, 140px);
    top: min(6.4052287582vw, 49px);
    left: min(14.6405228758vw, 112px);
  }
}

.header-shinobu {
  background: url(../img/sozai/header-shinobu.png) no-repeat center/contain;
  position: absolute;
  width: 250px;
  height: 250px;
  top: 120px;
  right: 675px;
  width: min(13.0208333333vw, 250px);
  height: min(13.0208333333vw, 250px);
  top: min(6.25vw, 120px);
  right: min(35.15625vw, 675px);
}
@media (max-width: 767px) {
  .header-shinobu {
    width: 140px;
    height: 140px;
    position: absolute;
    top: 98px;
    left: 332px;
    width: min(18.3006535948vw, 140px);
    height: min(18.3006535948vw, 140px);
    top: min(12.8104575163vw, 98px);
    left: min(43.3986928105vw, 332px);
  }
}

#goods.site-section-content {
  padding: 100px 0;
  width: 100%;
  margin: 0 auto;
  background: url("../img/sozai/bg-pink.webp"), #de8a8c;
  position: relative;
}
#goods.site-section-content .site-section-inner {
  padding: 0 0 40px;
  margin: 0 24px;
  position: relative;
}
#goods.site-section-content .site-section-inner .heading-h1 {
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
  font-size: 64px;
  background: url(../img/sozai/title-goods.png) no-repeat center/contain;
  width: 100%;
  height: 180px;
}
@media (max-width: 767px) {
  #goods.site-section-content .site-section-inner .heading-h1 {
    margin: 24px auto;
    height: 120px;
  }
}
#goods.site-section-content .site-section-inner .heading-h1_en {
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
  font-size: 64px;
  background: url(../img/sozai/title-goods_en.png) no-repeat center/contain;
  width: 100%;
  height: 180px;
}
@media (max-width: 767px) {
  #goods.site-section-content .site-section-inner .heading-h1_en {
    margin: 24px auto;
    height: 120px;
  }
}
#goods.site-section-content .goods-wrapper {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  max-width: 900px;
}
@media (max-width: 767px) {
  #goods.site-section-content .goods-wrapper {
    padding: 0px;
  }
}
#goods.site-section-content .goods-wrapper .goods-card {
  position: relative;
  padding: 24px;
  background: #ffeeda;
  border-radius: 24px;
  width: calc(50% - 10px);
  max-width: 400px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
          box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
  display: none;
}
#goods.site-section-content .goods-wrapper .goods-card.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  border-radius: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  #goods.site-section-content .goods-wrapper .goods-card {
    width: 100%;
    padding: 24px 16px;
    max-width: unset;
  }
}
#goods.site-section-content .goods-wrapper .goods-card .goods-name {
  font-size: 24px;
  margin: 12px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #4e4447;
}
@media (max-width: 767px) {
  #goods.site-section-content .goods-wrapper .goods-card .goods-name {
    padding-bottom: 8px;
    margin: 8px 0;
  }
}
#goods.site-section-content .goods-wrapper .goods-card .goods-price {
  font-size: 24px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  #goods.site-section-content .goods-wrapper .goods-card .goods-price {
    margin: 16px;
  }
}
#goods.site-section-content .goods-wrapper .goods-card .goods-date {
  font-size: 18px;
}
#goods.site-section-content .goods-wrapper .goods-card .goods-desc {
  margin-bottom: 12px;
  font-size: 18px;
}
#goods.site-section-content .goods-wrapper .webshop-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 64px;
  text-align: center;
  background: #b35455;
  padding: 10px 15px;
  margin: 0 4px 8px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #ffeeda;
  font-size: 16px;
  border-radius: 50px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  margin-top: 12px;
  border: 5px solid #f7b3b3;
}
#goods.site-section-content .goods-wrapper .webshop-btn a:before {
  -webkit-transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 8px;
  top: 17px;
  -webkit-transform: rotate(0deg) scale(0.7);
          transform: rotate(0deg) scale(0.7);
}
@media (max-width: 500px) {
  #goods.site-section-content .goods-wrapper .webshop-btn a:before {
    width: 24px;
    left: 3px;
    top: 20px;
    height: 24px;
  }
}
#goods.site-section-content .goods-wrapper .webshop-btn a:hover {
  background: #9fcccb;
  border: 5px solid #629796;
  color: #4e4447;
}
#goods.site-section-content .goods-nav {
  margin: 24px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#goods.site-section-content .goods-nav button {
  color: #4e4447;
  background-color: #ffeeda;
  width: 220px;
  border-radius: 16px;
  padding: 8px 16px;
}
@media (max-width: 767px) {
  #goods.site-section-content .goods-nav button {
    width: 46%;
    padding: 8px;
  }
}
#goods.site-section-content .goods-nav button.active {
  background-color: #b35455;
  color: #ffeeda;
  border: solid 4px #4e4447;
}
#goods.site-section-content .giyu {
  background: url(../img/sozai/giyu.webp) no-repeat center/contain;
  width: 340px;
  height: 544px;
  position: absolute;
  top: 500px;
  right: 50%;
  margin-right: -752px;
}
@media (max-width: 767px) {
  #goods.site-section-content .giyu {
    display: none;
  }
}
#goods.site-section-content .kanao {
  background: url(../img/sozai/kanao.webp) no-repeat center/contain;
  width: 336px;
  height: 570px;
  position: absolute;
  top: 500px;
  left: 50%;
  margin-left: -767px;
}
@media (max-width: 767px) {
  #goods.site-section-content .kanao {
    display: none;
  }
}
@media (max-width: 767px) {
  #goods.site-section-content .chara-group {
    background: url(../img/sozai/chara-goods.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    width: 100%;
    margin: auto;
    aspect-ratio: 921/1190;
  }
}

#info {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
#info.site-section-content {
  width: 100%;
  position: relative;
}
#info.site-section-content .site-section-inner {
  padding: 0 0 240px;
  margin: 0 24px;
  position: relative;
}
@media (max-width: 767px) {
  #info.site-section-content .site-section-inner {
    padding: 0 0 200px;
  }
}
#info .content-bg {
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  #info .content-bg {
    width: 100%;
    padding: 0;
  }
}
#info .heading-h1 {
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
  font-size: 64px;
  background: url(../img/sozai/title-about.png) no-repeat center/contain;
  width: 100%;
  height: 180px;
}
@media (max-width: 767px) {
  #info .heading-h1 {
    margin: 24px auto;
    height: 120px;
  }
}
#info table {
  width: 100%;
  width: calc(100% - 0px);
  background-color: #75686c;
  font-size: 16px;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
          box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
}
@media (max-width: 767px) {
  #info table {
    width: calc(100% - 0px);
    margin-bottom: 40px;
  }
}
#info th {
  width: 30%;
  padding: 40px;
  background: #4e4447;
  color: #ffeeda;
  font-weight: 500;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #info th {
    display: block;
    width: 100%;
    padding: 24px;
  }
}
#info td {
  padding: 40px;
  background: #ffeeda;
  background-attachment: fixed;
  background-size: 400px;
  background-repeat: repeat;
}
@media (max-width: 767px) {
  #info td {
    display: block;
    padding: 24px;
  }
}
#info td a {
  border-bottom: 1px dashed #4e4447;
  color: #4e4447;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#info td a:hover {
  opacity: 0.7;
}
#info .drink-pic {
  background: url(../img/sozai/drink.webp);
  background-position: bottom left;
  background-size: contain;
  background-repeat: repeat-x;
  -webkit-animation: bg-slider-sp 60s linear infinite;
  animation: bg-slider-sp 60s linear infinite;
  width: 100%;
  height: 200px;
  position: absolute;
  bottom: 0;
  right: 0px;
  z-index: 99;
}
@media (max-width: 767px) {
  #info .drink-pic {
    background-size: cover;
  }
}

.nav-wrapper .hamburger {
  background: url("../img/sozai/menu.png") no-repeat center/contain;
  position: fixed;
  width: 100px;
  height: 100px;
  top: 80px;
  right: 30px;
  cursor: pointer;
  z-index: 999;
  -webkit-transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
}
.nav-wrapper .hamburger.active {
  background: url("../img/sozai/close.png") no-repeat center/contain;
}
@media (max-width: 767px) {
  .nav-wrapper .hamburger {
    width: 70px;
    height: 70px;
    top: 90px;
    right: 30px;
    right: min(2.614379085vw, 20px);
    top: 70px;
  }
}
.nav-wrapper .nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 400px;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #ffeeda;
  -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  z-index: 100;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  .nav-wrapper .nav {
    width: 100%;
  }
}
.nav-wrapper .nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.nav-wrapper .nav__list {
  margin: 0;
  padding: 0px 0 40px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  border-bottom: solid 1px #4e4447;
}

.nav__item {
  display: table;
  width: 100%;
}

.nav__link {
  display: table-cell;
  color: #4e4447;
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  font-size: 20px;
}

.tenpo-link {
  margin-top: 40px;
}
.tenpo-link .nav__item {
  height: 0;
  margin: 0;
  width: 100%;
  font-size: 16px;
  margin-bottom: 20px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          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;
  -ms-user-select: none;
      user-select: none;
  -webkit-backface-visibility: hidden;
          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;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

body {
  -webkit-overflow-scrolling: touch;
  color: #4e4447;
  font-family: "Kaisei Opti", serif;
  font-size: 16px;
  line-height: 1.5;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: url("../img/sozai/bg.webp"), -webkit-gradient(linear, left top, left bottom, from(#ffeeda), color-stop(45%), to(#7ad6c2));
  background: url("../img/sozai/bg.webp"), linear-gradient(#ffeeda, 45%, #7ad6c2);
  background-size: 180px;
  pointer-events: none;
}
@media (max-width: 767px) {
  body:before {
    background-size: 100px;
  }
}

.site-content-wrapper {
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
}

.content-bg-deco {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
.content-bg-deco:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 100%;
  height: 100%;
  background-size: 50px, 50px, 50px, 50px, calc(100% - 78px) 4px, calc(100% - 78px) 4px, 4px calc(100% - 78px), 4px calc(100% - 78px);
  background-image: url(../img/sozai/lt.png), url(../img/sozai/rt.png), url(../img/sozai/rb.png), url(../img/sozai/lb.png), -webkit-gradient(linear, left bottom, left top, from(#75686c), to(#75686c)), -webkit-gradient(linear, left bottom, left top, from(#75686c), to(#75686c)), -webkit-gradient(linear, left bottom, left top, from(#75686c), to(#75686c)), -webkit-gradient(linear, left bottom, left top, from(#75686c), to(#75686c));
  background-image: url(../img/sozai/lt.png), url(../img/sozai/rt.png), url(../img/sozai/rb.png), url(../img/sozai/lb.png), linear-gradient(0deg, #75686c 0%, #75686c 100%), linear-gradient(0deg, #75686c 0%, #75686c 100%), linear-gradient(0deg, #75686c 0%, #75686c 100%), linear-gradient(0deg, #75686c 0%, #75686c 100%);
  background-position: left top, right top, right bottom, left bottom, center top 4px, center bottom 4px, left 4px center, right 4px center;
}

.content-bg-deco2 {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}
.content-bg-deco2:before {
  content: "";
  position: absolute;
  top: -4px;
  left: -4px;
  width: 100%;
  height: 100%;
  background-size: 50px, 50px, 50px, 50px, calc(100% - 78px) 2px, calc(100% - 78px) 2px, 2px calc(100% - 78px), 2px calc(100% - 78px);
  background-image: url(../img/sozai/lt.png), url(../img/sozai/rt.png), url(../img/sozai/rb.png), url(../img/sozai/lb.png), -webkit-gradient(linear, left bottom, left top, from(#75686c), to(#75686c)), -webkit-gradient(linear, left bottom, left top, from(#75686c), to(#75686c)), -webkit-gradient(linear, left bottom, left top, from(#75686c), to(#75686c)), -webkit-gradient(linear, left bottom, left top, from(#75686c), to(#75686c));
  background-image: url(../img/sozai/lt.png), url(../img/sozai/rt.png), url(../img/sozai/rb.png), url(../img/sozai/lb.png), linear-gradient(0deg, #75686c 0%, #75686c 100%), linear-gradient(0deg, #75686c 0%, #75686c 100%), linear-gradient(0deg, #75686c 0%, #75686c 100%), linear-gradient(0deg, #75686c 0%, #75686c 100%);
  background-position: left top, right top, right bottom, left bottom, center top 0px, center bottom 0px, left 0px center, right 0px center;
}

.site-header-logoarea {
  z-index: 999;
  position: relative;
}

@media (max-width: 767px) {
  .click {
    font-size: 16px;
  }
}

@-webkit-keyframes bg-slider {
  from {
    background-position: 0 -6415px;
  }
  to {
    background-position: 0;
  }
}

@keyframes bg-slider {
  from {
    background-position: 0 -6415px;
  }
  to {
    background-position: 0;
  }
}
body::-webkit-scrollbar {
  width: 24px;
}
@media (max-width: 767px) {
  body::-webkit-scrollbar {
    width: 0px;
  }
}

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

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

.slide-in {
  opacity: 0;
}
.slide-in.active {
  opacity: 1;
  -webkit-animation: 1s ease-in-out slide-in;
          animation: 1s ease-in-out slide-in;
}

.slide-in.expansion {
  opacity: 0;
}
.slide-in.expansion.active {
  opacity: 1;
  -webkit-animation: 1s ease-in-out expansion;
          animation: 1s ease-in-out expansion;
}

.item {
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 50px 0px rgba(255, 255, 255, 0.288) inset;
          box-shadow: 0px 0px 50px 0px rgba(255, 255, 255, 0.288) inset;
  position: relative;
  border: 2px solid rgba(255, 255, 255, 0.4117647059);
}

.item:after {
  content: "";
  display: block;
  width: 20%;
  height: 15%;
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.726);
  position: absolute;
  right: 15%;
  top: 15%;
  -webkit-transform: rotateZ(45deg) scaleY(0.8);
          transform: rotateZ(45deg) scaleY(0.8);
}

@keyframes shake {
  0% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(-10px);
            transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(10px);
            transform: translateX(10px);
  }
}
@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateX(10px);
  }
  50% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(10px);
  }
}
/*animation Play*/
.shake {
  animation: shake 2s ease 0s infinite normal;
  -webkit-animation: shake 2s ease 0s infinite normal;
}

/*animation Setting*/
@-webkit-keyframes move {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
  }
}
@keyframes move {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
  }
}
/*animation Play*/
.move {
  animation: move 2.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s infinite normal;
  -webkit-animation: move 2.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0s infinite normal;
  position: absolute;
  bottom: -10%;
  left: 50%;
}

/*animation Play*/
.shake0 {
  animation: shake 2s ease 0s infinite normal;
  -webkit-animation: shake 2s ease 0s infinite normal;
}

.move0 {
  animation: move 3.5s ease 0s infinite normal;
  -webkit-animation: move 3.5s ease 0s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos0 {
  left: 0%;
}

.scale0 {
  transform: scale(0);
  -webkit-transform: scale(0);
}

.shake1 {
  animation: shake 2.1s ease 0s infinite normal;
  -webkit-animation: shake 2.1s ease 0s infinite normal;
}

.move1 {
  animation: move 3.6s ease 0.1s infinite normal;
  -webkit-animation: move 3.6s ease 0.1s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos1 {
  left: 3%;
}

.scale1 {
  transform: scale(0.1);
  -webkit-transform: scale(0.1);
}

.shake2 {
  animation: shake 2.2s ease 0s infinite normal;
  -webkit-animation: shake 2.2s ease 0s infinite normal;
}

.move2 {
  animation: move 3.7s ease 0.2s infinite normal;
  -webkit-animation: move 3.7s ease 0.2s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos2 {
  left: 6%;
}

.scale2 {
  transform: scale(0.2);
  -webkit-transform: scale(0.2);
}

.shake3 {
  animation: shake 2.3s ease 0s infinite normal;
  -webkit-animation: shake 2.3s ease 0s infinite normal;
}

.move3 {
  animation: move 3.8s ease 0.3s infinite normal;
  -webkit-animation: move 3.8s ease 0.3s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos3 {
  left: 9%;
}

.scale3 {
  transform: scale(0.3);
  -webkit-transform: scale(0.3);
}

.shake4 {
  animation: shake 2.4s ease 0s infinite normal;
  -webkit-animation: shake 2.4s ease 0s infinite normal;
}

.move4 {
  animation: move 3.9s ease 0.4s infinite normal;
  -webkit-animation: move 3.9s ease 0.4s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos4 {
  left: 12%;
}

.scale4 {
  transform: scale(0.4);
  -webkit-transform: scale(0.4);
}

.shake5 {
  animation: shake 2.5s ease 0s infinite normal;
  -webkit-animation: shake 2.5s ease 0s infinite normal;
}

.move5 {
  animation: move 4s ease 0.5s infinite normal;
  -webkit-animation: move 4s ease 0.5s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos5 {
  left: 15%;
}

.scale5 {
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
}

.shake6 {
  animation: shake 2.6s ease 0s infinite normal;
  -webkit-animation: shake 2.6s ease 0s infinite normal;
}

.move6 {
  animation: move 4.1s ease 0.6s infinite normal;
  -webkit-animation: move 4.1s ease 0.6s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos6 {
  left: 18%;
}

.scale6 {
  transform: scale(0.6);
  -webkit-transform: scale(0.6);
}

.shake7 {
  animation: shake 2.7s ease 0s infinite normal;
  -webkit-animation: shake 2.7s ease 0s infinite normal;
}

.move7 {
  animation: move 4.2s ease 0.7s infinite normal;
  -webkit-animation: move 4.2s ease 0.7s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos7 {
  left: 21%;
}

.scale7 {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
}

.shake8 {
  animation: shake 2.8s ease 0s infinite normal;
  -webkit-animation: shake 2.8s ease 0s infinite normal;
}

.move8 {
  animation: move 4.3s ease 0.8s infinite normal;
  -webkit-animation: move 4.3s ease 0.8s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos8 {
  left: 24%;
}

.scale8 {
  transform: scale(0.8);
  -webkit-transform: scale(0.8);
}

.shake9 {
  animation: shake 2.9s ease 0s infinite normal;
  -webkit-animation: shake 2.9s ease 0s infinite normal;
}

.move9 {
  animation: move 4.4s ease 0.9s infinite normal;
  -webkit-animation: move 4.4s ease 0.9s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos9 {
  left: 27%;
}

.scale9 {
  transform: scale(0.9);
  -webkit-transform: scale(0.9);
}

.shake10 {
  animation: shake 3s ease 0s infinite normal;
  -webkit-animation: shake 3s ease 0s infinite normal;
}

.move10 {
  animation: move 4.5s ease 1s infinite normal;
  -webkit-animation: move 4.5s ease 1s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos10 {
  left: 30%;
}

.scale10 {
  transform: scale(1);
  -webkit-transform: scale(1);
}

.shake11 {
  animation: shake 3.1s ease 0s infinite normal;
  -webkit-animation: shake 3.1s ease 0s infinite normal;
}

.move11 {
  animation: move 4.6s ease 1.1s infinite normal;
  -webkit-animation: move 4.6s ease 1.1s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos11 {
  left: 33%;
}

.scale11 {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.shake12 {
  animation: shake 3.2s ease 0s infinite normal;
  -webkit-animation: shake 3.2s ease 0s infinite normal;
}

.move12 {
  animation: move 4.7s ease 1.2s infinite normal;
  -webkit-animation: move 4.7s ease 1.2s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos12 {
  left: 36%;
}

.scale12 {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
}

.shake13 {
  animation: shake 3.3s ease 0s infinite normal;
  -webkit-animation: shake 3.3s ease 0s infinite normal;
}

.move13 {
  animation: move 4.8s ease 1.3s infinite normal;
  -webkit-animation: move 4.8s ease 1.3s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos13 {
  left: 39%;
}

.scale13 {
  transform: scale(1.3);
  -webkit-transform: scale(1.3);
}

.shake14 {
  animation: shake 3.4s ease 0s infinite normal;
  -webkit-animation: shake 3.4s ease 0s infinite normal;
}

.move14 {
  animation: move 4.9s ease 1.4s infinite normal;
  -webkit-animation: move 4.9s ease 1.4s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos14 {
  left: 42%;
}

.scale14 {
  transform: scale(1.4);
  -webkit-transform: scale(1.4);
}

.shake15 {
  animation: shake 3.5s ease 0s infinite normal;
  -webkit-animation: shake 3.5s ease 0s infinite normal;
}

.move15 {
  animation: move 5s ease 1.5s infinite normal;
  -webkit-animation: move 5s ease 1.5s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos15 {
  left: 45%;
}

.scale15 {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
}

.shake16 {
  animation: shake 3.6s ease 0s infinite normal;
  -webkit-animation: shake 3.6s ease 0s infinite normal;
}

.move16 {
  animation: move 5.1s ease 1.6s infinite normal;
  -webkit-animation: move 5.1s ease 1.6s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos16 {
  left: 48%;
}

.scale16 {
  transform: scale(1.6);
  -webkit-transform: scale(1.6);
}

.shake17 {
  animation: shake 3.7s ease 0s infinite normal;
  -webkit-animation: shake 3.7s ease 0s infinite normal;
}

.move17 {
  animation: move 5.2s ease 1.7s infinite normal;
  -webkit-animation: move 5.2s ease 1.7s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos17 {
  left: 51%;
}

.scale17 {
  transform: scale(1.7);
  -webkit-transform: scale(1.7);
}

.shake18 {
  animation: shake 3.8s ease 0s infinite normal;
  -webkit-animation: shake 3.8s ease 0s infinite normal;
}

.move18 {
  animation: move 5.3s ease 1.8s infinite normal;
  -webkit-animation: move 5.3s ease 1.8s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos18 {
  left: 54%;
}

.scale18 {
  transform: scale(1.8);
  -webkit-transform: scale(1.8);
}

.shake19 {
  animation: shake 3.9s ease 0s infinite normal;
  -webkit-animation: shake 3.9s ease 0s infinite normal;
}

.move19 {
  animation: move 5.4s ease 1.9s infinite normal;
  -webkit-animation: move 5.4s ease 1.9s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos19 {
  left: 57%;
}

.scale19 {
  transform: scale(1.9);
  -webkit-transform: scale(1.9);
}

.shake20 {
  animation: shake 4s ease 0s infinite normal;
  -webkit-animation: shake 4s ease 0s infinite normal;
}

.move20 {
  animation: move 5.5s ease 2s infinite normal;
  -webkit-animation: move 5.5s ease 2s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos20 {
  left: 60%;
}

.scale20 {
  transform: scale(2);
  -webkit-transform: scale(2);
}

.shake21 {
  animation: shake 4.1s ease 0s infinite normal;
  -webkit-animation: shake 4.1s ease 0s infinite normal;
}

.move21 {
  animation: move 5.6s ease 2.1s infinite normal;
  -webkit-animation: move 5.6s ease 2.1s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos21 {
  left: 63%;
}

.scale21 {
  transform: scale(2.1);
  -webkit-transform: scale(2.1);
}

.shake22 {
  animation: shake 4.2s ease 0s infinite normal;
  -webkit-animation: shake 4.2s ease 0s infinite normal;
}

.move22 {
  animation: move 5.7s ease 2.2s infinite normal;
  -webkit-animation: move 5.7s ease 2.2s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos22 {
  left: 66%;
}

.scale22 {
  transform: scale(2.2);
  -webkit-transform: scale(2.2);
}

.shake23 {
  animation: shake 4.3s ease 0s infinite normal;
  -webkit-animation: shake 4.3s ease 0s infinite normal;
}

.move23 {
  animation: move 5.8s ease 2.3s infinite normal;
  -webkit-animation: move 5.8s ease 2.3s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos23 {
  left: 69%;
}

.scale23 {
  transform: scale(2.3);
  -webkit-transform: scale(2.3);
}

.shake24 {
  animation: shake 4.4s ease 0s infinite normal;
  -webkit-animation: shake 4.4s ease 0s infinite normal;
}

.move24 {
  animation: move 5.9s ease 2.4s infinite normal;
  -webkit-animation: move 5.9s ease 2.4s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos24 {
  left: 72%;
}

.scale24 {
  transform: scale(2.4);
  -webkit-transform: scale(2.4);
}

.shake25 {
  animation: shake 4.5s ease 0s infinite normal;
  -webkit-animation: shake 4.5s ease 0s infinite normal;
}

.move25 {
  animation: move 6s ease 2.5s infinite normal;
  -webkit-animation: move 6s ease 2.5s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos25 {
  left: 75%;
}

.scale25 {
  transform: scale(2.5);
  -webkit-transform: scale(2.5);
}

.shake26 {
  animation: shake 4.6s ease 0s infinite normal;
  -webkit-animation: shake 4.6s ease 0s infinite normal;
}

.move26 {
  animation: move 6.1s ease 2.6s infinite normal;
  -webkit-animation: move 6.1s ease 2.6s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos26 {
  left: 78%;
}

.scale26 {
  transform: scale(2.6);
  -webkit-transform: scale(2.6);
}

.shake27 {
  animation: shake 4.7s ease 0s infinite normal;
  -webkit-animation: shake 4.7s ease 0s infinite normal;
}

.move27 {
  animation: move 6.2s ease 2.7s infinite normal;
  -webkit-animation: move 6.2s ease 2.7s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos27 {
  left: 81%;
}

.scale27 {
  transform: scale(2.7);
  -webkit-transform: scale(2.7);
}

.shake28 {
  animation: shake 4.8s ease 0s infinite normal;
  -webkit-animation: shake 4.8s ease 0s infinite normal;
}

.move28 {
  animation: move 6.3s ease 2.8s infinite normal;
  -webkit-animation: move 6.3s ease 2.8s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos28 {
  left: 84%;
}

.scale28 {
  transform: scale(2.8);
  -webkit-transform: scale(2.8);
}

.shake29 {
  animation: shake 4.9s ease 0s infinite normal;
  -webkit-animation: shake 4.9s ease 0s infinite normal;
}

.move29 {
  animation: move 6.4s ease 2.9s infinite normal;
  -webkit-animation: move 6.4s ease 2.9s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos29 {
  left: 87%;
}

.scale29 {
  transform: scale(2.9);
  -webkit-transform: scale(2.9);
}

.shake30 {
  animation: shake 5s ease 0s infinite normal;
  -webkit-animation: shake 5s ease 0s infinite normal;
}

.move30 {
  animation: move 6.5s ease 3s infinite normal;
  -webkit-animation: move 6.5s ease 3s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos30 {
  left: 90%;
}

.scale30 {
  transform: scale(3);
  -webkit-transform: scale(3);
}

.shake31 {
  animation: shake 5.1s ease 0s infinite normal;
  -webkit-animation: shake 5.1s ease 0s infinite normal;
}

.move31 {
  animation: move 6.6s ease 3.1s infinite normal;
  -webkit-animation: move 6.6s ease 3.1s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos31 {
  left: 93%;
}

.scale31 {
  transform: scale(3.1);
  -webkit-transform: scale(3.1);
}

.shake32 {
  animation: shake 5.2s ease 0s infinite normal;
  -webkit-animation: shake 5.2s ease 0s infinite normal;
}

.move32 {
  animation: move 6.7s ease 3.2s infinite normal;
  -webkit-animation: move 6.7s ease 3.2s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos32 {
  left: 96%;
}

.scale32 {
  transform: scale(3.2);
  -webkit-transform: scale(3.2);
}

.shake33 {
  animation: shake 5.3s ease 0s infinite normal;
  -webkit-animation: shake 5.3s ease 0s infinite normal;
}

.move33 {
  animation: move 6.8s ease 3.3s infinite normal;
  -webkit-animation: move 6.8s ease 3.3s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos33 {
  left: 99%;
}

.scale33 {
  transform: scale(3.3);
  -webkit-transform: scale(3.3);
}

.shake34 {
  animation: shake 5.4s ease 0s infinite normal;
  -webkit-animation: shake 5.4s ease 0s infinite normal;
}

.move34 {
  animation: move 6.9s ease 3.4s infinite normal;
  -webkit-animation: move 6.9s ease 3.4s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos34 {
  left: 102%;
}

.scale34 {
  transform: scale(3.4);
  -webkit-transform: scale(3.4);
}

.shake35 {
  animation: shake 5.5s ease 0s infinite normal;
  -webkit-animation: shake 5.5s ease 0s infinite normal;
}

.move35 {
  animation: move 7s ease 3.5s infinite normal;
  -webkit-animation: move 7s ease 3.5s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos35 {
  left: 105%;
}

.scale35 {
  transform: scale(3.5);
  -webkit-transform: scale(3.5);
}

.shake36 {
  animation: shake 5.6s ease 0s infinite normal;
  -webkit-animation: shake 5.6s ease 0s infinite normal;
}

.move36 {
  animation: move 7.1s ease 3.6s infinite normal;
  -webkit-animation: move 7.1s ease 3.6s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos36 {
  left: 108%;
}

.scale36 {
  transform: scale(3.6);
  -webkit-transform: scale(3.6);
}

.shake37 {
  animation: shake 5.7s ease 0s infinite normal;
  -webkit-animation: shake 5.7s ease 0s infinite normal;
}

.move37 {
  animation: move 7.2s ease 3.7s infinite normal;
  -webkit-animation: move 7.2s ease 3.7s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos37 {
  left: 111%;
}

.scale37 {
  transform: scale(3.7);
  -webkit-transform: scale(3.7);
}

.shake38 {
  animation: shake 5.8s ease 0s infinite normal;
  -webkit-animation: shake 5.8s ease 0s infinite normal;
}

.move38 {
  animation: move 7.3s ease 3.8s infinite normal;
  -webkit-animation: move 7.3s ease 3.8s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos38 {
  left: 114%;
}

.scale38 {
  transform: scale(3.8);
  -webkit-transform: scale(3.8);
}

.shake39 {
  animation: shake 5.9s ease 0s infinite normal;
  -webkit-animation: shake 5.9s ease 0s infinite normal;
}

.move39 {
  animation: move 7.4s ease 3.9s infinite normal;
  -webkit-animation: move 7.4s ease 3.9s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos39 {
  left: 117%;
}

.scale39 {
  transform: scale(3.9);
  -webkit-transform: scale(3.9);
}

.shake40 {
  animation: shake 6s ease 0s infinite normal;
  -webkit-animation: shake 6s ease 0s infinite normal;
}

.move40 {
  animation: move 7.5s ease 4s infinite normal;
  -webkit-animation: move 7.5s ease 4s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos40 {
  left: 120%;
}

.scale40 {
  transform: scale(4);
  -webkit-transform: scale(4);
}

.shake41 {
  animation: shake 6.1s ease 0s infinite normal;
  -webkit-animation: shake 6.1s ease 0s infinite normal;
}

.move41 {
  animation: move 7.6s ease 4.1s infinite normal;
  -webkit-animation: move 7.6s ease 4.1s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos41 {
  left: 123%;
}

.scale41 {
  transform: scale(4.1);
  -webkit-transform: scale(4.1);
}

.shake42 {
  animation: shake 6.2s ease 0s infinite normal;
  -webkit-animation: shake 6.2s ease 0s infinite normal;
}

.move42 {
  animation: move 7.7s ease 4.2s infinite normal;
  -webkit-animation: move 7.7s ease 4.2s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos42 {
  left: 126%;
}

.scale42 {
  transform: scale(4.2);
  -webkit-transform: scale(4.2);
}

.shake43 {
  animation: shake 6.3s ease 0s infinite normal;
  -webkit-animation: shake 6.3s ease 0s infinite normal;
}

.move43 {
  animation: move 7.8s ease 4.3s infinite normal;
  -webkit-animation: move 7.8s ease 4.3s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos43 {
  left: 129%;
}

.scale43 {
  transform: scale(4.3);
  -webkit-transform: scale(4.3);
}

.shake44 {
  animation: shake 6.4s ease 0s infinite normal;
  -webkit-animation: shake 6.4s ease 0s infinite normal;
}

.move44 {
  animation: move 7.9s ease 4.4s infinite normal;
  -webkit-animation: move 7.9s ease 4.4s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos44 {
  left: 132%;
}

.scale44 {
  transform: scale(4.4);
  -webkit-transform: scale(4.4);
}

.shake45 {
  animation: shake 6.5s ease 0s infinite normal;
  -webkit-animation: shake 6.5s ease 0s infinite normal;
}

.move45 {
  animation: move 8s ease 4.5s infinite normal;
  -webkit-animation: move 8s ease 4.5s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos45 {
  left: 135%;
}

.scale45 {
  transform: scale(4.5);
  -webkit-transform: scale(4.5);
}

.shake46 {
  animation: shake 6.6s ease 0s infinite normal;
  -webkit-animation: shake 6.6s ease 0s infinite normal;
}

.move46 {
  animation: move 8.1s ease 4.6s infinite normal;
  -webkit-animation: move 8.1s ease 4.6s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos46 {
  left: 138%;
}

.scale46 {
  transform: scale(4.6);
  -webkit-transform: scale(4.6);
}

.shake47 {
  animation: shake 6.7s ease 0s infinite normal;
  -webkit-animation: shake 6.7s ease 0s infinite normal;
}

.move47 {
  animation: move 8.2s ease 4.7s infinite normal;
  -webkit-animation: move 8.2s ease 4.7s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos47 {
  left: 141%;
}

.scale47 {
  transform: scale(4.7);
  -webkit-transform: scale(4.7);
}

.shake48 {
  animation: shake 6.8s ease 0s infinite normal;
  -webkit-animation: shake 6.8s ease 0s infinite normal;
}

.move48 {
  animation: move 8.3s ease 4.8s infinite normal;
  -webkit-animation: move 8.3s ease 4.8s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos48 {
  left: 144%;
}

.scale48 {
  transform: scale(4.8);
  -webkit-transform: scale(4.8);
}

.shake49 {
  animation: shake 6.9s ease 0s infinite normal;
  -webkit-animation: shake 6.9s ease 0s infinite normal;
}

.move49 {
  animation: move 8.4s ease 4.9s infinite normal;
  -webkit-animation: move 8.4s ease 4.9s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos49 {
  left: 147%;
}

.scale49 {
  transform: scale(4.9);
  -webkit-transform: scale(4.9);
}

.shake50 {
  animation: shake 7s ease 0s infinite normal;
  -webkit-animation: shake 7s ease 0s infinite normal;
}

.move50 {
  animation: move 8.5s ease 5s infinite normal;
  -webkit-animation: move 8.5s ease 5s infinite normal;
  position: absolute;
  bottom: -100px;
}

.pos50 {
  left: 150%;
}

.scale50 {
  transform: scale(5);
  -webkit-transform: scale(5);
}

#menu.site-section-content {
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
  background: url("../img/sozai/bg-blue.webp"), #9fcccb;
}
#menu.site-section-content .site-section-inner {
  padding: 0;
  margin: 0 24px;
  position: relative;
}
#menu.site-section-content .site-section-inner .heading-h1 {
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
  font-size: 64px;
  background: url(../img/sozai/title-menu.png) no-repeat center/contain;
  width: 100%;
  height: 180px;
}
@media (max-width: 767px) {
  #menu.site-section-content .site-section-inner .heading-h1 {
    margin: 24px auto;
    height: 120px;
  }
}
#menu.site-section-content .site-section-inner .chara-drink-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
#menu.site-section-content .site-section-inner .chara-drink-container .chara-drink-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 330px;
  background: #f7f7f7;
  color: #312d29;
  width: 100%;
}
@media (max-width: 767px) {
  #menu.site-section-content .site-section-inner .chara-drink-container .chara-drink-card {
    max-width: unset;
  }
}
#menu.site-section-content .site-section-inner .chara-drink-container .chara-drink-card .chara-drink-name {
  font-size: 18px;
  padding: 8px 0;
}
#menu.site-section-content .site-section-inner .chara-drink-container .chara-drink-card .drink-tanjiro {
  background: #59ba67;
}
#menu.site-section-content .site-section-inner .chara-drink-container .chara-drink-card .drink-nezuko {
  background: #ee969a;
}
#menu.site-section-content .site-section-inner .chara-drink-container .chara-drink-card .drink-zenitsu {
  background: #f4c14c;
}
#menu.site-section-content .site-section-inner .chara-drink-container .chara-drink-card .drink-inosuke {
  background: #78ceea;
}
#menu.site-section-content .site-section-inner .chara-drink-container .chara-drink-card .drink-kanao {
  background: #f2c1d6;
}
#menu.site-section-content .site-section-inner .chara-drink-container .chara-drink-card .drink-genya {
  color: #ffeeda;
  background: #9461a5;
}
#menu.site-section-content .site-section-inner .chara-drink-container .chara-drink-card .drink-giyu {
  background: #6e89c1;
  color: #ffeeda;
}
#menu.site-section-content .site-section-inner .chara-drink-container .chara-drink-card .drink-shinobu {
  background: #dac2da;
}
#menu.site-section-content .site-section-inner .chara-drink-container .chara-drink-card .drink-rengoku {
  background: #e9662e;
}
#menu.site-section-content .site-section-inner .chara-drink-container .chara-drink-card .drink-uzui {
  background: #dea9c4;
}
#menu.site-section-content .site-section-inner .chara-drink-container .chara-drink-card .drink-mitsuri {
  background: #ea89aa;
}
#menu.site-section-content .site-section-inner .chara-drink-container .chara-drink-card .drink-muichiro {
  background: #1ebab0;
}
#menu.site-section-content .site-section-inner .chara-drink-container .chara-drink-card .drink-sanemi {
  background: #a6ce48;
}
#menu.site-section-content .site-section-inner .chara-drink-container .chara-drink-card .drink-iguro {
  color: #ffeeda;
  background: #a371ad;
}
#menu.site-section-content .site-section-inner .chara-drink-container .chara-drink-card .drink-himejima {
  color: #ffeeda;
  background: #c87e4f;
}
#menu.site-section-content .site-section-inner .chara-drink-container .chara-drink-card .drink-aoi {
  background: #63bbe7;
}
#menu.site-section-content .site-section-inner .chara-drink-container .chara-drink-card .chara-drink-detail-wrapper {
  padding: 16px;
}
#menu.site-section-content .site-section-inner .chara-drink-container .chara-drink-card .drink-flavor {
  font-size: 16px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  #menu.site-section-content .site-section-inner .chara-drink-container .chara-drink-card .drink-flavor {
    margin-bottom: 8px;
  }
}
#menu.site-section-content .site-section-inner .chara-drink-container .chara-drink-card .drink-store {
  font-size: 16px;
}
#menu.site-section-content .site-section-inner .drink-alg {
  margin-bottom: 16px;
  font-size: 12px;
}
@media (max-width: 767px) {
  #menu.site-section-content .site-section-inner .drink-alg {
    margin-bottom: 16px;
  }
}
#menu.site-section-content .site-section-inner .content-bg {
  padding: 40px;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  position: relative;
  color: #4e4447;
  background: #ffeeda;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
          box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
  height: auto;
  color: #4e4447;
  background-color: #ffeeda;
  margin: 0 auto 24px;
  text-align: center;
  font-size: 24px;
  box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
  position: relative;
}
@media (max-width: 767px) {
  #menu.site-section-content .site-section-inner .content-bg {
    width: 100%;
    padding: 32px 16px;
  }
}
#menu.site-section-content .site-section-inner .content-bg.drink-a {
  background-color: #b8f0d9;
}
#menu.site-section-content .site-section-inner .content-bg.drink-b {
  background-color: #f7b3b3;
}
#menu.site-section-content .site-section-inner .content-bg .heading-h3 {
  margin: 24px;
  position: relative;
  font-size: 24px;
  border-bottom: 1px solid #4e4447;
  padding-bottom: 16px;
}
@media (max-width: 767px) {
  #menu.site-section-content .site-section-inner .content-bg .heading-h3 {
    margin: 16px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .heading-h2 {
  margin: 0 auto 16px;
  padding: 24px;
  background-color: #4e4447;
  color: #ffeeda;
  width: 100%;
  max-width: 500px;
  position: relative;
  font-size: 24px;
}
@media (max-width: 767px) {
  #menu.site-section-content .site-section-inner .content-bg .heading-h2 {
    font-size: 18px;
    margin: 16px auto;
    padding: 16px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .heading-h2.novelty-title {
  margin-top: 40px;
  max-width: 500px;
}
@media (max-width: 767px) {
  #menu.site-section-content .site-section-inner .content-bg .heading-h2.novelty-title {
    margin: 16px auto;
    font-size: 18px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .drink-date {
  font-size: 40px;
}
@media (max-width: 767px) {
  #menu.site-section-content .site-section-inner .content-bg .drink-date {
    font-size: 24px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .menu-price {
  font-size: 24px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  #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-text {
  font-size: 16px;
  margin-bottom: 16px;
}
#menu.site-section-content .site-section-inner .content-bg .menu-text-sub {
  padding: 16px;
  background-color: #fff7ee;
}
#menu.site-section-content .site-section-inner .content-bg .menu-text-wrapper {
  background-color: #ffbcbe;
  padding: 16px 8px;
}
#menu.site-section-content .site-section-inner .content-bg .menu-text-wrapper.togo {
  background-color: #b8f0d9;
}
#menu.site-section-content .site-section-inner .content-bg.menu-detail-wrapper {
  background-color: #ffeeda;
  color: #4e4447;
  position: relative;
}
#menu.site-section-content .site-section-inner .content-bg.menu-detail-wrapper.togo {
  background-color: #79d1c7;
}
#menu.site-section-content .site-section-inner .content-bg .menu-store {
  margin-bottom: 24px;
  font-size: 14px;
}
#menu.site-section-content .site-section-inner .content-bg .menu-store span {
  font-size: 18px;
  margin-bottom: 8px;
}
#menu.site-section-content .site-section-inner .content-bg .novelty-detail {
  font-size: 16px;
  color: #4e4447;
}
#menu.site-section-content .site-section-inner .content-bg .drink-detail {
  font-size: 32px;
  padding: 24px;
  color: #ffffff;
}
@media (max-width: 767px) {
  #menu.site-section-content .site-section-inner .content-bg .drink-detail {
    padding: 16px;
    font-size: 16px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .menu-term {
  font-size: 24px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  #menu.site-section-content .site-section-inner .content-bg .menu-term {
    font-size: 16px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .drink-sub-title {
  font-size: 24px;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  #menu.site-section-content .site-section-inner .content-bg .drink-sub-title {
    font-size: 18px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .drink-title {
  margin-bottom: 16px;
  font-size: 32px;
}
@media (max-width: 767px) {
  #menu.site-section-content .site-section-inner .content-bg .drink-title {
    font-size: 24px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .novelty-detail {
  line-height: unset;
}
#menu.site-section-content .site-section-inner .content-bg .note_1 {
  font-size: 12px;
  margin: 8px 0 0;
}
#menu.site-section-content .site-section-inner .content-bg .novelty-photo {
  margin: auto auto 16px;
}
@media (max-width: 767px) {
  #menu.site-section-content .site-section-inner .content-bg .novelty-photo {
    height: 100%;
    width: 100%;
  }
}
#menu.site-section-content .genya {
  background: url(../img/sozai/genya.webp) no-repeat center/contain;
  width: 340px;
  height: 524px;
  position: absolute;
  bottom: 6000px;
  right: 50%;
  margin-right: -752px;
}
@media (max-width: 767px) {
  #menu.site-section-content .genya {
    display: none;
  }
}
#menu.site-section-content .inosuke {
  background: url(../img/sozai/inosuke.webp) no-repeat center/contain;
  width: 336px;
  height: 500px;
  position: absolute;
  bottom: 6000px;
  left: 50%;
  margin-left: -767px;
}
@media (max-width: 767px) {
  #menu.site-section-content .inosuke {
    display: none;
  }
}
#menu.site-section-content .uzui {
  background: url(../img/sozai/uzui.webp) no-repeat center/contain;
  width: 340px;
  height: 524px;
  position: absolute;
  bottom: 1717px;
  right: 50%;
  margin-right: -752px;
}
@media (max-width: 767px) {
  #menu.site-section-content .uzui {
    display: none;
  }
}
#menu.site-section-content .zenitsu {
  background: url(../img/sozai/zenitsu.webp) no-repeat center/contain;
  width: 336px;
  height: 480px;
  position: absolute;
  bottom: 1700px;
  left: 50%;
  margin-left: -767px;
}
@media (max-width: 767px) {
  #menu.site-section-content .zenitsu {
    display: none;
  }
}
#menu.site-section-content .iguro {
  background: url(../img/sozai/iguro.webp) no-repeat center/contain;
  width: 340px;
  height: 524px;
  position: absolute;
  bottom: 3600px;
  right: 50%;
  margin-right: -752px;
}
@media (max-width: 767px) {
  #menu.site-section-content .iguro {
    display: none;
  }
}
#menu.site-section-content .aoi {
  background: url(../img/sozai/aoi.webp) no-repeat center/contain;
  width: 356px;
  height: 500px;
  position: absolute;
  bottom: 3600px;
  left: 50%;
  margin-left: -767px;
}
@media (max-width: 767px) {
  #menu.site-section-content .aoi {
    display: none;
  }
}
@media (max-width: 767px) {
  #menu.site-section-content .chara-group {
    background: url(../img/sozai/chara-menu.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    width: 100%;
    margin: auto;
    aspect-ratio: 921/1190;
  }
}

#loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffeeda), color-stop(45%), to(rgb(122, 208, 214)));
  background: linear-gradient(#ffeeda, 45%, rgb(122, 208, 214));
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #4e4447;
}
#loading .loading-logo-wrapper {
  padding: 0 24px;
  width: 100%;
  max-width: 400px;
}
#loading .loading-logo {
  background: url("../img/logo/event-logo2.png") no-repeat center/contain;
  aspect-ratio: 423/177;
  margin: 24px;
}
#loading .loading-logo_en {
  background: url("../img/logo/event-logo2_en.png") no-repeat center/contain;
  aspect-ratio: 423/177;
  margin: 24px;
}

#official.site-section-content {
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
  color: #ffeeda;
}
#official.site-section-content .heading-wrap {
  text-align: center;
}
@media (max-width: 767px) {
  #official.site-section-content .heading-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  #official.site-section-content .sns-text {
    font-size: 16px;
  }
}
#official.site-section-content .heading-h1 {
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
  font-size: 64px;
  background: url(../img/sozai/title-sns_en.png) no-repeat center/contain;
  width: 100%;
  height: 180px;
}
@media (max-width: 767px) {
  #official.site-section-content .heading-h1 {
    margin: 24px auto;
    height: 120px;
  }
}
#official.site-section-content .heading-h2 {
  font-weight: 500;
  margin: 24px 0;
  font-size: 24px;
}
@media (max-width: 767px) {
  #official.site-section-content .heading-h2 {
    font-size: 16px;
  }
}
#official.site-section-content .site-section-inner {
  padding: 0 0 80px;
  margin: 0 24px;
  position: relative;
}
#official.site-section-content .site-section-inner .back-to-top {
  background: url("../img/sozai/top.png") no-repeat center/contain;
  width: 100px;
  height: 100px;
  position: absolute;
  -webkit-transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  bottom: 30px;
  right: 1rem;
  display: table;
}
#official.site-section-content .site-section-inner .back-to-top:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 767px) {
  #official.site-section-content .site-section-inner .back-to-top {
    width: 60px;
    height: 60px;
    bottom: 24px;
    right: 0rem;
  }
}
#official.site-section-content .site-section-inner .content-bg {
  padding: 60px;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  position: relative;
  color: #4e4447;
  background: #ffeeda;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
          box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 767px) {
  #official.site-section-content .site-section-inner .content-bg {
    width: 100%;
    padding: 32px 16px 72px;
  }
}
#official.site-section-content .site-section-inner .social-account-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 99;
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account {
  margin: 0 8px;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account {
    margin: 0 4px;
  }
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account a {
  display: inline-block;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account.x {
  -webkit-transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
}
@media (hover: hover) and (pointer: fine) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.x:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.x:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account.facebook {
  -webkit-transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
}
@media (hover: hover) and (pointer: fine) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.facebook:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.facebook:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account.instagram {
  -webkit-transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
}
@media (hover: hover) and (pointer: fine) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.instagram:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.instagram:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account.youtube {
  -webkit-transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
}
@media (hover: hover) and (pointer: fine) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.youtube:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.youtube:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (max-width: 767px) {
  #official.site-section-content .chara-group {
    background: url(../img/sozai/chara-sns.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    width: 100%;
    margin: auto;
    aspect-ratio: 921/720;
  }
}

#store.site-section-content {
  padding: 0;
  width: 100%;
  overflow: hidden;
  color: #4e4447;
  position: relative;
}
#store.site-section-content .heading-h2 {
  font-weight: 500;
  margin: 32px;
  font-size: 24px;
}
@media (max-width: 767px) {
  #store.site-section-content .heading-h2 {
    margin: 24px 0;
    font-size: 16px;
  }
}
#store.site-section-content .site-section-inner {
  position: relative;
  padding: 0 0 40px;
  margin: 0 24px;
  position: relative;
}
#store.site-section-content .site-section-inner .heading-h1 {
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
  font-size: 64px;
  background: url(../img/sozai/title-sns.png) no-repeat center/contain;
  width: 100%;
  height: 180px;
}
@media (max-width: 767px) {
  #store.site-section-content .site-section-inner .heading-h1 {
    margin: 24px auto;
    height: 120px;
  }
}
#store.site-section-content .site-section-inner .content-bg {
  padding: 60px;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  position: relative;
  color: #4e4447;
  background: #ffeeda;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
          box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 24px;
  color: #4e4447;
}
@media (max-width: 767px) {
  #store.site-section-content .site-section-inner .content-bg {
    width: 100%;
    padding: 16px 16px 72px;
  }
}
#store.site-section-content .site-section-inner .content-bg .store-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#store.site-section-content .site-section-inner .content-bg .store-card {
  border-radius: 12px;
  width: 200px;
  height: 200px;
  position: relative;
  -webkit-box-shadow: 0px 0px 8px rgba(158, 116, 116, 0.5058823529);
          box-shadow: 0px 0px 8px rgba(158, 116, 116, 0.5058823529);
}
@media (max-width: 767px) {
  #store.site-section-content .site-section-inner .content-bg .store-card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    height: 80px;
  }
}
#store.site-section-content .site-section-inner .content-bg .store-card.uct {
  background: url("../img/sozai/x_uct.webp");
  background-size: 400px;
  background-position: center;
  background-repeat: repeat;
}
#store.site-section-content .site-section-inner .content-bg .store-card.mct {
  background: url("../img/sozai/x_uct.webp");
  background-size: 400px;
  background-position: center;
  background-repeat: repeat;
}
#store.site-section-content .site-section-inner .content-bg .store-card.mcn {
  background: url("../img/sozai/x_ufn_mcn.webp");
  background-size: 400px;
  background-position: center;
  background-repeat: repeat;
}
#store.site-section-content .site-section-inner .content-bg .store-card.mco {
  background: url("../img/sozai/x_ufo_mco.webp");
  background-size: 400px;
  background-position: center;
  background-repeat: repeat;
}
#store.site-section-content .site-section-inner .content-bg .store-card.uctk {
  background: url("../img/sozai/x_uft.webp");
  background-size: 400px;
  background-position: center;
  background-repeat: repeat;
}
#store.site-section-content .site-section-inner .content-bg .store-card.mcb {
  background: url("../img/sozai/x_mcb.webp");
  background-size: 400px;
  background-position: center;
  background-repeat: repeat;
}
#store.site-section-content .site-section-inner .content-bg .store-card.mck {
  background: url("../img/sozai/x_mck.webp");
  background-size: 400px;
  background-position: center;
  background-repeat: repeat;
}
#store.site-section-content .site-section-inner .content-bg .store-card.togo {
  background: url("../img/sozai/x_togo.webp");
  background-size: 400px;
  background-position: center;
  background-repeat: repeat;
}
#store.site-section-content .site-section-inner .content-bg .store-card .white-content {
  background-color: rgba(0, 0, 0, 0.6352941176);
  border-radius: 12px;
  height: 100%;
  display: table;
  width: 100%;
}
#store.site-section-content .site-section-inner .content-bg .store-card a {
  display: table-cell;
  width: 100%;
  height: 100%;
  color: #ffeeda;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  border-radius: 12px;
  text-shadow: 0 0 6px #000;
  padding: 12px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 767px) {
  #store.site-section-content .site-section-inner .content-bg .store-card a {
    font-size: 18px;
    padding: 8px;
    height: 80px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #store.site-section-content .site-section-inner .content-bg .store-card a:hover {
    background-color: rgba(255, 255, 255, 0.3764705882);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #store.site-section-content .site-section-inner .content-bg .store-card a:hover {
    background-color: rgba(255, 255, 255, 0.3764705882);
  }
}
#store.site-section-content .muichiro {
  background: url(../img/sozai/muichiro.webp) no-repeat center/contain;
  width: 370px;
  height: 554px;
  position: absolute;
  bottom: 500px;
  right: 50%;
  margin-right: -752px;
}
@media (max-width: 767px) {
  #store.site-section-content .muichiro {
    display: none;
  }
}
#store.site-section-content .mitsuri {
  background: url(../img/sozai/mitsuri.webp) no-repeat center/contain;
  width: 336px;
  height: 570px;
  position: absolute;
  bottom: 500px;
  left: 50%;
  margin-left: -767px;
}
@media (max-width: 767px) {
  #store.site-section-content .mitsuri {
    display: none;
  }
}

#special.site-section-content {
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
}
#special.site-section-content .site-section-inner {
  padding: 0 0 40px;
  margin: 0 24px;
  position: relative;
}
#special.site-section-content .site-section-inner .heading-h1 {
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
  font-size: 64px;
  background: url(../img/sozai/title-special.png) no-repeat center/contain;
  width: 100%;
  height: 180px;
}
@media (max-width: 767px) {
  #special.site-section-content .site-section-inner .heading-h1 {
    margin: 24px auto;
    height: 120px;
  }
}
#special.site-section-content .site-section-inner .content-bg {
  padding: 24px;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  position: relative;
  color: #4e4447;
  background: #ffeeda;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
          box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
  height: auto;
  color: #4e4447;
  margin: 0 auto 24px;
  text-align: center;
  font-size: 24px;
  border-radius: 10px;
  background-size: contain;
  box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
}
@media (max-width: 767px) {
  #special.site-section-content .site-section-inner .content-bg {
    width: 100%;
    padding: 32px 16px;
  }
}
#special.site-section-content .site-section-inner .content-bg img {
  margin: auto;
  position: relative;
}
#special.site-section-content .site-section-inner .content-bg .heading-h2 {
  position: relative;
  font-size: 16px;
  padding: 0 16px;
  background: #fff8ec;
  margin: 24px 0;
  padding: 24px;
}
@media (max-width: 767px) {
  #special.site-section-content .site-section-inner .content-bg .heading-h2 {
    font-size: 16px;
  }
}
#special.site-section-content .site-section-inner .content-bg .special-info {
  width: 100%;
  width: calc(100% - 0px);
  background-color: #629796;
  font-size: 16px;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
          box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
}
@media (max-width: 767px) {
  #special.site-section-content .site-section-inner .content-bg .special-info {
    width: calc(100% - 0px);
  }
}
#special.site-section-content .site-section-inner .content-bg .special-info th {
  width: 20%;
  padding: 16px;
  background: #9fcccb;
  color: #4e4447;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #special.site-section-content .site-section-inner .content-bg .special-info th {
    display: block;
    width: 100%;
    padding: 16px;
  }
}
#special.site-section-content .site-section-inner .content-bg .special-info .special-info-title {
  background-color: #4e4447;
  color: #ffeeda;
}
#special.site-section-content .site-section-inner .content-bg .special-info td {
  padding: 16px;
  background: #ffeeda;
}
@media (max-width: 767px) {
  #special.site-section-content .site-section-inner .content-bg .special-info td {
    display: block;
    padding: 16px;
  }
}
#special.site-section-content .site-section-inner .content-bg .special-info td a {
  border-bottom: 1px dashed #4e4447;
  color: #4e4447;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#special.site-section-content .site-section-inner .content-bg .special-info td a:hover {
  opacity: 0.7;
}
#special.site-section-content .site-section-inner .content-bg button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 64px;
  text-align: center;
  background: #b35455;
  padding: 10px 15px;
  margin: 0 4px 8px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #ffeeda;
  font-size: 16px;
  border-radius: 50px;
  background-color: #4e4447;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  margin: 32px 0;
  color: #ffeeda;
  font-size: 24px;
}
#special.site-section-content .site-section-inner .content-bg button:before {
  -webkit-transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/sozai/btn-deco1.png");
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 8px;
  top: 17px;
  -webkit-transform: rotate(0deg) scale(0.7);
          transform: rotate(0deg) scale(0.7);
}
#special.site-section-content .site-section-inner .content-bg button:after {
  -webkit-transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("../img/sozai/btn-deco1.png");
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 8px;
  top: 17px;
  -webkit-transform: rotate(0deg) scale(0.7);
          transform: rotate(0deg) scale(0.7);
}
#special.site-section-content .site-section-inner .content-bg button:hover {
  background: #ffeeda;
  color: #4e4447;
}
#special.site-section-content .site-section-inner .content-bg button:hover:before, #special.site-section-content .site-section-inner .content-bg button:hover:after {
  -webkit-transform: rotate(180deg) scale(1);
          transform: rotate(180deg) scale(1);
}
#special.site-section-content .site-section-inner .content-bg .item-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}
#special.site-section-content .site-section-inner .content-bg .item-img-wrapper img {
  width: 48%;
}
@media (max-width: 767px) {
  #special.site-section-content .site-section-inner .content-bg .item-img-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #special.site-section-content .site-section-inner .content-bg .item-img-wrapper img {
    width: 100%;
  }
}
#special.site-section-content .site-section-inner .content-bg .special-table {
  width: calc(100% - 0px);
  font-size: 18px;
  text-align: left;
  font-weight: normal;
  border-collapse: separate;
  margin-bottom: 24px;
  color: #4e4447;
  background-color: #4e4447;
}
#special.site-section-content .site-section-inner .content-bg .special-table th {
  width: 100%;
  color: #4e4447;
  padding: 20px;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
}
#special.site-section-content .site-section-inner .content-bg .special-table tr:nth-child(odd) {
  background-color: #9fcccb;
}
#special.site-section-content .site-section-inner .content-bg .special-table tr {
  background-color: #ffeeda;
}
#special.site-section-content .site-section-inner .content-bg .special-table .special-caution .special-caution-item {
  text-align: left;
  list-style: none;
  color: #4e4447;
  font-size: 14px;
  text-indent: -1em;
  padding-left: 0.5em;
}
#special.site-section-content .site-section-inner .content-bg .special-table .special-caution .special-caution-item:before {
  content: "・";
}
#special.site-section-content .site-section-inner .content-bg .special-table .special-caution .special-caution-item.important {
  font-size: 18px;
  color: rgb(179, 21, 21);
}
#special.site-section-content .site-section-inner .content-bg .workshop {
  margin: 24px 0;
}
#special.site-section-content .rengoku {
  background: url(../img/sozai/rengoku.webp) no-repeat center/contain;
  width: 340px;
  height: 524px;
  position: absolute;
  bottom: 370px;
  right: 50%;
  margin-right: -752px;
}
@media (max-width: 767px) {
  #special.site-section-content .rengoku {
    display: none;
  }
}
#special.site-section-content .himejima {
  background: url(../img/sozai/himejima.webp) no-repeat center/contain;
  width: 336px;
  height: 570px;
  position: absolute;
  bottom: 360px;
  left: 50%;
  margin-left: -767px;
}
@media (max-width: 767px) {
  #special.site-section-content .himejima {
    display: none;
  }
}
@media (max-width: 767px) {
  #special.site-section-content .chara-group {
    background: url(../img/sozai/chara-special.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    width: 100%;
    margin: auto;
    aspect-ratio: 921/1190;
  }
}

#giveaway.site-section-content {
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  position: relative;
}
#giveaway.site-section-content .site-section-inner {
  padding: 0 0 40px;
  margin: 0 24px;
  position: relative;
}
#giveaway.site-section-content .site-section-inner .heading-h1 {
  margin: 0 auto 40px;
  text-align: center;
  position: relative;
  font-size: 64px;
  background: url(../img/sozai/title-giveaway.png) no-repeat center/contain;
  width: 100%;
  height: 180px;
}
@media (max-width: 767px) {
  #giveaway.site-section-content .site-section-inner .heading-h1 {
    margin: 24px auto;
    height: 120px;
  }
}
#giveaway.site-section-content .site-section-inner .content-bg {
  padding: 24px;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  position: relative;
  color: #4e4447;
  background: #ffeeda;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
          box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
  height: auto;
  color: #4e4447;
  margin: 0 auto 24px;
  text-align: center;
  font-size: 24px;
  border-radius: 10px;
  background-size: contain;
  box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
}
@media (max-width: 767px) {
  #giveaway.site-section-content .site-section-inner .content-bg {
    width: 100%;
    padding: 32px 16px;
  }
}
#giveaway.site-section-content .site-section-inner .content-bg img {
  margin: auto;
  position: relative;
}
@media (max-width: 767px) {
  #giveaway.site-section-content .giveaway-text {
    font-size: 16px;
  }
}
#giveaway.site-section-content .sanemi {
  background: url(../img/sozai/sanemi.webp) no-repeat center/contain;
  width: 340px;
  height: 544px;
  position: absolute;
  top: 300px;
  right: 50%;
  margin-right: -752px;
}
@media (max-width: 767px) {
  #giveaway.site-section-content .sanemi {
    display: none;
  }
}
#giveaway.site-section-content .shinobu {
  background: url(../img/sozai/shinobu.webp) no-repeat center/contain;
  width: 336px;
  height: 570px;
  position: absolute;
  top: 300px;
  left: 50%;
  margin-left: -717px;
}
@media (max-width: 767px) {
  #giveaway.site-section-content .shinobu {
    display: none;
  }
}
@media (max-width: 767px) {
  #giveaway.site-section-content .chara-group {
    background: url(../img/sozai/chara-giveaway.webp);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    width: 100%;
    margin: auto;
    aspect-ratio: 921/720;
  }
}