.bg_all {
  background: url(https://www.fukutaro-shop.com/Contents/Feature/keiro_bg002_sp.jpg) repeat top center/contain;
}

.h2_common {
  font-family: "Kaisei Tokumin", serif;
  font-size: 2.2rem;
  font-weight: normal;
  color: #4f2e07;
  margin-bottom: 0.3em;
  position: relative;
  z-index: 10;
  padding-top: 1.2em;
}
.h2_common:before {
  content: "";
  background: url("https://www.fukutaro-shop.com/Contents/Feature/keiro_parts001.png") no-repeat;
  background-size: contain;
  width: 6.8rem;
  height: 3.2rem;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

h3 {
  font-size: 1.6rem;
  text-align: left;
  font-family: "Kaisei Tokumin", serif;
  font-weight: normal;
  color: #4f2e07;
  padding-bottom: 0.3em;
  border-bottom: 0.2rem dotted #deb068;
  margin-top: 2rem;
}

h4 {
  text-align: left;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: -0.05em;
}

.item_name {
  text-align: center;
  font-size: 1.8rem;
  font-family: "Kaisei Tokumin", serif;
  font-weight: normal;
  position: relative;
  padding-bottom: 0.3em;
}
.item_name:before {
  content: "";
  background: #deb068;
  width: 10rem;
  height: 0.2rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.item_price {
  text-align: center;
  font-size: 2.6rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
.item_price .s_01 {
  font-size: 1.4rem;
  margin-left: 0.2em;
}
.item_price .normal_price {
  font-size: 1.4rem;
  color: #000;
  margin-bottom: 0.5em;
  display: block;
}
.item_price .postage {
  color: #fff;
  background: #e60012;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 0.6em;
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  padding: 0.2em 1em;
  border-radius: 0.5rem;
}

.order {
  text-align: center;
  margin: auto;
}
.order a {
  position: relative;
  display: block;
  width: 22rem;
  margin: auto;
  padding: 0.6em;
  border-radius: 1rem;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background: #deb068;
  transition: 0.2s;
  font-weight: bold;
}
.order a:after {
  content: "";
  background: transparent;
  background-size: contain;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 50%;
  bottom: auto;
  left: auto;
  right: 7%;
  border: 1px solid transparent;
  border-top-color: #fff;
  border-right-color: #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: 0.2s;
}
.order a:hover {
  opacity: 1;
  background: #9E886F;
}
.order a:hover:after {
  right: 6%;
}

.item_row {
  background: #fff;
  padding: 3rem 2rem;
  border-radius: 0.5rem;
}

.sec_01 .main_visual {
  position: relative;
}
.sec_01 .main_visual .main_copy img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: scale(0.9);
  animation: scaleup 0.8s 0.5s ease forwards;
}
@media (max-width: 1918px) {
  .sec_01 .main_visual .main_copy img {
    max-width: 100%;
  }
}
@keyframes scaleup {
  from {
    opacity: 0;
    transform: scale(0.9);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.sec_01 .desc {
  font-size: 1.7rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: normal;
  color: #4f2e07;
  margin: 1em auto 0.8em;
}

.sec_02 .row001 {
  margin-bottom: 3rem;
}
.sec_02 .sec_contents_inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.5rem 1rem;
}
.sec_02 .sec_contents_inner .set_item {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 3;
}
.sec_02 .sec_contents_inner .set_item .text_box p {
  font-size: 1.1rem;
}
.sec_02 .contents {
  text-align: center;
}

.sec_03 {
  padding: 6rem 0 0;
}
.sec_03 .block:nth-child(1) {
  margin-bottom: 3rem;
}

.sec_04 {
  padding: 6rem 0 10rem;
  margin-bottom: -10rem;
}
.sec_04 .item_row .line:nth-child(1) {
  margin-bottom: 3rem;
}
.sec_04 figure figcaption {
  font-size: 1.3rem;
  text-align: right;
  margin: 0.5em 0 1em;
}

.image-note {
  text-align: right;
  margin-top: 1.5em;
}/*# sourceMappingURL=keiro2026_custom_sp.css.map */