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

@keyframes drawLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes drawRight {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}
@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}
#about.site-section-content {
  padding: 160px 0 140px;
  width: 100%;
  background: url("../img/sozai/bg-p.png"), #f8ecd9;
  background-size: 140px;
}
@media screen and (max-width:650px) {
  #about.site-section-content .site-section-inner {
    padding: 0px 32px;
    margin: 0 auto;
  }
}
@media screen and (max-width:550px) {
  #about.site-section-content .site-section-inner {
    padding: 0 16px 0px;
    margin: 0 auto;
  }
}
#about.site-section-content .site-section-inner .content-holder {
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Kaisei Tokumin", serif;
}
#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 .balloon-left {
  background: url("../img/sozai/balloon_1.png") no-repeat center/contain;
  width: 240px;
  height: 329px;
  position: absolute;
  top: 130px;
  left: 50%;
  margin-left: -755px;
}
@media screen and (max-width:650px) {
  #about.site-section-content .site-section-inner .balloon-left {
    width: 198px;
    height: 206px;
    position: absolute;
    top: 430px;
    left: 50%;
    margin-left: -276px;
  }
}
@media screen and (max-width:550px) {
  #about.site-section-content .site-section-inner .balloon-left {
    margin-left: -260px;
    top: 471px;
  }
}
@media screen and (max-width:500px) {
  #about.site-section-content .site-section-inner .balloon-left {
    margin-left: -260px;
    top: 509px;
    height: 190px;
  }
}
@media screen and (max-width:450px) {
  #about.site-section-content .site-section-inner .balloon-left {
    top: 502px;
    margin-left: -228px;
  }
}
@media screen and (max-width:400px) {
  #about.site-section-content .site-section-inner .balloon-left {
    top: 502px;
    height: 174px;
    margin-left: -211px;
  }
}
#about.site-section-content .site-section-inner .balloon-right {
  background: url("../img/sozai/balloon_3.png") no-repeat center/contain;
  width: 240px;
  height: 304px;
  position: absolute;
  top: 133px;
  right: 50%;
  margin-right: -690px;
}
@media screen and (max-width:650px) {
  #about.site-section-content .site-section-inner .balloon-right {
    width: 206px;
    height: 222px;
    position: absolute;
    top: -121px;
    right: 50%;
    margin-left: -300px;
  }
}
@media screen and (max-width:550px) {
  #about.site-section-content .site-section-inner .balloon-right {
    height: 208px;
    top: -121px;
    margin-right: -292px;
  }
}
@media screen and (max-width:500px) {
  #about.site-section-content .site-section-inner .balloon-right {
    top: -103px;
    height: 190px;
    margin-right: -278px;
  }
}
@media screen and (max-width:450px) {
  #about.site-section-content .site-section-inner .balloon-right {
    top: -103px;
    height: 190px;
    margin-right: -259px;
  }
}
@media screen and (max-width:400px) {
  #about.site-section-content .site-section-inner .balloon-right {
    top: -103px;
    height: 172px;
    margin-right: -246px;
  }
}

header {
  width: 100%;
  min-width: 1000px;
  margin: auto;
  max-width: 1920px;
  position: relative;
}
@media screen and (max-width:650px) {
  header {
    min-width: unset;
    min-height: unset;
    width: 100%;
  }
}
header h1 {
  display: none;
}
header .curtain {
  background: url("../img/sozai/header-pc.webp") no-repeat top/cover;
  height: min(56.25vw, 1080px);
  z-index: 99;
}
@media screen and (max-width:1000px) {
  header .curtain {
    min-width: unset;
    height: 562px;
  }
}
@media screen and (max-width:650px) {
  header .curtain {
    background: url("../img/sozai/header-sp.png") no-repeat top/cover;
    height: 1000px;
  }
}
@media screen and (max-width:550px) {
  header .curtain {
    height: 1000px;
  }
}
@media screen and (max-width:500px) {
  header .curtain {
    height: 900px;
  }
}
@media screen and (max-width:450px) {
  header .curtain {
    height: 780px;
  }
}
@media screen and (max-width:400px) {
  header .curtain {
    height: 700px;
  }
}
header .kimetsu-logo {
  background: url("../img/logo/logo-kimetsu.webp") no-repeat center/contain;
  width: 140px;
  height: 140px;
  position: absolute;
  top: 130px;
  right: 0;
  left: 0;
  margin: auto;
  width: min(8.3333333333vw, 160px);
  height: min(7.2916666667vw, 140px);
  top: 70px;
}
header .kimetsu-logo.animated {
  animation-name: jello-horizontal;
  animation-duration: 1s;
  animation-delay: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width:1000px) {
  header .kimetsu-logo {
    width: 96px;
    height: 80px;
    top: 60px;
  }
}
@media screen and (max-width:650px) {
  header .kimetsu-logo {
    width: 90px;
    height: 90px;
    top: 36px;
  }
}
@media screen and (max-width:550px) {
  header .kimetsu-logo {
    top: 36px;
  }
}
@media screen and (max-width:450px) {
  header .kimetsu-logo {
    width: 80px;
    height: 80px;
  }
}
header .event-logo {
  background: url("../img/logo/event-logo.webp") no-repeat center/contain;
  width: min(31.25vw, 600px);
  height: min(26.0416666667vw, 500px);
  top: 346px;
  position: absolute;
  left: 50%;
  margin-left: -730px;
}
header .event-logo.animated {
  animation-name: jello-horizontal;
  animation-duration: 1s;
  animation-delay: 1.4s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@media screen and (max-width:1800px) {
  header .event-logo {
    top: 330px;
    margin-left: -694px;
  }
}
@media screen and (max-width:1700px) {
  header .event-logo {
    top: 314px;
    margin-left: -650px;
  }
}
@media screen and (max-width:1600px) {
  header .event-logo {
    top: 302px;
    margin-left: -602px;
  }
}
@media screen and (max-width:1500px) {
  header .event-logo {
    top: 298px;
    margin-left: -570px;
  }
}
@media screen and (max-width:1400px) {
  header .event-logo {
    top: 278px;
    margin-left: -522px;
  }
}
@media screen and (max-width:1300px) {
  header .event-logo {
    top: 239px;
    margin-left: -484px;
  }
}
@media screen and (max-width:1200px) {
  header .event-logo {
    top: 226px;
    margin-left: -456px;
  }
}
@media screen and (max-width:1100px) {
  header .event-logo {
    top: 219px;
    margin-left: -418px;
  }
}
@media screen and (max-width:1000px) {
  header .event-logo {
    top: 201px;
    margin-left: -390px;
    width: 312px;
    height: 260px;
  }
}
@media screen and (max-width:650px) {
  header .event-logo {
    top: 126px;
    width: 312px;
    height: 260px;
    margin: auto;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width:550px) {
  header .event-logo {
    top: 126px;
    height: 237px;
  }
}
@media screen and (max-width:500px) {
  header .event-logo {
    height: 230px;
  }
}
@media screen and (max-width:450px) {
  header .event-logo {
    top: 126px;
    height: 220px;
  }
}
@media screen and (max-width:400px) {
  header .event-logo {
    top: 120px;
    height: 210px;
  }
}
header .chara-pic {
  background: url("../img/sozai/header-chara.webp") no-repeat center/contain;
  width: 100%;
  height: 753px;
  position: absolute;
  top: 260px;
  right: -286px;
  margin-right: 0px;
  height: min(39.21875vw, 753px);
}
@media screen and (max-width:1800px) {
  header .chara-pic {
    top: 229px;
  }
}
@media screen and (max-width:1600px) {
  header .chara-pic {
    top: 220px;
    right: -260px;
  }
}
@media screen and (max-width:1500px) {
  header .chara-pic {
    top: 210px;
    right: -250px;
  }
}
@media screen and (max-width:1400px) {
  header .chara-pic {
    top: 200px;
    right: -250px;
  }
}
@media screen and (max-width:1300px) {
  header .chara-pic {
    top: 178px;
    right: -220px;
  }
}
@media screen and (max-width:1200px) {
  header .chara-pic {
    top: 160px;
    right: -194px;
  }
}
@media screen and (max-width:1000px) {
  header .chara-pic {
    top: 130px;
    right: -156px;
    height: 425px;
  }
}
@media screen and (max-width:650px) {
  header .chara-pic {
    top: 367px;
    width: 544px;
    height: 498px;
    width: min(83.6923076923vw, 544px);
    height: min(76.6153846154vw, 498px);
    margin: auto;
    left: 0;
    right: 0;
  }
}
@media screen and (max-width:550px) {
  header .chara-pic {
    top: 356px;
  }
}
@media screen and (max-width:450px) {
  header .chara-pic {
    top: 350px;
  }
}
@media screen and (max-width:400px) {
  header .chara-pic {
    top: 336px;
  }
}

.site-footer-wrap {
  min-width: 1000px;
}
@media screen and (max-width:650px) {
  .site-footer-wrap {
    min-width: unset;
    width: 100%;
  }
}

#goods.site-section-content {
  padding: 0;
  width: 100%;
  overflow: hidden;
  background: url("../img/sozai/bg-p.png"), #f8ecd9;
  background-size: 140px;
}
#goods.site-section-content .site-section-inner {
  padding: 60px 0px;
  margin: 0 12px;
  position: relative;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner {
    padding: 60px 0px;
  }
}
#goods.site-section-content .site-section-inner .tab-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 900px;
  margin: 0 auto 16px;
}
#goods.site-section-content .site-section-inner button {
  background: #f8ecd9;
  padding: 10px 15px;
  margin: 0 4px 8px;
  flex-grow: 1;
  color: #292624;
  border: 2px solid #292624;
  border-radius: 24px;
  font-size: 20px;
  position: relative;
  font-weight: 500;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .site-section-inner button {
    font-size: 16px;
    padding: 8px 15px;
  }
}
@media screen and (max-width:450px) {
  #goods.site-section-content .site-section-inner button {
    font-size: 12px;
  }
}
#goods.site-section-content .site-section-inner button.active {
  background: #8b6846;
  color: #ffffff;
}
#goods.site-section-content .tab-content {
  display: none;
}
#goods.site-section-content .tab-content.active {
  display: block;
}
#goods.site-section-content .heading-h1 {
  background: url("../img/sozai/title-bg.webp") no-repeat center/contain;
  height: 113px;
  margin: 0 auto 80px;
  line-height: 95px;
  font-size: 40px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  font-family: "Kaisei Tokumin", serif;
  font-weight: 700;
  background: url("../img/sozai/title.png") no-repeat center/contain;
  margin: 0 auto;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .heading-h1 {
    width: 100%;
    font-size: 32px;
  }
}
@media screen and (max-width:450px) {
  #goods.site-section-content .heading-h1 {
    font-size: 22px;
    height: 80px;
    line-height: 69px;
  }
}
#goods.site-section-content .content-bg {
  padding: 60px;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  position: relative;
  color: #292624;
  border-radius: 12px;
  box-shadow: 0px 0px 15px -5px rgba(76, 84, 97, 0.568627451);
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 24px;
  background: rgba(255, 255, 255, 0);
  position: relative;
  box-shadow: none;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg {
    padding: 40px 0px;
  }
}
@media screen and (max-width:450px) {
  #goods.site-section-content .content-bg {
    padding: 24px 0px;
  }
}
#goods.site-section-content .content-bg .goods-wrapper .heading-h2 {
  font-size: 32px;
  padding: 0 80px 24px;
  margin: 42px 64px 24px;
  border-bottom: 2px solid #292624;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-wrapper .heading-h2 {
    font-size: 24px;
    padding: 16px 8px 24px;
    padding: 16px 8px 24px;
  }
}
@media screen and (max-width:550px) {
  #goods.site-section-content .content-bg .goods-wrapper .heading-h2 {
    padding: 0px 0px 16px;
    margin: 42px 20px;
  }
}
@media screen and (max-width:450px) {
  #goods.site-section-content .content-bg .goods-wrapper .heading-h2 {
    font-size: 22px;
  }
}
#goods.site-section-content .content-bg .goods-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: 8px;
    width: 100%;
  }
}
#goods.site-section-content .content-bg .goods-card-wrapper.single {
  margin: 0 auto;
  justify-content: center;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-card-wrapper.single {
    width: 100%;
  }
}
#goods.site-section-content .content-bg .goods-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background: #fff7ea;
  padding: 24px;
  margin-bottom: 24px;
  width: 50%;
  border-radius: 12px;
  border: 4px solid #8b6846;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-card {
    margin-bottom: 8px;
    padding: 8px;
    width: 100%;
    font-size: 16px;
  }
}
#goods.site-section-content .content-bg .goods-card .goods-name {
  font-size: 24px;
  margin: 16px 0;
  padding-bottom: 16px;
  border-bottom: 2px solid #292624;
  font-weight: bold;
  color: #292624;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-card .goods-name {
    font-size: 16px;
    margin: 8px 0;
    padding-bottom: 8px;
  }
}
#goods.site-section-content .content-bg .goods-card .goods-price {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-card .goods-price {
    margin-bottom: 8px;
    font-size: 16px;
  }
}
#goods.site-section-content .content-bg .goods-card p {
  font-size: 18px;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .goods-card p {
    font-size: 16px;
  }
}
#goods.site-section-content .content-bg .webshop-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: 64px;
  text-align: center;
  text-shadow: 0px 0px 6px rgba(83, 74, 66, 0.431372549);
  border-radius: 50px;
  color: #ffffff;
  background: #8b6846;
  font-size: 18px;
  font-weight: bold;
  margin-top: 16px;
  transition: 0.5s ease;
  position: relative;
}
#goods.site-section-content .content-bg .webshop-btn a:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 14px;
  width: 45px;
  height: 37px;
  background-image: url("../img/sozai/hana.png");
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}
#goods.site-section-content .content-bg .webshop-btn a:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 14px;
  width: 45px;
  height: 37px;
  background-image: url("../img/sozai/hana.png");
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width:650px) {
  #goods.site-section-content .content-bg .webshop-btn a {
    height: 50px;
    font-size: 16px;
  }
  #goods.site-section-content .content-bg .webshop-btn a:before {
    width: 20px;
    height: 20px;
    top: 15px;
    background-size: 20px;
  }
  #goods.site-section-content .content-bg .webshop-btn a:after {
    width: 20px;
    height: 20px;
    top: 15px;
    background-size: 20px;
  }
}
#goods.site-section-content .content-bg .webshop-btn a:hover {
  background: #754f23;
}
#goods.site-section-content .content-bg .webshop-btn a:hover:before, #goods.site-section-content .content-bg .webshop-btn a:hover:after {
  transition: transform 1.5s;
  transform: rotate(-360deg);
}
#goods.site-section-content .balloon-left {
  background: url("../img/sozai/balloon_2.png") no-repeat center/contain;
  width: 240px;
  height: 304px;
  position: absolute;
  top: 797px;
  left: 50%;
  margin-left: -722px;
}
#goods.site-section-content .balloon-right {
  background: url("../img/sozai/balloon_4.png") no-repeat center/contain;
  width: 240px;
  height: 329px;
  position: absolute;
  top: 266px;
  right: 50%;
  margin-right: -720px;
}
#goods.site-section-content .balloon-right2 {
  background: url("../img/sozai/balloon_3.png") no-repeat center/contain;
  width: 240px;
  height: 329px;
  position: absolute;
  bottom: 100px;
  right: 50%;
  margin-right: -720px;
}

#info {
  width: 100%;
  overflow: hidden;
  height: 100%;
}
#info.site-section-content {
  padding: 0;
  width: 100%;
  background: url("../img/sozai/bg-p.png"), #f8ecd9;
  background-size: 140px;
}
#info.site-section-content .site-section-inner {
  padding: 120px 0px;
  margin: 0 12px;
  position: relative;
}
@media screen and (max-width:650px) {
  #info.site-section-content .site-section-inner {
    padding: 60px 0;
  }
}
#info .content-bg {
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
@media screen and (max-width:650px) {
  #info .content-bg {
    width: 100%;
    padding: 0;
  }
}
#info .heading-h1 {
  background: url("../img/sozai/title-bg.webp") no-repeat center/contain;
  height: 113px;
  margin: 0 auto 80px;
  line-height: 95px;
  font-size: 40px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  font-family: "Kaisei Tokumin", serif;
  font-weight: 700;
  background: url("../img/sozai/title.png") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  #info .heading-h1 {
    width: 100%;
    margin: 40px auto 16px;
    font-size: 32px;
  }
}
@media screen and (max-width:450px) {
  #info .heading-h1 {
    font-size: 22px;
    height: 80px;
    line-height: 69px;
  }
}
#info table {
  width: 100%;
  width: calc(100% - 0px);
  background-color: #754f23;
  font-size: 16px;
  box-shadow: 0px 0px 15px -5px rgba(114, 111, 100, 0.568627451);
}
@media screen and (max-width:650px) {
  #info table {
    width: calc(100% - 0px);
    margin-bottom: 40px;
  }
}
#info th {
  width: 30%;
  padding: 40px;
  background: #8b6846;
  color: #fff;
  font-weight: 500;
  vertical-align: middle;
}
@media screen and (max-width:650px) {
  #info th {
    display: block;
    width: 100%;
    padding: 24px;
  }
}
#info td {
  padding: 40px;
  background: url("../img/sozai/content-bg.png"), #fff7ea;
  background-attachment: fixed;
  background-size: 400px;
  background-repeat: repeat;
}
@media screen and (max-width:650px) {
  #info td {
    display: block;
    padding: 24px;
  }
}
#info td a {
  border-bottom: 1px dashed #292624;
  color: #292624;
  transition: 0.3s;
}
#info td a:hover {
  opacity: 0.7;
}
#info .store-link-wrap {
  margin-top: 20px;
  max-width: 900px;
  background-color: #fff7ea;
  margin: 24px auto 0;
}
#info .heading-h2 {
  text-align: center;
  margin-bottom: 24px;
  font-size: 32px;
  background-color: #8b6846;
  padding: 12px 0;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width:650px) {
  #info .heading-h2 {
    font-size: 24px;
  }
}
#info .desc {
  font-size: 24px;
  margin-bottom: 24px;
  text-align: center;
  text-shadow: #ecf6ff 0px 0px 9px;
  padding: 0 12px;
}
#info .store-btn-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 12px 12px;
}
#info .store-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  width: 300px;
  height: 64px;
  background-color: #f8ecd9;
  border-radius: 50px;
  border: 2px solid #754f23;
  margin: 8px;
  text-align: center;
  display: table;
}
@media screen and (max-width:650px) {
  #info .store-btn {
    width: 100%;
  }
}
#info .store-btn a {
  display: table-cell;
  vertical-align: middle;
  color: #292624;
  border-radius: 50px;
  transition: 0.5s;
  font-size: 16px;
}
@media (hover: hover) and (pointer: fine) {
  #info .store-btn a:hover {
    background: #754f23;
    border-radius: 50px;
    color: #ffffff;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #info .store-btn a:hover {
    background: #754f23;
    border-radius: 50px;
    color: #ffffff;
  }
}
#info .balloon-left {
  background: url("../img/sozai/balloon_2.png") no-repeat center/contain;
  width: 240px;
  height: 329px;
  position: absolute;
  top: 266px;
  left: 50%;
  margin-left: -720px;
}
#info .balloon-right {
  background: url("../img/sozai/balloon_4.png") no-repeat center/contain;
  width: 240px;
  height: 304px;
  position: absolute;
  top: 797px;
  right: 50%;
  margin-right: -722px;
}

.hamburger {
  position: fixed;
  top: 8px;
  right: 15px;
  z-index: 101;
  width: 48px;
  height: 48px;
  border: none;
  background: transparent;
  cursor: pointer;
}

.hamburger__line {
  position: absolute;
  left: 3px;
  width: 42px;
  height: 4px;
  border-radius: 21px;
  background-color: #333;
  transition: all 0.4s;
}

.hamburger__line:nth-of-type(1) {
  top: 14px;
}

.hamburger__line:nth-of-type(2) {
  top: 23px;
}

.hamburger__line:nth-of-type(3) {
  top: 32px;
}

/* メニューオープン時 */
.hamburger.active .hamburger__line:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
}

.hamburger.active .hamburger__line:nth-of-type(2) {
  opacity: 0;
}

.hamburger.active .hamburger__line:nth-of-type(3) {
  transform: translateY(-9px) rotate(45deg);
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 300px;
  height: 100vh;
  background-color: #8b6846;
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
  transform: translateX(-100%);
  transition: transform 0.4s;
  z-index: 100;
  font-family: "Kaisei Tokumin", serif;
  text-align: center;
}
@media screen and (max-width:650px) {
  .nav {
    width: 100%;
  }
}

.nav.active {
  transform: translateX(0);
}

.nav__list {
  margin: 0;
  padding: 100px 0 0;
  list-style: none;
  font-size: 18px;
}

.nav__item {
  padding: 0 20px;
}

.nav__link {
  display: block;
  padding: 15px 0;
  color: #ffffff;
  text-decoration: none;
  transition: 0.5s ease;
  position: relative;
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
}
.nav__link:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 10px;
  width: 20px;
  height: 20px;
  background-image: url("../img/sozai/hana.png");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
.nav__link:after {
  content: "";
  position: absolute;
  top: 20px;
  right: 10px;
  width: 20px;
  height: 20px;
  background-image: url("../img/sozai/hana.png");
  background-size: 20px;
  background-position: center;
  background-repeat: no-repeat;
}
@media (hover: hover) and (pointer: fine) {
  .nav__link:hover:before, .nav__link:hover:after {
    transition: transform 1.5s;
    transform: rotate(-360deg);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .nav__link:hover:before, .nav__link:hover:after {
    transition: transform 1.5s;
    transform: rotate(-360deg);
  }
}

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

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

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

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

html {
  -webkit-overflow-scrolling: touch;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizelegibility;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  touch-action: manipulation;
  width: 100%;
  min-width: 1000px;
}
@media screen and (max-width:650px) {
  html {
    min-width: unset;
  }
}

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

body {
  -webkit-overflow-scrolling: touch;
  color: #292624;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
}

h1 {
  font-weight: 500;
}

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

.site-header-logowrap {
  width: 100%;
  min-width: 1000px;
}
@media screen and (max-width:650px) {
  .site-header-logowrap {
    min-width: unset;
  }
}

.site-content-wrapper {
  overflow-x: hidden;
  min-width: 1000px;
  background: url("../img/sozai/bg-x.png") repeat center/contain;
  background-attachment: fixed;
  background-size: 140px;
  background-repeat: repeat;
}
@media screen and (max-width:650px) {
  .site-content-wrapper {
    min-width: initial;
    background-size: 100px;
  }
}

.red-bold {
  color: #ffffff;
  background-color: rgb(143, 24, 24);
  border-radius: 24px;
  padding: 3px 13px;
  font-weight: bold;
  font-size: 16px;
}
@media screen and (max-width:650px) {
  .red-bold {
    font-size: 14px;
    padding: 2px 8px;
  }
}

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

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

.balloon {
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
}

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

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

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

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

#menu.site-section-content {
  padding: 0px;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
#menu.site-section-content .site-section-inner {
  padding: 120px 0px;
  margin: 0 12px;
  position: relative;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner {
    padding: 60px 0;
  }
}
#menu.site-section-content .site-section-inner .heading-h1 {
  background: url("../img/sozai/title-bg.webp") no-repeat center/contain;
  height: 113px;
  margin: 0 auto 80px;
  line-height: 95px;
  font-size: 40px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  font-family: "Kaisei Tokumin", serif;
  font-weight: 700;
  background: url("../img/sozai/title_l.png") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .heading-h1 {
    width: 100%;
    margin: 40px auto 16px;
    font-size: 32px;
    line-height: 97px;
  }
}
@media screen and (max-width:550px) {
  #menu.site-section-content .site-section-inner .heading-h1 {
    line-height: 100px;
    font-size: 24px;
  }
}
@media screen and (max-width:450px) {
  #menu.site-section-content .site-section-inner .heading-h1 {
    font-size: 22px;
    height: 80px;
    line-height: 70px;
  }
}
#menu.site-section-content .site-section-inner .content-bg {
  padding: 60px;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  position: relative;
  color: #292624;
  border-radius: 12px;
  box-shadow: 0px 0px 15px -5px rgba(76, 84, 97, 0.568627451);
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 24px;
  background: linear-gradient(#fff7ea 30%, #f8ecd9 85%);
  position: relative;
  outline: 2px solid #292624;
  outline-offset: -15px;
  background: url(../img/sozai/lt.png) no-repeat left top/14%, url(../img/sozai/rt.png) no-repeat right top/14%, url(../img/sozai/lb.png) no-repeat left bottom/14%, url(../img/sozai/rb.png) no-repeat right bottom/14%, linear-gradient(#fff7ea 30%, #f8ecd9 85%);
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg {
    padding: 40px 24px;
    outline: 2px solid #292624;
    outline-offset: -10px;
  }
}
@media screen and (max-width:450px) {
  #menu.site-section-content .site-section-inner .content-bg {
    padding: 24px 12px;
    outline: 2px solid #292624;
    outline-offset: -6px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .heading-h2,
#menu.site-section-content .site-section-inner .content-bg .heading-h3 {
  padding: 0 48px 24px;
  margin: 42px 64px 24px;
  border-bottom: 2px solid #292624;
  position: relative;
  font-size: 32px;
  font-family: "Kaisei Tokumin", serif;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg .heading-h2,
  #menu.site-section-content .site-section-inner .content-bg .heading-h3 {
    font-size: 24px;
    padding: 16px 8px 24px;
  }
}
@media screen and (max-width:550px) {
  #menu.site-section-content .site-section-inner .content-bg .heading-h2,
  #menu.site-section-content .site-section-inner .content-bg .heading-h3 {
    padding: 0px 0px 16px;
    margin: 24px 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;
  }
}
@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 16px;
  }
}
@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;
  }
}
#menu.site-section-content .site-section-inner .content-bg .shop {
  font-size: 18px;
  margin-bottom: 24px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg .shop {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .menu-detail {
  background-color: #ffffff;
  font-size: 16px;
  padding: 24px;
  line-height: 1.5rem;
  color: #292624;
}
@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 .novelty-detail {
  background-color: #ffffff;
  margin: 24px 0;
  padding: 16px 24px;
  color: #292624;
  font-size: 18px;
}
@media screen and (max-width:650px) {
  #menu.site-section-content .site-section-inner .content-bg .novelty-detail {
    margin: 16px 0;
    font-size: 16px;
  }
}
#menu.site-section-content .site-section-inner .content-bg .novelty-photo {
  margin-bottom: 16px;
}
#menu.site-section-content .site-section-inner .balloon-left {
  background: url("../img/sozai/balloon_5.png") no-repeat center/contain;
  width: 240px;
  height: 329px;
  position: absolute;
  top: 266px;
  left: 50%;
  margin-left: -720px;
}
#menu.site-section-content .site-section-inner .balloon-left2 {
  background: url("../img/sozai/balloon_1.png") no-repeat center/contain;
  width: 240px;
  height: 329px;
  position: absolute;
  bottom: 100px;
  left: 50%;
  margin-left: -720px;
}
#menu.site-section-content .site-section-inner .balloon-right {
  background: url("../img/sozai/balloon_3.png") no-repeat center/contain;
  width: 240px;
  height: 304px;
  position: absolute;
  top: 797px;
  right: 50%;
  margin-right: -722px;
}

#loading {
  position: fixed;
  inset: 0;
  z-index: 9999;
  place-items: center;
  height: 100%;
}
@media screen and (max-width:650px) {
  #loading {
    background-size: 300px;
  }
}

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

.loading-icon {
  width: 100%;
  height: 100%;
  z-index: 999;
}

@media screen and (max-width:650px) {
  .loading-pc {
    display: none;
  }
}

.loading-sp {
  display: none;
}
@media screen and (max-width:650px) {
  .loading-sp {
    display: block;
  }
}

.loading-bg-wrap {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
}
.loading-bg-wrap .loading-bg-left {
  background: url("../img/sozai/loading-curtain.webp") no-repeat center/cover;
  height: 100%;
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
.loading-bg-wrap .loading-bg-left.curtain-animated {
  animation-name: drawLeft;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
}
.loading-bg-wrap .loading-bg-right {
  background: url("../img/sozai/loading-curtain.webp") no-repeat center/cover;
  height: 100%;
  width: 50%;
  position: absolute;
  right: 0;
  top: 0;
}
.loading-bg-wrap .loading-bg-right.curtain-animated {
  animation-name: drawRight;
  animation-duration: 2s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

#official.site-section-content {
  padding: 0;
  width: 100%;
  overflow: hidden;
  position: relative;
  background: url("../img/sozai/bg-p.png"), #f8ecd9;
  background-size: 140px;
}
#official.site-section-content .site-section-inner {
  padding: 120px 0px;
  margin: 0 12px;
  position: relative;
}
@media screen and (max-width:650px) {
  #official.site-section-content .site-section-inner {
    padding: 60px 0 80px;
  }
}
#official.site-section-content .site-section-inner .heading-wrap {
  text-align: center;
}
@media screen and (max-width:650px) {
  #official.site-section-content .site-section-inner .heading-wrap {
    width: 100%;
  }
}
#official.site-section-content .site-section-inner .heading-h1 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 32px;
  border-bottom: 2px solid #292624;
  padding: 0 48px 24px;
  margin: 42px 64px 24px;
  font-family: "Kaisei Tokumin", serif;
}
@media screen and (max-width:650px) {
  #official.site-section-content .site-section-inner .heading-h1 {
    font-size: 32px;
    padding: 16px 8px 24px;
  }
}
@media screen and (max-width:550px) {
  #official.site-section-content .site-section-inner .heading-h1 {
    padding: 0px 0px 16px;
    margin: 24px 32px 16px;
  }
}
@media screen and (max-width:400px) {
  #official.site-section-content .site-section-inner .heading-h1 {
    font-size: 22px;
  }
}
#official.site-section-content .site-section-inner .heading-h2 {
  font-weight: 500;
  margin: 32px;
  font-size: 18px;
}
@media screen and (max-width:650px) {
  #official.site-section-content .site-section-inner .heading-h2 {
    font-size: 16px;
    margin: 24px 0;
  }
}
@media screen and (max-width:450px) {
  #official.site-section-content .site-section-inner .heading-h2 {
    font-size: 16px;
  }
}
#official.site-section-content .site-section-inner .back-to-top {
  background: url("../img/sozai/top.png") no-repeat center/contain;
  width: 100px;
  height: 100px;
  position: absolute;
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
  bottom: 24px;
  right: 2rem;
  display: table;
}
#official.site-section-content .site-section-inner .back-to-top:hover {
  transform: scale(1.1);
}
@media screen and (max-width:650px) {
  #official.site-section-content .site-section-inner .back-to-top {
    width: 80px;
    height: 80px;
  }
}
#official.site-section-content .site-section-inner .content-bg {
  padding: 60px 60px 92px;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  position: relative;
  color: #292624;
  border-radius: 12px;
  box-shadow: 0px 0px 15px -5px rgba(76, 84, 97, 0.568627451);
  background: #fff7ea;
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 24px;
  position: relative;
}
@media screen and (max-width:650px) {
  #official.site-section-content .site-section-inner .content-bg {
    padding: 40px 24px;
  }
}
@media screen and (max-width:450px) {
  #official.site-section-content .site-section-inner .content-bg {
    padding: 24px 12px;
  }
}
#official.site-section-content .site-section-inner .social-account-wrap {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account {
  width: 120px;
  height: 120px;
  margin: 0 8px;
  font-size: 0;
  list-style: none;
  justify-content: center;
}
@media screen and (max-width:650px) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account {
    width: 100px;
    height: 100px;
    margin: 0 4px;
  }
}
@media screen and (max-width:450px) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account {
    width: 80px;
    height: 80px;
  }
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account a {
  display: inline-block;
  width: 120px;
  transition: 0.7s;
  height: 120px;
}
@media screen and (max-width:650px) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account a {
    width: 100px;
    height: 100px;
  }
}
@media screen and (max-width:450px) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account a {
    width: 80px;
    height: 80px;
  }
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account.x {
  background: url("../img/logo/anchor-x.webp") no-repeat center/contain;
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
}
@media (hover: hover) and (pointer: fine) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.x:hover {
    transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.x:hover {
    transform: scale(1.1);
  }
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account.facebook {
  background: url("../img/logo/anchor-facebook.webp") no-repeat center/contain;
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
}
@media (hover: hover) and (pointer: fine) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.facebook:hover {
    transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.facebook:hover {
    transform: scale(1.1);
  }
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account.instagram {
  background: url("../img/logo/anchor-instagram.webp") no-repeat center/contain;
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
}
@media (hover: hover) and (pointer: fine) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.instagram:hover {
    transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.instagram:hover {
    transform: scale(1.1);
  }
}
#official.site-section-content .site-section-inner .social-account-wrap .social-account.youtube {
  background: url("../img/logo/anchor-youtube.webp") no-repeat center/contain;
  transition: 0.7s cubic-bezier(0.4, 0.4, 0, 1);
}
@media (hover: hover) and (pointer: fine) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.youtube:hover {
    transform: scale(1.1);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #official.site-section-content .site-section-inner .social-account-wrap .social-account.youtube:hover {
    transform: scale(1.1);
  }
}
#official.site-section-content .site-section-inner .balloon-left {
  background: url("../img/sozai/balloon_3.png") no-repeat center/contain;
  width: 240px;
  height: 324px;
  position: absolute;
  top: 260px;
  left: 50%;
  margin-left: -722px;
}
#official.site-section-content .site-section-inner .balloon-right {
  background: url("../img/sozai/balloon_1.png") no-repeat center/contain;
  width: 240px;
  height: 319px;
  position: absolute;
  top: 266px;
  right: 50%;
  margin-right: -720px;
}

#store.site-section-content {
  padding: 0;
  width: 100%;
  overflow: hidden;
  background-size: 140px;
}
#store.site-section-content .site-section-inner {
  padding: 120px 0px;
  margin: 0 12px;
  position: relative;
}
@media screen and (max-width:650px) {
  #store.site-section-content .site-section-inner {
    padding: 60px 0px;
  }
}
#store.site-section-content .site-section-inner .heading-h1 {
  font-size: 40px;
  font-weight: 500;
  margin-top: 32px;
  border-bottom: 2px solid #292624;
  padding: 0 48px 24px;
  font-family: "Kaisei Tokumin", serif;
  margin: 42px 64px 24px;
}
@media screen and (max-width:650px) {
  #store.site-section-content .site-section-inner .heading-h1 {
    font-size: 32px;
    padding: 16px 8px 24px;
  }
}
@media screen and (max-width:550px) {
  #store.site-section-content .site-section-inner .heading-h1 {
    padding: 0px 0px 16px;
    margin: 24px 32px 16px;
  }
}
@media screen and (max-width:450px) {
  #store.site-section-content .site-section-inner .heading-h1 {
    font-size: 22px;
  }
}
#store.site-section-content .site-section-inner .heading-h2 {
  font-weight: 500;
  margin: 32px;
  font-size: 18px;
}
@media screen and (max-width:650px) {
  #store.site-section-content .site-section-inner .heading-h2 {
    font-size: 16px;
    margin: 24px 0;
  }
}
@media screen and (max-width:450px) {
  #store.site-section-content .site-section-inner .heading-h2 {
    font-size: 16px;
  }
}
#store.site-section-content .site-section-inner .content-bg {
  padding: 60px 60px 92px;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  position: relative;
  color: #292624;
  border-radius: 12px;
  box-shadow: 0px 0px 15px -5px rgba(76, 84, 97, 0.568627451);
  outline: 2px solid #292624;
  outline-offset: -15px;
  background: url(../img/sozai/lt.png) no-repeat left top/14%, url(../img/sozai/rt.png) no-repeat right top/14%, url(../img/sozai/lb.png) no-repeat left bottom/14%, url(../img/sozai/rb.png) no-repeat right bottom/14%, linear-gradient(#fff7ea 30%, #f8ecd9 85%);
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 24px;
  position: relative;
}
@media screen and (max-width:650px) {
  #store.site-section-content .site-section-inner .content-bg {
    padding: 40px 24px;
    outline: 2px solid #292624;
    outline-offset: -10px;
  }
}
@media screen and (max-width:450px) {
  #store.site-section-content .site-section-inner .content-bg {
    padding: 24px 12px;
    outline: 2px solid #292624;
    outline-offset: -6px;
  }
}
#store.site-section-content .store-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}
@media screen and (max-width:650px) {
  #store.site-section-content .store-cards {
    gap: 12px;
  }
}
#store.site-section-content .store-card {
  border-radius: 12px;
  width: 200px;
  height: 200px;
  position: relative;
  box-shadow: 0px 0px 8px rgba(158, 116, 116, 0.5058823529);
}
@media screen and (max-width:650px) {
  #store.site-section-content .store-card {
    flex-basis: 100%;
    width: 100%;
    height: 120px;
  }
}
#store.site-section-content .store-card.uct {
  background: url("../img/sozai/x_uct.webp");
  background-size: 400px;
  background-position: center;
  background-repeat: repeat;
}
#store.site-section-content .store-card.mct {
  background: url("../img/sozai/x_uct.webp");
  background-size: 400px;
  background-position: center;
  background-repeat: repeat;
}
#store.site-section-content .store-card.mcn {
  background: url("../img/sozai/x_ufn_mcn.webp");
  background-size: 400px;
  background-position: center;
  background-repeat: repeat;
}
#store.site-section-content .store-card.mco {
  background: url("../img/sozai/x_ufo_mco.webp");
  background-size: 400px;
  background-position: center;
  background-repeat: repeat;
}
#store.site-section-content .store-card.uctk {
  background: url("../img/sozai/x_uft.webp");
  background-size: 400px;
  background-position: center;
  background-repeat: repeat;
}
#store.site-section-content .store-card.mcb {
  background: url("../img/sozai/x_mcb.webp");
  background-size: 400px;
  background-position: center;
  background-repeat: repeat;
}
#store.site-section-content .store-card.mck {
  background: url("../img/sozai/x_mck.webp");
  background-size: 400px;
  background-position: center;
  background-repeat: repeat;
}
#store.site-section-content .store-card.togo {
  background: url("../img/sozai/x_togo.webp");
  background-size: 400px;
  background-position: center;
  background-repeat: repeat;
}
#store.site-section-content .store-card .white-content {
  background-color: rgba(0, 0, 0, 0.6039215686);
  border-radius: 12px;
  height: 100%;
  display: table;
  width: 100%;
}
#store.site-section-content .store-card a {
  display: table-cell;
  width: 100%;
  height: 100%;
  color: #ffffff;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  text-shadow: 0 0 6px #000;
  padding: 12px;
  transition: 0.7s;
}
@media screen and (max-width:650px) {
  #store.site-section-content .store-card a {
    font-size: 18px;
    padding: 8px;
    height: 120px;
  }
}
@media (hover: hover) and (pointer: fine) {
  #store.site-section-content .store-card a:hover {
    background-color: rgba(255, 255, 255, 0.3764705882);
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #store.site-section-content .store-card a:hover {
    background-color: rgba(255, 255, 255, 0.3764705882);
  }
}
#store.site-section-content .balloon-left {
  background: url("../img/sozai/balloon_4.png") no-repeat center/contain;
  width: 240px;
  height: 304px;
  position: absolute;
  bottom: 160px;
  left: 50%;
  margin-left: -722px;
}
#store.site-section-content .balloon-right {
  background: url("../img/sozai/balloon_1.png") no-repeat center/contain;
  width: 240px;
  height: 329px;
  position: absolute;
  top: 266px;
  right: 50%;
  margin-right: -720px;
}

#pointgoods.site-section-content {
  padding: 0px;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
#pointgoods.site-section-content .site-section-inner {
  padding: 120px 0px;
  margin: 0 12px;
  position: relative;
}
@media screen and (max-width:650px) {
  #pointgoods.site-section-content .site-section-inner {
    padding: 60px 0;
  }
}
#pointgoods.site-section-content .site-section-inner .heading-h1 {
  background: url("../img/sozai/title-bg.webp") no-repeat center/contain;
  height: 113px;
  margin: 0 auto 80px;
  line-height: 95px;
  font-size: 40px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  font-family: "Kaisei Tokumin", serif;
  font-weight: 700;
  background: url("../img/sozai/title.png") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  #pointgoods.site-section-content .site-section-inner .heading-h1 {
    width: 100%;
    margin: 40px auto 16px;
    font-size: 32px;
  }
}
@media screen and (max-width:450px) {
  #pointgoods.site-section-content .site-section-inner .heading-h1 {
    font-size: 22px;
    height: 80px;
    line-height: 69px;
  }
}
#pointgoods.site-section-content .site-section-inner .content-bg {
  padding: 60px;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  position: relative;
  color: #292624;
  border-radius: 12px;
  box-shadow: 0px 0px 15px -5px rgba(76, 84, 97, 0.568627451);
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 24px;
  background: linear-gradient(#fff7ea 30%, #f8ecd9 85%);
  position: relative;
  outline: 2px solid #292624;
  outline-offset: -15px;
  background: url(../img/sozai/lt.png) no-repeat left top/14%, url(../img/sozai/rt.png) no-repeat right top/14%, url(../img/sozai/lb.png) no-repeat left bottom/14%, url(../img/sozai/rb.png) no-repeat right bottom/14%, linear-gradient(#fff7ea 30%, #f8ecd9 85%);
}
@media screen and (max-width:650px) {
  #pointgoods.site-section-content .site-section-inner .content-bg {
    padding: 40px 24px 56px;
    outline: 2px solid #292624;
    outline-offset: -10px;
  }
}
@media screen and (max-width:450px) {
  #pointgoods.site-section-content .site-section-inner .content-bg {
    padding: 24px 18px;
    outline: 2px solid #292624;
    outline-offset: -6px;
  }
}
#pointgoods.site-section-content .site-section-inner .content-bg .heading-h2 {
  font-size: 32px;
  padding: 0 0 24px;
  margin: 42px 64px 24px;
  font-family: "Kaisei Tokumin", serif;
  border-bottom: 2px solid #292624;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width:650px) {
  #pointgoods.site-section-content .site-section-inner .content-bg .heading-h2 {
    font-size: 24px;
    padding: 16px 8px 24px;
  }
}
@media screen and (max-width:550px) {
  #pointgoods.site-section-content .site-section-inner .content-bg .heading-h2 {
    padding: 0px 0px 16px;
    margin: 24px 16px;
  }
}
#pointgoods.site-section-content .site-section-inner .content-bg .pointgoods-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-size: 24px;
}
@media screen and (max-width:650px) {
  #pointgoods.site-section-content .site-section-inner .content-bg .pointgoods-info {
    font-size: 18px;
    gap: 8px;
  }
}
#pointgoods.site-section-content .site-section-inner .balloon-left {
  background: url("../img/sozai/balloon_1.png") no-repeat center/contain;
  width: 240px;
  height: 329px;
  position: absolute;
  top: 266px;
  left: 50%;
  margin-left: -720px;
}
#pointgoods.site-section-content .site-section-inner .balloon-right {
  background: url("../img/sozai/balloon_1.png") no-repeat center/contain;
  width: 240px;
  height: 319px;
  position: absolute;
  bottom: 266px;
  right: 50%;
  margin-right: -720px;
}

#kikaku.site-section-content {
  padding: 0px;
  width: 100%;
  overflow: hidden;
  height: 100%;
}
#kikaku.site-section-content .site-section-inner {
  padding: 120px 0px;
  margin: 0 12px;
  position: relative;
}
@media screen and (max-width:650px) {
  #kikaku.site-section-content .site-section-inner {
    padding: 60px 0;
  }
}
#kikaku.site-section-content .site-section-inner .heading-h1 {
  background: url("../img/sozai/title-bg.webp") no-repeat center/contain;
  height: 113px;
  margin: 0 auto 80px;
  line-height: 95px;
  font-size: 40px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  font-family: "Kaisei Tokumin", serif;
  font-weight: 700;
  background: url("../img/sozai/title.png") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  #kikaku.site-section-content .site-section-inner .heading-h1 {
    width: 100%;
    margin: 40px auto 16px;
    font-size: 32px;
  }
}
@media screen and (max-width:450px) {
  #kikaku.site-section-content .site-section-inner .heading-h1 {
    font-size: 22px;
    height: 80px;
    line-height: 69px;
  }
}
#kikaku.site-section-content .site-section-inner .content-bg {
  padding: 60px;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  position: relative;
  color: #292624;
  border-radius: 12px;
  box-shadow: 0px 0px 15px -5px rgba(76, 84, 97, 0.568627451);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: flex-start;
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 24px;
  background: linear-gradient(#fff7ea 30%, #f8ecd9 85%);
  position: relative;
  outline: 2px solid #292624;
  outline-offset: -15px;
  background: url(../img/sozai/lt.png) no-repeat left top/14%, url(../img/sozai/rt.png) no-repeat right top/14%, url(../img/sozai/lb.png) no-repeat left bottom/14%, url(../img/sozai/rb.png) no-repeat right bottom/14%, linear-gradient(#fff7ea 30%, #f8ecd9 85%);
}
@media screen and (max-width:650px) {
  #kikaku.site-section-content .site-section-inner .content-bg {
    padding: 40px 24px 56px;
    outline: 2px solid #292624;
    outline-offset: -10px;
  }
}
@media screen and (max-width:450px) {
  #kikaku.site-section-content .site-section-inner .content-bg {
    padding: 40px 18px;
    outline: 2px solid #292624;
    outline-offset: -6px;
  }
}
#kikaku.site-section-content .site-section-inner .content-bg .heading-h2 {
  font-size: 24px;
  padding: 16px 0;
  border-bottom: 2px solid #292624;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width:650px) {
  #kikaku.site-section-content .site-section-inner .content-bg .heading-h2 {
    font-size: 24px;
    padding: 16px 8px 24px;
  }
}
@media screen and (max-width:550px) {
  #kikaku.site-section-content .site-section-inner .content-bg .heading-h2 {
    padding: 0px 0px 16px;
    margin: 24px 32px 16px;
  }
}
#kikaku.site-section-content .site-section-inner .content-bg .special-detail2 {
  font-size: 18px;
  margin: 16px auto;
}
#kikaku.site-section-content .site-section-inner .kikaku-container {
  width: 230px;
  display: table;
  background-color: #fff;
  border-radius: 12px;
  padding: 16px;
}
#kikaku.site-section-content .site-section-inner .kikaku-container a {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #292624;
  transition: 0.5s ease;
}
@media (hover: hover) and (pointer: fine) {
  #kikaku.site-section-content .site-section-inner .kikaku-container a:hover {
    opacity: 0.7;
  }
}
@media (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #kikaku.site-section-content .site-section-inner .kikaku-container a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width:650px) {
  #kikaku.site-section-content .site-section-inner .kikaku-container {
    width: 100%;
    margin-bottom: 24px;
  }
}
#kikaku.site-section-content .site-section-inner .heading-h2 {
  font-family: "Kaisei Tokumin", serif;
}
#kikaku.site-section-content .site-section-inner .kikaku-info {
  margin-top: 12px;
  word-break: break-all;
  font-size: 18px;
}
#kikaku.site-section-content .site-section-inner .kikaku-btn {
  padding: 12px;
  font-size: 18px;
  margin-top: 16px;
  border-radius: 50px;
}
#kikaku.site-section-content .site-section-inner .kikaku-btn.pinterest {
  background-color: rgb(182, 46, 46);
  color: #ffffff;
}
#kikaku.site-section-content .site-section-inner .kikaku-btn.youtube {
  background-color: #f1cf36;
}
#kikaku.site-section-content .site-section-inner .kikaku-btn.x-btn {
  background-color: rgb(17, 17, 17);
  color: #ffffff;
}
#kikaku.site-section-content .site-section-inner .balloon-left {
  background: url("../img/sozai/balloon_2.png") no-repeat center/contain;
  width: 240px;
  height: 304px;
  position: absolute;
  top: 184px;
  left: 50%;
  margin-left: -722px;
}
#kikaku.site-section-content .site-section-inner .balloon-right {
  background: url("../img/sozai/balloon_4.png") no-repeat center/contain;
  width: 240px;
  height: 329px;
  position: absolute;
  bottom: 100px;
  right: 50%;
  margin-right: -720px;
}

#webshop_only.site-section-content {
  padding: 0px;
  width: 100%;
  overflow: hidden;
  background: url("../img/sozai/bg-p.png"), #f8ecd9;
  background-size: 140px;
}
#webshop_only.site-section-content .site-section-inner {
  padding: 120px 0px;
  margin: 0 12px;
  position: relative;
}
@media screen and (max-width:650px) {
  #webshop_only.site-section-content .site-section-inner {
    padding: 60px 0;
  }
}
#webshop_only.site-section-content .site-section-inner .heading-h1 {
  background: url("../img/sozai/title-bg.webp") no-repeat center/contain;
  height: 113px;
  margin: 0 auto 80px;
  line-height: 95px;
  font-size: 40px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  font-family: "Kaisei Tokumin", serif;
  font-weight: 700;
  background: url("../img/sozai/title.png") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  #webshop_only.site-section-content .site-section-inner .heading-h1 {
    width: 100%;
    margin: 40px auto 16px;
    font-size: 32px;
  }
}
@media screen and (max-width:450px) {
  #webshop_only.site-section-content .site-section-inner .heading-h1 {
    font-size: 22px;
    height: 80px;
    line-height: 69px;
  }
}
#webshop_only.site-section-content .site-section-inner .content-bg {
  padding: 60px;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  position: relative;
  color: #292624;
  border-radius: 12px;
  box-shadow: 0px 0px 15px -5px rgba(76, 84, 97, 0.568627451);
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 24px;
  background: #fff7ea;
  position: relative;
}
@media screen and (max-width:650px) {
  #webshop_only.site-section-content .site-section-inner .content-bg {
    width: 100%;
    padding: 32px 16px;
  }
}
#webshop_only.site-section-content .site-section-inner .content-bg .heading-h2 {
  font-size: 32px;
  padding: 0 0 24px;
  margin: 42px 64px 24px;
  font-family: "Kaisei Tokumin", serif;
  border-bottom: 2px solid #292624;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width:650px) {
  #webshop_only.site-section-content .site-section-inner .content-bg .heading-h2 {
    font-size: 24px;
    padding: 16px 8px 24px;
  }
}
@media screen and (max-width:550px) {
  #webshop_only.site-section-content .site-section-inner .content-bg .heading-h2 {
    padding: 0px 0px 16px;
    margin: 24px 32px 16px;
  }
}
#webshop_only.site-section-content .site-section-inner .content-bg .webshop_only-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  word-break: break-all;
}
@media screen and (max-width:650px) {
  #webshop_only.site-section-content .site-section-inner .content-bg .webshop_only-info {
    gap: 8px;
  }
}
#webshop_only.site-section-content .site-section-inner .content-bg .webshop_only-img {
  margin-bottom: 16px;
}
#webshop_only.site-section-content .site-section-inner .content-bg .webshop_only-detail {
  font-size: 18px;
  background: #ffffff;
  padding: 24px;
}
@media screen and (max-width:650px) {
  #webshop_only.site-section-content .site-section-inner .content-bg .webshop_only-detail {
    padding: 16px;
  }
}
#webshop_only.site-section-content .site-section-inner .content-bg .webshop-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: 64px;
  text-align: center;
  text-shadow: 0px 0px 6px rgba(83, 74, 66, 0.431372549);
  border-radius: 50px;
  color: #ffffff;
  background: #8b6846;
  font-size: 18px;
  font-weight: bold;
  margin-top: 16px;
  transition: 0.5s ease;
  position: relative;
}
#webshop_only.site-section-content .site-section-inner .content-bg .webshop-btn a:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 14px;
  width: 45px;
  height: 37px;
  background-image: url("../img/sozai/hana.png");
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}
#webshop_only.site-section-content .site-section-inner .content-bg .webshop-btn a:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 14px;
  width: 45px;
  height: 37px;
  background-image: url("../img/sozai/hana.png");
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width:650px) {
  #webshop_only.site-section-content .site-section-inner .content-bg .webshop-btn a {
    height: 50px;
    font-size: 16px;
  }
  #webshop_only.site-section-content .site-section-inner .content-bg .webshop-btn a:before {
    width: 20px;
    height: 20px;
    top: 15px;
    background-size: 20px;
  }
  #webshop_only.site-section-content .site-section-inner .content-bg .webshop-btn a:after {
    width: 20px;
    height: 20px;
    top: 15px;
    background-size: 20px;
  }
}
#webshop_only.site-section-content .site-section-inner .content-bg .webshop-btn a:hover {
  background: #754f23;
}
#webshop_only.site-section-content .site-section-inner .content-bg .webshop-btn a:hover:before, #webshop_only.site-section-content .site-section-inner .content-bg .webshop-btn a:hover:after {
  transition: transform 1.5s;
  transform: rotate(-360deg);
}
#webshop_only.site-section-content .site-section-inner .balloon-left {
  background: url("../img/sozai/balloon_1.png") no-repeat center/contain;
  width: 240px;
  height: 329px;
  position: absolute;
  top: 266px;
  left: 50%;
  margin-left: -720px;
}
#webshop_only.site-section-content .site-section-inner .balloon-right {
  background: url("../img/sozai/balloon_1.png") no-repeat center/contain;
  width: 240px;
  height: 319px;
  position: absolute;
  bottom: 266px;
  right: 50%;
  margin-right: -720px;
}

#shop_only.site-section-content {
  padding: 0px;
  width: 100%;
  overflow: hidden;
  background: url("../img/sozai/bg-p.png"), #f8ecd9;
  background-size: 140px;
}
#shop_only.site-section-content .site-section-inner {
  padding: 120px 0px;
  margin: 0 12px;
  position: relative;
}
@media screen and (max-width:650px) {
  #shop_only.site-section-content .site-section-inner {
    padding: 60px 0;
  }
}
#shop_only.site-section-content .site-section-inner .heading-h1 {
  background: url("../img/sozai/title-bg.webp") no-repeat center/contain;
  height: 113px;
  margin: 0 auto 80px;
  line-height: 95px;
  font-size: 40px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  font-family: "Kaisei Tokumin", serif;
  font-weight: 700;
  background: url("../img/sozai/title.png") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  #shop_only.site-section-content .site-section-inner .heading-h1 {
    width: 100%;
    margin: 40px auto 16px;
    font-size: 32px;
  }
}
@media screen and (max-width:450px) {
  #shop_only.site-section-content .site-section-inner .heading-h1 {
    font-size: 22px;
    height: 80px;
    line-height: 69px;
  }
}
#shop_only.site-section-content .site-section-inner .content-bg {
  padding: 60px;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  position: relative;
  color: #292624;
  border-radius: 12px;
  box-shadow: 0px 0px 15px -5px rgba(76, 84, 97, 0.568627451);
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 16px;
  background: #fff7ea;
  position: relative;
}
@media screen and (max-width:650px) {
  #shop_only.site-section-content .site-section-inner .content-bg {
    width: 100%;
    padding: 32px 16px;
    font-size: 14px;
  }
}
#shop_only.site-section-content .site-section-inner .content-bg .heading-h2 {
  font-size: 32px;
  padding: 0 0 24px;
  margin: 42px 64px 24px;
  font-family: "Kaisei Tokumin", serif;
  border-bottom: 2px solid #292624;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width:650px) {
  #shop_only.site-section-content .site-section-inner .content-bg .heading-h2 {
    font-size: 24px;
    padding: 16px 8px 24px;
  }
}
@media screen and (max-width:550px) {
  #shop_only.site-section-content .site-section-inner .content-bg .heading-h2 {
    padding: 0px 0px 16px;
    margin: 24px 32px 16px;
  }
}
#shop_only.site-section-content .site-section-inner .content-bg .shop_only-info {
  margin-bottom: 8px;
  pointer-events: unset;
}
#shop_only.site-section-content .site-section-inner .balloon-right {
  background: url("../img/sozai/balloon_1.png") no-repeat center/contain;
  width: 240px;
  height: 304px;
  position: absolute;
  bottom: 160px;
  right: 50%;
  margin-right: -722px;
}
#shop_only.site-section-content .site-section-inner .balloon-left {
  background: url("../img/sozai/balloon_3.png") no-repeat center/contain;
  width: 240px;
  height: 329px;
  position: absolute;
  top: 266px;
  left: 50%;
  margin-left: -720px;
}

#kuji.site-section-content {
  padding: 0px;
  width: 100%;
  overflow: hidden;
}
#kuji.site-section-content .site-section-inner {
  padding: 120px 0px;
  margin: 0 12px;
  position: relative;
}
@media screen and (max-width:650px) {
  #kuji.site-section-content .site-section-inner {
    padding: 60px 0;
  }
}
#kuji.site-section-content .site-section-inner .heading-h1 {
  background: url("../img/sozai/title-bg.webp") no-repeat center/contain;
  height: 113px;
  margin: 0 auto 80px;
  line-height: 95px;
  font-size: 40px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  font-family: "Kaisei Tokumin", serif;
  font-weight: 700;
  background: url("../img/sozai/title.png") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  #kuji.site-section-content .site-section-inner .heading-h1 {
    width: 100%;
    margin: 40px auto 16px;
    font-size: 32px;
  }
}
@media screen and (max-width:450px) {
  #kuji.site-section-content .site-section-inner .heading-h1 {
    font-size: 22px;
    height: 80px;
    line-height: 69px;
  }
}
#kuji.site-section-content .site-section-inner .content-bg {
  padding: 60px 60px 92px;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  position: relative;
  color: #292624;
  border-radius: 12px;
  box-shadow: 0px 0px 15px -5px rgba(76, 84, 97, 0.568627451);
  outline: 2px solid #292624;
  outline-offset: -15px;
  background: url(../img/sozai/lt.png) no-repeat left top/14%, url(../img/sozai/rt.png) no-repeat right top/14%, url(../img/sozai/lb.png) no-repeat left bottom/14%, url(../img/sozai/rb.png) no-repeat right bottom/14%, linear-gradient(#fff7ea 30%, #f8ecd9 85%);
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 24px;
  position: relative;
}
@media screen and (max-width:650px) {
  #kuji.site-section-content .site-section-inner .content-bg {
    width: 100%;
    padding: 32px;
  }
}
#kuji.site-section-content .site-section-inner .content-bg .webshop-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: 64px;
  text-align: center;
  text-shadow: 0px 0px 6px rgba(83, 74, 66, 0.431372549);
  border-radius: 50px;
  color: #ffffff;
  background: #8b6846;
  font-size: 18px;
  font-weight: bold;
  margin-top: 16px;
  transition: 0.5s ease;
  position: relative;
}
#kuji.site-section-content .site-section-inner .content-bg .webshop-btn a:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 14px;
  width: 45px;
  height: 37px;
  background-image: url("../img/sozai/hana.png");
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}
#kuji.site-section-content .site-section-inner .content-bg .webshop-btn a:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 14px;
  width: 45px;
  height: 37px;
  background-image: url("../img/sozai/hana.png");
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width:650px) {
  #kuji.site-section-content .site-section-inner .content-bg .webshop-btn a {
    height: 50px;
    font-size: 16px;
  }
  #kuji.site-section-content .site-section-inner .content-bg .webshop-btn a:before {
    width: 20px;
    height: 20px;
    top: 15px;
    background-size: 20px;
  }
  #kuji.site-section-content .site-section-inner .content-bg .webshop-btn a:after {
    width: 20px;
    height: 20px;
    top: 15px;
    background-size: 20px;
  }
}
#kuji.site-section-content .site-section-inner .content-bg .webshop-btn a:hover {
  background: #754f23;
}
#kuji.site-section-content .site-section-inner .content-bg .webshop-btn a:hover:before, #kuji.site-section-content .site-section-inner .content-bg .webshop-btn a:hover:after {
  transition: transform 1.5s;
  transform: rotate(-360deg);
}
#kuji.site-section-content .site-section-inner .balloon-left {
  background: url("../img/sozai/balloon_5.png") no-repeat center/contain;
  width: 240px;
  height: 304px;
  position: absolute;
  top: 400px;
  left: 50%;
  margin-left: -722px;
}
#kuji.site-section-content .site-section-inner .balloon-right {
  background: url("../img/sozai/balloon_2.png") no-repeat center/contain;
  width: 240px;
  height: 300px;
  position: absolute;
  top: 400px;
  right: 50%;
  margin-right: -720px;
}

#portal.site-section-content {
  padding: 0px;
  width: 100%;
  overflow: hidden;
  background: url("../img/sozai/bg-p.png"), #f8ecd9;
  background-size: 140px;
}
#portal.site-section-content .site-section-inner {
  padding: 120px 0px;
  margin: 0 12px;
  position: relative;
}
@media screen and (max-width:650px) {
  #portal.site-section-content .site-section-inner {
    padding: 60px 0;
  }
}
#portal.site-section-content .site-section-inner .heading-h1 {
  background: url("../img/sozai/title-bg.webp") no-repeat center/contain;
  height: 113px;
  margin: 0 auto 80px;
  line-height: 95px;
  font-size: 40px;
  text-align: center;
  position: relative;
  display: flex;
  justify-content: center;
  font-family: "Kaisei Tokumin", serif;
  font-weight: 700;
  background: url("../img/sozai/title.png") no-repeat center/contain;
}
@media screen and (max-width:650px) {
  #portal.site-section-content .site-section-inner .heading-h1 {
    width: 100%;
    margin: 40px auto 16px;
    font-size: 32px;
  }
}
@media screen and (max-width:450px) {
  #portal.site-section-content .site-section-inner .heading-h1 {
    font-size: 22px;
    height: 80px;
    line-height: 69px;
  }
}
#portal.site-section-content .site-section-inner .content-bg {
  padding: 60px 60px;
  max-width: 900px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  position: relative;
  color: #292624;
  border-radius: 12px;
  box-shadow: 0px 0px 15px -5px rgba(76, 84, 97, 0.568627451);
  background: #fff7ea;
  height: auto;
  margin: 0 auto 40px;
  text-align: center;
  font-size: 24px;
  position: relative;
}
@media screen and (max-width:650px) {
  #portal.site-section-content .site-section-inner .content-bg {
    width: 100%;
    padding: 32px;
  }
}
#portal.site-section-content .site-section-inner .content-bg .webshop-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  height: 64px;
  text-align: center;
  text-shadow: 0px 0px 6px rgba(83, 74, 66, 0.431372549);
  border-radius: 50px;
  color: #ffffff;
  background: #8b6846;
  font-size: 18px;
  font-weight: bold;
  margin-top: 16px;
  transition: 0.5s ease;
  position: relative;
}
#portal.site-section-content .site-section-inner .content-bg .webshop-btn a:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 14px;
  width: 45px;
  height: 37px;
  background-image: url("../img/sozai/hana.png");
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}
#portal.site-section-content .site-section-inner .content-bg .webshop-btn a:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 14px;
  width: 45px;
  height: 37px;
  background-image: url("../img/sozai/hana.png");
  background-size: 30px;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width:650px) {
  #portal.site-section-content .site-section-inner .content-bg .webshop-btn a {
    height: 50px;
    font-size: 16px;
  }
  #portal.site-section-content .site-section-inner .content-bg .webshop-btn a:before {
    width: 20px;
    height: 20px;
    top: 15px;
    background-size: 20px;
  }
  #portal.site-section-content .site-section-inner .content-bg .webshop-btn a:after {
    width: 20px;
    height: 20px;
    top: 15px;
    background-size: 20px;
  }
}
@media screen and (max-width:500px) {
  #portal.site-section-content .site-section-inner .content-bg .webshop-btn a {
    font-size: 15px;
  }
  #portal.site-section-content .site-section-inner .content-bg .webshop-btn a:before {
    display: none;
  }
  #portal.site-section-content .site-section-inner .content-bg .webshop-btn a:after {
    display: none;
  }
}
#portal.site-section-content .site-section-inner .content-bg .webshop-btn a:hover {
  background: #754f23;
}
#portal.site-section-content .site-section-inner .content-bg .webshop-btn a:hover:before, #portal.site-section-content .site-section-inner .content-bg .webshop-btn a:hover:after {
  transition: transform 1.5s;
  transform: rotate(-360deg);
}
#portal.site-section-content .site-section-inner .balloon-left {
  background: url("../img/sozai/balloon_5.png") no-repeat center/contain;
  width: 240px;
  height: 304px;
  position: absolute;
  top: 400px;
  left: 50%;
  margin-left: -722px;
}
#portal.site-section-content .site-section-inner .balloon-right {
  background: url("../img/sozai/balloon_2.png") no-repeat center/contain;
  width: 240px;
  height: 300px;
  position: absolute;
  top: 400px;
  right: 50%;
  margin-right: -720px;
}/*# sourceMappingURL=style.css.map */