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

@keyframes drawLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes drawRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
#about.site-section-content {
  padding: 160px 0 80px;
  width: 100%;
}
@media screen and (max-width:650px) {
  #about.site-section-content .site-section-inner {
    padding: 0px 32px;
    margin: 0 auto;
  }
}
@media screen and (max-width:550px) {
  #about.site-section-content .site-section-inner {
    padding: 0 16px 0px;
    margin: 0 auto;
  }
}
#about.site-section-content .site-section-inner .content-holder {
  text-align: center;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about.site-section-content .site-section-inner .content-holder h1 {
  margin-bottom: 16px;
  font-size: 32px;
  padding: 0 24px;
}
@media screen and (max-width:650px) {
  #about.site-section-content .site-section-inner .content-holder h1 {
    font-size: 16px;
    padding: 0;
  }
}

header {
  width: 100%;
  min-width: 1000px;
  margin: auto;
  max-width: 1920px;
  position: relative;
  background: url(../img/sozai/header-pc.jpg) no-repeat top/contain;
  overflow: hidden;
  min-height: 567px;
  height: min(56.25vw, 1080px);
  z-index: 999;
}
@media screen and (max-width:650px) {
  header {
    background: url(../img/sozai/header-sp.jpg) no-repeat top/contain;
    height: min(216.3076923077vw, 1406px);
    min-width: unset;
    min-height: unset;
    width: 100%;
  }
}
header h1 {
  display: none;
}
header .kimetsu-logo {
  background: url("../img/logo/logo-kimetsu.webp") no-repeat center/contain;
  width: 140px;
  height: 140px;
  position: absolute;
  top: 130px;
  right: 0;
  left: 0;
  margin: auto;
  width: min(8.3333333333vw, 160px);
  height: min(7.2916666667vw, 140px);
  top: 70px;
}
header .kimetsu-logo.animated {
  animation-name: jello-horizontal;
  animation-duration: 1s;
  animation-delay: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width:1000px) {
  header .kimetsu-logo {
    width: 96px;
    height: 80px;
    top: 60px;
  }
}
@media screen and (max-width:650px) {
  header .kimetsu-logo {
    width: 90px;
    height: 90px;
    top: 36px;
  }
}
@media screen and (max-width:550px) {
  header .kimetsu-logo {
    top: 36px;
  }
}
@media screen and (max-width:450px) {
  header .kimetsu-logo {
    width: 80px;
    height: 80px;
  }
}
header .event-logo {
  background: url("../img/logo/event-logo.webp") no-repeat center/contain;
  width: min(31.25vw, 600px);
  height: min(26.0416666667vw, 500px);
  top: 346px;
  position: absolute;
  left: 50%;
  margin-left: -730px;
}
header .event-logo.animated {
  animation-name: jello-horizontal;
  animation-duration: 1s;
  animation-delay: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width:1800px) {
  header .event-logo {
    top: 330px;
    margin-left: -694px;
  }
}
@media screen and (max-width:1700px) {
  header .event-logo {
    top: 314px;
    margin-left: -650px;
  }
}
@media screen and (max-width:1600px) {
  header .event-logo {
    top: 302px;
    margin-left: -602px;
  }
}
@media screen and (max-width:1500px) {
  header .event-logo {
    top: 298px;
    margin-left: -570px;
  }
}
@media screen and (max-width:1400px) {
  header .event-logo {
    top: 278px;
    margin-left: -522px;
  }
}
@media screen and (max-width:1300px) {
  header .event-logo {
    top: 239px;
    margin-left: -484px;
  }
}
@media screen and (max-width:1200px) {
  header .event-logo {
    top: 226px;
    margin-left: -456px;
  }
}
@media screen and (max-width:1100px) {
  header .event-logo {
    top: 219px;
    margin-left: -418px;
  }
}
@media screen and (max-width:1000px) {
  header .event-logo {
    top: 201px;
    margin-left: -390px;
    width: 312px;
    height: 260px;
  }
}
@media screen and (max-width:650px) {
  header .event-logo {
    top: 126px;
    width: 312px;
    height: 260px;
    margin: auto;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width:550px) {
  header .event-logo {
    top: 126px;
    height: 237px;
  }
}
@media screen and (max-width:500px) {
  header .event-logo {
    height: 230px;
  }
}
@media screen and (max-width:450px) {
  header .event-logo {
    top: 126px;
    height: 220px;
  }
}
@media screen and (max-width:400px) {
  header .event-logo {
    top: 120px;
    height: 210px;
  }
}
header .chara-pic {
  background: url("../img/sozai/header-chara.webp") no-repeat center/contain;
  width: 100%;
  height: 753px;
  position: absolute;
  top: 260px;
  right: -286px;
  margin-right: 0px;
  height: min(39.21875vw, 753px);
}
@media screen and (max-width:1800px) {
  header .chara-pic {
    top: 229px;
  }
}
@media screen and (max-width:1600px) {
  header .chara-pic {
    top: 220px;
    right: -260px;
  }
}
@media screen and (max-width:1500px) {
  header .chara-pic {
    top: 210px;
    right: -250px;
  }
}
@media screen and (max-width:1400px) {
  header .chara-pic {
    top: 200px;
    right: -250px;
  }
}
@media screen and (max-width:1300px) {
  header .chara-pic {
    top: 178px;
    right: -220px;
  }
}
@media screen and (max-width:1200px) {
  header .chara-pic {
    top: 160px;
    right: -194px;
  }
}
@media screen and (max-width:1000px) {
  header .chara-pic {
    top: 130px;
    right: -156px;
    height: 425px;
  }
}
@media screen and (max-width:650px) {
  header .chara-pic {
    top: 367px;
    width: 544px;
    height: 498px;
    width: min(83.6923076923vw, 544px);
    height: min(76.6153846154vw, 498px);
    margin: auto;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width:550px) {
  header .chara-pic {
    top: 356px;
  }
}
@media screen and (max-width:450px) {
  header .chara-pic {
    top: 350px;
  }
}
@media screen and (max-width:400px) {
  header .chara-pic {
    top: 336px;
  }
}

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

#info {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
#info.site-section-content {
  padding: 0;
  width: 100%;
}
#info.site-section-content .site-section-inner {
  padding: 120px 0px;
  margin: 0 12px;
  position: relative;
}
@media screen and (max-width:650px) {
  #info.site-section-content .site-section-inner {
    padding: 60px 0;
  }
}
#info .content-bg {
  max-width: 900px;
  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 {
  height: 113px;
  line-height: 95px;
  font-size: 40px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fdfdfd;
  background: url("../img/sozai/title.png") no-repeat top/contain;
  margin-bottom: 24px;
}
@media screen and (max-width:650px) {
  #info .heading-h1 {
    width: 100%;
    margin: 40px auto 16px;
    font-size: 32px;
  }
}
@media screen and (max-width:450px) {
  #info .heading-h1 {
    font-size: 22px;
    height: 80px;
    line-height: 69px;
  }
}
#info table {
  width: 100%;
  width: calc(100% - 0px);
  background-color: #231917;
  font-size: 16px;
}
@media screen and (max-width:650px) {
  #info table {
    width: calc(100% - 0px);
    margin-bottom: 40px;
  }
}
#info th {
  width: 30%;
  padding: 40px;
  background: #231917;
  color: #fdfdfd;
  font-weight: 500;
  vertical-align: middle;
}
@media screen and (max-width:650px) {
  #info th {
    display: block;
    width: 100%;
    padding: 24px;
  }
}
#info td {
  padding: 40px;
  background: #fdfdfd;
}
@media screen and (max-width:650px) {
  #info td {
    display: block;
    padding: 24px;
  }
}
#info td a {
  border-bottom: 1px dashed #231917;
  color: #231917;
  transition: 0.3s;
}
#info td a:hover {
  opacity: 0.7;
}

.hamburger {
  position: fixed;
  top: 8px;
  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: #333;
  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);
}

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

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

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background-color: #eee;
  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 20px;
}

.nav__link {
  display: block;
  padding: 15px 0;
  color: #fdfdfd;
  text-decoration: none;
  transition: 0.5s ease;
  position: relative;
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
}
.nav__link:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 10px;
  width: 20px;
  height: 20px;
  background-image: url("../img/sozai/hana.png");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.nav__link:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url("../img/sozai/hana.png");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .nav__link:hover:before, .nav__link:hover:after {
    transition: transform 1.5s;
    transform: rotate(-360deg);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nav__link:hover:before, .nav__link:hover:after {
    transition: transform 1.5s;
    transform: rotate(-360deg);
  }
}

*,
*::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;
  width: 100%;
  min-width: 1000px;
}
@media screen and (max-width:650px) {
  html {
    min-width: unset;
  }
}

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

body {
  -webkit-overflow-scrolling: touch;
  color: #231917;
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

h1 {
  font-weight: 500;
}

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

.site-content-wrapper {
  overflow-x: hidden;
  min-width: 1000px;
  background: url("../img/sozai/bg-pc.webp") repeat center/contain;
  background-size: 1200px;
}
@media screen and (max-width:650px) {
  .site-content-wrapper {
    min-width: initial;
    background-size: 600px;
  }
}

.red-bold {
  color: #fdfdfd;
  background-color: rgb(143, 24, 24);
  border-radius: 24px;
  padding: 3px 13px;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width:650px) {
  .red-bold {
    font-size: 14px;
    padding: 2px 8px;
  }
}

.date {
  color: #231917;
  margin-bottom: 12px;
  font-size: 18px;
}

.price {
  color: #231917;
  font-size: 24px;
  font-weight: bold;
}

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

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

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

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

#loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  place-items: center;
  height: 100%;
}
@media screen and (max-width:650px) {
  #loading {
    background-size: 300px;
  }
}

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

.loading-icon {
  width: 100%;
  height: 100%;
  z-index: 999;
}

@media screen and (max-width:650px) {
  .loading-pc {
    display: none;
  }
}

.loading-sp {
  display: none;
}
@media screen and (max-width:650px) {
  .loading-sp {
    display: block;
  }
}

.loading-bg-wrap {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.loading-bg-wrap .loading-bg-left {
  background: url("../img/sozai/loading-curtain.webp") no-repeat center/cover;
  height: 100%;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.loading-bg-wrap .loading-bg-left.curtain-animated {
  animation-name: drawLeft;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.loading-bg-wrap .loading-bg-right {
  background: url("../img/sozai/loading-curtain.webp") no-repeat center/cover;
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
.loading-bg-wrap .loading-bg-right.curtain-animated {
  animation-name: drawRight;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

#official.site-section-content {
  padding: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#official.site-section-content .site-section-inner {
  padding: 60px 0px;
  margin: 0 12px;
  position: relative;
}
@media screen and (max-width:650px) {
  #official.site-section-content .site-section-inner {
    padding: 60px 0px;
  }
}
#official.site-section-content .site-section-inner .heading-wrap {
  text-align: center;
}
@media screen and (max-width:650px) {
  #official.site-section-content .site-section-inner .heading-wrap {
    width: 100%;
  }
}
#official.site-section-content .site-section-inner .heading-h1 {
  height: 113px;
  line-height: 95px;
  font-size: 40px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fdfdfd;
  background: url("../img/sozai/title.png") no-repeat top/contain;
  margin-bottom: 24px;
}
@media screen and (max-width:650px) {
  #official.site-section-content .site-section-inner .heading-h1 {
    width: 100%;
    margin: 40px auto 16px;
    font-size: 32px;
  }
}
@media screen and (max-width:450px) {
  #official.site-section-content .site-section-inner .heading-h1 {
    font-size: 22px;
    height: 80px;
    line-height: 69px;
  }
}
#official.site-section-content .site-section-inner .heading-h2 {
  font-weight: 500;
  margin: 32px;
  font-size: 18px;
}
@media screen and (max-width:650px) {
  #official.site-section-content .site-section-inner .heading-h2 {
    font-size: 16px;
    margin: 24px 0;
  }
}
@media screen and (max-width:450px) {
  #official.site-section-content .site-section-inner .heading-h2 {
    font-size: 16px;
  }
}
#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;
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  bottom: 24px;
  right: 2rem;
  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;
  }
}
#official.site-section-content .site-section-inner .content-bg {
  padding: 0px 60px;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  position: relative;
  color: #231917;
  border-radius: 12px;
  box-shadow: 0px 0px 15px -5px rgba(76, 84, 97, 0.568627451);
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 24px;
  box-shadow: none;
  position: relative;
}
@media screen and (max-width:650px) {
  #official.site-section-content .site-section-inner .content-bg {
    padding: 0px;
  }
}
#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 .balloon-left {
  background: url("../img/sozai/balloon_3.png") no-repeat center/contain;
  width: 240px;
  height: 324px;
  position: absolute;
  top: 260px;
  left: 50%;
  margin-left: -722px;
}
#official.site-section-content .site-section-inner .balloon-right {
  background: url("../img/sozai/balloon_1.png") no-repeat center/contain;
  width: 240px;
  height: 319px;
  position: absolute;
  top: 266px;
  right: 50%;
  margin-right: -720px;
}

#event.site-section-content {
  background: url("../img/sozai/bg-kv.webp"), linear-gradient(#16100e, #363330);
  background-position: top;
  background-size: 120%;
  color: #fdfdfd;
  position: relative;
  padding: 160px 0 140px;
  width: 100%;
}
@media screen and (max-width:650px) {
  #event.site-section-content {
    padding: 80px 32px;
    margin: 0 auto;
  }
}
@media screen and (max-width:550px) {
  #event.site-section-content {
    padding: 80px 16px;
    margin: 0 auto;
  }
}
#event.site-section-content .content-bg {
  margin: 0 auto;
  max-width: 900px;
  padding: 80px;
  max-width: 936px;
  padding: 80px 60px;
  max-width: 928px;
  max-width: 1348px;
}
#event.site-section-content .content-bg:before {
  width: 100%;
  height: 100%;
  max-width: 900px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 980px;
  height: 80%;
  max-width: 900px;
  max-width: 990px;
  max-width: 1348px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  background-size: auto, auto, auto, auto, calc(100% - 101px) 6px, calc(100% - 110px) 2px, calc(100% - 101px) 6px, calc(100% - 110px) 2px, 6px calc(100% - 101px), 2px calc(100% - 110px), 6px calc(100% - 101px), 2px calc(100% - 110px);
  background-position: left top, right top, right bottom, left bottom, center top, center top 12px, center bottom, center bottom 12px, left center, left 12px center, right center, right 12px center;
  background-image: url("../img/sozai/lt.webp"), url("../img/sozai/rt.webp"), url("../img/sozai/rb.webp"), url("../img/sozai/lb.webp"), linear-gradient(6deg, rgb(204, 174, 114) 0%, rgb(205, 178, 110) 100%), linear-gradient(6deg, rgb(204, 174, 114) 0%, rgb(205, 178, 110) 100%), linear-gradient(6deg, rgb(204, 174, 114) 0%, rgb(205, 178, 110) 100%), linear-gradient(6deg, rgb(204, 174, 114) 0%, rgb(205, 178, 110) 100%), linear-gradient(6deg, rgb(204, 174, 114) 0%, rgb(205, 178, 110) 100%), linear-gradient(6deg, rgb(204, 174, 114) 0%, rgb(205, 178, 110) 100%), linear-gradient(6deg, rgb(204, 174, 114) 0%, rgb(205, 178, 110) 100%), linear-gradient(6deg, rgb(204, 174, 114) 0%, rgb(205, 178, 110) 100%);
  content: "";
}
@media screen and (max-width:650px) {
  #event.site-section-content .content-bg:before {
    width: 90%;
    height: 90%;
  }
}
@media screen and (max-width:650px) {
  #event.site-section-content .content-bg {
    height: 90%;
    width: 90%;
    padding: 20px 40px 80px;
    margin-top: 0px;
    margin: 60px auto;
    height: 90%;
    width: 90%;
    padding: 20px 16px 80px;
    margin-top: 0px;
    margin: 0px auto;
  }
}
#event.site-section-content .heading-h1 {
  background: url("../img/sozai/event-title.png") no-repeat center/contain;
  height: 200px;
}
@media screen and (max-width:650px) {
  #event.site-section-content .heading-h1 {
    background: url("../img/sozai/event-title-sp.webp") no-repeat center/contain;
    height: 160px;
  }
}
#event.site-section-content .content-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  font-size: 20px;
  margin-top: 40px;
}
#event.site-section-content .content-wrapper a.kv-img {
  width: 50%;
  width: 30%;
}
@media screen and (max-width:650px) {
  #event.site-section-content .content-wrapper a.kv-img {
    width: 100%;
  }
}
#event.site-section-content .content-wrapper .kv-text {
  width: 50%;
  width: 70%;
}
@media screen and (max-width:650px) {
  #event.site-section-content .content-wrapper .kv-text {
    width: 100%;
  }
}
#event.site-section-content .content-wrapper .content-text {
  text-align: center;
  font-size: 20px;
}
@media screen and (max-width:650px) {
  #event.site-section-content .content-wrapper .content-text {
    font-size: 16px;
  }
}
@media screen and (max-width:650px) {
  #event.site-section-content .content-wrapper {
    flex-direction: column;
    margin-top: 0px;
    width: 100%;
  }
  #event.site-section-content .content-wrapper .kv-img {
    width: 100%;
  }
}

#store.site-section-content {
  padding: 0;
  width: 100%;
  overflow: hidden;
}
#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 12px;
  margin: 0 12px;
}
@media screen and (max-width:650px) {
  #store.site-section-content .site-section-inner {
    padding: 60px 0px;
  }
}
#store.site-section-content .site-section-inner .heading-h1 {
  height: 113px;
  line-height: 95px;
  font-size: 40px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fdfdfd;
  background: url("../img/sozai/title.png") no-repeat top/contain;
  margin-bottom: 24px;
}
@media screen and (max-width:650px) {
  #store.site-section-content .site-section-inner .heading-h1 {
    width: 100%;
    margin: 40px auto 16px;
    font-size: 32px;
  }
}
@media screen and (max-width:450px) {
  #store.site-section-content .site-section-inner .heading-h1 {
    font-size: 22px;
    height: 80px;
    line-height: 69px;
  }
}
#store.site-section-content .site-section-inner .content-bg {
  padding: 0 60px;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  position: relative;
  color: #231917;
  border-radius: 12px;
  box-shadow: 0px 0px 15px -5px rgba(76, 84, 97, 0.568627451);
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 24px;
  background: none;
  box-shadow: none;
}
@media screen and (max-width:650px) {
  #store.site-section-content .site-section-inner .content-bg {
    width: 100%;
    padding: 0px 0px;
  }
}
#store.site-section-content .site-section-inner .content-bg .store-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
#store.site-section-content .site-section-inner .content-bg .store-card {
  border-radius: 12px;
  width: 200px;
  height: 200px;
  position: relative;
}
@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.4745098039);
  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: #fdfdfd;
  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);
  }
}/*# sourceMappingURL=style.css.map */