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

@keyframes slideLeft {
  0% {
    opacity: 0;
    transform: translateX(-200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(200px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
#about.site-section-content {
  padding: 200px 0px;
  background: url("../img/sozai/bg-red.png") #7b3433;
  background-size: 300px;
}
@media screen and (max-width:650px) {
  #about.site-section-content {
    padding: 100px 0;
  }
}
#about.site-section-content .site-section-inner {
  padding: 64px 32px 0px;
  margin: 0 auto;
}
@media screen and (max-width:650px) {
  #about.site-section-content .site-section-inner {
    padding: 140px 32px;
    margin: 0 auto;
  }
}
#about.site-section-content .site-section-inner .content-holder {
  text-align: center;
  color: #f8f6eb;
  position: relative;
}
#about.site-section-content .site-section-inner .content-holder h1 {
  margin-bottom: 16px;
  font-size: 32px;
}
@media screen and (max-width:650px) {
  #about.site-section-content .site-section-inner .content-holder h1 {
    font-size: 20px;
  }
}
#about.site-section-content .site-section-inner .content-holder .kasumi-1 {
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
  background: url("../img/sozai/kasumi_s.png") no-repeat center/contain;
  width: 500px;
  height: 156px;
  position: absolute;
  top: -170px;
  left: 50%;
  margin-left: -817px;
}
@media screen and (max-width:1100px) {
  #about.site-section-content .site-section-inner .content-holder .kasumi-1 {
    top: -170px;
    left: 50%;
    margin-left: -707px;
  }
}
@media screen and (max-width:650px) {
  #about.site-section-content .site-section-inner .content-holder .kasumi-1 {
    width: 380px;
    height: 98px;
    margin-left: -450px;
  }
}
@media screen and (max-width:550px) {
  #about.site-section-content .site-section-inner .content-holder .kasumi-1 {
    margin-left: -378px;
  }
}
#about.site-section-content .site-section-inner .content-holder .hana-1 {
  background: url("../img/sozai/hana-lt.png") no-repeat center/contain;
  width: 151px;
  height: 152px;
  position: absolute;
  top: -137px;
  left: 50%;
  margin-left: -594px;
  animation-name: fadeUp;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width:1100px) {
  #about.site-section-content .site-section-inner .content-holder .hana-1 {
    left: 50%;
    margin-left: -450px;
  }
}
@media screen and (max-width:650px) {
  #about.site-section-content .site-section-inner .content-holder .hana-1 {
    width: 151px;
    height: 118px;
    margin-left: -317px;
  }
}
@media screen and (max-width:550px) {
  #about.site-section-content .site-section-inner .content-holder .hana-1 {
    width: 100px;
    height: 100px;
    margin-left: -210px;
  }
}
#about.site-section-content .site-section-inner .content-holder .kasumi-2 {
  background: url("../img/sozai/kasumi_s.png") no-repeat center/contain;
  width: 500px;
  height: 156px;
  position: absolute;
  bottom: -170px;
  right: 50%;
  margin-right: -817px;
  animation-name: slideRight;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width:1100px) {
  #about.site-section-content .site-section-inner .content-holder .kasumi-2 {
    right: 50%;
    margin-right: -707px;
  }
}
@media screen and (max-width:650px) {
  #about.site-section-content .site-section-inner .content-holder .kasumi-2 {
    width: 380px;
    height: 98px;
    margin-right: -450px;
  }
}
@media screen and (max-width:550px) {
  #about.site-section-content .site-section-inner .content-holder .kasumi-2 {
    margin-right: -378px;
  }
}
#about.site-section-content .site-section-inner .content-holder .hana-2 {
  background: url("../img/sozai/hana-lt.png") no-repeat center/contain;
  width: 151px;
  height: 152px;
  position: absolute;
  bottom: -137px;
  right: 50%;
  margin-right: -594px;
  animation-name: slideRight;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width:1100px) {
  #about.site-section-content .site-section-inner .content-holder .hana-2 {
    right: 50%;
    margin-right: -450px;
  }
}
@media screen and (max-width:650px) {
  #about.site-section-content .site-section-inner .content-holder .hana-2 {
    width: 151px;
    height: 118px;
    margin-right: -317px;
  }
}
@media screen and (max-width:550px) {
  #about.site-section-content .site-section-inner .content-holder .hana-2 {
    width: 100px;
    height: 100px;
    margin-right: -210px;
  }
}

header {
  background: url("../img/sozai/bg_paper_header.webp") no-repeat center/cover;
  width: 100%;
  height: 930px;
  min-width: 900px;
  margin: auto;
  max-width: 1920px;
  background-color: linear-gradient(180deg, #f5d56e, #dda130);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:1300px) {
  header {
    height: 800px;
  }
}
@media screen and (max-width:1200px) {
  header {
    height: 800px;
  }
}
@media screen and (max-width:1100px) {
  header {
    height: 762px;
  }
}
@media screen and (max-width:650px) {
  header {
    min-width: unset;
    width: 100%;
    height: 912px;
  }
}
@media screen and (max-width:550px) {
  header {
    height: 812px;
  }
}
@media screen and (max-width:450px) {
  header {
    height: 750px;
  }
}
@media screen and (max-width:400px) {
  header {
    height: 700px;
  }
}
header h1 {
  display: none;
}
header .bg-red-l {
  background: url("../img/sozai/bg-circle.png") no-repeat center/contain;
  width: 600px;
  height: 600px;
  position: absolute;
  top: -100px;
  left: -200px;
}
@media screen and (max-width:650px) {
  header .bg-red-l {
    width: 300px;
    height: 300px;
    top: -50px;
    left: -50px;
  }
}
@media screen and (max-width:450px) {
  header .bg-red-l {
    width: 246px;
    height: 246px;
  }
}
header .bg-red-r {
  background: url("../img/sozai/bg-circle.png") no-repeat center/contain;
  width: 600px;
  height: 600px;
  position: absolute;
  bottom: -100px;
  right: -200px;
}
@media screen and (max-width:1500px) {
  header .bg-red-r {
    width: 500px;
    height: 500px;
    bottom: -100px;
  }
}
@media screen and (max-width:1300px) {
  header .bg-red-r {
    width: 450px;
    height: 450px;
    bottom: -100px;
  }
}
@media screen and (max-width:650px) {
  header .bg-red-r {
    width: 300px;
    height: 300px;
    bottom: 0px;
    right: -50px;
  }
}
@media screen and (max-width:450px) {
  header .bg-red-r {
    width: 246px;
    height: 246px;
  }
}
header .kasumi-1 {
  background: url("../img/sozai/kasumi_s.png") no-repeat center/contain;
  width: 500px;
  height: 156px;
  position: absolute;
  top: 0;
  left: -232px;
  animation-name: slideLeft;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width:650px) {
  header .kasumi-1 {
    width: 348px;
    height: 100px;
    left: -143px;
  }
}
@media screen and (max-width:450px) {
  header .kasumi-1 {
    width: 251px;
    height: 72px;
    top: 18px;
    left: -98px;
  }
}
header .kasumi-2 {
  background: url("../img/sozai/kasumi_m.png") no-repeat center/contain;
  width: 462px;
  height: 183px;
  position: absolute;
  bottom: 30px;
  left: -102px;
  animation-name: slideLeft;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width:650px) {
  header .kasumi-2 {
    width: 348px;
    height: 113px;
    bottom: 30px;
    left: -140px;
  }
}
@media screen and (max-width:650px) {
  header .kasumi-2 {
    width: 218px;
    height: 113px;
    bottom: 30px;
    left: -66px;
  }
}
header .kasumi-3 {
  background: url("../img/sozai/kasumi_m.png") no-repeat center/contain;
  width: 406px;
  height: 156px;
  position: absolute;
  top: 47px;
  right: -185px;
  animation-name: slideRight;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width:650px) {
  header .kasumi-3 {
    width: 354px;
    height: 134px;
  }
}
@media screen and (max-width:650px) {
  header .kasumi-3 {
    width: 253px;
    right: -114px;
  }
}
header .kasumi-4 {
  background: url("../img/sozai/kasumi_s.png") no-repeat center/contain;
  width: 462px;
  height: 150px;
  position: absolute;
  bottom: 97px;
  right: -102px;
  animation-name: slideRight;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width:650px) {
  header .kasumi-4 {
    width: 361px;
    height: 145px;
    bottom: 59px;
  }
}
@media screen and (max-width:650px) {
  header .kasumi-4 {
    width: 235px;
    bottom: 14px;
    right: -70px;
  }
}
header .hana-1 {
  background: url("../img/sozai/hana-lt.png") no-repeat center/contain;
  width: 172px;
  height: 214px;
  position: absolute;
  top: 88px;
  left: -15px;
  animation-name: slideLeft;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width:1100px) {
  header .hana-1 {
    height: 157px;
    left: -52px;
  }
}
@media screen and (max-width:650px) {
  header .hana-1 {
    width: 128px;
    height: 145px;
    left: 5px;
  }
}
@media screen and (max-width:450px) {
  header .hana-1 {
    width: 128px;
    height: 104px;
    top: 70px;
    left: -15px;
  }
}
header .hana-2 {
  background: url("../img/sozai/hana-lb.png") no-repeat center/contain;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 38px;
  left: 0px;
  animation-name: slideLeft;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width:1100px) {
  header .hana-2 {
    width: 155px;
    height: 166px;
    left: -33px;
  }
}
@media screen and (max-width:650px) {
  header .hana-2 {
    width: 167px;
    height: 170px;
    bottom: 73px;
    left: 24px;
  }
}
@media screen and (max-width:450px) {
  header .hana-2 {
    height: 124px;
    left: -12px;
  }
}
header .hana-3 {
  background: url("../img/sozai/hana-rt.png") no-repeat center/contain;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0px;
  right: -50px;
  animation-name: slideRight;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width:1100px) {
  header .hana-3 {
    width: 167px;
    height: 155px;
  }
}
@media screen and (max-width:650px) {
  header .hana-3 {
    width: 146px;
    height: 139px;
    top: 40px;
    right: -15px;
  }
}
@media screen and (max-width:450px) {
  header .hana-3 {
    width: 110px;
  }
}
header .hana-4 {
  background: url("../img/sozai/hana-rb.png") no-repeat center/contain;
  width: 200px;
  height: 200px;
  position: absolute;
  bottom: 200px;
  right: -50px;
  animation-name: slideRight;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width:1100px) {
  header .hana-4 {
    width: 150px;
    height: 162px;
    right: -29px;
  }
}
@media screen and (max-width:650px) {
  header .hana-4 {
    width: 164px;
    height: 150px;
    bottom: 119px;
  }
}
@media screen and (max-width:450px) {
  header .hana-4 {
    right: -10px;
    width: 85px;
    height: 84px;
    bottom: 119px;
  }
}
header .kimetsu-logo {
  background: url("../img/logo/logo-kimetsu.webp") no-repeat center/contain;
  width: 120px;
  height: 120px;
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 999;
}
@media screen and (max-width:1100px) {
  header .kimetsu-logo {
    width: 105px;
    height: 105px;
    top: 8px;
    left: 8px;
  }
}
@media screen and (max-width:450px) {
  header .kimetsu-logo {
    width: 90px;
    height: 79px;
  }
}
@media screen and (max-width:400px) {
  header .kimetsu-logo {
    top: 8px;
    left: 10px;
    width: 70px;
    height: 79px;
  }
}
header .chara-cards {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 280px 280px 280px 280px;
  grid-template-rows: 400px 400px;
  gap: 15px;
  justify-content: center;
}
@media screen and (max-width:1500px) {
  header .chara-cards {
    grid-template-columns: 240px 240px 240px 240px;
    grid-template-rows: 372px 372px;
  }
}
@media screen and (max-width:1400px) {
  header .chara-cards {
    margin-top: 70px;
    grid-template-columns: 240px 240px 240px 240px;
    grid-template-rows: 345px 345px;
  }
}
@media screen and (max-width:1300px) {
  header .chara-cards {
    margin-top: 80px;
    grid-template-columns: 206px 206px 206px 206px;
    grid-template-rows: 293px 293px;
  }
}
@media screen and (max-width:1200px) {
  header .chara-cards {
    margin-top: 100px;
  }
}
@media screen and (max-width:1100px) {
  header .chara-cards {
    margin-top: 117px;
    grid-template-columns: 185px 185px 185px 185px;
    grid-template-rows: 270px 270px;
  }
}
@media screen and (max-width:650px) {
  header .chara-cards {
    grid-template-columns: 70px 70px 70px 70px 70px 70px;
    grid-template-rows: 220px 220px 220px;
  }
}
@media screen and (max-width:550px) {
  header .chara-cards {
    grid-template-columns: 60px 60px 60px 60px 60px 60px;
    grid-template-rows: 194px 194px 194px;
  }
}
@media screen and (max-width:450px) {
  header .chara-cards {
    grid-template-columns: 50px 50px 50px 50px 50px 50px;
    grid-template-rows: 165px 165px 165px;
    margin-top: 157px;
  }
}
@media screen and (max-width:400px) {
  header .chara-cards {
    grid-template-columns: 44px 44px 44px 44px 44px 44px;
    grid-template-rows: 149px 149px 149px;
  }
}
header .chara-cards .card {
  background: url("../img/sozai/header_giyu.webp") no-repeat center/contain;
  z-index: 1;
  opacity: 0;
}
header .chara-cards .card.animated {
  animation-name: slideLeft;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
header .chara-cards .event {
  background: url("../img/sozai/logo.webp") no-repeat center/contain;
  animation-delay: 0.3s;
}
@media screen and (max-width:650px) {
  header .chara-cards .event {
    background: url("../img/sozai/header_giyu.webp") no-repeat center/contain;
    grid-row: 1/2;
    grid-column: 1/3;
  }
}
header .chara-cards .tanjiro {
  background: url("../img/sozai/header_tanjiro.webp") no-repeat center/contain;
  animation-delay: 0.4s;
}
@media screen and (max-width:650px) {
  header .chara-cards .tanjiro {
    background: url("../img/sozai/header_shinobu.webp") no-repeat center/contain;
    grid-row: 1/2;
    grid-column: 3/5;
  }
}
header .chara-cards .nezuko {
  background: url("../img/sozai/header_nezuko.webp") no-repeat center/contain;
  animation-delay: 0.5s;
}
@media screen and (max-width:650px) {
  header .chara-cards .nezuko {
    background: url("../img/sozai/header_obanai.webp") no-repeat center/contain;
    grid-row: 1/2;
    grid-column: 5/7;
  }
}
header .chara-cards .giyu {
  background: url("../img/sozai/header_giyu.webp") no-repeat center/contain;
  animation-delay: 0.6s;
}
@media screen and (max-width:650px) {
  header .chara-cards .giyu {
    background: url("../img/sozai/header_tanjiro.webp") no-repeat center/contain;
    grid-row: 2/3;
    grid-column: 1/3;
  }
}
header .chara-cards .shinobu {
  background: url("../img/sozai/header_shinobu.webp") no-repeat center/contain;
  animation-delay: 0.7s;
}
@media screen and (max-width:650px) {
  header .chara-cards .shinobu {
    background: url("../img/sozai/logo.webp") no-repeat center/contain;
    grid-row: 2/3;
    grid-column: 3/5;
  }
}
header .chara-cards .obanai {
  background: url("../img/sozai/header_obanai.webp") no-repeat center/contain;
  animation-delay: 0.8s;
}
@media screen and (max-width:650px) {
  header .chara-cards .obanai {
    background: url("../img/sozai/header_nezuko.webp") no-repeat center/contain;
    grid-row: 2/3;
    grid-column: 5/7;
  }
}
header .chara-cards .sanemi {
  background: url("../img/sozai/header_sanemi.webp") no-repeat center/contain;
  animation-delay: 0.9s;
}
@media screen and (max-width:650px) {
  header .chara-cards .sanemi {
    grid-row: 3/4;
    grid-column: 2/4;
  }
}
header .chara-cards .gyomei {
  background: url("../img/sozai/header_gyomei.webp") no-repeat center/contain;
  animation-delay: 1s;
}
@media screen and (max-width:650px) {
  header .chara-cards .gyomei {
    grid-row: 3/4;
    grid-column: 4/6;
  }
}

footer {
  width: 100%;
  min-width: 1100px;
  position: relative;
}
@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: 200px;
  height: 200px;
  position: absolute;
  bottom: 78px;
  right: 60px;
  transition: 0.5s;
  background: url("../img/sozai/back_to_top.png") no-repeat center/contain;
}
.back_to_top:hover {
  bottom: 65px;
}
@media screen and (max-width:1100px) {
  .back_to_top {
    right: 216px;
  }
}
@media screen and (max-width:650px) {
  .back_to_top {
    width: 120px;
    height: 120px;
    right: 12px;
  }
}
@media screen and (max-width:550px) {
  .back_to_top {
    width: 100px;
    height: 100px;
    bottom: 100px;
  }
}
.back_to_top a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.site-ufoservice {
  background-color: #676767;
}

.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 {
  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%;
  overflow: hidden;
}
@media screen and (max-width:650px) {
  #goods.site-section-content {
    padding: 0;
  }
}
#goods.site-section-content .site-section-inner {
  padding: 60px 0px;
  margin: 0 12px;
  position: relative;
}
#goods.site-section-content .site-section-inner .kasumi-1 {
  background: url("../img/sozai/kasumi_s.png") no-repeat center/contain;
  width: 500px;
  height: 156px;
  position: absolute;
  top: -93px;
  left: 50%;
  margin-left: -991px;
}
@media screen and (max-width:1100px) {
  #goods.site-section-content .site-section-inner .kasumi-1 {
    display: none;
  }
}
#goods.site-section-content .site-section-inner .hana-1 {
  background: url("../img/sozai/hana-lt.png") no-repeat center/contain;
  width: 151px;
  height: 152px;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -720px;
}
@media screen and (max-width:1100px) {
  #goods.site-section-content .site-section-inner .hana-1 {
    display: none;
  }
}
#goods.site-section-content .site-section-inner .kasumi-2 {
  background: url("../img/sozai/kasumi_s.png") no-repeat center/contain;
  width: 500px;
  height: 156px;
  position: absolute;
  bottom: 122px;
  right: 50%;
  margin-right: -987px;
}
@media screen and (max-width:1100px) {
  #goods.site-section-content .site-section-inner .kasumi-2 {
    display: none;
  }
}
#goods.site-section-content .site-section-inner .hana-2 {
  background: url("../img/sozai/hana-lt.png") no-repeat center/contain;
  width: 151px;
  height: 152px;
  position: absolute;
  bottom: 61px;
  right: 50%;
  margin-right: -764px;
}
@media screen and (max-width:1100px) {
  #goods.site-section-content .site-section-inner .hana-2 {
    display: none;
  }
}
#goods.site-section-content .site-section-inner .bg-red-l {
  background: url("../img/sozai/bg-circle.png") no-repeat center/contain;
  width: 600px;
  height: 600px;
  position: absolute;
  top: -254px;
  left: 50%;
  margin-left: -1106px;
}
@media screen and (max-width:1100px) {
  #goods.site-section-content .site-section-inner .bg-red-l {
    display: none;
  }
}
#goods.site-section-content .site-section-inner .bg-red-r {
  background: url("../img/sozai/bg-circle.png") no-repeat center/contain;
  width: 600px;
  height: 600px;
  position: absolute;
  bottom: -254px;
  right: 50%;
  margin-right: -1106px;
}
@media screen and (max-width:1100px) {
  #goods.site-section-content .site-section-inner .bg-red-r {
    display: none;
  }
}
#goods.site-section-content .site-section-inner .kasumi-3 {
  background: url("../img/sozai/kasumi_s.png") no-repeat center/contain;
  width: 500px;
  height: 156px;
  position: absolute;
  top: -93px;
  left: 50%;
  margin-left: -991px;
}
@media screen and (max-width:1100px) {
  #goods.site-section-content .site-section-inner .kasumi-3 {
    display: none;
  }
}
#goods.site-section-content .site-section-inner .hana-3 {
  background: url("../img/sozai/hana-lt.png") no-repeat center/contain;
  width: 151px;
  height: 152px;
  position: absolute;
  top: -40px;
  left: 50%;
  margin-left: -720px;
}
@media screen and (max-width:1100px) {
  #goods.site-section-content .site-section-inner .hana-3 {
    display: none;
  }
}
#goods.site-section-content .site-section-inner .kasumi-4 {
  background: url("../img/sozai/kasumi_s.png") no-repeat center/contain;
  width: 500px;
  height: 156px;
  position: absolute;
  top: 1228px;
  right: 50%;
  margin-right: -987px;
}
@media screen and (max-width:1100px) {
  #goods.site-section-content .site-section-inner .kasumi-4 {
    display: none;
  }
}
#goods.site-section-content .site-section-inner .hana-4 {
  background: url("../img/sozai/hana-lt.png") no-repeat center/contain;
  width: 151px;
  height: 152px;
  position: absolute;
  top: 1200px;
  right: 50%;
  margin-right: -792px;
}
@media screen and (max-width:1100px) {
  #goods.site-section-content .site-section-inner .hana-4 {
    display: none;
  }
}
#goods.site-section-content .site-section-inner .kasumi-5 {
  background: url("../img/sozai/kasumi_s.png") no-repeat center/contain;
  width: 500px;
  height: 156px;
  position: absolute;
  bottom: 287px;
  left: 50%;
  margin-left: -991px;
}
@media screen and (max-width:1100px) {
  #goods.site-section-content .site-section-inner .kasumi-5 {
    display: none;
  }
}
#goods.site-section-content .site-section-inner .hana-5 {
  background: url("../img/sozai/hana-lt.png") no-repeat center/contain;
  width: 151px;
  height: 152px;
  position: absolute;
  bottom: 241px;
  left: 50%;
  margin-left: -754px;
}
@media screen and (max-width:1100px) {
  #goods.site-section-content .site-section-inner .hana-5 {
    display: none;
  }
}
#goods.site-section-content .site-section-inner .bg-red-l-7 {
  background: url("../img/sozai/bg-circle.png") no-repeat center/contain;
  width: 600px;
  height: 600px;
  position: absolute;
  top: -313px;
  left: 50%;
  margin-left: -1106px;
}
@media screen and (max-width:1100px) {
  #goods.site-section-content .site-section-inner .bg-red-l-7 {
    display: none;
  }
}
#goods.site-section-content .site-section-inner .bg-red-l2-7 {
  background: url("../img/sozai/bg-circle.png") no-repeat center/contain;
  width: 600px;
  height: 600px;
  position: absolute;
  bottom: 200px;
  left: 50%;
  margin-left: -1106px;
}
@media screen and (max-width:1100px) {
  #goods.site-section-content .site-section-inner .bg-red-l2-7 {
    display: none;
  }
}
#goods.site-section-content .site-section-inner .bg-red-r-7 {
  background: url("../img/sozai/bg-circle.png") no-repeat center/contain;
  width: 600px;
  height: 600px;
  position: absolute;
  top: 900px;
  right: 50%;
  margin-right: -1106px;
}
@media screen and (max-width:1100px) {
  #goods.site-section-content .site-section-inner .bg-red-r-7 {
    display: none;
  }
}
#goods.site-section-content .site-section-inner .bg-red-r2-7 {
  background: url("../img/sozai/bg-circle.png") no-repeat center/contain;
  width: 600px;
  height: 600px;
  position: absolute;
  bottom: 720px;
  right: 50%;
  margin-right: -1106px;
}
@media screen and (max-width:1100px) {
  #goods.site-section-content .site-section-inner .bg-red-r2-7 {
    display: none;
  }
}
#goods.site-section-content .site-section-inner .kasumi-6 {
  background: url("../img/sozai/kasumi_s.png") no-repeat center/contain;
  width: 500px;
  height: 156px;
  position: absolute;
  bottom: 858px;
  right: 50%;
  margin-right: -991px;
}
@media screen and (max-width:1100px) {
  #goods.site-section-content .site-section-inner .kasumi-6 {
    display: none;
  }
}
#goods.site-section-content .site-section-inner .hana-6 {
  background: url("../img/sozai/hana-lt.png") no-repeat center/contain;
  width: 151px;
  height: 152px;
  position: absolute;
  bottom: 902px;
  right: 50%;
  margin-right: -754px;
}
@media screen and (max-width:1100px) {
  #goods.site-section-content .site-section-inner .hana-6 {
    display: none;
  }
}
#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: #f8f6eb;
  color: #4a302d;
  padding: 10px 15px;
  margin: 0 4px 8px;
  flex-grow: 1;
  border: 1px solid #4a302d;
  border-radius: 24px;
  font-size: 20px;
  position: relative;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner button {
    font-size: 16px;
    font-weight: bold;
    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: #7b3433;
  color: #f8f6eb;
  border: 4px solid #d8a342;
}
#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_r.png") no-repeat center/contain;
  height: 130px;
  margin: 0 auto 80px;
  line-height: 136px;
  font-size: 40px;
  text-align: center;
  color: #f8f6eb;
  position: relative;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .heading-h1 {
    width: 100%;
    margin: 40px auto 16px;
    line-height: 128px;
    font-size: 32px;
  }
}
@media screen and (max-width:550px) {
  #goods.site-section-content .heading-h1 {
    width: 100%;
    line-height: 125px;
  }
}
@media screen and (max-width:450px) {
  #goods.site-section-content .heading-h1 {
    font-size: 22px;
  }
}
#goods.site-section-content .content-bg {
  padding: 60px;
  margin: 0 20px 0;
  border-radius: 12px;
  width: 900px;
  height: auto;
  margin: 0 auto 40px;
  position: relative;
  background: url("../img/sozai/bg_paper.webp") repeat, linear-gradient(180deg, #f5d56e, #dda130);
  background-size: contain;
  text-align: center;
  position: relative;
  box-shadow: 0px 0px 17px 9px rgba(59, 57, 51, 0.1);
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg {
    width: 100%;
    padding: 32px 16px;
  }
}
#goods.site-section-content .content-bg:before {
  content: "";
  position: absolute;
  width: 300px;
  height: 115px;
  background: url("../img/sozai/content_deco_b.png") no-repeat center/contain;
  bottom: 0px;
  left: 0;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg:before {
    width: 167px;
    height: 64px;
  }
}
#goods.site-section-content .content-bg:after {
  content: "";
  position: absolute;
  width: 248px;
  height: 293px;
  background: url("../img/sozai/content_deco_t.png") no-repeat center/contain;
  top: 0px;
  right: 0;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg:after {
    width: 120px;
    height: 140px;
  }
}
@media screen and (max-width:550px) {
  #goods.site-section-content .content-bg:after {
    width: 106px;
    height: 123px;
  }
}
@media screen and (max-width:400px) {
  #goods.site-section-content .content-bg:after {
    width: 100px;
    height: 116px;
  }
}
#goods.site-section-content .content-bg .goods-wrapper .heading-h2 {
  font-size: 32px;
  padding: 0 80px 24px;
  margin: 0 64px 24px;
  border-bottom: 1px solid #4a302d;
  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;
    margin: 0px 88px 24px;
  }
}
@media screen and (max-width:550px) {
  #goods.site-section-content .content-bg .goods-wrapper .heading-h2 {
    padding: 0px 0px 16px;
    margin: 0 64px 32px;
  }
}
@media screen and (max-width:450px) {
  #goods.site-section-content .content-bg .goods-wrapper .heading-h2 {
    font-size: 22px;
    padding: 0px 0px 16px;
    margin: 24px 32px 16px;
  }
}
@media screen and (max-width:400px) {
  #goods.site-section-content .content-bg .goods-wrapper .heading-h2 {
    margin: 24px 32px 16px;
  }
}
#goods.site-section-content .content-bg .goods-wrapper .heading-h2:before {
  content: "●";
  position: absolute;
  bottom: -7px;
  right: -6px;
  font-size: 10px;
}
#goods.site-section-content .content-bg .goods-wrapper .heading-h2:after {
  content: "●";
  position: absolute;
  bottom: -7px;
  left: -6px;
  font-size: 10px;
}
#goods.site-section-content .content-bg .goods-detail {
  margin-bottom: 24px;
  padding: 0 80px;
}
@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;
  }
}
#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 {
  position: relative;
  background: #f8f6eb;
  padding: 24px;
  margin-bottom: 24px;
  width: 50%;
  border-radius: 12px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-card {
    width: 100%;
    margin-bottom: 16px;
    padding: 24px 16px;
  }
}
#goods.site-section-content .content-bg .goods-card .goods-name {
  font-size: 24px;
  margin: 12px 0;
  padding-bottom: 12px;
  border-bottom: 2px solid #4a302d;
  font-weight: bold;
  color: #4a302d;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-card .goods-name {
    font-size: 20px;
    padding-bottom: 8px;
    margin: 8px 0;
  }
}
#goods.site-section-content .content-bg .goods-card .goods-price {
  font-size: 24px;
  margin-bottom: 12px;
  color: #4a302d;
  font-weight: bold;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-card .goods-price {
    margin-bottom: 8px 0;
    font-size: 20px;
  }
}
#goods.site-section-content .content-bg .goods-card .goods-date {
  color: #4a302d;
  margin-bottom: 12px;
}
#goods.site-section-content .content-bg .webshop-btn a {
  display: inline-block;
  width: 100%;
  height: 64px;
  text-align: center;
  line-height: 56px;
  border-radius: 50px;
  border: 4px solid #a68b63;
  color: #f8f6eb;
  background: linear-gradient(180deg, #7b3433, #682a29);
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 5px 0 rgba(53, 38, 36, 0.8784313725);
  transition: 0.3s ease;
  position: relative;
}
#goods.site-section-content .content-bg .webshop-btn a:hover {
  background: linear-gradient(180deg, #f5d56e, #dda130);
  border: 4px solid #a68b63;
  color: #4a302d;
}
#goods.site-section-content .content-bg .webshop-btn a:hover:hover:before {
  content: "";
  background: url("../img/sozai/kiku_red.webp") no-repeat center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
@media screen and (max-width:450px) {
  #goods.site-section-content .content-bg .webshop-btn a:hover:hover:before {
    left: 5px;
  }
}
#goods.site-section-content .content-bg .webshop-btn a:hover:hover:after {
  content: "";
  background: url("../img/sozai/kiku_red.webp") no-repeat center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
@media screen and (max-width:450px) {
  #goods.site-section-content .content-bg .webshop-btn a:hover:hover:after {
    right: 5px;
  }
}
#goods.site-section-content .content-bg .webshop-btn a:active {
  box-shadow: none;
  transform: translateY(5px);
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .webshop-btn a {
    font-size: 16px;
    height: 56px;
    text-align: center;
    line-height: 49px;
  }
}
#goods.site-section-content .content-bg .hiroma {
  font-size: 24px;
  font-weight: bold;
  margin-top: 16px;
  color: #f8f6eb;
  background-color: #7b3433;
  padding: 4px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .hiroma {
    font-size: 16px;
  }
}

#info {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
#info.site-section-content {
  padding: 100px 0;
  width: 100%;
}
@media screen and (max-width:650px) {
  #info.site-section-content {
    padding: 0;
  }
}
#info.site-section-content .site-section-inner {
  padding: 60px 0px;
  margin: 0 12px;
  position: relative;
}
#info .content-bg {
  width: 900px;
  height: auto;
  margin: auto;
  padding: 0 20px;
  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_r.png") no-repeat center/contain;
  height: 130px;
  margin: 0 auto 80px;
  line-height: 136px;
  font-size: 40px;
  text-align: center;
  color: #f8f6eb;
  position: relative;
}
@media screen and (max-width:650px) {
  #info .heading-h1 {
    width: 100%;
    margin: 40px auto 16px;
    line-height: 128px;
    font-size: 32px;
  }
}
@media screen and (max-width:550px) {
  #info .heading-h1 {
    width: 100%;
    line-height: 125px;
  }
}
@media screen and (max-width:450px) {
  #info .heading-h1 {
    font-size: 22px;
  }
}
#info table {
  width: 100%;
  width: calc(100% - 0px);
  background-color: #4a302d;
  font-size: 16px;
  box-shadow: 0px 0px 17px 9px rgba(59, 57, 51, 0.1);
}
@media screen and (max-width:650px) {
  #info table {
    width: calc(100% - 0px);
    margin-bottom: 40px;
  }
}
#info th {
  width: 30%;
  padding: 40px;
  background: #d8a342;
  color: #fff;
}
@media screen and (max-width:650px) {
  #info th {
    display: block;
    width: 100%;
    padding: 24px;
  }
}
#info td {
  padding: 40px;
  background: #fff;
}
@media screen and (max-width:650px) {
  #info td {
    display: block;
    padding: 24px;
  }
}
#info td a {
  border-bottom: 1px dashed #4a302d;
  color: #4a302d;
}
#info .kasumi-1 {
  background: url("../img/sozai/kasumi_s.png") no-repeat center/contain;
  width: 500px;
  height: 156px;
  position: absolute;
  top: 11px;
  left: 50%;
  margin-left: -894px;
}
@media screen and (max-width:1100px) {
  #info .kasumi-1 {
    display: none;
  }
}
#info .hana-1 {
  background: url("../img/sozai/hana-lt.png") no-repeat center/contain;
  width: 151px;
  height: 152px;
  position: absolute;
  top: 90px;
  left: 50%;
  margin-left: -720px;
}
@media screen and (max-width:1100px) {
  #info .hana-1 {
    display: none;
  }
}
#info .kasumi-2 {
  background: url("../img/sozai/kasumi_s.png") no-repeat center/contain;
  width: 500px;
  height: 156px;
  position: absolute;
  bottom: -56px;
  right: 50%;
  margin-right: -937px;
}
@media screen and (max-width:1100px) {
  #info .kasumi-2 {
    display: none;
  }
}
#info .hana-2 {
  background: url("../img/sozai/hana-lt.png") no-repeat center/contain;
  width: 151px;
  height: 152px;
  position: absolute;
  bottom: 10px;
  right: 50%;
  margin-right: -749px;
}
@media screen and (max-width:1100px) {
  #info .hana-2 {
    display: none;
  }
}
#info .bg-red-l {
  background: url("../img/sozai/bg-circle.png") no-repeat center/contain;
  width: 600px;
  height: 600px;
  position: absolute;
  top: -254px;
  left: 50%;
  margin-left: -1106px;
}
@media screen and (max-width:1100px) {
  #info .bg-red-l {
    display: none;
  }
}
#info .bg-red-r {
  background: url("../img/sozai/bg-circle.png") no-repeat center/contain;
  width: 600px;
  height: 600px;
  position: absolute;
  bottom: -254px;
  right: 50%;
  margin-right: -1106px;
}
@media screen and (max-width:1100px) {
  #info .bg-red-r {
    display: none;
  }
}

#menu-open {
  width: 100px;
  height: 100px;
  background: url("../img/sozai/navi_icon.png") no-repeat center/cover;
  filter: drop-shadow(0px 0px 4px rgba(56, 54, 42, 0.35));
}
@media screen and (max-width:1100px) {
  #menu-open {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width:450px) {
  #menu-open {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width:400px) {
  #menu-open {
    width: 60px;
    height: 60px;
  }
}

.btn-menu {
  position: fixed;
  right: 1rem;
  top: 1rem;
  z-index: 999;
}


#menu-close {
  position: fixed;
  right: 32px;
  top: 18px;
  z-index: 4;
  width: 24px;
  height: 24px;
}
.close-btn-menu {
  display: inline-block;
  width: 50px;
  height: 5px;
  background: #4a302d;
  transform: rotate(45deg);
  vertical-align: middle;
  border-radius: 4px;
}
.close-btn-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #4a302d;
  transform: rotate(90deg);
  border-radius: 4px;
}

#menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
  padding: 3rem 2rem 0;
  width: 440px;
  height: 100%;
  background: url("../img/sozai/bg_paper.webp") repeat, linear-gradient(180deg, #f5d56e, #dda130);
  background-size: contain;
  translate: 100vw;
  z-index: 999;
  filter: drop-shadow(0px 0px 4px rgba(56, 54, 42, 0.35));
}
@media screen and (max-width:650px) {
  #menu-panel {
    translate: 110vw;
    width: 100%;
  }
}
@media screen and (max-width:400px) {
  #menu-panel {
    padding: 2rem 2rem 0;
  }
}

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

.menu-list li {
  width: 100%;
  height: 100px;
  margin: 16px 0;
  opacity: 0;
  transition: 0.5s;
  filter: drop-shadow(0px 0px 4px rgba(56, 54, 42, 0.35));
}
@media screen and (max-width:400px) {
  .menu-list li {
    height: 88px;
  }}
.menu-list li.list-item-event {
  background: url("../img/sozai/navi_gaiyou.png") no-repeat center/contain;
}
.menu-list li.list-item-menu {
  background: url("../img/sozai/navi_menu.png") no-repeat center/contain;
}
.menu-list li.list-item-goods {
  background: url("../img/sozai/navi_goods.png") no-repeat center/contain;
}
.menu-list li.list-item-special {
  background: url("../img/sozai/navi_special.png") no-repeat center/contain;
}
.menu-list li.list-item-share {
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: unset;
}
@media screen and (max-width:400px) {
  .menu-list li.list-item-share {
    height: 54px;
  }
}
.menu-list li.list-item-share-omikuji {
  width: 100%;
  height: 200px;
  background: url("../img/sozai/navi_omikuji.webp") no-repeat center/contain;
}
@media screen and (max-width:400px) {
  .menu-list li.list-item-share-omikuji {
    height: 140px;
  }
}


.menu-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 0;
}

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

*,
*::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;
}
body {
  -webkit-overflow-scrolling: touch;
  color: #4a302d;
  font-size: 16px;
  font-family: "Kaisei Tokumin", serif;
  font-weight: 500;
  font-style: normal;
  line-height: 1.5;
  background: url("../img/sozai/bg_white.png"), #f8f6eb;
  background-attachment: fixed;
  background-size: 700px;
  background-repeat: repeat;
}


#particles {
  position: fixed;
  z-index: 1;
  width: 100vw;
  height: 100vh;
}

.site-content-wrapper {
  overflow-x: hidden;
  min-width: 900px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width:650px) {
  .site-content-wrapper {
    min-width: initial;
  }
}

.red-bold {
  color: rgb(201, 36, 36);
  font-weight: bold;
}
.red-bold.small {
  font-size: 18px;
}

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

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

body::-webkit-scrollbar-thumb {
  background-color: #7b3433;
  border-radius: 12px;
  height: 70px;
}

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

#menu.site-section-content {
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: url("../img/sozai/bg-red.png") #7b3433;
  background-size: 300px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content {
    padding: 0px;
  }
}
#menu.site-section-content .site-section-inner {
  padding: 60px 0px;
  margin: 0 12px;
  position: relative;
}
#menu.site-section-content .site-section-inner .heading-h1 {
  background: url("../img/sozai/title_bg_w.png") no-repeat center/contain;
  height: 130px;
  margin: 0 auto 60px;
  line-height: 136px;
  font-size: 40px;
  text-align: center;
  position: relative;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .heading-h1 {
    width: 100%;
    margin: 40px auto 16px;
    line-height: 128px;
    font-size: 32px;
  }
}
@media screen and (max-width:550px) {
  #menu.site-section-content .site-section-inner .heading-h1 {
    width: 100%;
    line-height: 125px;
  }
}
@media screen and (max-width:450px) {
  #menu.site-section-content .site-section-inner .heading-h1 {
    font-size: 22px;
  }
}
#menu.site-section-content .site-section-inner .content-bg {
  padding: 60px;
  margin: 0 20px 0;
  border-radius: 12px;
  width: 900px;
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 24px;
  background: url("../img/sozai/bg_paper.webp") repeat, linear-gradient(180deg, #f5d56e, #dda130);
  background-size: contain;
  position: relative;
  box-shadow: 0px 0px 17px 9px rgba(59, 57, 51, 0.1);
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg {
    width: 100%;
    padding: 32px 16px;
    background-size: 120px;
  }
}
@media screen and (max-width:550px) {
  #menu.site-section-content .site-section-inner .content-bg {
    background-size: 100px;
  }
}
@media screen and (max-width:450px) {
  #menu.site-section-content .site-section-inner .content-bg {
    background-size: 80px;
  }
}
#menu.site-section-content .site-section-inner .content-bg:before {
  content: "";
  position: absolute;
  width: 300px;
  height: 115px;
  background: url("../img/sozai/content_deco_b.png") no-repeat center/contain;
  bottom: 0px;
  left: 0;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg:before {
    width: 167px;
    height: 64px;
  }
}
#menu.site-section-content .site-section-inner .content-bg:after {
  content: "";
  position: absolute;
  width: 248px;
  height: 293px;
  background: url("../img/sozai/content_deco_t.png") no-repeat center/contain;
  top: 0px;
  right: 0;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg:after {
    width: 120px;
    height: 140px;
  }
}
@media screen and (max-width:550px) {
  #menu.site-section-content .site-section-inner .content-bg:after {
    width: 106px;
    height: 123px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .heading-h2,
#menu.site-section-content .site-section-inner .content-bg .heading-h3 {
  padding: 0 54px 24px;
  margin: 0 64px 24px;
  border-bottom: 1px solid #4a302d;
  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;
    margin: 0px 88px 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: 0 64px 32px;
  }
}
@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: 24px 32px 16px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .heading-h2:before,
#menu.site-section-content .site-section-inner .content-bg .heading-h3:before {
  content: "●";
  position: absolute;
  bottom: -7px;
  right: -6px;
  font-size: 10px;
}
#menu.site-section-content .site-section-inner .content-bg .heading-h2:after,
#menu.site-section-content .site-section-inner .content-bg .heading-h3:after {
  content: "●";
  position: absolute;
  bottom: -7px;
  left: -6px;
  font-size: 10px;
}
@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: 24px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg .menu-price {
    font-size: 24px;
    margin: 16px 0;
  }
}
#menu.site-section-content .site-section-inner .content-bg .menu-detail {
  background-color: #f8f6eb;
  font-size: 16px;
  padding: 24px;
  line-height: 1.5rem;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg .menu-detail {
    padding: 16px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .note_1 {
  font-size: 14px;
  margin: 8px 0 32px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg .note_1 {
    margin: 8px 0 24px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .note_2 {
  background-color: #f8f6eb;
  margin: 24px 0;
  padding: 16px 24px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg .note_2 {
    margin: 16px 0;
    font-size: 16px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .novelty-photo {
  margin-bottom: 16px;
}
#menu.site-section-content .site-section-inner .kasumi-1 {
  background: url("../img/sozai/kasumi_s.png") no-repeat center/contain;
  width: 500px;
  height: 156px;
  position: absolute;
  top: 254px;
  left: 50%;
  margin-left: -1002px;
}
@media screen and (max-width:1100px) {
  #menu.site-section-content .site-section-inner .kasumi-1 {
    display: none;
  }
}
#menu.site-section-content .site-section-inner .hana-1 {
  background: url("../img/sozai/hana-lt.png") no-repeat center/contain;
  width: 151px;
  height: 152px;
  position: absolute;
  top: 331px;
  left: 50%;
  margin-left: -767px;
}
@media screen and (max-width:1100px) {
  #menu.site-section-content .site-section-inner .hana-1 {
    display: none;
  }
}
#menu.site-section-content .site-section-inner .kasumi-2 {
  background: url("../img/sozai/kasumi_s.png") no-repeat center/contain;
  width: 500px;
  height: 156px;
  position: absolute;
  top: 1000px;
  right: 50%;
  margin-right: -976px;
}
@media screen and (max-width:1100px) {
  #menu.site-section-content .site-section-inner .kasumi-2 {
    display: none;
  }
}
#menu.site-section-content .site-section-inner .hana-2 {
  background: url("../img/sozai/hana-lt.png") no-repeat center/contain;
  width: 151px;
  height: 152px;
  position: absolute;
  top: 1067px;
  right: 50%;
  margin-right: -765px;
}
@media screen and (max-width:1100px) {
  #menu.site-section-content .site-section-inner .hana-2 {
    display: none;
  }
}
#menu.site-section-content .site-section-inner .kasumi-3 {
  background: url("../img/sozai/kasumi_s.png") no-repeat center/contain;
  width: 500px;
  height: 156px;
  position: absolute;
  bottom: 1287px;
  left: 50%;
  margin-left: -982px;
}
@media screen and (max-width:1100px) {
  #menu.site-section-content .site-section-inner .kasumi-3 {
    display: none;
  }
}
#menu.site-section-content .site-section-inner .hana-3 {
  background: url("../img/sozai/hana-lt.png") no-repeat center/contain;
  width: 151px;
  height: 152px;
  position: absolute;
  bottom: 1205px;
  left: 50%;
  margin-left: -781px;
}
@media screen and (max-width:1100px) {
  #menu.site-section-content .site-section-inner .hana-3 {
    display: none;
  }
}
#menu.site-section-content .site-section-inner .kasumi-4 {
  background: url("../img/sozai/kasumi_s.png") no-repeat center/contain;
  width: 500px;
  height: 156px;
  position: absolute;
  bottom: 342px;
  right: 50%;
  margin-right: -991px;
}
@media screen and (max-width:1100px) {
  #menu.site-section-content .site-section-inner .kasumi-4 {
    display: none;
  }
}
#menu.site-section-content .site-section-inner .hana-4 {
  background: url("../img/sozai/hana-lt.png") no-repeat center/contain;
  width: 151px;
  height: 152px;
  position: absolute;
  bottom: 267px;
  right: 50%;
  margin-right: -765px;
}
@media screen and (max-width:1100px) {
  #menu.site-section-content .site-section-inner .hana-4 {
    display: none;
  }
}

#loading {
  background: url("../img/sozai/bg_paper.webp") repeat, linear-gradient(180deg, #f5d56e, #dda130);
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  height: 100%;
}

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

.loading-icon {
  width: 700px;
  height: 700px;
}
@media screen and (max-width:650px) {
  .loading-icon {
    width: 400px;
    height: 400px;
  }
}
@media screen and (max-width:550px) {
  .loading-icon {
    width: 350px;
    height: 350px;
  }
}

.loading-top {
  width: 100%;
  height: 80px;
  background: url("../img/sozai/bg-red.png") #7b3433;
  background-size: 160px;
  position: absolute;
  top: 0;
}

.loading-bottom {
  width: 100%;
  height: 80px;
  background: url("../img/sozai/bg-red.png") #7b3433;
  background-size: 160px;
  position: absolute;
  bottom: 0;
}

#special.site-section-content {
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background: url("../img/sozai/bg-red.png") #7b3433;
  background-size: 300px;
}
@media screen and (max-width:650px) {
  #special.site-section-content {
    padding: 0px;
  }
}
#special.site-section-content .site-section-inner {
  padding: 60px 0px;
  margin: 0 12px;
  position: relative;
}
#special.site-section-content .site-section-inner .heading-h1 {
  background: url("../img/sozai/title_bg_w.png") no-repeat center/contain;
  height: 130px;
  margin: 0 auto 60px;
  line-height: 136px;
  font-size: 40px;
  text-align: center;
  position: relative;
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner .heading-h1 {
    width: 100%;
    margin: 40px auto 16px;
    line-height: 128px;
    font-size: 32px;
  }
}
@media screen and (max-width:550px) {
  #special.site-section-content .site-section-inner .heading-h1 {
    width: 100%;
    line-height: 125px;
  }
}
@media screen and (max-width:450px) {
  #special.site-section-content .site-section-inner .heading-h1 {
    font-size: 22px;
  }
}
#special.site-section-content .site-section-inner .content-bg {
  padding: 60px 95px;
  margin: 0 20px 0;
  border-radius: 12px;
  width: 900px;
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 20px;
  background: url("../img/sozai/bg_paper.webp") repeat, linear-gradient(180deg, #f5d56e, #dda130);
  background-size: contain;
  position: relative;
  box-shadow: 0px 0px 17px 9px rgba(59, 57, 51, 0.1);
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner .content-bg {
    width: 100%;
    padding: 32px 16px;
    background-size: 120px;
  }
}
@media screen and (max-width:550px) {
  #special.site-section-content .site-section-inner .content-bg {
    background-size: 100px;
  }
}
@media screen and (max-width:450px) {
  #special.site-section-content .site-section-inner .content-bg {
    background-size: 80px;
  }
}
#special.site-section-content .site-section-inner .content-bg:before {
  content: "";
  position: absolute;
  width: 300px;
  height: 115px;
  background: url("../img/sozai/content_deco_b.png") no-repeat center/contain;
  bottom: 0px;
  left: 0;
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner .content-bg:before {
    width: 167px;
    height: 64px;
  }
}
#special.site-section-content .site-section-inner .content-bg:after {
  content: "";
  position: absolute;
  width: 248px;
  height: 293px;
  background: url("../img/sozai/content_deco_t.png") no-repeat center/contain;
  top: 0px;
  right: 0;
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner .content-bg:after {
    width: 120px;
    height: 140px;
  }
}
@media screen and (max-width:550px) {
  #special.site-section-content .site-section-inner .content-bg:after {
    width: 106px;
    height: 123px;
  }
}
#special.site-section-content .site-section-inner .content-bg .heading-h2 {
  font-size: 32px;
  padding: 0 80px 24px;
  margin: 0 64px 24px;
  border-bottom: 1px solid #4a302d;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner .content-bg .heading-h2 {
    font-size: 24px;
    padding: 16px 8px 24px;
    margin: 0px 88px 24px;
  }
}
@media screen and (max-width:550px) {
  #special.site-section-content .site-section-inner .content-bg .heading-h2 {
    padding: 0px 0px 16px;
    margin: 0 64px 32px;
  }
}
@media screen and (max-width:450px) {
  #special.site-section-content .site-section-inner .content-bg .heading-h2 {
    font-size: 22px;
    padding: 0px 0px 16px;
    margin: 24px 32px 16px;
  }
}
@media screen and (max-width:400px) {
  #special.site-section-content .site-section-inner .content-bg .heading-h2 {
    margin: 24px 32px 16px;
  }
}
#special.site-section-content .site-section-inner .content-bg .heading-h2:before {
  content: "●";
  position: absolute;
  bottom: -7px;
  right: -6px;
  font-size: 10px;
}
#special.site-section-content .site-section-inner .content-bg .heading-h2:after {
  content: "●";
  position: absolute;
  bottom: -7px;
  left: -6px;
  font-size: 10px;
}
#special.site-section-content .site-section-inner .content-bg .special-detail,
#special.site-section-content .site-section-inner .content-bg .special-date,
#special.site-section-content .site-section-inner .content-bg .special-location {
  background-color: #f8f6eb;
  font-size: 24px;
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner .content-bg .special-detail,
  #special.site-section-content .site-section-inner .content-bg .special-date,
  #special.site-section-content .site-section-inner .content-bg .special-location {
    font-size: 16px;
  }
}
#special.site-section-content .site-section-inner .content-bg .special-date {
  padding: 42px 42px 24px;
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner .content-bg .special-date {
    padding: 24px 24px 16px;
  }
}
#special.site-section-content .site-section-inner .content-bg .special-location {
  padding: 0px 42px 24px;
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner .content-bg .special-location {
    padding: 0px 24px 16px;
  }
}
#special.site-section-content .site-section-inner .content-bg .special-detail {
  padding: 0px 42px 42px;
}
@media screen and (max-width:650px) {
  #special.site-section-content .site-section-inner .content-bg .special-detail {
    padding: 0px 24px 24px;
  }
}
#special.site-section-content .site-section-inner .kasumi-1 {
  background: url("../img/sozai/kasumi_s.png") no-repeat center/contain;
  width: 500px;
  height: 156px;
  position: absolute;
  top: 390px;
  left: 50%;
  margin-left: -985px;
}
@media screen and (max-width:1100px) {
  #special.site-section-content .site-section-inner .kasumi-1 {
    display: none;
  }
}
#special.site-section-content .site-section-inner .hana-1 {
  background: url("../img/sozai/hana-lt.png") no-repeat center/contain;
  width: 151px;
  height: 152px;
  position: absolute;
  top: 327px;
  left: 50%;
  margin-left: -720px;
}
@media screen and (max-width:1100px) {
  #special.site-section-content .site-section-inner .hana-1 {
    display: none;
  }
}
#special.site-section-content .site-section-inner .kasumi-2 {
  background: url("../img/sozai/kasumi_s.png") no-repeat center/contain;
  width: 500px;
  height: 156px;
  position: absolute;
  bottom: 246px;
  right: 50%;
  margin-right: -984px;
}
@media screen and (max-width:1100px) {
  #special.site-section-content .site-section-inner .kasumi-2 {
    display: none;
  }
}
#special.site-section-content .site-section-inner .hana-2 {
  background: url("../img/sozai/hana-lt.png") no-repeat center/contain;
  width: 151px;
  height: 152px;
  position: absolute;
  bottom: 182px;
  right: 50%;
  margin-right: -771px;
}
@media screen and (max-width:1100px) {
  #special.site-section-content .site-section-inner .hana-2 {
    display: none;
  }
}

#message.site-section-content {
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  padding-bottom: 200px;
  background: url("../img/sozai/bg-red.png") #7b3433;
  background-size: 300px;

}
@media screen and (max-width:650px) {
  #message.site-section-content {
    padding: 0px;
  }
}
#message.site-section-content .site-section-inner {
  padding: 60px 0px 0px;
  margin: 0px;
  position: relative;
}
#message.site-section-content .site-section-inner .heading-h1 {
  background: url("../img/sozai/message.webp") no-repeat center/contain;
  height: 220px;
  margin: 0 auto 80px;
  font-size: 40px;
  text-align: center;
  line-height: 220px;
  position: relative;
}
@media screen and (max-width:650px) {
  #message.site-section-content .site-section-inner .heading-h1 {
    width: 100%;
    height: 124px;
    margin: 0px auto;
    font-size: 24px;
    line-height: 124px;
  }
}
@media screen and (max-width:450px) {
  #message.site-section-content .site-section-inner .heading-h1 {
    font-size: 20px;
  }
}
@media screen and (max-width:400px) {
  #message.site-section-content .site-section-inner .heading-h1 {
    height: 90px;
    line-height: 88px;
    font-size: 16px;
  }
}
#message.site-section-content .site-section-inner .content-bg {
  position: relative;
}
#message.site-section-content .site-section-inner .content-bg .chara-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#message.site-section-content .site-section-inner .content-bg .chara-wrapper .chara {
  width: 14%;
  height: 900px;
}
@media screen and (max-width:1700px) {
  #message.site-section-content .site-section-inner .content-bg .chara-wrapper .chara {
    height: 780px;
  }
}
@media screen and (max-width:1600px) {
  #message.site-section-content .site-section-inner .content-bg .chara-wrapper .chara {
    height: 715px;
  }
}
@media screen and (max-width:1400px) {
  #message.site-section-content .site-section-inner .content-bg .chara-wrapper .chara {
    height: 630px;
  }
}
@media screen and (max-width:1300px) {
  #message.site-section-content .site-section-inner .content-bg .chara-wrapper .chara {
    height: 541px;
  }
}
@media screen and (max-width:1100px) {
  #message.site-section-content .site-section-inner .content-bg .chara-wrapper .chara {
    height: 400px;
  }
}
@media screen and (max-width:850px) {
  #message.site-section-content .site-section-inner .content-bg .chara-wrapper .chara {
    height: 410px;
  }
}

@media screen and (max-width:650px) {
  #message.site-section-content .site-section-inner .content-bg .chara-wrapper .chara {
    height: 338px;
  }
}
@media screen and (max-width:550px) {
  #message.site-section-content .site-section-inner .content-bg .chara-wrapper .chara {
    height: 300px;
  }
}@media screen and (max-width:400px) {
  #message.site-section-content .site-section-inner .content-bg .chara-wrapper .chara {
    height: 278px;
  }
}
#message.site-section-content .site-section-inner .content-bg .chara-wrapper .message-tanjiro {
  background: url("../img/sozai/message_tanjiro.webp") no-repeat top/contain;
}
#message.site-section-content .site-section-inner .content-bg .chara-wrapper .message-nezuko {
  background: url("../img/sozai/message_nezuko.webp") no-repeat top/contain;
}
#message.site-section-content .site-section-inner .content-bg .chara-wrapper .message-giyu {
  background: url("../img/sozai/message_giyu.webp") no-repeat top/contain;
}
#message.site-section-content .site-section-inner .content-bg .chara-wrapper .message-shinobu {
  background: url("../img/sozai/message_shinobu.webp") no-repeat top/contain;
}
#message.site-section-content .site-section-inner .content-bg .chara-wrapper .message-obanai {
  background: url("../img/sozai/message_obanai.webp") no-repeat top/contain;
}
#message.site-section-content .site-section-inner .content-bg .chara-wrapper .message-sanemi {
  background: url("../img/sozai/message_sanemi.webp") no-repeat top/contain;
}
#message.site-section-content .site-section-inner .content-bg .chara-wrapper .message-gyomei {
  background: url("../img/sozai/message_gyomei.webp") no-repeat top/contain;
}

#omikuji {
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  background-size: 300px;
}
@media screen and (max-width:650px) {
  #omikuji {
    padding: 0px;
  }
}
#omikuji .site-section-inner {
  padding: 60px 0px;
  margin: 0 12px;
  position: relative;
}
#omikuji .site-section-inner .heading-h1 {
  background: url("../img/sozai/title_bg_r.png") no-repeat center/contain;
  height: 130px;
  margin: 0 auto 60px;
  line-height: 136px;
  font-size: 40px;
  text-align: center;
  position: relative;
  color: #f8f6eb;
}
@media screen and (max-width:650px) {
  #omikuji .site-section-inner .heading-h1 {
    width: 100%;
    margin: 40px auto 16px;
    line-height: 128px;
    font-size: 32px;
  }
}
@media screen and (max-width:550px) {
  #omikuji .site-section-inner .heading-h1 {
    width: 100%;
    line-height: 125px;
  }
}
@media screen and (max-width:450px) {
  #omikuji .site-section-inner .heading-h1 {
    font-size: 22px;
  }
}
#omikuji .site-section-inner .content-bg {
  padding: 60px 95px;
  margin: 0 20px 0;
  border-radius: 12px;
  width: 900px;
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 20px;
  background: url("../img/sozai/bg_paper.webp") repeat, linear-gradient(180deg, #f5d56e, #dda130);
  background-size: contain;
  position: relative;
  box-shadow: 0px 0px 17px 9px rgba(59, 57, 51, 0.1);
}
@media screen and (max-width:650px) {
  #omikuji .site-section-inner .content-bg {
    width: 100%;
    padding: 32px 16px;
    background-size: 120px;
  }
}
@media screen and (max-width:550px) {
  #omikuji .site-section-inner .content-bg {
    background-size: 100px;
  }
}
@media screen and (max-width:450px) {
  #omikuji .site-section-inner .content-bg {
    background-size: 80px;
  }
}
#omikuji .site-section-inner .content-bg:before {
  content: "";
  position: absolute;
  width: 300px;
  height: 115px;
  background: url("../img/sozai/content_deco_b.png") no-repeat center/contain;
  bottom: 0px;
  left: 0;
}
@media screen and (max-width:650px) {
  #omikuji .site-section-inner .content-bg:before {
    width: 167px;
    height: 64px;
  }
}
#omikuji .site-section-inner .content-bg:after {
  content: "";
  position: absolute;
  width: 248px;
  height: 293px;
  background: url("../img/sozai/content_deco_t.png") no-repeat center/contain;
  top: 0px;
  right: 0;
}
@media screen and (max-width:650px) {
  #omikuji .site-section-inner .content-bg:after {
    width: 120px;
    height: 140px;
  }
}
@media screen and (max-width:550px) {
  #omikuji .site-section-inner .content-bg:after {
    width: 106px;
    height: 123px;
  }
}
#omikuji .site-section-inner .content-bg .heading-h2 {
  font-size: 32px;
  padding: 0 80px 24px;
  margin: 0 64px 24px;
  border-bottom: 1px solid #4a302d;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width:650px) {
  #omikuji .site-section-inner .content-bg .heading-h2 {
    font-size: 24px;
    padding: 16px 8px 24px;
    margin: 0px 88px 24px;
  }
}
@media screen and (max-width:550px) {
  #omikuji .site-section-inner .content-bg .heading-h2 {
    padding: 0px 0px 16px;
    margin: 0 64px 32px;
  }
}
@media screen and (max-width:450px) {
  #omikuji .site-section-inner .content-bg .heading-h2 {
    font-size: 22px;
    padding: 0px 0px 16px;
    margin: 24px 32px 16px;
  }
}
@media screen and (max-width:400px) {
  #omikuji .site-section-inner .content-bg .heading-h2 {
    margin: 24px 32px 16px;
  }
}
#omikuji .site-section-inner .content-bg .heading-h2:before {
  content: "●";
  position: absolute;
  bottom: -7px;
  right: -6px;
  font-size: 10px;
}
#omikuji .site-section-inner .content-bg .heading-h2:after {
  content: "●";
  position: absolute;
  bottom: -7px;
  left: -6px;
  font-size: 10px;
}
#omikuji .site-section-inner .content-bg .omikuji-banner {
  background: url("../img/sozai/navi_omikuji.webp") no-repeat center/contain;
  width: 100%;
  height: 450px;
}
@media screen and (max-width:650px) {
  #omikuji .site-section-inner .content-bg .omikuji-banner {
    height: 364px;
  }
}
@media screen and (max-width:550px) {
  #omikuji .site-section-inner .content-bg .omikuji-banner {
    height: 295px;
  }
}
@media screen and (max-width:450px) {
  #omikuji .site-section-inner .content-bg .omikuji-banner {
    height: 235px;
  }
}
@media screen and (max-width:400px) {
  #omikuji .site-section-inner .content-bg .omikuji-banner {
    height: 235px;
  }
}
#omikuji .site-section-inner .content-bg .omikuji-btn a {
  display: inline-block;
  width: 100%;
  height: 64px;
  text-align: center;
  line-height: 56px;
  border-radius: 50px;
  border: 4px solid #a68b63;
  color: #f8f6eb;
  background: linear-gradient(180deg, #7b3433, #682a29);
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 5px 0 rgba(53, 38, 36, 0.8784313725);
  transition: 0.3s ease;
  position: relative;
  margin-top: 24px;
}
#omikuji .site-section-inner .content-bg .omikuji-btn a:hover {
  background: linear-gradient(180deg, #f5d56e, #dda130);
  border: 4px solid #a68b63;
  color: #4a302d;
}
#omikuji .site-section-inner .content-bg .omikuji-btn a:hover:hover:before {
  content: "";
  background: url("../img/sozai/kiku_red.webp") no-repeat center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
@media screen and (max-width:450px) {
  #omikuji .site-section-inner .content-bg .omikuji-btn a:hover:hover:before {
    left: 5px;
  }
}
#omikuji .site-section-inner .content-bg .omikuji-btn a:hover:hover:after {
  content: "";
  background: url("../img/sozai/kiku_red.webp") no-repeat center/contain;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 10px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}
@media screen and (max-width:450px) {
  #omikuji .site-section-inner .content-bg .omikuji-btn a:hover:hover:after {
    right: 5px;
  }
}
#omikuji .site-section-inner .content-bg .omikuji-btn a:active {
  box-shadow: none;
  transform: translateY(5px);
}
@media screen and (max-width:650px) {
  #omikuji .site-section-inner .content-bg .omikuji-btn a {
    font-size: 16px;
    height: 56px;
    text-align: center;
    line-height: 49px;
    margin-top: 16px;
  }
}
#omikuji .site-section-inner .kasumi-1 {
  background: url("../img/sozai/kasumi_s.png") no-repeat center/contain;
  width: 500px;
  height: 156px;
  position: absolute;
  top: 390px;
  left: 50%;
  margin-left: -985px;
}
@media screen and (max-width:1100px) {
  #omikuji .site-section-inner .kasumi-1 {
    display: none;
  }
}
#omikuji .site-section-inner .hana-1 {
  background: url("../img/sozai/hana-lt.png") no-repeat center/contain;
  width: 151px;
  height: 152px;
  position: absolute;
  top: 327px;
  left: 50%;
  margin-left: -720px;
}
@media screen and (max-width:1100px) {
  #omikuji .site-section-inner .hana-1 {
    display: none;
  }
}
#omikuji .site-section-inner .kasumi-2 {
  background: url("../img/sozai/kasumi_s.png") no-repeat center/contain;
  width: 500px;
  height: 156px;
  position: absolute;
  bottom: 246px;
  right: 50%;
  margin-right: -984px;
}
@media screen and (max-width:1100px) {
  #omikuji .site-section-inner .kasumi-2 {
    display: none;
  }
}
#omikuji .site-section-inner .hana-2 {
  background: url("../img/sozai/hana-lt.png") no-repeat center/contain;
  width: 151px;
  height: 152px;
  position: absolute;
  bottom: 182px;
  right: 50%;
  margin-right: -771px;
}
@media screen and (max-width:1100px) {
  #omikuji .site-section-inner .hana-2 {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */