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

#about.site-section-content {
  padding: 220px 0 100px;
  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;
  display: flex;
  justify-content: center;
  align-items: center;
}
#about.site-section-content .site-section-inner .content-holder h1 {
  margin-bottom: 16px;
  font-size: 32px;
  color: #ffffff;
}
@media screen and (max-width:650px) {
  #about.site-section-content .site-section-inner .content-holder h1 {
    font-size: 20px;
  }
}

header {
  width: 100%;
  min-width: 1000px;
  margin: auto;
  max-width: 1920px;
  position: relative;
  background: url("../img/sozai/kv.webp") no-repeat top/contain;
  height: 1400px;
}
@media screen and (max-width:650px) {
  header {
    height: min(140.9230769231vw, 916px);
    min-width: unset;
    min-height: unset;
    width: 100%;
  }
}
header h1 {
  display: none;
}

.title-bg {
  background-color: #000;
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:650px) {
  .title-bg {
    padding: 16px;
  }
}

.title {
  background: url("../img/sozai/title-bg-pc.webp") no-repeat center/contain;
  width: 100%;
  height: 200px;
}
@media screen and (max-width:650px) {
  .title {
    background: url("../img/sozai/title-bg-sp.webp") no-repeat center/contain;
    height: min(30.7692307692vw, 200px);
  }
}

.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%;
  overflow: hidden;
}
#goods.site-section-content .site-section-inner {
  padding: 60px 0px;
  margin: 0 12px;
  position: relative;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner {
    padding: 20px 0px;
  }
}
#goods.site-section-content .site-section-inner .tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto 16px;
}
#goods.site-section-content .site-section-inner button {
  background: #eaeaff;
  padding: 10px 15px;
  margin: 0 4px 8px;
  flex-grow: 1;
  color: #2c2c2c;
  border: 2px solid #2c2c2c;
  border-radius: 24px;
  font-size: 20px;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner button {
    font-size: 16px;
    padding: 8px 15px;
  }
}
@media screen and (max-width:450px) {
  #goods.site-section-content .site-section-inner button {
    font-size: 12px;
  }
}
#goods.site-section-content .site-section-inner button.active {
  background: #742b64;
  color: #ffffff;
}
#goods.site-section-content .tab-content {
  display: none;
}
#goods.site-section-content .tab-content.active {
  display: block;
}
#goods.site-section-content .heading-h1 {
  background: url("../img/sozai/title-bg.webp") no-repeat center/contain;
  height: 160px;
  margin: 0 auto 80px;
  line-height: 150px;
  font-size: 40px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  font-family: "Kaisei Tokumin", serif;
  font-weight: 700;
  background: url("../img/sozai/title-bg.png") no-repeat bottom/contain;
  margin: 24px auto;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .heading-h1 {
    width: 100%;
    font-size: 32px;
  }
}
@media screen and (max-width:450px) {
  #goods.site-section-content .heading-h1 {
    font-size: 22px;
    height: 80px;
    line-height: 69px;
  }
}
#goods.site-section-content .content-bg {
  padding: 60px;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  background: #ffffff;
  position: relative;
  color: #2c2c2c;
  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: url("../img/sozai/paper-bg.webp");
  background-size: 400px;
  position: relative;
  box-shadow: none;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg {
    padding: 40px 16px;
  }
}
@media screen and (max-width:450px) {
  #goods.site-section-content .content-bg {
    padding: 24px 16px;
  }
}
#goods.site-section-content .content-bg .goods-wrapper .heading-h2 {
  font-size: 32px;
  padding: 0 80px 24px;
  margin: 42px 64px 24px;
  border-bottom: 2px solid #2c2c2c;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-wrapper .heading-h2 {
    font-size: 24px;
    padding: 16px 8px 24px;
    padding: 16px 8px 24px;
  }
}
@media screen and (max-width:550px) {
  #goods.site-section-content .content-bg .goods-wrapper .heading-h2 {
    padding: 0px 0px 16px;
    margin: 42px 18px;
  }
}
@media screen and (max-width:450px) {
  #goods.site-section-content .content-bg .goods-wrapper .heading-h2 {
    font-size: 22px;
  }
}
#goods.site-section-content .content-bg .goods-detail {
  margin-bottom: 24px;
  padding: 0 80px;
  font-size: 16px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-detail {
    padding: 0px;
  }
}
#goods.site-section-content .content-bg .goods-card-wrapper {
  display: flex;
  gap: 24px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-card-wrapper {
    flex-direction: column;
    gap: 0px;
    width: 100%;
  }
}
#goods.site-section-content .content-bg .goods-card-wrapper.single {
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-card-wrapper.single {
    width: 100%;
  }
}
#goods.site-section-content .content-bg .goods-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background: #ffffff;
  padding: 24px;
  margin-bottom: 24px;
  width: 50%;
  border-radius: 12px;
  gap: 8px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-card {
    margin-bottom: 16px;
    padding: 24px;
    width: 100%;
    font-size: 16px;
  }
}
#goods.site-section-content .content-bg .goods-card .goods-name {
  font-size: 24px;
  margin: 16px 0;
  padding-bottom: 16px;
  border-bottom: 2px solid #2c2c2c;
  font-weight: bold;
  color: #2c2c2c;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-card .goods-name {
    font-size: 16px;
    margin: 8px 0;
    padding-bottom: 8px;
  }
}
#goods.site-section-content .content-bg .goods-card .charm-font {
  font-size: 23px;
}
#goods.site-section-content .content-bg .goods-card .goods-price {
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-card .goods-price {
    font-size: 16px;
  }
}
#goods.site-section-content .content-bg .goods-card .goods-limit {
  font-size: 18px;
  color: #a8328f;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-card .goods-limit {
    font-size: 16px;
  }
}
#goods.site-section-content .content-bg .goods-card p {
  font-size: 18px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-card p {
    font-size: 16px;
  }
}
#goods.site-section-content .content-bg .webshop-btn a {
  display: flex;
  justify-content: 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: #a8328f;
  font-size: 18px;
  font-weight: bold;
  transition: 0.5s ease;
  position: relative;
  margin-top: 10px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .webshop-btn a {
    height: 50px;
    font-size: 16px;
  }
}
#goods.site-section-content .content-bg .webshop-btn a:hover {
  background: #70165d;
}
#goods.site-section-content .content-bg .webshop-btn a:hover:before, #goods.site-section-content .content-bg .webshop-btn a:hover:after {
  display: block;
}

#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: 40px 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 {
  background: url("../img/sozai/title-bg.webp") no-repeat center/contain;
  height: 160px;
  margin: 0 auto 80px;
  line-height: 150px;
  font-size: 40px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  font-family: "Kaisei Tokumin", serif;
  font-weight: 700;
  background: url("../img/sozai/title-bg.png") no-repeat center/contain;
  font-size: 36px;
}
@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);
  font-size: 16px;
  box-shadow: 0px 0px 15px -5px #100f14;
}
@media screen and (max-width:650px) {
  #info table {
    width: calc(100% - 0px);
    margin-bottom: 40px;
  }
}
#info th {
  width: 30%;
  padding: 32px;
  background: #742b64;
  color: #fff;
  font-weight: 500;
  vertical-align: middle;
}
@media screen and (max-width:650px) {
  #info th {
    display: block;
    width: 100%;
    padding: 24px;
  }
}
#info td {
  padding: 40px 32px;
  background: url("../img/sozai/paper-bg.webp");
  background-size: 400px;
}
@media screen and (max-width:650px) {
  #info td {
    display: block;
    padding: 24px;
  }
}
#info td a {
  border-bottom: 1px dashed #2c2c2c;
  color: #2c2c2c;
  transition: 0.3s;
}
#info td a:hover {
  opacity: 0.7;
}
#info .store-link-wrap {
  margin-top: 20px;
  max-width: 900px;
  background-color: #ffffff;
  margin: 24px auto 0;
}
#info .heading-h2 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 32px;
  background-color: #742b64;
  padding: 12px 0;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width:650px) {
  #info .heading-h2 {
    font-size: 24px;
  }
}
#info .desc {
  font-size: 24px;
  margin-bottom: 24px;
  text-align: center;
  text-shadow: #ecf6ff 0px 0px 9px;
  padding: 0 12px;
}
#info .store-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 12px 12px;
}
#info .store-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  width: 300px;
  height: 64px;
  background-color: #eaeaff;
  border-radius: 50px;
  margin: 8px;
  text-align: center;
  display: table;
}
@media screen and (max-width:650px) {
  #info .store-btn {
    width: 100%;
  }
}
#info .store-btn a {
  display: table-cell;
  vertical-align: middle;
  color: #2c2c2c;
  border-radius: 50px;
  transition: 0.5s;
  font-size: 16px;
}
@media (hover: hover) and (pointer: fine) {
  #info .store-btn a:hover {
    background: #742b64;
    border-radius: 50px;
    color: #ffffff;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #info .store-btn a:hover {
    background: #742b64;
    border-radius: 50px;
    color: #ffffff;
  }
}

.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;
  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: #742b64;
  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: #ffffff;
  text-decoration: none;
  transition: 0.5s ease;
  position: relative;
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
}
.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;
}
@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 {
  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;
  }
}

body {
  -webkit-overflow-scrolling: touch;
  color: #2c2c2c;
  font-family: "kaisei Tokumin", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  font-weight: 500;
}

#particles-js {
  position: fixed;
  width: 100%;
  height: 100%;
}

.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: linear-gradient(#212d53, #392144);
  background-attachment: fixed;
  background-repeat: repeat;
}
@media screen and (max-width:650px) {
  .site-content-wrapper {
    min-width: initial;
    background-size: 100px;
  }
}

.red-bold {
  color: #a8328f;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width:650px) {
  .red-bold {
    padding: 2px 8px;
  }
}

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

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

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

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

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

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

#menu.site-section-content {
  padding: 0px;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: url("../img/sozai/paper-bg2.webp");
  background-size: 400px;
}
#menu.site-section-content .site-section-inner {
  padding: 120px 0px;
  margin: 0 12px;
  position: relative;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner {
    padding: 20px 0;
  }
}
#menu.site-section-content .site-section-inner .heading-h1 {
  background: url("../img/sozai/title-bg.webp") no-repeat center/contain;
  height: 160px;
  margin: 0 auto 80px;
  line-height: 150px;
  font-size: 40px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  font-family: "Kaisei Tokumin", serif;
  font-weight: 700;
  background: url("../img/sozai/title-bg.png") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .heading-h1 {
    width: 100%;
    margin: 24px auto;
    font-size: 32px;
  }
}
@media screen and (max-width:550px) {
  #menu.site-section-content .site-section-inner .heading-h1 {
    line-height: 100px;
    font-size: 24px;
  }
}
@media screen and (max-width:450px) {
  #menu.site-section-content .site-section-inner .heading-h1 {
    font-size: 22px;
    height: 80px;
    line-height: 70px;
  }
}
#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: #2c2c2c;
  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;
  position: relative;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg {
    padding: 40px 24px;
  }
}
@media screen and (max-width:450px) {
  #menu.site-section-content .site-section-inner .content-bg {
    padding: 24px 12px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .heading-h2,
#menu.site-section-content .site-section-inner .content-bg .heading-h3 {
  padding: 0 30px 24px;
  margin: 42px 64px 24px;
  border-bottom: 2px solid #2c2c2c;
  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 .menu-price {
  font-size: 32px;
  margin-bottom: 12px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg .menu-price {
    font-size: 22px;
    margin: 0;
  }
}
#menu.site-section-content .site-section-inner .content-bg .shop {
  font-size: 18px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg .shop {
    font-size: 16px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .menu-detail {
  background-color: #ffffff;
  font-size: 24px;
  color: #2c2c2c;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg .menu-detail {
    padding: 16px;
    font-size: 16px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .note_1 {
  font-size: 12px;
}
#menu.site-section-content .site-section-inner .content-bg .novelty-detail {
  background-color: #ffffff;
  margin: 24px 0;
  padding: 16px 24px;
  color: #2c2c2c;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg .novelty-detail {
    margin: 16px 0;
    font-size: 16px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .novelty-photo {
  margin-bottom: 16px;
}

#loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  place-items: center;
  height: 100%;
  background: linear-gradient(#212d53, #392144);
}

.loading-area {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  align-items: center;
  position: relative;
}
.loading-area .logo-movie {
  background: url("../img/sozai/loading.webp") no-repeat center/contain;
  width: 500px;
  height: 500px;
  margin-bottom: 24px;
  animation-name: opacity;
  animation-duration: 0.5s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in;
}
@media screen and (max-width:650px) {
  .loading-area .logo-movie {
    width: 350px;
    height: 350px;
    margin-bottom: 0px;
  }
}

h1 {
  font-size: 40px;
  text-align: center;
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
}
#official.site-section-content {
  padding: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url("../img/sozai/paper-bg2.webp");
  background-size: 400px;
}
#official.site-section-content .site-section-inner {
  padding: 120px 0px;
  margin: 0 12px;
  position: relative;
}
@media screen and (max-width:650px) {
  #official.site-section-content .site-section-inner {
    padding: 60px 0 100px;
  }
}
#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 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 32px;
  border-bottom: 2px solid #2c2c2c;
  padding: 0 48px 24px;
  margin: 42px 64px 24px;
  font-family: "Kaisei Tokumin", serif;
}
@media screen and (max-width:650px) {
  #official.site-section-content .site-section-inner .heading-h1 {
    font-size: 32px;
    padding: 16px 8px 24px;
  }
}
@media screen and (max-width:550px) {
  #official.site-section-content .site-section-inner .heading-h1 {
    padding: 0px 0px 16px;
    margin: 24px 32px 16px;
  }
}
@media screen and (max-width:400px) {
  #official.site-section-content .site-section-inner .heading-h1 {
    font-size: 22px;
  }
}
#official.site-section-content .site-section-inner .heading-h2 {
  font-weight: 500;
  margin: 24px 0;
  font-size: 24px;
}
@media screen and (max-width:400px) {
  #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/back2.png") no-repeat center/contain;
  width: 100px;
  height: 300px;
  position: absolute;
  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 {
  transform: scale(1.1);
}
@media screen and (max-width:1300px) {
  #official.site-section-content .site-section-inner .back-to-top {
    width: 120px;
    height: 140px;
    right: 0px;
  }
}
@media screen and (max-width:650px) {
  #official.site-section-content .site-section-inner .back-to-top {
    width: 120px;
    height: 100px;
    right: -20px;
  }
}
#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: #2c2c2c;
  border-radius: 12px;
  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 screen and (max-width:650px) {
  #official.site-section-content .site-section-inner .content-bg {
    padding: 40px 24px;
  }
}
@media screen and (max-width:450px) {
  #official.site-section-content .site-section-inner .content-bg {
    padding: 24px 12px;
  }
}
#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);
  }
}

#store.site-section-content {
  padding: 0;
  width: 100%;
  overflow: hidden;
}
#store.site-section-content .site-section-inner {
  padding: 100px 0px;
  margin: 0 12px;
  position: relative;
}
@media screen and (max-width:650px) {
  #store.site-section-content .site-section-inner {
    padding: 60px 0px 20px;
  }
}
#store.site-section-content .site-section-inner .heading-h1 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 32px;
  border-bottom: 2px solid #2c2c2c;
  padding: 0 48px 24px;
  font-family: "Kaisei Tokumin", serif;
  margin: 42px 64px 24px;
}
@media screen and (max-width:650px) {
  #store.site-section-content .site-section-inner .heading-h1 {
    font-size: 32px;
    padding: 16px 8px 24px;
  }
}
@media screen and (max-width:550px) {
  #store.site-section-content .site-section-inner .heading-h1 {
    padding: 0px 0px 16px;
    margin: 24px 32px 16px;
  }
}
@media screen and (max-width:450px) {
  #store.site-section-content .site-section-inner .heading-h1 {
    font-size: 22px;
  }
}
#store.site-section-content .site-section-inner .heading-h2 {
  font-weight: 500;
  margin: 32px;
  font-size: 24px;
}
@media screen and (max-width:650px) {
  #store.site-section-content .site-section-inner .heading-h2 {
    margin: 24px 0;
  }
}
@media screen and (max-width:450px) {
  #store.site-section-content .site-section-inner .heading-h2 {
    font-size: 16px;
  }
}
#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: #2c2c2c;
  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;
  position: relative;
}
@media screen and (max-width:650px) {
  #store.site-section-content .site-section-inner .content-bg {
    padding: 40px 24px;
  }
}
@media screen and (max-width:450px) {
  #store.site-section-content .site-section-inner .content-bg {
    padding: 24px 12px;
  }
}
#store.site-section-content .store-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
@media screen and (max-width:650px) {
  #store.site-section-content .store-cards {
    gap: 12px;
  }
}
#store.site-section-content .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 .store-card {
    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 .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;
  transition: 0.7s;
}
@media screen and (max-width:650px) {
  #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);
  }
}
#store.site-section-content .balloon-left {
  background: url("../img/sozai/balloon_4.png") no-repeat center/contain;
  width: 240px;
  height: 304px;
  position: absolute;
  bottom: 160px;
  left: 50%;
  margin-left: -722px;
}
#store.site-section-content .balloon-right {
  background: url("../img/sozai/balloon_1.png") no-repeat center/contain;
  width: 240px;
  height: 329px;
  position: absolute;
  top: 266px;
  right: 50%;
  margin-right: -720px;
}

#caution.site-section-content {
  padding: 0;
  width: 100%;
  overflow: hidden;
  background: url("../img/sozai/paper-bg2.webp");
  background-size: 400px;
}
#caution.site-section-content .site-section-inner {
  padding: 100px 0px;
  margin: 0 12px;
  position: relative;
}
@media screen and (max-width:650px) {
  #caution.site-section-content .site-section-inner {
    padding: 60px 0px 20px;
  }
}
#caution.site-section-content .site-section-inner .heading-h1 {
  font-size: 40px;
  font-weight: 500;
  border-bottom: 2px solid #2c2c2c;
  padding: 0 48px 24px;
  font-family: "Kaisei Tokumin", serif;
  margin: 24px 64px;
}
@media screen and (max-width:650px) {
  #caution.site-section-content .site-section-inner .heading-h1 {
    font-size: 32px;
    padding: 16px 8px;
  }
}
@media screen and (max-width:550px) {
  #caution.site-section-content .site-section-inner .heading-h1 {
    padding: 0px 0px 16px;
    margin: 16px 32px;
  }
}
@media screen and (max-width:450px) {
  #caution.site-section-content .site-section-inner .heading-h1 {
    font-size: 22px;
  }
}
#caution.site-section-content .site-section-inner .heading-h2 {
  font-weight: 500;
  margin: 32px;
  font-size: 24px;
}
@media screen and (max-width:650px) {
  #caution.site-section-content .site-section-inner .heading-h2 {
    margin: 24px 0;
  }
}
@media screen and (max-width:450px) {
  #caution.site-section-content .site-section-inner .heading-h2 {
    font-size: 16px;
  }
}
#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: #2c2c2c;
  border-radius: 12px;
  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 screen and (max-width:650px) {
  #caution.site-section-content .site-section-inner .content-bg {
    padding: 40px 24px;
    font-size: 16px;
  }
}
@media screen and (max-width:450px) {
  #caution.site-section-content .site-section-inner .content-bg {
    padding: 24px 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: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
@media screen and (max-width:650px) {
  #caution.site-section-content .store-cards {
    gap: 12px;
  }
}/*# sourceMappingURL=style.css.map */