@charset "UTF-8";
@font-face {
  src: url("../css/fonts/ZenOldMincho-Regular.woff") format("woff");
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../css/fonts/NotoSansJP-Regular.woff") format("woff");
  font-family: "Noto Sans JP";
  font-style: normal;
  font-display: swap;
}
@font-face {
  src: url("../css/fonts/Inter-Regular.woff") format("woff");
  font-family: "Inter";
  font-style: normal;
  font-display: swap;
}

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

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  color: inherit;
}

header,
footer,
nav,
section,
article,
aside,
figure,
figcaption {
  display: block;
}

ol,
ul,
a {
  list-style: none;
  list-style-type: none;
  text-decoration: none;
}
body {
  font-family: "游ゴシック体", "Yu Gothic", yugothic, "ヒラギノ角ゴ Pro",
    "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "MS Pゴシック", "MS PGothic",
    sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #fff;
  overflow-x: auto;
  max-width: 100vw;
  overflow-wrap: break-word;
}

img {
  max-width: 100%;
  height: auto;
  border: none;
}
.page {
  padding: 15px;
}
table {
  border-collapse: collapse;
}
.page table {
  max-width: 700px;
  margin: 0 auto;
}
td {
  border: 1px solid #c0cddc;
  padding: 5px;
}

.top-sp-container {
  width: 100vw;
  max-width: 600px;
  overflow-x: hidden;
  margin: 0 auto;
  background: #c63232;
}

.top-hero {
  padding-top: 18px;
}

.top-hero-bar {
  width: 100%;
  height: 32px;
  background: rgba(255, 255, 255, 0.94);
}

.top-hero-container {
  width: 89.7435897436%;
  justify-content: space-between;
  margin: 0 auto;
  display: flex;
}

.top-hero-left {
  writing-mode: vertical-rl;
  width: 11.4285714286%;
  color: #c73333;
  font-feature-settings: "vert" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  background: rgba(255, 255, 255, 0.94);
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 30px;
}
.top-hero-left p {
  font-weight: 700;
  height: 300px;
  white-space: wrap;
}
.top-hero-middle {
  width: 77.1428571429%;
}

.top-hero-middle-bar {
  margin: 35px auto 0;
  width: 100%;
  height: 32px;
  background: rgba(255, 255, 255, 0.94);
}

.top-hero-logo-container {
  width: 77.7777777778%;
  aspect-ratio: 1/1;
  margin: 18px auto 0;
  background: url(../images/top-hero-background.webp) 0 0/100% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 24%;
}

.top-hero-logo-container-left {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 12.1428571429%;
}

.top-hero-shrine-logo {
  width: 58.8235294118%;
}
.top-hero-shrine-logo img {
  width: 100%;
  height: auto;
}

.top-hero-shrine-name {
  width: 100%;
}
.top-hero-shrine-name img {
  width: 100%;
  height: auto;
}

.top-hero-site-title {
  width: 100%;
  margin-top: 5px;
}

.top-hero-logo-container-dog {
  position: absolute;
  bottom: -15%;
  left: 2%;
  width: 36.018957346%;
}
.top-hero-logo-container-dog img {
  width: 100%;
  height: auto;
}

.top-hero-right {
  writing-mode: vertical-rl;
  width: 11.4285714286%;
  color: #c73333;
  font-feature-settings: "vert" on;
  font-family: "Noto Sans JP";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  background: rgba(255, 255, 255, 0.94);
  display: flex;
  align-items: center;
  padding-top: 24px;
  padding-bottom: 30px;
}
.top-hero-right p {
  font-weight: 700;
  height: 300px;
}
.top-main-message {
  margin-top: 20px;
}

@media (min-width: 450px) {
  .top-main-message {
    margin-top: 50px;
  }
}
/* @-webkit-keyframes slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@keyframes slide {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.top-main-message-lists-container {
  -webkit-animation: slide 12s linear infinite;
          animation: slide 12s linear infinite;
	width: 100vw;
	max-width: 600px;
} */

.top-main-message-lists {
  white-space: nowrap;
  display: flex;
  margin: 0 auto;
  width: 100vw;
  max-width: 600px;
  transition: transform 0.3s ease-out;
}

.top-main-message-list {
  flex-shrink: 0;
  margin: 0 5px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  padding: 9px 0 6px;
  width: 100px !important;
  text-align: center;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.top-main-message-list.omamori {
  background: #fff4cf;
}
.top-main-message-list.omamori .top-main-message-img {
  width: 42px;
}
.top-main-message-list.ofuda {
  background: #ffe2f0;
}
.top-main-message-list.ofuda .top-main-message-img {
  width: 42px;
}
.top-main-message-list.kanndana {
  background: #dff;
}
.top-main-message-list.kanndana .top-main-message-img {
  width: 72.7px;
}
.top-main-message-list.hinaninngyou {
  background: #fff4cf;
}
.top-main-message-list.hinaninngyou .top-main-message-img {
  width: 84.98px;
}
.top-main-message-list.nuigurumi {
  background: #ffe2f0;
}
.top-main-message-list.nuigurumi .top-main-message-img {
  width: 53.4px;
}
.top-main-message-list.satukininngyou {
  background: #dff;
}
.top-main-message-list.satukininngyou .top-main-message-img {
  width: 69.56px;
}
.top-main-message-list.daruma {
  background: #fff4cf;
}
.top-main-message-list.daruma .top-main-message-img {
  width: 60.6px;
}
.top-main-message-list.syasin {
  background: #ffe2f0;
}
.top-main-message-list.syasin .top-main-message-img {
  width: 71px;
}
.top-main-message-list.tegami {
  background: #ddffff;
}
.top-main-message-list.tegami .top-main-message-img {
  width: 65px;
}
.top-main-message-list.saifu {
  background: #fff4cf;
}
.top-main-message-list.saifu .top-main-message-img {
  width: 60px;
}
.top-main-message-list.stone {
  background: #ffe2f0;
}
.top-main-message-list.stone .top-main-message-img {
  width: 48.15px;
}
.top-main-message-list.butudann {
  background: #dff;
}
.top-main-message-list.butudann .top-main-message-img {
  width: 60px;
}

.top-main-message-img {
  display: block;
  margin: 0 auto;
}

.top-main-message-name {
  color: #532a0d;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.top-main-message-name.stone {
  font-size: 14px;
}
.top-main-message-text {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.98);
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.top-main-message-text span {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}

.top-main-message-letter-box {
  display: block;
  padding-top: 11px;
  padding-bottom: 13px;
  padding-left: 38px;
  padding-right: 20px;
  width: 370px;
  height: 80px;
  background-color: #fff5e1;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
  margin: 30px auto 0;
  border-radius: 5px;
  position: relative;
  align-items: start;
}

.top-main-message-letter-box-letter-img {
  position: absolute;
  width: 24.86%;
  height: 91px;
  top: -20.52px;
  left: 0;
}
.top-main-message-letter-box-letter-img img {
  width: 100%;
  height: 100%;
}

.top-main-message-letter-box-text-container {
  text-align: right;
}

.top-main-message-letter-box-text-top {
  color: #532a0d;
  font-family: Inter;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.top-main-message-letter-box-text-top span {
  color: #6e2b75;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.top-main-message-letter-box-text-bottom {
  color: #532a0d;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 171.429% */
}
.top-main-message-letter-box-text-bottom span.price {
  color: #c73333;
  text-align: right;
  font-family: "Inter";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px; /* 92.308% */
}
.top-main-message-letter-box-text-bottom span.red {
  font-size: 14px;
  color: #c63232;
  font-weight: 700;
}
.sp-intro-item-section {
  padding: 19px 10px;
  background: #fff;
}

.sp-intro-item-title {
  text-align: center;
  color: #323232;
  font-family: "Zen Old Mincho";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.sp-intro-item-title span {
  font-weight: 700;
  font-size: 20px;
}

.sp-intro-item-lists {
  max-width: 410px;
  margin: 5px auto 0;
}

.sp-intro-item-list {
  margin-top: 13px;
}

.sp-intro-item-text {
  color: #323232;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
}

.sp-intro-item-card {
  margin-top: 5px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  padding: 18px;
}

.sp-intro-item-img {
  width: 27.02702703%;
}

.sp-intro-item-right {
  width: calc(72.97297297% - 30px);
}

.sp-intro-item-name {
  color: #323232;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.sp-intro-item-price {
  margin-top: 8px;
  color: #c73333;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.sp-intro-item-price span {
  font-size: 12px;
  font-weight: 700;
}

.sp-intro-item-btn {
  display: block;
  margin-top: 9px;
  border-radius: 50px;
  background: #ffd814;
  line-height: 40px;
  color: #000;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  width: 100%;
} /*# sourceMappingURL=styles.css.map */
.top-burning-flow {
  margin-top: 24px;
}

.top-common-title {
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.top-burning-flow-lists {
  margin: 15px auto 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.top-burning-flow-list {
  background: url(../images/top-step-background.webp) 0 0/95% auto;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center center;
  width: 95%;
  max-width: 450px;
  aspect-ratio: 360/284;
  padding-top: 20px;
  position: relative;
}
.top-burning-flow-list:nth-child(1) .top-burning-flow-list-img {
  width: 63.7837837838%;
  margin: 0 auto;
  margin-top: 13px;
}
.top-burning-flow-list:nth-child(1) .top-burning-flow-list-img img {
  width: 100%;
  height: auto;
}
.top-burning-flow-list:nth-child(2) .top-burning-flow-list-img {
  width: 59.4594594595%;
  margin: 0 auto;
  margin-top: 8px;
}
.top-burning-flow-list:nth-child(2) .top-burning-flow-list-img img {
  width: 100%;
  height: auto;
}
.top-burning-flow-list:nth-child(3) .top-burning-flow-list-img {
  width: 66.2162162162%;
  margin: 0 auto;
  margin-top: 8px;
}
.top-burning-flow-list:nth-child(3) .top-burning-flow-list-img img {
  width: 100%;
  height: auto;
}
.top-burning-flow-list:nth-child(4) .top-burning-flow-list-img {
  width: 68.1081081081%;
  margin: 0 auto;
  margin-top: 11px;
}
.top-burning-flow-list:nth-child(4) .top-burning-flow-list-img img {
  width: 100%;
  height: auto;
}

.top-burning-flow-list-number {
  position: absolute;
  color: #c73333;
  text-align: center;
  font-family: "Inter";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  top: 20px;
  left: 11%;
}

.top-burning-flow-list-title {
  color: #c73333;
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.top-burning-flow-list-text {
  margin: 0px auto 0;
  width: 304px;
  color: #532a0d;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.top-burning-flow-list:nth-child(3) .top-burning-flow-list-text {
  margin: 0 auto;
}
.top-burning-flow-list-text span {
  font-weight: 700;
}
.top-burning-flow-list-text span.small {
  font-size: 12px;
  font-weight: 400;
}

.top-burning-attention {
  margin-top: 25px;
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.top-burning-attention span {
  font-weight: 700;
}

.top-commission {
  margin: 18px auto 0;
  width: 100%;
  max-width: 450px;
  padding: 20px 19px 24px 21px;
  background: #fff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}

.top-commission-logo {
  margin: 0 auto;
  width: 17.2972972973%;
}
.top-commission-logo img {
  width: 100%;
  height: auto;
}

.top-commission-shrine-image {
  width: 100%;
  margin: 18px auto 0;
}
.top-commission-shrine-image img {
  width: 100%;
  height: auto;
}

.top-commission-text {
  margin-top: 25px;
  color: #323232;
  font-family: "Zen Old Mincho";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.8px;
}
.top-commission-text a {
  text-decoration: underline;
  color: inherit;
}
.top-commission-text span {
  font-weight: 700;
}

.top-state {
  margin-top: 25px;
  text-align: center;
}

.top-certification {
  margin: 25px auto 0;
  width: 95%;
}

.top-certification-img {
  width: 100%;
  margin: 17px auto 0;
}
.top-certification-img img {
  width: 100%;
  height: auto;
}

.top-certification-text {
  margin-top: 22px;
  margin-bottom: 45px;
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.top-certification-text span {
  font-weight: 700;
}

.top-certification-category-title-container {
  position: relative;
  margin: 15px auto 0;
  display: table;
}
.top-certification-category-title-container.toy {
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-certification-letter-title {
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.top-certification-letter-title span {
  font-weight: 700;
}

.top-certification-item-omamori-img {
  position: absolute;
  width: 65.53px;
  top: -20px;
  right: -59px;
}

.top-certification-item-container {
  max-width: 420px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  quotes: 100%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.2);
}

.top-certification-item-container + .top-certification-item-container {
  margin-top: 50px;
}

.top-certification-item-top {
  display: flex;
  gap: 6.2162162162%;
}

.top-certification-item-img-letter-s {
  width: 41.1764705882%;
  margin-left: 12px;
  margin-top: -30px;
}

.top-certification-item-top-left {
  margin-top: 16px;
}

.top-certification-item-name {
  color: #323232;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.top-certification-item-name.toy {
  font-size: 16px;
}
.top-certification-item-name.tanabata {
  font-size: 14px;
}

.top-certification-item-explanation {
  color: #323232;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  margin-top: 6px;
}

.top-certification-item-explanation.box {
  font-size: 10px;
  font-weight: 400;
}

.top-certification-item-price {
  margin-top: 15px;
  color: #c73333;
  text-align: right;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.top-certification-item-price span {
  font-size: 12px;
  font-weight: 700;
  margin-left: 0.5em;
}

.top-certification-item-bottom {
  display: flex;
  line-height: 63px;
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
}

.top-certification-item-detail-btn {
  display: block;
  width: 50%;
  background: #5541ce;
  border-radius: 0 0 0 10px;
  font-weight: 700;
}

.top-certification-item-cart-btn {
  background: #e2b207;
  width: 50%;
  border-radius: 0 0 10px 0;
  font-weight: 700;
}
.top-voice {
  margin-top: 25px;
}
.top-voice-title {
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.top-voice-container {
  margin: 18px auto 0;
  width: 100%;
  max-width: 450px;
  padding: 20px 19px 24px 21px;
  background: #fff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
.top-certification-item-img-letter-standard {
  margin-top: -30px;
  margin-left: 12px;
  width: 37.5675675676%;
}

.top-certification-item-hamaya-img {
  position: absolute;
  width: 73px;
  transform: rotate(12deg);
  top: -20px;
  left: -59px;
}
.top-certification-item-hamaya-img img {
  width: 100%;
  height: auto;
}

.top-certification-ofuda-img {
  position: absolute;
  width: 57px;
  transform: rotate(23deg);
  top: -20px;
  right: -48px;
}
.top-certification-ofuda-img img {
  width: 100%;
  height: auto;
}

.top-certification-item-img-letter-long {
  margin-top: -40px;
  width: 40.5405405405%;
}
.top-certification-item-img-letter-long img {
  width: 100%;
  height: auto;
}

.top-certification-item-img-box {
  margin-left: 11px;
  width: 42.972972973%;
  margin-top: -12px;
}

.top-certification-toy-img {
  width: 62.3px;
  transform: rotate(7.759deg);
}

.top-certification-category-title-container.toy
  + .top-certification-item-container {
  margin-top: 8px;
}
.top-certification-category-title-container.toy
  .top-certification-letter-title {
  text-align: left;
}

.top-certification-tanabata-img {
  width: 87px;
}
.top-certification-tanabata-img img {
  width: 100%;
  height: auto;
}

.top-option {
  margin-top: 38px;
}
.top-option#option {
  margin-top: 20px;
}
.top-option-title {
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
  padding: 0;
}
.top-option-title span {
  font-weight: 700;
}

.top-option-container {
  padding: 21px 12px 26px 13px;
  background: #fff;
  box-shadow: 0px 10px 10px 0px rgba(0, 0, 0, 0.1);
  width: 95%;
  max-width: 500px;
  margin: 20px auto 0;
}

.top-option-shrine-logo {
  margin: 21px auto 0;
  width: 8.1081081081%;
}
.top-option-shrine-logo img {
  width: auto;
  height: auto;
}

.top-option-shrine-img {
  width: 100%;
  margin-top: 15px;
}
.top-option-shrine-img img {
  width: 100%;
  height: auto;
}

.top-option-shrine-text {
  color: #323232;
  font-family: "Zen Old Mincho";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  margin-top: 21px;
}
.top-option-shrine-text span {
  font-weight: 700;
}

.top-sp-origin {
  margin: 32px auto 0;
  width: 95%;
  max-width: 500px;
}
.top-sp-origin-container {
  padding: 28px 12px;
  width: 100%;
  margin: 0 auto;
  background: #fff;

}
.top-sp-origin-h2 {
  font-family: "Zen Old Mincho";
  font-weight: 700;
  font-size: 20px;
  color: #323232;
  line-height: 24px;
  text-align: center;

}
.top-sp-origin-img {
  width: 100%;
  margin-top: 28px;
}

.top-sp-origin-text {
  margin: 28px auto 0;
  width: 96%;
  font-size: 16px;
  color: #323232;
  line-height: 24px;
  font-family: "Zen Old Mincho";
}
.top-sp-origin-text span {
  font-weight: 700;
}

.top-sp-origin-h3 {
  margin-top: 20px;
  font-family: "Inter";
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #fff;

}

.top-sp-origin-article {
  margin: 22px auto 0;
  width: 95%;
  max-width: 480px;
  border-radius: 10px;
}

.top-sp-origin-article-img {
  border-radius: 10px 10px 0 0;
}
.top-sp-origin-article-img img {
  display: block;
  width: 100%;
  border-radius: 10px 10px 0 0;
}


.top-sp-origin-article-text {
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  padding: 13px 15px 17px;
  color: #000;
  font-weight: 700;
  border-radius: 0 0 10px 10px;
}

.top-burnable-items {
  margin: 32px auto;
  width: 95%;
}

.top-burnable-items-container {
  margin: 18px auto 0;
  border-radius: 10px;
  background: #fff5e1;
  padding: 15px;
}

.top-burnable-items-lists {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0;
  margin: 0 auto;
}

.top-burnable-items-list {
  aspect-ratio: 1/1;
  border-collapse: collapse;
  width: 100%;
  background: #fff5e1;
  padding: 15px 0 0;
}
.top-burnable-items-list:nth-child(3n + 1) {
  border-right: 2px solid #c63232;
}
.top-burnable-items-list:nth-child(3n + 2) {
  border-right: 2px solid #c63232;
}
.top-burnable-items-list:nth-child(-n + 9) {
  border-bottom: 2px solid #c63232;
}

.top-burnable-items-list-img {
  height: 62.5%;
  text-align: center;
}
.top-burnable-items-list-img img {
  height: 100%;
  width: auto;
}

.top-burnable-items-list-name {
  color: #532a0d;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top: 8px;
}
.top-burnable-items-list-name.stone {
  font-size: 14px;
}
.top-burnable-items-text {
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
  margin: 17px auto 0;
  width: 90%;
}

.top-nonflammable-items {
  margin: 27px auto 0;
  width: 95%;
}

.top-nonflammable-items-container {
  margin-top: 17px;
  width: 100%;
  border-radius: 10px;
  background: #fff5e1;
  padding: 23px 15px 23px 25px;
}

.top-nonflammable-items-imges {
  display: flex;
  gap: 10%;
  justify-content: center;
  align-items: center;
}

.top-nonflammable-items-img:nth-child(1) {
  width: 47.1454545455%;
}
.top-nonflammable-items-img:nth-child(1) img {
  width: 100%;
  height: auto;
}
.top-nonflammable-items-img:nth-child(2) {
  width: 29.4151515152%;
}
.top-nonflammable-items-img img {
  width: 100%;
  height: auto;
}

.top-nonflammable-items-text {
  color: #532a0d;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.top-contact {
  margin-top: 27px;
}

.top-contact-container {
  margin-top: 15px;
  background: #fff;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 10px 0 13px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.top-contact-wrapper {
  display: flex;
  gap: 4.22px;
  text-align: center;
  justify-content: center;
}

.top-contact-img {
  width: 17.7778px;
}
.top-contact-img img {
  width: 100%;
  height: auto;
}

.top-contact-to {
  color: #323232;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.top-contact-phone-number {
  color: #323232;
  font-family: "Inter";
  font-size: 39px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 57.143% */
  text-align: center;
  margin-top: 15px;
}

.top-contact-phone-time {
  margin-top: 9px;
  color: #323232;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

.top-contact-phone-btn {
  display: block;
  width: 90%;
  max-width: 400px;
  margin: 8px auto 0;
  background: #5541ce;
  border-radius: 5px;
  box-shadow: 0 8px 0 0 #261689;
}
.top-contact-phone-btn:hover {
  box-shadow: none;
  transform: translateY(8px);
}

.top-contact-phone-btn-wrapper {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
}

.top-contact-phone-btn-img {
  width: 20px;
  display: flex;
}
.top-contact-phone-btn-img img {
  width: 100%;
  height: auto;
  align-items: center;
}

.top-contact-phone-btn-text {
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 45px;
}
.top-contact-form-text {
  margin-top: 16px;
  color: #323232;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.top-contact-form-btn {
  display: block;
  margin: 8px auto 0;
  width: 90%;
  line-height: 45px;
  border-radius: 5px;
  background: #e2b207;
  box-shadow: 0 8px 0 0 #aa8500;
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
.top-contact-form-btn:hover {
  box-shadow: none;
  transform: translateY(8px);
}
.top-qa {
  margin-top: 27px;
}

.top-qa-container {
  margin-top: 10px;
  width: 100%;
  background-color: #fff;
}

.top-qa-wrapper {
  border-bottom: 1px solid #c63232;
}

.top-qa-q {
  padding: 16px 36px 16px 15px;
  position: relative;
}
.top-qa-q::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  right: 10px;
  top: 40%;
  background: url(../images/top-toggle.webp);
  background-size: cover;
  transition: all 0.5s 0s ease;
}
.top-qa-q.active::after {
  transform: rotate(180deg);
}

.top-qa-q-wrapper {
  display: flex;
  gap: 0.5em;
}

.top-qa-head {
  color: #c63232;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.top-qa-q-text {
  color: #323232;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.top-qa-a {
  padding: 0 16px 16px 15px;
  display: none;
  margin-top: 18px;
}

.top-qa-a-wrapper {
  display: flex;
  gap: 0.5rem;
}

.top-qa-a-text {
  color: #323232;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.top-qa-a-text a {
  text-decoration: underline;
}

.top-qa-a-text-step {
  padding-left: 15px;
  position: relative;
}
.top-qa-a-text-step:nth-child(1)::before {
  position: absolute;
  content: "1.";
  top: 0;
  left: 0;
}
.top-qa-a-text-step:nth-child(2) {
  margin-top: 16px;
}
.top-qa-a-text-step:nth-child(2)::before {
  position: absolute;
  content: "2.";
  top: 0;
  left: 0;
}
.top-qa-a-text-step:nth-child(3) {
  margin-top: 16px;
}
.top-qa-a-text-step:nth-child(3)::before {
  position: absolute;
  content: "3.";
  top: 0;
  left: 0;
}

.top-footer-link {
  margin-top: 36px;
  background: #fff;
}

.top-footer-link-list {
  display: block;
  padding: 9px 0 12px 22px;
  border-bottom: 1px solid #d9d9d9;
  display: flex;
  align-items: center;
  gap: 12px;
}

.top-footer-link-list-text {
  color: #323232;
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 36px; /* 200% */
}

.top-footer-link-toggle {
  width: 16px;
  height: 16px;
  transform: rotate(-90deg);
}
.top-footer-link-toggle img {
  width: 100%;
  height: auto;
}

.footer {
  padding: 17px 0 5px 22px;
  background: #fff;
  width: 100vw;
  max-width: 1500px;
  margin: 0 auto;
}

.top-footer-link-list a {
  color: #959595;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.footer-logo {
  width: 43px;
  margin: 10px auto 0;
}
.footer-logo img {
  width: 100%;
  height: auto;
}

.footer-copyright {
  color: #959595;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.pc-top-container {
  max-width: 1500px;
  width: 100vw;
  margin: 0 auto;
}

.pc-top-hero {
  padding-top: 51px;
  padding-bottom: 59px;
  width: 100%;
  background: url(../images/pc-top-hero-background.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.pc-top-hero-shrine-container {
  position: relative;
  width: 38.75%;
  margin: 0 auto;
}

.pc-top-hero-shrine-dog1 {
  position: absolute;
  width: 176px;
  height: 177px;
  bottom: 0;
  left: -30%;
}
.pc-top-hero-shrine-dog1 img {
  width: 100%;
  height: auto;
}

.pc-top-hero-shrine-dog2 {
  position: absolute;
  width: 177px;
  height: 177px;
  bottom: 0;
  right: -30%;
}
.pc-top-hero-shrine-dog2 img {
  width: 100%;
  height: auto;
}

.pc-top-hero-shrine {
  width: 100%;
}

.pc-top-hero-shrine-top-bar {
  width: 100%;
  height: 41px;
  background: rgba(255, 255, 255, 0.9);
}

.pc-tpp-hero-shrine-bottom-container {
  width: 78.85%;
  margin: 0 auto 0;
  display: flex;
}

.pc-tpp-hero-shrine-bottom-left,
.pc-top-hero-shrine-bottom-right {
  padding-top: 16px;
  height: 441px;
  width: 11.4155251142%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  justify-content: center;
}
.pc-tpp-hero-shrine-bottom-left p,
.pc-top-hero-shrine-bottom-right p {
  writing-mode: vertical-rl;
  color: #c63232;
  font-family: "Noto Sans JP";
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.pc-top-hero-shrine-bottom-middle-container {
  width: 77.1689497717%;
}

.pc-tpp-hero-shrine-bottom-middle-bar {
  margin-top: 50px;
  width: 100%;
  height: 39px;
  background: rgba(255, 255, 255, 0.9);
}

.pc-tpp-hero-shrine-bottom-logo {
  width: 81.3609467456%;
  margin: 37px auto 0;
}
.pc-tpp-hero-shrine-bottom-logo img {
  width: 100%;
  height: auto;
}

.pc-top-hero-user-number {
  position: absolute;
  width: 180px;
  height: 180px;
  top: -50px;
  left: 105%;
}

.pc-top-hero-background-part1 {
  position: absolute;
  left: 0;
  bottom: -1%;
  transform: translateY(50%);
}
.pc-top-hero-background-part2 {
  right: 0;
  bottom: -29%;
  transform: translateY(-50%);
  position: absolute;
}
.pc-top-hero-background-part1 img,
.pc-top-hero-background-part2 img {
  filter: drop-shadow(0px -4px 4px rgba(0, 0, 0, 0.25));
}
.pc-top-letter-box {
  display: block;
  padding-right: 41px;
  margin: 20px auto 0;
  width: 620px;
  height: 120px;
  border-radius: 10px;
  background: #fff2d8;
  box-shadow: 0px 4px 10px 0px rgba(83, 42, 13, 0.4);
  position: relative;
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: center;
}

.pc-top-letter-box-img {
  position: absolute;
  left: 10px;
  top: -51px;
  width: 174px;
  height: 164px;
}
.pc-top-letter-box-img img {
  width: 100%;
  height: 100%;
}

.pc-top-letter-text-top {
  color: #532a0d;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.pc-top-letter-text-top span {
  color: #6e2b75;
  text-align: right;
  font-family: "Inter";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.pc-top-letter-text-bottom {
  color: #532a0d;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.pc-top-letter-text-bottom .price {
  color: #c73333;
  text-align: right;
  font-family: "Inter";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.pc-top-letter-text-bottom .red {
  color: #c73333;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.top-intro-item-section {
  padding-top: 20px;
}
@media (min-width: 1200px) {
  .top-intro-item-section {
    box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.2);
  }
}

.top-intro-item-title {
  color: #323232;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.top-intro-item-title span {
  font-weight: 700;
}

.top-intro-item-lists {
  padding: 0 20px;
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 1320px;
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .top-intro-item-lists {
    flex-wrap: wrap;
    gap: 10px;
  }
}

.top-intro-item-list {
  width: calc((100% - 60px) / 5);
}
@media (max-width: 767px) {
  .top-intro-item-list {
    width: calc((100% - 40px) / 2);
  }
}

.top-intro-item-text {
  color: #323232;
  font-family: "Zen Old Mincho";
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  white-space: nowrap;
}

.top-intro-item-card {
  display: block;
  margin-top: 12px;
  padding: 0 20px;
  padding-bottom: 17px;
  border-radius: 10px;
  border: 1px solid #d9d9d9;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .top-intro-item-card {
    padding: 0 7px;
  }
}

.top-intro-item-img {
  width: 100%;
  aspect-ratio: 85/100;
}
.top-intro-item-img.letter img {
  padding-top: 15%;
}
.top-intro-item-img.long img {
  padding-top: 11%;
}
.top-intro-item-img.box img {
  padding-top: 38%;
}
.top-intro-item-img.doll img {
  padding-top: 20%;
}
.top-intro-item-img img {
  width: 100%;
  height: auto;
}

.top-intro-item-name {
  margin-top: 20px;
  color: #323232;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.top-intro-item-price {
  margin-top: 8px;
  color: #c73333;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.top-intro-item-price span {
  font-size: 12px;
  line-height: 24px;
  font-weight: 700;
  padding-left: 3px;
}

.top-intro-item-btn {
  display: block;
  margin-top: 16px;
  width: 100%;
  line-height: 40px;
  border-radius: 50px;
  background: #ffd814;
  color: #000;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
} /*# sourceMappingURL=styles.css.map */

.pc-burning-item {
  margin-top: 16px;
  width: 100%;
}

.pc-burning-item-title {
  margin-top: 44px;
  text-align: center;
  color: #323232;
  text-align: center;
  font-family: Zen Old Mincho;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
}
.pc-burning-item-title span {
  color: #c63232;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}

.pc-burning-item-lists {
  margin-top: 15px;
  padding: 0 23px;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

.pc-burning-item-list {
  width: calc((100% - 110px) / 12);
  border-radius: 10px;
  aspect-ratio: 1/1;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pc-burning-item-list:nth-child(3n + 1) {
  background: #fff4cf;
}
.pc-burning-item-list:nth-child(3n) {
  background: #dff;
}
.pc-burning-item-list:nth-child(3n + 2) {
  background: #ffe2f0;
}
.pc-burning-item-list:nth-child(1) .pc-burning-item-list-img {
  display: block;
  width: 42%;
  margin: 0 auto;
}
.pc-burning-item-list:nth-child(1) .pc-burning-item-list-img img {
  width: 100%;
  height: auto;
}
.pc-burning-item-list:nth-child(2) .pc-burning-item-list-img {
  display: block;
  width: 48.9%;
  margin: 0 auto;
}
.pc-burning-item-list:nth-child(2) .pc-burning-item-list-img img {
  width: 100%;
  height: auto;
}
.pc-burning-item-list:nth-child(3) .pc-burning-item-list-img {
  display: block;
  width: 72.0723809524%;
  margin: 0 auto;
}
.pc-burning-item-list:nth-child(3) .pc-burning-item-list-img img {
  width: 100%;
  height: auto;
}
.pc-burning-item-list:nth-child(4) .pc-burning-item-list-img {
  display: block;
  width: 84.9858095238%;
  margin: 0 auto;
}
.pc-burning-item-list:nth-child(4) .pc-burning-item-list-img img {
  width: 100%;
  height: auto;
}
.pc-burning-item-list:nth-child(5) .pc-burning-item-list-img {
  display: block;
  width: 54%;
  margin: 0 auto;
}
.pc-burning-item-list:nth-child(5) .pc-burning-item-list-img img {
  width: 100%;
  height: auto;
}
.pc-burning-item-list:nth-child(6) .pc-burning-item-list-img {
  display: block;
  width: 69.5647619048%;
  margin: 0 auto;
}
.pc-burning-item-list:nth-child(6) .pc-burning-item-list-img img {
  width: 100%;
  height: auto;
}
.pc-burning-item-list:nth-child(7) .pc-burning-item-list-img {
  display: block;
  width: 60.606%;
  margin: 0 auto;
}
.pc-burning-item-list:nth-child(7) .pc-burning-item-list-img img {
  width: 100%;
  height: auto;
}
.pc-burning-item-list:nth-child(8) .pc-burning-item-list-img {
  display: block;
  width: 71.0057142857%;
  margin: 0 auto;
}
.pc-burning-item-list:nth-child(8) .pc-burning-item-list-img img {
  width: 100%;
  height: auto;
}
.pc-burning-item-list:nth-child(9) .pc-burning-item-list-img {
  display: block;
  width: 65.04%;
  margin: 0 auto;
}
.pc-burning-item-list:nth-child(9) .pc-burning-item-list-img img {
  width: 100%;
  height: auto;
}
.pc-burning-item-list:nth-child(10) .pc-burning-item-list-img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
.pc-burning-item-list:nth-child(10) .pc-burning-item-list-img img {
  width: 100%;
  height: auto;
}
.pc-burning-item-list:nth-child(11) .pc-burning-item-list-img {
  display: block;
  width: 48.1495238095%;
  margin: 0 auto;
}
.pc-burning-item-list:nth-child(11) .pc-burning-item-list-img img {
  width: 100%;
  height: auto;
}
.pc-burning-item-list:nth-child(12) .pc-burning-item-list-img {
  display: block;
  width: 60%;
  margin: 0 auto;
}
.pc-burning-item-list:nth-child(12) .pc-burning-item-list-img img {
  width: 100%;
  height: auto;
}

.pc-burning-item-list-name {
  color: #532a0d;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.pc-burning-item-list-name.stone {
  font-size: 12px;
}

.pc-top-flow {
  margin: 40px auto 0;
  width: 100%;
  padding-top: 34px;
  padding-bottom: 40px;
  padding-left: 1.875%;
  padding-right: 1.5277777778%;
  background: #fff;
}

.pc-top-common-title {
  color: #535353;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.pc-top-flow-lists {
  margin-top: 32px;
  display: flex;
  justify-content: space-between;
  gap: 3.5971223022%;
}

.pc-top-flow-list {
  border: 6px solid #c63232;
  width: 448.3870967742%;
  position: relative;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.25);
}
.pc-top-flow-list:nth-child(n + 2)::before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #c63232;
  top: 50%;
  left: -41px;
  transform: translateY(-50%);
}

.pc-top-flow-list-number {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 45px;
  height: 45px;
  border-radius: 20px 0px 10px 0px;
  background: #c63232;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  line-height: 45px;
  text-align: center;
}

.pc-top-flow-list-title {
  color: #c73333;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 40px;
  padding-left: 20px;
}

.pc-top-flow-list-img {
  margin: 23px auto 0;
  width: 77.4193548387%;
  aspect-ratio: 20 / 11;
}
.pc-top-flow-list-img img {
  width: 100%;
  height: auto;
}

.pc-top-flow-list-text {
  margin: 15px auto 0;
  width: 77.4193548387%;
  color: #532a0d;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.pc-top-flow-list-text span {
  font-weight: 700;
}
.pc-top-flow-list-text span.small {
  font-size: 12px;
  font-weight: 400;
}

.pc-top-main-message {
  margin-top: 28px;
}

.pc-top-main-message-title {
  color: #535353;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
}
.pc-top-main-message-title span {
  color: #c63232;
  font-size: 32px;
  font-weight: 700;
  line-height: 48px;
}

.pc-top-main-message-top-container {
  display: flex;
  justify-content: space-between;
  gap: 2.9784065525%;
  margin-top: 38px;
  padding-top: 53px;
  padding-bottom: 89px;
  padding-left: 3.75%;
  padding-right: 2.9861111111%;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

.pc-top-main-message-top-logo {
  width: 5.1377513031%;
}
.pc-top-main-message-top-logo img {
  width: 100%;
  height: auto;
}

.pc-top-main-message-top-shrine-imges {
  margin-top: 28px;
  width: 44.6760982874%;
}
.pc-top-main-message-top-shrine-img img {
  width: 100%;
  height: auto;
}

.pc-top-main-message-top-text {
  margin-top: 28px;
  width: 42.3678332092%;
  color: #323232;
  font-family: "Zen Old Mincho";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.pc-top-main-message-top-text span {
  font-weight: 700;
}
.pc-top-main-message-top-text a {
  color: inherit;
  text-decoration: underline;
}

.pc-top-main-message-middle-text {
  padding: 41px 0 0;
  background: #c63232;
  color: #fff;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.pc-top-main-message-middle-text-small {
  padding: 0 0 29px;
  background: #c63232;
  color: #fff;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
.pc-top-main-message-middle-text span {
  color: #fff;
  font-weight: 700;
}

.pc-appearance {
  margin-top: 38px;
}

.pc-logo-title-container {
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
}

.pc-title-logo {
  width: 30px;
  display: flex;
  align-items: center;
}
.pc-title-logo img {
  width: 100%;
  height: auto;
}

.pc-logo-title {
  color: #535353;
  font-family: Zen Old Mincho;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

.pc-appearance-movie {
  margin: 27px auto 0;
  width: 800px;
  position: relative;
  overflow: hidden;
  text-align: center;
}

.pc-certification {
  margin-top: 34px;
}

.pc-certification-img {
  background: #f0ebe7;
  margin: 24px auto 0;
  width: 800px;
  height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-certification-img img {
  width: 504px;
  height: 357px;
}

.pc-kit-list-section {
  margin-top: 33px;
  padding: 25px 20px 0;
  background: #c63232;
}

.pc-kit-list-section-title {
  color: #fff;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.pc-kit-list-section-wrapper {
  margin-top: 29px;
  background: #fff;
  width: 100%;
  padding-bottom: 37px;
}

.pc-kit-list-top {
  display: flex;
  padding-left: 35px;
  padding-top: 20px;
  padding-bottom: 34px;
}

.pc-kit-letter {
  width: 61.6428571429%;
  border-right: 1px solid #c63232;
}

.pc-kit-kind-container {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.pc-kit-kind-img.letter {
  width: 38px;
}
.pc-kit-kind-img.letter img {
  width: 100%;
  height: auto;
}

.pc-kit-kind-wrapper {
  display: flex;
  gap: 12px;
  flex-direction: column;
}

.pc-kit-sub-kind {
  color: #323232;
  font-family: "Zen Old Mincho";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.pc-kit-kind {
  color: #323232;
  font-family: "Inter";
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.pc-kit-item-list-container {
  margin-top: 27px;
  display: flex;
  justify-content: space-evenly;
}

.pc-kit-item-list {
  display: block;
  width: 260px;
}

.pc-kit-item-img {
  width: 100%;
}
.pc-kit-item-img img {
  width: 100%;
  height: auto;
}

.pc-kit-item-name {
  margin-top: 16px;
  color: #323232;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.pc-kit-item-explanation {
  color: #323232;
  font-family: "Inter";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  margin-top: 6px;
}

.pc-kit-item-price {
  margin-top: 11px;
  color: #c73333;
  text-align: right;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.pc-kit-item-price span {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}

.pc-kit-long {
  width: 38.3571428571%;
}

.pc-kit-kind-img.long {
  margin-left: 19px;
  width: 73px;
  transform: rotate(12.5deg);
}
.pc-kit-kind-img.long img {
  width: 100%;
  height: auto;
}

.pc-kit-list-bottom {
  padding-top: 34px;
  border-top: 1px solid #c63232;
  display: flex;
}

.pc-kit-box {
  width: 33%;
  border-right: 1px solid #c63232;
  margin-left: 10px;
}
.pc-kit-box .pc-kit-sub-kind {
  font-size: 16px;
}

.pc-kit-kind-img.box {
  margin-left: 0px;
  width: 74px;
}
.pc-kit-kind-img.box img {
  width: 100%;
  height: auto;
}

.pc-kit-doll {
  width: 33%;
  border-right: 1px solid #c63232;
}
.pc-kit-doll .pc-kit-sub-kind {
  font-size: 16px;
}

.pc-kit-kind-img.doll {
  margin-left: 29px;
  width: 53px;
}
.pc-kit-kind-img.doll img {
  width: 100%;
  height: auto;
}

.pc-kit-tanabata {
  width: 33%;
}

.pc-kit-kind-img.tanabata {
  margin-left: 18px;
  width: 58px;
}
.pc-kit-kind-img.tanabata img {
  width: 100%;
  height: auto;
}

.pc-kit-list-btn {
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #c63232;
  display: block;
  width: 465px;
  line-height: 62px;
  text-align: center;
  font-family: "Inter";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  color: #c63232;
  background: #fff;
  transition: 0.2s;
  box-shadow: 10px 10px #c63232;
}
.pc-kit-list-btn:hover {
  box-shadow: none;
  transform: translate(10px, 10px);
}
/* 声 */
.pc-top-voice {
  padding: 25px 20px 0;
  background: #c63232;
}
.pc-top-voice-title {
  color: #fff;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.pc-top-voice-container {
  background: #fff;
  padding-bottom: 50px;
}
.pc-top-voice-lists {
  margin-top: 29px;
  width: 100%;
  padding-bottom: 37px;
  padding: 30px 10px;
}
@media (max-width: 500px) {
  .pc-top-voice-lists {
    margin-top: 0;
    padding: 10px 10px;
  }
}
.jdgm-rev.jdgm-divider-top {
  border-color: rgba(198, 50, 50, 0.1);
  padding: 16px 20px;
  line-height: 1.4;
  position: relative;
}
.jdgm-rev.jdgm-divider-top + .jdgm-rev.jdgm-divider-top {
  border-top: 1px solid rgba(51, 153, 153, 0.1);
}
.jdgm-rev__header {
  margin-bottom: 10px;
}
.jdgm-row-rating {
  margin-bottom: 8px;
}
.jdgm-star.jdgm--on {
  color: #ffa41d;
  display: inline !important;
  text-decoration: none !important;
  padding: 0 4px 0 0 !important;
  margin: 0 !important;
  font-weight: bold;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
}
.jdgm-star.jdgm--on:before {
  content: "★";
}
.jdgm-rev__timestamp {
  position: absolute;
  top: 5px;
  right: 10px;
  opacity: 1;
  color: #7b7b7b;
  font-size: 80%;
  min-height: 10px;
}
.jdgm-rev__icon-name-container {
  display: flex;
  align-items: center;
  margin-top: 5px;
}
.jdgm-rev__icon {
  position: relative;
  width: 36px;
  height: 36px;
}
.jdgm-rev__icon:not(.jdgm-rev__avatar):before {
  font-family: "JudgemeIcons";
  font-size: 24px;
  line-height: 36px;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 36px;
  height: 36px;
  background-image: url(../images/voice-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.jdgm-rev__icon:before {
  color: #c63232;
}
/* .jdgm-rev[data-verified-buyer="true"] .jdgm-rev__icon.jdgm-rev__icon:after {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 12px;
  height: 12px;
  color: white;
  border: none;
  font-family: "JudgemeIcons";
  font-size: 8px;
  font-weight: bold;
  line-height: 12px;
  text-align: center;
  content: "\e001";
  background-color: #C63232;
} */
.jdgm-rev__author {
  color: #333;
  margin-left: 10px;
}
.jdgm-rev__buyer-badge-wrapper,
.jdgm-rev__buyer-badge {
  display: inline-block;
  line-height: 1;
}

.jdgm-rev__buyer-badge.jdgm-rev__buyer-badge {
  color: white;
  background-color: #c63232;
  display: inline-block;
  vertical-align: top;
  padding: 2px 6px;
  font-size: 12px;
  line-height: 1;
}
.jdgm-rev__buyer-badge:before {
  content: "認証済み";
}
.jdgm-row-extra {
  line-height: 1;
}

.jdgm-rev__location,
.jdgm-rev__location-country-flag-img,
.jdgm-rev__verification-badge-img {
  display: inline-block;
  vertical-align: middle;
  line-height: 16px;
  width: auto;
}
.jdgm-rev__title {
  display: block;
  font-size: 100%;
  margin-bottom: 8px;
}
.jdgm-rev .jdgm-rev__custom-form {
  margin: 16px 0;
}
.pc-user-voice-more {
  color: #c63232;
  display: table;
  margin: 0 auto;
  text-align: center;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
@media (max-width: 500px) {
  .pc-user-voice-more {
    font-size: 16px;
  }
}

.pc-top-option-title {
  width: 100%;
  line-height: 114px;
  background: #c63232;
  color: #fff;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
}
.pc-top-option-title span {
  font-size: 32px;
  font-weight: 700;
}

.pc-top-option-wrapper {
  background: #fff;
  width: 100%;
  padding-top: 63px;
  padding-bottom: 63px;
  padding-left: 9.2361111111%;
  padding-right: 8.8888888889%;
  display: flex;
  justify-content: space-between;
}

.pc-top-option-logo {
  width: 4.7377326565%;
}
.pc-top-option-logo img {
  width: 100%;
  height: auto;
}

.pc-top-option-shrine-img {
  width: 47.5465313029%;
}
.pc-top-option-shrine-img img {
  width: 100%;
  height: auto;
}

.top-option-text {
  margin-top: 12px;
  width: 32.3181049069%;
  color: #323232;
  font-family: "Zen Old Mincho";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
}
.top-option-text span {
  font-weight: 700;
}

.top-pc-origin {
  background: #C63232;
  padding-top: 44px;
}

.top-pc-origin-container {
  background: #fff;
  padding: 55px 0;
}

.top-pc-origin-top {
  display: flex;
  gap: 67px;
  gap: 5.4%;
  max-width: 1400px;
  width: 95%;
  margin: 0 auto;
}

.top-pc-origin-left {
  width: 32.5%;
  display: flex;
  flex-direction: column;
}

.top-pc-origin-h2 {
  margin-top: 75px;
  font-family: "Zen Old Mincho";
  font-weight: 700;
  font-style: Bold;
  font-size: 30px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

.top-pc-origin-img {
  margin-top: auto;
  width: 100%;
  padding-bottom: 20px;
}

.top-pc-origin-right-text {
  width: 62%;
  font-family: "Zen Old Mincho";
  color: #323232;
  font-size: 18px;
  line-height: 30px;

}
.top-pc-origin-right-text span {
  font-weight: 700;
}

.top-pc-origin-h3 {
  text-align: center;
  margin-top: 63px;
  font-family: "Zen Old Mincho";
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

.top-pc-origin-article {
  margin: 44px auto 0;
  
  
}
.top-pc-origin-article a {
  display: block;
  width: 95%;
  padding: 27px 34px;
  max-width: 1000px;
  display: flex;
  gap: 15px;
  align-items: center;
  box-shadow: 0px 4px 4px 0px #00000040;
  background: #fff;
  margin: 0 auto;
}
.top-pc-origin-article-img {
  width: 22%;
  flex-shrink: 0;
}
.top-pc-origin-article-text {
  font-family: "Inter";
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #323232;

}


.pc-top-burnable-section {
  padding: 40px 40px 40px 45px;
  background: #c63232;
  display: flex;
  justify-content: space-between;
}

.pc-top-burnable {
  width: 37.4436090226%;
}

.pc-top-burnable-section-title {
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

.pc-top-burnable-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  background: #fff5e1;
  margin-top: 21px;
  border-radius: 10px;
  padding: 15px;
}

.pc-top-burnable-item-list {
  width: 25%;
  text-align: center;
}
.pc-top-burnable-item-list:nth-child(1) .pc-top-burnable-item-img {
  width: 41.8803418803%;
  margin: 0 auto;
}
.pc-top-burnable-item-list:nth-child(1) .pc-top-burnable-item-img img {
  width: 100%;
  height: auto;
}
.pc-top-burnable-item-list:nth-child(2) .pc-top-burnable-item-img {
  width: 48.7179487179%;
  margin: 0 auto;
}
.pc-top-burnable-item-list:nth-child(2) .pc-top-burnable-item-img img {
  width: 100%;
  height: auto;
}
.pc-top-burnable-item-list:nth-child(3) .pc-top-burnable-item-img {
  width: 71.7948717949%;
  margin: 0 auto;
}
.pc-top-burnable-item-list:nth-child(3) .pc-top-burnable-item-img img {
  width: 100%;
  height: auto;
}
.pc-top-burnable-item-list:nth-child(4) .pc-top-burnable-item-img {
  width: 55.5555555556%;
  margin: 0 auto;
}
.pc-top-burnable-item-list:nth-child(4) .pc-top-burnable-item-img img {
  width: 100%;
  height: auto;
}
.pc-top-burnable-item-list:nth-child(5) .pc-top-burnable-item-img {
  width: 51.2820512821%;
  margin: 0 auto;
}
.pc-top-burnable-item-list:nth-child(5) .pc-top-burnable-item-img img {
  width: 100%;
  height: auto;
}
.pc-top-burnable-item-list:nth-child(6) .pc-top-burnable-item-img {
  width: 72.5641025641%;
  margin: 0 auto;
}
.pc-top-burnable-item-list:nth-child(6) .pc-top-burnable-item-img img {
  width: 100%;
  height: auto;
}
.pc-top-burnable-item-list:nth-child(7) .pc-top-burnable-item-img {
  width: 53.2478632479%;
  margin: 0 auto;
}
.pc-top-burnable-item-list:nth-child(7) .pc-top-burnable-item-img img {
  width: 100%;
  height: auto;
}
.pc-top-burnable-item-list:nth-child(8) .pc-top-burnable-item-img {
  width: 59.8290598291%;
  margin: 0 auto;
}
.pc-top-burnable-item-list:nth-child(8) .pc-top-burnable-item-img img {
  width: 100%;
  height: auto;
}
.pc-top-burnable-item-list:nth-child(9) .pc-top-burnable-item-img {
  width: 59.4871794872%;
  margin: 0 auto;
}
.pc-top-burnable-item-list:nth-child(9) .pc-top-burnable-item-img img {
  width: 100%;
  height: auto;
}
.pc-top-burnable-item-list:nth-child(10) .pc-top-burnable-item-img {
  width: 51.7948717949%;
  margin: 0 auto;
}
.pc-top-burnable-item-list:nth-child(10) .pc-top-burnable-item-img img {
  width: 100%;
  height: auto;
}
.pc-top-burnable-item-list:nth-child(11) .pc-top-burnable-item-img {
  width: 64.7008547009%;
  margin: 0 auto;
}
.pc-top-burnable-item-list:nth-child(11) .pc-top-burnable-item-img img {
  width: 100%;
  height: auto;
}
.pc-top-burnable-item-list:nth-child(12) .pc-top-burnable-item-img {
  width: 41.1111111111%;
  margin: 0 auto;
}
.pc-top-burnable-item-list:nth-child(12) .pc-top-burnable-item-img img {
  width: 100%;
  height: auto;
}
.pc-top-burnable-item-list:nth-child(n + 5) {
  border-top: 1px solid #c63232;
  padding-top: 15px;
}
.pc-top-burnable-item-list:nth-child(4n + 1) {
  border-right: 1px solid #c63232;
}
.pc-top-burnable-item-list:nth-child(4n + 2) {
  border-right: 1px solid #c63232;
}
.pc-top-burnable-item-list:nth-child(4n + 3) {
  border-right: 1px solid #c63232;
}

.pc-top-burnable-item-name {
  color: #532a0d;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.pc-top-burnable-item-name.stone {
  font-size: 14px;
  margin-top: 5px;
}

.pc-top-burnable-note {
  margin-top: 16px;
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

.pc-top-nonflammable {
  width: 27.8195488722%;
}

.pc-top-nonflammable-wrapper {
  margin-top: 21px;
  border-radius: 10px;
  background: #fff5e1;
  padding: 35px 0 40px;
}

.pc-top-nonflammable-img {
  width: 78.3783783784%;
  margin: 0 auto;
}

.pc-top-nonflammable-text {
  width: 89.1891891892%;
  margin: 28px auto 0;
  color: #532a0d;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px; /* 150% */
}

.pc-top-contact {
  width: 27.8195488722%;
}

.pc-top-contact-container {
  border-radius: 10px;
  background: #fff;
  margin-top: 21px;
  padding: 22px 0 25px;
}

.pc-top-contact-wrapper {
  display: flex;
  justify-content: space-around;
}

.pc-top-contact-shrine-logo {
  width: 9.7297297297%;
}

.pc-top-contact-shrine-img {
  width: 75.6756756757%;
}

.pc-top-contact-phone-number {
  color: #323232;
  font-family: "Inter";
  font-size: 32px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-top: 26px;
}

.pc-top-contact-available-time {
  margin-top: 11px;
  color: #323232;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}

.pc-top-contact-btn {
  width: 340px;
  display: flex;
  gap: 8px;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  background: #5541ce;
  margin: 8px auto 0;
  width: 90%;
  box-shadow: 0 8px 0 0 #261689;
}
.pc-top-contact-btn:hover {
  box-shadow: none;
  transform: translateY(8px);
}

.pc-top-contact-btn-img {
  width: 20px;
  display: flex;
  align-items: center;
}
.pc-top-contact-btn-img img {
  width: 100%;
  height: auto;
}

.pc-top-contact-btn-text {
  line-height: 45px;
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}

.pc-top-contact-note {
  margin-top: 14px;
  color: #fff;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.pc-top-qa {
  background-color: #c63232;
  margin-top: -1px;
  padding-bottom: 47px;
}
.pc-top-qa .top-common-title {
  color: #fff;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 26px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.pc-top-qa .top-qa-container {
  width: 90%;
  margin: 32px auto 0;
}
.pc-top-qa .top-qa-q::after {
  right: 30px;
}
.pcc-top-footer-link-section {
  padding-top: 26px;
  width: 100%;
  background: #fff;
}

.pc-top-footer-link-container {
  display: flex;
  justify-content: space-around;
}

.pc-top-footer-link {
  display: flex;
  gap: 16px;
  justify-content: center;
  align-items: center;
  width: 240px;
  border: 1px solid #d9d9d9;
  background: #fff;
}

.pc-top-footer-link-text {
  color: #323232;
  font-family: "Zen Old Mincho";
  font-size: 18px;
  line-height: 60px;
  font-style: normal;
  font-weight: 400;
}

.pc-top-footer-link-toggle {
  width: 16px;
  transform: rotate(-90deg);
} /*# sourceMappingURL=styles.css.map */

/* お問いわせ */
.contact p {
  margin-top: 0;
}

/*  フォームの幅（自由に変えてOK） */
.contactForm {
  max-width: 700px;
  margin: 0 auto;
}
/* 各項目の下部余白 */
.contact_item {
  margin-bottom: 2rem;
}
/* 項目名 */
.label {
  display: block;
  font-size: 13px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-weight: bold;
}
/* 必須タグと任意タグ共通のスタイル */
.label_tag {
  font-size: 13px;
  color: #ffffff;
  border-radius: 0.3rem;
  margin-right: 1rem;
  padding: 5px 10px;
}
/* 必須タグ */
.label_must {
  background-color: #c63232;
}
/* 任意タグ */
.label_option {
  background-color: #888988;
}
/* 名前やメールアドレスなどユーザーが入力する箇所 */
.inputs {
  width: 100%;
  box-sizing: border-box;
}
input[type="text"],
input[type="email"],
textarea[type="textarea"],
input[type="tel"] {
  border: solid 1px #c63232 !important;
  padding: 0.5rem;
}
/* お問い合わせ内容を入力する箇所 */
.contact_item textarea {
  border: solid 1px #c63232 !important;
  font-size: 13px;
  margin-top: 15px;
}
.contact_item br {
  display: none;
}
/* ボタン */
.btnArea {
  text-align: center !important;
  margin: 0 auto;
}
input[type="text"],
input[type="email"],
input[type="tel"] {
  margin-top: 15px;
}
.contact_item .wpcf7-form-control-wrap {
  width: 100%;
}
.contact_item .wpcf7-form-control {
  width: 100%;
}

input[type="submit"] {
  background: #c63232;
  border: 2px solid #ffffff;
  width: 200px;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  font-weight: bold;
  padding: 1.4rem 0;
  margin-top: 2rem;
  cursor: pointer;
  border-radius: 0.3rem;
  transition: all 0.3s;
}
/* ボタンにホバーした時 */
input[type="submit"]:hover {
  color: #c63232;
  background-color: #ffffff;
  border-color: #c63232;
}
/* ローダー */
.wpcf7 .ajax-loader {
  display: block;
  margin: 0 auto;
}
/*スピナーを消して、ボタンを中央へ*/
div.wpcf7 .wpcf7-spinner {
  display: block;
}
/* モバイル版 */
@media screen and (max-width: 480px) {
  .contact_item {
    margin-bottom: 1.6rem;
  }
  .label {
    font-size: 12px;
    margin-bottom: 0.4rem;
  }
  .label_tag {
    font-size: 12px;
  }
  input[type="text"],
  input[type="email"] {
    padding: 0.4rem;
    font-size: 12px;
  }
  textarea {
    padding: 0.4rem;
    font-size: 12px;
    border: 1px solid #c63232;
  }
  input[type="submit"] {
    font-size: 12px;
  }
}
h1.page-h1 {
  font-size: 22px;
  padding-left: 20px;
  border-left: 8px solid #c63232;
  line-height: 1.5;
}

.footer-menu-lists {
  padding: 0;
}
.footer-menu-list {
  list-style: none;
}
.footer-menu-list a {
  color: #959595;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}
.footer-site-logo {
  margin-top: 13px;
  width: 400px;
}
.footer-site-logo img {
  width: 400px;
  height: auto;
}

.footer-shrine-logo {
  margin-top: 9px;
  width: 280px;
}
.footer-shrine-logo img {
  width: 100%;
  height: auto;
}
@media (max-width: 600px) {
  .footer-site-logo {
    margin: 0 auto;
    width: 70%;
  }
  .footer-shrine-logo {
    margin: 0 auto;
    width: 60%;
  }
}

.footer-copyright {
  margin-top: 25px;
  color: #959595;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}

/* 新着記事用追加CSS */
.top-new-article {
  background: #c63232;
  padding: 25px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.top-new-article-container {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.top-new-article-title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.top-new-article-title-box > p {
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.top-new-article-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
}
.top-new-article-title > img {
  width: 26px;
  height: 26px;
}
.top-new-article-title > p {
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.wp-article {
  border-radius: 10px;
  background-color: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.wp-article img {
  border-radius: 10px 10px 0px 0px;
}
.wp-article h3 {
  padding: 15px;
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.top-article-link {
  width: 90%;
  padding: 18px;
  border: solid 1px #fff;
  display: flex;
  justify-content: center;
}
.top-article-link a {
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}

.pc-top-new-article {
  background: #c63232;
  padding: 25px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 25px;
}
.pc-top-new-article-container {
  display: flex;
  flex-direction: row;
  gap: 52px;
}
.pc-top-new-article-title-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}
.pc-top-new-article-title-box > p {
  color: #fff;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.pc-top-new-article-title {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 7px;
}
.pc-top-new-article-title > p {
  color: #fff;
  text-align: center;
  font-family: "Zen Old Mincho";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
.wp-article {
  width: 370px;
  border-radius: 10px;
  background-color: #fff;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.wp-article img {
  border-radius: 10px 10px 0px 0px;
}
.wp-article h3 {
  padding: 15px;
  color: #000;
  font-family: "Inter";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.pc-top-article-link {
  margin-top: 10px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  width: 465px;
  line-height: 62px;
  padding: 18px;
  background-color: #c63232;
  border: solid 1px #fff;
  transition: 0.2s;
  box-shadow: 10px 10px #fff;
  display: flex;
  justify-content: center;
  text-align: center;
  color: #fff;
  text-align: center;
  font-family: "Inter";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.pc-top-article-link:hover {
  box-shadow: none;
  transform: translate(10px, 10px);
}

.grecaptcha-badge {
  visibility: hidden;
}

.news {
  font-family: "Arial", sans-serif;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  max-width: 800px;
  margin: 0 auto;
}

.news h1.page-h1 {
  font-size: 2.2em;
  color: #333;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}

.news p {
  font-size: 1.1em;
  line-height: 1.6;
  color: #666;
  margin-bottom: 15px;
}

.news a {
  color: #d9534f;
  text-decoration: none;
  font-weight: bold;
  transition: color 0.3s ease;
}

.news a:hover {
  color: #ff5a5f;
  text-decoration: underline;
}

.news p span {
  font-weight: bold;
  color: #333;
}

.news a span {
  color: #d9534f;
}

.news p {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  margin-bottom: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.news p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .news {
    padding: 15px;
  }

  .news h1.page-h1 {
    font-size: 1.8em;
  }

  .news p {
    font-size: 1em;
  }
}

#seo_h1_home {
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
}

#seo_h1_home_sp {
  margin-right: auto;
  margin-left: auto;
  font-size: 12px;
  font-weight: bold;
  line-height: 2;
  text-align: center;
  background-color: #fff;
  color: #000;
}

.pc-top-hero-5000 {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -322px;
  width: 250px;
}
