@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Opti:wght@400;700&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

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

img,
video,
object {
  display: block;
  max-width: 100%;
  height: auto;
  border: 0;
}

img,
picture {
  max-width: 100%;
  border-style: none;
}

img {
  backface-visibility: hidden;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

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

html {
  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;
  overflow: auto;
  overflow-x: hidden;
}

body {
  color: #000;
  font-family: "Kaisei Opti", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  background: url("../img/sozai/bg-dark.webp") repeat center/contain;
  background-size: 400px;
  overflow: hidden;
}

.chara {
  opacity: 0;
}

@keyframes fadeUp_1 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes bounce-in-fwd {
  0% {
    transform: scale(0);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  38% {
    transform: scale(1);
    animation-timing-function: ease-out;
    opacity: 1;
  }
  55% {
    transform: scale(0.7);
    animation-timing-function: ease-in;
  }
  72% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
  81% {
    transform: scale(0.84);
    animation-timing-function: ease-in;
  }
  89% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
  95% {
    transform: scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: scale(1);
    animation-timing-function: ease-out;
  }
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
@keyframes fuwafuwa {
  0% {
    transform: translate(0, 0) rotate(-7deg);
  }
  50% {
    transform: translate(0, -7px) rotate(0deg);
  }
  100% {
    transform: translate(0, 0) rotate(7deg);
  }
}
/* モーダルを閉じるボタン（×）のスタイル */
#about.site-section-content {
  padding: 100px 0;
  position: relative;
}
@media screen and (max-width:650px) {
  #about.site-section-content {
    padding: 102px 0 0;
  }
}
#about.site-section-content .site-section-inner {
  padding: 64px 0;
  margin: 0 auto;
}
@media screen and (max-width:650px) {
  #about.site-section-content .site-section-inner {
    padding: 80px 0;
    margin: 0 auto;
  }
}
#about.site-section-content .content-holder {
  max-width: 900px;
  margin: 0 auto;
  height: 536px;
}
@media screen and (max-width:650px) {
  #about.site-section-content .content-holder {
    width: 100%;
    margin: 0 auto;
    height: 356px;
  }
}
#about.site-section-content .content-image {
  background: url("../img/sozai/book.webp") no-repeat center/contain;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 120px;
  text-align: center;
  position: relative;
}
@media screen and (max-width:650px) {
  #about.site-section-content .content-image {
    padding: 0 18%;
  }
}
#about.site-section-content .content-image h1 {
  width: 80%;
  position: absolute;
  top: 167px;
  font-size: 24px;
}
@media screen and (max-width:650px) {
  #about.site-section-content .content-image h1 {
    width: 65%;
    font-size: 16px;
    top: 108px;
  }
}
#about.site-section-content .content-image h1 span {
  font-size: 32px;
  font-weight: bold;
}
@media screen and (max-width:650px) {
  #about.site-section-content .content-image h1 span {
    font-size: 18px;
  }
}
#about.site-section-content .content-image .inosuke {
  position: absolute;
  width: 288px;
  height: 368px;
  top: -97px;
  right: -72px;
  background: url("../img/chara/inosuke.webp") no-repeat center/contain;
}
@media screen and (max-width:880px) {
  #about.site-section-content .content-image .inosuke {
    width: 207px;
    height: 352px;
    top: -120px;
    right: 8px;
  }
}
@media screen and (max-width:650px) {
  #about.site-section-content .content-image .inosuke {
    width: 24%;
    height: 182px;
    top: -84px;
    right: 0%;
  }
}
@media screen and (max-width:390px) {
  #about.site-section-content .content-image .inosuke {
    width: 26%;
    height: 182px;
    top: -31px;
    right: 0%;
  }
}
#about.site-section-content .content-image .kanawo {
  position: absolute;
  width: 270px;
  height: 368px;
  bottom: -160px;
  left: -73px;
  background: url("../img/chara/kanawo.webp") no-repeat center/contain;
}
@media screen and (max-width:880px) {
  #about.site-section-content .content-image .kanawo {
    width: 187px;
    height: 368px;
    left: 28px;
  }
}
@media screen and (max-width:650px) {
  #about.site-section-content .content-image .kanawo {
    width: 26%;
    top: 211px;
    left: 0%;
    height: 209px;
  }
}
@media screen and (max-width:390px) {
  #about.site-section-content .content-image .kanawo {
    width: 26%;
    top: 190px;
    left: 0%;
    height: 209px;
  }
}

.fuwafuwa {
  animation: fuwafuwa 3s ease-in-out infinite alternate;
}

.fuwafuwa2 {
  animation: fuwafuwa 3s ease-in-out infinite alternate-reverse;
}

header {
  overflow: hidden;
}
header .container {
  display: grid;
  gap: 8px;
  grid-template-rows: 138px 85px 83px 53px 76px 81px 137px 82px 81px;
  grid-template-columns: 173px 137px 132px 133px 133px 133px 136px 173px;
  padding: 20px;
  margin: 0 auto;
  justify-content: center;
  background-image: url("../img/sozai/header_bg.webp"), linear-gradient(#564f79 47%, #99581b);
  background-size: 300px;
  background-repeat: repeat;
  border-radius: 0 0 50% 50%;
}
header .container .card.nezuko {
  animation-name: fadeUp_1;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.1s;
  grid-row: 3/7;
  grid-column: 1/2;
  background: url("../img/cards/card_nezuko.webp") no-repeat right/contain;
}
header .container .card.tengen {
  animation-name: fadeUp_1;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.1s;
  grid-row: 2/5;
  grid-column: 2/3;
  background: url("../img/cards/card_tengen.webp") no-repeat top/contain;
}
header .container .card.kanawo {
  animation-name: fadeUp_1;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.1s;
  grid-row: 1/4;
  grid-column: 3/4;
  background: url("../img/cards/card_kanawo.webp") no-repeat top/contain;
}
header .container .card.genya {
  animation-name: fadeUp_1;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.2s;
  grid-row: 1/4;
  grid-column: 4/5;
  background: url("../img/cards/card_genya.webp") no-repeat top/contain;
}
header .container .card.tamayo {
  animation-name: fadeUp_1;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.2s;
  grid-row: 5/8;
  grid-column: 2/3;
  background: url("../img/cards/card_tamayo.webp") no-repeat top/contain;
}
header .container .card.sanemi {
  animation-name: fadeUp_1;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.2s;
  grid-row: 3/6;
  grid-column: 3/4;
  background: url("../img/cards/card_sanemi.webp") no-repeat top/contain;
}
header .container .card.inosuke {
  animation-name: fadeUp_1;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.3s;
  grid-row: 1/4;
  grid-column: 5/6;
  background: url("../img/cards/card_inosuke.webp") no-repeat top/contain;
}
header .container .card.muichiro {
  animation-name: fadeUp_1;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.4s;
  grid-row: 1/4;
  grid-column: 6/7;
  background: url("../img/cards/card_muichiro.webp") no-repeat top/contain;
}
header .container .card.giyu {
  animation-name: fadeUp_1;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.5s;
  grid-row: 2/5;
  grid-column: 7/8;
  background: url("../img/cards/card_giyu.webp") no-repeat top/contain;
}
header .container .card.tanjiro {
  animation-name: fadeUp_1;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.6s;
  grid-row: 3/7;
  grid-column: 8/9;
  background: url("../img/cards/card_tanjiro.webp") no-repeat left/contain;
}
header .container .card.zenitsu {
  animation-name: fadeUp_1;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.3s;
  grid-row: 3/6;
  grid-column: 4/5;
  background: url("../img/cards/card_zenitsu.webp") no-repeat top/contain;
}
header .container .card.obanai {
  animation-name: fadeUp_1;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.4s;
  grid-row: 3/6;
  grid-column: 5/6;
  background: url("../img/cards/card_obanai.webp") no-repeat top/contain;
}
header .container .card.shinobu {
  animation-name: fadeUp_1;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.5s;
  grid-row: 3/6;
  grid-column: 6/7;
  background: url("../img/cards/card_shinobu.webp") no-repeat top/contain;
}
header .container .card.sabito {
  animation-name: fadeUp_1;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.6s;
  grid-row: 5/8;
  grid-column: 7/8;
  background: url("../img/cards/card_sabito.webp") no-repeat top/contain;
}
header .container .card.mitsuri {
  animation-name: fadeUp_1;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.3s;
  grid-row: 6/8;
  grid-column: 3/4;
  background: url("../img/cards/card_mitsuri.webp") no-repeat top/contain;
}
header .container .card.muzan {
  animation-name: fadeUp_1;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.4s;
  grid-row: 6/8;
  grid-column: 4/5;
  background: url("../img/cards/card_muzan.webp") no-repeat top/contain;
}
header .container .card.kyojuro {
  animation-name: fadeUp_1;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.5s;
  grid-row: 6/8;
  grid-column: 5/6;
  background: url("../img/cards/card_kyojuro.webp") no-repeat top/contain;
}
header .container .card.gyomei {
  animation-name: fadeUp_1;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 0.6s;
  grid-row: 6/8;
  grid-column: 6/7;
  background: url("../img/cards/card_gyomei.webp") no-repeat top/contain;
}
header .container .logo {
  animation: bounce-in-fwd 1000ms 1000ms ease-out both;
  grid-row: 8/10;
  grid-column: 2/8;
  background: url("../img/sozai/logo.webp") no-repeat top/contain;
}
@media screen and (max-width:1254px) {
  header .container {
    grid-template-rows: 111px 85px 83px 20px 81px 83px 134px 82px 81px;
    grid-template-columns: 150px 120px 120px 120px 120px 120px 120px 150px;
  }
}
@media screen and (max-width:1100px) {
  header .container {
    grid-template-rows: 104px 79px 79px 20px 79px 53px 134px 82px 81px;
    grid-template-columns: 130px 114px 114px 114px 114px 114px 115px 130px;
  }
}
@media screen and (max-width:1024px) {
  header .container {
    grid-template-rows: 78px 80px 64px 4px 78px 30px 129px 82px 60px;
    grid-template-columns: 110px 96px 96px 96px 96px 96px 96px 110px;
  }
}
@media screen and (max-width:880px) {
  header .container {
    grid-template-rows: 40px 70px 31px 2px 71px 30px 83px 40px 81px;
    grid-template-columns: 86px 70px 70px 70px 70px 70px 70px 86px;
  }
}
@media screen and (max-width:732px) {
  header .container {
    grid-template-rows: 40px 70px 31px 2px 71px 30px 83px 40px 81px;
    grid-template-columns: 86px 70px 70px 70px 70px 70px 70px 86px;
  }
}
@media screen and (max-width:650px) {
  header .container {
    min-width: initial;
    width: 100%;
    grid-template-columns: repeat(10, 41px);
    grid-template-rows: 147px 145px 147px 148px 178px 127px;
    gap: 4px;
    padding: 17px;
    margin: 0 auto;
    background-size: 300px;
    background-repeat: repeat;
    border-radius: 0 0 30% 30%;
  }
  header .container .card.nezuko {
    animation-name: fadeUp_1;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 0.2s;
    grid-row: 5/6;
    grid-column: 2/6;
  }
  header .container .card.tanjiro {
    animation-name: fadeUp_1;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 0.5s;
    grid-row: 5/6;
    grid-column: 6/10;
  }
  header .container .card.tengen {
    animation-name: fadeUp_1;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 0.2s;
    grid-row: 4/5;
    grid-column: 2/4;
  }
  header .container .card.muzan {
    animation-name: fadeUp_1;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 0.3s;
    grid-row: 4/5;
    grid-column: 4/6;
  }
  header .container .card.kyojuro {
    animation-name: fadeUp_1;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 0.4s;
    grid-row: 4/5;
    grid-column: 6/8;
  }
  header .container .card.sabito {
    animation-name: fadeUp_1;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 0.5s;
    grid-row: 4/5;
    grid-column: 8/10;
  }
  header .container .card.mitsuri {
    animation-name: fadeUp_1;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 0.1s;
    grid-row: 3/4;
    grid-column: 1/3;
  }
  header .container .card.zenitsu {
    animation-name: fadeUp_1;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 0.2s;
    grid-row: 3/4;
    grid-column: 3/5;
  }
  header .container .card.obanai {
    animation-name: fadeUp_1;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 0.3s;
    grid-row: 3/4;
    grid-column: 5/7;
  }
  header .container .card.shinobu {
    animation-name: fadeUp_1;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 0.4s;
    grid-row: 3/4;
    grid-column: 7/9;
  }
  header .container .card.muichiro {
    animation-name: fadeUp_1;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 0.5s;
    grid-row: 3/4;
    grid-column: 9/11;
  }
  header .container .card.kanawo {
    animation-name: fadeUp_1;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 0.1s;
    grid-row: 2/3;
    grid-column: 2/4;
  }
  header .container .card.genya {
    animation-name: fadeUp_1;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 0.2s;
    grid-row: 2/3;
    grid-column: 4/6;
  }
  header .container .card.inosuke {
    animation-name: fadeUp_1;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 0.3s;
    grid-row: 2/3;
    grid-column: 6/8;
  }
  header .container .card.gyomei {
    animation-name: fadeUp_1;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 0.4s;
    grid-row: 2/3;
    grid-column: 8/10;
  }
  header .container .card.giyu {
    animation-name: fadeUp_1;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 0.1s;
    grid-row: 1/2;
    grid-column: 3/5;
  }
  header .container .card.tamayo {
    animation-name: fadeUp_1;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 0.2s;
    grid-row: 1/2;
    grid-column: 5/7;
  }
  header .container .card.sanemi {
    animation-name: fadeUp_1;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    animation-delay: 0.3s;
    grid-row: 1/2;
    grid-column: 7/9;
  }
  header .container .logo {
    grid-row: 6/7;
    grid-column: 2/10;
  }
}
@media screen and (max-width:390px) {
  header .container {
    width: 100%;
    grid-template-columns: repeat(10, 35px);
    grid-template-rows: 128px 127px 127px 126px 142px 106px;
    gap: 4px;
    height: 843px;
    padding: 20px;
    border-radius: 0 0 30% 30%;
  }
  header .container .logo {
    margin-top: 10px;
  }
}
@media screen and (max-width:375px) {
  header .container {
    grid-template-columns: repeat(10, 8%);
    grid-template-rows: 15% 15% 15% 15% 22% 15%;
    gap: 3px;
    height: 667px;
    padding: 12px;
    border-radius: 0 0 40% 40%;
  }
}

footer {
  width: 100%;
}
@media screen and (max-width:650px) {
  footer {
    min-width: initial;
    min-width: auto;
  }
}

/* ーーーーーーーーーーーーーーーーーーーーー */
/*              フッター                   */
/* ーーーーーーーーーーーーーーーーーーーーー */
.site-share {
  padding: 40px 0;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fffef9;
  width: 100%;
}

.site-share-list {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
}

.site-share-one {
  list-style: none;
  width: 52px;
  margin: 0 10px;
}

.site-share-one a {
  text-decoration: none;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.x {
  width: 52px;
  height: 52px;
  background: url("../img/logo/x.png") no-repeat center/cover, #000000;
  border-radius: 50%;
  background-size: 30px;
}
.x a {
  display: inline-block;
  width: 52px;
  height: 52px;
}

.facebook {
  width: 52px;
  height: 52px;
  background: url("../img/logo/fb.png") no-repeat center/cover;
  border-radius: 50%;
}
.facebook a {
  display: inline-block;
  width: 52px;
  height: 52px;
}

.line {
  width: 52px;
  height: 52px;
  background: url("../img/logo/line.png") no-repeat center/cover;
  border-radius: 50%;
}
.line a {
  display: inline-block;
  width: 52px;
  height: 52px;
}

.back_to_top {
  width: 280px;
  height: 280px;
  position: absolute;
  top: -160px;
  right: 60px;
  transition: 0.5s;
  background: url("../img/sozai/back_to_top.webp") no-repeat center/contain;
}
.back_to_top:hover {
  top: -150px;
}
.back_to_top a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:650px) {
  .back_to_top {
    width: 215px;
    height: 223px;
    position: absolute;
    top: -205px;
    right: 18px;
  }
  .back_to_top:hover {
    top: -195px;
  }
}

/* ーーーーーーーーーーーーーーー */
/*           カフェリンク       */
/* ーーーーーーーーーーーーーーー */
.site-ufoservice {
  background-color: #676767;
  z-index: 10;
}

.site-ufoservice-list {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
  padding: 32px 0;
}

.site-ufoservice-one {
  width: 140px;
  height: 70px;
  border: solid 2px #d8d8d8;
  border-radius: 5px;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-ufoservice-one a {
  display: block;
  width: 100%;
  height: 100%;
}

.site-linkto-tag {
  transition: 0.5s;
}

.site-linkto-tag:hover {
  opacity: 0.5;
  transition: 0.5s;
}

.site-ufoservice-one img {
  width: 70%;
}

.site-footer {
  z-index: 10;
  border-radius: 0 0 16px 16px;
}

footer {
  border-radius: 12px;
}

/* ーーーーーーーーーーーーーーー */
/*            ロゴ              */
/* ーーーーーーーーーーーーーーー */
.site-footer {
  background-color: #000000;
  padding: 32px 20px;
}

.site-footer-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
}

.kimetsu {
  width: 100px;
  height: auto;
  margin-right: 20px;
}

.ufotable {
  width: 180px;
  height: auto;
}

small {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

#goods.site-section-content {
  padding: 100px 0;
  width: 100%;
}
@media screen and (max-width:650px) {
  #goods.site-section-content {
    padding: 40px 0;
    min-width: initial;
    min-width: auto;
  }
}
#goods.site-section-content .site-section-inner {
  padding: 64px 0;
  margin: 0 auto;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner {
    padding: 80px 0;
    margin: 0 12px;
  }
}

.content-bg {
  padding: 60px 20px;
  margin: 0 20px 0;
  border-radius: 12px;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  position: relative;
  background: url("../img/sozai/content-bg.webp") repeat bottom/cover;
  background-size: 160%;
  text-align: center;
  position: relative;
}
@media screen and (max-width:650px) {
  .content-bg {
    width: 100%;
    margin: 0;
    padding: 12px;
    background-size: 200%;
  }
}
.content-bg .content-box {
  padding: 60px 20px;
  margin: 0 20px 0;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px;
  background: url("../img/sozai/box-deco-lt.webp") no-repeat left top/10%, url("../img/sozai/box-deco-rt.webp") no-repeat right top/10%, url("../img/sozai/box-deco-lb.webp") no-repeat left bottom/10%, url("../img/sozai/box-deco-rb.webp") no-repeat right bottom/10%, url("../img/sozai/bg-check-light.webp") repeat top/18%;
  color: #1f2025;
  font-weight: bold;
  border: 7px solid #c0a45c;
}
.content-bg .content-box:last-child {
  margin-bottom: 40px;
}
@media screen and (max-width:650px) {
  .content-bg .content-box:last-child {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:650px) {
  .content-bg .content-box {
    margin: 0;
    padding: 16px 8px;
  }
}
.content-bg .heading-h1 {
  font-size: 32px;
  margin: 0 auto 60px;
  border-bottom: 2px solid #1f2025;
  position: relative;
  width: 200px;
}
@media screen and (max-width:650px) {
  .content-bg .heading-h1 {
    font-size: 24px;
    margin: 0 auto 40px;
    width: 253px;
  }
}
.content-bg .heading-h1::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: -50px;
  left: -228px;
  z-index: 2;
  margin: auto;
  width: 60px;
  height: 50px;
  background: url("../img/sozai/title-deco_ll.webp") center/contain no-repeat;
  content: "";
}
@media screen and (max-width:650px) {
  .content-bg .heading-h1::before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: -37px;
    left: -272px;
    z-index: 2;
    margin: auto;
    width: 50px;
    height: 40px;
    background: url("../img/sozai/title-deco_ll.webp") center/contain no-repeat;
    content: "";
  }
}
.content-bg .heading-h1::after {
  position: absolute;
  top: 0px;
  right: -228px;
  bottom: -50px;
  left: 0px;
  z-index: 2;
  margin: auto;
  width: 60px;
  height: 50px;
  background: url("../img/sozai/title-deco_rr.webp") center/contain no-repeat;
  content: "";
}
@media screen and (max-width:650px) {
  .content-bg .heading-h1::after {
    position: absolute;
    top: 0px;
    right: -271px;
    bottom: -37px;
    left: 0px;
    z-index: 2;
    margin: auto;
    width: 50px;
    height: 40px;
    background: url("../img/sozai/title-deco_rr.webp") center/contain no-repeat;
    content: "";
  }
}
.content-bg .heading-h2 {
  margin-bottom: 16px;
  width: 100%;
  height: 60px;
  color: #fff;
  font-size: 24px;
  line-height: 59px;
  background: url("../img/sozai/title_dark.webp") no-repeat center/contain;
  font-size: 24px;
}
@media screen and (max-width:650px) {
  .content-bg .heading-h2 {
    font-size: 18px;
    line-height: 60px;
    margin-bottom: 0;
  }
}
.content-bg .goods-name {
  font-size: 24px;
  margin-bottom: 8px;
}
@media screen and (max-width:650px) {
  .content-bg .goods-name {
    font-size: 18px;
  }
}
.content-bg .goods-price {
  font-size: 24px;
  margin-bottom: 12px;
}
@media screen and (max-width:650px) {
  .content-bg .goods-price {
    font-size: 14px;
  }
}
.content-bg .goods-photo {
  margin-bottom: 16px;
}
.content-bg .goods-detail {
  font-size: 24px;
  color: #fff;
  margin-bottom: 28px;
}
@media screen and (max-width:650px) {
  .content-bg .goods-detail {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.content-bg .goods-date {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  font-size: 16px;
}
@media screen and (max-width:650px) {
  .content-bg .goods-date {
    font-size: 14px;
  }
}
.content-bg .webshop-btn a {
  display: inline-block;
  width: 100%;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50px;
  color: #fff;
  background: linear-gradient(#d5753d, #d5543d);
  font-size: 16px;
  transition: 0.15s ease;
}
@media screen and (max-width:650px) {
  .content-bg .webshop-btn a {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
}
.content-bg .webshop-btn a:hover {
  box-shadow: 0 0 12px -3px rgb(255, 255, 255);
}
.content-bg .goods-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: auto;
  gap: 40px;
}
@media screen and (max-width:650px) {
  .content-bg .goods-wrapper {
    grid-template-columns: 1fr;
  }
}
.content-bg .goods-wrapper-inner {
  grid-column: 1/3;
  border-radius: 16px;
}
.content-bg .tag .goods-card-wrapper {
  margin-bottom: 20px;
}
.content-bg .goods-card-wrapper {
  display: flex;
  gap: 24px;
}
@media screen and (max-width:650px) {
  .content-bg .goods-card-wrapper {
    gap: 6px;
  }
}
.content-bg .goods-card-wrapper.single {
  width: 400px;
  margin: 0 auto;
}
@media screen and (max-width:650px) {
  .content-bg .goods-card-wrapper.single {
    width: 50%;
  }
}
.content-bg .goods-card {
  display: grid;
  grid-template-rows: auto auto 1fr auto auto;
  background: linear-gradient(#8573ac, #5f4e83);
  color: #fff;
  padding: 12px;
  border-radius: 12px;
}
@media screen and (max-width:650px) {
  .content-bg .goods-card {
    padding: 8px;
  }
  .content-bg .goods-card:last-child {
    margin: 0;
  }
}
.content-bg .goods-card .modal-toggle {
  z-index: 1;
  position: relative;
}
.content-bg .goods-card img {
  margin-bottom: 16px;
}
.content-bg .goods-card .modal-expand {
  position: absolute;
  text-align: center;
  line-height: 28px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #ec654d;
  top: 10px;
  right: 10px;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width:650px) {
  .content-bg .goods-card .modal-expand {
    top: 6px;
    right: 6px;
    line-height: 23px;
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
}
.content-bg .goods-card .modal-expand .modal-text {
  position: relative;
}
.content-bg .goods-card .modal-expand .modal-text .plus {
  position: absolute;
  top: -4px;
  left: 15px;
  font-size: 16px;
}
@media screen and (max-width:650px) {
  .content-bg .goods-card .modal-expand .modal-text .plus {
    top: 0px;
    left: 6px;
  }
}
.content-bg .goods-card .modal-expand .modal-text .zoom {
  position: absolute;
  top: 10px;
  left: 3px;
  font-size: 14px;
}
@media screen and (max-width:650px) {
  .content-bg .goods-card .modal-expand .modal-text .zoom {
    display: none;
  }
}
.content-bg .giyu {
  position: absolute;
  width: 333px;
  height: 408px;
  left: -328px;
  top: 400px;
  background: url("../img/chara/giyu.webp") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  .content-bg .giyu {
    display: none;
  }
}
.content-bg .muzan {
  position: absolute;
  width: 295px;
  height: 437px;
  right: -300px;
  top: 1700px;
  background: url("../img/chara/muzan.webp") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  .content-bg .muzan {
    display: none;
  }
}
.content-bg .sanemi {
  position: absolute;
  width: 333px;
  height: 408px;
  left: -328px;
  top: 4000px;
  background: url("../img/chara/sanemi.webp") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  .content-bg .sanemi {
    display: none;
  }
}
.content-bg .obanai {
  position: absolute;
  width: 295px;
  height: 437px;
  right: -300px;
  top: 5880px;
  background: url("../img/chara/obanai.webp") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  .content-bg .obanai {
    width: min(34.8837209302vw, 150px);
    height: min(48.3720930233vw, 208px);
    top: min(-51.1627906977vw, -220px);
    right: 20px;
  }
}
.content-bg .nezuko {
  position: absolute;
  width: 333px;
  height: 408px;
  left: -328px;
  top: 7800px;
  background: url("../img/chara/nezuko.webp") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  .content-bg .nezuko {
    width: min(34.8837209302vw, 150px);
    height: min(48.3720930233vw, 208px);
    top: min(-51.1627906977vw, -220px);
    left: 20px;
  }
}
.content-bg .genya {
  position: absolute;
  width: 295px;
  height: 437px;
  right: -317px;
  top: 10000px;
  background: url("../img/chara/genya.webp") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  .content-bg .genya {
    display: none;
  }
}
.content-bg .tamayo {
  position: absolute;
  width: 333px;
  height: 408px;
  left: -328px;
  top: 14000px;
  background: url("../img/chara/tamayo.webp") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  .content-bg .tamayo {
    display: none;
  }
}
.content-bg .shinobu {
  position: absolute;
  width: 295px;
  height: 437px;
  right: -300px;
  bottom: 2700px;
  z-index: 1;
  background: url("../img/chara/shinobu.webp") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  .content-bg .shinobu {
    width: min(34.8837209302vw, 150px);
    height: min(48.3720930233vw, 208px);
    bottom: min(-51.1627906977vw, -220px);
    right: 20px;
  }
}
.content-bg .muichiro {
  position: absolute;
  width: 333px;
  height: 408px;
  left: -340px;
  z-index: 1;
  bottom: 400px;
  background: url("../img/chara/muichiro.webp") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  .content-bg .muichiro {
    width: min(34.8837209302vw, 150px);
    height: min(48.3720930233vw, 208px);
    bottom: min(-51.1627906977vw, -220px);
    left: 20px;
  }
}

#info.site-section-content {
  padding: 100px 0;
  width: 100%;
}
@media screen and (max-width:650px) {
  #info.site-section-content {
    padding: 40px 0;
  }
}
#info.site-section-content .site-section-inner {
  padding: 64px 0;
  margin: 0 auto;
}
@media screen and (max-width:650px) {
  #info.site-section-content .site-section-inner {
    padding: 80px 0;
    margin: 0 20px;
  }
}
#info.site-section-content .content-bg {
  padding: 60px 20px;
  margin: 0 20px 0;
  border-radius: 12px;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  position: relative;
  background: url("../img/sozai/content-bg.webp") repeat top/cover;
  background-size: 160%;
  text-align: center;
  position: relative;
}
@media screen and (max-width:650px) {
  #info.site-section-content .content-bg {
    width: 100%;
    margin: 0;
    padding: 16px;
    background-size: 200%;
  }
}
#info.site-section-content .content-bg .heading-h1 {
  font-size: 32px;
  margin: 0 auto 60px;
  border-bottom: 2px solid #1f2025;
  position: relative;
  width: 200px;
}
@media screen and (max-width:650px) {
  #info.site-section-content .content-bg .heading-h1 {
    font-size: 24px;
    margin: 0 auto 40px;
  }
}
#info.site-section-content .content-bg .heading-h1::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: -50px;
  left: -230px;
  z-index: 2;
  margin: auto;
  width: 60px;
  height: 50px;
  background: url("../img/sozai/title-deco_ll.webp") center/contain no-repeat;
  content: "";
}
@media screen and (max-width:650px) {
  #info.site-section-content .content-bg .heading-h1::before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: -38px;
    left: -224px;
    z-index: 2;
    margin: auto;
    width: 50px;
    height: 40px;
    background: url("../img/sozai/title-deco_ll.webp") center/contain no-repeat;
    content: "";
  }
}
#info.site-section-content .content-bg .heading-h1::after {
  position: absolute;
  top: 0px;
  right: -230px;
  bottom: -50px;
  left: 0px;
  z-index: 2;
  margin: auto;
  width: 60px;
  height: 50px;
  background: url("../img/sozai/title-deco_rr.webp") center/contain no-repeat;
  content: "";
}
@media screen and (max-width:650px) {
  #info.site-section-content .content-bg .heading-h1::after {
    position: absolute;
    top: 0px;
    right: -224px;
    bottom: -38px;
    left: 0px;
    z-index: 2;
    margin: auto;
    width: 50px;
    height: 40px;
    background: url("../img/sozai/title-deco_rr.webp") center/contain no-repeat;
    content: "";
  }
}
#info.site-section-content .content-bg .content-holder {
  display: flex;
  flex-direction: column;
  align-items: center;
}
#info.site-section-content .content-bg .content-holder .heading-h2 {
  margin-bottom: 16px;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  background: url("../img/sozai/title_dark.webp") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  #info.site-section-content .content-bg .content-holder .heading-h2 {
    font-size: 18px;
    line-height: 48px;
  }
}
#info.site-section-content .content-bg .content-holder .detail {
  margin-bottom: 16px;
}
#info.site-section-content .content-bg .content-holder .detail a {
  text-decoration: underline;
  transition: 0.4s;
}
#info.site-section-content .content-bg .content-holder .detail a:hover {
  opacity: 0.6;
}
#info.site-section-content .content-bg .content-holder small {
  margin-bottom: 16px;
  color: #1f2025;
}
#info.site-section-content .content-bg .content-holder p {
  margin-bottom: 16px;
}
#info.site-section-content .content-bg .tanjiro {
  position: absolute;
  width: 300px;
  height: 400px;
  bottom: 250px;
  right: -290px;
  z-index: 1;
  background: url("../img/chara/tanjiro.webp") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  #info.site-section-content .content-bg .tanjiro {
    width: min(46.511627907vw, 200px);
    height: min(46.511627907vw, 200px);
    bottom: min(-51.1627906977vw, -220px);
    right: 0;
  }
}
#info.site-section-content .content-bg .sabito {
  position: absolute;
  width: 272px;
  height: 408px;
  left: -290px;
  bottom: -360px;
  z-index: 10;
  background: url("../img/chara/sabito.webp") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  #info.site-section-content .content-bg .sabito {
    width: min(46.511627907vw, 200px);
    height: min(46.511627907vw, 200px);
    bottom: min(-51.1627906977vw, -220px);
    left: 0;
  }
}

#menu.site-section-content {
  padding: 100px 0;
  width: 100%;
  height: 100%;
  background: url("../img/sozai/bg-light.webp");
  padding: 200px 0;
  -webkit-clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%);
          clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%);
}
@media screen and (max-width:650px) {
  #menu.site-section-content {
    padding: 40px 0;
  }
}
#menu.site-section-content .site-section-inner {
  padding: 64px 0;
  margin: 0 auto;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner {
    padding: 80px 0;
    margin: 0 12px;
  }
}
#menu.site-section-content .content-bg {
  padding: 60px 20px;
  margin: 0 20px 0;
  border-radius: 12px;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  position: relative;
  background: url("../img/sozai/content-bg.webp") repeat bottom/cover;
  background-size: 160%;
  text-align: center;
  position: relative;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .content-bg {
    width: 100%;
    margin: 0;
    padding: 16px;
    background-size: 200%;
  }
}
#menu.site-section-content .content-bg .heading-h1 {
  font-size: 32px;
  margin: 0 auto 60px;
  border-bottom: 2px solid #1f2025;
  position: relative;
  width: 360px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .content-bg .heading-h1 {
    font-size: 24px;
    margin: 0 auto 40px;
    width: 253px;
  }
}
#menu.site-section-content .content-bg .heading-h1::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: -50px;
  left: -392px;
  z-index: 2;
  margin: auto;
  width: 60px;
  height: 50px;
  background: url("../img/sozai/title-deco_ll.webp") center/contain no-repeat;
  content: "";
}
@media screen and (max-width:650px) {
  #menu.site-section-content .content-bg .heading-h1::before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: -37px;
    left: -272px;
    z-index: 2;
    margin: auto;
    width: 50px;
    height: 40px;
    background: url("../img/sozai/title-deco_ll.webp") center/contain no-repeat;
    content: "";
  }
}
#menu.site-section-content .content-bg .heading-h1::after {
  position: absolute;
  top: 0px;
  right: -387px;
  bottom: -50px;
  left: 0px;
  z-index: 2;
  margin: auto;
  width: 60px;
  height: 50px;
  background: url("../img/sozai/title-deco_rr.webp") center/contain no-repeat;
  content: "";
}
@media screen and (max-width:650px) {
  #menu.site-section-content .content-bg .heading-h1::after {
    position: absolute;
    top: 0px;
    right: -271px;
    bottom: -37px;
    left: 0px;
    z-index: 2;
    margin: auto;
    width: 50px;
    height: 40px;
    background: url("../img/sozai/title-deco_rr.webp") center/contain no-repeat;
    content: "";
  }
}
#menu.site-section-content .content-bg .content-box {
  padding: 60px 20px;
  margin: 0 20px 0;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px 40px;
  background: url("../img/sozai/box-deco-lt.webp") no-repeat left top/10%, url("../img/sozai/box-deco-rt.webp") no-repeat right top/10%, url("../img/sozai/box-deco-lb.webp") no-repeat left bottom/10%, url("../img/sozai/box-deco-rb.webp") no-repeat right bottom/10%, url("../img/sozai/bg-check-dark.webp") repeat top/18%;
  color: #fff;
  border: 7px solid #c0a45c;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .content-bg .content-box {
    margin: 0 0 20px 0;
    padding: 16px;
  }
}
#menu.site-section-content .content-bg .content-box .heading-h2 {
  margin-bottom: 16px;
  width: 100%;
  height: 60px;
  color: #1f2025;
  font-size: 24px;
  line-height: 59px;
  background: url("../img/sozai/title_light.webp") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .content-bg .content-box .heading-h2 {
    font-size: 18px;
    line-height: 59px;
    margin-bottom: 0;
  }
}
#menu.site-section-content .content-bg .content-box .menu-price {
  margin-bottom: 16px;
  font-size: 24px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .content-bg .content-box .menu-price {
    font-size: 18px;
  }
}
#menu.site-section-content .content-bg .content-box .menu-photo {
  margin-bottom: 16px;
}
#menu.site-section-content .content-bg .content-box .menu-detail {
  font-size: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .content-bg .content-box .menu-detail {
    font-size: 16px;
  }
}
#menu.site-section-content .content-bg .content-box p {
  font-size: 16px;
  margin-bottom: 48px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .content-bg .content-box p {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
#menu.site-section-content .content-bg .content-box .heading-h3 {
  font-size: 24px;
  border-bottom: 2px solid #fff;
  margin-bottom: 32px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .content-bg .content-box .heading-h3 {
    font-size: 24px;
  }
}
#menu.site-section-content .content-bg .gyomei {
  position: absolute;
  width: 300px;
  height: 400px;
  bottom: 3500px;
  right: -290px;
  z-index: 1;
  background: url("../img/chara/gyomei.webp") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .content-bg .gyomei {
    display: none;
  }
}
#menu.site-section-content .content-bg .mitsuri {
  position: absolute;
  width: 333px;
  height: 408px;
  left: -308px;
  bottom: 2500px;
  z-index: 10;
  background: url("../img/chara/mitsuri.webp") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .content-bg .mitsuri {
    display: none;
  }
}
#menu.site-section-content .content-bg .zenitsu {
  position: absolute;
  width: 299px;
  height: 408px;
  right: -303px;
  bottom: 1000px;
  background: url("../img/chara/zenitsu.webp") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .content-bg .zenitsu {
    display: none;
  }
}

#menu-open {
  width: 160px;
  height: 160px;
  background: url("../img/sozai/menu_icon.webp") no-repeat center/cover;
}
@media screen and (max-width:880px) {
  #menu-open {
    width: 132px;
    height: 132px;
  }
}
@media screen and (max-width:732px) {
  #menu-open {
    width: 94px;
    height: 94px;
  }
}
@media screen and (max-width:390px) {
  #menu-open {
    width: 72px;
    height: 72px;
  }
}

.btn-menu {
  position: fixed;
  right: 1rem;
  top: 1rem;
  z-index: 4;
  padding: 0.5rem 1rem;
  width: 4rem;
  height: 4rem;
}
@media screen and (max-width:390px) {
  .btn-menu {
    right: 0.5rem;
    top: 0.5rem;
  }
}

#menu-close {
  width: 90px;
  height: 90px;
  background: url("../img/sozai/menu_close.webp") no-repeat center/cover;
}
@media screen and (max-width:650px) {
  #menu-close {
    width: 72px;
    height: 72px;
  }
}

#menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
  padding: 6.5rem 2rem 0;
  width: 440px;
  height: 100vh;
  background-color: rgba(16, 16, 20, 0.9254901961);
  translate: 100vw;
  z-index: 999;
}
@media screen and (max-width:650px) {
  #menu-panel {
    translate: 110vw;
    width: 100%;
  }
}

.menu-list {
  list-style: none;
}

.menu-list li {
  width: 100%;
  height: 136px;
  margin: 1rem 0;
  opacity: 0;
  transition: 0.5s;
}
.menu-list li.list-item-event {
  background: url("../img/sozai/menu_gaiyou.webp") no-repeat center/contain;
}
.menu-list li.list-item-menu {
  background: url("../img/sozai/menu_food.webp") no-repeat center/contain;
}
.menu-list li.list-item-goods {
  background: url("../img/sozai/menu_goods.webp") no-repeat center/contain;
}
.menu-list li.list-item-special {
  background: url("../img/sozai/menu_special.webp") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  .menu-list li {
    height: 116px;
  }
}

.menu-list li a {
  display: inline-block;
  width: 100%;
  height: 116px;
  font-size: 0;
}

.hide {
  transform: translateX(100vh);
}

#special.site-section-content {
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: url("../img/sozai/bg-light.webp");
  padding: 200px 0;
  -webkit-clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%);
          clip-path: polygon(0 calc(0% + 7vw), 100% 0, 100% calc(100% - 7vw), 0 100%);
}
@media screen and (max-width:650px) {
  #special.site-section-content {
    padding: 40px 0 160px;
  }
}
#special.site-section-content .site-section-inner {
  padding: 64px 0;
  margin: 0 auto;
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner {
    padding: 80px 0;
    margin: 0 12px;
  }
}
#special.site-section-content .slidein-bg {
  width: 100%;
  height: 100%;
  background: yellow;
}
#special.site-section-content .content-bg {
  padding: 60px 20px;
  margin: 0 20px 0;
  border-radius: 12px;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  position: relative;
  background: url("../img/sozai/content-bg.webp") repeat bottom/cover;
  background-size: 160%;
  text-align: center;
}
@media screen and (max-width:650px) {
  #special.site-section-content .content-bg {
    width: 100%;
    margin: 0;
    padding: 12px;
    background-size: 200%;
  }
}
#special.site-section-content .content-bg .heading-h1 {
  font-size: 32px;
  margin: 0 auto 60px;
  border-bottom: 2px solid #1f2025;
  position: relative;
  width: 360px;
}
@media screen and (max-width:650px) {
  #special.site-section-content .content-bg .heading-h1 {
    font-size: 24px;
    margin: 0 auto 40px;
    width: 253px;
  }
}
#special.site-section-content .content-bg .heading-h1::before {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: -50px;
  left: -392px;
  z-index: 2;
  margin: auto;
  width: 60px;
  height: 50px;
  background: url("../img/sozai/title-deco_ll.webp") center/contain no-repeat;
  content: "";
}
@media screen and (max-width:650px) {
  #special.site-section-content .content-bg .heading-h1::before {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: -37px;
    left: -272px;
    z-index: 2;
    margin: auto;
    width: 50px;
    height: 40px;
    background: url("../img/sozai/title-deco_ll.webp") center/contain no-repeat;
    content: "";
  }
}
#special.site-section-content .content-bg .heading-h1::after {
  position: absolute;
  top: 0px;
  right: -387px;
  bottom: -50px;
  left: 0px;
  z-index: 2;
  margin: auto;
  width: 60px;
  height: 50px;
  background: url("../img/sozai/title-deco_rr.webp") center/contain no-repeat;
  content: "";
}
@media screen and (max-width:650px) {
  #special.site-section-content .content-bg .heading-h1::after {
    position: absolute;
    top: 0px;
    right: -271px;
    bottom: -37px;
    left: 0px;
    z-index: 2;
    margin: auto;
    width: 50px;
    height: 40px;
    background: url("../img/sozai/title-deco_rr.webp") center/contain no-repeat;
    content: "";
  }
}
#special.site-section-content .content-bg .content-box {
  padding: 60px 20px;
  margin: 0 0 20px 0;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: url("../img/sozai/box-deco-lt.webp") no-repeat left top/10%, url("../img/sozai/box-deco-rt.webp") no-repeat right top/10%, url("../img/sozai/box-deco-lb.webp") no-repeat left bottom/10%, url("../img/sozai/box-deco-rb.webp") no-repeat right bottom/10%, url("../img/sozai/bg-check-dark.webp") repeat top/18%;
  color: #fff;
  border: 7px solid #c0a45c;
}
@media screen and (max-width:650px) {
  #special.site-section-content .content-bg .content-box {
    padding: 16px;
  }
}
#special.site-section-content .content-bg .content-box .modal-toggle {
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
#special.site-section-content .content-bg .content-box .modal-expand {
  position: absolute;
  text-align: center;
  line-height: 28px;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: #ec654d;
  top: 10px;
  right: 10px;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width:650px) {
  #special.site-section-content .content-bg .content-box .modal-expand {
    top: 6px;
    right: 6px;
    line-height: 23px;
    width: 24px;
    height: 24px;
    font-size: 16px;
  }
}
#special.site-section-content .content-bg .content-box .modal-expand .modal-text {
  position: relative;
}
#special.site-section-content .content-bg .content-box .modal-expand .modal-text .plus {
  position: absolute;
  top: -4px;
  left: 15px;
  font-size: 16px;
}
@media screen and (max-width:650px) {
  #special.site-section-content .content-bg .content-box .modal-expand .modal-text .plus {
    top: 0px;
    left: 6px;
  }
}
#special.site-section-content .content-bg .content-box .modal-expand .modal-text .zoom {
  position: absolute;
  top: 10px;
  left: 3px;
  font-size: 14px;
}
@media screen and (max-width:650px) {
  #special.site-section-content .content-bg .content-box .modal-expand .modal-text .zoom {
    display: none;
  }
}
#special.site-section-content .content-bg .content-box p {
  font-size: 24px;
  margin-bottom: 32px;
}
@media screen and (max-width:650px) {
  #special.site-section-content .content-bg .content-box p {
    font-size: 18px;
  }
}
#special.site-section-content .content-bg .content-box .heading-h2 {
  margin-bottom: 16px;
  width: 100%;
  height: 50px;
  color: #1f2025;
  font-size: 24px;
  line-height: 50px;
  background: url("../img/sozai/title_light.webp") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  #special.site-section-content .content-bg .content-box .heading-h2 {
    font-size: 18px;
    line-height: 48px;
  }
}
#special.site-section-content .content-bg .content-box span {
  font-size: 24px;
}
@media screen and (max-width:650px) {
  #special.site-section-content .content-bg .content-box span {
    font-size: 18px;
  }
}
#special.site-section-content .content-bg .content-box .heading-h3 {
  font-size: 24px;
  margin: 24px 0;
}
@media screen and (max-width:650px) {
  #special.site-section-content .content-bg .content-box .heading-h3 {
    font-size: 16px;
  }
}
#special.site-section-content .content-bg .content-box .special-detail {
  margin-bottom: 32px;
  list-style: none;
}
#special.site-section-content .content-bg .tengen {
  position: absolute;
  width: 335px;
  height: 437px;
  right: -336px;
  top: 219px;
  background: url("../img/chara/tengen.webp") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  #special.site-section-content .content-bg .tengen {
    display: none;
  }
}

#slideshow {
  height: 765px;
  display: flex;
  align-items: center;
}

.slideshow__wrap {
  display: flex;
  margin-bottom: 50px;
}
.slideshow__wrap .slideshow__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.slideshow__wrap .slideshow__list:first-child {
  animation: loop 60s -30s linear infinite;
}
.slideshow__wrap .slideshow__list:last-child {
  animation: loop2 60s linear infinite;
}

.slideshow__item {
  width: 260px;
  height: 360px;
  transition: 0.4s;
}
@media screen and (max-width:650px) {
  .slideshow__item {
    width: 50vw;
    margin: 0 10px;
  }
}
.slideshow__item.tanjiro {
  background: url("../img/cards/slide_tanjiro.webp") no-repeat center/contain;
}
.slideshow__item.gyomei {
  background: url("../img/cards/slide_gyomei.webp") no-repeat center/contain;
}
.slideshow__item.tamayo {
  background: url("../img/cards/slide_tamayo.webp") no-repeat center/contain;
}
.slideshow__item.inosuke {
  background: url("../img/cards/slide_inosuke.webp") no-repeat center/contain;
}
.slideshow__item.kyojuro {
  background: url("../img/cards/slide_kyojuro.webp") no-repeat center/contain;
}
.slideshow__item.shinobu {
  background: url("../img/cards/slide_shinobu.webp") no-repeat center/contain;
}
.slideshow__item.tengen {
  background: url("../img/cards/slide_tengen.webp") no-repeat center/contain;
}
.slideshow__item.mitsuri {
  background: url("../img/cards/slide_mitsuri.webp") no-repeat center/contain;
}
.slideshow__item.genya {
  background: url("../img/cards/slide_genya.webp") no-repeat center/contain;
}
.slideshow__item.nezuko {
  background: url("../img/cards/slide_nezuko.webp") no-repeat center/contain;
}
.slideshow__item.obanai {
  background: url("../img/cards/slide_obanai.webp") no-repeat center/contain;
}
.slideshow__item.sanemi {
  background: url("../img/cards/slide_sanemi.webp") no-repeat center/contain;
}
.slideshow__item.zenitsu {
  background: url("../img/cards/slide_zenitsu.webp") no-repeat center/contain;
}
.slideshow__item.muichiro {
  background: url("../img/cards/slide_muichiro.webp") no-repeat center/contain;
}
.slideshow__item.sabito {
  background: url("../img/cards/slide_sabito.webp") no-repeat center/contain;
}
.slideshow__item.kanawo {
  background: url("../img/cards/slide_kanawo.webp") no-repeat center/contain;
}
.slideshow__item.giyu {
  background: url("../img/cards/slide_giyu.webp") no-repeat center/contain;
}
.slideshow__item.muzan {
  background: url("../img/cards/slide_muzan.webp") no-repeat center/contain;
}

.slideshow__wrap:hover .slideshow__list--left {
  animation-play-state: paused;
}

.goods-modal {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 1s ease-in-out;
  z-index: 9999;
}

.modal-content {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  height: 600px;
  animation: show 0.5s linear 0s;
  z-index: 10;
}
.modal-content img {
  width: 100%;
}
@media screen and (max-width:650px) {
  .modal-content {
    width: 90%;
    height: auto;
  }
}

.modal-top {
  display: inline-block;
  position: absolute;
  right: 5px;
  top: 5px;
}

.modal-close {
  color: #6e6b7e;
  text-decoration: none;
  font-size: 40px;
  line-height: 1;
  padding: 0 8px;
}

.modal-close:hover,
.modal-close:focus {
  text-decoration: none;
  cursor: pointer;
}

@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */