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

/* モーダルを閉じるボタン（×）のスタイル */
#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:650px) {
  #about.site-section-content .content-image .inosuke {
    width: 24%;
    height: 182px;
    top: -84px;
    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:650px) {
  #about.site-section-content .content-image .kanawo {
    width: 26%;
    top: 211px;
    left: 0%;
    height: 209px;
  }
}

header {
  height: min(68.9924498828vw, 2650px);
  min-width: 1000px;
  margin: auto;
  max-width: 1920px;
  max-height: 1327px;
}
@media screen and (max-width:1920px) {
  header {
    height: 1327px;
  }
}
@media screen and (max-width:1800px) {
  header {
    height: 1262px;
  }
}
@media screen and (max-width:1700px) {
  header {
    height: 1172px;
  }
}
@media screen and (max-width:1600px) {
  header {
    height: 1100px;
  }
}
@media screen and (max-width:1500px) {
  header {
    height: 910px;
  }
}
@media screen and (max-width:1400px) {
  header {
    height: 869px;
  }
}
@media screen and (max-width:1300px) {
  header {
    height: 891px;
  }
}
@media screen and (max-width:1200px) {
  header {
    height: 831px;
  }
}
@media screen and (max-width:1100px) {
  header {
    height: 774px;
  }
}
@media screen and (max-width:650px) {
  header {
    height: 1330px;
    min-width: unset;
  }
}
@media screen and (max-width:550px) {
  header {
    height: 1084px;
  }
}
@media screen and (max-width:450px) {
  header {
    height: 872px;
  }
}
@media screen and (max-width:400px) {
  header {
    height: 828px;
  }
}
header .header-bg {
  width: 100%;
  height: 100%;
  background: url("../img/sozai/bg-header-pc.webp") no-repeat top/contain;
  position: relative;
}
@media screen and (max-width:650px) {
  header .header-bg {
    background: url("../img/sozai/bg-header-sp.webp") no-repeat top/contain;
  }
}
header h1 {
  display: none;
}
header .header-logo {
  animation-name: fadeUp_1;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 1.4s;
  width: min(7.8104660245vw, 300px);
  height: min(7.8104660245vw, 300px);
  position: absolute;
  right: 0;
  left: 0;
  margin: 0 auto;
  top: min(6.2483728196vw, 240px);
  background: url("../img/sozai/kissa-logo.png") no-repeat top/contain;
}
@media screen and (max-width:1100px) {
  header .header-logo {
    width: 90px;
    height: 90px;
    top: 65px;
  }
}
@media screen and (max-width:650px) {
  header .header-logo {
    width: min(21.5384615385vw, 140px);
    height: min(21.5384615385vw, 140px);
    min-width: 100px;
    top: min(12.3076923077vw, 80px);
  }
}
header .header-chara {
  animation-name: fadeUp_1;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
  animation-delay: 2s;
  width: min(93.7255922937vw, 3600px);
  min-width: 1000px;
  height: 100%;
  background: url("../img/chara/chara-pc.webp") no-repeat center/contain;
  position: absolute;
  top: min(-2.0827909399vw, -80px);
  max-width: 1920px;
  right: 0;
  left: 0;
  margin: 0 auto;
}
@media screen and (max-width:650px) {
  header .header-chara {
    width: min(100vw, 650px);
    background: url("../img/chara/chara-sp.webp") no-repeat center/contain;
    max-width: unset;
    min-width: unset;
    top: min(-30.7692307692vw, -200px);
  }
}
@media screen and (max-width:650px) and (max-width:550px) {
  header .header-chara {
    top: min(-23.5384615385vw, -153px);
  }
}
@media screen and (max-width:650px) and (max-width:450px) {
  header .header-chara {
    top: min(-15.3846153846vw, -100px);
  }
}
@media screen and (max-width:650px) and (max-width: 430px) {
  header .header-chara {
    top: min(-18vw, -117px);
  }
}
@media screen and (max-width:650px) and (max-width: 415px) {
  header .header-chara {
    top: min(-21.0769230769vw, -137px);
  }
}
@media screen and (max-width:650px) and (max-width:400px) {
  header .header-chara {
    top: min(-18.9230769231vw, -123px);
  }
}

@keyframes fadeUp_1 {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
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: 124px;
  height: 124px;
  position: absolute;
  top: -63px;
  right: 60px;
  transition: 0.5s;
  background: url("../img/sozai/back_to_top.png") no-repeat center/contain;
}
.back_to_top:hover {
  top: -30px;
}
.back_to_top a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:650px) {
  .back_to_top {
    width: 80px;
    height: 80px;
    position: absolute;
    top: -96px;
    right: 12px;
  }
  .back_to_top:hover {
    top: -80px;
  }
}

/* ーーーーーーーーーーーーーーー */
/*           カフェリンク       */
/* ーーーーーーーーーーーーーーー */
.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%;
  overflow: hidden;
  background: url("../img/sozai/bg-hana.png"), #c9a875;
  background-repeat: repeat;
  background-position: top;
  background-size: 170px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content {
    padding: 0;
  }
}
#goods.site-section-content .site-section-inner {
  padding: 64px 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner {
    padding: 60px 0;
    margin: 0 12px;
  }
}
#goods.site-section-content .site-section-inner .chara {
  position: absolute;
}
@media screen and (max-width:1100px) {
  #goods.site-section-content .site-section-inner .chara {
    display: none;
  }
}
#goods.site-section-content .site-section-inner .obanai {
  background: url("../img/chara/obanai.webp") no-repeat center/contain;
  top: 531px;
  right: 50%;
  margin-right: -800px;
  width: 282px;
  height: 485px;
  position: absolute;
}
#goods.site-section-content .site-section-inner .sanemi {
  background: url("../img/chara/sanemi.webp") no-repeat center/contain;
  top: 516px;
  left: 50%;
  margin-left: -885px;
  width: 411px;
  height: 513px;
  position: absolute;
}
#goods.site-section-content .site-section-inner .content-bg {
  padding: 60px 20px;
  margin: 0 20px 0;
  width: 1100px;
  width: 1100px;
  height: auto;
  margin: 0 auto;
  position: relative;
  background-size: 160%;
  text-align: center;
  position: relative;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner .content-bg {
    width: 100%;
    padding: 0;
  }
}
#goods.site-section-content .site-section-inner .content-bg .title-bg {
  display: flex;
  margin: 0 auto;
  width: 580px;
  height: 84px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  border: 1px solid #faf4e6;
  background-size: auto auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, #faf4e6 8px, #faf4e6 9px);
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner .content-bg .title-bg {
    width: 100%;
    margin-bottom: 32px;
  }
}
#goods.site-section-content .site-section-inner .content-bg .heading-h1 {
  width: 560px;
  height: 64px;
  line-height: 58px;
  text-align: center;
  border: 1px solid #faf4e6;
  color: #faf4e6;
  font-size: 32px;
  background: url("../img/sozai/bg-title.png"), #7a8bc2;
  background-repeat: repeat;
  background-size: 40px;
  background-position: center;
  text-shadow: 0px 0px 7px rgb(64, 61, 62);
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner .content-bg .heading-h1 {
    width: 100%;
    margin: 0 8px;
  }
}
#goods.site-section-content .site-section-inner .content-bg .goods-info-wrapper {
  margin-bottom: 48px;
}
#goods.site-section-content .site-section-inner .content-bg .heading-h2 {
  color: #faf4e6;
  margin-bottom: 16px;
  text-shadow: 1px 2px 4px rgb(0, 0, 0);
  font-size: 32px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner .content-bg .heading-h2 {
    margin-bottom: 16px;
    font-size: 24px;
  }
}
#goods.site-section-content .site-section-inner .content-bg .desc {
  background-color: #faf4e6;
  padding: 24px;
  margin-bottom: 56px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner .content-bg .desc {
    margin-bottom: 16px;
  }
}
#goods.site-section-content .site-section-inner .content-bg .desc span {
  font-size: 24px;
}
#goods.site-section-content .site-section-inner .content-bg .goods-card-wrapper {
  display: flex;
  gap: 24px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner .content-bg .goods-card-wrapper {
    flex-direction: column;
    gap: 0px;
  }
}
#goods.site-section-content .site-section-inner .content-bg .goods-card {
  position: relative;
  background: #faf4e6;
  border: 1px solid #413033;
  padding: 24px;
  margin-bottom: 24px;
  width: 50%;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner .content-bg .goods-card {
    width: 100%;
    margin-bottom: 16px;
    padding: 24px 16px;
  }
}
#goods.site-section-content .site-section-inner .content-bg .goods-card .label {
  position: absolute;
  width: 100%;
  padding: 6px 0;
  background: #45b9a8;
  color: #faf4e6;
  font-size: 24px;
  z-index: 1;
  top: 0;
  left: 0;
  text-shadow: 1px 1px 5px #161d1d;
}
@media screen and (max-width:400px) {
  #goods.site-section-content .site-section-inner .content-bg .goods-card .label {
    font-size: 18px;
  }
}
#goods.site-section-content .site-section-inner .content-bg .goods-card .kaijo {
  background: #497fbb;
  text-shadow: 1px 1px 5px #1b2025;
}
#goods.site-section-content .site-section-inner .content-bg .goods-card .goods-name {
  font-size: 24px;
  margin: 16px 0;
  padding-bottom: 16px;
  border-bottom: 2px solid #684b43;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner .content-bg .goods-card .goods-name {
    padding-bottom: 8px;
    margin: 8px 0;
  }
}
#goods.site-section-content .site-section-inner .content-bg .goods-card .goods-name_sp {
  font-size: 20px;
}
#goods.site-section-content .site-section-inner .content-bg .goods-card .goods-price {
  font-size: 24px;
  margin-bottom: 16px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner .content-bg .goods-card .goods-price {
    margin-bottom: 8px 0;
  }
}
#goods.site-section-content .site-section-inner .content-bg .goods-card .goods-small-detail {
  font-size: 14px;
  margin-bottom: 16px;
}
@media screen and (max-width:400px) {
  #goods.site-section-content .site-section-inner .content-bg .goods-card .goods-small-detail {
    font-size: 12px;
  }
}
#goods.site-section-content .site-section-inner .content-bg .webshop-btn a {
  display: inline-block;
  width: 100%;
  height: 64px;
  text-align: center;
  line-height: 56px;
  border-radius: 50px;
  border: 4px solid #c34c1d;
  color: #faf4e6;
  background: linear-gradient(90deg, #d97047, #ce4b17);
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 5px 0 rgba(65, 48, 51, 0.8784313725);
  transition: 0.2s ease;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner .content-bg .webshop-btn a {
    font-size: 16px;
  }
}
#goods.site-section-content .site-section-inner .content-bg .webshop-btn a:active {
  box-shadow: none;
  transform: translateY(5px);
}

#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: 64px 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:650px) {
  #info.site-section-content .site-section-inner {
    padding: 60px 0;
    margin: 0 12px;
  }
}
#info.site-section-content .site-section-inner .chara {
  position: absolute;
}
@media screen and (max-width:1100px) {
  #info.site-section-content .site-section-inner .chara {
    display: none;
  }
}
#info.site-section-content .site-section-inner .tengen {
  background: url("../img/chara/tengen.webp") no-repeat center/contain;
  bottom: -61px;
  right: 50%;
  margin-right: -810px;
  width: 293px;
  height: 100%;
  position: absolute;
}
#info.site-section-content .site-section-inner .gyomei {
  background: url("../img/chara/gyomei.webp") no-repeat center/contain;
  bottom: -61px;
  left: 50%;
  margin-left: -827px;
  width: 322px;
  height: 100%;
  position: absolute;
}
#info.site-section-content .site-section-inner .agf2024-btn a {
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 64px;
  text-align: center;
  line-height: 56px;
  border-radius: 50px;
  border: 4px solid #c34c1d;
  color: #faf4e6;
  background: linear-gradient(90deg, #d97047, #ce4b17);
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 5px 0 rgba(65, 48, 51, 0.8784313725);
  width: 400px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 24px;
  margin: 32px auto 0;
  color: #faf4e6;
}
@media screen and (max-width:650px) {
  #info.site-section-content .site-section-inner .agf2024-btn a {
    width: 100%;
  }
}
#info.site-section-content .site-section-inner .agf2024-btn a:active {
  box-shadow: none;
  transform: translateY(5px);
}
#info.site-section-content .content-bg {
  width: 1100px;
  height: auto;
  margin: auto;
  position: relative;
  background-size: 160%;
  text-align: center;
  position: relative;
}
@media screen and (max-width:650px) {
  #info.site-section-content .content-bg {
    width: 100%;
    padding: 0;
  }
}
#info.site-section-content .title-bg {
  display: flex;
  margin: 0 auto;
  width: 580px;
  height: 84px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  border: 1px solid #faf4e6;
  background-size: auto auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, #faf4e6 8px, #faf4e6 9px);
}
@media screen and (max-width:650px) {
  #info.site-section-content .title-bg {
    width: 100%;
    margin-bottom: 32px;
  }
}
#info.site-section-content .heading-h1 {
  width: 560px;
  height: 64px;
  line-height: 58px;
  text-align: center;
  border: 1px solid #faf4e6;
  color: #faf4e6;
  font-size: 32px;
  background: url("../img/sozai/bg-title.png"), #45b9a8;
  background-repeat: repeat;
  background-size: 40px;
  background-position: center;
  text-shadow: 0px 0px 7px rgb(64, 61, 62);
}
@media screen and (max-width:650px) {
  #info.site-section-content .heading-h1 {
    width: 100%;
    margin: 0 8px;
  }
}
#info.site-section-content table {
  width: 1100px;
  background-color: #684b43;
  font-size: 18px;
}
@media screen and (max-width:650px) {
  #info.site-section-content table {
    width: calc(100% - 0px);
  }
}
#info.site-section-content th {
  width: 30%;
  padding: 40px;
  background: #c9a875;
}
@media screen and (max-width:650px) {
  #info.site-section-content th {
    display: block;
    width: 100%;
    padding: 24px;
  }
}
#info.site-section-content td {
  padding: 40px;
  background: #faf4e6;
}
@media screen and (max-width:650px) {
  #info.site-section-content td {
    display: block;
    padding: 24px;
  }
}

#menu-open {
  width: 110px;
  height: 110px;
  background: url("../img/sozai/menu-icon.png") no-repeat center/cover;
}
@media screen and (max-width:1100px) {
  #menu-open {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width:650px) {
  #menu-open {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width:550px) {
  #menu-open {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width:400px) {
  #menu-open {
    width: 64px;
    height: 64px;
  }
}

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

#menu-close {
  position: fixed;
  right: 1.5rem;
  top: 2rem;
  z-index: 4;
  width: 60px;
  height: 60px;
}
@media screen and (max-width:650px) {
  #menu-close {
    right: 2rem;
  }
}

.close-btn-menu {
  display: inline-block;
  width: 60px;
  height: 4px;
  background: #333;
  transform: rotate(45deg);
  vertical-align: middle;
}
.close-btn-menu::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #333;
  transform: rotate(90deg);
}

#menu-panel {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 4;
  padding: 6.5rem 2rem 0;
  width: 440px;
  height: 100vh;
  background-color: #c9a875;
  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%;
  background-color: #413033;
  height: 88px;
  margin: 1.5rem 0;
  opacity: 0;
  transition: 0.5s;
}
@media screen and (max-width:650px) {
  .menu-list li {
    height: 100px;
  }
}

.menu-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #faf4e6;
  font-size: 24px;
}

.list-item-share {
  width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #faf4e6;
}

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

#notice.site-section-content {
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
  background: url("../img/sozai/bg-hana.png"), #c9a875;
  background-repeat: repeat;
  background-position: top;
  background-size: 170px;
}
@media screen and (max-width:650px) {
  #notice.site-section-content {
    padding: 0px 0 80px;
  }
}
#notice.site-section-content .site-section-inner {
  padding: 64px 0;
  margin: 0 auto;
}
@media screen and (max-width:650px) {
  #notice.site-section-content .site-section-inner {
    padding: 80px 0;
    margin: 0 12px;
  }
}
#notice.site-section-content .title-bg {
  display: flex;
  margin: 0 auto;
  width: 580px;
  height: 84px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  border: 1px solid #faf4e6;
  background-size: auto auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, #faf4e6 8px, #faf4e6 9px);
}
@media screen and (max-width:650px) {
  #notice.site-section-content .title-bg {
    width: 100%;
    margin-bottom: 32px;
  }
}
#notice.site-section-content .heading-h1 {
  width: 560px;
  height: 64px;
  line-height: 58px;
  text-align: center;
  border: 1px solid #faf4e6;
  color: #faf4e6;
  font-size: 32px;
  background: url("../img/sozai/bg-title.png"), #3e5676;
  background-repeat: repeat;
  background-size: 40px;
  background-position: center;
  text-shadow: 0px 0px 7px rgb(64, 61, 62);
}
@media screen and (max-width:650px) {
  #notice.site-section-content .heading-h1 {
    width: 100%;
    margin: 0 8px;
  }
}
#notice.site-section-content .content-bg {
  padding: 60px;
  margin: 0 20px 0;
  width: 1100px;
  height: auto;
  margin: 0 auto;
  background: #faf4e6;
  text-align: center;
}
@media screen and (max-width:650px) {
  #notice.site-section-content .content-bg {
    width: 100%;
    padding: 32px 16px;
  }
}
#notice.site-section-content .content-bg .heading-h2 {
  margin-bottom: 24px;
  width: 100%;
  color: #413033;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:650px) {
  #notice.site-section-content .content-bg .heading-h2 {
    font-size: 24px;
  }
}
#notice.site-section-content .content-bg .heading-h2:before, #notice.site-section-content .content-bg .heading-h2:after {
  border-top: 1px solid;
  content: "";
  width: 2em; /* 線の長さ */
}
#notice.site-section-content .content-bg .heading-h2:before {
  margin-right: 0.7em; /* 文字の右隣 */
}
@media screen and (max-width:650px) {
  #notice.site-section-content .content-bg .heading-h2:before {
    margin-right: 0.3em; /* 文字の右隣 */
  }
}
#notice.site-section-content .content-bg .heading-h2:after {
  margin-left: 0.7em; /* 文字の左隣 */
}
@media screen and (max-width:650px) {
  #notice.site-section-content .content-bg .heading-h2:after {
    margin-left: 0.3em; /* 文字の右隣 */
  }
}
#notice.site-section-content .content-bg .notice-detail {
  margin-bottom: 40px;
  list-style: none;
  text-align: left;
}
#notice.site-section-content .content-bg .notice-detail li {
  margin-bottom: 16px;
}
#notice.site-section-content .content-bg .contact-btn a {
  text-align: center;
  display: inline-block;
  width: 100%;
  height: 64px;
  text-align: center;
  line-height: 56px;
  border-radius: 50px;
  border: 4px solid #c34c1d;
  color: #faf4e6;
  background: linear-gradient(90deg, #d97047, #ce4b17);
  font-size: 18px;
  font-weight: bold;
  box-shadow: 0 5px 0 rgba(65, 48, 51, 0.8784313725);
  width: 400px;
  color: #faf4e6;
}
@media screen and (max-width:650px) {
  #notice.site-section-content .content-bg .contact-btn a {
    width: 100%;
  }
}
#notice.site-section-content .content-bg .contact-btn a:active {
  box-shadow: none;
  transform: translateY(5px);
}

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

img,
video,
object {
  display: block;
  max-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;
}

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

img {
  backface-visibility: hidden;
}

a {
  color: #413033;
  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;
}

body {
  color: #413033;
  font-family: "Zen Maru Gothic", serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
}

.site-content-wrapper {
  overflow-x: hidden;
  min-width: 1100px;
  background-size: auto auto;
  background-color: rgb(104, 75, 67);
  background-image: repeating-linear-gradient(90deg, transparent, transparent 35px, rgb(116, 79, 68) 35px, rgb(116, 79, 68) 50px);
}
@media screen and (max-width:650px) {
  .site-content-wrapper {
    min-width: initial;
  }
}

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

body::-webkit-scrollbar-track {
  background-color: #faf4e6;
  border-radius: 40px;
}

body::-webkit-scrollbar-thumb {
  background-color: #413033;
  border-radius: 40px;
}

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

body::-webkit-scrollbar-track {
  background-color: #faf4e6;
  border-radius: 40px;
}

body::-webkit-scrollbar-thumb {
  background-color: #413033;
  border-radius: 40px;
}

#novelty.site-section-content {
  padding: 100px 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width:650px) {
  #novelty.site-section-content {
    padding: 0px 0 80px;
  }
}
#novelty.site-section-content .site-section-inner {
  padding: 64px 0;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width:650px) {
  #novelty.site-section-content .site-section-inner {
    padding: 60px 0;
    margin: 0 12px;
  }
}
#novelty.site-section-content .chara {
  position: absolute;
}
@media screen and (max-width:1100px) {
  #novelty.site-section-content .chara {
    display: none;
  }
}
#novelty.site-section-content .muichiro {
  background: url("../img/chara/muichiro.webp") no-repeat center/contain;
  top: 400px;
  right: 48%;
  margin-right: -841px;
  width: 334px;
  height: 517px;
  position: absolute;
}
#novelty.site-section-content .giyu {
  background: url("../img/chara/giyu.webp") no-repeat center/contain;
  top: 349px;
  left: 50%;
  margin-left: -850px;
  width: 334px;
  height: 587px;
  position: absolute;
}
#novelty.site-section-content .title-bg {
  display: flex;
  margin: 0 auto;
  width: 580px;
  height: 84px;
  justify-content: center;
  align-items: center;
  margin-bottom: 40px;
  border: 1px solid #faf4e6;
  background-size: auto auto;
  background-color: rgba(0, 0, 0, 0);
  background-image: repeating-linear-gradient(135deg, transparent, transparent 8px, #faf4e6 8px, #faf4e6 9px);
}
@media screen and (max-width:650px) {
  #novelty.site-section-content .title-bg {
    width: 100%;
    margin-bottom: 32px;
  }
}
#novelty.site-section-content .heading-h1 {
  width: 560px;
  height: 64px;
  line-height: 58px;
  text-align: center;
  border: 1px solid #faf4e6;
  color: #faf4e6;
  font-size: 32px;
  background: url("../img/sozai/bg-title.png"), #64975c;
  background-repeat: repeat;
  background-size: 40px;
  background-position: center;
  text-shadow: 0px 0px 7px rgb(64, 61, 62);
}
@media screen and (max-width:650px) {
  #novelty.site-section-content .heading-h1 {
    width: 100%;
    margin: 0 8px;
    font-size: 24px;
  }
}
#novelty.site-section-content .content-bg {
  padding: 60px;
  margin: 0 20px 0;
  width: 1100px;
  height: auto;
  margin: 0 auto;
  background: #faf4e6;
  text-align: center;
}
@media screen and (max-width:650px) {
  #novelty.site-section-content .content-bg {
    width: 100%;
    padding: 32px 16px;
  }
}
#novelty.site-section-content .content-bg .novelty-image-wrapper {
  display: flex;
  height: 470px;
  margin: 32px 0;
  justify-content: center;
}
@media screen and (max-width:650px) {
  #novelty.site-section-content .content-bg .novelty-image-wrapper {
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
}
#novelty.site-section-content .content-bg .heading-h2 {
  margin-bottom: 24px;
  width: 100%;
  color: #413033;
  font-size: 32px;
  align-items: center;
  justify-content: center;
}
#novelty.site-section-content .content-bg .heading-h2 span {
  color: #c34c1d;
}
@media screen and (max-width:650px) {
  #novelty.site-section-content .content-bg .heading-h2 {
    font-size: 20px;
  }
}
#novelty.site-section-content .content-bg .novelty-detail {
  margin-bottom: 40px;
  list-style: none;
  text-align: left;
}
#novelty.site-section-content .content-bg .novelty-detail.form-btn {
  text-align: center;
}

.carousel {
  /* 水平方向中央寄せ */
  display: flex;
  justify-content: center;
}

/* カルーセル内容 */
.contains {
  width: 100%;
  /* height: 100%; */
  position: relative;
  padding: 0;
  aspect-ratio: 1/1;
  list-style: none;
}

/* スライド切り換え用ラジオボタンは常に非表示 */
.slide_select {
  display: none;
}

/* 各スライド */
.slide {
  max-width: 100%;
  height: 100%;
  position: absolute;
  /* スライドの初期値は選択されていないので透明にしておく */
  opacity: 0;
}

/* 前へ次へボタン */
.scroll_button {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  /* 縦中央から20px上の位置 */
  top: 50%;
  margin-top: -20px;
  /* 上辺と右辺のみ幅5pxの枠線 */
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: #684b43;
  cursor: pointer;
  /* 普段はボタンはやや薄くする */
  opacity: 0.5;
  /* スライドよりも前面にする */
  z-index: 3;
}

/* ホバー時にボタンを強調 */
.scroll_button:hover {
  opacity: 1;
}

/* 前へボタン */
.scroll_prev {
  left: 15px;
  transform: rotate(-135deg);
}

/* 次へボタン */
.scroll_next {
  right: 15px;
  transform: rotate(45deg);
}

/* スライド移動ボタンエリア */
.move_controler {
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}

/* スライド移動の各ボタン */
.button_move {
  display: inline-block;
  height: 12px;
  width: 12px;
  margin: 0 2px;
  border-radius: 100%;
  cursor: pointer;
  opacity: 0.5;
  z-index: 2;
}

.button_move:hover {
  opacity: 0.75;
}

/* スライド移動ボタンの色 */
.button_move {
  background-color: #413033;
}

/* 1番目のスライド選択時 */
/* 1番目のスライドの透明度を0にして表示する */
.slide_select:nth-of-type(1):checked ~ .slide:nth-of-type(1) {
  opacity: 1;
}

/* 1番目のスライドの前へ次へボタンの領域を */
.slide_select:nth-of-type(1):checked ~ .move_controler .button_move:nth-of-type(1) {
  opacity: 1;
}

.slide_select:nth-of-type(2):checked ~ .slide:nth-of-type(2) {
  opacity: 1;
}

.slide_select:nth-of-type(2):checked ~ .move_controler .button_move:nth-of-type(2) {
  opacity: 1;
}

.slide_select:nth-of-type(3):checked ~ .slide:nth-of-type(3) {
  opacity: 1;
}

.slide_select:nth-of-type(3):checked ~ .move_controler .button_move:nth-of-type(3) {
  opacity: 1;
}

.slide_select:nth-of-type(4):checked ~ .slide:nth-of-type(4) {
  opacity: 1;
}

.slide_select:nth-of-type(4):checked ~ .move_controler .button_move:nth-of-type(4) {
  opacity: 1;
}

.slide_select:nth-of-type(5):checked ~ .slide:nth-of-type(5) {
  opacity: 1;
}

.slide_select:nth-of-type(5):checked ~ .move_controler .button_move:nth-of-type(5) {
  opacity: 1;
}

.slide_select:nth-of-type(6):checked ~ .slide:nth-of-type(6) {
  opacity: 1;
}

.slide_select:nth-of-type(6):checked ~ .move_controler .button_move:nth-of-type(6) {
  opacity: 1;
}

.slide_select:nth-of-type(7):checked ~ .slide:nth-of-type(7) {
  opacity: 1;
}

.slide_select:nth-of-type(7):checked ~ .move_controler .button_move:nth-of-type(7) {
  opacity: 1;
}

.slide_select:nth-of-type(8):checked ~ .slide:nth-of-type(8) {
  opacity: 1;
}

.slide_select:nth-of-type(8):checked ~ .move_controler .button_move:nth-of-type(8) {
  opacity: 1;
}

.slide_select:nth-of-type(9):checked ~ .slide:nth-of-type(9) {
  opacity: 1;
}

.slide_select:nth-of-type(9):checked ~ .move_controler .button_move:nth-of-type(9) {
  opacity: 1;
}

.slide_select:nth-of-type(10):checked ~ .slide:nth-of-type(10) {
  opacity: 1;
}

.slide_select:nth-of-type(10):checked ~ .move_controler .button_move:nth-of-type(10) {
  opacity: 1;
}

.slide_select:nth-of-type(11):checked ~ .slide:nth-of-type(11) {
  opacity: 1;
}

.slide_select:nth-of-type(11):checked ~ .move_controler .button_move:nth-of-type(11) {
  opacity: 1;
}

.slide_select:nth-of-type(12):checked ~ .slide:nth-of-type(12) {
  opacity: 1;
}

.slide_select:nth-of-type(12):checked ~ .move_controler .button_move:nth-of-type(12) {
  opacity: 1;
}

.slide_select:nth-of-type(13):checked ~ .slide:nth-of-type(13) {
  opacity: 1;
}

.slide_select:nth-of-type(13):checked ~ .move_controler .button_move:nth-of-type(13) {
  opacity: 1;
}

.slide_select:nth-of-type(14):checked ~ .slide:nth-of-type(14) {
  opacity: 1;
}

.slide_select:nth-of-type(14):checked ~ .move_controler .button_move:nth-of-type(14) {
  opacity: 1;
}

.slide_select:nth-of-type(15):checked ~ .slide:nth-of-type(15) {
  opacity: 1;
}

.slide_select:nth-of-type(15):checked ~ .move_controler .button_move:nth-of-type(15) {
  opacity: 1;
}

.slide_select:nth-of-type(16):checked ~ .slide:nth-of-type(16) {
  opacity: 1;
}

.slide_select:nth-of-type(16):checked ~ .move_controler .button_move:nth-of-type(16) {
  opacity: 1;
}

#loading {
  background-color: #413033;
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
}

#loading-screen {
  position: fixed;
  inset: 0;
  z-index: 9998;
  translate: 0 100vh;
}

.loading-area {
  display: flex;
  justify-content: center;
  gap: 5px;
  align-items: flex-end;
}

.loading-area span {
  display: inline-block;
  color: #faf4e6;
  font-size: 2rem;
  animation: expand 3s infinite linear;
}

.loading-area span:nth-child(2) {
  animation-delay: 0.1s;
}

.loading-area span:nth-child(3) {
  animation-delay: 0.2s;
}

.loading-area span:nth-child(4) {
  animation-delay: 0.3s;
}

.loading-area span:nth-child(5) {
  animation-delay: 0.4s;
}

.loading-area span:nth-child(6) {
  animation-delay: 0.5s;
}

.loading-area span:nth-child(7) {
  animation-delay: 0.6s;
}

.loading-area span:nth-child(8) {
  animation-delay: 0.7s;
}

.loading-area span:nth-child(9) {
  animation-delay: 0.8s;
}

.loading-area span:nth-child(10) {
  animation-delay: 0.9s;
}

.loading-area span:nth-child(11) {
  animation-delay: 1s;
}

.loading-icon {
  background: url("../img/sozai/soda.png") no-repeat bottom/contain;
  width: 40px;
  height: 80px;
  margin-left: 16px;
}

@keyframes expand {
  10% {
    transform: scale(1.2);
  }
}/*# sourceMappingURL=style.css.map */