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

/**
 * ----------------------------------------
 * animation fade-out
 * ----------------------------------------
 */
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes poyon-r {
  0% {
    opacity: 0;
    transform: scale(1, 1) translate(0%, 0%) rotate(10deg);
  }
  15% {
    opacity: 1;
    transform: scale(0.9, 0.9) translate(0%, 5%) rotate(10deg);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%) rotate(10deg);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%) rotate(10deg);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%) rotate(10deg);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%) rotate(10deg);
  }
}
@keyframes poyon-l {
  0% {
    opacity: 0;
    transform: scale(1, 1) translate(0%, 0%) rotate(-10deg);
  }
  15% {
    opacity: 1;
    transform: scale(0.9, 0.9) translate(0%, 5%) rotate(-10deg);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%) rotate(-10deg);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%) rotate(-10deg);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%) rotate(-10deg);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%) rotate(-10deg);
  }
}
@keyframes textAnimation {
  0% {
    transform: translateY(2em);
  }
  100% {
    transform: translateY(0);
  }
}
#about.site-section-content {
  padding: 200px 0px;
}
@media screen and (max-width:650px) {
  #about.site-section-content {
    padding: 0px 0 240px;
  }
}
@media screen and (max-width:450px) {
  #about.site-section-content {
    padding: 0px 0 180px;
  }
}
#about.site-section-content .site-section-inner {
  padding: 64px 32px 0px;
  margin: 0 auto;
}
@media screen and (max-width:650px) {
  #about.site-section-content .site-section-inner {
    padding: 140px 32px;
    margin: 0 auto;
  }
}
@media screen and (max-width:550px) {
  #about.site-section-content .site-section-inner {
    padding: 90px 16px 140px;
    margin: 0 auto;
  }
}
#about.site-section-content .site-section-inner .content-holder {
  text-align: center;
  position: relative;
  height: 600px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #f7f7f7;
}
#about.site-section-content .site-section-inner .content-holder h1 {
  background: url("../img/sozai/about-msg.png") no-repeat center/contain;
  max-width: 900px;
  height: 100%;
  position: absolute;
  top: 24px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width:650px) {
  #about.site-section-content .site-section-inner .content-holder h1 {
    background: url("../img/sozai/about-msg-sp.png") no-repeat center/contain;
  }
}
#about.site-section-content .site-section-inner .nezuko {
  background: url("../img/sozai/nezuko.webp") no-repeat center/contain;
  width: 366px;
  height: 461px;
  position: absolute;
  top: 64px;
  right: 50%;
  margin-right: -668px;
}
@media screen and (max-width:650px) {
  #about.site-section-content .site-section-inner .nezuko {
    margin-right: -267px;
    top: 533px;
    width: 271px;
    height: 337px;
  }
}
@media screen and (max-width:550px) {
  #about.site-section-content .site-section-inner .nezuko {
    margin-right: -234px;
    width: 266px;
    height: 344px;
  }
}
@media screen and (max-width:500px) {
  #about.site-section-content .site-section-inner .nezuko {
    margin-right: -230px;
  }
}
@media screen and (max-width:450px) {
  #about.site-section-content .site-section-inner .nezuko {
    height: 310px;
  }
}
@media screen and (max-width:400px) {
  #about.site-section-content .site-section-inner .nezuko {
    margin-right: -218px;
  }
}
#about.site-section-content .site-section-inner .tanjiro {
  background: url("../img/sozai/tanjiro.webp") no-repeat center/contain;
  width: 326px;
  height: 530px;
  position: absolute;
  top: 38px;
  left: 50%;
  margin-left: -640px;
}
@media screen and (max-width:650px) {
  #about.site-section-content .site-section-inner .tanjiro {
    margin-left: -245px;
    top: 536px;
    width: 257px;
    height: 384px;
  }
}
@media screen and (max-width:550px) {
  #about.site-section-content .site-section-inner .tanjiro {
    margin-left: -234px;
    width: 236px;
  }
}
@media screen and (max-width:500px) {
  #about.site-section-content .site-section-inner .tanjiro {
    margin-left: -218px;
  }
}
@media screen and (max-width:450px) {
  #about.site-section-content .site-section-inner .tanjiro {
    margin-left: -212px;
    width: 232px;
    height: 364px;
  }
}
@media screen and (max-width:400px) {
  #about.site-section-content .site-section-inner .tanjiro {
    margin-left: -199px;
    width: 219px;
  }
}

header {
  width: 100%;
  margin: auto;
  max-width: 1920px;
  position: relative;
  min-height: 562px;
  background: url("../img/sozai/bg-header2.webp"), url("../img/sozai/bg-header.png"), #faf0e6;
  background-position: bottom;
  background-size: contain;
  background-repeat: repeat-x;
  height: min(56.25vw, 1080px);
}
@media screen and (max-width:650px) {
  header {
    background: url("../img/sozai/bg-header2-sp.webp"), url("../img/sozai/bg-header.png"), #faf0e6;
    min-height: unset;
    background-size: contain;
    height: min(200vw, 1300px);
  }
}
header h1 {
  display: none;
}
header .kimetsu-logo {
  background: url("../img/logo/logo-kimetsu.webp") no-repeat center/contain;
  width: 120px;
  height: 120px;
  position: absolute;
  opacity: 1;
  top: 0px;
  left: 0px;
  margin: auto;
  width: min(7.8125vw, 150px);
  height: min(7.8125vw, 150px);
}
@media screen and (max-width:1000px) {
  header .kimetsu-logo {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width:650px) {
  header .kimetsu-logo {
    top: 0px;
    left: 0px;
    width: min(0.1538461538 * (100vw - 24px), 100px);
    height: min(0.1538461538 * (100vw - 24px), 100px);
  }
}
header .event-logo {
  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;
}
header .event-logo.animated {
  animation-name: scale-up-center-2;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  animation-delay: 1.3s;
}
@media screen and (max-width:1000px) {
  header .event-logo {
    height: 177px;
    top: 208px;
  }
}
@media screen and (max-width:650px) {
  header .event-logo {
    left: 0;
    top: 530px;
    width: 500px;
    top: min(81.5384615385vw, 530px);
    width: min(76.9230769231vw, 500px);
    height: min(39.5384615385vw, 257px);
  }
}
header .chara {
  z-index: 1;
  opacity: 0;
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
}
header .header-nezuko {
  background: url("../img/sozai/header-nezuko.png") no-repeat center/contain;
  width: 320px;
  height: 290px;
  left: 354px;
  top: 405px;
  width: min(16.6666666667vw, 320px);
  height: min(15.1041666667vw, 290px);
  top: min(21.09375vw, 405px);
  left: min(17.7083333333vw, 340px);
  position: absolute;
  animation-delay: 1s;
  transform: rotate(-10deg);
}
@media screen and (max-width:1000px) {
  header .header-nezuko {
    width: 166px;
    height: 151px;
    top: 210px;
    left: 177px;
  }
}
@media screen and (max-width:650px) {
  header .header-nezuko {
    width: 178px;
    height: 178px;
    top: 410px;
    left: 29px;
    bottom: unset;
    right: unset;
    width: min(27.3846153846vw, 178px);
    height: min(27.3846153846vw, 178px);
    top: min(63.0769230769vw, 410px);
    left: min(4.4615384615vw, 29px);
  }
}
header .header-tanjiro {
  background: url("../img/sozai/header-tanjiro.png") no-repeat center/contain;
  position: absolute;
  width: 296px;
  height: 317px;
  bottom: 390px;
  right: 363px;
  width: min(15.4166666667vw, 296px);
  height: min(16.5104166667vw, 317px);
  bottom: min(20.3125vw, 390px);
  right: min(18.90625vw, 363px);
  animation-delay: 1s;
  transform: rotate(10deg);
}
@media screen and (max-width:1000px) {
  header .header-tanjiro {
    width: 154px;
    height: 165px;
    bottom: 203px;
    right: 189px;
  }
}
@media screen and (max-width:650px) {
  header .header-tanjiro {
    width: 179px;
    height: 188px;
    bottom: 415px;
    right: 22px;
    width: min(27.5384615385vw, 179px);
    height: min(28.9230769231vw, 188px);
    bottom: min(63.8461538462vw, 415px);
    right: min(3.3846153846vw, 22px);
  }
}
header .header-iguro {
  background: url("../img/sozai/header-iguro.png") no-repeat center/contain;
  width: 324px;
  height: 346px;
  position: absolute;
  top: 63px;
  left: 97px;
  width: min(16.875vw, 324px);
  height: min(18.0208333333vw, 346px);
  animation-delay: 1.8s;
  top: min(3.28125vw, 63px);
  left: min(5.0520833333vw, 97px);
}
@media screen and (max-width:1000px) {
  header .header-iguro {
    width: 131px;
    height: 147px;
    top: 32px;
    left: 58px;
  }
}
@media screen and (max-width:650px) {
  header .header-iguro {
    width: 614px;
    height: 268px;
    bottom: 405px;
    left: 20px;
    width: min(27.6923076923vw, 180px);
    height: min(41.2307692308vw, 268px);
    bottom: min(62.3076923077vw, 405px);
    left: min(3.0769230769vw, 20px);
  }
}
header .header-genya {
  background: url("../img/sozai/header-genya.png") no-repeat center/contain;
  position: absolute;
  width: 270px;
  height: 286px;
  top: 30px;
  left: 667px;
  width: min(14.0625vw, 270px);
  height: min(14.8958333333vw, 286px);
  animation-delay: 1.4s;
  top: min(1.3020833333vw, 25px);
  left: min(34.7395833333vw, 667px);
  transform: rotate(-10deg);
}
@media screen and (max-width:1000px) {
  header .header-genya {
    width: 140px;
    height: 149px;
    top: 13px;
    left: 347px;
  }
}
@media screen and (max-width:650px) {
  header .header-genya {
    width: 159px;
    height: 171px;
    width: min(24.4615384615vw, 159px);
    height: min(26.3076923077vw, 171px);
    left: 90px;
    top: min(5.5384615385vw, 36px);
    left: min(13.8461538462vw, 90px);
  }
}
header .header-sanemi {
  background: url("../img/sozai/header-sanemi.png") no-repeat center/contain;
  position: absolute;
  width: 263px;
  height: 264px;
  top: 80px;
  right: 695px;
  width: min(13.6979166667vw, 263px);
  height: min(13.75vw, 264px);
  animation-delay: 1.4s;
  top: min(4.1666666667vw, 80px);
  right: min(36.1979166667vw, 695px);
  transform: rotate(-10deg);
}
@media screen and (max-width:1000px) {
  header .header-sanemi {
    width: 137px;
    height: 137px;
    top: 41px;
    right: 361px;
  }
}
@media screen and (max-width:650px) {
  header .header-sanemi {
    width: 583px;
    height: 162px;
    top: 207px;
    width: min(23.5384615385vw, 153px);
    height: min(24.9230769231vw, 162px);
    top: min(31.8461538462vw, 207px);
    right: min(4.7692307692vw, 31px);
  }
}
header .header-shinobu {
  background: url("../img/sozai/header-shinobu.png") no-repeat center/contain;
  width: 329px;
  height: 284px;
  position: absolute;
  top: 41px;
  right: 377px;
  width: min(17.1354166667vw, 329px);
  animation-delay: 1.4s;
  height: min(14.7916666667vw, 284px);
  top: min(2.1354166667vw, 41px);
  right: min(19.6354166667vw, 377px);
  transform: rotate(10deg);
}
@media screen and (max-width:1000px) {
  header .header-shinobu {
    width: 171px;
    height: 148px;
    top: 21px;
    right: 196px;
    animation-delay: 1.4s;
  }
}
@media screen and (max-width:650px) {
  header .header-shinobu {
    width: 222px;
    height: 186px;
    top: 99px;
    right: 196px;
    width: min(29.5384615385vw, 192px);
    height: min(28.6153846154vw, 190px);
    top: min(15.2307692308vw, 99px);
    right: min(30.1538461538vw, 196px);
  }
}
header .header-zenitsu {
  background: url("../img/sozai/header-zenitsu.png") no-repeat center/contain;
  position: absolute;
  width: 270px;
  height: 279px;
  top: 49px;
  left: 393px;
  width: min(14.0625vw, 270px);
  height: min(14.53125vw, 279px);
  left: min(20.46875vw, 393px);
  top: min(2.5520833333vw, 49px);
  animation-delay: 1.4s;
  transform: rotate(10deg);
}
@media screen and (max-width:1000px) {
  header .header-zenitsu {
    width: 140px;
    height: 145px;
    left: 204px;
    top: 25px;
  }
}
@media screen and (max-width:650px) {
  header .header-zenitsu {
    width: 267px;
    height: 219px;
    bottom: 213px;
    left: 470px;
    width: min(24.1538461538vw, 157px);
    height: min(26vw, 169px);
    top: min(57.8461538462vw, 376px);
    left: min(72.3076923077vw, 470px);
    animation-delay: 2s;
  }
}
header .header-inosuke {
  background: url("../img/sozai/header-inosuke.png") no-repeat center/contain;
  width: 252px;
  height: 253px;
  position: absolute;
  top: 40px;
  right: 72px;
  width: min(13.125vw, 252px);
  height: min(13.1770833333vw, 253px);
  animation-delay: 1.8s;
  top: min(2.0833333333vw, 40px);
  right: min(3.75vw, 72px);
  z-index: 1;
  transform: rotate(10deg);
}
@media screen and (max-width:1000px) {
  header .header-inosuke {
    width: 131px;
    height: 131px;
    animation-delay: 2s;
    top: 20px;
    right: 37px;
  }
}
@media screen and (max-width:650px) {
  header .header-inosuke {
    width: 126px;
    height: 165px;
    width: min(19.3846153846vw, 126px);
    height: min(25.3846153846vw, 165px);
    right: min(5.0769230769vw, 33px);
    top: 20px;
  }
}
header .header-giyu {
  background: url("../img/sozai/header-giyu.png") no-repeat center/contain;
  position: absolute;
  width: 264px;
  height: 274px;
  bottom: 100px;
  right: 34px;
  width: min(13.75vw, 264px);
  height: min(14.2708333333vw, 274px);
  animation-delay: 1.8s;
  bottom: min(5.2083333333vw, 100px);
  right: min(1.7708333333vw, 34px);
  transform: rotate(-10deg);
}
@media screen and (max-width:1000px) {
  header .header-giyu {
    width: 137px;
    height: 142px;
    animation-delay: 1.8s;
    bottom: 52px;
    right: 17px;
  }
}
@media screen and (max-width:650px) {
  header .header-giyu {
    height: 179px;
    right: 50px;
    bottom: 220px;
    width: min(22.6153846154vw, 147px);
    height: min(27.5384615385vw, 179px);
    right: min(7.6923076923vw, 50px);
    bottom: min(33.8461538462vw, 220px);
  }
}
header .header-rengoku {
  background: url("../img/sozai/header-rengoku.png") no-repeat center/contain;
  position: absolute;
  width: 274px;
  height: 266px;
  bottom: 40px;
  right: 331px;
  width: min(14.2708333333vw, 274px);
  height: min(13.8541666667vw, 266px);
  animation-delay: 1.8s;
  bottom: min(2.0833333333vw, 40px);
  right: min(17.2395833333vw, 331px);
  transform: rotate(10deg);
}
@media screen and (max-width:1000px) {
  header .header-rengoku {
    width: 142px;
    height: 138px;
    bottom: 20;
    right: 172px;
  }
}
@media screen and (max-width:650px) {
  header .header-rengoku {
    background: url("../img/sozai/header-rengoku.png") no-repeat center/contain;
    height: 165px;
    bottom: 40px;
    right: 35px;
    width: min(24.9230769231vw, 162px);
    height: min(25.3846153846vw, 165px);
    bottom: min(6.1538461538vw, 40px);
    right: min(7.6923076923vw, 50px);
  }
}
header .header-kanao {
  background: url("../img/sozai/header-kanao.png") no-repeat center/contain;
  position: absolute;
  width: 252px;
  height: 293px;
  bottom: 65px;
  left: 389px;
  width: min(13.125vw, 252px);
  height: min(15.2604166667vw, 293px);
  animation-delay: 1.4s;
  bottom: min(3.3854166667vw, 65px);
  left: min(20.2604166667vw, 389px);
  transform: rotate(-10deg);
}
@media screen and (max-width:1000px) {
  header .header-kanao {
    width: 131px;
    height: 152px;
    bottom: 33px;
    left: 202px;
  }
}
@media screen and (max-width:650px) {
  header .header-kanao {
    height: 195px;
    width: min(23.0769230769vw, 150px);
    height: min(30vw, 195px);
    bottom: min(9.6923076923vw, 63px);
    left: min(34.1538461538vw, 222px);
  }
}
header .header-mitsuri {
  background: url("../img/sozai/header-mitsuri.png") no-repeat center/contain;
  position: absolute;
  width: 252px;
  height: 283px;
  bottom: 440px;
  right: 52px;
  width: min(13.125vw, 252px);
  height: min(14.7395833333vw, 283px);
  animation-delay: 1.4s;
  bottom: min(22.9166666667vw, 440px);
  right: min(2.7083333333vw, 52px);
  transform: rotate(10deg);
}
@media screen and (max-width:1000px) {
  header .header-mitsuri {
    width: 131px;
    height: 147px;
    animation-delay: 1.4s;
    bottom: 229px;
    right: 27px;
  }
}
@media screen and (max-width:650px) {
  header .header-mitsuri {
    height: 195px;
    right: 452px;
    width: min(21.6923076923vw, 141px);
    height: min(30vw, 195px);
    bottom: min(56.7692307692vw, 369px);
    right: min(69.5384615385vw, 452px);
  }
}
header .header-iguro {
  background: url("../img/sozai/header-iguro.png") no-repeat center/contain;
  width: 252px;
  height: 283px;
  position: absolute;
  bottom: 210px;
  left: 112px;
  width: min(13.125vw, 252px);
  height: min(14.7395833333vw, 283px);
  animation-delay: 1.8s;
  bottom: min(10.9375vw, 210px);
  left: min(5.8333333333vw, 112px);
  transform: rotate(10deg);
}
@media screen and (max-width:1000px) {
  header .header-iguro {
    width: 131px;
    height: 147px;
    animation-delay: 1.3s;
    bottom: 109px;
    left: 58px;
  }
}
@media screen and (max-width:650px) {
  header .header-iguro {
    height: 175px;
    left: 32px;
    width: min(22.4615384615vw, 146px);
    height: min(26.9230769231vw, 175px);
    top: min(32.3076923077vw, 210px);
    left: min(6.4615384615vw, 42px);
  }
}
header .header-muichiro {
  background: url("../img/sozai/header-muichiro.png") no-repeat center/contain;
  width: 252px;
  height: 263px;
  position: absolute;
  bottom: 62px;
  left: 61px;
  width: min(13.125vw, 252px);
  height: min(13.6979166667vw, 263px);
  animation-delay: 1.8s;
  bottom: min(3.2291666667vw, 62px);
  left: min(3.1770833333vw, 61px);
  transform: rotate(10deg);
}
@media screen and (max-width:1000px) {
  header .header-muichiro {
    width: 131px;
    height: 137px;
    bottom: 32px;
    left: 31px;
  }
}
@media screen and (max-width:650px) {
  header .header-muichiro {
    height: 195px;
    top: unset;
    width: min(23.2307692308vw, 151px);
    height: min(22.6153846154vw, 147px);
    bottom: min(3.2307692308vw, 21px);
    left: min(4.9230769231vw, 32px);
  }
}
header .header-murata {
  background: url("../img/sozai/header-murata.png") no-repeat center/contain;
  position: absolute;
  width: 292px;
  height: 260px;
  bottom: 402px;
  left: 60px;
  width: min(15.2083333333vw, 292px);
  height: min(13.5416666667vw, 260px);
  animation-delay: 1.4s;
  bottom: min(20.9375vw, 402px);
  left: min(3.125vw, 60px);
  transform: rotate(10deg);
}
@media screen and (max-width:1000px) {
  header .header-murata {
    width: 152px;
    height: 135px;
    bottom: 210px;
    left: 31px;
  }
}
@media screen and (max-width:650px) {
  header .header-murata {
    height: 165px;
    bottom: 276px;
    left: 238px;
    width: min(27.2307692308vw, 177px);
    height: min(25.3846153846vw, 165px);
    bottom: min(42.4615384615vw, 276px);
    left: min(36.6153846154vw, 238px);
  }
}
header .header-himejima {
  background: url("../img/sozai/header-himejima.png") no-repeat center/contain;
  position: absolute;
  width: 272px;
  height: 283px;
  bottom: 52px;
  right: 660px;
  width: min(14.1666666667vw, 292px);
  height: min(14.7395833333vw, 283px);
  animation-delay: 1.8s;
  bottom: min(2.7083333333vw, 52px);
  right: min(34.375vw, 660px);
  transform: rotate(-10deg);
}
@media screen and (max-width:1000px) {
  header .header-himejima {
    width: 141px;
    height: 147px;
    bottom: 27px;
    right: 343px;
  }
}
@media screen and (max-width:650px) {
  header .header-himejima {
    height: 185px;
    top: 236px;
    width: min(24.7692307692vw, 161px);
    height: min(30vw, 195px);
    top: min(50.6153846154vw, 329px);
    right: min(35.6923076923vw, 232px);
  }
}
header .header-uzui {
  background: url("../img/sozai/header-uzui.png") no-repeat center/contain;
  width: 272px;
  height: 283px;
  position: absolute;
  bottom: 44px;
  left: 690px;
  width: min(14.1666666667vw, 272px);
  height: min(14.7395833333vw, 283px);
  animation-delay: 1.8s;
  bottom: min(2.2916666667vw, 44px);
  left: min(35.9375vw, 690px);
  transform: rotate(-10deg);
}
@media screen and (max-width:1000px) {
  header .header-uzui {
    width: 141px;
    height: 147px;
    bottom: 23px;
    left: 359px;
  }
}
@media screen and (max-width:650px) {
  header .header-uzui {
    height: 175px;
    bottom: 190px;
    left: 32px;
    width: min(22.9230769231vw, 149px);
    height: min(26.9230769231vw, 175px);
    bottom: min(29.2307692308vw, 190px);
    left: min(4.9230769231vw, 32px);
  }
}
header .header-tanjiro.animated,
header .header-mitsuri.animated,
header .header-iguro.animated,
header .header-muichiro.animated,
header .header-inosuke.animated,
header .header-murata.animated,
header .header-rengoku.animated,
header .header-zenitsu.animated,
header .header-shinobu.animated {
  animation: poyon-r;
  animation-duration: 1.3s;
  opacity: 1;
}
header .header-nezuko.animated,
header .header-himejima.animated,
header .header-giyu.animated,
header .header-kanao.animated,
header .header-sanemi.animated,
header .header-uzui.animated,
header .header-genya.animated {
  animation: poyon-l;
  animation-duration: 1.3s;
  opacity: 1;
}

.site-footer-wrap {
  min-width: 1000px;
}
@media screen and (max-width:650px) {
  .site-footer-wrap {
    min-width: unset;
    width: 100%;
  }
}

#goods.site-section-content {
  padding: 0;
  width: 100%;
  background: url("../img/sozai/bg-light2.png"), #faf0e6;
  background-size: 400px;
  background-repeat: repeat;
  /* カルーセルコンテナ */
  /* 画像群のコンテナ */
  /* 個々の画像 */
  /* activeクラスが付いた画像のみ表示 */
  /* スライドボタン */
}
@media screen and (max-width:650px) {
  #goods.site-section-content {
    background-size: 180px;
  }
}
#goods.site-section-content .site-section-inner {
  padding: 60px 0px;
  margin: 0 24px;
  position: relative;
}
@media screen and (max-width:1000px) {
  #goods.site-section-content .site-section-inner {
    padding: 60px 0 120px;
  }
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner {
    padding: 60px 0 350px;
  }
}
#goods.site-section-content .site-section-inner #category-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto 16px;
}
#goods.site-section-content .site-section-inner button {
  background: #7b2f2e;
  padding: 10px 20px;
  margin: 0 4px 8px;
  flex-grow: 1;
  color: #f7f7f7;
  border-radius: 24px;
  font-size: 18px;
  position: relative;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner button {
    font-size: 16px;
    padding: 8px 15px;
  }
}
#goods.site-section-content .site-section-inner button.active {
  background: #bd5d5b;
}
#goods.site-section-content .site-section-inner button.active:before {
  content: "";
  background: url(../img/sozai/star.png) no-repeat center/contain;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 6px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
#goods.site-section-content .site-section-inner button.active:after {
  content: "";
  background: url(../img/sozai/star.png) no-repeat center/contain;
  width: 10px;
  height: 10px;
  position: absolute;
  right: 6px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
#goods.site-section-content .site-section-inner .category-description {
  max-width: 800px;
  color: #302b29;
  margin: 0 auto 32px;
  font-size: 18px;
  background: #f7f7f7;
  padding: 16px 24px;
  border-radius: 24px;
  text-align: center;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner .category-description {
    margin: 0 auto 24px;
    font-size: 16px;
  }
}
#goods.site-section-content .site-section-inner .heading-h1 {
  background: url("../img/sozai/title-bg.webp") no-repeat center/contain;
  height: 130px;
  margin: 0 auto 80px;
  line-height: 110px;
  font-size: 40px;
  text-align: center;
  color: #f7f7f7;
  position: relative;
  text-shadow: 0px 0px 6px rgba(83, 74, 66, 0.431372549);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #f7f7f7;
  background: url("../img/sozai/title-goods.png") no-repeat center/contain;
  width: 100%;
  height: 120px;
  margin-bottom: 40px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner .heading-h1 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width:500px) {
  #goods.site-section-content .site-section-inner .heading-h1 {
    margin-bottom: 16px;
  }
}
#goods.site-section-content .site-section-inner .content-bg {
  padding: 0px;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  position: relative;
  color: #f7f7f7;
  background: #faf0e6;
  border-radius: 24px;
  background: none;
  box-shadow: none;
  /* 個別の商品アイテムの単位 */
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner .content-bg {
    padding: 0px;
  }
}
#goods.site-section-content .site-section-inner .content-bg .goods-card-wrapper {
  display: flex;
  justify-content: center;
  gap: 24px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner .content-bg .goods-card-wrapper {
    flex-direction: column;
    gap: 0px;
  }
}
#goods.site-section-content .site-section-inner .content-bg .goods-card-wrapper.single {
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner .content-bg .goods-card-wrapper.single {
    width: 100%;
  }
}
#goods.site-section-content .site-section-inner .content-bg .product-item-unit {
  width: calc(50% - 10px);
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner .content-bg .product-item-unit {
    width: 100%; /* スマホでは全幅を使う */
  }
}
#goods.site-section-content .site-section-inner .content-bg .goods-card {
  position: relative;
  padding: 24px;
  margin-bottom: 24px;
  background-color: #9c3e3d;
  border-radius: 24px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner .content-bg .goods-card {
    width: 100%;
    margin-bottom: 16px;
    padding: 24px 16px;
  }
}
#goods.site-section-content .site-section-inner .content-bg .goods-card .goods-name {
  font-size: 23px;
  margin: 12px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #fff;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner .content-bg .goods-card .goods-name {
    font-size: 20px;
    padding-bottom: 8px;
    margin: 8px 0;
  }
}
#goods.site-section-content .site-section-inner .content-bg .goods-card .goods-price {
  font-size: 24px;
  margin-bottom: 12px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner .content-bg .goods-card .goods-price {
    margin: 16px;
    font-size: 20px;
  }
}
@media screen and (max-width:450px) {
  #goods.site-section-content .site-section-inner .content-bg .goods-card .goods-price {
    margin: 12px;
  }
}
#goods.site-section-content .site-section-inner .content-bg .goods-card .goods-date {
  margin-bottom: 12px;
  font-size: 18px;
}
#goods.site-section-content .site-section-inner .content-bg .goods-card .goods-detail {
  margin-bottom: 24px;
  padding: 0 80px;
  font-size: 18px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner .content-bg .goods-card .goods-detail {
    padding: 0px;
  }
}
#goods.site-section-content .site-section-inner .content-bg .webshop-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
  text-align: center;
  background: #556a5d;
  padding: 10px 15px;
  margin: 0 4px 8px;
  flex-grow: 1;
  color: #f7f7f7;
  border: 3px solid #faf0e6;
  font-size: 20px;
  border-radius: 50px;
  transition: 0.5s ease;
  position: relative;
}
#goods.site-section-content .site-section-inner .content-bg .webshop-btn a:hover {
  background: #bd5d5b;
}
#goods.site-section-content .site-section-inner .content-bg .webshop-btn a:hover:before, #goods.site-section-content .site-section-inner .content-bg .webshop-btn a:hover:after {
  display: block;
}
#goods.site-section-content .carousel-container {
  position: relative; /* ボタンの位置決めのため */
  width: 100%;
  overflow: hidden; /* はみ出した画像を隠す */
  margin-bottom: 10px;
  background-color: #f0f0f0; /* 画像がない時の背景 */
}
#goods.site-section-content .carousel-images {
  display: flex; /* 画像を横並びにする */
  width: 100%;
  /* transition: transform 0.5s ease-in-out; */ /* スムーズなスライドアニメーション (JavaScriptでtransformを制御する場合) */
}
#goods.site-section-content .product-image {
  width: 100%; /* コンテナに合わせて幅を調整 */
  height: auto;
  object-fit: cover; /* 縦横比を保ちつつコンテナに収める */
  display: none; /* デフォルトでは非表示 */
}
#goods.site-section-content .product-image.active {
  display: block; /* 表示 */
}
#goods.site-section-content .carousel-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(76, 72, 119, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  z-index: 10;
  padding: 10px;
  font-size: 24px;
  display: flex; /* コンテンツをFlexboxで管理 */
  align-items: center; /* 縦方向の中央寄せを確実に */
  justify-content: center; /* 横方向の中央寄せ */
  line-height: 1; /* 行の高さを文字の高さに合わせる */
}
#goods.site-section-content .carousel-btn.next {
  right: 0;
  border-radius: 5px 0 0 5px;
}
#goods.site-section-content .iguro {
  background: url("../img/sozai/iguro.webp") no-repeat center/contain;
  width: 354px;
  height: 482px;
  position: absolute;
  top: 320px;
  left: 50%;
  margin-left: -748px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .iguro {
    width: 270px;
    height: 382px;
    top: unset;
    bottom: 0px;
    margin-left: -263px;
    z-index: 12;
  }
}
@media screen and (max-width:550px) {
  #goods.site-section-content .iguro {
    height: 313px;
    margin-left: -248px;
    bottom: 30px;
    width: 250px;
  }
}
@media screen and (max-width:500px) {
  #goods.site-section-content .iguro {
    margin-left: -218px;
    height: 298px;
    width: 230px;
  }
}
@media screen and (max-width:430px) {
  #goods.site-section-content .iguro {
    margin-left: -208px;
    height: 288px;
    width: 210px;
  }
}
#goods.site-section-content .rengoku {
  background: url("../img/sozai/rengoku.webp") no-repeat center/contain;
  width: 348px;
  height: 539px;
  position: absolute;
  top: 270px;
  right: 50%;
  margin-right: -746px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .rengoku {
    width: 275px;
    height: 347px;
    top: unset;
    bottom: 0px;
    margin-right: -263px;
  }
}
@media screen and (max-width:550px) {
  #goods.site-section-content .rengoku {
    height: 311px;
    margin-right: -258px;
    bottom: 30px;
  }
}
@media screen and (max-width:500px) {
  #goods.site-section-content .rengoku {
    height: 293px;
    margin-right: -244px;
  }
}
@media screen and (max-width:430px) {
  #goods.site-section-content .rengoku {
    height: 263px;
    bottom: 50px;
    margin-right: -234px;
  }
}
#info {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
#info.site-section-content {
  width: 100%;
  position: relative;
}
#info.site-section-content .site-section-inner {
  padding: 120px 0px 120px;
  margin: 0 24px;
  position: relative;
}
#info .content-bg {
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width:650px) {
  #info .content-bg {
    width: 100%;
    padding: 0;
  }
}
#info .heading-h1 {
  background: url("../img/sozai/title-bg.webp") no-repeat center/contain;
  height: 130px;
  margin: 0 auto 80px;
  line-height: 110px;
  font-size: 40px;
  text-align: center;
  color: #f7f7f7;
  position: relative;
  text-shadow: 0px 0px 6px rgba(83, 74, 66, 0.431372549);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #f7f7f7;
  background: url("../img/sozai/title-event.png") no-repeat center/contain;
  width: 100%;
  height: 120px;
  margin-bottom: 40px;
}
@media screen and (max-width:650px) {
  #info .heading-h1 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width:500px) {
  #info .heading-h1 {
    margin-bottom: 16px;
  }
}
#info table {
  width: 100%;
  width: calc(100% - 0px);
  font-size: 18px;
  text-align: left;
  font-weight: normal;
  border-collapse: separate;
  border-radius: 8px;
  margin-bottom: 24px;
  color: #faf0e6;
}
@media screen and (max-width:650px) {
  #info table {
    width: calc(100% - 0px);
    margin-bottom: 40px;
  }
}
#info tr:last-child th {
  border-bottom: none;
}
#info tr:last-child td {
  border-bottom: none;
}
#info th {
  width: 30%;
  padding-left: 20px;
  border-bottom: 2px dotted #faf0e6;
  vertical-align: middle;
  font-size: 20px;
}
@media screen and (max-width:650px) {
  #info th {
    display: block;
    width: 100%;
    padding: 16px 16px 0px 0;
    border: 0;
  }
}
#info th:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 16px;
  background-image: url("../img/sozai/star.png");
  background-position: center;
  background-size: contain;
}
#info td {
  border-bottom: 2px dotted #faf0e6;
  padding: 32px;
}
@media screen and (max-width:650px) {
  #info td {
    display: block;
    padding: 16px 16px 16px 0;
  }
}
#info td a {
  border-bottom: 1px dashed #faf0e6;
  color: #faf0e6;
  transition: 0.3s;
}
#info td a:hover {
  opacity: 0.7;
}
#info .color-bg {
  border-radius: 16px;
  padding: 24px;
  background: url("../img/sozai/bell.png") no-repeat, url("../img/sozai/bell.png") no-repeat, url("../img/sozai/bell.png") no-repeat, url("../img/sozai/bell.png") no-repeat, #faf0e6;
  background-position: left 10px top 10px, right 10px top 10px, right 10px bottom 10px, left 10px bottom 10px;
  background-size: 50px;
}
#info .border {
  border-bottom: 2px dotted #bd5d5b;
  margin: 16px 0;
}

.hamburger {
  position: fixed;
  top: 6px;
  right: 15px;
  z-index: 101;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger__line {
  position: absolute;
  left: 3px;
  width: 42px;
  height: 4px;
  border-radius: 21px;
  background-color: #302b29;
  transition: all 0.4s;
}

.hamburger__line:nth-of-type(1) {
  top: 14px;
}

.hamburger__line:nth-of-type(2) {
  top: 23px;
}

.hamburger__line:nth-of-type(3) {
  top: 32px;
}

/* メニューオープン時 */
.hamburger.active .hamburger__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
  background-color: #faf0e6;
}

.hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active .hamburger__line:nth-of-type(3) {
  background-color: #faf0e6;
  transform: translateY(-9px) rotate(45deg);
}

.nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100vh;
  background: #556a5d;
  background-size: 800px;
  background-repeat: repeat;
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
  transform: translateX(100%);
  transition: transform 0.4s;
  z-index: 100;
  text-align: center;
}
@media screen and (max-width:650px) {
  .nav {
    width: 100%;
  }
}

.nav.active {
  transform: translateX(0);
}

.nav__list {
  margin: 0;
  padding: 100px 0 0;
  list-style: none;
  font-size: 18px;
}

.nav__item {
  padding: 0 40px;
}

.nav__link {
  display: block;
  padding: 15px 0;
  color: #faf0e6;
  text-decoration: none;
  transition: 0.5s ease;
  position: relative;
  border-bottom: 1px solid #faf0e6;
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
}
@media (hover: hover) and (pointer: fine) {
  .nav__link:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nav__link:hover {
    opacity: 0.7;
  }
}

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

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

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

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

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

body {
  -webkit-overflow-scrolling: touch;
  color: #302b29;
  font-family: "Kaisei Tokumin", serif;
  font-size: 16px;
  font-weight: 900;
  line-height: 1.5;
}

.site-content-wrapper {
  overflow-y: hidden;
  overflow-x: hidden;
  min-width: 1000px;
  background: url("../img/sozai/bg-ptn.png"), #bd5d5b;
  background-size: 700px;
  background-repeat: repeat;
  position: relative;
}
@media screen and (max-width:650px) {
  .site-content-wrapper {
    min-width: initial;
    background-size: 700px;
  }
}

.white-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  display: none;
}

.is-open {
  opacity: 1;
  display: block;
}

.is-closed {
  display: none;
  opacity: 0;
}

.red-bold {
  color: rgb(180, 37, 37);
  font-weight: bold;
}
.red-bold.small {
  font-size: 18px;
}

.serif {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 700;
}

body::-webkit-scrollbar {
  width: 24px;
}
@media screen and (max-width:650px) {
  body::-webkit-scrollbar {
    width: 0px;
  }
}

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

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

.z-index {
  z-index: 10;
}

#menu.site-section-content {
  padding: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background-attachment: fixed;
  background-size: 600px;
  background-repeat: repeat;
  background-image: repeating-linear-gradient(90deg, #7e9474, #7e9474 20px, #faf0e6 20px, #faf0e6 35px, #bf6c6b 35px, #bf6c6b 40px, #faf0e6 40px, #faf0e6 45px, #bf6c6b 45px, #bf6c6b 50px, #faf0e6 50px, #faf0e6 65px, #7e9474 65px, #7e9474 85px);
}
#menu.site-section-content .site-section-inner {
  padding: 60px 0;
  margin: 24px;
  position: relative;
}
@media screen and (max-width:1000px) {
  #menu.site-section-content .site-section-inner {
    padding: 60px 0 240px;
  }
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner {
    padding: 60px 0 790px;
  }
}
@media screen and (max-width:550px) {
  #menu.site-section-content .site-section-inner {
    padding: 60px 0 730px;
  }
}
#menu.site-section-content .site-section-inner .heading-h1 {
  background: url("../img/sozai/title-bg.webp") no-repeat center/contain;
  height: 130px;
  margin: 0 auto 80px;
  line-height: 110px;
  font-size: 40px;
  text-align: center;
  color: #f7f7f7;
  position: relative;
  text-shadow: 0px 0px 6px rgba(83, 74, 66, 0.431372549);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #f7f7f7;
  font-size: 32px;
  background: url("../img/sozai/title-menu.png") no-repeat center/contain;
  width: 100%;
  height: 160px;
  margin-bottom: 40px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .heading-h1 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width:500px) {
  #menu.site-section-content .site-section-inner .heading-h1 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width:450px) {
  #menu.site-section-content .site-section-inner .heading-h1 {
    margin-bottom: 0;
  }
}
#menu.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: #f7f7f7;
  background: #faf0e6;
  border-radius: 24px;
  height: auto;
  color: #302b29;
  margin: 0 auto 24px;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg {
    width: 100%;
    padding: 32px 16px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .heading-h2,
#menu.site-section-content .site-section-inner .content-bg .heading-h3 {
  padding: 0 48px 24px;
  margin: 42px 64px 24px;
  border-bottom: 2px solid #9c3e3d;
  position: relative;
  font-size: 32px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg .heading-h2,
  #menu.site-section-content .site-section-inner .content-bg .heading-h3 {
    font-size: 24px;
    padding: 16px 8px 24px;
  }
}
@media screen and (max-width:550px) {
  #menu.site-section-content .site-section-inner .content-bg .heading-h2,
  #menu.site-section-content .site-section-inner .content-bg .heading-h3 {
    padding: 0px 0px 16px;
    margin: 42px;
  }
}
@media screen and (max-width:450px) {
  #menu.site-section-content .site-section-inner .content-bg .heading-h2,
  #menu.site-section-content .site-section-inner .content-bg .heading-h3 {
    font-size: 22px;
    padding: 0px 0px 16px;
    margin: 24px 32px 16px;
  }
}
@media screen and (max-width:400px) {
  #menu.site-section-content .site-section-inner .content-bg .heading-h2,
  #menu.site-section-content .site-section-inner .content-bg .heading-h3 {
    margin: 37px 16px 24px;
  }
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg .heading-h3 {
    font-size: 20px;
  }
}
#menu.site-section-content .site-section-inner .content-bg h4 {
  font-size: 18px;
  margin-bottom: 4px;
}
#menu.site-section-content .site-section-inner .content-bg .drink-date {
  font-size: 40px;
}
@media screen and (max-width:650px) {
  #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: 32px;
  margin-bottom: 24px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg .menu-price {
    font-size: 24px;
    margin: 16px 0;
  }
}
#menu.site-section-content .site-section-inner .content-bg .menu-detail,
#menu.site-section-content .site-section-inner .content-bg .novelty-detail {
  background-color: #f7f7f7;
  font-size: 16px;
  padding: 24px;
  line-height: 1.5rem;
  color: #302b29;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg .menu-detail,
  #menu.site-section-content .site-section-inner .content-bg .novelty-detail {
    padding: 16px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .drink-detail {
  background-color: #da3f91;
  font-size: 32px;
  padding: 24px;
  color: #ffffff;
}
@media screen and (max-width:650px) {
  #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 .drink-detail.drink-b {
  background-color: #359fba;
}
#menu.site-section-content .site-section-inner .content-bg .drink-sub-title {
  font-size: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width:650px) {
  #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 screen and (max-width:650px) {
  #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: 14px;
  margin: 8px 0 32px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg .note_1 {
    margin: 8px 0 24px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .novelty-photo {
  height: 400px;
  width: auto;
  margin: auto auto 16px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg .novelty-photo {
    height: 100%;
    width: 100%;
  }
}
#menu.site-section-content .site-section-inner .hr {
  border-bottom: 1px solid #494949;
  margin-bottom: 16px;
}
#menu.site-section-content .site-section-inner .drink-date_gaiyou {
  font-size: 18px;
}
#menu.site-section-content .site-section-inner .genya {
  background: url("../img/sozai/genya.webp") no-repeat center/contain;
  width: 354px;
  height: 482px;
  position: absolute;
  bottom: 3825px;
  left: 50%;
  margin-left: -748px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .genya {
    width: 270px;
    height: 382px;
    bottom: 378px;
    margin-left: -283px;
    z-index: 12;
  }
}
@media screen and (max-width:550px) {
  #menu.site-section-content .site-section-inner .genya {
    height: 323px;
    margin-left: -248px;
  }
}
@media screen and (max-width:500px) {
  #menu.site-section-content .site-section-inner .genya {
    margin-left: -238px;
    height: 308px;
  }
}
@media screen and (max-width:430px) {
  #menu.site-section-content .site-section-inner .genya {
    margin-left: -228px;
    height: 288px;
  }
}
#menu.site-section-content .site-section-inner .shinobu {
  background: url("../img/sozai/shinobu.webp") no-repeat center/contain;
  width: 348px;
  height: 539px;
  position: absolute;
  bottom: 3864px;
  right: 50%;
  margin-right: -746px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .shinobu {
    width: 275px;
    height: 347px;
    bottom: 430px;
    margin-right: -263px;
  }
}
@media screen and (max-width:550px) {
  #menu.site-section-content .site-section-inner .shinobu {
    height: 301px;
    bottom: 390px;
    margin-right: -248px;
  }
}
@media screen and (max-width:500px) {
  #menu.site-section-content .site-section-inner .shinobu {
    height: 293px;
    bottom: 384px;
    margin-right: -244px;
  }
}
@media screen and (max-width:430px) {
  #menu.site-section-content .site-section-inner .shinobu {
    height: 263px;
    bottom: 384px;
    margin-right: -234px;
  }
}
#menu.site-section-content .site-section-inner .muichiro {
  background: url("../img/sozai/muichiro.webp") no-repeat center/contain;
  width: 369px;
  height: 514px;
  position: absolute;
  bottom: 1960px;
  left: 50%;
  margin-left: -748px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .muichiro {
    width: 270px;
    height: 375px;
    bottom: 45px;
    margin-left: 4px;
    z-index: 12;
  }
}
@media screen and (max-width:550px) {
  #menu.site-section-content .site-section-inner .muichiro {
    height: 315px;
    bottom: 48px;
  }
}
@media screen and (max-width:500px) {
  #menu.site-section-content .site-section-inner .muichiro {
    width: 249px;
    height: 323px;
  }
}
@media screen and (max-width:430px) {
  #menu.site-section-content .site-section-inner .muichiro {
    margin-left: -16px;
    height: 303px;
  }
}
#menu.site-section-content .site-section-inner .inosuke {
  background: url("../img/sozai/inosuke.webp") no-repeat center/contain;
  width: 345px;
  height: 549px;
  position: absolute;
  bottom: 1920px;
  right: 50%;
  margin-right: -758px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .inosuke {
    width: 265px;
    height: 353px;
    margin-right: 0px;
    bottom: 40px;
  }
}
@media screen and (max-width:550px) {
  #menu.site-section-content .site-section-inner .inosuke {
    width: 275px;
    height: 288px;
    bottom: 60px;
    margin-right: -27px;
  }
}
@media screen and (max-width:500px) {
  #menu.site-section-content .site-section-inner .inosuke {
    height: 299px;
    margin-right: -37px;
  }
}
@media screen and (max-width:430px) {
  #menu.site-section-content .site-section-inner .inosuke {
    height: 269px;
    margin-right: -57px;
  }
}
#menu.site-section-content .site-section-inner .drink-pic {
  max-width: 800px;
  margin: auto;
}

#loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  height: 100%;
  background: url("../img/sozai/ld-bg.png"), linear-gradient(#3e4d43, #556a5d);
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #f7f7f7;
}
#loading .loadingPicWrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
#loading .loadingPic {
  background: url("../img/sozai/loading-pic.png") no-repeat center/contain;
  width: 300px;
  height: 100px;
  margin-bottom: 16px;
  position: absolute;
  top: 30%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width:650px) {
  #loading .loadingPic {
    width: 50%;
  }
}
#loading .loadingText {
  display: flex;
  justify-content: center;
  overflow: hidden;
  font-size: 40px;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width:650px) {
  #loading .loadingText {
    font-size: 32px;
  }
}
#loading .loadingText span {
  letter-spacing: 0.1em;
  transform: translateY(2em);
  animation: textAnimation 1s forwards;
  /* 1文字目 */
  /* 2文字目 */
  /* 3文字目 */
  /* 4文字目 */
  /* 5文字目 */
  /* 6文字目 */
  /* 7文字目 */
  /* 8文字目 */
  /* 9文字目 */
  /* 10文字目 */
}
#loading .loadingText span:nth-child(1) {
  animation-delay: 0.1s;
}
#loading .loadingText span:nth-child(2) {
  animation-delay: 0.3s;
}
#loading .loadingText span:nth-child(3) {
  animation-delay: 0.5s;
}
#loading .loadingText span:nth-child(4) {
  animation-delay: 0.7s;
}
#loading .loadingText span:nth-child(5) {
  animation-delay: 0.9s;
}
#loading .loadingText span:nth-child(6) {
  animation-delay: 1.1s;
}
#loading .loadingText span:nth-child(7) {
  animation-delay: 1.3s;
}
#loading .loadingText span:nth-child(8) {
  animation-delay: 1.5s;
}
#loading .loadingText span:nth-child(9) {
  animation-delay: 1.7s;
}
#loading .loadingText span:nth-child(10) {
  animation-delay: 1.9s;
}
#loading.background_01 {
  height: 100%;
  display: block;
}

#special.site-section-content {
  padding: 0px;
  width: 100%;
  overflow: hidden;
  height: 100%;
  color: #f7f7f7;
}
#special.site-section-content .site-section-inner {
  padding: 60px 0px;
  margin: 0 12px;
  position: relative;
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner {
    padding: 60px 0 700px;
  }
}
#special.site-section-content .site-section-inner .content-bg {
  padding: 0px;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  position: relative;
  color: #f7f7f7;
  background: #faf0e6;
  border-radius: 24px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  background-color: unset;
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner .content-bg {
    width: 100%;
  }
}
#special.site-section-content .site-section-inner .heading-h1 {
  background: url("../img/sozai/title-bg.webp") no-repeat center/contain;
  height: 130px;
  margin: 0 auto 80px;
  line-height: 110px;
  font-size: 40px;
  text-align: center;
  color: #f7f7f7;
  position: relative;
  text-shadow: 0px 0px 6px rgba(83, 74, 66, 0.431372549);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #f7f7f7;
  background: url("../img/sozai/title-special.png") no-repeat center/contain;
  width: 100%;
  height: 160px;
  margin-bottom: 40px;
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner .heading-h1 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width:500px) {
  #special.site-section-content .site-section-inner .heading-h1 {
    margin-bottom: 16px;
  }
}
#special.site-section-content .site-section-inner .text-wrapper h2 {
  margin-bottom: 32px;
  font-size: 32px;
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner .text-wrapper h2 {
    margin-bottom: 24px;
    font-size: 24px;
  }
}
#special.site-section-content .site-section-inner .text-wrapper p {
  margin-bottom: 24px;
  font-size: 17px;
}
#special.site-section-content .site-section-inner .novelty-img-wrapper {
  max-width: 800px;
  display: flex;
  gap: 24px;
}
@media screen and (max-width:450px) {
  #special.site-section-content .site-section-inner .novelty-img-wrapper {
    flex-direction: column;
  }
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner .novelty-img-wrapper p {
    font-size: 16px;
  }
}
#special.site-section-content .site-section-inner .note_1 {
  font-size: 14px;
  margin-top: 16px;
}
#special.site-section-content .site-section-inner table {
  color: #302b29;
  background-color: #302b29;
  font-size: 16px;
  margin: 24px 0;
  width: 100%;
  max-width: 800px;
}
#special.site-section-content .site-section-inner table .table-heading {
  font-size: 24px;
}
#special.site-section-content .site-section-inner table td {
  padding: 8px;
  width: 50%;
  background-color: #faf0e6;
}
#special.site-section-content .site-section-inner table td p {
  margin-bottom: 8px;
}
#special.site-section-content .site-section-inner table .l-red {
  background: #e89a99;
}
#special.site-section-content .site-section-inner table .l-green {
  background: #c0d0b8;
}
#special.site-section-content .site-section-inner .map-img {
  display: flex;
  flex-direction: column;
  margin-top: 40px;
}
#special.site-section-content .site-section-inner .map-img a {
  margin-bottom: 24px;
}
#special.site-section-content .site-section-inner .download {
  font-size: 18px;
}
#special.site-section-content .site-section-inner .text-deco {
  background: url("../img/sozai/text-deco.png") no-repeat center/contain;
  height: 60px;
  margin: 30px 0 20px;
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner .text-deco {
    height: 40px;
    margin: 60px 0 40px;
  }
}
#special.site-section-content .site-section-inner .standy-text {
  margin: 60px 0;
  background: #faf0e6;
  color: #302b29;
  padding: 24px;
  border-radius: 24px;
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner .standy-text {
    margin: 40px 0;
    padding: 16px;
    font-size: 16px;
  }
}
#special.site-section-content .site-section-inner .zenitsu {
  background: url("../img/sozai/zenitsu.webp") no-repeat center/contain;
  width: 354px;
  height: 482px;
  position: absolute;
  bottom: 3325px;
  left: 50%;
  margin-left: -748px;
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner .zenitsu {
    width: 270px;
    height: 382px;
    bottom: -342px;
    margin-left: -273px;
  }
}
@media screen and (max-width:550px) {
  #special.site-section-content .site-section-inner .zenitsu {
    width: 260px;
    height: 352px;
    margin-left: -243px;
  }
}
@media screen and (max-width:500px) {
  #special.site-section-content .site-section-inner .zenitsu {
    height: 342px;
  }
}
@media screen and (max-width:450px) {
  #special.site-section-content .site-section-inner .zenitsu {
    height: 332px;
    margin-left: -233px;
  }
}
@media screen and (max-width:400px) {
  #special.site-section-content .site-section-inner .zenitsu {
    height: 312px;
    margin-left: -213px;
  }
}
#special.site-section-content .site-section-inner .uzui {
  background: url("../img/sozai/uzui.webp") no-repeat center/contain;
  width: 348px;
  height: 539px;
  position: absolute;
  bottom: 3275px;
  right: 50%;
  margin-right: -746px;
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner .uzui {
    width: 275px;
    height: 397px;
    bottom: -360px;
    margin-right: -293px;
  }
}
@media screen and (max-width:550px) {
  #special.site-section-content .site-section-inner .uzui {
    width: 265px;
    height: 367px;
    margin-right: -273px;
  }
}
@media screen and (max-width:500px) {
  #special.site-section-content .site-section-inner .uzui {
    height: 357px;
    margin-right: -253px;
  }
}
@media screen and (max-width:450px) {
  #special.site-section-content .site-section-inner .uzui {
    height: 347px;
    margin-right: -233px;
  }
}
@media screen and (max-width:400px) {
  #special.site-section-content .site-section-inner .uzui {
    height: 337px;
  }
}
#special.site-section-content .site-section-inner .mitsuri {
  background: url("../img/sozai/mitsuri.webp") no-repeat center/contain;
  width: 369px;
  height: 514px;
  position: absolute;
  bottom: 1960px;
  left: 50%;
  margin-left: -768px;
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner .mitsuri {
    width: 320px;
    height: 365px;
    bottom: -655px;
    margin-left: -16px;
  }
}
@media screen and (max-width:550px) {
  #special.site-section-content .site-section-inner .mitsuri {
    width: 300px;
    height: 335px;
    margin-left: -36px;
  }
}
@media screen and (max-width:500px) {
  #special.site-section-content .site-section-inner .mitsuri {
    height: 325px;
    margin-left: -46px;
  }
}
@media screen and (max-width:450px) {
  #special.site-section-content .site-section-inner .mitsuri {
    height: 305px;
    margin-left: -56px;
  }
}
@media screen and (max-width:400px) {
  #special.site-section-content .site-section-inner .mitsuri {
    height: 305px;
  }
}
#special.site-section-content .site-section-inner .himejima {
  background: url("../img/sozai/himejima.webp") no-repeat center/contain;
  width: 345px;
  height: 549px;
  position: absolute;
  bottom: 1920px;
  right: 50%;
  margin-right: -758px;
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner .himejima {
    width: 305px;
    height: 393px;
    margin-right: -20px;
    bottom: -650px;
  }
}
@media screen and (max-width:550px) {
  #special.site-section-content .site-section-inner .himejima {
    height: 353px;
  }
}
@media screen and (max-width:500px) {
  #special.site-section-content .site-section-inner .himejima {
    height: 343px;
    margin-right: -40px;
  }
}
@media screen and (max-width:450px) {
  #special.site-section-content .site-section-inner .himejima {
    margin-right: -60px;
  }
}
@media screen and (max-width:400px) {
  #special.site-section-content .site-section-inner .himejima {
    height: 323px;
  }
}

#point.site-section-content {
  padding: 0px;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: url("../img/sozai/fp.png"), #617650;
  background-attachment: fixed;
  background-size: 600px;
  background-repeat: repeat;
}
#point.site-section-content .site-section-inner {
  padding: 60px 0px 340px;
  margin: 0 12px;
  position: relative;
  background: url("../img/sozai/content-btm1.png") no-repeat bottom/contain;
}
@media screen and (max-width:1000px) {
  #point.site-section-content .site-section-inner {
    padding: 60px 0 240px;
  }
}
@media screen and (max-width:650px) {
  #point.site-section-content .site-section-inner {
    padding: 60px 0 440px;
  }
}
#point.site-section-content .site-section-inner .point-pic {
  max-width: 900px;
  margin: auto;
}
#point.site-section-content .site-section-inner .heading-h1 {
  background: url("../img/sozai/title-point2.png") no-repeat center/contain;
  width: 100%;
  height: 160px;
  margin-bottom: 40px;
}
@media screen and (max-width:650px) {
  #point.site-section-content .site-section-inner .heading-h1 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width:500px) {
  #point.site-section-content .site-section-inner .heading-h1 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width:450px) {
  #point.site-section-content .site-section-inner .heading-h1 {
    margin-bottom: 0;
  }
}
#point.site-section-content .site-section-inner p {
  color: #faf0e6;
  text-align: center;
  font-size: 24px;
  margin-top: 16px;
}
@media screen and (max-width:650px) {
  #point.site-section-content .site-section-inner p {
    font-size: 18px;
    margin-top: 12px;
  }
}
#point.site-section-content .site-section-inner .zenitsu {
  background: url("../img/sozai/zenitsu.webp") no-repeat center/contain;
  width: 370px;
  height: 577px;
  position: absolute;
  top: 572px;
  right: 50%;
  margin-right: -851px;
}
@media screen and (max-width:650px) {
  #point.site-section-content .site-section-inner .zenitsu {
    margin-right: -276px;
    width: 276px;
    height: 353px;
    bottom: 17px;
    top: unset;
  }
}
@media screen and (max-width:550px) {
  #point.site-section-content .site-section-inner .zenitsu {
    width: 263px;
    height: 334px;
    bottom: 45px;
    margin-right: -255px;
  }
}
@media screen and (max-width:500px) {
  #point.site-section-content .site-section-inner .zenitsu {
    height: 284px;
    margin-right: -248px;
  }
}
@media screen and (max-width:450px) {
  #point.site-section-content .site-section-inner .zenitsu {
    height: 283px;
    margin-right: -230px;
  }
}
@media screen and (max-width:400px) {
  #point.site-section-content .site-section-inner .zenitsu {
    width: 215px;
    height: 252px;
    margin-right: -209px;
  }
}
#point.site-section-content .site-section-inner .inosuke {
  background: url("../img/sozai/inosuke.webp") no-repeat center/contain;
  width: 384px;
  height: 577px;
  position: absolute;
  top: 586px;
  left: 50%;
  margin-left: -825px;
}
@media screen and (max-width:650px) {
  #point.site-section-content .site-section-inner .inosuke {
    margin-left: -274px;
    width: 276px;
    height: 410px;
    bottom: 17px;
    top: unset;
  }
}
@media screen and (max-width:550px) {
  #point.site-section-content .site-section-inner .inosuke {
    width: 223px;
    margin-left: -247px;
  }
}
@media screen and (max-width:500px) {
  #point.site-section-content .site-section-inner .inosuke {
    margin-left: -224px;
    height: 371px;
  }
}
@media screen and (max-width:450px) {
  #point.site-section-content .site-section-inner .inosuke {
    bottom: 49px;
    margin-left: -231px;
    height: 344px;
  }
}
@media screen and (max-width:400px) {
  #point.site-section-content .site-section-inner .inosuke {
    margin-left: -206px;
    height: 330px;
  }
}

#official.site-section-content {
  padding: 0;
  width: 100%;
  overflow: hidden;
  color: #f7f7f7;
  background: url("../img/sozai/bg-light2.png"), #faf0e6;
  background-size: 400px;
  background-repeat: repeat;
}
@media screen and (max-width:650px) {
  #official.site-section-content {
    background-size: 180px;
  }
}
#official.site-section-content .heading-wrap {
  text-align: center;
}
@media screen and (max-width:650px) {
  #official.site-section-content .heading-wrap {
    width: 100%;
  }
}
#official.site-section-content .heading-h2 {
  font-weight: 500;
  margin: 24px 0;
  font-size: 24px;
}
@media screen and (max-width:400px) {
  #official.site-section-content .heading-h2 {
    font-size: 16px;
  }
}
#official.site-section-content .site-section-inner {
  padding: 60px 0px 340px;
  margin: 0 12px;
  position: relative;
}
@media screen and (max-width:650px) {
  #official.site-section-content .site-section-inner {
    padding: 60px 0 480px;
  }
}
#official.site-section-content .site-section-inner .back-to-top {
  background: url("../img/sozai/top.png") no-repeat center/contain;
  width: 160px;
  height: 160px;
  position: absolute;
  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 {
  transform: scale(1.1);
}
@media screen and (max-width:650px) {
  #official.site-section-content .site-section-inner .back-to-top {
    width: 80px;
    height: 80px;
    bottom: 5px;
    right: 0rem;
  }
}
#official.site-section-content .site-section-inner .heading-h1 {
  background: url("../img/sozai/title-bg.webp") no-repeat center/contain;
  height: 130px;
  margin: 0 auto 80px;
  line-height: 110px;
  font-size: 40px;
  text-align: center;
  color: #f7f7f7;
  position: relative;
  text-shadow: 0px 0px 6px rgba(83, 74, 66, 0.431372549);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #f7f7f7;
  background: url("../img/sozai/title-sns.png") no-repeat center/contain;
  width: 100%;
  height: 160px;
  margin-bottom: 40px;
}
@media screen and (max-width:650px) {
  #official.site-section-content .site-section-inner .heading-h1 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width:500px) {
  #official.site-section-content .site-section-inner .heading-h1 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width:450px) {
  #official.site-section-content .site-section-inner .heading-h1 {
    margin-bottom: 0;
  }
}
#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: #f7f7f7;
  background: #faf0e6;
  border-radius: 24px;
  height: auto;
  background: #9c3e3d;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 24px;
}
@media screen and (max-width:650px) {
  #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: flex;
  flex-direction: row;
  justify-content: center;
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account {
  width: 120px;
  height: 120px;
  margin: 0 8px;
  font-size: 0;
  list-style: none;
  justify-content: center;
}
@media screen and (max-width:650px) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account {
    width: 100px;
    height: 100px;
    margin: 0 4px;
  }
}
@media screen and (max-width:450px) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account {
    width: 80px;
    height: 80px;
  }
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account a {
  display: inline-block;
  width: 120px;
  transition: 0.7s;
  height: 120px;
}
@media screen and (max-width:650px) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account a {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width:450px) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account a {
    width: 80px;
    height: 80px;
  }
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account.x {
  background: url("../img/logo/anchor-x.webp") no-repeat center/contain;
  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 {
    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 {
    transform: scale(1.1);
  }
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account.facebook {
  background: url("../img/logo/anchor-facebook.webp") no-repeat center/contain;
  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 {
    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 {
    transform: scale(1.1);
  }
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account.instagram {
  background: url("../img/logo/anchor-instagram.webp") no-repeat center/contain;
  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 {
    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 {
    transform: scale(1.1);
  }
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account.youtube {
  background: url("../img/logo/anchor-youtube.webp") no-repeat center/contain;
  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 {
    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 {
    transform: scale(1.1);
  }
}
#official.site-section-content .site-section-inner .giyu {
  background: url("../img/sozai/giyu.webp") no-repeat center/contain;
  width: 380px;
  height: 511px;
  position: absolute;
  bottom: 334px;
  left: 50%;
  margin-left: -748px;
}
@media screen and (max-width:650px) {
  #official.site-section-content .site-section-inner .giyu {
    width: 292px;
    height: 395px;
    bottom: 73px;
    margin-left: -289px;
  }
}
@media screen and (max-width:550px) {
  #official.site-section-content .site-section-inner .giyu {
    width: 292px;
    bottom: 59px;
  }
}
@media screen and (max-width:500px) {
  #official.site-section-content .site-section-inner .giyu {
    width: 292px;
    height: 356px;
    bottom: 69px;
    margin-left: -265px;
  }
}
@media screen and (max-width:450px) {
  #official.site-section-content .site-section-inner .giyu {
    margin-left: -247px;
    width: 292px;
    height: 346px;
    bottom: 69px;
  }
}
@media screen and (max-width:400px) {
  #official.site-section-content .site-section-inner .giyu {
    height: 326px;
    bottom: 109px;
  }
}
#official.site-section-content .site-section-inner .sanemi {
  background: url("../img/sozai/sanemi.webp") no-repeat center/contain;
  width: 398px;
  height: 516px;
  position: absolute;
  bottom: 327px;
  right: 50%;
  margin-right: -754px;
}
@media screen and (max-width:650px) {
  #official.site-section-content .site-section-inner .sanemi {
    width: 308px;
    height: 407px;
    bottom: 63px;
    margin-right: -283px;
  }
}
@media screen and (max-width:550px) {
  #official.site-section-content .site-section-inner .sanemi {
    width: 308px;
    height: 393px;
    bottom: 63px;
    margin-right: -282px;
  }
}
@media screen and (max-width:500px) {
  #official.site-section-content .site-section-inner .sanemi {
    margin-right: -264px;
    height: 356px;
  }
}
@media screen and (max-width:450px) {
  #official.site-section-content .site-section-inner .sanemi {
    height: 346px;
  }
}
@media screen and (max-width:400px) {
  #official.site-section-content .site-section-inner .sanemi {
    height: 336px;
    bottom: 93px;
    margin-right: -249px;
  }
}

#store.site-section-content {
  padding: 0;
  width: 100%;
  overflow: hidden;
  color: #302b29;
  background-image: repeating-linear-gradient(90deg, #7e9474, #7e9474 20px, #faf0e6 20px, #faf0e6 35px, #bf6c6b 35px, #bf6c6b 40px, #faf0e6 40px, #faf0e6 45px, #bf6c6b 45px, #bf6c6b 50px, #faf0e6 50px, #faf0e6 65px, #7e9474 65px, #7e9474 85px);
}
#store.site-section-content .heading-h2 {
  font-weight: 500;
  margin: 32px;
  font-size: 24px;
}
@media screen and (max-width:650px) {
  #store.site-section-content .heading-h2 {
    margin: 24px 0;
  }
}
@media screen and (max-width:450px) {
  #store.site-section-content .heading-h2 {
    font-size: 16px;
  }
}
#store.site-section-content .site-section-inner {
  text-align: center;
  position: relative;
  padding: 60px 0px 340px;
  margin: 0 12px;
  position: relative;
}
@media screen and (max-width:1000px) {
  #store.site-section-content .site-section-inner {
    padding: 60px 0 240px;
  }
}
@media screen and (max-width:650px) {
  #store.site-section-content .site-section-inner {
    padding: 60px 0 420px;
  }
}
#store.site-section-content .site-section-inner .heading-h1 {
  background: url("../img/sozai/title-bg.webp") no-repeat center/contain;
  height: 130px;
  margin: 0 auto 80px;
  line-height: 110px;
  font-size: 40px;
  text-align: center;
  color: #f7f7f7;
  position: relative;
  text-shadow: 0px 0px 6px rgba(83, 74, 66, 0.431372549);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
  color: #f7f7f7;
  background: url("../img/sozai/title-x.png") no-repeat center/contain;
  width: 100%;
  height: 160px;
}
@media screen and (max-width:650px) {
  #store.site-section-content .site-section-inner .heading-h1 {
    margin-bottom: 24px;
  }
}
@media screen and (max-width:500px) {
  #store.site-section-content .site-section-inner .heading-h1 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width:450px) {
  #store.site-section-content .site-section-inner .heading-h1 {
    margin-bottom: 16px;
  }
}
#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: #f7f7f7;
  background: #faf0e6;
  border-radius: 24px;
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 24px;
  color: #302b29;
}
@media screen and (max-width:650px) {
  #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: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
}
#store.site-section-content .site-section-inner .content-bg .store-card {
  border-radius: 12px;
  width: 200px;
  height: 200px;
  position: relative;
  box-shadow: 0px 0px 8px rgba(158, 116, 116, 0.5058823529);
}
@media screen and (max-width:650px) {
  #store.site-section-content .site-section-inner .content-bg .store-card {
    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: #f7f7f7;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  border-radius: 12px;
  text-shadow: 0 0 6px #000;
  padding: 12px;
  transition: 0.7s;
}
@media screen and (max-width:650px) {
  #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 .site-section-inner .kanao {
  background: url("../img/sozai/kanao.webp") no-repeat center/contain;
  width: 375px;
  height: 536px;
  position: absolute;
  bottom: 823px;
  left: 50%;
  margin-left: -748px;
}
@media screen and (max-width:650px) {
  #store.site-section-content .site-section-inner .kanao {
    width: 285px;
    height: 440px;
    top: unset;
    margin-left: -269px;
    bottom: 13px;
  }
}
@media screen and (max-width:550px) {
  #store.site-section-content .site-section-inner .kanao {
    width: 277px;
    height: 384px;
    margin-left: -249px;
    bottom: 50px;
  }
}
@media screen and (max-width:500px) {
  #store.site-section-content .site-section-inner .kanao {
    width: 273px;
    height: 379px;
    margin-left: -234px;
    bottom: 55px;
  }
}
#store.site-section-content .site-section-inner .murata {
  background: url("../img/sozai/murata.webp") no-repeat center/contain;
  width: 381px;
  height: 430px;
  position: absolute;
  bottom: 879px;
  right: 50%;
  margin-right: -764px;
}
@media screen and (max-width:650px) {
  #store.site-section-content .site-section-inner .murata {
    margin-right: -280px;
    bottom: 24px;
    width: 299px;
    height: 363px;
  }
}
@media screen and (max-width:550px) {
  #store.site-section-content .site-section-inner .murata {
    height: 311px;
  }
}
@media screen and (max-width:500px) {
  #store.site-section-content .site-section-inner .murata {
    margin-right: -269px;
    bottom: 50px;
  }
}
@media screen and (max-width:450px) {
  #store.site-section-content .site-section-inner .murata {
    margin-right: -249px;
  }
}
.snow {
  width: 100%;
  height: 100%;
  position: fixed;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 0;
}

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

@keyframes fall {
  0% {
    top: -20%;
  }
  95% {
    opacity: 0.2;
  }
  100% {
    top: 100%;
    opacity: 0;
  }
}
.snow span:nth-child(1) {
  left: 24%;
  top: -60px;
  width: 30px;
  height: 30px;
  background: url("../img/sozai/snow-s.png") no-repeat center/contain;
  animation: fall 9s linear infinite;
  animation-delay: 1s;
}

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

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

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

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

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

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

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

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

.snow span:nth-child(10) {
  left: 28%;
  top: -100px;
  width: 24px;
  height: 24px;
  background: url("../img/sozai/snow-m.png") no-repeat center/contain;
  animation: fall 19s linear infinite;
  animation-delay: 4s;
}/*# sourceMappingURL=style.css.map */