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

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

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes blur-left {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes blur-left {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes blur-right {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@keyframes blur-right {
  0% {
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateX(30px);
            transform: translateX(30px);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes blur-center {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes blur-center {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes blur {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
@keyframes blur {
  0% {
    opacity: 0;
    -webkit-filter: blur(10px);
            filter: blur(10px);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}
#about.site-section-content {
  padding: 160px 0;
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 767px) {
  #about.site-section-content .site-section-inner {
    padding: 0px 32px;
    margin: 0 auto;
  }
}
#about.site-section-content .site-section-inner .content-holder {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#about.site-section-content .site-section-inner .content-holder h1 {
  margin-bottom: 16px;
  font-size: 32px;
  color: #ffffff;
}
@media (max-width: 767px) {
  #about.site-section-content .site-section-inner .content-holder h1 {
    font-size: 20px;
  }
}

header {
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 999;
}
header h1 {
  display: none;
}
header .header-wrapper {
  padding-bottom: 56.55%;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  header .header-wrapper {
    padding-bottom: 323%;
  }
}
header .header-left {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url("../img/sozai/header-left.webp") no-repeat top/contain;
}
header .header-left.animated {
  -webkit-animation: blur-left 1s forwards;
          animation: blur-left 1s forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@media (max-width: 767px) {
  header .header-left {
    background: url("../img/sozai/header-sp_top.webp") no-repeat top/contain;
  }
}
header .header-right {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url("../img/sozai/header-right.webp") no-repeat top/contain;
}
header .header-right.animated {
  -webkit-animation: blur-right 1s forwards;
          animation: blur-right 1s forwards;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
@media (max-width: 767px) {
  header .header-right {
    bottom: 0;
    background: url("../img/sozai/header-sp_btm.webp") no-repeat top/contain;
  }
}
header .header-center {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url("../img/sozai/header-center.webp") no-repeat top/contain;
}
header .header-center.animated {
  -webkit-animation: blur-center 1s forwards;
          animation: blur-center 1s forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
@media (max-width: 767px) {
  header .header-center {
    background: url("../img/sozai/header-sp_center.webp") no-repeat top/contain;
  }
}
header .header-center_en {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: url("../img/sozai/header-center_en.webp") no-repeat top/contain;
}
header .header-center_en.animated {
  -webkit-animation: blur-center 1s forwards;
          animation: blur-center 1s forwards;
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
@media (max-width: 767px) {
  header .header-center_en {
    background: url("../img/sozai/header-sp_center_en.webp") no-repeat top/contain;
  }
}
header .header-logo {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  background: url("../img/sozai/header-center_logo.webp") no-repeat top/contain;
}
header .header-logo.animated {
  -webkit-animation: blur-center 1s forwards;
          animation: blur-center 1s forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media (max-width: 767px) {
  header .header-logo {
    background: url("../img/sozai/header-sp_center_logo.webp") no-repeat top/contain;
  }
}
header .header-logo_en {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  background: url("../img/sozai/header-center_logo_en.webp") no-repeat top/contain;
}
header .header-logo_en.animated {
  -webkit-animation: blur-center 1s forwards;
          animation: blur-center 1s forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
@media (max-width: 767px) {
  header .header-logo_en {
    background: url("../img/sozai/header-sp_center_logo_en.webp") no-repeat top/contain;
  }
}
header .header-text {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
  height: 100%;
  opacity: 0;
  background: url("../img/sozai/header-center_text.webp") no-repeat top/contain;
}
header .header-text.animated {
  -webkit-animation: blur-center 1s forwards;
          animation: blur-center 1s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media (max-width: 767px) {
  header .header-text {
    background: url("../img/sozai/header-sp_center_text.webp") no-repeat top/contain;
  }
}
header .header-text_en {
  position: absolute;
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 10;
  height: 100%;
  opacity: 0;
  background: url("../img/sozai/header-center_text_en.webp") no-repeat top/contain;
}
header .header-text_en.animated {
  -webkit-animation: blur-center 1s forwards;
          animation: blur-center 1s forwards;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media (max-width: 767px) {
  header .header-text_en {
    background: url("../img/sozai/header-sp_center_text_en.webp") no-repeat top/contain;
  }
}

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

#goods.site-section-content {
  padding: 0;
  width: 100%;
  overflow: hidden;
  background: url("../img/sozai/bg-texture_2.webp") repeat center/contain;
  background-size: 600px;
}
#goods.site-section-content .site-section-inner {
  padding: 100px 0px;
  margin: 0 24px;
  position: relative;
}
@media (max-width: 767px) {
  #goods.site-section-content .site-section-inner {
    padding: 60px 0px;
    margin: 0 24px;
  }
}
#goods.site-section-content .site-section-inner .goods-wrapper {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  max-width: 900px;
}
#goods.site-section-content .site-section-inner .goods-wrapper .goods-cards {
  display: none;
  width: 100%;
  max-width: 900px;
}
#goods.site-section-content .site-section-inner .goods-wrapper .goods-cards.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 0;
  border-radius: 24px;
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}
#goods.site-section-content .site-section-inner .goods-wrapper .goods-card {
  position: relative;
  padding: 24px;
  background: #ffffff;
  border-radius: 24px;
  width: calc(50% - 10px);
  max-width: 400px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
          box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (max-width: 767px) {
  #goods.site-section-content .site-section-inner .goods-wrapper .goods-card {
    width: 100%;
    padding: 24px 16px;
    max-width: unset;
  }
}
#goods.site-section-content .site-section-inner .goods-wrapper .goods-card .goods-name {
  font-size: 24px;
  padding-bottom: 16px;
  border-bottom: 2px solid rgba(6, 6, 6, 0.6980392157);
}
@media (max-width: 767px) {
  #goods.site-section-content .site-section-inner .goods-wrapper .goods-card .goods-name {
    font-size: 20px;
    padding-bottom: 8px;
  }
}
#goods.site-section-content .site-section-inner .goods-wrapper .goods-card .goods-price {
  font-size: 24px;
}
#goods.site-section-content .site-section-inner .goods-wrapper .goods-card .goods-desc {
  margin-bottom: 12px;
}
#goods.site-section-content .site-section-inner .goods-wrapper .webshop-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 64px;
  text-align: center;
  text-shadow: 0px 0px 6px rgba(83, 74, 66, 0.431372549);
  border-radius: 50px;
  color: #ffffff;
  background: #915123;
  font-size: 18px;
  border: 4px solid #e0cec2;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  margin-top: 12px;
}
#goods.site-section-content .site-section-inner .goods-wrapper .webshop-btn.en a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 64px;
  text-align: center;
  text-shadow: 0px 0px 6px rgba(83, 74, 66, 0.431372549);
  border-radius: 50px;
  color: #ffffff;
  background: #915123;
  font-size: 18px;
  border: 4px solid #e0cec2;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  margin-top: 12px;
}
@media (max-width: 767px) {
  #goods.site-section-content .site-section-inner .goods-wrapper .webshop-btn.en a {
    font-size: 14px;
  }
}
#goods.site-section-content .site-section-inner .goods-wrapper .webshop-btn a:hover {
  background: #4e2c14;
}
#goods.site-section-content .site-section-inner label {
  color: rgba(6, 6, 6, 0.6980392157);
}

#info {
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: url("../img/sozai/bg-texture_1.webp");
  background-size: 600px;
}
#info.site-section-content {
  padding: 0;
  width: 100%;
}
#info.site-section-content .site-section-inner {
  padding: 100px 0px;
  margin: 0 24px;
  position: relative;
}
@media (max-width: 767px) {
  #info.site-section-content .site-section-inner {
    padding: 40px 0;
  }
}
#info .content-bg {
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  #info .content-bg {
    width: 100%;
    padding: 0;
  }
}
#info .heading-wrapper {
  margin: 40px auto 80px;
}
@media (max-width: 767px) {
  #info .heading-wrapper {
    margin: 0 auto 60px;
  }
}
#info table {
  width: 100%;
  width: calc(100% - 0px);
  font-size: 16px;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(6, 6, 6, 0.6980392157);
          box-shadow: 0px 0px 15px -5px rgba(6, 6, 6, 0.6980392157);
  background-color: rgba(6, 6, 6, 0.6980392157);
}
@media (max-width: 767px) {
  #info table {
    width: calc(100% - 0px);
    margin-bottom: 40px;
  }
}
#info th {
  display: block;
  width: 100%;
  padding: 24px;
  background: rgba(6, 6, 6, 0.6980392157);
  color: #ffffff;
  font-weight: 500;
  background-color: #915123;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #info th {
    width: 100%;
    padding: 24px;
  }
}
#info td {
  color: #ffffff;
  display: block;
  padding: 24px;
}
@media (max-width: 767px) {
  #info td {
    display: block;
    padding: 24px;
  }
}
#info td a {
  border-bottom: 1px dashed #ffffff;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#info td a:hover {
  opacity: 0.7;
}
#info .desc {
  font-size: 24px;
  margin-bottom: 24px;
  text-align: center;
  text-shadow: #ecf6ff 0px 0px 9px;
  padding: 0 12px;
}

.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: #636363;
  -webkit-transition: all 0.4s;
  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) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}

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

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

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background-color: #915123;
  -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
          box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  z-index: 100;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  .nav {
    width: 100%;
  }
}

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

.nav__list {
  margin: 0;
  padding: 100px 0;
  list-style: none;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.nav__item {
  padding: 0 20px;
}

.nav__link {
  display: block;
  padding: 15px 0;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
}
.nav__link.nav__link__event:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  width: 45px;
  height: 37px;
  background-image: url("../img/sozai/nav-kasa.png");
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
.nav__link.nav__link__event:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 5px;
  width: 45px;
  height: 37px;
  background-image: url("../img/sozai/nav-kasa.png");
  background-size: 40px;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
.nav__link.nav__link__menu:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  width: 45px;
  height: 37px;
  background-image: url("../img/sozai/nav-chochin.png");
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
.nav__link.nav__link__menu:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 5px;
  width: 45px;
  height: 37px;
  background-image: url("../img/sozai/nav-chochin.png");
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
.nav__link.nav__link__goods:before {
  content: "";
  position: absolute;
  top: 11px;
  left: 5px;
  width: 45px;
  height: 37px;
  background-image: url("../img/sozai/nav-tabi.png");
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
.nav__link.nav__link__goods:after {
  content: "";
  position: absolute;
  top: 11px;
  right: 5px;
  width: 45px;
  height: 37px;
  background-image: url("../img/sozai/nav-tabi.png");
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
.nav__link {
  -webkit-transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
}
@media (hover: hover) and (pointer: fine) {
  .nav__link:hover:before, .nav__link:hover:after {
    display: block;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nav__link:hover:before, .nav__link:hover:after {
    display: block;
  }
}

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

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

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

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

html {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  width: 100%;
  min-width: 1000px;
}
@media (max-width: 767px) {
  html {
    min-width: unset;
  }
}

body {
  -webkit-overflow-scrolling: touch;
  color: rgba(6, 6, 6, 0.6980392157);
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}
body:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/sozai/bg-ryusui.png"), -webkit-gradient(linear, left top, left bottom, from(#342216), to(#000000));
  background: url("../img/sozai/bg-ryusui.png"), linear-gradient(#342216, #000000);
  background-size: cover;
  background-attachment: fixed;
  pointer-events: none;
  z-index: -1;
}
.heading-wrapper {
  border-bottom: 2px solid rgba(6, 6, 6, 0.6980392157);
  max-width: 900px;
  margin: auto;
}
.heading-wrapper .heading-deco {
  background: url("../img/sozai/title-bg.png") no-repeat center/contain;
  width: 100%;
  height: 60px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .heading-wrapper .heading-deco {
    height: 50px;
  }
}
.heading-wrapper .heading-deco::before, .heading-wrapper .heading-deco::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: rgba(6, 6, 6, 0.6980392157);
}
.heading-wrapper .heading-deco::before {
  margin-right: 60px;
}
.heading-wrapper .heading-deco::after {
  margin-left: 60px;
}

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

.site-content-wrapper {
  overflow-x: hidden;
  min-width: 1000px;
}
@media (max-width: 767px) {
  .site-content-wrapper {
    min-width: initial;
    background: url("../img/sozai/bg-chara.webp") repeat-y center/contain;
  }
}

#luxy {
  z-index: -1;
}

.site-bg {
  overflow: hidden;
  background-image: url("../img/sozai/bg-chara.webp");
  background-position: center;
  background-size: contain;
  height: 12000px;
  margin-inline: auto;
  position: relative;
  width: 100%;
  background-repeat: repeat-y;
}
@media (max-width: 767px) {
  .site-bg {
    background-image: none;
  }
}

.site-bg_en {
  overflow: hidden;
  background-image: url("../img/sozai/bg-chara.webp");
  background-position: center;
  background-size: contain;
  height: 5000px;
  margin-inline: auto;
  position: relative;
  width: 100%;
  background-repeat: repeat-y;
}
@media (max-width: 767px) {
  .site-bg_en {
    background-image: none;
  }
}

.heading-h1 {
  margin: 9px auto 26px;
  font-size: 40px;
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  .heading-h1 {
    width: 100%;
    margin: 0px auto 16px;
    font-size: 32px;
  }
}

.heading-wrapper {
  margin: 0 auto 80px;
}
@media (max-width: 767px) {
  .heading-wrapper {
    margin: 0 auto 60px;
  }
}

.selectbox-wrapper {
  width: 100%;
  height: 100%;
  max-width: 400px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.selectbox-wrapper::after {
  content: "";
  position: absolute;
  top: 36px;
  right: 12px;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  border-top: 8px solid #555;
  border-bottom: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .selectbox-wrapper::after {
    top: 26px;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-top: 6px solid #555;
  }
}

.label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  position: relative;
}

.label-wrapper {
  width: 100%;
  margin: auto;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.selectbox {
  text-overflow: ellipsis; /* はみ出た文字を省略 */
  overflow: hidden;
  white-space: nowrap;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  padding: 16px;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  text-align: center;
  cursor: pointer;
  position: relative;
  margin: 8px 0px 16px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .selectbox {
    font-size: 14px;
    padding: 8px 16px;
  }
}

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

.top {
  position: absolute;
  display: table;
  right: 1rem;
  bottom: 1rem;
  width: 90px;
  height: 170px;
  background: url("../img/sozai/top.png") no-repeat center/contain;
}
@media (max-width: 767px) {
  .top {
    width: 60px;
    height: 100px;
  }
}
.top a {
  display: table-cell;
  width: 100%;
  height: 100%;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
}

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

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

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

#menu.site-section-content {
  padding: 0px;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
  height: 100%;
}
#menu.site-section-content .site-section-inner {
  padding: 100px 0px;
  margin: 0 24px;
  position: relative;
}
@media (max-width: 767px) {
  #menu.site-section-content .site-section-inner {
    padding: 60px 0px;
    margin: 0 24px;
  }
}
#menu.site-section-content .site-section-inner .heading-h1 {
  color: #ffffff;
}
#menu.site-section-content .site-section-inner .heading-wrapper {
  border-bottom: 2px solid #ffffff;
}
#menu.site-section-content .site-section-inner .heading-wrapper .heading-deco::before, #menu.site-section-content .site-section-inner .heading-wrapper .heading-deco::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
}
#menu.site-section-content .site-section-inner .heading-h2 {
  padding: 0px 30px 24px;
  border-bottom: 2px solid rgba(6, 6, 6, 0.6980392157);
  position: relative;
  font-size: 32px;
}
@media (max-width: 767px) {
  #menu.site-section-content .site-section-inner .heading-h2 {
    font-size: 24px;
    padding: 16px 8px 24px;
  }
}
#menu.site-section-content .site-section-inner .heading-h3 {
  padding: 24px 30px 24px;
  border-bottom: 2px solid rgba(6, 6, 6, 0.6980392157);
  position: relative;
  font-size: 32px;
}
@media (max-width: 767px) {
  #menu.site-section-content .site-section-inner .heading-h3 {
    font-size: 24px;
    padding: 16px 8px 24px;
  }
}
#menu.site-section-content .site-section-inner .menu-price {
  font-size: 32px;
  margin: 12px 0;
}
@media (max-width: 767px) {
  #menu.site-section-content .site-section-inner .menu-price {
    font-size: 22px;
    margin: 0;
  }
}
#menu.site-section-content .site-section-inner .shop {
  font-size: 18px;
}
@media (max-width: 767px) {
  #menu.site-section-content .site-section-inner .shop {
    font-size: 16px;
  }
}
#menu.site-section-content .site-section-inner .menu-detail {
  font-size: 24px;
  color: rgba(6, 6, 6, 0.6980392157);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  #menu.site-section-content .site-section-inner .menu-detail {
    font-size: 16px;
  }
}
#menu.site-section-content .site-section-inner .note_1 {
  font-size: 12px;
}
#menu.site-section-content .site-section-inner .novelty-detail {
  margin: 24px 0;
  color: rgba(6, 6, 6, 0.6980392157);
}
@media (max-width: 767px) {
  #menu.site-section-content .site-section-inner .novelty-detail {
    margin: 16px 0;
    font-size: 16px;
  }
}
#menu.site-section-content .site-section-inner .novelty-photo {
  margin-bottom: 16px;
}
#menu.site-section-content .site-section-inner .content-bg {
  padding: 60px;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  background: #ffffff;
  position: relative;
  color: rgba(6, 6, 6, 0.6980392157);
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(76, 84, 97, 0.568627451);
          box-shadow: 0px 0px 15px -5px rgba(76, 84, 97, 0.568627451);
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
  background: url("../img/sozai/bg-texture.webp");
  font-size: 24px;
  position: relative;
}
@media (max-width: 767px) {
  #menu.site-section-content .site-section-inner .content-bg {
    padding: 40px 24px;
  }
}
#menu.site-section-content .site-section-inner .menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  max-width: 900px;
  margin: auto;
}
#menu.site-section-content .site-section-inner .menu-card {
  position: relative;
  display: none;
}
#menu.site-section-content .site-section-inner .menu-card:last-child {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  #menu.site-section-content .site-section-inner .menu-card:last-child {
    margin-bottom: 32px;
  }
}
#menu.site-section-content .site-section-inner .menu-card.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 24px;
  text-align: center;
}
#menu.site-section-content .site-section-inner .menu-name {
  margin: 16px 0;
  width: 100%;
  margin: 40px auto 40px;
  padding: 16px 16px 16px 140px;
  text-align: left;
  position: relative;
}
@media (max-width: 767px) {
  #menu.site-section-content .site-section-inner .menu-name {
    padding: 8px 8px 8px 60px;
    margin: 24px auto 24px;
  }
}
#menu.site-section-content .site-section-inner .menu-text {
  margin: 16px 0 0;
  color: #ffffff;
}

#loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  place-items: center;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#342216), to(#000000));
  background: linear-gradient(#342216, #000000);
}

.loading-area {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.loading-area .logo-movie_en {
  background: url("../img/sozai/event-logo_en.webp") no-repeat center/contain;
  width: 500px;
  height: 500px;
  margin-bottom: 24px;
  -webkit-animation-name: blur;
          animation-name: blur;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in;
          animation-timing-function: ease-in;
  opacity: 0;
}
@media (max-width: 767px) {
  .loading-area .logo-movie_en {
    width: 350px;
    height: 350px;
    margin-bottom: 0px;
  }
}
.loading-area .logo-movie {
  background: url("../img/sozai/event-logo.webp") no-repeat center/contain;
  width: 500px;
  height: 500px;
  margin-bottom: 24px;
  -webkit-animation-name: blur;
          animation-name: blur;
  -webkit-animation-duration: 0.7s;
          animation-duration: 0.7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
  opacity: 0;
}
@media (max-width: 767px) {
  .loading-area .logo-movie {
    width: 350px;
    height: 350px;
    margin-bottom: 0px;
  }
}

h1 {
  font-size: 40px;
  text-align: center;
  -webkit-transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
}

#official.site-section-content {
  padding: 0px;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url("../img/sozai/bg-texture_1.webp");
  background-size: 400px;
}
#official.site-section-content .site-section-inner {
  padding: 100px 0px;
  margin: 0 24px;
  position: relative;
}
@media (max-width: 767px) {
  #official.site-section-content .site-section-inner {
    padding: 60px 0 100px;
  }
}
#official.site-section-content .site-section-inner .heading-wrap {
  text-align: center;
}
@media (max-width: 767px) {
  #official.site-section-content .site-section-inner .heading-wrap {
    width: 100%;
  }
}
#official.site-section-content .site-section-inner .heading-h2 {
  font-weight: 500;
  margin: 24px 0;
  font-size: 24px;
}
#official.site-section-content .site-section-inner .back-to-top {
  background: url("../img/sozai/top.png") no-repeat center/contain;
  width: 100px;
  height: 300px;
  position: absolute;
  -webkit-transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  bottom: 8px;
  right: 3rem;
  display: table;
}
#official.site-section-content .site-section-inner .back-to-top:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#official.site-section-content .site-section-inner .content-bg {
  padding: 60px 60px 92px;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  background: #ffffff;
  position: relative;
  color: rgba(6, 6, 6, 0.6980392157);
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(76, 84, 97, 0.568627451);
          box-shadow: 0px 0px 15px -5px rgba(76, 84, 97, 0.568627451);
  background: #ffffff;
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 24px;
  position: relative;
}
@media (max-width: 767px) {
  #official.site-section-content .site-section-inner .content-bg {
    padding: 40px 24px;
  }
}
#official.site-section-content .site-section-inner .social-account-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account {
  margin: 0 8px;
  list-style: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account {
    margin: 0 4px;
  }
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account a {
  display: inline-block;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account.x {
  -webkit-transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
}
@media (hover: hover) and (pointer: fine) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.x:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.x:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account.facebook {
  -webkit-transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
}
@media (hover: hover) and (pointer: fine) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.facebook:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.facebook:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account.instagram {
  -webkit-transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
}
@media (hover: hover) and (pointer: fine) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.instagram:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.instagram:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account.youtube {
  -webkit-transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
}
@media (hover: hover) and (pointer: fine) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.youtube:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.youtube:hover {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

#official.site-section-content.en {
  padding: 0px;
}
#official.site-section-content.en .heading-h1 {
  color: #ffffff;
}
#official.site-section-content.en .heading-wrapper {
  border-bottom: 2px solid #ffffff;
}
#official.site-section-content.en .heading-wrapper .heading-deco::before, #official.site-section-content.en .heading-wrapper .heading-deco::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
}
#official.site-section-content.en {
  background: none;
}

#store.site-section-content {
  padding: 0px;
  width: 100%;
  overflow: hidden;
}
#store.site-section-content .site-section-inner {
  padding: 100px 0px;
  margin: 0 24px;
  position: relative;
}
@media (max-width: 767px) {
  #store.site-section-content .site-section-inner {
    padding: 60px 0px;
    margin: 0 24px;
  }
}
#store.site-section-content .site-section-inner .heading-h1 {
  color: #ffffff;
}
#store.site-section-content .site-section-inner .heading-wrapper {
  border-bottom: 2px solid #ffffff;
}
#store.site-section-content .site-section-inner .heading-wrapper .heading-deco::before, #store.site-section-content .site-section-inner .heading-wrapper .heading-deco::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
}
#store.site-section-content .site-section-inner .heading-h2 {
  font-weight: 500;
  margin: 32px;
  font-size: 24px;
}
@media (max-width: 767px) {
  #store.site-section-content .site-section-inner .heading-h2 {
    margin: 24px 0;
  }
}
#store.site-section-content .site-section-inner .content-bg {
  padding: 60px 60px 92px;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  background: #ffffff;
  position: relative;
  color: rgba(6, 6, 6, 0.6980392157);
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(76, 84, 97, 0.568627451);
          box-shadow: 0px 0px 15px -5px rgba(76, 84, 97, 0.568627451);
  height: auto;
  text-align: center;
  font-size: 24px;
  position: relative;
}
@media (max-width: 767px) {
  #store.site-section-content .site-section-inner .content-bg {
    padding: 40px 24px;
  }
}
#store.site-section-content .store-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  #store.site-section-content .store-cards {
    gap: 12px;
  }
}
#store.site-section-content .store-card {
  border-radius: 12px;
  width: 200px;
  height: 200px;
  position: relative;
  -webkit-box-shadow: 0px 0px 8px rgba(158, 116, 116, 0.5058823529);
          box-shadow: 0px 0px 8px rgba(158, 116, 116, 0.5058823529);
}
@media (max-width: 767px) {
  #store.site-section-content .store-card {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    height: 120px;
  }
}
#store.site-section-content .store-card.uct {
  background: url("../img/sozai/x_uct.webp");
  background-size: 400px;
  background-position: center;
  background-repeat: repeat;
}
#store.site-section-content .store-card.mct {
  background: url("../img/sozai/x_uct.webp");
  background-size: 400px;
  background-position: center;
  background-repeat: repeat;
}
#store.site-section-content .store-card.mcn {
  background: url("../img/sozai/x_ufn_mcn.webp");
  background-size: 400px;
  background-position: center;
  background-repeat: repeat;
}
#store.site-section-content .store-card.mco {
  background: url("../img/sozai/x_ufo_mco.webp");
  background-size: 400px;
  background-position: center;
  background-repeat: repeat;
}
#store.site-section-content .store-card.uctk {
  background: url("../img/sozai/x_uft.webp");
  background-size: 400px;
  background-position: center;
  background-repeat: repeat;
}
#store.site-section-content .store-card.mcb {
  background: url("../img/sozai/x_mcb.webp");
  background-size: 400px;
  background-position: center;
  background-repeat: repeat;
}
#store.site-section-content .store-card.mck {
  background: url("../img/sozai/x_mck.webp");
  background-size: 400px;
  background-position: center;
  background-repeat: repeat;
}
#store.site-section-content .store-card.togo {
  background: url("../img/sozai/x_togo.webp");
  background-size: 400px;
  background-position: center;
  background-repeat: repeat;
}
#store.site-section-content .store-card.togo2 {
  background: url("../img/sozai/x_togo2.webp");
  background-size: 400px;
  background-position: center;
  background-repeat: repeat;
}
#store.site-section-content .store-card .white-content {
  background-color: rgba(0, 0, 0, 0.6039215686);
  border-radius: 12px;
  height: 100%;
  display: table;
  width: 100%;
}
#store.site-section-content .store-card a {
  display: table-cell;
  width: 100%;
  height: 100%;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  text-shadow: 0 0 6px #000;
  padding: 12px;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
@media (max-width: 767px) {
  #store.site-section-content .store-card a {
    font-size: 18px;
    padding: 8px;
    height: 120px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #store.site-section-content .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 .store-card a:hover {
    background-color: rgba(255, 255, 255, 0.3764705882);
  }
}

#caution.site-section-content {
  padding: 0;
  width: 100%;
  overflow: hidden;
  background: url("../img/sozai/bg-texture_1.webp");
  background-size: 400px;
}
#caution.site-section-content .site-section-inner {
  padding: 100px 0px;
  margin: 0 24px;
  position: relative;
}
@media (max-width: 767px) {
  #caution.site-section-content .site-section-inner {
    padding: 60px 0px 20px;
  }
}
#caution.site-section-content .site-section-inner .heading-h2 {
  font-weight: 500;
  margin: 32px;
  font-size: 24px;
}
@media (max-width: 767px) {
  #caution.site-section-content .site-section-inner .heading-h2 {
    margin: 24px 0;
  }
}
#caution.site-section-content .site-section-inner .content-bg {
  padding: 60px;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  background: #ffffff;
  position: relative;
  color: rgba(6, 6, 6, 0.6980392157);
  border-radius: 12px;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(76, 84, 97, 0.568627451);
          box-shadow: 0px 0px 15px -5px rgba(76, 84, 97, 0.568627451);
  height: auto;
  margin: 0 auto 40px;
  text-align: left;
  font-size: 24px;
  position: relative;
}
@media (max-width: 767px) {
  #caution.site-section-content .site-section-inner .content-bg {
    padding: 40px 24px;
    font-size: 16px;
  }
}
#caution.site-section-content .site-section-inner .content-bg ul li {
  list-style: none;
  margin-bottom: 8px;
}
#caution.site-section-content .site-section-inner .content-bg ul li::before {
  content: "•";
  margin-right: 5px;
}
#caution.site-section-content .store-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 767px) {
  #caution.site-section-content .store-cards {
    gap: 12px;
  }
}

#special {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
#special.site-section-content {
  padding: 0;
  width: 100%;
}
#special.site-section-content .site-section-inner {
  padding: 100px 0px;
  margin: 0 24px;
  position: relative;
}
@media (max-width: 767px) {
  #special.site-section-content .site-section-inner {
    padding: 40px 0;
  }
}
#special .content-bg {
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  #special .content-bg {
    width: 100%;
    padding: 0;
  }
}
#special .heading-h1 {
  color: #ffffff;
}
@media (max-width: 767px) {
  #special .heading-h1 {
    font-size: 23px;
  }
}
#special .heading-wrapper {
  border-bottom: 2px solid #ffffff;
  max-width: 930px;
}
#special .heading-wrapper .heading-deco::before, #special .heading-wrapper .heading-deco::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #ffffff;
}
#special table {
  width: 100%;
  width: calc(100% - 0px);
  font-size: 16px;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(6, 6, 6, 0.6980392157);
          box-shadow: 0px 0px 15px -5px rgba(6, 6, 6, 0.6980392157);
  background-color: rgba(6, 6, 6, 0.6980392157);
}
@media (max-width: 767px) {
  #special table {
    width: calc(100% - 0px);
    margin-bottom: 40px;
  }
}
#special th {
  display: block;
  width: 100%;
  padding: 24px;
  background: rgba(6, 6, 6, 0.6980392157);
  color: #ffffff;
  font-weight: 500;
  background-color: #915123;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #special th {
    width: 100%;
    padding: 24px;
  }
}
#special td {
  color: #ffffff;
  display: block;
  padding: 24px;
}
@media (max-width: 767px) {
  #special td {
    display: block;
    padding: 24px;
  }
}
#special td a {
  border-bottom: 1px dashed #ffffff;
  color: #ffffff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#special td a:hover {
  opacity: 0.7;
}
#special .desc {
  font-size: 24px;
  margin-bottom: 24px;
  text-align: center;
  text-shadow: #ecf6ff 0px 0px 9px;
  padding: 0 12px;
}