figure a {
  display: block;
}

.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.item_name {
  text-align: center;
  font-size: 1.8rem;
  margin: 0.5em 0;
  font-family: "Kaisei Tokumin", serif;
}

.contents {
  text-align: center;
}

.item_price {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1;
  font-family: "Zen Old Mincho", serif;
}
.item_price .s_01 {
  font-size: 1.6rem;
}
.item_price .normal_price {
  font-size: 1.6rem;
  color: #000;
}
.item_price .postage {
  color: #fff;
  background: #e60012;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 0.5em;
  font-family: "Yu Gothic", "Meiryo", sans-serif;
  padding: 0.2em 0.6em;
}
.item_price .postage330 {
  background: #cf9520;
}
.item_price .postage550 {
  background: #e57321;
}

.order a {
  position: relative;
  display: block;
  max-width: 22rem;
  width: 100%;
  margin: auto;
  padding: 0.6em;
  border-radius: 1rem;
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  background: #ea5449;
  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%;
}

.bg {
  background: url(https://www.fukutaro-shop.com/Contents/Feature/yorokonbu_bg001.jpg) repeat center/auto;
}

.sec_01 {
  position: relative;
  padding: 0;
}
.sec_01 .container {
  padding: 0;
}
.sec_01 p {
  font-size: 1.6rem;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  padding: 1.5em 0;
}

h2 {
  font-family: "Kaisei Tokumin", serif;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.4;
}
h2 .shipping_day {
  font-size: 1.4rem;
  color: #ea5449;
  display: flex;
  justify-content: center;
  align-items: center;
}
h2 .shipping_day:before, h2 .shipping_day:after {
  content: "";
  width: 0.2rem;
  height: 2rem;
  background: #ea5449;
}
h2 .shipping_day:before {
  transform: rotate(-35deg);
  margin-right: 1.6rem;
}
h2 .shipping_day:after {
  transform: rotate(35deg);
  margin-left: 1.6rem;
}

.sub_text001 {
  font-size: 1.6rem;
  color: #ea5449;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub_text001:before, .sub_text001:after {
  content: "";
  width: 0.2rem;
  height: 2rem;
  background: #ea5449;
}
.sub_text001:before {
  transform: rotate(-35deg);
  margin-right: 1.6rem;
}
.sub_text001:after {
  transform: rotate(35deg);
  margin-left: 1.6rem;
}

.sub_text002 {
  display: block;
  font-size: 1.6rem;
  color: #e60012;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sub_text002:before, .sub_text002:after {
  content: "";
  width: 0.2rem;
  height: 2rem;
  background: #e60012;
}
.sub_text002:before {
  transform: rotate(-35deg);
  margin-right: 1rem;
}
.sub_text002:after {
  transform: rotate(35deg);
  margin-left: 1rem;
}

.sub_text {
  display: block;
  font-size: 1.4rem;
}

.sec_common .container {
  max-width: 1300px;
}
@media (max-width: 1323px) {
  .sec_common .container {
    padding: 0 1rem;
  }
}
.sec_common .title_desc {
  font-family: "Zen Old Mincho", serif;
  font-size: 1.6rem;
  text-align: center;
}

.sec_02 {
  padding-top: 0;
}
.sec_02 .line .block {
  margin-bottom: 2rem;
}
.sec_02 figure {
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(222, 216, 189, 0.6);
  width: 90%;
  margin: auto;
}
.sec_02 img {
  max-width: 500px;
  width: 100%;
  margin: auto;
  padding: 1rem 0.5rem;
  box-sizing: border-box;
}

.sec_03 {
  padding-top: 4rem;
}
.sec_03 h2 {
  margin-bottom: 0;
}
.sec_03 .item_area .block {
  margin-bottom: 2rem;
}
.sec_03 .item_area figure {
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(222, 216, 189, 0.6);
  width: 90%;
  margin: auto;
}
.sec_03 .item_area img {
  max-width: 320px;
  margin: auto;
  padding: 2rem;
}
@media (max-width: 1023px) {
  .sec_03 .item_area img {
    width: 50%;
  }
}

.sec_04 {
  padding-top: 4rem;
}
.sec_04 h2 {
  margin-bottom: 0;
}
.sec_04 .item_area .block {
  margin-bottom: 2rem;
}
.sec_04 .item_area figure {
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(222, 216, 189, 0.6);
  width: 90%;
  margin: auto;
}
.sec_04 .item_area figure a {
  padding: 2rem;
}

.sec_05 {
  position: relative;
  padding: 4rem 0;
}
.sec_05 .container {
  max-width: 1300px;
}
.sec_05 .item_area .block {
  margin-bottom: 2rem;
}
.sec_05 .item_area figure {
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(222, 216, 189, 0.6);
  width: 90%;
  margin: auto;
}
.sec_05 .item_area figure a {
  padding: 1rem;
}

.img_t {
  text-align: right;
  margin-top: 2em;
}

.sec_06 {
  padding: 0;
  margin: -8rem 0 -10rem;
}
.sec_06 .container {
  padding: 0;
}/*# sourceMappingURL=yorokonbu2026_custom_sp.css.map */