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

@-webkit-keyframes fadeIn {
  0% {
    -webkit-filter: blur(16px);
            filter: blur(16px);
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    -webkit-filter: blur(16px);
            filter: blur(16px);
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
#about.site-section-content {
  padding: 0px;
  position: relative;
  margin: 120px 0px;
}
@media (max-width: 767px) {
  #about.site-section-content {
    padding: 0px;
    margin: 160px 24px;
  }
}
#about.site-section-content .site-section-inner .content-holder {
  text-align: center;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#about.site-section-content .site-section-inner .content-holder h1 {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #about.site-section-content .site-section-inner .content-holder h1 {
    font-size: 20px;
  }
}

header {
  padding-bottom: 65.045833%;
  width: 100%;
  position: relative;
  height: 100%;
  z-index: 999;
}
@media (max-width: 767px) {
  header {
    padding-bottom: 168%;
  }
}
header .header-text {
  width: 100%;
  height: 100%;
  background: url("../img/sozai/header-text.webp") no-repeat top/contain;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
@media (max-width: 767px) {
  header .header-text {
    background: url("../img/sozai/header-sp-text.webp") no-repeat top/contain;
  }
}
header .header-text.animated {
  opacity: 1;
  -webkit-animation: 0.7s ease-in-out fadeIn;
          animation: 0.7s ease-in-out fadeIn;
}
header .header-pic {
  width: 100%;
  height: 100%;
  background: url("../img/sozai/header-pic.webp") no-repeat top/contain;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 767px) {
  header .header-pic {
    background: url("../img/sozai/header-sp-pic.webp") no-repeat top/contain;
  }
}
header .header-wrapper {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
header .kimetsu-logo {
  position: absolute;
  top: 44%;
  right: 30%;
  width: min(15.625vw, 300px);
  height: min(8.3333333333vw, 160px);
  z-index: 99;
  opacity: 0;
}
header .kimetsu-logo.animated {
  -webkit-transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  opacity: 1;
  position: absolute;
  background: url("../img/logo/logo-kimetsu.webp") no-repeat center/contain;
}
@media (max-width: 767px) {
  header .kimetsu-logo {
    top: 42%;
    right: 15%;
    width: 200px;
    height: 200px;
    width: min(26.075619296vw, 200px);
    height: min(26.075619296vw, 200px);
  }
}

#goods.site-section-content {
  padding: 0;
  width: 100%;
  margin: 0 auto;
}
#goods.site-section-content .site-section-inner {
  padding: 0 0 240px;
  margin: 0 24px;
  position: relative;
}
@media (max-width: 767px) {
  #goods.site-section-content .site-section-inner {
    padding: 0 0 100px;
  }
}
#goods.site-section-content .site-section-inner .heading-h1 {
  margin: 0 auto 32px;
  text-align: center;
  color: #202020;
  position: relative;
  font-size: 64px;
  margin: 24px auto 60px;
}
#goods.site-section-content .site-section-inner .heading-h1:after {
  content: "";
  background: url("../img/sozai/title-line.png") no-repeat center/contain;
  height: 50px;
  width: 100%;
  max-width: 500px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -40px;
}
@media (max-width: 767px) {
  #goods.site-section-content .site-section-inner .heading-h1 {
    margin: 24px auto 50px;
    font-size: 40px;
    max-width: 360px;
  }
}
#goods.site-section-content .goods-wrapper {
  display: -webkit-box;
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 24px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: auto;
  max-width: 900px;
}
@media (max-width: 767px) {
  #goods.site-section-content .goods-wrapper {
    padding: 0px;
  }
}
#goods.site-section-content .goods-wrapper .goods-card {
  position: relative;
  padding: 24px;
  color: #f6f6f6;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 16, 0.8431372549)), to(rgba(76, 76, 76, 0.8431372549)));
  background: linear-gradient(rgba(16, 16, 16, 0.8431372549), rgba(76, 76, 76, 0.8431372549));
  border-radius: 24px;
  width: calc(50% - 10px);
  max-width: 400px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
          box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
  display: none;
}
#goods.site-section-content .goods-wrapper .goods-card.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px;
  border-radius: 24px;
  text-align: center;
}
@media (max-width: 767px) {
  #goods.site-section-content .goods-wrapper .goods-card {
    width: 100%;
    padding: 24px 16px;
    max-width: unset;
  }
}
#goods.site-section-content .goods-wrapper .goods-card .goods-name {
  font-size: 24px;
  margin: 12px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #f6f6f6;
}
@media (max-width: 767px) {
  #goods.site-section-content .goods-wrapper .goods-card .goods-name {
    padding-bottom: 8px;
    margin: 8px 0;
    font-size: 20px;
  }
}
#goods.site-section-content .goods-wrapper .goods-card .goods-price {
  font-size: 24px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  #goods.site-section-content .goods-wrapper .goods-card .goods-price {
    margin: 8px;
    font-size: 20px;
  }
}
#goods.site-section-content .goods-wrapper .goods-card .goods-date {
  font-size: 16px;
}
#goods.site-section-content .goods-wrapper .goods-card .goods-desc {
  margin-bottom: 12px;
  font-size: 16px;
}
#goods.site-section-content .goods-wrapper .webshop-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 64px;
  text-align: center;
  background: #aa1d1d;
  padding: 10px 15px;
  margin: 0 4px 8px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  color: #f6f6f6;
  font-size: 16px;
  border-radius: 50px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  margin-top: 12px;
}
#goods.site-section-content .goods-wrapper .webshop-btn a:hover {
  background-color: #791313;
}
#goods.site-section-content .goods-nav {
  margin: 24px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767px) {
  #goods.site-section-content .goods-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
#goods.site-section-content .goods-nav button {
  background-color: #202020;
  width: 240px;
  height: 64px;
  border-radius: 16px;
  padding: 8px 16px;
  color: #f6f6f6;
}
@media (max-width: 767px) {
  #goods.site-section-content .goods-nav button {
    width: 100%;
    padding: 8px;
  }
}
#goods.site-section-content .goods-nav button.active {
  background-color: #791313;
}
#goods.site-section-content .back-to-top {
  background: url("../img/sozai/goods-top.png") no-repeat center/contain;
  width: 100px;
  height: 100px;
  position: absolute;
  -webkit-transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  bottom: 290px;
  right: 1rem;
  display: table;
}
#goods.site-section-content .back-to-top:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 767px) {
  #goods.site-section-content .back-to-top {
    width: 80px;
    height: 80px;
    right: 0rem;
  }
}

#info {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
#info.site-section-content {
  width: 100%;
  position: relative;
}
#info.site-section-content .site-section-inner {
  padding: 0 0 240px;
  margin: 0 24px;
  position: relative;
}
@media (max-width: 767px) {
  #info.site-section-content .site-section-inner {
    padding: 100px 0;
  }
}
#info .content-bg {
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media (max-width: 767px) {
  #info .content-bg {
    width: 100%;
    padding: 0;
  }
}
#info .heading-h1 {
  margin: 0 auto 32px;
  text-align: center;
  color: #202020;
  position: relative;
  font-size: 64px;
  margin: 24px auto 60px;
}
#info .heading-h1:after {
  content: "";
  background: url("../img/sozai/title-line.png") no-repeat center/contain;
  height: 50px;
  width: 100%;
  max-width: 500px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -40px;
}
@media (max-width: 767px) {
  #info .heading-h1 {
    margin: 24px auto 50px;
    font-size: 40px;
    max-width: 360px;
  }
}
#info table {
  width: 100%;
  width: calc(100% - 0px);
  font-size: 16px;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
          box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
}
@media (max-width: 767px) {
  #info table {
    width: calc(100% - 0px);
    margin-bottom: 40px;
  }
}
#info th {
  width: 30%;
  padding: 40px;
  background: rgba(32, 32, 32, 0.9176470588);
  color: #ffffff;
  font-weight: 500;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #info th {
    display: block;
    width: 100%;
    padding: 24px;
  }
}
#info td {
  padding: 40px;
  background: #ffffff;
  background-attachment: fixed;
  background-size: 400px;
  background-repeat: repeat;
}
@media (max-width: 767px) {
  #info td {
    display: block;
    padding: 24px;
  }
}
#info td a {
  border-bottom: 1px dashed #202020;
  color: #202020;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#info td a:hover {
  opacity: 0.7;
}

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

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

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

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

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

body {
  -webkit-overflow-scrolling: touch;
  color: #202020;
  font-family: "Shippori Mincho", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

.site-content-wrapper {
  overflow-y: hidden;
  overflow-x: hidden;
  background: url("../img/sozai/bg.webp");
  background-size: 2000px;
  position: relative;
}

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

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

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

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

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

#ekonte.site-section-content {
  padding: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
#ekonte.site-section-content .site-section-inner {
  padding: 0 0 240px;
  margin: 0 24px;
  position: relative;
}
@media (max-width: 767px) {
  #ekonte.site-section-content .site-section-inner {
    padding: 0 0 100px;
  }
}
#ekonte.site-section-content .site-section-inner .heading-h1 {
  margin: 0 auto 32px;
  text-align: center;
  color: #202020;
  position: relative;
  font-size: 64px;
  margin: 24px auto 60px;
}
#ekonte.site-section-content .site-section-inner .heading-h1:after {
  content: "";
  background: url("../img/sozai/title-line.png") no-repeat center/contain;
  height: 50px;
  width: 100%;
  max-width: 500px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -40px;
}
@media (max-width: 767px) {
  #ekonte.site-section-content .site-section-inner .heading-h1 {
    margin: 24px auto 50px;
    font-size: 40px;
    max-width: 360px;
  }
}
#ekonte.site-section-content .site-section-inner .content-bg {
  padding: 60px;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  position: relative;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 16, 0.8431372549)), to(rgba(76, 76, 76, 0.8431372549)));
  background: linear-gradient(rgba(16, 16, 16, 0.8431372549), rgba(76, 76, 76, 0.8431372549));
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 10px rgb(118.5, 118.5, 118.5);
          box-shadow: 0px 0px 10px rgb(118.5, 118.5, 118.5);
  max-width: 1000px;
  height: auto;
  color: #202020;
  margin: 0 auto 24px;
  text-align: center;
  font-size: 24px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
          box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
}
@media (max-width: 767px) {
  #ekonte.site-section-content .site-section-inner .content-bg {
    width: 100%;
    padding: 32px 16px;
  }
}
#ekonte.site-section-content .site-section-inner .text {
  font-size: 16px;
  color: #ffffff;
  margin-top: 16px;
}

#loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  height: 100%;
  background: #202020;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #202020;
}
#loading .loading-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  opacity: 1;
  width: 100%;
  height: 100vh;
  -webkit-animation: 0.7s ease-in-out fadeIn;
          animation: 0.7s ease-in-out fadeIn;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#loading .loading-wrapper .loading-text {
  color: #ffffff;
  font-size: 32px;
}
@media (max-width: 767px) {
  #loading .loading-wrapper .loading-text {
    font-size: 20px;
  }
}
#loading .loading-wrapper .logo-img {
  background: url("../img/logo/logo-kimetsu.webp") no-repeat center/contain;
  width: 160px;
  height: 160px;
}

#official.site-section-content {
  padding: 0;
  width: 100%;
  overflow: hidden;
  color: #ffffff;
}
#official.site-section-content .heading-wrap {
  text-align: center;
}
@media (max-width: 767px) {
  #official.site-section-content .heading-wrap {
    width: 100%;
  }
}
#official.site-section-content .heading-h1 {
  margin: 0 auto 32px;
  text-align: center;
  color: #202020;
  position: relative;
  font-size: 64px;
  color: #202020;
}
@media (max-width: 767px) {
  #official.site-section-content .heading-h1 {
    margin: 24px auto;
    font-size: 40px;
  }
}
#official.site-section-content .heading-h2 {
  font-weight: 500;
  margin: 24px 0;
  font-size: 24px;
}
@media (max-width: 767px) {
  #official.site-section-content .heading-h2 {
    font-size: 16px;
  }
}
#official.site-section-content .site-section-inner {
  padding: 0 0 240px;
  margin: 0 24px;
  position: relative;
}
@media (max-width: 767px) {
  #official.site-section-content .site-section-inner {
    padding: 0 0 100px;
  }
}
#official.site-section-content .site-section-inner .back-to-top {
  background: url("../img/sozai/top.png") no-repeat center/contain;
  width: 100px;
  height: 100px;
  position: absolute;
  -webkit-transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  bottom: 30px;
  right: 1rem;
  display: table;
}
#official.site-section-content .site-section-inner .back-to-top:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 767px) {
  #official.site-section-content .site-section-inner .back-to-top {
    width: 80px;
    height: 80px;
    bottom: 24px;
    right: 0rem;
  }
}
#official.site-section-content .site-section-inner .content-bg {
  padding: 60px;
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  position: relative;
  color: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(16, 16, 16, 0.8431372549)), to(rgba(76, 76, 76, 0.8431372549)));
  background: linear-gradient(rgba(16, 16, 16, 0.8431372549), rgba(76, 76, 76, 0.8431372549));
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 10px rgb(118.5, 118.5, 118.5);
          box-shadow: 0px 0px 10px rgb(118.5, 118.5, 118.5);
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 24px;
}
@media (max-width: 767px) {
  #official.site-section-content .site-section-inner .content-bg {
    width: 100%;
    padding: 32px 16px 72px;
  }
}
#official.site-section-content .site-section-inner .social-account-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#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);
  }
}

#store-circle {
  margin-right: 380px;
}
@media (max-width:1200px) {
  #store-circle {
    margin-right: 0px;
  }
}
#store-circle #circle-section {
  display: block;
  position: relative;
  padding-top: 14.3055555556vw;
  overflow: clip;
  height: 100%;
  background: rgba(32, 32, 32, 0.9176470588);
}
#store-circle #circle-section:before {
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 88%;
  background: rgba(32, 32, 32, 0.9176470588);
  background: url("../img/sozai/bg-clover.png"), #aa1d1d;
  background-size: 500px;
}
@media (max-width: 767px) {
  #store-circle #circle-section {
    padding-top: 22.3055555556vw;
    height: 97%;
  }
}
#store-circle #circle-section .circle-bg {
  clip-path: polygon(0 0, 100% 0, 100% 50%, 0 50%);
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform-origin: top center;
          transform-origin: top center;
  width: 214.3916666667vw;
  aspect-ratio: 1;
  pointer-events: none;
  translate: -50% 0.1%;
}
#store-circle #circle-section .circle-bg:before {
  clip-path: circle(50% at 50% 50%);
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #aa1d1d;
  background: rgba(32, 32, 32, 0.9176470588);
  background: url("../img/sozai/bg-clover.png"), #aa1d1d;
  background-size: 500px;
}
#store-circle #circle-section .circle-bg svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 105.7142857143%;
  -webkit-animation: rotate 16s linear 0s both infinite;
          animation: rotate 16s linear 0s both infinite;
  -webkit-animation-duration: 13.25s;
          animation-duration: 13.25s;
  -webkit-animation-duration: 30s;
          animation-duration: 30s;
  isolation: isolate;
  will-change: translate, width, rotate;
  translate: -50% calc(-50% + 11.1805555556vw);
}

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

.nav-wrapper .hamburger {
  position: fixed;
  top: 8px;
  right: 15px;
  z-index: 101;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}
.nav-wrapper .hamburger__line {
  position: absolute;
  left: 3px;
  width: 42px;
  height: 2px;
  border-radius: 21px;
  background-color: #333;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.nav-wrapper .hamburger__line:nth-of-type(1) {
  top: 14px;
}
.nav-wrapper .hamburger__line:nth-of-type(2) {
  top: 23px;
}
.nav-wrapper .hamburger__line:nth-of-type(3) {
  top: 32px;
}
.nav-wrapper {
  /* メニューオープン時 */
}
.nav-wrapper .hamburger.active .hamburger__line:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
  background-color: #fff;
}
.nav-wrapper .hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}
.nav-wrapper .hamburger.active .hamburger__line:nth-of-type(3) {
  background-color: #fff;
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}
.nav-wrapper .nav {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100vh;
  background-color: rgba(32, 32, 32, 0.9176470588);
  -webkit-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.911);
          box-shadow: 2px 0 4px rgba(0, 0, 0, 0.911);
  -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;
}
@media (max-width: 767px) {
  .nav-wrapper .nav {
    width: 100%;
  }
}
.nav-wrapper .nav.active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.nav-wrapper .nav__list {
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  gap: 40px;
}
.nav-wrapper .nav__item {
  display: table;
}
@media (max-width: 767px) {
  .nav-wrapper .nav__item {
    width: 100%;
  }
}
.nav-wrapper .nav__link {
  display: table-cell;
  color: #202020;
  text-decoration: none;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  position: relative;
  color: #fff;
}